:root{--ink:#172132;--muted:#6c7585;--line:#e5e8ee;--paper:#f5f6f8;--white:#fff;--navy:#17283f;--blue:#3157d5;--green:#188460;--red:#c94444;--gold:#bd7d16;--radius:16px;--shadow:0 10px 30px rgba(25,36,55,.07)}*{box-sizing:border-box}html{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper)}body{margin:0;min-height:100vh}a{color:var(--blue);text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}.topbar{height:72px;background:var(--white);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 3vw;gap:28px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy);font-size:18px;white-space:nowrap}.brand-mark{width:36px;height:36px;border-radius:11px;display:inline-grid;place-items:center;color:#fff;background:linear-gradient(145deg,#233f6b,#3157d5);font-family:Georgia,serif;font-size:22px;box-shadow:0 6px 16px rgba(49,87,213,.25)}.nav{display:flex;align-items:center;gap:4px;flex:1}.nav a{padding:10px 12px;border-radius:9px;color:#596476;font-size:14px;font-weight:600}.nav a:hover,.nav a.active{color:var(--blue);background:#eef2ff}.user-menu{display:flex;align-items:center;gap:16px;font-size:13px}.user-menu div{display:flex;flex-direction:column;text-align:right}.user-menu small{color:var(--muted);text-transform:capitalize}.link-button{border:0;background:none;color:var(--blue);padding:0;cursor:pointer}.nav-toggle{display:none;border:0;background:none;font-size:24px}.container{width:min(1180px,92vw);margin:0 auto;padding:44px 0 64px}.container.narrow{width:min(760px,92vw)}.page-heading{margin-bottom:28px}.page-heading h1{font:700 clamp(28px,4vw,40px)/1.15 Georgia,"Times New Roman",serif;margin:6px 0;color:var(--navy)}.page-heading p{margin:8px 0}.split{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--blue);margin:0}.muted{color:var(--muted);line-height:1.6}.button{border:1px solid var(--line);background:var(--white);color:var(--ink);border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.button:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.button-primary{background:var(--blue);border-color:var(--blue);color:#fff}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:22px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue)}.stat-card span,.stat-card small{display:block;color:var(--muted);font-size:13px}.stat-card strong{display:block;font:700 38px/1 Georgia,serif;margin:14px 0 8px}.stat-card.accent-gold:before{background:var(--gold)}.stat-card.accent-red:before{background:var(--red)}.stat-card.accent-green:before{background:var(--green)}.panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.panel-heading{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--line)}.panel-heading h2,.form-panel h2{margin:4px 0 0;font:700 24px Georgia,serif}.task-row{display:grid;grid-template-columns:10px minmax(220px,1fr) 170px 110px;align-items:center;gap:16px;padding:18px 24px;border-bottom:1px solid var(--line)}.task-row:last-child{border-bottom:0}.task-main{display:flex;flex-direction:column;gap:5px}.task-main small,.task-row time{color:var(--muted);font-size:13px}.priority{width:8px;height:8px;border-radius:99px;background:#7c8797}.priority-high{background:var(--gold)}.priority-urgent{background:var(--red)}.priority-low{background:var(--green)}.badge{display:inline-flex;width:max-content;padding:5px 9px;border-radius:99px;background:#eef0f4;font-size:11px;font-weight:800;color:#566171}.badge-todo{background:#edf1f7;color:#46546a}.badge-in_progress,.badge-processing{background:#fff3d8;color:#8b5b0c}.badge-done,.badge-sent{background:#e7f6ef;color:#147253}.badge-cancelled,.badge-failed{background:#fdeaea;color:#a93434}.priority-label-urgent{background:#fdeaea;color:#a93434}.priority-label-high{background:#fff3d8;color:#8b5b0c}.filters{display:flex;gap:10px;margin-bottom:18px}.filters input{flex:1}.filters input,.filters select,label input,label select,label textarea,td select{border:1px solid #d9dee7;border-radius:9px;background:#fff;padding:11px 12px;outline:none}.filters input:focus,.filters select:focus,label input:focus,label select:focus,label textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(49,87,213,.1)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th{text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:#fafbfc}th,td{padding:15px 18px;border-bottom:1px solid var(--line);vertical-align:middle}tbody tr:hover{background:#fafbff}.block{display:block;color:var(--muted);margin-top:5px;max-width:420px}.empty{text-align:center;padding:48px;color:var(--muted)}.form-panel{padding:28px}.stack{display:flex;flex-direction:column;gap:18px}.stack label{font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.alert{padding:12px 14px;border-radius:9px;margin-bottom:18px}.alert-error{background:#fdeaea;color:#962f2f}.note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.note-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:240px}.note-card h2{font:700 21px Georgia,serif;margin:18px 0 8px}.note-card p{color:#4d5869;line-height:1.6;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.note-card footer{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:auto;padding-top:18px}.note-meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:11px}.two-column{display:grid;grid-template-columns:380px 1fr;gap:20px;align-items:start}.auth-shell{min-height:calc(100vh - 52px);display:grid;grid-template-columns:minmax(420px,620px) 1fr;background:#fff}.auth-card{padding:8vh clamp(32px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.auth-brand{margin-bottom:48px}.auth-card h1{font:700 clamp(38px,5vw,62px)/1.05 Georgia,serif;color:var(--navy);margin:12px 0 22px}.auth-card form{margin-top:20px}.auth-art{background:linear-gradient(145deg,#182a45,#3157d5);position:relative;overflow:hidden;display:grid;place-items:center;padding:50px}.orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.6}.orb-one{width:420px;height:420px;background:#5479e9;right:-120px;top:-100px}.orb-two{width:300px;height:300px;background:#17283f;left:-80px;bottom:-80px}.quote-card{position:relative;width:min(440px,90%);padding:38px;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:24px;background:rgba(255,255,255,.1);backdrop-filter:blur(15px)}.quote-card span{font:80px/1 Georgia,serif;opacity:.4}.quote-card p{font:28px/1.4 Georgia,serif;margin:0}.error-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.error-page>span{font:700 90px Georgia,serif;color:#dfe4ed}.error-page h1{font:700 36px Georgia,serif}.error-page p{color:var(--muted)}.error-page pre{text-align:left;max-width:90vw;overflow:auto}.footer{text-align:center;color:#98a0ad;font-size:11px;padding:18px}.auth-shell+.footer{background:#fff}
@media(max-width:900px){.nav-toggle{display:block}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:12px 4vw;border-bottom:1px solid var(--line);flex-wrap:wrap}.nav-open .nav{display:flex}.user-menu{margin-left:auto}.stat-grid{grid-template-columns:1fr 1fr}.note-grid{grid-template-columns:1fr 1fr}.two-column{grid-template-columns:1fr}.auth-shell{grid-template-columns:1fr}.auth-art{display:none}}
@media(max-width:620px){.topbar{padding:0 16px}.brand span:last-child{display:none}.user-menu div{display:none}.container{padding-top:28px}.split{align-items:flex-start;flex-direction:column}.stat-grid,.note-grid,.form-grid{grid-template-columns:1fr}.task-row{grid-template-columns:8px 1fr}.task-row time,.task-row .badge{grid-column:2}.filters{flex-direction:column}.auth-card{padding:48px 24px}.table-wrap{border-radius:10px}}

/* PWA settings and mobile application shell */
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.setting-card{padding:26px;display:flex;gap:18px}.setting-card-wide{grid-column:1/-1}.setting-icon{width:46px;height:46px;flex:0 0 46px;border-radius:14px;display:grid;place-items:center;background:#eef2ff;color:var(--blue);font-weight:900;font-size:20px}.setting-content h2{font:700 23px Georgia,serif;margin:2px 0 8px}.setting-content p{color:var(--muted);line-height:1.6;margin:6px 0 16px}.setting-content .hint{font-size:12px;margin-top:13px}.actions-left{justify-content:flex-start}.pwa-toast{position:fixed;right:24px;bottom:24px;z-index:100;background:var(--navy);color:#fff;border-radius:12px;padding:13px 17px;box-shadow:0 15px 40px rgba(23,40,63,.25);font-size:14px;max-width:min(360px,calc(100vw - 32px))}.pwa-toast[hidden]{display:none}
.gemini-key-card .setting-content{width:100%;min-width:0}.gemini-key-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;max-width:720px}.gemini-key-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800}.gemini-key-form input{width:100%;border:1px solid #d9dee7;border-radius:9px;background:#fff;padding:11px 12px;outline:none}.gemini-key-state{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gemini-key-delete{margin-top:14px}.danger-link{color:var(--red);font-weight:700}

@media(max-width:720px){
  body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.topbar{height:60px;padding-top:env(safe-area-inset-top);position:sticky}.nav-toggle{display:none}.nav{display:flex!important;position:fixed;z-index:50;left:0;right:0;top:auto;bottom:0;height:calc(64px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);background:rgba(255,255,255,.96);border-top:1px solid var(--line);border-bottom:0;box-shadow:0 -8px 24px rgba(25,36,55,.07);overflow-x:auto;flex-wrap:nowrap;gap:2px;backdrop-filter:blur(12px)}.nav a{flex:1 0 72px;min-width:72px;display:flex;align-items:center;justify-content:center;padding:8px 6px;font-size:11px;white-space:nowrap}.user-menu{gap:8px}.user-menu .link-button{min-height:40px;padding:0 4px}.container{width:min(100% - 28px,1180px);padding:26px 0 40px}.page-heading{margin-bottom:20px}.page-heading h1{font-size:30px}.split .button{width:100%}.stat-card{padding:18px}.stat-card strong{font-size:34px}.task-row{padding:15px}.panel-heading{padding:18px}.form-panel{padding:20px}.actions{flex-wrap:wrap}.actions .button{min-height:44px}.filters .button,.filters input,.filters select,label input,label select,label textarea{min-height:44px}.settings-grid{grid-template-columns:1fr}.setting-card,.setting-card-wide{grid-column:auto;padding:20px;gap:13px}.setting-icon{width:40px;height:40px;flex-basis:40px}.setting-content{min-width:0}.setting-content .actions{justify-content:flex-start}.setting-content .actions .button{flex:1 1 130px}.pwa-toast{left:14px;right:14px;bottom:calc(78px + env(safe-area-inset-bottom));text-align:center}.footer{padding-bottom:10px}
}
@media(max-width:620px){.gemini-key-form{grid-template-columns:1fr}.gemini-key-form .button{width:100%;min-height:44px}}

/* Floating voice assistant */
.voice-assistant{position:fixed;z-index:90;right:22px;bottom:22px}.voice-assistant-button{width:62px;height:62px;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:#fff;background:linear-gradient(145deg,#3157d5,#6d50d8);box-shadow:0 14px 34px rgba(49,87,213,.35);transition:transform .2s,box-shadow .2s}.voice-assistant-button:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(49,87,213,.4)}.voice-assistant-mic{position:relative;width:17px;height:24px;border:3px solid #fff;border-radius:12px}.voice-assistant-mic:before{content:"";position:absolute;left:50%;bottom:-8px;width:25px;height:14px;border:3px solid #fff;border-top:0;border-radius:0 0 15px 15px;transform:translateX(-50%)}.voice-assistant-mic:after{content:"";position:absolute;left:50%;bottom:-14px;width:3px;height:7px;background:#fff;transform:translateX(-50%)}.voice-assistant[data-state="listening"] .voice-assistant-button{background:linear-gradient(145deg,#ef6868,#bd3030);animation:assistant-pulse 1.6s ease-out infinite}.voice-assistant[data-state="thinking"] .voice-assistant-button{animation:assistant-spin-glow 1.2s ease-in-out infinite alternate}.voice-assistant-panel{position:absolute;right:0;bottom:76px;width:min(370px,calc(100vw - 28px));max-height:min(560px,calc(100vh - 130px));overflow:auto;border:1px solid rgba(218,223,232,.95);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 22px 55px rgba(23,40,63,.22);backdrop-filter:blur(20px)}.voice-assistant-panel[hidden]{display:none}.voice-assistant-panel>header{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;border-bottom:1px solid var(--line)}.voice-assistant-panel>header>div{display:flex;align-items:center;gap:10px}.voice-assistant-panel>header>div>div{display:flex;flex-direction:column;gap:2px}.voice-assistant-panel header strong{font:700 18px Georgia,serif;color:var(--navy)}.voice-assistant-panel header small,.voice-assistant-panel>footer small{color:var(--muted)}.voice-assistant-dot{width:11px;height:11px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(24,132,96,.12)}.voice-assistant-close{width:36px;height:36px;border:0;border-radius:10px;background:#f1f3f7;color:#647083;font-size:24px;cursor:pointer}.voice-assistant-body{padding:20px}.voice-assistant-status{text-align:center;color:var(--muted);font-size:13px;font-weight:700;margin:2px 0 14px}.voice-assistant-wave{height:34px;display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:14px}.voice-assistant-wave span{width:4px;height:8px;border-radius:99px;background:#aab4c4}.voice-assistant[data-state="listening"] .voice-assistant-wave span,.voice-assistant[data-state="speaking"] .voice-assistant-wave span{background:var(--blue);animation:assistant-wave .75s ease-in-out infinite alternate}.voice-assistant-wave span:nth-child(2){animation-delay:-.15s!important}.voice-assistant-wave span:nth-child(3){animation-delay:-.3s!important}.voice-assistant-wave span:nth-child(4){animation-delay:-.45s!important}.voice-assistant-wave span:nth-child(5){animation-delay:-.6s!important}.voice-assistant-message{padding:12px 14px;border-radius:14px;line-height:1.55;font-size:14px;overflow-wrap:anywhere}.voice-assistant-question{margin:0 24px 10px 0;background:#eef2ff;color:#2f478f}.voice-assistant-answer{margin:0 0 0 24px;background:#edf8f3;color:#245c49}.voice-assistant-panel>footer{padding:12px 18px;border-top:1px solid var(--line);text-align:center}.voice-assistant[data-state="error"] .voice-assistant-dot{background:var(--red);box-shadow:0 0 0 4px rgba(201,68,68,.12)}@keyframes assistant-wave{from{height:7px}to{height:30px}}@keyframes assistant-pulse{0%{box-shadow:0 0 0 0 rgba(201,68,68,.35)}70%{box-shadow:0 0 0 18px rgba(201,68,68,0)}100%{box-shadow:0 0 0 0 rgba(201,68,68,0)}}@keyframes assistant-spin-glow{from{box-shadow:0 10px 25px rgba(49,87,213,.25)}to{box-shadow:0 10px 42px rgba(109,80,216,.55)}}
@media(max-width:720px){.voice-assistant{right:15px;bottom:calc(94px + env(safe-area-inset-bottom))}.voice-assistant-button{width:56px;height:56px}.voice-assistant-panel{position:fixed;right:12px;bottom:calc(162px + env(safe-area-inset-bottom));width:calc(100vw - 24px);max-height:calc(100vh - 190px)}}
@media(prefers-reduced-motion:reduce){.voice-assistant-button,.voice-assistant-wave span{animation:none!important;transition:none}}
.nav-assistant-button{border:0;border-radius:9px;padding:10px 12px;background:#f1efff;color:#5a42b4;font-size:14px;font-weight:800;cursor:pointer}.nav-assistant-button:hover{background:#e8e3ff}.voice-note-bubble{position:fixed;z-index:91;right:22px;bottom:22px;width:70px;height:74px;border-radius:23px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#fff;background:linear-gradient(145deg,#2386d8,#3157d5);box-shadow:0 14px 34px rgba(49,87,213,.35);font-size:9px;font-weight:850;letter-spacing:.02em;transition:transform .2s,box-shadow .2s}.voice-note-bubble:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 38px rgba(49,87,213,.42)}.voice-note-studio-mic{position:relative;width:34px;height:35px;display:grid;place-items:start center}.voice-note-studio-mic i{position:relative;width:18px;height:25px;border-radius:6px 6px 9px 9px;background:#fff}.voice-note-studio-mic i:before{content:"";position:absolute;left:4px;top:6px;width:10px;height:2px;border-radius:2px;background:#3157d5;box-shadow:0 5px 0 #3157d5,0 10px 0 #3157d5}.voice-note-studio-mic i:after{content:"";position:absolute;left:50%;bottom:-8px;width:27px;height:13px;border:2px solid #fff;border-top:0;border-radius:0 0 15px 15px;transform:translateX(-50%)}
@media(max-width:720px){.voice-note-bubble{right:15px;bottom:calc(94px + env(safe-area-inset-bottom));width:64px;height:68px;border-radius:21px}.mobile-nav-item[type="button"]{border:0;background:transparent;font:inherit;padding:8px 6px}.mobile-ai-icon{width:58px;height:58px;flex:0 0 58px;border:5px solid #fff;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7258dc,#3157d5);box-shadow:0 8px 22px rgba(83,70,194,.35);font:900 10px/1 Inter,"Segoe UI",sans-serif;letter-spacing:.04em}.mobile-nav-primary[aria-expanded="true"] .mobile-ai-icon{background:linear-gradient(145deg,#e45d5d,#b92f2f);box-shadow:0 8px 22px rgba(201,68,68,.35)}}
@media(max-width:370px){.mobile-ai-icon{width:54px;height:54px;flex-basis:54px}.voice-note-bubble{width:60px;height:64px}}

/* Voice draft controls and the centered mobile CIE AI action. */
.voice-title-field{display:flex;flex-direction:column;gap:8px}.voice-title-field>input{min-height:44px;border:1px solid #d9dee7;border-radius:9px;background:#fff;padding:11px 12px;outline:none}.voice-title-field>input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(49,87,213,.1)}.voice-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.voice-title-row>label{min-width:0}.voice-clear-draft{padding:2px 3px;color:#bd3030;font-size:12px;font-weight:800;white-space:nowrap}.voice-clear-draft[hidden]{display:none}
@media(max-width:720px){.mobile-ai-icon{font-size:9px;letter-spacing:.025em;white-space:nowrap}}
@media(max-width:620px){.voice-title-row{gap:8px}.voice-clear-draft{font-size:12px}}

@media(display-mode:standalone){.topbar{padding-top:env(safe-area-inset-top)}body{overscroll-behavior-y:none}.footer{display:none}}

/* Voice meeting notes */
.heading-actions{display:flex;gap:10px;flex-wrap:wrap}.voice-layout{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(440px,1.4fr);gap:20px;align-items:start}.voice-recorder{padding:26px;position:sticky;top:92px;text-align:center}.voice-recorder-top,.voice-editor-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;text-align:left}.voice-recorder h2,.voice-editor h2{font:700 24px Georgia,serif;margin:5px 0}.voice-language{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:11px;font-weight:800;text-align:left}.voice-language select{border:1px solid var(--line);border-radius:9px;background:#fff;padding:8px}.voice-visualizer{height:92px;display:flex;align-items:center;justify-content:center;gap:4px;margin:24px 0 8px}.voice-visualizer span{width:5px;height:12px;border-radius:99px;background:#cbd3e1;transform:scaleY(.55);transform-origin:center}.voice-visualizer.active span{background:var(--blue);animation:voice-wave .9s ease-in-out infinite alternate;animation-delay:calc(var(--i) * -45ms)}.voice-time{font:700 clamp(34px,5vw,48px)/1 ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--navy);font-variant-numeric:tabular-nums}.voice-status{font-weight:800;margin:16px 0 5px}.voice-interim{min-height:44px;color:var(--muted);font-size:13px;line-height:1.5;margin:0 auto 18px;max-width:420px}.voice-controls{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.voice-finish-row{flex:0 0 100%;display:flex;justify-content:center;margin-top:4px}.voice-finish-row .button{min-width:150px}.voice-record-button{width:82px;height:82px;border:0;border-radius:50%;background:linear-gradient(145deg,#466ce2,#2649bb);color:#fff;box-shadow:0 12px 28px rgba(49,87,213,.28);cursor:pointer;display:grid;place-items:center;transition:border-radius .2s,background .2s,transform .2s,box-shadow .2s}.voice-record-button:hover{transform:translateY(-2px)}.voice-record-button:disabled{cursor:default}.voice-record-button .mic-symbol{width:24px;height:24px;border-radius:50%;background:#fff;transition:border-radius .2s,transform .2s}.voice-record-button.recording{border-radius:22px;background:linear-gradient(145deg,#e45d5d,#b92f2f);animation:voice-pulse 1.8s ease-out infinite}.voice-record-button.recording .mic-symbol{border-radius:4px;transform:scale(.9)}.voice-privacy{border-top:1px solid var(--line);padding-top:18px;margin:24px 0 0;color:var(--muted);font-size:11px;line-height:1.55;text-align:left}.voice-editor{padding:26px}.voice-draft-notice{background:#eef2ff;color:#334da5;display:flex;justify-content:space-between;align-items:center;gap:12px}.voice-draft-notice[hidden]{display:none}.voice-editor textarea{resize:vertical;min-height:300px;line-height:1.6}.voice-editor-heading{align-items:center}.voice-editor-heading h2{margin-top:4px}@keyframes voice-wave{0%{height:12px;transform:scaleY(.6)}100%{height:66px;transform:scaleY(1)}}@keyframes voice-pulse{0%{box-shadow:0 0 0 0 rgba(201,68,68,.35)}70%{box-shadow:0 0 0 18px rgba(201,68,68,0)}100%{box-shadow:0 0 0 0 rgba(201,68,68,0)}}

@media(max-width:900px){.voice-layout{grid-template-columns:1fr}.voice-recorder{position:static}.voice-editor textarea{min-height:260px}}
@media(max-width:620px){.heading-actions{width:100%}.heading-actions .button{flex:1 1 150px}.voice-recorder,.voice-editor{padding:20px}.voice-recorder-top{flex-direction:column}.voice-language{width:100%}.voice-language select{min-height:44px;width:100%}.voice-visualizer{height:68px;margin:16px 0 6px}.voice-visualizer span{width:4px}.voice-record-button{width:74px;height:74px}.voice-controls .button{min-height:44px}.voice-draft-notice{align-items:flex-start;flex-direction:column}.voice-editor .actions .button{flex:1 1 130px}}
@media(prefers-reduced-motion:reduce){.voice-visualizer.active span,.voice-record-button.recording{animation:none}.button,.voice-record-button{transition:none}}
.voice-title-hint{color:var(--blue);font-size:11px;font-weight:600;margin-left:6px}.voice-editor{scroll-margin-top:86px}.voice-content-meta{display:flex;justify-content:flex-end;margin-top:-10px;color:var(--muted);font-size:11px;font-weight:700}
.voice-section-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;margin:0 auto 16px;padding:5px 10px;border-radius:999px;background:#eef7f3;color:#187054;font-size:11px;font-weight:800}.voice-section-status:before{content:"";width:7px;height:7px;margin-right:7px;border-radius:50%;background:#2ca779;box-shadow:0 0 0 3px rgba(44,167,121,.12)}

/* AI meeting summary and task confirmation */
.alert-success{background:#e7f6ef;color:#147253}.note-actions{border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.note-actions .button{width:100%;padding:9px 12px;font-size:12px}.ai-empty-state{padding:34px;display:flex;gap:24px;align-items:center}.ai-empty-state h2{font:700 28px Georgia,serif;margin:6px 0 10px}.ai-orb{width:78px;height:78px;flex:0 0 78px;border-radius:24px;display:grid;place-items:center;color:#fff;font:700 24px Georgia,serif;background:linear-gradient(145deg,#7556df,#3157d5);box-shadow:0 12px 30px rgba(73,65,191,.24)}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.summary-card{padding:26px}.summary-card-main{grid-column:1/-1}.summary-card-heading{display:flex;gap:14px;align-items:center;margin-bottom:18px}.summary-card-heading h2{font:700 24px Georgia,serif;margin:4px 0 0}.summary-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eef2ff;color:var(--blue);font-size:12px;font-weight:900}.summary-copy{font:20px/1.75 Georgia,serif;color:#334054;margin:0;white-space:pre-line}.summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.summary-list li{position:relative;padding-left:24px;line-height:1.6;color:#465365}.summary-list li:before{content:"";position:absolute;left:2px;top:.7em;width:7px;height:7px;border-radius:50%;background:var(--blue)}.summary-list.conclusions li:before{background:var(--green)}.action-review{margin-top:20px}.action-review-heading{align-items:flex-start}.action-review-heading h2{font:700 27px Georgia,serif;margin:4px 0 5px}.action-review-heading p{margin-bottom:0}.action-items{display:flex;flex-direction:column}.action-item{display:grid;grid-template-columns:72px 1fr;gap:8px;padding:24px;border-bottom:1px solid var(--line);transition:opacity .2s,background .2s}.action-item:last-child{border-bottom:0}.action-item-unselected{opacity:.48;background:#f8f9fb}.action-item-created{background:#f7fbf9}.action-item-check{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.action-item-check input{width:20px;height:20px;accent-color:var(--blue)}.action-number{font:700 18px Georgia,serif;color:#9aa3b1}.created-check{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}.action-item-fields{display:flex;flex-direction:column;gap:14px}.action-item-fields>label,.action-item-meta label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800}.action-item-fields input,.action-item-fields textarea,.action-item-fields select{width:100%;border:1px solid #d9dee7;border-radius:9px;background:#fff;padding:10px 11px;outline:none}.action-item-fields input:focus,.action-item-fields textarea:focus,.action-item-fields select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(49,87,213,.1)}.action-item-fields textarea{resize:vertical}.action-item-meta{display:grid;grid-template-columns:1.3fr 1fr .75fr;gap:12px}.action-item-meta small{font-weight:500;color:var(--gold);line-height:1.4}.action-review-footer{border-top:1px solid var(--line);padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fafbfc}.summary-secondary-actions{display:flex;gap:12px;align-items:flex-start;margin-top:18px}.transcript-details{flex:1}.transcript-details summary{padding:16px 20px;cursor:pointer;font-weight:800}.transcript-details>div{border-top:1px solid var(--line);padding:20px;white-space:pre-line;line-height:1.7;color:#4d5869;max-height:420px;overflow:auto}
.note-actions-split{display:grid;grid-template-columns:1fr 1.25fr;gap:8px}.note-card h2 a{color:var(--navy)}.button-ai{color:#563bb3;background:#f2efff;border-color:#ddd5ff}.note-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.note-detail-content{padding:28px;min-width:0}.note-detail-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.note-detail-text{padding-top:24px;white-space:pre-wrap;overflow-wrap:anywhere;font:18px/1.8 Georgia,serif;color:#344154}.note-ai-panel{position:sticky;top:92px;padding:25px}.note-ai-panel .ai-orb{width:54px;height:54px;border-radius:17px;font-size:18px;margin-bottom:22px}.note-ai-panel h2{font:700 24px Georgia,serif;margin:8px 0}.note-ai-panel .button{width:100%;margin-top:8px}.note-form-actions{align-items:center}
.action-item-meta-reminder{grid-template-columns:1.2fr 1fr .72fr .72fr}
.bulk-task-source{padding:26px;margin-bottom:20px}.bulk-task-source textarea{min-height:190px;line-height:1.65;resize:vertical}.bulk-task-review{overflow:hidden}.bulk-task-review>.panel-heading{border-bottom:1px solid var(--line)}

@media(max-width:760px){.summary-grid{grid-template-columns:1fr}.summary-card-main{grid-column:auto}.ai-empty-state{align-items:flex-start}.action-item{grid-template-columns:42px 1fr;padding:19px 16px}.action-item-meta{grid-template-columns:1fr}.action-review-footer{align-items:stretch;flex-direction:column}.action-review-footer .button{width:100%;min-height:46px}.summary-secondary-actions{flex-direction:column}.summary-secondary-actions>*{width:100%}.summary-secondary-actions .button{width:100%}}
@media(max-width:760px){.note-detail-layout{grid-template-columns:1fr}.note-ai-panel{position:static;order:-1}.note-actions-split{grid-template-columns:1fr}.note-form-actions .button{flex:1 1 100%}.action-item-meta-reminder{grid-template-columns:1fr}}
@media(max-width:480px){.ai-empty-state{padding:24px;flex-direction:column}.ai-orb{width:58px;height:58px;flex-basis:58px;border-radius:18px}.summary-card{padding:20px}.summary-copy{font-size:18px}.action-item{grid-template-columns:1fr}.action-item-check{flex-direction:row;align-items:center}.action-review-heading{flex-direction:column}}

/* Native-like mobile navigation */
.mobile-bottom-nav,.logout-mobile{display:none}.admin-quick-links{display:flex;gap:10px;flex-wrap:wrap}
@media(max-width:720px){
  html{background:#f3f5f9}.topbar{height:calc(64px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;gap:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(23,40,63,.06)}.topbar .nav{display:none!important}.nav-toggle{display:none!important}.brand{font-size:16px}.brand span:last-child{display:inline}.brand-mark{width:34px;height:34px;border-radius:11px;font-size:20px}.user-menu{margin-left:auto}.user-menu div{display:none}.user-menu .link-button{min-height:40px;padding:0 2px;font-size:12px;font-weight:700}.logout-desktop{display:none}.logout-mobile{display:inline}
  body{padding-bottom:calc(100px + env(safe-area-inset-bottom));background:#f3f5f9}.container,.container.narrow{width:calc(100% - 24px);padding:22px 0 32px}.page-heading{margin-bottom:18px}.page-heading h1{font-size:clamp(27px,8vw,34px)}.panel,.stat-card,.note-card{border-radius:18px;box-shadow:0 7px 22px rgba(25,36,55,.055)}.pwa-toast{bottom:calc(102px + env(safe-area-inset-bottom))}.footer{display:none}
  .mobile-bottom-nav{position:fixed;z-index:80;display:grid;grid-template-columns:1fr 1fr 1.15fr 1fr 1fr;align-items:end;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));height:72px;padding:7px 5px 6px;border:1px solid rgba(218,223,232,.9);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 14px 38px rgba(23,40,63,.18);backdrop-filter:blur(20px)}
  .mobile-nav-item{min-width:0;height:57px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:15px;color:#7a8493;font-size:9px;font-weight:750;line-height:1;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-nav-item:active{background:#f0f3fa;transform:scale(.96)}.mobile-nav-item.active:not(.mobile-nav-primary){color:var(--blue);background:#eef2ff}.mobile-nav-icon{height:25px;display:grid;place-items:center;font:700 24px/1 "Segoe UI Symbol",sans-serif}.mobile-nav-item:nth-child(2) .mobile-nav-icon{width:23px;height:23px;border:2px solid currentColor;border-radius:7px;font-size:15px;margin-bottom:2px}.mobile-nav-item:nth-child(4) .mobile-nav-icon{font-size:25px}.mobile-nav-item:nth-child(5) .mobile-nav-icon{font-size:22px}
  .mobile-nav-primary{height:82px;margin-top:-24px;color:var(--navy);justify-content:flex-start;gap:5px;font-size:10px;font-weight:850;overflow:visible}.mobile-mic-icon{position:relative;width:58px;height:58px;flex:0 0 58px;border:5px solid #fff;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#4269e6,#2649bb);box-shadow:0 8px 22px rgba(49,87,213,.34)}.mobile-mic-icon i{position:relative;width:13px;height:23px;border:2px solid #fff;border-radius:9px}.mobile-mic-icon i:before{content:"";position:absolute;left:50%;bottom:-8px;width:23px;height:14px;border:2px solid #fff;border-top:0;border-radius:0 0 13px 13px;transform:translateX(-50%)}.mobile-mic-icon i:after{content:"";position:absolute;left:50%;bottom:-12px;width:2px;height:6px;background:#fff;transform:translateX(-50%)}.mobile-nav-primary.active .mobile-mic-icon{background:linear-gradient(145deg,#e45d5d,#b92f2f);box-shadow:0 8px 22px rgba(201,68,68,.35)}.admin-quick-links{display:grid;grid-template-columns:1fr 1fr}.admin-quick-links .button:last-child{grid-column:1/-1}
  .mobile-card-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}.mobile-card-table,.mobile-card-table tbody,.mobile-card-table tr,.mobile-card-table td{display:block;width:100%}.mobile-card-table thead{display:none}.mobile-card-table tbody{display:grid;gap:12px}.mobile-card-table tr{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(25,36,55,.055)}.mobile-card-table td{border:0;padding:6px 0;display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:10px;font-size:13px}.mobile-card-table td:before{content:attr(data-label);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.mobile-card-table .mobile-card-title{display:block;border-bottom:1px solid var(--line);padding:0 0 13px;margin-bottom:7px}.mobile-card-table .mobile-card-title:before{display:none}.mobile-card-table .mobile-card-title strong{line-height:1.45}.mobile-card-table .mobile-card-title .block{margin-top:7px}.mobile-card-table .mobile-card-action{border-top:1px solid var(--line);padding-top:13px;margin-top:6px}.mobile-card-table .mobile-card-action select{width:100%;min-height:42px}
}
@media(max-width:370px){.mobile-bottom-nav{left:6px;right:6px}.mobile-nav-item{font-size:8px}.brand{font-size:14px}.mobile-mic-icon{width:54px;height:54px;flex-basis:54px}}

/* Global navigation and action loading state */
.app-loading-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:24px;background:rgba(244,246,250,.88);backdrop-filter:blur(10px);cursor:wait;overscroll-behavior:contain}.app-loading-overlay[hidden]{display:none}.app-loading-card{min-width:min(280px,calc(100vw - 48px));display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 26px;border:1px solid rgba(217,222,231,.9);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 22px 60px rgba(23,40,63,.18)}.app-loading-card strong{margin-top:18px;font:700 19px Georgia,serif;color:var(--navy)}.app-loading-card small{margin-top:7px;color:var(--muted);font-size:11px}.app-loading-mark{position:relative;width:62px;height:62px;border-radius:19px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#233f6b,#3157d5);box-shadow:0 10px 24px rgba(49,87,213,.27)}.app-loading-mark span{font:700 30px Georgia,serif}.app-loading-mark:after{content:"";position:absolute;inset:-9px;border:3px solid transparent;border-top-color:var(--blue);border-right-color:#7b95eb;border-radius:50%;animation:app-loading-spin .8s linear infinite}.app-is-loading body{overflow:hidden}@keyframes app-loading-spin{to{transform:rotate(360deg)}}
@media(max-width:720px){.app-loading-overlay{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.app-loading-card{padding:26px 22px;border-radius:22px}.app-loading-mark{width:58px;height:58px}}
@media(prefers-reduced-motion:reduce){.app-loading-mark:after{animation-duration:1.8s}}

/* User account administration */
.user-edit-page .stack{gap:16px}.user-edit-section{display:flex;flex-direction:column;gap:20px}.user-edit-heading{display:flex;align-items:flex-start;gap:14px}.user-edit-heading h2{font:700 23px Georgia,serif;margin:3px 0 5px}.user-edit-heading p{margin:0}.telegram-link-card{border-color:#e2e6ed}.telegram-link-card.telegram-linked{border-color:#bfe3d4}.danger-check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:12px!important;padding:16px;border:1px solid #f0cccc;border-radius:12px;background:#fff8f8;color:#8f3030;cursor:pointer}.danger-check input{width:20px;height:20px;flex:0 0 20px;margin:1px 0 0;accent-color:var(--red)}.danger-check span{display:flex;flex-direction:column;gap:5px}.danger-check small{font-weight:500;line-height:1.5;color:#a25b5b}.user-edit-actions{position:sticky;bottom:16px;z-index:5;padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(23,40,63,.12);backdrop-filter:blur(12px)}.users-table .mobile-card-action .button{padding:8px 14px}
@media(max-width:720px){.user-edit-page .split .button{width:100%}.user-edit-section{padding:20px}.user-edit-actions{bottom:calc(92px + env(safe-area-inset-bottom))}.user-edit-actions .button{flex:1;min-height:46px}}

/* Live bilingual interpreter */
.interpreter-heading .muted{margin:8px 0 0}.interpreter-console{padding:24px;margin-bottom:20px;overflow:visible}.interpreter-language-bar{display:grid;grid-template-columns:minmax(180px,1fr) 48px minmax(180px,1fr);gap:14px;align-items:end;max-width:780px;margin:0 auto}.interpreter-language-bar label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:11px;font-weight:800}.interpreter-language-bar select{min-height:46px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:9px 12px}.interpreter-swap{width:46px;height:46px;border:1px solid #dce2ed;border-radius:50%;background:#f5f7fb;color:var(--blue);font-size:23px;font-weight:800;cursor:pointer}.interpreter-speaker-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;max-width:500px;margin:22px auto 0;padding:5px;border-radius:14px;background:#eef1f6}.interpreter-speaker{min-height:43px;border:0;border-radius:10px;background:transparent;color:#6a7484;font-weight:800;cursor:pointer}.interpreter-speaker.active{background:#fff;color:var(--blue);box-shadow:0 4px 12px rgba(23,40,63,.09)}.interpreter-listen-zone{display:flex;flex-direction:column;align-items:center;padding:26px 12px 20px;text-align:center}.interpreter-wave{height:42px;display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:8px}.interpreter-wave span{width:4px;height:8px;border-radius:99px;background:#b7c0ce}.interpreter-wave.active span{background:#627ee0;animation:interpreter-wave .7s ease-in-out infinite alternate}.interpreter-wave span:nth-child(2),.interpreter-wave span:nth-child(6){animation-delay:-.12s}.interpreter-wave span:nth-child(3),.interpreter-wave span:nth-child(5){animation-delay:-.24s}.interpreter-wave span:nth-child(4){animation-delay:-.36s}.interpreter-mic{width:88px;height:88px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#486de1,#294cbe);box-shadow:0 14px 32px rgba(49,87,213,.3);cursor:pointer;transition:.2s}.interpreter-mic-symbol{position:relative;width:23px;height:34px;border:4px solid #fff;border-radius:14px}.interpreter-mic-symbol:before{content:"";position:absolute;left:50%;bottom:-12px;width:37px;height:21px;border:4px solid #fff;border-top:0;border-radius:0 0 20px 20px;transform:translateX(-50%)}.interpreter-mic-symbol:after{content:"";position:absolute;left:50%;bottom:-19px;width:4px;height:9px;background:#fff;transform:translateX(-50%)}.interpreter-mic.listening{border-radius:25px;background:linear-gradient(145deg,#e75e5e,#b72f2f);animation:voice-pulse 1.7s ease-out infinite}.interpreter-mic.listening .interpreter-mic-symbol{width:27px;height:27px;border:0;border-radius:4px;background:#fff}.interpreter-mic.listening .interpreter-mic-symbol:before,.interpreter-mic.listening .interpreter-mic-symbol:after{display:none}.interpreter-mic:disabled{opacity:.45;cursor:not-allowed}.interpreter-listen-zone>strong{margin-top:18px;font-size:15px}.interpreter-listen-zone>p{min-height:22px;margin:7px 0 13px;color:var(--muted);line-height:1.5}.interpreter-auto-speak{display:flex!important;flex-direction:row!important;align-items:center;gap:7px!important;color:#596476;font-size:12px!important;font-weight:700!important}.interpreter-auto-speak input{width:17px;height:17px;min-height:0!important;accent-color:var(--blue)}.interpreter-auto-speak small{color:var(--muted);font-weight:500}.interpreter-manual{max-width:780px;margin:0 auto;border-top:1px solid var(--line)}.interpreter-manual summary{padding:16px 2px 8px;color:var(--blue);font-size:12px;font-weight:800;cursor:pointer}.interpreter-manual>div{display:grid;grid-template-columns:1fr auto;gap:10px;padding-top:8px}.interpreter-manual textarea{min-height:86px;border:1px solid #d9dee7;border-radius:11px;padding:11px 12px;resize:vertical}.interpreter-workspace{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:20px;align-items:start}.interpreter-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 24px;border-bottom:1px solid var(--line)}.interpreter-panel-heading h2,.interpreter-insight h2,.interpreter-replies h2{font:700 23px Georgia,serif;margin:4px 0 0}.interpreter-panel-heading>span{color:var(--muted);font-size:11px;font-weight:800}.interpreter-turns{display:flex;flex-direction:column;max-height:720px;overflow:auto}.interpreter-turn{padding:20px 24px;border-bottom:1px solid var(--line)}.interpreter-turn-self{background:#f8f9ff}.interpreter-turn-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.interpreter-turn-meta strong{color:var(--blue);font-size:12px}.interpreter-turn-self .interpreter-turn-meta strong{color:#7351c8}.interpreter-turn-meta span{color:var(--muted);font-size:10px}.interpreter-original{margin:0 0 9px;color:#263448;font-weight:700;line-height:1.55}.interpreter-translation{margin:0;padding:11px 13px;border-radius:10px;background:#edf6f2;color:#245c49;line-height:1.6}.interpreter-turn.pending .interpreter-translation{color:var(--muted);background:#f3f5f8}.interpreter-turn.failed .interpreter-translation{color:#963535;background:#fdeeee}.interpreter-assist{display:flex;flex-direction:column;gap:20px;position:sticky;top:92px}.interpreter-insight,.interpreter-replies{padding:23px}.interpreter-insight>header{display:flex;align-items:center;gap:12px;margin-bottom:18px}.interpreter-ai-mark{width:43px;height:43px;flex:0 0 43px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7057d7,#3157d5);font-size:12px;font-weight:900}.interpreter-placeholder{padding:18px;border-radius:12px;background:#f5f7fa;color:var(--muted);font-size:13px;line-height:1.6}.interpreter-tone-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.interpreter-tone{padding:5px 9px;border-radius:99px;background:#edf1f7;color:#556276;font-size:10px;font-weight:900;text-transform:uppercase}.tone-positive{background:#e7f6ef;color:#147253}.tone-concerned{background:#fff3d8;color:#8b5b0c}.tone-negative,.tone-urgent{background:#fdeaea;color:#a93434}.interpreter-tone-line strong{font-size:13px}.interpreter-insight-content p,#interpreter-insight-content>p{color:#465365;line-height:1.65}.interpreter-insight ul{padding-left:20px;margin:12px 0 0;color:#566171;font-size:13px;line-height:1.55}.interpreter-replies>header{margin-bottom:17px}.interpreter-reply-list{display:flex;flex-direction:column;gap:11px}.interpreter-reply{padding:14px;border:1px solid #e0e4ec;border-radius:13px;background:#fafbff}.interpreter-reply small{display:block;color:#6c55c4;font-size:10px;font-weight:900;text-transform:uppercase}.interpreter-reply strong{display:block;margin:7px 0;color:#29364a;line-height:1.5}.interpreter-reply p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.interpreter-reply>div{display:flex;justify-content:flex-end;gap:16px;margin-top:11px}.interpreter-reply .link-button{font-size:11px;font-weight:800}
@keyframes interpreter-wave{from{height:7px}to{height:38px}}
@media(max-width:940px){.interpreter-workspace{grid-template-columns:1fr}.interpreter-assist{position:static;display:grid;grid-template-columns:1fr 1fr}.interpreter-turns{max-height:none}}
@media(max-width:620px){.interpreter-heading .button{width:100%}.interpreter-console{padding:17px}.interpreter-language-bar{grid-template-columns:1fr 42px 1fr;gap:7px}.interpreter-language-bar label{font-size:9px}.interpreter-language-bar select{width:100%;min-width:0;padding:8px 5px;font-size:12px}.interpreter-swap{width:40px;height:40px;margin-bottom:3px}.interpreter-speaker-tabs{margin-top:17px}.interpreter-speaker{font-size:12px}.interpreter-listen-zone{padding:19px 4px 14px}.interpreter-mic{width:78px;height:78px}.interpreter-manual>div{grid-template-columns:1fr}.interpreter-manual .button{width:100%}.interpreter-assist{display:flex}.interpreter-panel-heading,.interpreter-turn{padding:18px}.interpreter-insight,.interpreter-replies{padding:19px}.interpreter-turn-meta{align-items:flex-start;flex-direction:column;gap:3px}.interpreter-auto-speak{flex-wrap:wrap;justify-content:center}}
@media(prefers-reduced-motion:reduce){.interpreter-wave.active span,.interpreter-mic.listening{animation:none}.interpreter-mic{transition:none}}

/* Full-screen continuous CIE Assistant session */
.assistant-session-open body{overflow:hidden;touch-action:none}.voice-assistant[data-open="false"]{display:none}.voice-assistant[data-open="true"]{position:fixed;z-index:950;inset:0;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 28%,rgba(92,111,213,.3),transparent 38%),rgba(12,20,35,.82);backdrop-filter:blur(16px);overscroll-behavior:contain}.voice-assistant[data-open="true"] .voice-assistant-panel{position:relative;inset:auto;right:auto;bottom:auto;width:min(720px,100%);max-height:min(760px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:28px;background:rgba(255,255,255,.97);box-shadow:0 34px 90px rgba(4,11,25,.42)}.voice-assistant[data-open="true"] .voice-assistant-panel>header{padding:20px 22px}.voice-assistant[data-open="true"] .voice-assistant-panel header strong{font-size:21px}.voice-assistant[data-open="true"] .voice-assistant-close{width:auto;min-width:118px;height:42px;padding:0 15px;border-radius:12px;background:#fff0f0;color:#a93434;font-size:13px;font-weight:850}.voice-assistant[data-open="true"] .voice-assistant-body{display:flex;flex:1;min-height:0;flex-direction:column;align-items:center;padding:30px 30px 22px;overflow:auto}.voice-assistant-orb{width:110px;height:110px;flex:0 0 110px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#3157d5,#7455d9);box-shadow:0 18px 45px rgba(60,73,190,.34)}.voice-assistant-orb-mic{position:relative;width:25px;height:37px;border:4px solid #fff;border-radius:15px}.voice-assistant-orb-mic:before{content:"";position:absolute;left:50%;bottom:-13px;width:41px;height:23px;border:4px solid #fff;border-top:0;border-radius:0 0 22px 22px;transform:translateX(-50%)}.voice-assistant-orb-mic:after{content:"";position:absolute;left:50%;bottom:-21px;width:4px;height:10px;background:#fff;transform:translateX(-50%)}.voice-assistant[data-state="listening"] .voice-assistant-orb{background:linear-gradient(145deg,#ef6868,#bd3030);animation:assistant-pulse 1.6s ease-out infinite}.voice-assistant[data-state="thinking"] .voice-assistant-orb{animation:assistant-spin-glow 1s ease-in-out infinite alternate}.voice-assistant[data-state="error"] .voice-assistant-orb{background:linear-gradient(145deg,#c16464,#963636)}.voice-assistant[data-open="true"] .voice-assistant-status{margin:22px 0 12px;color:var(--navy);font-size:16px}.voice-assistant[data-open="true"] .voice-assistant-wave{height:40px;margin-bottom:14px}.voice-assistant[data-open="true"] .voice-assistant-conversation{width:min(580px,100%);display:flex;flex-direction:column;gap:12px}.voice-assistant[data-open="true"] .voice-assistant-message{margin:0;padding:14px 16px;font-size:15px}.voice-assistant[data-open="true"] .voice-assistant-question{align-self:flex-end;max-width:88%;border-bottom-right-radius:4px}.voice-assistant[data-open="true"] .voice-assistant-answer{align-self:flex-start;max-width:92%;border-bottom-left-radius:4px}.voice-assistant[data-open="true"] .voice-assistant-panel>footer{padding:14px 20px;background:#fafbfc}.voice-assistant[data-open="true"] .voice-assistant-panel>footer small{font-size:11px;line-height:1.5}
@media(max-width:620px){.voice-assistant[data-open="true"]{padding:0;place-items:stretch;background:rgba(12,20,35,.88)}.voice-assistant[data-open="true"] .voice-assistant-panel{position:fixed;inset:0;width:100%;max-height:none;border:0;border-radius:0}.voice-assistant[data-open="true"] .voice-assistant-panel>header{padding:calc(14px + env(safe-area-inset-top)) 16px 14px}.voice-assistant[data-open="true"] .voice-assistant-panel header strong{font-size:19px}.voice-assistant[data-open="true"] .voice-assistant-panel header small{font-size:10px}.voice-assistant[data-open="true"] .voice-assistant-close{min-width:105px;height:40px;padding:0 11px;font-size:12px}.voice-assistant[data-open="true"] .voice-assistant-body{justify-content:center;padding:22px 18px}.voice-assistant-orb{width:96px;height:96px;flex-basis:96px}.voice-assistant[data-open="true"] .voice-assistant-status{font-size:15px}.voice-assistant[data-open="true"] .voice-assistant-message{font-size:14px}.voice-assistant[data-open="true"] .voice-assistant-panel>footer{padding:12px 18px calc(12px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.voice-assistant-orb{animation:none!important}}

/* Automatic speaker detection for free conversation mode. */
.interpreter-speaker-tabs{grid-template-columns:repeat(3,1fr);max-width:600px}.interpreter-mode-hint{margin:9px auto 0;color:var(--muted);font-size:11px;font-weight:650;text-align:center}.interpreter-turn-auto .interpreter-turn-meta strong{color:#7757c9}.interpreter-turn-auto .interpreter-translation{background:#f2effb;color:#675b8b}
@media(max-width:620px){.interpreter-speaker{padding:7px 4px;font-size:11px}.interpreter-mode-hint{padding:0 8px;line-height:1.45}}

/* Per-user feature permissions. */
.permission-check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:12px!important;padding:16px;border:1px solid #d9e2f7;border-radius:12px;background:#f8faff;cursor:pointer}.permission-check input{width:20px;height:20px;min-height:0!important;flex:0 0 20px;margin:1px 0 0;accent-color:var(--blue)}.permission-check span{display:flex;flex-direction:column;gap:5px}.permission-check small{color:var(--muted);font-weight:500;line-height:1.5}

/* Thumb-friendly assistant controls at the bottom of the session. */
.voice-assistant[data-state="paused"] .voice-assistant-orb{background:linear-gradient(145deg,#7c8798,#566172);animation:none}.voice-assistant[data-open="true"] .voice-assistant-panel>footer{display:flex;flex-direction:column;gap:11px;padding:15px 20px 18px;text-align:left}.voice-assistant-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px}.voice-assistant-pause,.voice-assistant[data-open="true"] .voice-assistant-close{width:100%;min-width:0;height:50px;border:0;border-radius:13px;font-size:14px;font-weight:850;cursor:pointer}.voice-assistant-pause{background:#eef2ff;color:#3157d5}.voice-assistant[data-open="true"] .voice-assistant-close{padding:0 15px;background:#fff0f0;color:#a93434}
@media(max-width:620px){.voice-assistant[data-open="true"] .voice-assistant-panel>footer{padding:13px 16px calc(13px + env(safe-area-inset-bottom))}.voice-assistant-pause,.voice-assistant[data-open="true"] .voice-assistant-close{height:54px;font-size:15px}}
