:root{--green-900: #0f3d33;--green-700: #1b5e4f;--green-600: #237a66;--green-100: #e6f1ee;--green-50: #f2f8f6;--brand-900: #001c63;--brand-700: #002ea3;--brand-600: #1e44c4;--brand-100: #e3e8f7;--brand-contrast: #ffffff;--grey-900: #1f2421;--grey-800: #313734;--grey-700: #424b47;--grey-600: #565f5b;--grey-500: #6b746f;--grey-300: #c7cdca;--grey-200: #e2e6e4;--grey-100: #eef1f0;--grey-50: #f7f9f8;--white: #ffffff;--red-600: #b3261e;--red-50: #fdecea;--amber-50: #fdf6e3;--amber-700: #8a6d1c;--sem-urgent-bg: #fbe4e2;--sem-urgent-fg: #9c2417;--sem-urgent-solid: #b3261e;--sem-wait-bg: #fbefd9;--sem-wait-fg: #7c5510;--sem-wait-solid: #b9791a;--sem-keep-bg: #e7ebe9;--sem-keep-fg: #44504b;--sem-keep-solid: #6b746f;--sem-archive-bg: #e2efe6;--sem-archive-fg: #18613f;--sem-archive-solid: #1f7a52;--sem-unsub-bg: #f1ecf9;--sem-unsub-fg: #59398a;--sem-unsub-solid: #7b3fa0;--sem-vip: #a56b12;--shadow-sm: 0 1px 2px rgba(22, 22, 32, .06);--shadow-md: 0 6px 24px rgba(22, 22, 32, .1);--radius: 10px;--topbar-h: 56px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--grey-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-brand=prophys]{--brand-900: #61191b;--brand-700: #d81e22;--brand-600: #fa383b;--brand-100: #fde6e6;--brand-contrast: #ffffff}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--grey-50)}.app{height:100%;display:flex;flex-direction:column}.app--center{align-items:center;justify-content:center}.topbar{height:var(--topbar-h);flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:var(--brand-700);color:var(--brand-contrast);box-shadow:var(--shadow-sm)}.topbar__brand{display:flex;align-items:center;gap:10px}.topbar__mark{width:30px;height:30px;flex:none;border-radius:8px;background:var(--white);display:grid;place-items:center;padding:5px;box-shadow:0 1px 2px #1616202e}.topbar__mark-img{width:100%;height:100%;object-fit:contain;display:block}.topbar__title{font-weight:600;letter-spacing:.01em}.topbar__email{font-size:14px;opacity:.9}.topbar__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff1f;color:var(--white);border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:6px 10px;font-size:14px;cursor:pointer}.topbar__select option{color:var(--grey-900)}.layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(280px,380px) 1fr}.pane{min-height:0;overflow:hidden;display:flex;flex-direction:column}.pane--list{border-right:1px solid var(--grey-200);background:var(--white);overflow-y:auto}.pane--reader{background:var(--grey-50);overflow-y:auto}.layout--mail{grid-template-columns:minmax(150px,210px) minmax(260px,360px) 1fr}.pane--folders{border-right:1px solid var(--grey-200);background:var(--grey-50);overflow-y:auto;padding:8px 6px;gap:2px}.folder-item{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;text-align:left;border:none;background:transparent;border-radius:8px;padding:7px 10px;font-size:13px;color:var(--grey-900);cursor:pointer}.folder-item:hover{background:var(--grey-100)}.folder-item--active{background:var(--brand-100);font-weight:600}.folder-item__count{font-size:11px;color:var(--ink-soft, #4a5852);font-variant-numeric:tabular-nums}@media(max-width:720px){.layout--mail{grid-template-columns:1fr}.layout--mail .pane--folders{display:none}}.list{list-style:none;margin:0;padding:0}.list__group{display:flex;align-items:center;gap:8px;padding:9px 14px 5px;font:700 10px/1 ui-monospace,Cascadia Code,Menlo,monospace;letter-spacing:.09em;text-transform:uppercase;color:var(--grey-500);position:sticky;top:0;background:var(--white);z-index:1}.list__group-bar{width:10px;height:10px;border-radius:3px;flex:none}.list__group-label{color:var(--grey-700)}.list__group-count{margin-left:auto;font-weight:600;font-variant-numeric:tabular-nums}.list__tags{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:.3rem}.list__quick-btn svg{display:block}.list__li{position:relative}.list__quick{position:absolute;top:8px;right:10px;display:flex;gap:4px;opacity:0;transition:opacity .1s ease;pointer-events:none}.list__li:hover .list__quick,.list__li:focus-within .list__quick{opacity:1;pointer-events:auto}@media(hover:none){.list__quick{opacity:1;pointer-events:auto}}.list__quick-btn{width:26px;height:26px;border:1px solid var(--grey-200);background:var(--white);border-radius:6px;cursor:pointer;font-size:13px;line-height:1;box-shadow:var(--shadow-sm);display:grid;place-items:center}.list__quick-btn:hover{border-color:var(--brand-600);background:var(--brand-100)}.subbar__kbd-hint{font-size:11px;color:var(--grey-500);white-space:nowrap}@media(max-width:900px){.subbar__kbd-hint{display:none}}.digest{padding:20px 22px;display:flex;flex-direction:column;gap:12px;max-width:640px}.digest__head{display:flex;gap:12px;align-items:flex-start;padding-bottom:6px}.digest__brain{color:var(--brand-700);display:inline-flex;flex:none}.digest__head b{font-size:15px;color:var(--grey-900)}.digest__head p{margin:3px 0 0;font-size:13px;color:var(--grey-700);max-width:56ch}.digest__prop{display:flex;gap:12px;align-items:flex-start;background:var(--white);border:1px solid var(--grey-200);border-radius:12px;padding:13px 15px}.digest__ic{width:34px;height:34px;border-radius:9px;flex:none;display:grid;place-items:center;font-size:16px}.digest__main{flex:1;min-width:0}.digest__main b{font-size:13.5px;color:var(--grey-900)}.digest__why{font-size:12px;color:var(--grey-500);margin-top:3px;line-height:1.45}.digest__act{margin-top:9px}.digest__deadlines{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:3px}.digest__link{border:none;background:transparent;padding:4px 6px;border-radius:6px;text-align:left;width:100%;cursor:pointer;font-size:12px;color:var(--grey-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.digest__link:hover{background:var(--grey-50)}.digest__dl{display:inline-flex;align-items:center;gap:3px;color:var(--sem-urgent-solid);font-weight:600;font-variant-numeric:tabular-nums}.digest__dl svg{flex:none}.digest__dl-ctx{color:var(--grey-600);font-weight:400}.list__state{padding:28px 20px}.list__item{width:100%;display:flex;gap:10px;text-align:left;background:transparent;border:none;border-bottom:1px solid var(--grey-100);padding:14px 16px;cursor:pointer;font:inherit;color:inherit;transition:background .12s ease}.list__item:hover{background:var(--grey-50)}.list__item--selected,.list__item--selected:hover{background:var(--brand-100)}.list__dot-col{flex:0 0 12px;padding-top:6px}.list__dot{display:block;width:9px;height:9px;border-radius:50%;background:var(--brand-600)}.list__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:3px}.list__row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.list__sender{font-size:14px;color:var(--grey-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list__date{flex:0 0 auto;font-size:12px;color:var(--grey-500);white-space:nowrap}.list__subject{font-size:14px;color:var(--grey-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list__item--unread .list__subject{font-weight:700}.list__preview{font-size:13px;color:var(--grey-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reader{padding:28px 32px;max-width:860px}.reader--state{height:100%;display:flex;align-items:center;justify-content:center}.reader__empty{text-align:center;color:var(--grey-500)}.reader__empty-icon{font-size:40px;opacity:.4;margin-bottom:8px}.reader__header{border-bottom:1px solid var(--grey-200);padding-bottom:16px;margin-bottom:20px}.reader__subject{margin:0 0 12px;font-size:22px;line-height:1.3;color:var(--brand-900)}.reader__meta{display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--grey-700)}.reader__label{display:inline-block;min-width:36px;color:var(--grey-500);font-size:13px}.reader__value{color:var(--grey-900)}.reader__date{margin-top:6px;font-size:13px;color:var(--grey-500)}.reader__body{font-size:15px;line-height:1.6;color:var(--grey-900)}.reader__body--text{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;margin:0}.reader__body--html{overflow-wrap:anywhere}.reader__body--html img{max-width:100%;height:auto}.reader__body--html a{color:var(--brand-700)}.reader__body--html table{max-width:100%}.welcome{width:100%;display:flex;align-items:center;justify-content:center;padding:24px}.welcome__card{background:var(--white);border:1px solid var(--grey-200);border-radius:16px;box-shadow:var(--shadow-md);padding:44px 40px;max-width:420px;width:100%;text-align:center}.welcome__mark{width:64px;height:auto;display:block;margin:0 auto 16px}.welcome__title{margin:0 0 8px;font-size:24px;color:var(--brand-900)}.welcome__lead{margin:0 0 28px;color:var(--grey-700);line-height:1.5}.welcome__hint{margin:18px 0 0;font-size:13px;color:var(--grey-500)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font:inherit;font-weight:600;border-radius:10px;padding:12px 20px;border:1px solid transparent;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.btn--primary{background:var(--brand-700);color:var(--brand-contrast)}.btn--primary:hover{background:var(--brand-600)}.btn--ms{width:100%}.ms-logo{flex:0 0 auto}.notice{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:18px 20px;color:var(--grey-700);line-height:1.5;box-shadow:var(--shadow-sm)}.notice p{margin:0}.notice p+p{margin-top:8px}.notice__icon{font-size:22px;margin-bottom:8px}.notice__detail{font-size:13px;color:var(--grey-500)}.notice--consent{background:var(--amber-50);border-color:#efe1b8;color:var(--amber-700);text-align:center}.notice--error{background:var(--red-50);border-color:#f3c9c5;color:var(--red-600)}.notice--error .notice__detail{color:var(--red-600);opacity:.8}.spinner{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--grey-500);font-size:14px}.spinner__dot{width:16px;height:16px;border:2px solid var(--grey-300);border-top-color:var(--brand-600);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tabs{display:flex;gap:4px;background:#ffffff1f;border-radius:9px;padding:3px}.tab{font:inherit;font-size:14px;font-weight:600;color:#ffffffd9;background:transparent;border:none;border-radius:7px;padding:6px 16px;cursor:pointer;transition:background .12s ease,color .12s ease}.tab:hover{color:var(--white)}.tab--active{background:var(--white);color:var(--brand-700)}.subbar{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;padding:8px 20px;background:var(--white);border-bottom:1px solid var(--grey-200)}.subbar__email{font-size:14px;color:var(--grey-700)}.subbar__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--grey-50);color:var(--grey-900);border:1px solid var(--grey-300);border-radius:8px;padding:6px 10px;font:inherit;font-size:14px;cursor:pointer}.view{flex:1 1 auto;min-height:0;display:flex}.view--center{align-items:center;justify-content:center;padding:24px}.assist{flex:1 1 auto;min-height:0;display:flex}.assist--center{align-items:center;justify-content:center;padding:24px}.assist-list{list-style:none;margin:0;padding:10px;display:flex;flex-direction:column;gap:10px}.assist-card{width:100%;text-align:left;display:flex;flex-direction:column;gap:8px;background:var(--white);border:1px solid var(--grey-200);border-left:3px solid var(--grey-200);border-radius:var(--radius);padding:14px 16px;cursor:pointer;font:inherit;color:inherit;box-shadow:var(--shadow-sm);transition:border-color .12s ease,background .12s ease}.assist-card:hover{border-color:var(--brand-600)}.assist-card--selected,.assist-card--selected:hover{border-left-color:var(--brand-700);background:var(--brand-100)}.assist-card__top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.assist-card__from{font-size:14px;color:var(--grey-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assist-card__date{flex:0 0 auto;font-size:12px;color:var(--grey-500);white-space:nowrap}.assist-card__subject{font-size:15px;font-weight:600;color:var(--grey-900);line-height:1.35}.assist-card__tagging{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--grey-500)}.assist-card__tagerror{font-size:13px;color:var(--red-600)}.assist-card__meta{display:flex;flex-wrap:wrap;gap:6px}.assist-card__summary{margin:0;font-size:13px;line-height:1.5;color:var(--grey-700)}.chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.chip{display:inline-flex;align-items:center;font-size:12px;font-weight:600;line-height:1;padding:5px 9px;border-radius:999px;border:1px solid transparent}.chip--client_request{background:var(--green-100);color:var(--green-900);border-color:#bcdcd2}.chip--scheduling{background:#e7eefb;color:#1f3d7a;border-color:#c7d6f2}.chip--invoice{background:var(--amber-50);color:var(--amber-700);border-color:#efe1b8}.chip--internal{background:var(--grey-100);color:var(--grey-700);border-color:var(--grey-200)}.chip--newsletter{background:var(--sem-unsub-bg);color:var(--sem-unsub-fg);border-color:#ddd0f0}.chip--other{background:var(--grey-100);color:var(--grey-700);border-color:var(--grey-200)}.chip--context{background:var(--green-50);color:var(--green-700);border-color:#cfe4dd;font-weight:500}.uchip{--c: var(--grey-500);display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;line-height:1;padding:4px 9px 4px 7px;border-radius:999px;white-space:nowrap;background:color-mix(in srgb,var(--c) 13%,var(--white));color:color-mix(in srgb,var(--c) 68%,var(--grey-900));border:1px solid color-mix(in srgb,var(--c) 28%,transparent)}.uchip svg{width:13px;height:13px;flex:none}.uchip--plain{padding:4px 9px}.uchip--tag{font-size:10.5px;padding:2px 7px 2px 6px;gap:4px;font-variant-numeric:tabular-nums}.uchip--tag svg{width:11px;height:11px}.uchip__dot{width:7px;height:7px;border-radius:50%;background:var(--c);flex:none}.icon-tile{--c: var(--grey-500);width:34px;height:34px;border-radius:9px;flex:none;display:grid;place-items:center;background:color-mix(in srgb,var(--c) 14%,var(--white));color:color-mix(in srgb,var(--c) 70%,var(--grey-900));border:1px solid color-mix(in srgb,var(--c) 26%,transparent)}.icon-tile svg{width:17px;height:17px}.meta-pill svg{width:12px;height:12px;flex:none;opacity:.85}.btn svg{width:15px;height:15px;flex:none}.ai-card{border:1px solid color-mix(in srgb,var(--brand-700) 24%,transparent);background:linear-gradient(180deg,var(--brand-100),color-mix(in srgb,var(--brand-100) 30%,var(--white)));border-radius:12px;padding:13px 15px;margin:0 0 14px;display:flex;flex-direction:column;gap:9px}.ai-card__head{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.ai-card__brain{color:var(--brand-700);display:inline-flex}.ai-card__brain svg{width:17px;height:17px}.ai-card__about{margin:0;font-size:13.5px;font-weight:600;color:var(--grey-900);line-height:1.4}.ai-card__why{margin:0;font-size:12.5px;color:var(--grey-700);line-height:1.5}.ai-card__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:2px}.urgency{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--grey-700)}.urgency__dot{width:8px;height:8px;border-radius:50%;background:var(--grey-300)}.urgency--high .urgency__dot{background:var(--red-600)}.urgency--medium .urgency__dot{background:var(--sem-wait-solid)}.urgency--low .urgency__dot{background:var(--green-600)}.urgency--high{color:var(--red-600)}.badge{display:inline-flex;align-items:center;font-size:12px;font-weight:700;line-height:1;padding:5px 9px;border-radius:999px}.badge--reply{background:var(--red-50);color:var(--red-600);border:1px solid #f3c9c5}.meta-pill{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--grey-700);background:var(--grey-50);border:1px solid var(--grey-200);border-radius:7px;padding:3px 8px}.meta-pill--deadline{color:var(--amber-700);background:var(--amber-50);border-color:#efe1b8}.assist-detail{padding:28px 32px;max-width:820px;width:100%}.assist-detail--empty{height:100%;display:flex;align-items:center;justify-content:center}.assist-detail__header{border-bottom:1px solid var(--grey-200);padding-bottom:16px;margin-bottom:18px}.assist-detail__subject{margin:0 0 10px;font-size:22px;line-height:1.3;color:var(--brand-900)}.assist-detail__meta{display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--grey-700)}.assist-detail__tags{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:16px;margin-bottom:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}.assist-detail__tags--loading{flex-direction:row;align-items:center;gap:8px;color:var(--grey-500);font-size:14px}.assist-detail__tagsummary{margin:0;font-size:14px;line-height:1.55;color:var(--grey-900)}.assist-detail__fields{margin:0;display:flex;flex-wrap:wrap;gap:8px 28px}.assist-detail__field{display:flex;flex-direction:column;gap:2px}.assist-detail__field dt{font-size:12px;color:var(--grey-500)}.assist-detail__field dd{margin:0;font-size:14px;color:var(--grey-900)}.assist-detail__section-title{margin:0 0 10px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--grey-500)}.assist-detail__email{margin-bottom:24px}.assist-detail__body{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:14px;line-height:1.6;color:var(--grey-900);background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius);padding:16px}.assist-detail__assist{border-top:1px solid var(--grey-200);padding-top:20px}.assist-detail__hint{margin:0 0 14px;font-size:14px;line-height:1.55;color:var(--grey-700)}.assist-detail__loading{padding:18px 0}.textarea{width:100%;font:inherit;font-size:14px;line-height:1.55;color:var(--grey-900);background:var(--white);border:1px solid var(--grey-300);border-radius:var(--radius);padding:12px 14px;resize:vertical}.textarea:focus{outline:none;border-color:var(--brand-600);box-shadow:0 0 0 3px var(--brand-100)}.textarea--draft{min-height:200px}.draft,.ask{display:flex;flex-direction:column;gap:12px}.draft__label,.ask__label{font-size:13px;font-weight:600;color:var(--grey-700)}.draft__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.draft__approved-note{margin:0;font-size:13px;color:var(--green-700)}.btn--approved,.btn--approved:hover{background:var(--green-900)}.btn--small{padding:8px 14px;font-size:13px}.btn:disabled{opacity:.6;cursor:default}.ask__lead{margin:0;font-size:14px;color:var(--grey-700)}.ask__questions{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px;font-size:14px;line-height:1.5;color:var(--grey-900)}.context{display:flex;flex-direction:column;gap:6px}.context__label{font-size:12px;font-weight:600;color:var(--grey-500)}.assumptions{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid var(--grey-300);border-radius:10px;background:var(--grey-50, #f7f7f8)}.assumptions__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.assumptions__row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--grey-700)}.assumptions__row--done{color:var(--grey-500)}.assumptions__assumed{color:var(--grey-500);font-size:12px}.assumptions__actions,.assumptions__correct{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.assumptions__correct .textarea{min-height:0;padding:5px 8px;width:220px}.pa-questions{border:1px solid #cfe0ff;background:#f2f7ff;border-radius:12px;padding:14px 16px;margin-bottom:18px}.pa-questions__head{margin:0;font-size:14px;font-weight:700;color:#002ea3}.pa-questions__lead{margin:4px 0 12px;font-size:13px;color:var(--grey-600, #555)}.pa-questions__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.pa-questions__row{display:flex;flex-direction:column;gap:4px}.pa-questions__row--done{color:var(--grey-500);font-size:13px}.pa-questions__q{font-size:14px;font-weight:600}.pa-questions__why{font-size:12px;color:var(--grey-500)}.pa-questions__answer{display:flex;gap:8px;align-items:center;margin-top:2px}.pa-questions__answer .textarea{flex:1;min-height:0;padding:6px 9px}.feedback{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.btn-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;color:var(--grey-700);background:var(--white);border:1px solid var(--grey-300);border-radius:8px;padding:7px 10px;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.btn-icon:hover{color:var(--brand-700)}.btn-icon:hover{border-color:var(--brand-600);background:var(--brand-100)}.btn-icon:disabled{opacity:.6;cursor:default}.feedback--done{font-size:13px;color:var(--green-700)}.feedback__note{display:flex;flex-direction:column;gap:8px;flex-basis:100%;margin-top:4px}.feedback__error{font-size:13px;color:var(--red-600)}@media(max-width:720px){.layout{grid-template-columns:1fr}.pane--reader{display:none}}.assist-shell{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.assist-toolbar{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:8px 20px;background:var(--white);border-bottom:1px solid var(--grey-200)}.assist-toolbar__label{font-size:13px;font-weight:600;color:var(--grey-500);margin-right:2px}.assist-toolbar__btn{background:var(--grey-50);color:var(--brand-700);border:1px solid var(--grey-300)}.assist-toolbar__btn:hover:not(:disabled){border-color:var(--brand-600);background:var(--brand-100)}.assist-toolbar__btn--active,.assist-toolbar__btn--active:hover{background:var(--brand-700);color:var(--white);border-color:var(--brand-700)}.briefing-card{display:flex;flex-direction:column;gap:18px}.briefing-card__lead{margin:0;font-size:15px;line-height:1.6;color:var(--grey-900);background:var(--green-50);border:1px solid #cfe4dd;border-radius:var(--radius);padding:16px 18px}.briefing-card__block{display:flex;flex-direction:column;gap:8px}.briefing-card__list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px;font-size:14px;line-height:1.55;color:var(--grey-900)}.deadline-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.deadline-row{background:var(--white);border:1px solid var(--grey-200);border-left:3px solid var(--grey-200);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:8px}.deadline-row__head{display:flex;align-items:center;gap:10px}.deadline-chip--deadline{background:var(--red-50);color:var(--red-600);border-color:#f3c9c5}.deadline-chip--toezegging{background:var(--green-100);color:var(--green-900);border-color:#bcdcd2}.deadline-row__when{font-size:13px;font-weight:600;color:var(--amber-700)}.deadline-row__what{margin:0;font-size:14px;line-height:1.55;color:var(--grey-900)}.deadline-row__src{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;font-size:13px}.deadline-row__subject{font-weight:600;color:var(--grey-700)}.deadline-row__from{color:var(--grey-500)}.calendar-card{border:1px solid #bcdcd1;background:#f3f8f6;border-radius:10px;padding:.85rem 1rem;margin-bottom:.85rem}.calendar-card__title{font-weight:700;color:#16433a;margin-bottom:.5rem;font-size:1.05rem}.btn--secondary{background:var(--white);color:var(--grey-700);border-color:var(--grey-300)}.btn--secondary:hover{background:var(--grey-50, #f9f9f9)}.btn--ghost{background:transparent;color:var(--grey-500);border-color:transparent}.btn--ghost:hover{background:var(--grey-100, #f3f3f3)}.notice--success{border-color:#b7d9c6;background:#f0f8f4;color:#1a5738}.reply-panel{border-top:1px solid var(--grey-200);padding:16px 0 8px;margin-top:8px}.reply-panel--idle .btn{margin-top:4px}.reply-panel--loading{display:flex;align-items:center;gap:10px;color:var(--grey-500);font-size:14px}.reply-panel__label{font-size:13px;font-weight:600;color:var(--grey-600);margin:0 0 8px}.reply-panel__draft{background:var(--grey-50, #f9f9f9);border:1px solid var(--grey-200);border-radius:8px;padding:14px 16px;font-size:14px;line-height:1.6;white-space:pre-wrap;margin-bottom:12px;color:var(--grey-800)}.reply-panel__actions{display:flex;gap:10px}.reply-panel__questions{font-size:14px;line-height:1.6;color:var(--grey-700);margin:0 0 12px 18px;padding:0}.reply-panel__questions li+li{margin-top:4px}.reply-panel__context{margin:0 0 10px;font-size:12.5px;line-height:1.45;color:var(--grey-600);background:var(--brand-100);border-radius:8px;padding:8px 11px}.reply-panel__context-label{font-weight:600;color:var(--brand-900)}.reply-panel__reviewed{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;font-size:13px;font-weight:600;color:var(--green-700)}.reply-panel__fb-label{font-size:13px;color:var(--grey-600)}.reply-panel .feedback{margin-top:12px;padding-top:12px;border-top:1px solid var(--grey-200)}.snackbar{position:fixed;left:50%;bottom:24px;transform:translate(-50%);display:flex;align-items:center;gap:14px;max-width:calc(100vw - 32px);background:var(--green-900);color:#eafaf3;padding:10px 12px 10px 16px;border-radius:10px;box-shadow:var(--shadow-md);z-index:50;font-size:.9rem}.snackbar__undo{background:transparent;border:1px solid rgba(255,255,255,.32);color:#eafaf3;border-radius:7px;padding:6px 11px;font:inherit;font-weight:600;cursor:pointer}.snackbar__undo:hover{background:#ffffff1f}.chat{flex:1 1 auto;min-height:0;display:flex;flex-direction:row;background:var(--grey-100)}.chat__sidebar{flex:0 0 240px;min-width:0;display:flex;flex-direction:column;background:var(--white);border-right:1px solid var(--grey-200);overflow-y:auto;padding:10px}.chat__newchat{font:inherit;font-weight:600;text-align:left;padding:9px 12px;border:1px solid var(--grey-200);border-radius:8px;background:var(--white);color:var(--brand-700);cursor:pointer}.chat__newchat:hover:not(:disabled){background:color-mix(in srgb,var(--brand-700) 7%,var(--white))}.chat__newchat:disabled{opacity:.5;cursor:default}.chat__history-label{margin:14px 4px 6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--grey-500)}.chat__threads{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.chat__threads-empty{padding:6px 4px;font-size:12px;color:var(--grey-500)}.chat__thread{width:100%;text-align:left;font:inherit;font-size:13px;padding:7px 9px;border:none;border-radius:7px;background:transparent;color:var(--grey-700);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__thread:hover:not(:disabled){background:var(--grey-100)}.chat__thread--active{background:color-mix(in srgb,var(--brand-700) 10%,var(--white));color:var(--brand-700);font-weight:600}.chat__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.chat__loading{margin:auto}.chat__bar{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:8px 16px;background:var(--white);border-bottom:1px solid var(--grey-200)}.chat__persona{display:inline-flex;align-items:center;gap:6px}.chat__persona-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--grey-500)}.chat__persona select{font:inherit;padding:5px 8px;border:1px solid var(--grey-200);border-radius:7px;background:var(--white);color:var(--grey-900)}.chat__model{font-size:11px;color:var(--grey-500);font-variant-numeric:tabular-nums}.chat__bar .btn{margin-left:auto}.chat__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:20px 16px 8px;display:flex;flex-direction:column;gap:14px}.chat__empty{margin:auto;max-width:440px;text-align:center;color:var(--grey-500);display:flex;flex-direction:column;align-items:center;gap:10px}.chat__empty-mark{color:var(--brand-700)}.chat__msg{display:flex;gap:8px;max-width:760px;width:100%;margin:0 auto}.chat__msg--user{justify-content:flex-end}.chat__avatar{flex:none;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--brand-700) 12%,var(--white));color:var(--brand-700);margin-top:2px}.chat__bubble{max-width:82%;padding:10px 13px;border-radius:12px;background:var(--white);border:1px solid var(--grey-200);box-shadow:0 1px 2px #00000008}.chat__msg--user .chat__bubble{background:var(--brand-700);border-color:var(--brand-700);color:var(--brand-contrast)}.chat__text{white-space:pre-wrap;line-height:1.55;font-size:.95rem;word-break:break-word}.chat__tools{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px}.chat__tool{font-size:10.5px;color:var(--grey-500);background:var(--grey-100);border-radius:999px;padding:2px 8px}.chat__cites{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.chat__cite{font-size:10.5px;font-weight:600;color:var(--brand-700);background:color-mix(in srgb,var(--brand-700) 10%,var(--white));border:1px solid color-mix(in srgb,var(--brand-700) 25%,transparent);border-radius:999px;padding:2px 8px}.chat__warnings{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.chat__warn{font-size:10px;color:var(--sem-wait-fg);background:var(--sem-wait-bg);border-radius:999px;padding:2px 8px;font-variant-numeric:tabular-nums}.chat__partial{margin-top:8px;font-size:12px;color:var(--sem-wait-fg)}.chat__error{margin-top:6px;font-size:13px;color:var(--sem-urgent-fg)}.chat__proposal{max-width:760px;width:100%;margin:0 auto;background:var(--white);border:1px solid color-mix(in srgb,var(--brand-700) 30%,var(--grey-200));border-left:3px solid var(--brand-700);border-radius:10px;padding:12px 14px}.chat__proposal-head{display:flex;align-items:center;gap:10px}.chat__proposal-status{margin-left:auto;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px}.chat__proposal-status--approved{background:var(--sem-archive-bg);color:var(--sem-archive-fg)}.chat__proposal-status--denied{background:var(--grey-100);color:var(--grey-500)}.chat__proposal-status--failed{background:var(--sem-urgent-bg);color:var(--sem-urgent-fg)}.chat__proposal-why{margin-top:4px;font-size:13px;color:var(--grey-700)}.chat__proposal-args{margin:8px 0 0;padding:8px 10px;background:var(--grey-100);border-radius:7px;font-size:12px;overflow-x:auto}.chat__proposal-actions{display:flex;gap:8px;margin-top:10px}.chat__toperror{flex:0 0 auto;padding:8px 16px;background:var(--sem-urgent-bg);color:var(--sem-urgent-fg);font-size:13px;text-align:center}.chat__composer{flex:0 0 auto;display:flex;gap:8px;align-items:flex-end;padding:12px 16px;background:var(--white);border-top:1px solid var(--grey-200)}.chat__input{flex:1 1 auto;resize:none;font:inherit;line-height:1.5;padding:9px 12px;border:1px solid var(--grey-200);border-radius:10px;background:var(--white);color:var(--grey-900);max-height:160px}.chat__input:focus{outline:none;border-color:var(--brand-700)}.chat__composer .btn{flex:0 0 auto;height:40px}
