:root{--accent: #3158dc;--accent-dark: #2445b5;--canvas: #f7f8fa;--ink: #161a24;--muted: #687083;--line: #cfd4df;--line-soft: #e7e9ee;--soft: #f2f3f6;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}svg{display:block}body{background:var(--canvas);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.brand{align-items:center;display:inline-flex;font-size:20px;font-weight:750;gap:11px;letter-spacing:-.035em;text-decoration:none}.brand__mark{align-items:center;background:var(--accent);border-radius:9px;color:#fff;display:inline-flex;font-size:15px;height:32px;justify-content:center;letter-spacing:0;width:32px}.brand--light{color:#fff}.brand--light .brand__mark{background:#fff;color:var(--accent-dark)}.eyebrow{color:var(--accent);font-size:12px;font-weight:750;letter-spacing:.12em;margin:0 0 14px;text-transform:uppercase}.eyebrow--light{color:#b8c7ff}.auth-layout{display:grid;min-height:100vh;grid-template-columns:minmax(390px,44%) 1fr}.auth-layout__intro{background:radial-gradient(circle at 18% 10%,#263f88 0,transparent 35%),linear-gradient(145deg,#101a34,#16295c 70%,#1d3880);color:#fff;display:flex;flex-direction:column;overflow:hidden;padding:48px clamp(40px,6vw,96px);position:relative}.auth-layout__intro:after{border:1px solid rgba(255,255,255,.1);border-radius:50%;bottom:-250px;content:"";height:580px;position:absolute;right:-220px;width:580px}.auth-layout__message{margin:auto 0;max-width:570px;position:relative;z-index:1}.auth-layout__message h1{font-size:clamp(42px,4.2vw,66px);font-weight:620;letter-spacing:-.055em;line-height:1.03;margin:0 0 28px}.auth-layout__message>p:last-child{color:#c6cde0;font-size:17px;line-height:1.7;max-width:470px}.auth-layout__footer{color:#8794b5;font-size:12px;position:relative;z-index:1}.auth-layout__content{align-items:center;background:#fbfbfc;display:flex;justify-content:center;padding:48px}.login-card{max-width:430px;width:100%}.login-card__heading{margin-bottom:38px}.login-card__heading h2{font-size:34px;letter-spacing:-.04em;line-height:1.15;margin:0 0 12px}.login-card__heading>p:last-child{color:var(--muted);margin:0}.login-form{display:grid;gap:22px}.field{display:grid;gap:9px}.field__label{font-size:13px;font-weight:650}.field__input{background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--ink);font:inherit;height:50px;outline:none;padding:0 15px;transition:border-color .15s,box-shadow .15s;width:100%}.field__input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #2f56dc1a}.field__input:disabled{background:var(--soft)}.button{align-items:center;background:var(--accent);border:0;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:700;gap:10px;height:50px;justify-content:center;padding:0 20px;text-decoration:none;transition:background .15s,transform .15s}.button:hover{background:var(--accent-dark)}.button:active{transform:translateY(1px)}.button:disabled{cursor:wait;opacity:.72}.button--inline{margin-top:22px;width:max-content}.spinner{animation:spin .75s linear infinite;border:2px solid rgba(255,255,255,.35);border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(360deg)}}.form-error{background:#fff2f1;border:1px solid #f3d1ce;border-radius:9px;color:#a52c25;font-size:13px;line-height:1.45;margin:-4px 0 0;padding:12px 14px}.login-card__security{color:#9299a8;font-size:12px;margin:28px 0 0;text-align:center}.login-card__security span{color:#36a56d;font-size:8px;margin-right:6px}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line-soft);display:flex;flex-direction:column;padding:28px 20px 22px}.sidebar__top{align-items:center;display:flex;justify-content:space-between;margin-left:10px}.sidebar__close{display:none}.sidebar__nav{margin-top:50px}.nav-item{align-items:center;background:#f1f4ff;border-radius:9px;color:var(--accent-dark);display:flex;font-size:14px;font-weight:680;gap:12px;padding:12px 13px;text-decoration:none}.nav-item svg{fill:currentColor;height:18px;width:18px}.sidebar__account{align-items:center;border-top:1px solid var(--line-soft);display:grid;gap:10px;grid-template-columns:36px minmax(0,1fr) 34px;margin-top:auto;padding:20px 4px 0}.avatar{align-items:center;background:#e7ebf8;border-radius:50%;color:var(--accent-dark);display:flex;font-size:13px;font-weight:750;height:36px;justify-content:center;width:36px}.sidebar__identity{display:grid;min-width:0}.sidebar__identity strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__identity span{color:var(--muted);font-size:11px;margin-top:3px;text-transform:capitalize}.icon-button{align-items:center;background:transparent;border:0;border-radius:7px;color:var(--muted);cursor:pointer;display:flex;height:34px;justify-content:center}.icon-button:hover{background:var(--soft);color:var(--ink)}.icon-button svg{fill:currentColor;height:17px;width:17px}.app-main{min-width:0}.topbar{align-items:center;background:#ffffffe0;border-bottom:1px solid var(--line-soft);display:flex;height:78px;justify-content:space-between;padding:0 clamp(28px,4vw,60px)}.topbar__left{align-items:center;display:flex;gap:12px}.topbar__text{display:grid;gap:4px}.topbar__hamburger{display:none}.topbar__context{color:var(--muted);font-size:11px}.topbar strong{font-size:15px}.text-button{background:transparent;border:0;color:var(--muted);cursor:pointer;font:inherit;font-size:12px;font-weight:650}.text-button:hover{color:var(--accent)}.app-content{padding:clamp(48px,7vw,86px) clamp(28px,6vw,88px)}.dashboard{margin:0 auto;max-width:1060px}.dashboard__heading{margin-bottom:50px}.dashboard__heading h1{font-size:clamp(38px,5vw,58px);font-weight:620;letter-spacing:-.052em;margin:0 0 14px}.dashboard__heading>p:last-child{color:var(--muted);font-size:16px;margin:0}.welcome-card{align-items:center;background:#fff;border:1px solid var(--line-soft);border-radius:16px;box-shadow:0 12px 40px #1e2a4b0b;display:grid;gap:22px;grid-template-columns:58px minmax(0,1fr) auto;padding:30px}.welcome-card__icon{align-items:center;background:#edf1ff;border-radius:13px;display:flex;height:58px;justify-content:center}.welcome-card__icon span{background:var(--accent);border-radius:50%;box-shadow:11px 0 #8da5ff,-5px -10px #c2cffb;height:11px;width:11px}.welcome-card h2{font-size:17px;margin:0 0 8px}.welcome-card p{color:var(--muted);font-size:13px;line-height:1.65;margin:0;max-width:650px}.status-pill{align-items:center;background:#eff9f3;border-radius:999px;color:#26734b;display:inline-flex;font-size:11px;font-weight:700;gap:7px;padding:8px 11px;white-space:nowrap}.status-pill i{background:#37a96e;border-radius:50%;height:6px;width:6px}.dashboard__muted{color:var(--muted);font-size:14px}.dash-section__title{color:var(--muted);font-size:12px;font-weight:750;letter-spacing:.08em;margin:0 0 12px;text-transform:uppercase}.dash-alerts{margin-bottom:26px}.dash-alerts__list{display:grid;gap:12px;list-style:none;margin:0;padding:0}.dash-alert{align-items:center;background:#fff;border:1px solid var(--line-soft);border-left:4px solid var(--muted);border-radius:12px;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding:16px 18px}.dash-alert--critical{border-left-color:#d5453b}.dash-alert--warning{border-left-color:#d99012}.dash-alert--info{border-left-color:var(--accent)}.dash-alert__body{display:grid;gap:4px;min-width:0}.dash-alert__title{font-size:14px;font-weight:700}.dash-alert__message{color:var(--muted);font-size:13px;line-height:1.5}.dash-alert .button--inline{font-size:13px;height:40px;margin-top:0;padding:0 16px}.dash-allclear{margin:0 0 26px}.dash-actions{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:26px}.dash-action{background:#fff;border:1px solid var(--line-soft);border-radius:12px;display:grid;gap:4px;padding:18px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s}.dash-action:hover{border-color:var(--accent);box-shadow:0 10px 30px #1e2a4b0f;transform:translateY(-1px)}.dash-action__label{color:var(--ink);font-size:15px;font-weight:700}.dash-action__hint{color:var(--muted);font-size:12.5px}.dash-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dash-tile{background:#fff;border:1px solid var(--line-soft);border-radius:14px;display:grid;gap:8px;padding:20px}.dash-tile__label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.dash-tile__value{align-items:center;display:flex;font-size:26px;font-weight:640;gap:9px;letter-spacing:-.02em}.dash-tile__hint{color:var(--muted);font-size:12.5px;line-height:1.5}.dash-dot{border-radius:50%;display:inline-block;height:10px;width:10px}.dash-dot--ok{background:#37a96e}.dash-dot--warn{background:#d99012}.dash-dot--danger{background:#d5453b}.dash-mobile-hint{display:none}@media(max-width:820px){.dashboard__heading{margin-bottom:30px}.dash-action--desktop,.dash-tile--desktop{display:none}.dash-mobile-hint{color:var(--muted);display:block;font-size:12.5px;margin:22px 0 0;text-align:center}}.agent{margin:0 auto;max-width:760px}.agent__heading{margin-bottom:30px}.agent__heading h1{font-size:clamp(30px,4vw,44px);font-weight:620;letter-spacing:-.04em;margin:8px 0 12px}.agent__heading>p:last-child{color:var(--muted);font-size:15px;margin:0}.agent__muted{color:var(--muted);font-size:14px}.agent-status{align-items:center;background:#fff;border:1px solid var(--line-soft);border-radius:14px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:22px;padding:20px}.agent-status__main{display:grid;gap:6px;min-width:0}.agent-status__label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.agent-status__value{align-items:center;display:flex;font-size:20px;font-weight:640;gap:9px}.agent-status__hint{align-items:center;color:var(--muted);display:flex;font-size:12.5px;gap:8px}.button--ghost{background:#fff;border:1px solid var(--line-soft);color:var(--ink)}.button--ghost:hover{border-color:var(--accent);color:var(--accent-dark)}.agent-form{display:grid;gap:18px}.agent-form__instructions{font-family:inherit;line-height:1.6;min-height:150px;resize:vertical}.agent-form__actions{margin-top:4px}.field__help{color:var(--muted);display:block;font-size:12px;line-height:1.5;margin-top:6px}.agent-mobile-hint{display:none}@media(max-width:820px){.agent-form--desktop{display:none}.agent-mobile-hint{color:var(--muted);display:block;font-size:12.5px;line-height:1.6;margin:20px 0 0;text-align:center}}.knowledge{margin:0 auto;max-width:760px}.knowledge__heading{margin-bottom:26px}.knowledge__heading h1{font-size:clamp(30px,4vw,44px);font-weight:620;letter-spacing:-.04em;margin:8px 0 12px}.knowledge__heading>p:last-child{color:var(--muted);font-size:15px;margin:0}.knowledge__muted{color:var(--muted);font-size:14px}.kb-usage{background:#fff;border:1px solid var(--line-soft);border-radius:14px;margin-bottom:22px;padding:18px 20px}.kb-usage--full{border-color:#f0c9a3}.kb-usage__row{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.kb-usage__label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.kb-usage__value{font-size:15px;font-weight:640}.kb-usage__bar{background:var(--soft);border-radius:999px;height:8px;overflow:hidden;width:100%}.kb-usage__fill{background:var(--accent, #3452c9);border-radius:999px;display:block;height:100%;transition:width .2s ease}.kb-usage--full .kb-usage__fill{background:#d99012}.kb-usage__hint{color:#9a6612;font-size:12.5px;line-height:1.5;margin:10px 0 0}.kb-usage__meta{align-items:baseline;display:flex;gap:10px}.kb-plan{background:#eef1fb;border-radius:999px;color:var(--accent-dark, #2a3f9c);font-size:11px;font-weight:700;letter-spacing:.02em;padding:3px 9px}.kb-plan--lg{font-size:12px;padding:4px 11px}.kb-limits{background:#fff;border:1px solid var(--line-soft);border-radius:14px;margin-bottom:22px;padding:18px 20px}.kb-limits__head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.kb-limits__title{font-size:16px;margin:0}.kb-limits__grid{display:grid;gap:20px;grid-template-columns:1fr 1fr}.kb-limits__item{display:grid;gap:8px}.kb-limits__label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.kb-limits__value{font-size:15px;font-weight:640}.kb-limits__item--full .kb-usage__fill{background:#d99012}.kb-form{display:grid;gap:18px;margin-bottom:40px}.kb-form__title{font-size:16px;margin:0}.kb-form__content{font-family:inherit;height:auto;line-height:1.55;padding:12px 15px;resize:vertical}.kb-form__actions{margin-top:2px}.knowledge__list h2{align-items:center;display:flex;font-size:16px;gap:10px;margin:0 0 16px}.knowledge__count{align-items:center;background:var(--soft);border-radius:999px;color:var(--muted);display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 7px}.kb-source__meta{align-items:center;display:flex;flex-shrink:0;gap:16px}.kb-status{align-items:center;color:var(--muted);display:inline-flex;font-size:12.5px;font-weight:600;gap:7px}.kb-mobile-hint{display:none}@media(max-width:820px){.kb-form--desktop,.kb-limits--desktop{display:none}.kb-mobile-hint{color:var(--muted);display:block;font-size:12.5px;line-height:1.6;margin:24px 0 0;text-align:center}}.widget-cust{margin:0 auto;max-width:980px}.widget-cust__heading{margin-bottom:26px}.widget-cust__heading h1{font-size:clamp(30px,4vw,44px);font-weight:620;letter-spacing:-.04em;margin:8px 0 12px}.widget-cust__heading>p:last-child{color:var(--muted);font-size:15px;margin:0}.widget-cust__muted{color:var(--muted);font-size:14px}.widget-cust__layout{align-items:start;display:grid;gap:32px;grid-template-columns:minmax(0,1fr) minmax(0,380px)}.widget-cust__form,.widget-cust__advanced{display:grid;gap:18px}.widget-cust__actions{margin-top:4px}.widget-cust__banner{background:#e9f7ee;border-radius:10px;color:#1c7a43;font-size:13.5px;margin:0;padding:11px 14px}.widget-cust__mobile-hint{display:none}.widget-cust__preview{background:linear-gradient(155deg,#eef1f8,#f7f8fc);border:1px solid var(--line-soft);border-radius:16px;padding:18px;position:sticky;top:20px}.widget-cust__preview-tag{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.wp-stage{display:flex;flex-direction:column;gap:14px;margin-top:14px;min-height:380px}.wp-stage--bottom-left{align-items:flex-start}.wp-stage--bottom-right{align-items:flex-end}.wp-panel{background:#fff;border:1px solid var(--line-soft);border-radius:14px;box-shadow:0 12px 30px #141e3c1f;display:flex;flex-direction:column;overflow:hidden;width:100%}.wp-panel__head{align-items:center;background:var(--wp-color, #3158dc);color:#fff;display:flex;gap:10px;padding:13px 15px}.wp-panel__logo{border-radius:50%;height:26px;object-fit:cover;width:26px}.wp-panel__title{font-size:14px;font-weight:650}.wp-panel__body{flex:1;padding:16px 15px}.wp-bubble{background:var(--soft);border-radius:12px;color:var(--ink);display:inline-block;font-size:13.5px;line-height:1.5;margin:0;max-width:85%;padding:10px 13px}.wp-panel__input{border-top:1px solid var(--line-soft);color:var(--muted);font-size:13px;padding:13px 15px}.wp-launcher{align-items:center;background:var(--wp-color, #3158dc);border:none;border-radius:999px;box-shadow:0 8px 20px #141e3c47;color:#fff;cursor:default;display:inline-flex;font-size:14px;font-weight:600;gap:8px;height:52px;justify-content:center;min-width:52px;padding:0 18px}.wp-launcher__icon{font-size:22px}@media(max-width:820px){.widget-cust__layout{grid-template-columns:1fr}.widget-cust__advanced--desktop,.widget-cust__preview--desktop{display:none}.widget-cust__mobile-hint{color:var(--muted);display:block;font-size:12.5px;line-height:1.6;margin:8px 0 0;text-align:center}}.widget-install{margin:0 auto;max-width:820px}.widget-install__heading{margin-bottom:26px}.widget-install__heading h1{font-size:clamp(30px,4vw,44px);font-weight:620;letter-spacing:-.04em;margin:8px 0 12px}.widget-install__heading>p:last-child{color:var(--muted);font-size:15px;margin:0}.widget-install__muted{color:var(--muted);font-size:14px}.widget-install__block{border:1px solid var(--line-soft);border-radius:14px;margin-bottom:20px;padding:20px}.widget-install__subhead{font-size:16px;font-weight:650;margin:0 0 8px}.widget-install__hint{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 14px}.widget-install__snippet{background:#101a34;border-radius:12px;color:#e6ecff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.5;margin:0 0 14px;overflow-x:auto;padding:18px 20px;white-space:pre-wrap;word-break:break-all}.widget-install__status{align-items:center;border:1px solid var(--line-soft);border-radius:14px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px;padding:16px 18px}.widget-install__status-main{align-items:center;display:flex;gap:12px}.widget-install__status-dot{border-radius:50%;flex:none;height:12px;width:12px;background:#b6bdcc}.widget-install__status--active{background:#eff9f3;border-color:#cdeeda}.widget-install__status--active .widget-install__status-dot{background:#22794a}.widget-install__status--pending{background:#fffaf0;border-color:#f2e2c2}.widget-install__status--pending .widget-install__status-dot{background:#c78a1e}.widget-install__status-label{font-size:14px;margin:0}.widget-install__status-sub{color:var(--muted);font-size:12.5px;line-height:1.5;margin:4px 0 0}.widget-install__domains{display:grid;gap:8px;list-style:none;margin:0 0 14px;padding:0}.widget-install__domain{align-items:center;background:#fff;border:1px solid var(--line-soft);border-radius:10px;display:flex;gap:10px;justify-content:space-between;padding:10px 14px}.widget-install__domain code{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-install__domain-remove{background:none;border:none;color:var(--muted);cursor:pointer;font-size:14px;line-height:1;padding:4px}.widget-install__domain-remove:hover:not(:disabled){color:#b4232a}.widget-install__domain-add{align-items:center;display:flex;gap:10px;margin-bottom:8px}.widget-install__domain-add .field__input{flex:1}.widget-install__banner{background:#e9f7ee;border-radius:10px;color:#1c7a43;font-size:13.5px;margin:8px 0 0;padding:11px 14px}.widget-install__actions{margin-top:12px}.widget-install__steps{color:var(--ink);display:grid;font-size:13.5px;gap:8px;line-height:1.6;margin:0;padding-left:20px}.widget-install__mobile-hint{display:none}@media(max-width:820px){.widget-install__block--desktop{display:none}.widget-install__mobile-hint{color:var(--muted);display:block;font-size:12.5px;line-height:1.6;margin:8px 0 0;text-align:center}}.not-found{align-items:flex-start;display:flex;flex-direction:column;gap:20vh;min-height:100vh;padding:48px clamp(32px,8vw,120px)}.not-found>div{max-width:600px}.not-found h1{font-size:52px;letter-spacing:-.05em;margin:0 0 16px}.not-found p{color:var(--muted)}.sidebar__section{color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.1em;margin:22px 0 8px 6px;text-transform:uppercase}.sidebar__nav{display:flex;flex-direction:column;gap:4px}.sidebar__nav>.nav-item{background:transparent;color:var(--ink)}.sidebar__nav>.nav-item.router-link-exact-active{background:#f1f4ff;color:var(--accent-dark)}.nav-item__step{align-items:center;background:#e7ebf8;border-radius:50%;color:var(--accent-dark);display:inline-flex;font-size:11px;font-weight:750;height:20px;justify-content:center;width:20px}.nav-item--locked{color:var(--muted);cursor:not-allowed;opacity:.6}.onboarding{margin:0 auto;max-width:720px}.onboarding__heading{margin-bottom:34px}.onboarding__heading h1{font-size:clamp(28px,4vw,40px);font-weight:620;letter-spacing:-.045em;margin:0 0 12px}.onboarding__heading>p:last-child{color:var(--muted);font-size:15px;line-height:1.6;margin:0}.onboarding__form{display:grid;gap:20px}.onboarding__actions{align-items:center;display:flex;gap:20px}.onboarding__banner{border-radius:10px;font-size:13px;line-height:1.5;padding:12px 14px}.onboarding__banner--ok{background:#eff9f3;border:1px solid #cdeeda;color:#26734b}.onboarding__muted{color:var(--muted);font-size:13px}.onboarding__list{margin-top:44px}.onboarding__list h2{align-items:center;display:flex;font-size:16px;gap:10px;margin:0 0 16px}.onboarding__count{align-items:center;background:var(--soft);border-radius:999px;color:var(--muted);display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 7px}.field__textarea{height:auto;line-height:1.55;padding:12px 15px;resize:vertical}.color-field{align-items:center;display:flex;gap:12px}.color-field__swatch{background:none;border:1px solid var(--line);border-radius:8px;cursor:pointer;height:42px;padding:2px;width:52px}.source-list{display:grid;gap:8px;list-style:none;margin:0;padding:0}.source-list__item{align-items:center;background:#fff;border:1px solid var(--line-soft);border-radius:10px;display:flex;justify-content:space-between;padding:12px 15px}.source-list__title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.install{display:grid;gap:18px}.install__snippet{background:#101a34;border-radius:12px;color:#e6ecff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.5;margin:0;overflow-x:auto;padding:18px 20px;white-space:pre-wrap;word-break:break-all}.inbox{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:24px;height:100%;min-height:0}.inbox__muted{color:var(--muted);font-size:13px}.inbox__list{border:1px solid var(--line-soft);border-radius:14px;background:#fff;display:flex;flex-direction:column;min-height:0;overflow:hidden}.inbox__list-header{align-items:center;border-bottom:1px solid var(--line-soft);display:flex;justify-content:space-between;padding:14px 16px}.inbox__list-header h1{font-size:16px;margin:0}.inbox__list .inbox__muted,.inbox__list .form-error{padding:14px 16px}.conv-list{display:flex;flex-direction:column;list-style:none;margin:0;overflow-y:auto;padding:6px}.conv-list__item{background:transparent;border:0;border-radius:10px;cursor:pointer;display:grid;gap:4px;padding:10px 12px;text-align:left;width:100%}.conv-list__item:hover{background:var(--soft)}.conv-list__item--active{background:#f1f4ff}.conv-list__top{align-items:center;display:flex;gap:8px;justify-content:space-between}.conv-list__time{color:var(--muted);font-size:11px}.conv-list__id{align-items:center;display:flex;font-size:13px;font-weight:600}.conv-list__assigned{color:var(--accent-dark);font-size:11px;font-weight:600}.conv-list__unread{background:var(--accent, #3452c9);border-radius:50%;display:inline-block;flex:0 0 auto;height:8px;margin-right:6px;width:8px}.conv-list__more{display:flex;justify-content:center;padding:10px 6px}.inbox__delete{background:transparent;border:1px solid var(--line-soft);border-radius:8px;color:#b91c1c;cursor:pointer;font-size:13px;padding:8px 14px}.inbox__delete:hover:not(:disabled){background:#fef2f2;border-color:#fecaca}.inbox__delete:disabled{cursor:default;opacity:.55}.status-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em;padding:3px 9px;text-transform:uppercase;background:#eef1f8;color:#4a5573}.status-badge--ai{background:#e7ecff;color:#3452c9}.status-badge--pending_handoff{background:#fff2df;color:#9a6612}.status-badge--assigned{background:#e6f6ec;color:#22794a}.status-badge--resolved{background:#eef1f8;color:#667}.inbox__detail{border:1px solid var(--line-soft);border-radius:14px;background:#fff;display:flex;flex-direction:column;min-height:0;overflow:hidden}.inbox__empty{align-items:center;display:flex;flex:1;justify-content:center}.inbox__detail-header{align-items:center;border-bottom:1px solid var(--line-soft);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:14px 18px}.inbox__detail-heading{align-items:center;display:flex;gap:8px}.inbox__detail-id{margin-left:10px}.inbox__back{background:transparent;border:0;color:var(--ink);cursor:pointer;display:none;font-size:20px;line-height:1;padding:2px 6px}.inbox__actions{display:flex;flex-wrap:wrap;gap:8px}.inbox__actions .button{font-size:13px;padding:8px 14px}.inbox__detail .form-error{margin:12px 18px 0}.thread{display:flex;flex:1;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding:18px}.bubble{border-radius:12px;display:grid;gap:3px;max-width:76%;padding:10px 13px}.bubble__sender{font-size:11px;font-weight:700;opacity:.8}.bubble__content{margin:0;white-space:pre-wrap;word-break:break-word}.bubble__time{font-size:10px;opacity:.6}.bubble--visitor{align-self:flex-start;background:var(--soft)}.bubble--ai{align-self:flex-start;background:#eef2ff}.bubble--operator{align-self:flex-end;background:#e6f6ec}.bubble--system{align-self:center;background:transparent;color:var(--muted, #64748b);font-size:12px;justify-items:center;max-width:90%;padding:2px 10px;text-align:center}.bubble--system .bubble__sender{display:none}.bubble--system .bubble__content{font-style:italic}.bubble--system .bubble__time{opacity:.5}.reply{border-top:1px solid var(--line-soft);display:flex;gap:12px;padding:14px 18px}.reply__input{flex:1;height:auto;line-height:1.5;resize:vertical}.reply__locked{border-top:1px solid var(--line-soft);color:var(--muted, #64748b);font-size:13px;margin:0;padding:16px 18px;text-align:center}@media(max-width:820px){.inbox{grid-template-columns:1fr}.inbox__detail,.inbox--detail-open .inbox__list{display:none}.inbox--detail-open .inbox__detail{display:flex}.inbox__back{display:inline-flex}}@media(max-width:820px){.auth-layout{grid-template-columns:1fr}.auth-layout__intro{min-height:270px;padding:28px}.auth-layout__message{margin:auto 0 0}.auth-layout__message h1{font-size:34px;margin-bottom:12px}.auth-layout__message>p:last-child,.auth-layout__footer{display:none}.auth-layout__content{padding:44px 24px}.app-shell{grid-template-columns:1fr}.sidebar{bottom:0;left:0;padding:20px 20px 0;position:fixed;top:0;transform:translate(-100%);transition:transform .22s ease;width:min(84vw,300px);z-index:60;overflow:hidden}.sidebar--open{box-shadow:0 18px 50px #00000047;transform:translate(0)}.sidebar__close{display:inline-flex}.sidebar__top{flex:0 0 auto}.sidebar__nav{margin-top:18px;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.sidebar__account{flex:0 0 auto;margin-top:0;padding-bottom:max(16px,env(safe-area-inset-bottom))}.sidebar__overlay{background:#0f172a73;inset:0;position:fixed;z-index:55}.topbar__hamburger{display:inline-flex}.topbar{height:68px;padding:0 22px}.welcome-card{align-items:start;grid-template-columns:50px 1fr}.status-pill{grid-column:2;justify-self:start}}
