:root{--brand: #7e5ee5;--bg: #faf9fc;--fg: #1c1a22;--muted: #6b6676;--border: #e6e2ee;--card: #ffffff;--input-bg: #ffffff;color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--fg)}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg)}.screen{min-height:100dvh;display:grid;place-items:center;padding:1.5rem}.card{width:100%;max-width:24rem;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:2rem 1.75rem;box-shadow:0 1px 2px #0000000a;text-align:center}.title{font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.subtitle{color:var(--muted);margin:0 0 1.25rem}.form{display:grid;gap:.9rem;text-align:left;margin-bottom:.75rem}.field{display:grid;gap:.3rem;font-size:.85rem;color:var(--muted)}.field input{font:inherit;color:var(--fg);padding:.6rem .7rem;border:1px solid var(--border);border-radius:9px;background:var(--input-bg)}.field input:focus{outline:2px solid var(--brand);outline-offset:1px}.btn{font:inherit;font-weight:600;color:#fff;background:var(--brand);border:0;border-radius:9px;padding:.65rem 1rem;cursor:pointer}.btn:disabled{opacity:.6;cursor:default}.btn.ghost{background:transparent;color:var(--brand);border:1px solid var(--border)}.link{font:inherit;color:var(--brand);background:none;border:0;cursor:pointer;margin-top:.5rem}.error{color:#b4232a;font-size:.85rem;margin:0}.notice{color:var(--muted);font-size:.85rem;margin:.25rem 0}.divider{display:flex;align-items:center;gap:.6rem;color:var(--muted);font-size:.78rem;margin:1rem 0 .75rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.google-wrap{display:flex;justify-content:center;min-height:40px}.tool{min-height:100dvh;display:flex;flex-direction:column}.tool-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);background:var(--card)}.tool-brand{display:flex;align-items:center;gap:.6rem;font-weight:600}.tool-brand-text{display:flex;flex-direction:column;line-height:1.15}.tool-brand-text small{font-size:.72rem;font-weight:400;color:var(--muted)}.tool-bar-right{display:flex;align-items:center;gap:.75rem}.tool-user{color:var(--muted);font-size:.82rem}.btn-sm{padding:.35rem .7rem;font-size:.82rem}.tool-body{flex:1;display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem;max-width:64rem;width:100%;margin:0 auto}.tool-main{flex:1;min-width:0;display:grid;gap:1.25rem}.panel{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.35rem}.panel-title{font-size:1rem;font-weight:600;margin:0 0 .9rem}.form{text-align:left;margin:0}.field-row{display:flex;gap:.75rem}.field-row .field{flex:1}.field select{font:inherit;color:var(--fg);padding:.6rem .7rem;border:1px solid var(--border);border-radius:9px;background:var(--input-bg)}.field select:focus{outline:2px solid var(--brand);outline-offset:1px}.combobox{position:relative}.combobox>input{width:100%;font:inherit;color:var(--fg);padding:.6rem .7rem;border:1px solid var(--border);border-radius:9px;background:var(--input-bg)}.combobox>input:focus{outline:2px solid var(--brand);outline-offset:1px}.combobox-list{position:absolute;z-index:50;top:calc(100% + 4px);left:0;width:100%;max-height:16rem;overflow:auto;margin:0;padding:.25rem;list-style:none;background:var(--card);border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 20px #00000014}.combobox-list button{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.4rem .55rem;border:0;border-radius:7px;background:none;font:inherit;color:var(--fg);text-align:left;cursor:pointer}.combobox-list button:hover{background:var(--bg)}.combobox-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.combobox-detail{flex-shrink:0;color:var(--muted);font-size:.78rem}.archive{width:16rem;flex-shrink:0;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1rem}.archive-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.archive-title{font-size:.95rem;font-weight:600;margin:0}.archive-list{list-style:none;margin:0;padding:0;display:grid;gap:.3rem}.archive-item{display:flex;align-items:stretch;gap:.25rem;border-radius:9px}.archive-item.active{background:color-mix(in srgb,var(--brand) 10%,transparent)}.archive-select{flex:1;min-width:0;display:grid;gap:.1rem;padding:.45rem .6rem;border:0;border-radius:9px;background:none;font:inherit;color:var(--fg);text-align:left;cursor:pointer}.archive-select:hover{background:var(--bg)}.archive-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archive-meta{color:var(--muted);font-size:.75rem}.archive-del{flex-shrink:0;width:1.75rem;border:0;border-radius:9px;background:none;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer}.archive-del:hover{color:#b4232a;background:var(--bg)}.result{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.35rem}.result-head{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1rem}.view-pdf{margin-left:auto}.result-name{font-size:1.25rem;font-weight:600;margin:0}.result-sub{color:var(--muted);font-size:.82rem}.result-section{margin-top:1.25rem}.result-h3{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 .6rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.9rem}.stat-group{border:1px solid var(--border);border-radius:10px;padding:.7rem .85rem}.stat-title{font-size:.85rem;font-weight:600;margin:0 0 .4rem}.stat-list{margin:0}.stat-row{display:flex;justify-content:space-between;gap:1rem;padding:.12rem 0;font-size:.85rem}.stat-row dt{color:var(--muted);margin:0}.stat-row dd{margin:0;font-variant-numeric:tabular-nums}.pos-table{width:100%;border-collapse:collapse;font-size:.85rem}.pos-table th,.pos-table td{text-align:left;padding:.35rem .5rem;border-bottom:1px solid var(--border)}.pos-table th{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}.pos-table td{font-variant-numeric:tabular-nums}.view{display:grid;gap:1.25rem}.astro-glyph{font-family:Segoe UI Symbol,Noto Sans Symbols2,Apple Symbols,serif;font-variant-emoji:text}.wheel{color:var(--fg)}.wheel svg{max-width:30rem}.torte-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1rem}.torta{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem}.torta-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 .6rem}.torta-donut{display:block;width:8rem;height:8rem;margin:0 auto .75rem}.torta-legend{margin:0;display:grid;gap:.55rem}.torta-row{display:grid;grid-template-columns:1fr auto;align-items:baseline;column-gap:.5rem;font-size:.85rem}.torta-row dt{margin:0}.torta-row dd{margin:0;font-variant-numeric:tabular-nums;font-weight:500}.torta-bar{grid-column:1 / -1;height:6px;border-radius:999px;background:var(--border);overflow:hidden}.torta-bar span{display:block;height:100%;border-radius:999px}.panel-summary{cursor:pointer;font-weight:600;font-size:1rem;list-style:none}.panel-summary::-webkit-details-marker{display:none}.panel-summary:before{content:"▸";display:inline-block;margin-right:.5rem;color:var(--muted);transition:transform .15s ease}details[open]>.panel-summary:before{transform:rotate(90deg)}details.panel{padding:0}details.panel>.panel-summary{padding:1.25rem 1.35rem}details.panel[open]>.panel-summary{border-bottom:1px solid var(--border)}details.panel>.panel-summary~*{padding:0 1.35rem 1.25rem}details.panel>.panel-summary~*:first-of-type{padding-top:1.25rem}.op-card>.op-list{padding:1.25rem 1.35rem}.op-list{margin:0;display:grid;grid-template-columns:1fr;gap:0 1.25rem}.op-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.88rem;line-height:1.5}.op-row dt{margin:0;color:var(--muted);white-space:nowrap}.op-row dd{margin:0;font-weight:500;text-align:right}.op-spacer{display:none}.op-chips-row{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.chip{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;background:var(--bg);border:1px solid var(--border);padding:.1rem .6rem;font-size:.8rem}.op-row-full dd{font-weight:400;color:var(--fg)}.op-monomero-significato{display:block;margin-top:.2rem;font-size:.8rem;color:var(--muted)}@media(min-width:560px){.op-list{grid-template-columns:1fr 1fr}.op-spacer{display:block;border-bottom:1px solid var(--border)}.op-row-full{grid-column:1 / -1}}.pos-table-wrap{padding:0 1.35rem 1.25rem}details.panel>.pos-table-wrap{padding-top:0}.interp{display:grid;gap:.9rem}.interp-section{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;padding:0}.interp-summary{display:flex;align-items:center;gap:.6rem;padding:1.25rem 1.35rem}.interp-summary:before{display:none}.interp-section[open]>.interp-summary{border-bottom:1px solid var(--border)}.interp-glyph{color:var(--brand)}.interp-title{font-size:1rem;font-weight:600}.interp-entries{padding:1.25rem 1.35rem;display:grid;gap:1rem}.interp-h4{font-size:.92rem;font-weight:600;margin:0 0 .25rem}.interp-text{margin:0;color:var(--muted);line-height:1.6}@media(max-width:720px){.tool-body{flex-direction:column}.archive{width:100%}}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #16141c;--fg: #ece9f2;--muted: #9a94a8;--border: #2c2836;--card: #1e1b26;--input-bg: #16141c}}:root[data-theme=dark]{--bg: #16141c;--fg: #ece9f2;--muted: #9a94a8;--border: #2c2836;--card: #1e1b26;--input-bg: #16141c}._container_32d8h_4{position:relative}._svg_32d8h_8{display:block;width:100%;max-width:35rem;height:auto;margin-inline:auto;color:inherit}._tooltip_32d8h_17{position:absolute;z-index:50;padding:4px 12px;border-radius:6px;background-color:#1a1a1a;color:#fff;font-size:.75rem;line-height:1rem;white-space:nowrap;pointer-events:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._tooltipGlyph_32d8h_31{font-size:1.3em}._static_32d8h_37{cursor:default}.astro-glyph{font-family:Segoe UI Symbol,Noto Sans Symbols2,Apple Symbols,serif;font-variant-emoji:text;font-size-adjust:.52}.astro-glyph--salt{position:relative;top:-.06em}.font-data{font-family:var(--font-data, ui-monospace, monospace);font-size-adjust:.47}
