:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f6fb;color:#0b1b2b}*{box-sizing:border-box}:root{height:100%}html,body{height:100%}body{margin:0;height:100%;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.95rem;padding:.75rem 1.6rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border .2s ease,color .2s ease;font-family:inherit}.btn--primary{background:linear-gradient(135deg,#4f83ff,#755bff);color:#fff;box-shadow:0 18px 34px #5865f23d}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 22px 38px #5865f247}.btn--ghost{background:#5269ff14;color:#1a2744;border:1px solid rgba(82,105,255,.2)}.btn--ghost:hover{background:#5269ff24;border-color:#5269ff52}.btn:disabled,.btn[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:10px;border-radius:12px;border:1px solid rgba(82,105,255,.2);background:#5269ff1a;cursor:pointer;transition:background .2s ease,border .2s ease}.mobile-nav-toggle__bar{width:20px;height:2px;background:#1a2744;border-radius:999px}.mobile-nav-toggle:hover{background:#5269ff29;border-color:#5269ff52}.mobile-drawer__backdrop{position:fixed;inset:0;background:#0b143373;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:2100}.mobile-drawer__backdrop.open{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;width:min(420px,86vw);height:100vh;height:100dvh;background:#fff;box-shadow:-16px 0 40px #0c193440;border-radius:24px 0 0 24px;transform:translate(100%);transition:transform .25s ease;z-index:2200;display:flex;flex-direction:column;padding:24px;gap:18px}.mobile-drawer.open{transform:translate(0)}.mobile-drawer__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.mobile-drawer__eyebrow{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#1a274499;margin:0 0 4px}.mobile-drawer__header h2{margin:0;font-size:1.35rem;color:#122740}.mobile-drawer__close{border:none;background:#122b4014;color:#122740;border-radius:12px;width:36px;height:36px;font-size:1.4rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mobile-drawer__close:hover{background:#5269ff29}.mobile-drawer__quick{display:grid;gap:10px}.mobile-drawer__nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.mobile-drawer__nav-button{border:1px solid rgba(18,43,64,.12);background:#122b400a;color:#1a2744;border-radius:14px;padding:10px 14px;font-weight:600;cursor:pointer;transition:background .2s ease,border .2s ease,color .2s ease}.mobile-drawer__nav-button.active{background:#5269ff26;border-color:#5269ff66;color:#12256e}.mobile-drawer__content{flex:1;overflow-y:auto;padding-right:4px;display:grid;gap:16px}.mobile-drawer__content .panel,.mobile-drawer__content .support-prompt{margin:0}@media(min-width:961px){.mobile-nav-toggle{display:none}}#root{height:100%;display:flex;align-items:stretch;justify-content:center;padding:24px}.app-shell{max-width:1100px;width:100%;height:100%;max-height:100%;background:#fff;border-radius:24px;box-shadow:0 24px 60px #0f23341f;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:minmax(0,1fr);overflow:hidden}@media(max-width:960px){html,body{height:100%}body{overflow:hidden}#root{height:100%;min-height:100vh;min-height:100dvh;padding:16px 12px}.app-shell{display:flex;flex-direction:column;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);height:100%;min-height:calc(100vh - 24px);min-height:calc(100dvh - 24px);max-height:100%}.conversation-pane{border-right:none;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.insights-pane{display:none}.conversation-header{padding:20px 22px}.messages-scroll{padding:20px 22px;flex:1}.composer{padding:16px 18px;gap:10px}}.conversation-pane{display:flex;flex-direction:column;border-right:1px solid rgba(18,43,64,.08);min-height:0;overflow:hidden}.conversation-header{padding:24px 28px;border-bottom:1px solid rgba(18,43,64,.08)}.conversation-header h1{font-size:1.5rem;margin:0 0 6px}.conversation-header p{margin:0;color:#0b1b2bb8;font-size:.95rem}.messages-scroll{flex:1;overflow-y:auto;padding:24px 28px;min-height:0;display:flex;flex-direction:column;gap:16px}.message{max-width:84%;padding:16px 20px;border-radius:20px;line-height:1.55;font-size:.98rem;box-shadow:0 12px 32px #0f233414}.message.user{align-self:flex-end;background:linear-gradient(135deg,#4f83ff,#586bff);color:#fff}.message.assistant{align-self:flex-start;background:#f1f4ff;color:#1a2744}.message.assistant .loading{margin-top:8px}.composer{padding:20px 24px;border-top:1px solid rgba(18,43,64,.08);display:flex;gap:12px;background:#fafbff;align-items:stretch}.composer textarea{flex:1;resize:none;min-height:72px;border-radius:16px;border:1px solid rgba(18,43,64,.16);padding:16px;font-size:.98rem;font-family:inherit;transition:border .2s ease,box-shadow .2s ease}.composer textarea:focus{outline:none;border-color:#5269ff;box-shadow:0 0 0 3px #5269ff26}.composer-controls{display:flex;flex-direction:column;gap:10px}.send-button{padding:16px 24px;border-radius:16px;background:linear-gradient(135deg,#3e60ff,#755bff);border:none;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.send-button:disabled{opacity:.6;cursor:default;box-shadow:none}.send-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 14px 32px #465aff47}.mic-button{padding:12px 18px;border-radius:16px;border:1px solid rgba(82,105,255,.2);background:#5269ff1a;color:#2b3f94;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.mic-button.active{background:#ef44442e;border-color:#ef44444d;color:#991b1b;box-shadow:0 12px 24px #ef444433}.mic-button:disabled{opacity:.6;cursor:default}.transcribe-status{margin:8px 24px 0;font-size:.85rem;color:#253758bf}.composer-hint{margin:0;padding:0 24px 16px;font-size:.9rem;color:#0a2948b3}.insights-pane{display:flex;flex-direction:column;gap:24px;padding:28px;background:#f7f8ff;border-left:1px solid rgba(18,43,64,.06);overflow-y:auto;min-height:0}.panel{background:#fff;border-radius:20px;padding:22px 24px;box-shadow:0 12px 24px #15224012}.panel h2{margin-top:0;margin-bottom:12px;font-size:1.05rem}.panel ul{padding-left:20px;margin:0;color:#0b1b2bc7;line-height:1.5}.panel .summary{color:#0b1b2bd9;line-height:1.6;margin-bottom:12px}.badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:600;background:#466eff24;color:#2b3f94}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;background:#5269ff1f;color:#2b3b7a;font-size:.8rem;margin-right:6px;margin-bottom:6px}.pill.red{background:#e44f5b24;color:#c03b3f}.pill.green{background:#1da17a29;color:#157a60}.list-grid{display:flex;flex-direction:column;gap:12px;margin-top:12px}.card{border:1px solid rgba(18,43,64,.08);border-radius:16px;padding:16px 18px;background:#fbfcff}.card h3{margin:0 0 8px;font-size:1rem}.card p{margin:0;color:#0b1b2bcc;line-height:1.5;font-size:.95rem}.card footer{margin-top:12px;display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:#0b1b2ba8}.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.inline-actions button{border:none;background:#1d4ed81a;color:#1d4ed8;padding:6px 12px;border-radius:999px;cursor:pointer;font-size:.8rem;transition:background .2s ease}.inline-actions button:hover{background:#1d4ed82e}.error-banner{margin:0 24px 16px;padding:12px 16px;border-radius:12px;background:#dc26261f;color:#7f1d1d;font-size:.9rem}.notice-banner{margin:0 24px 16px;padding:12px 16px;border-radius:12px;background:#3b82f61f;color:#1d4ed8;font-size:.9rem}.hint{margin:-4px 24px 4px;font-size:.85rem;color:#102a48b3}.quota-banner{margin:0 24px 16px;padding:12px 16px;border-radius:12px;background:#3b82f61f;color:#1d4ed8;font-size:.9rem;display:flex;flex-direction:column;gap:6px}.upgrade-hint{font-size:.85rem;color:#1d4ed8db;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.plan-actions{display:grid;gap:10px;margin-top:12px}.plan-actions .primary-button{width:100%;display:flex;justify-content:center;align-items:center;gap:6px}.plan-actions .link-button{padding:0}.radio-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:.9rem}.radio-row label{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.loading{font-size:.9rem;color:#0a2948b8}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#eef2ff,#f8fafc);padding:48px 16px}.auth-card{width:min(420px,100%);background:#fff;border-radius:24px;box-shadow:0 24px 60px #1c2d572e;padding:36px 40px;display:flex;flex-direction:column;gap:20px}.auth-card h1{margin:0}.auth-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#5269ff1a;border-radius:999px;padding:4px}.auth-toggle button{border:none;background:transparent;border-radius:999px;padding:10px 16px;font-weight:600;cursor:pointer;color:#1f2b4b;transition:background .2s ease,color .2s ease}.auth-toggle button.active{background:#fff;color:#1f2b4b;box-shadow:0 6px 18px #1a255233}.auth-strategy{margin-top:16px}.auth-form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#102a48cc}.field input,.field select,.field textarea{border-radius:14px;border:1px solid rgba(18,43,64,.16);padding:12px 14px;font-size:.95rem;font-family:inherit;transition:border .2s ease,box-shadow .2s ease;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#5269ff;box-shadow:0 0 0 3px #5269ff26}.primary-button{border:none;border-radius:16px;background:linear-gradient(135deg,#3e60ff,#755bff);color:#fff;font-weight:600;padding:14px 20px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.primary-button:disabled{opacity:.6;cursor:default}.primary-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 16px 40px #465aff4d}.danger-button{border:none;border-radius:16px;background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;font-weight:600;padding:14px 20px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.danger-button:disabled{opacity:.6;cursor:default}.danger-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 16px 40px #ef444459}.link-button{border:none;background:transparent;color:#4157d4;cursor:pointer;font-size:.9rem;text-decoration:underline}.contacts-editor{display:flex;flex-direction:column;gap:16px}.profile-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.contacts-header{display:flex;justify-content:space-between;align-items:center}.contacts-header button{border:none;border-radius:12px;background:#5269ff24;color:#2b3f94;padding:8px 12px;cursor:pointer}.contact-grid{display:grid;gap:12px}.contact-card{border:1px solid rgba(18,43,64,.08);border-radius:16px;padding:14px;display:grid;gap:10px}.header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.header-actions{display:flex;gap:12px}.header-actions button{border:none;border-radius:12px;background:#5269ff1f;color:#2b3f94;padding:10px 16px;cursor:pointer;font-weight:600}.session-controls{display:flex;gap:16px;align-items:center;margin-top:18px;flex-wrap:wrap}.session-controls label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#102a48bf}.session-controls select{border-radius:12px;border:1px solid rgba(18,43,64,.12);padding:10px 12px;font-size:.95rem;min-width:240px}.badge.warning{background:#f59e0b33;color:#925805}.badge.urgent{background:#ef444438;color:#991b1b}.panel.critical{border:1px solid rgba(239,68,68,.32);background:#fee2e299}.support-preview{margin:12px 0;font-size:.9rem;color:#253758d9}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:12px}.metric{font-size:1.6rem;font-weight:700;color:#1e2b52;display:block}.metric-label{font-size:.85rem;color:#102a48b3}button{font-family:inherit}body.modal-open{overflow:hidden}.safety-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0b143373;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;padding:1.5rem}.safety-modal__backdrop{position:absolute;inset:0;z-index:-1}.safety-modal__dialog{background:#fff;border-radius:24px;padding:2.4rem 2.2rem;width:min(520px,100%);box-shadow:0 34px 68px #0f1f3d40}.safety-modal__dialog h2{margin:0 0 1rem;font-size:1.9rem}.safety-modal__text{margin:0 0 1rem;color:#0b1b2bd9;line-height:1.6}.safety-modal__list{margin:0 0 1rem;padding-left:1.2rem;color:#0b1b2bd9;line-height:1.55}.safety-modal__list a{color:var(--text);text-decoration:underline}.safety-modal__fineprint{font-size:.9rem;color:#0b1b2bb3;margin:0 0 1.6rem;line-height:1.5}.safety-modal__actions{display:flex;gap:.8rem;justify-content:flex-end;flex-wrap:wrap}.safety-modal__actions .btn{min-width:180px}@media(max-width:640px){.safety-modal__dialog{padding:2rem 1.6rem}.safety-modal__actions{flex-direction:column-reverse;align-items:stretch}.safety-modal__actions .btn{width:100%}}.session-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0b143373;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;padding:1.5rem}.session-modal__backdrop{position:absolute;inset:0}.session-modal__dialog{width:min(420px,100%);background:#fff;border-radius:24px;box-shadow:0 28px 62px #1222443d;padding:2rem 2.2rem;display:flex;flex-direction:column;gap:1.2rem}.session-modal__dialog h2{margin:0}.session-modal__text{margin:0;color:#0b1b2bcc;line-height:1.6}.session-modal__form{display:flex;flex-direction:column;gap:1rem}.session-modal__form .field{margin-top:.4rem}.session-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.session-modal__actions .btn{min-width:150px}.session-modal__error{margin-top:-.25rem}@media(max-width:560px){.session-modal__dialog{padding:1.8rem 1.4rem}.session-modal__actions{flex-direction:column-reverse}.session-modal__actions .btn{width:100%}}.upgrade-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0b14338c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2100;padding:1.5rem}.upgrade-modal__backdrop{position:absolute;inset:0}.upgrade-modal__dialog{width:min(460px,100%);background:#fff;border-radius:26px;box-shadow:0 36px 72px #0c1e4247;padding:2.2rem 2.4rem;display:flex;flex-direction:column;gap:1.1rem}.upgrade-modal__dialog h2{margin:0;font-size:1.75rem}.upgrade-modal__text{margin:0;color:#0b1b2bd1;line-height:1.6}.upgrade-modal__perks p{margin:0 0 .4rem;font-weight:600;color:#0b1b2be6}.upgrade-modal__perks ul{margin:0;padding-left:1.1rem;color:#0b1b2bd1;line-height:1.55}.upgrade-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.upgrade-modal__actions .btn{min-width:170px}@media(max-width:560px){.upgrade-modal__dialog{padding:2rem 1.6rem}.upgrade-modal__actions{flex-direction:column-reverse}.upgrade-modal__actions .btn{width:100%}}
