:root{--ground: #f1f6f5;--surface: #ffffff;--ink: #131d1a;--muted: #586762;--line: #d6e1dd;--line-strong: #bbc7c3;--accent: #0f6353;--accent-soft: #dbf6ed;--warn: #b67700;--warn-bg: #fef0d4;--warn-ink: #693c00;--ok: #33854a;--ok-bg: #dcf7e1;--info: #3179a6;--info-bg: #ddf2ff;--err: #a33a3a;--err-bg: #fde4e4;--radius: 12px;--font: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--serif: "Newsreader", Georgia, serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;padding-bottom:env(safe-area-inset-bottom)}a{color:var(--accent)}button{font:inherit}.app{display:flex;min-height:100%}.sidebar{display:none}.main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;padding-bottom:76px}.bottomnav{position:fixed;left:0;right:0;bottom:0;z-index:10;display:flex;background:var(--surface);border-top:1px solid var(--line);padding:6px 8px calc(10px + env(safe-area-inset-bottom)) 8px}.bottomnav a{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:52px;font-size:11px;font-weight:600;color:var(--muted);text-decoration:none}.bottomnav a.active{color:var(--accent)}.bottomnav svg{width:22px;height:22px}@media(min-width:900px){.sidebar{display:flex;flex-direction:column;gap:22px;width:240px;flex:0 0 auto;background:var(--surface);border-right:1px solid var(--line);padding:22px 14px 18px;position:sticky;top:0;height:100vh}.bottomnav{display:none}.main{padding-bottom:40px}.sidebar .navlink{display:flex;align-items:center;gap:10px;height:36px;padding:0 10px;border-radius:8px;font-size:14px;font-weight:500;color:var(--ink);text-decoration:none}.sidebar .navlink.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.sidebar .navlink svg{width:18px;height:18px}.sidebar .navlink .count{margin-left:auto}}.wordmark{font-family:var(--serif);font-style:italic;font-weight:500;font-size:26px;letter-spacing:-.01em;color:var(--ink)}.subtitle{font-size:12.5px;color:var(--muted)}.page{padding:20px 16px 24px;display:flex;flex-direction:column;gap:18px;max-width:1100px;width:100%}@media(min-width:900px){.page{padding:28px 28px 32px}}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}h1.title{font-size:24px;font-weight:600;letter-spacing:-.015em;margin:0}h2{font-size:17px;font-weight:600;margin:0}.num{font-variant-numeric:tabular-nums}.list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.row{display:flex;align-items:center;gap:12px;padding:12px 16px;min-height:56px;border-top:1px solid var(--line);color:inherit;text-decoration:none;background:var(--surface)}.row:first-child{border-top:none}.row:hover{background:#f7fbfa}.row .time{display:flex;flex-direction:column;gap:2px;width:64px;flex:0 0 auto}.row .time b{font-size:14px}.row .time span{font-size:11.5px;color:var(--muted)}.row .body{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}.row .name{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.row .meta{font-size:13px;color:var(--muted)}.row .chev{color:var(--line-strong);flex:0 0 auto}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px}.card.strong{border-color:var(--line-strong);box-shadow:0 1px 2px #131d1a0f}.grid2{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:700px){.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}}.chip{display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 8px;border-radius:6px;font-size:11.5px;font-weight:600;white-space:nowrap}.chip.accent{background:var(--accent-soft);color:var(--accent)}.chip.warn{background:var(--warn-bg);color:var(--warn-ink)}.chip.ok{background:var(--ok-bg);color:var(--ok)}.chip.err{background:var(--err-bg);color:var(--err)}.chip.muted{background:#e6edeb;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:8px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font-size:14.5px;font-weight:600;cursor:pointer;text-decoration:none}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.small{min-height:34px;padding:0 12px;font-size:13.5px}.btn:disabled{opacity:.55;cursor:default}.btn:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.actions{display:flex;gap:8px;flex-wrap:wrap}input[type=password],input[type=text],textarea{width:100%;font:inherit;padding:10px 12px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);color:var(--ink)}textarea{min-height:120px;resize:vertical}label{font-size:13px;font-weight:600;color:var(--muted);display:flex;flex-direction:column;gap:6px}.note{padding:12px 14px;border-radius:10px;background:var(--warn-bg);color:var(--warn-ink);font-size:13.5px;line-height:1.45}.note.ok{background:var(--ok-bg);color:#1f5a30}.note.err{background:var(--err-bg);color:var(--err)}.note.info{background:var(--accent-soft);color:var(--accent)}.muted{color:var(--muted)}.small{font-size:13px}.progress{height:4px;border-radius:2px;background:var(--line);overflow:hidden;flex:1 1 auto}.progress>span{display:block;height:4px;background:var(--accent);width:60%;animation:slide 1.6s ease-in-out infinite}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(170%)}}@media(prefers-reduced-motion:reduce){.progress>span{animation:none;width:100%;opacity:.5}}.segments{display:flex;flex-direction:column;gap:6px}.seg{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border-radius:8px;background:var(--surface);border:1px solid var(--line)}.seg.alt{background:var(--accent-soft);border-color:var(--accent-soft)}.seg .who{display:flex;justify-content:space-between;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.seg .who button{border:none;background:none;color:var(--accent);font-weight:700;cursor:pointer;padding:0;letter-spacing:0;text-transform:none;font-size:12px}.seg p{margin:0;font-size:15px;line-height:1.45}audio{width:100%}.kv{display:grid;grid-template-columns:140px 1fr;gap:6px 12px;font-size:14px}.kv dt{color:var(--muted)}.kv dd{margin:0}.center{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:20px}.login{width:100%;max-width:380px;display:flex;flex-direction:column;gap:16px}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--line)}.tab{height:40px;padding:0 12px;border:none;background:none;font-size:14px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;cursor:pointer}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.status-dot{width:8px;height:8px;border-radius:4px;display:inline-block}.pre{white-space:pre-wrap;font-family:inherit;font-size:14px;margin:0;line-height:1.5}.chip.c-visita{background:#dbf6ed;color:#0f6353}.chip.c-praximed{background:#fcecd9;color:#966626}.chip.c-ricerca{background:#f1eaff;color:#7b63a3}.chip.c-formazione{background:#ddf2ff;color:#3179a6}.chip.c-alberico{background:#ffe7f1;color:#9d587a}.chip.c-casa{background:#e8f3de;color:#5e7d3b}.chip.c-grigio{background:#e6edeb;color:#586762}.dot{width:8px;height:8px;border-radius:4px;display:inline-block;flex:0 0 auto}.dot.c-visita{background:#11846e}.dot.c-praximed{background:#966626}.dot.c-ricerca{background:#7b63a3}.dot.c-formazione{background:#3179a6}.dot.c-alberico{background:#9d587a}.dot.c-casa{background:#5e7d3b}.dot.c-grigio{background:#bbc7c3}.triage{border-color:var(--line-strong);box-shadow:0 1px 2px #131d1a0f}.triage .big{font-size:18px;font-weight:600;letter-spacing:-.01em}select{font:inherit;padding:10px 12px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);color:var(--ink);width:100%}.editor{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:700px){.editor{grid-template-columns:1fr 1fr}.editor .full{grid-column:1 / -1}}.two-col{display:flex;flex-direction:column;gap:18px}@media(min-width:1100px){.two-col{flex-direction:row;align-items:flex-start}.two-col>.main-col{flex:1 1 auto;min-width:0}.two-col>.side-col{width:320px;flex:0 0 auto;position:sticky;top:20px}}.folders{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:900px){.folders{grid-template-columns:repeat(3,minmax(0,1fr))}}.folder{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);color:inherit;text-decoration:none;min-height:96px}.folder:hover{background:#f7fbfa}.folder .n{font-size:26px;font-weight:600;letter-spacing:-.02em}.agenda{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-top:1px solid var(--line)}.agenda:first-child{border-top:none;padding-top:0}.quote{border-left:3px solid var(--warn);padding:6px 10px;background:var(--warn-bg);color:var(--warn-ink);border-radius:6px;font-size:13.5px}.checks{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:700px){.checks{grid-template-columns:repeat(2,minmax(0,1fr))}}.check{display:flex;flex-direction:row;align-items:flex-start;gap:8px;font-weight:400;color:var(--ink);font-size:14px;padding:4px 0}.check input{margin-top:3px;width:18px;height:18px;flex:0 0 auto}.todo-row{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.todo-row input[type=text]{flex:1 1 240px}.todo-row input[type=checkbox]{width:18px;height:18px}.todo-row select,.todo-row input[type=date]{padding:8px 10px}.letter-sheet{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px 24px;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;color:#111}@media(min-width:900px){.letter-sheet{padding:32px 40px}}.letter-head{display:flex;justify-content:space-between;gap:16px}.letter-editor{min-height:420px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.5}.md .md-h{font-size:15px;font-weight:700;margin:14px 0 4px}.md .md-h1{font-size:17px;font-weight:700;margin:12px 0 6px}.md .md-p{margin:0 0 4px}.md .md-space{height:8px}.md .md-list{margin:0 0 4px;padding-left:20px}.md .md-list li{margin:1px 0}.paste{display:flex;flex-direction:column;gap:6px;border:1px solid var(--line);border-radius:8px;padding:10px 12px}.paste-head{display:flex;align-items:center;justify-content:space-between;gap:8px}details.acc summary{cursor:pointer}.chip.info{background:var(--info-bg);color:var(--info)}.drop-active{border-color:var(--accent);background:var(--accent-soft)}.extract{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:#fbfdfc;font-size:13.5px;max-height:360px;overflow:auto}.seg.unclear{border-color:var(--warn);border-style:dashed}.seg.unclear .who{color:var(--warn-ink)}.only-touch{display:none}@media(hover:none)and (pointer:coarse){.only-touch{display:inline-flex}}.btn.danger{color:var(--err);border-color:#e3b9b9}.btn.danger:hover{background:var(--err-bg)}
