:root{--bg: #faf8f6;--surface: #ffffff;--surface-2: #f1edea;--text: #1d1a1a;--text-muted: #6b6260;--border: #e8e2de;--primary: #c0182f;--primary-strong: #a11226;--primary-soft: #fbeaec;--on-primary: #ffffff;--danger: #8f1d1d;--danger-soft: #f7e6e3;--success: #17805a;--success-soft: #e6f4ee;--warning: #9a5b00;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--nav-height: 64px;--shadow-card: 0 1px 2px rgba(20, 24, 40, .05)}@media (prefers-color-scheme: dark){:root{--bg: #121011;--surface: #1b1719;--surface-2: #251f21;--text: #f2edee;--text-muted: #a39a9b;--border: #322a2d;--primary: #e8556a;--primary-strong: #ef7285;--primary-soft: #3a1d24;--on-primary: #23090d;--danger: #f09b8f;--danger-soft: #38211d;--success: #58c795;--success-soft: #1a2e26;--warning: #e0a44c;--shadow-card: none}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;touch-action:manipulation}#root,.app-shell{min-height:100dvh}.page{max-width:640px;margin:0 auto;padding:var(--space-4) var(--space-4) calc(var(--nav-height) + var(--space-6) + env(safe-area-inset-bottom))}h1{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin:var(--space-2) 0 var(--space-4)}h2{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:var(--space-6) 0 var(--space-3)}.screen-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-2)}.screen-header h1{margin:0}.greeting{margin:0 0 var(--space-1)}.greeting-sub{color:var(--text-muted);font-size:.9rem;margin:0 0 var(--space-4);text-transform:capitalize}.avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem;flex:none;border:none;cursor:pointer;padding:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-3);box-shadow:var(--shadow-card)}.card.clickable{cursor:pointer;transition:transform .15s ease-out,border-color .15s ease-out}.card.clickable:hover{border-color:var(--primary)}.card.clickable:active{transform:scale(.98)}.card-title{font-weight:600;font-size:.98rem}.task-card{border-left:3px solid var(--border)}.task-card[data-status=in_progress]{border-left-color:var(--primary)}.task-card[data-status=blocked]{border-left-color:var(--danger)}.task-card[data-status=done]{border-left-color:var(--success)}button,.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:var(--radius-sm);background:var(--primary);color:var(--on-primary);font-family:inherit;font-size:.95rem;font-weight:600;padding:12px 18px;cursor:pointer;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);transition:transform .12s ease-out,background .15s ease-out,opacity .15s}button:hover{background:var(--primary-strong)}button:active{transform:scale(.97)}button:disabled{opacity:.45;cursor:default;transform:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}button.secondary:hover{background:var(--surface-2)}button.ghost{background:transparent;color:var(--text-muted);border:none}button.ghost:hover{background:var(--surface-2);color:var(--text)}button.danger{background:transparent;color:var(--danger);border:1px solid var(--border)}button.danger:hover{background:var(--danger-soft)}button.small{padding:6px 12px;min-height:36px;font-size:.85rem}label{display:block;font-size:.82rem;color:var(--text-muted);font-weight:500;margin-bottom:var(--space-1)}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-family:inherit;font-size:1rem;padding:11px 12px;margin:0 0 var(--space-4);min-height:44px;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:none}textarea{min-height:88px;resize:vertical}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);display:flex;z-index:50}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:var(--text-muted);font-size:.68rem;font-weight:500;position:relative;transition:color .15s}.bottom-nav a svg{width:22px;height:22px}.bottom-nav a.active{color:var(--primary);font-weight:600}.bottom-nav a.active:before{content:"";position:absolute;top:0;width:32px;height:3px;border-radius:0 0 3px 3px;background:var(--primary)}@media (min-width: 1024px){.page{max-width:720px;padding-left:var(--space-6);padding-right:var(--space-6);padding-bottom:var(--space-6)}.app-shell{padding-left:220px}.bottom-nav{top:0;right:auto;bottom:0;width:220px;height:auto;flex-direction:column;justify-content:flex-start;border-top:none;border-right:1px solid var(--border);padding:var(--space-5) var(--space-3);gap:var(--space-1)}.bottom-nav .brand{display:flex}.bottom-nav a{flex:none;flex-direction:row;justify-content:flex-start;gap:var(--space-3);font-size:.92rem;padding:10px 14px;border-radius:var(--radius-sm)}.bottom-nav a:hover{background:var(--surface-2);color:var(--text)}.bottom-nav a.active{background:var(--primary-soft)}.bottom-nav a.active:before{display:none}}.nav-badge.red{background:var(--danger);color:#fff}.nav-badge{position:absolute;top:6px;right:calc(50% - 22px);background:var(--primary);color:var(--on-primary);border-radius:999px;font-size:.62rem;font-weight:700;min-width:16px;height:16px;padding:0 4px;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.nav-badge{position:static;margin-left:auto;font-size:.7rem;min-width:20px;height:20px}}.rail-user{display:none;align-items:center;gap:var(--space-3);margin-top:auto;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.rail-user-name{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rail-user .avatar{width:36px;height:36px;font-size:.85rem;cursor:default}@media (min-width: 1024px){.rail-user{display:flex}}.brand{display:none;align-items:center;gap:var(--space-2);font-weight:700;font-size:1.1rem;letter-spacing:-.02em;padding:0 14px var(--space-5);color:var(--text)}.brand svg,.brand img{width:26px;height:26px;object-fit:contain}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:600;background:var(--surface-2);color:var(--text-muted);flex:none}.badge.primary{background:var(--primary-soft);color:var(--primary)}.badge.danger{background:var(--danger-soft);color:var(--danger)}.badge.success{background:var(--success-soft);color:var(--success)}.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:8px 14px;font-size:.85rem;font-weight:500;background:var(--surface);color:var(--text-muted);cursor:pointer;min-height:36px;transition:border-color .15s,color .15s,background .15s}.chip:hover{border-color:var(--primary)}.chip.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);font-weight:600}.chip-row{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.card.suggestion{border-left:3px solid var(--primary);background:var(--primary-soft)}.card.suggestion button{margin-top:var(--space-3)}.row{display:flex;align-items:center;gap:var(--space-2)}.row.between{justify-content:space-between}.meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-2);color:var(--text-muted);font-size:.82rem}.meta-item{display:inline-flex;align-items:center;gap:5px}.meta-item svg{width:15px;height:15px;flex:none}.muted{color:var(--text-muted);font-size:.85rem}.error-text{color:var(--danger);font-size:.88rem;margin:var(--space-2) 0 0}.success-text{color:var(--success);font-size:.9rem}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;flex:none}.empty-state{text-align:center;padding:var(--space-6) var(--space-4);color:var(--text-muted)}.empty-icon{width:56px;height:56px;margin:0 auto var(--space-4);border-radius:var(--radius-lg);background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center}.empty-icon svg{width:28px;height:28px}.empty-state strong{color:var(--text);display:block;margin-bottom:var(--space-1)}.notif-card{display:flex;gap:var(--space-3);align-items:flex-start}.notif-icon{width:36px;height:36px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;flex:none}.notif-icon svg{width:18px;height:18px}.fab{position:fixed;right:var(--space-5);bottom:calc(var(--nav-height) + var(--space-5) + env(safe-area-inset-bottom));width:56px;height:56px;border-radius:18px;padding:0;box-shadow:0 6px 20px #4f52d859;z-index:40}.fab svg{width:24px;height:24px}@media (min-width: 1024px){.fab{bottom:var(--space-6);right:calc(50% - 360px + var(--space-5))}}.auth-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-5)}.auth-card{width:100%;max-width:400px}.auth-logo{display:flex;align-items:center;gap:var(--space-2);justify-content:center;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:var(--space-5)}.auth-logo svg,.auth-logo img{width:34px;height:34px;object-fit:contain}.wordmark{font-weight:700;letter-spacing:.28em;font-size:1.6rem;margin-left:4px}.chat-page{display:flex;flex-direction:column;min-height:calc(100dvh - var(--nav-height))}.chat-thread{flex:1;display:flex;flex-direction:column;gap:var(--space-2);padding-bottom:var(--space-4)}.bubble-row{display:flex}.bubble-row.mine{justify-content:flex-end}.bubble{max-width:82%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius) var(--radius) var(--radius) 4px;padding:10px 12px;font-size:.95rem;overflow-wrap:anywhere}.bubble-row.mine .bubble{background:var(--primary-soft);border-color:transparent;border-radius:var(--radius) var(--radius) 4px var(--radius)}.bubble-author{font-size:.75rem;font-weight:600;color:var(--primary);margin-bottom:2px}.bubble-time{font-size:.68rem;color:var(--text-muted);margin-top:4px;text-align:right}.bubble-hint{font-size:.68rem;opacity:.65;margin-top:2px;font-style:italic}.composer{position:sticky;bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));display:flex;gap:var(--space-2);background:var(--bg);padding:var(--space-2) 0}@media (min-width: 1024px){.composer{bottom:0}}.summary-item{margin:4px 0;font-size:.92rem}.chat-img{max-width:220px;max-height:260px;border-radius:8px;display:block}.reaction-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.reaction-pill{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:.78rem;min-height:0;color:var(--text);font-weight:500}.reaction-pill.mine{border-color:var(--primary);background:var(--primary-soft)}.reaction-picker{display:flex;gap:2px;margin-top:6px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px 6px;width:fit-content}.reaction-choice{background:transparent;border:none;font-size:1.1rem;padding:4px 6px;min-height:0;border-radius:8px}.reaction-choice:hover{background:var(--surface-2)}.chat-file{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border-radius:8px;padding:8px 12px;color:var(--text);text-decoration:none;font-size:.88rem;font-weight:600;overflow-wrap:anywhere}.chat-file:hover{color:var(--primary)}.spinner{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;flex:none}@keyframes spin{to{transform:rotate(360deg)}}.capture-card{display:flex;align-items:center;gap:var(--space-1);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:6px 6px 6px var(--space-4);margin-bottom:var(--space-5);transition:border-color .15s}.capture-card:focus-within{border-color:var(--primary)}.capture-card input{flex:1;border:none;background:transparent;margin:0;padding:8px 0;min-height:40px}.capture-card input:focus{outline:none}.capture-card button.ghost,.capture-card button.send{border-radius:50%;width:42px;height:42px;padding:0;min-height:42px;flex:none}.alert-card{display:flex;align-items:center;gap:var(--space-3);border-radius:var(--radius);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-2);cursor:pointer;border:1px solid transparent;transition:transform .12s ease-out}.alert-card:active{transform:scale(.98)}.alert-card.danger{background:var(--danger-soft);border-color:color-mix(in srgb,var(--danger) 30%,transparent)}.alert-card.warning{background:color-mix(in srgb,var(--warning) 12%,var(--surface));border-color:color-mix(in srgb,var(--warning) 30%,transparent)}.alert-card .notif-icon{background:transparent}.alert-card.danger .notif-icon{color:var(--danger)}.alert-card.warning .notif-icon{color:var(--warning)}.alert-title{font-weight:600;font-size:.95rem}.alert-sub{color:var(--text-muted);font-size:.82rem;margin-top:1px}.presence-strip{display:flex;gap:var(--space-2);overflow-x:auto;padding-bottom:var(--space-2);scrollbar-width:none}.presence-strip::-webkit-scrollbar{display:none}.presence-card{flex:none;width:84px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3) var(--space-2);text-align:center}.presence-card .avatar{width:36px;height:36px;font-size:.8rem;margin:0 auto 6px;cursor:default;display:flex}.presence-card.me{cursor:pointer;transition:border-color .15s}.presence-card.me:hover{border-color:var(--primary)}.avatar.online{box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--success)}.presence-name{font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.presence-status{font-size:.7rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:4px;margin-top:2px}.presence-status .dot{width:7px;height:7px}.task-row{display:flex;align-items:flex-start;gap:var(--space-3)}.day-row{align-items:center;border-left:3px solid transparent}.day-row.danger{border-left-color:var(--danger);background:var(--danger-soft)}.day-row.warning{border-left-color:var(--warning);background:color-mix(in srgb,var(--warning) 8%,var(--surface))}.day-row .notif-icon{flex:none}.price-tag{font-weight:700;font-size:1.05rem;color:var(--primary);white-space:nowrap;flex:none}.answer-line{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:.8rem;color:var(--text-muted)}.known-price{background:var(--primary-soft);border-color:color-mix(in srgb,var(--primary) 30%,transparent)}.dictation{display:flex;align-items:center;gap:8px;margin:-4px 0 var(--space-3);padding:10px var(--space-3);border-radius:var(--radius);background:var(--danger-soft);color:var(--text);font-size:.9rem;line-height:1.35}.rec-dot{width:9px;height:9px;border-radius:50%;background:var(--danger);flex:none;animation:rec-pulse 1.1s ease-in-out infinite}@keyframes rec-pulse{0%,to{opacity:1}50%{opacity:.25}}.day-row .card-title{display:block}.task-check{width:22px;height:22px;border:2px solid var(--border);border-radius:7px;background:transparent;padding:0;min-height:22px;flex:none;margin-top:2px;color:transparent;transition:border-color .15s,background .15s}.task-check:hover{border-color:var(--success);background:transparent}.task-check svg{width:14px;height:14px}.company-pill{border-radius:6px;font-size:.7rem;font-weight:700;padding:2px 8px;flex:none}.doc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:var(--space-3)}.doc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .15s,transform .12s ease-out}.doc-card:hover{border-color:var(--primary)}.doc-card:active{transform:scale(.98)}.doc-thumb{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:var(--surface-2)}.doc-thumb-icon{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--primary-soft);color:var(--primary)}.doc-thumb-icon svg{width:32px;height:32px}.doc-name{font-size:.78rem;font-weight:600;padding:8px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-preview{width:100%;max-height:45dvh;object-fit:contain;border-radius:var(--radius-sm);background:var(--surface-2)}.section-rule{display:flex;align-items:center;gap:var(--space-3);margin:var(--space-5) 0 var(--space-3)}.section-rule h2{margin:0;display:flex;align-items:center;gap:8px}.section-rule:after{content:"";flex:1;height:1px;background:var(--border)}.count-pill{background:var(--surface-2);color:var(--text);border-radius:6px;font-size:.7rem;font-weight:700;padding:1px 7px}.hint-banner{display:flex;align-items:flex-start;gap:var(--space-2);background:color-mix(in srgb,var(--warning) 12%,var(--surface));border:1px solid color-mix(in srgb,var(--warning) 35%,var(--border));color:var(--text);border-radius:var(--radius);padding:var(--space-3) var(--space-4);font-size:.88rem;margin-top:var(--space-4)}.hint-banner svg{width:18px;height:18px;color:var(--warning);flex:none;margin-top:2px}.hint-banner.drag-active{border-style:dashed;border-color:var(--primary)}.header-meta{display:inline-flex;align-items:center;gap:7px;color:var(--text-muted);font-size:.82rem;white-space:nowrap}.header-meta .dot{background:var(--success);width:8px;height:8px}.item-card{display:flex;gap:var(--space-3);align-items:flex-start}.item-body{flex:1;min-width:0}.item-desc{margin:4px 0 0;color:var(--text-muted);font-size:.88rem}.item-actions{display:flex;align-items:center;gap:var(--space-2);margin-top:var(--space-3)}.item-actions svg{width:15px;height:15px}.memo-bubble{display:block;text-align:left;font-family:inherit;font-weight:400;color:var(--text);min-height:0;cursor:pointer}.memo-bubble:hover{background:var(--primary-soft);filter:brightness(1.05)}.memo-bubble:active{transform:scale(.98)}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--nav-height) + 76px + env(safe-area-inset-bottom));background:var(--text);color:var(--bg);border-radius:999px;padding:10px 18px;font-size:.88rem;font-weight:600;display:flex;align-items:center;gap:8px;z-index:90;animation:sheet-up .2s ease-out;max-width:90vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast-stack{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--nav-height) + 76px + env(safe-area-inset-bottom));z-index:110;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.toast-stack .toast{position:static;transform:none;bottom:auto;white-space:normal;text-align:left;align-items:flex-start;line-height:1.35}.toast.danger{background:var(--danger);color:#fff;border-radius:var(--radius-md);max-width:min(420px,92vw)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#080a0e8c;z-index:100;display:flex;align-items:flex-end;justify-content:center}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--space-5) var(--space-4) calc(var(--space-5) + env(safe-area-inset-bottom));width:100%;max-width:520px;max-height:85dvh;overflow-y:auto;animation:sheet-up .2s ease-out}.modal-title{font-size:1.05rem;font-weight:700;margin:0 0 var(--space-1)}.modal-context{color:var(--text-muted);font-size:.9rem;margin:0 0 var(--space-4);overflow-wrap:anywhere}@keyframes sheet-up{0%{transform:translateY(24px);opacity:0}}@media (min-width: 1024px){.modal-overlay{align-items:center}.modal{border-radius:var(--radius-lg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
