:root{--color-primary:#2563eb;--color-on-primary:#fff;--color-secondary:#3b82f6;--color-accent:#059669;--color-background:#f8fafc;--color-foreground:#0f172a;--color-muted:#f1f5fd;--color-border:#dbe6f8;--color-destructive:#dc2626;--color-warning:#b45309;--color-panel:#fff;--color-soft:#eef6f3;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 12px 28px #0f172a14;--portal-bg:#e9eef5;--portal-surface:#fff;--portal-surface-raised:#f8fafc;--portal-text:#111827;--portal-muted:#64748b;--portal-border:#d8e0ec;--portal-primary:#2563eb;--portal-primary-soft:#eff6ff;--portal-danger:#b91c1c;--portal-danger-soft:#fee2e2;--portal-shadow:0 8px 20px #0f172a0f}:root[data-portal-theme=dark]{--color-background:#0d1117;--color-foreground:#e5edf7;--color-panel:#121923;--color-muted:#182233;--color-border:#263445;--portal-bg:#0a0f16;--portal-surface:#111827;--portal-surface-raised:#162131;--portal-text:#e5edf7;--portal-muted:#93a4b8;--portal-border:#273548;--portal-primary:#60a5fa;--portal-primary-soft:#13243a;--portal-danger:#fca5a5;--portal-danger-soft:#39191d;--portal-shadow:0 10px 24px #00000047}*{box-sizing:border-box}html{background:var(--color-background);color:var(--color-foreground);font-family:Fira Sans,Arial,sans-serif}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #2563eb40}.app-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#e5eefb;background:#101827;height:100vh;padding:20px;position:sticky;top:0;overflow:auto}.brand{align-items:center;gap:12px;margin-bottom:24px;display:flex}.brand-mark{color:#fff;background:#1f6feb;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.brand-title{margin:0;font-family:Fira Code,monospace;font-size:17px}.brand-subtitle{color:#9fb0c8;margin:2px 0 0;font-size:13px}.nav{gap:6px;display:grid}.nav-button{color:#cbd5e1;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:background .18s,color .18s;display:flex}.nav-button:hover,.nav-button.active{color:#fff;background:#1d2a3f}.main{min-width:0;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.page-title{margin:0;font-family:Fira Code,monospace;font-size:24px}.page-meta{color:#52627a;margin:4px 0 0}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.topbar .select{width:auto;min-width:180px}.language-switch{border:1px solid var(--color-border);background:#f3f7fd;border-radius:8px;align-items:center;gap:4px;min-height:42px;padding:4px;display:inline-flex}.language-option{color:#52627a;background:0 0;border:0;border-radius:6px;min-width:42px;min-height:32px;padding:6px 10px;font-family:Fira Code,monospace;font-size:12px;font-weight:700;transition:background .18s,color .18s}.language-option:hover,.language-option.active{color:#14335f;box-shadow:var(--shadow-sm);background:#fff}.table-toolbar{justify-content:flex-end;margin-bottom:12px}.select,.input,.textarea{border:1px solid var(--color-border);width:100%;color:var(--color-foreground);background:#fff;border-radius:8px;min-height:42px;padding:10px 12px}.textarea{resize:vertical;min-height:110px}.button{background:var(--color-primary);min-height:42px;color:var(--color-on-primary);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-weight:700;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.button:hover{background:#1d4ed8}.button:active{transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button.secondary{background:var(--portal-surface-raised,#f8fafc);color:var(--portal-text,#14335f)}.button.secondary:hover{background:var(--portal-surface,#fff);color:var(--portal-text,#14335f)}.button.danger{border-color:color-mix(in srgb, var(--color-destructive) 28%, var(--portal-border));background:color-mix(in srgb, var(--portal-danger-soft) 72%, var(--portal-surface));color:var(--color-destructive)}.button.danger:hover{background:color-mix(in srgb, var(--portal-danger-soft) 88%, var(--portal-surface))}.button.compact{min-height:34px;padding:7px 10px}.button.icon-button{flex:none}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.button-row{flex-wrap:wrap;gap:10px;display:flex}.settings-list{gap:10px;display:grid}.settings-list>div{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.settings-list>div:last-child{border-bottom:0}.grid{gap:16px;display:grid}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.metric-card,.panel,.table-card{background:var(--color-panel);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:8px}.metric-card{padding:14px}.metric-label{color:#52627a;align-items:center;gap:8px;font-size:13px;display:flex}.metric-value{margin-top:10px;font-family:Fira Code,monospace;font-size:28px;font-weight:700}.content-grid{grid-template-columns:minmax(320px,420px) minmax(0,1fr)}.panel{padding:16px}.panel-title{align-items:center;gap:8px;margin:0 0 14px;font-family:Fira Code,monospace;font-size:16px;display:flex}.form-grid,.stacked-forms{gap:12px;display:grid}.billing-admin-card{border:1px solid var(--color-border);background:#fbfdff;border-radius:8px;gap:10px;padding:12px;display:grid}.billing-admin-card h4{margin:0;font-family:Fira Sans,Arial,sans-serif;font-size:17px}.billing-status-section{gap:16px;margin-bottom:18px;display:grid}.billing-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.billing-summary-card{border:1px solid var(--color-border);background:var(--color-panel);min-width:0;box-shadow:var(--shadow-sm);border-left:4px solid #94a3b8;border-radius:8px;gap:7px;padding:14px;display:grid}.billing-summary-card.ok{border-left-color:var(--color-accent)}.billing-summary-card.bad{border-left-color:var(--color-destructive)}.billing-summary-card span,.billing-summary-card small,.billing-table-subtext{color:#64748b;font-size:13px}.billing-summary-card span{font-weight:700}.billing-summary-card strong{font-family:Fira Code,monospace;font-size:28px}.billing-table-tools{align-items:flex-start}.billing-table-tools .panel-title{margin:0}.filter-count{color:#14335f;background:#e8eef8;border-radius:999px;place-items:center;min-width:22px;min-height:22px;font-family:Fira Code,monospace;font-size:12px;display:inline-grid}.segmented-button.active .filter-count{background:#dbeafe}.billing-status-data-table td:first-child{min-width:190px}.billing-table-subtext{margin-top:4px;display:block}.stripe-id{text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;max-width:180px;display:inline-block;overflow:hidden}.data-table tr.selected-row td{background:#f4f9ff}.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.field{gap:6px;display:grid}.checkbox-field{width:fit-content;color:var(--portal-muted,#64748b);justify-self:start;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.checkbox-field input{flex:none}.label{color:#334155;font-size:13px;font-weight:700}.helper-text,.muted-line{color:#64748b;font-size:13px}.helper-text{margin:-4px 0 4px;line-height:1.45}.muted-line{margin-top:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.subsection-title{color:#334155;text-transform:uppercase;margin:8px 0 0;font-family:Fira Code,monospace;font-size:13px}.status-stack{justify-items:start;gap:6px;display:grid}.monitor-layout{grid-template-columns:minmax(360px,1fr) minmax(360px,1fr)}.monitor-conversations{grid-column:1/-1}.availability{gap:8px;margin-bottom:14px;display:grid}.availability-meta,.service-title,.service-row{align-items:center;gap:12px;display:flex}.availability-meta,.service-row{justify-content:space-between}.availability-meta span{color:#64748b;font-size:13px}.availability-bar{background:#e8eef8;border-radius:999px;width:100%;height:10px;overflow:hidden}.availability-bar span{border-radius:inherit;background:var(--color-accent);height:100%;display:block}.service-list{gap:10px;display:grid}.service-row{border-top:1px solid var(--color-border);align-items:flex-start;padding-top:10px}.service-row:first-child{border-top:0;padding-top:0}.log-viewer{border:1px solid var(--color-border);color:#dbeafe;white-space:pre-wrap;word-break:break-word;background:#101827;border-radius:8px;min-height:420px;max-height:620px;margin:12px 0 0;padding:12px;font-family:Fira Code,monospace;font-size:12px;line-height:1.5;overflow:auto}.table-card{overflow:auto}.calendar-tools{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.calendar-panel .calendar-tools{padding:0 0 12px}.segmented-control{border:1px solid var(--color-border);background:#f3f7fd;border-radius:8px;align-items:center;gap:4px;padding:4px;display:inline-flex}.segmented-button{color:#52627a;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;min-height:34px;padding:7px 10px;font-weight:700;transition:background .18s,color .18s;display:inline-flex}.segmented-button:hover,.segmented-button.active{color:#14335f;box-shadow:var(--shadow-sm);background:#fff}.spin-icon{animation:.9s linear infinite portal-spin}@keyframes portal-spin{to{transform:rotate(360deg)}}
.month-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;margin-left:auto;display:flex}.calendar-month-select,.calendar-year-select{border:1px solid var(--portal-border,var(--color-border));background:var(--portal-surface-raised,#fff);min-height:34px;color:var(--portal-text,#0f172a);text-align:center;border-radius:8px;padding:6px 30px 6px 10px;font-family:Fira Code,monospace;font-size:14px}.calendar-month-select{text-transform:capitalize;min-width:142px}.calendar-year-select{min-width:86px}.icon-button{width:34px;padding-inline:0}.month-calendar{border:1px solid var(--color-border);background:var(--color-border);border-radius:8px;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;margin:12px;display:grid;overflow:hidden}.calendar-panel .month-calendar{margin:0}.month-weekday{color:#334155;text-transform:uppercase;background:#f3f7fd;place-items:center;min-height:34px;font-size:12px;font-weight:700;display:grid}.month-day{background:var(--portal-surface,#fff);min-width:0;min-height:132px;color:var(--portal-text,inherit);text-align:left;cursor:pointer;border:0;align-content:start;gap:7px;padding:8px;display:grid}.month-day:hover{background:var(--portal-surface-raised,#f8fbff)}.month-day:focus-visible{z-index:1;outline:2px solid color-mix(in srgb, var(--portal-primary) 45%, transparent);outline-offset:-2px;position:relative}.month-day.outside{background:var(--portal-surface-raised,#f8fbff);color:var(--portal-muted,#94a3b8)}.month-day.today{box-shadow:inset 0 0 0 2px #2563eb59}.month-day-number{justify-content:space-between;align-items:center;gap:6px;min-height:22px;display:flex}.month-day-number span{font-family:Fira Code,monospace;font-weight:700}.month-day-number strong{background:var(--portal-primary-soft,#e7f7ef);min-height:20px;color:var(--portal-text,#066143);border-radius:999px;padding:2px 6px;font-size:11px}.month-events{gap:5px;min-width:0;display:grid}.month-event{border-left:3px solid var(--color-primary);color:#14335f;background:#eff6ff;border-radius:6px;grid-template-columns:auto minmax(0,1fr);gap:2px 6px;min-width:0;padding:5px 6px;font-size:12px;line-height:1.25;display:grid}.month-event span:not(.month-event-time),.month-event em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.month-event-title{align-items:center;gap:4px;min-width:0;display:inline-flex}.month-event-bot{color:#0f766e;flex:none}.month-event-time{font-family:Fira Code,monospace;font-weight:700}.month-event em{color:#52627a;grid-column:1/-1;font-style:normal}.month-more{color:#52627a;font-size:12px;font-weight:700}.calendar-day-modal{width:min(100%,860px)}.calendar-day-modal .modal-header p{color:var(--portal-muted);margin:4px 0 0;font-weight:700}.calendar-day-header-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.calendar-day-list{max-height:min(64vh,620px);padding-right:2px;overflow:auto}.calendar-day-create{white-space:nowrap;justify-content:center;width:auto;min-height:32px;padding-inline:9px}.calendar-event-modal,.calendar-transcript-modal{width:min(100%,760px)}.calendar-event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.calendar-event-grid>.field,.calendar-event-grid>.integration-meeting-options{min-width:0}.calendar-event-grid input[type=datetime-local]{box-sizing:border-box;min-width:0;max-width:100%}.calendar-notes-input{resize:vertical;min-height:140px}.calendar-suggested-recordings,.calendar-day-recordings{border-top:1px solid var(--portal-border);gap:8px;margin-top:12px;padding-top:12px;display:grid}.calendar-modal-recordings{grid-column:1/-1}.calendar-suggested-recordings>strong,.calendar-day-recordings h3{color:var(--portal-text);margin:0;font-size:13px}.calendar-recording-chip,.calendar-recording-row{border:1px solid var(--portal-border);background:var(--portal-surface-raised);color:var(--portal-text);cursor:pointer}.calendar-recording-chip{text-align:left;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 9px;display:grid}.calendar-recording-chip:hover,.calendar-recording-row:hover{border-color:var(--portal-primary);background:var(--portal-primary-soft)}.calendar-recording-chip span,.calendar-recording-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.calendar-recording-chip em,.calendar-recording-row em{color:var(--portal-muted);white-space:nowrap;font-size:12px;font-style:normal;font-weight:700}.calendar-recording-list{gap:7px;display:grid}.calendar-recording-row{text-align:left;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:8px 10px;display:grid}.calendar-transcript-body{border:1px solid var(--portal-border);background:var(--portal-surface);color:var(--portal-text);white-space:pre-wrap;border-radius:8px;padding:14px;line-height:1.65}.data-table{border-collapse:collapse;width:100%;min-width:720px}.data-table th,.data-table td{border-bottom:1px solid var(--portal-border,var(--color-border));color:var(--portal-text,inherit);text-align:left;vertical-align:top;padding:12px}.data-table th{background:var(--portal-surface-raised,#f3f7fd);color:var(--portal-muted,#334155);text-transform:uppercase;font-size:12px}.data-table tr:hover td{background:var(--portal-surface-raised,#fbfdff)}.status{color:#14335f;background:#e8eef8;border-radius:999px;align-items:center;min-height:26px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.status.ok{color:#066143;background:#e7f7ef}.status.warn{color:var(--color-warning);background:#fff4df}.status.bad{color:var(--color-destructive);background:#fdecec}.notice{border-left:4px solid var(--color-primary);color:#14335f;background:#eff6ff;border-radius:8px;margin-bottom:16px;padding:10px 12px}.empty{color:#64748b;padding:24px}.auth-page{isolation:isolate;min-height:100vh;color:var(--portal-text);background:linear-gradient(180deg, color-mix(in srgb, var(--portal-surface) 82%, transparent), color-mix(in srgb, var(--portal-bg) 96%, transparent)), var(--portal-bg);place-items:center;padding:88px 24px 24px;display:grid;position:relative;overflow:hidden}.auth-page:before,.auth-page:after{content:"";pointer-events:none;z-index:0;position:absolute}.auth-page:before{background:linear-gradient(115deg, color-mix(in srgb, var(--portal-primary) 34%, transparent) 0 18%, transparent 42%), linear-gradient(215deg, color-mix(in srgb, var(--color-accent) 30%, transparent) 0 20%, transparent 48%), radial-gradient(ellipse at 50% 50%, color-mix(in srgb, var(--portal-surface) 62%, transparent), transparent 58%);opacity:.74;background-size:145% 145%,135% 135%,100% 100%;animation:12s ease-in-out infinite alternate auth-background-drift;inset:-28%}.auth-page:after{background:linear-gradient(120deg, transparent 18%, color-mix(in srgb, var(--portal-primary) 8%, transparent) 50%, transparent 82%), linear-gradient(color-mix(in srgb, var(--portal-border) 36%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--portal-border) 30%, transparent) 1px, transparent 1px);opacity:.42;background-size:100% 100%,46px 46px,46px 46px;animation:10s ease-in-out infinite alternate auth-background-sheen;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.auth-card{z-index:1;background:var(--portal-surface);border:1px solid color-mix(in srgb, var(--portal-border) 86%, transparent);border-radius:8px;width:min(100%,460px);padding:24px;position:relative;box-shadow:0 24px 70px #0f172a29}:root[data-portal-theme=dark] .auth-card{box-shadow:0 24px 70px #0000006b}.auth-toolbar{z-index:3;border:1px solid color-mix(in srgb, var(--portal-border) 82%, transparent);background:var(--portal-surface);box-shadow:var(--portal-shadow);border-radius:8px;align-items:center;gap:8px;padding:6px;display:inline-flex;position:fixed;top:18px;right:18px}.auth-toolbar .language-switch{background:color-mix(in srgb, var(--portal-surface-raised) 82%, transparent);border-color:#0000;min-height:36px}.auth-toolbar .language-option{min-height:28px;color:var(--portal-muted)}.auth-toolbar .language-option:hover,.auth-toolbar .language-option.active{background:var(--portal-surface);color:var(--portal-text)}.auth-theme-toggle{border:1px solid var(--portal-border);background:color-mix(in srgb, var(--portal-surface-raised) 88%, transparent);min-height:36px;color:var(--portal-text);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:7px 10px;font-size:13px;font-weight:800;transition:border-color .18s,background .18s,color .18s,transform .18s;display:inline-flex}.auth-theme-toggle:hover{border-color:color-mix(in srgb, var(--portal-primary) 45%, var(--portal-border));background:var(--portal-primary-soft);transform:translateY(-1px)}.auth-badge{background:var(--portal-primary-soft);min-height:32px;color:var(--portal-primary);border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.auth-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.auth-header{margin:18px 0 20px}.auth-header h1{margin:0;font-family:Fira Code,monospace;font-size:26px}.auth-header p{color:var(--portal-muted);margin:8px 0 0;line-height:1.5}.auth-form{gap:14px;display:grid}.auth-submit{width:100%}.auth-otp-field{gap:8px}.auth-otp-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.auth-otp-input{aspect-ratio:1;border:1px solid var(--portal-border);background:color-mix(in srgb, var(--portal-surface-raised) 88%, transparent);width:100%;min-height:44px;color:var(--portal-text);text-align:center;border-radius:8px;font-family:Fira Code,monospace;font-size:20px;font-weight:800;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}.auth-otp-input:focus{border-color:color-mix(in srgb, var(--portal-primary) 58%, var(--portal-border));background:var(--portal-surface);box-shadow:0 0 0 4px color-mix(in srgb, var(--portal-primary) 14%, transparent);transform:translateY(-1px)}.auth-otp-input:disabled{cursor:wait;opacity:.72}.auth-otp-helper{color:var(--portal-muted);font-size:12px;font-weight:700}.auth-error,.auth-notice{border-radius:8px;margin-bottom:14px;padding:10px 12px;line-height:1.4}.auth-error{background:var(--portal-danger-soft);color:var(--portal-danger);border:1px solid color-mix(in srgb, var(--portal-danger) 30%, transparent)}.auth-notice{background:var(--portal-primary-soft);color:var(--portal-text);border:1px solid color-mix(in srgb, var(--portal-primary) 28%, var(--portal-border))}@keyframes auth-background-drift{0%{background-position:0 40%,100%,50%;transform:translate(-2%,-1%)rotate(-1deg)}to{background-position:100% 62%,0 42%,50%;transform:translate(4%,2%)rotate(2deg)scale(1.03)}}@keyframes auth-background-sheen{0%{transform:translate(-1.5%)}to{transform:translate(1.5%)}}@media (prefers-reduced-motion:reduce){.auth-page:before,.auth-page:after{animation:none}}@media (max-width:720px){.auth-page{place-items:start center;min-height:100svh;padding:70px 10px 12px}.auth-card{width:100%;padding:18px;box-shadow:0 14px 32px #0f172a1f}.auth-toolbar{gap:6px;max-width:calc(100vw - 20px);padding:5px;top:10px;right:10px}.auth-toolbar .language-switch,.auth-theme-toggle{min-height:34px}.auth-theme-toggle span{display:none}.auth-card-top{align-items:flex-start}.auth-header{margin:16px 0 18px}.auth-header h1{font-size:23px}}@media (max-width:520px){.auth-page{padding-inline:8px}.auth-otp-grid{gap:6px}.auth-otp-input{min-height:38px;font-size:18px}}.profile-billing-alert{color:#991b1b;background:#fff1f1;border:1px solid #f2b6b6;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex;box-shadow:0 10px 22px #991b1b14}.profile-billing-alert svg{flex:none;margin-top:2px}.profile-billing-alert strong{color:#7f1d1d;margin-bottom:3px;font-family:Fira Sans,Arial,sans-serif;display:block}.profile-billing-alert p{margin:0;line-height:1.45}.input-icon{display:block;position:relative}.input-icon svg{color:var(--portal-muted,#64748b);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input-icon .input{padding-left:38px}.auth-secret-block{border:1px solid var(--portal-border);background:var(--portal-surface-raised);border-radius:8px;gap:8px;padding:12px;display:grid}.auth-qr-block{gap:10px;display:grid}.auth-qr-frame{aspect-ratio:1;border:1px solid var(--portal-border);width:264px;max-width:100%;box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;justify-self:center;place-items:center;padding:12px;display:grid}.auth-qr-frame img{width:100%;height:auto;display:block}.auth-qr-loading{color:var(--portal-muted);font-size:14px}.auth-secret-block code{overflow-wrap:anywhere;color:var(--portal-text);font-family:Fira Code,monospace;font-size:14px;display:block}.auth-uri{min-height:92px;font-family:Fira Code,monospace;font-size:12px}.profile-shell{gap:18px;width:min(100%,1240px);margin:0 auto;display:grid}.profile-sidebar{z-index:20;border:1px solid var(--color-border);background:#fffffff0;border-radius:8px;grid-template-columns:minmax(160px,220px) minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid;position:sticky;top:12px;box-shadow:0 16px 36px #0f172a14}.profile-sidebar-head{align-items:center;gap:8px;min-width:0;display:flex}.profile-sidebar-head .brand-mark{background:#0f766e;width:30px;height:30px}.profile-sidebar-head div:last-child{gap:2px;min-width:0;display:grid}.profile-sidebar-head strong,.profile-sidebar-head span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-sidebar-head strong{font-family:Fira Sans,Arial,sans-serif;font-size:13px;line-height:1.25}.profile-sidebar-head span{color:#52627a;font-size:11px}.profile-access{background:#f0fdf7;border:1px solid #bfe5d5;border-radius:8px;gap:3px;padding:11px 12px;display:grid}.profile-access span{color:#52627a;font-size:12px;font-weight:700}.profile-access strong{color:#0f513c;font-family:Fira Sans,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.35}.profile-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.profile-nav-item{color:#28364a;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;flex:104px;justify-content:center;align-items:center;gap:10px;width:auto;min-height:38px;padding:9px 11px;font-weight:700;line-height:1.2;text-decoration:none;transition:background .18s,color .18s;display:flex}.profile-nav-item svg{flex:none}
.profile-nav-item:hover,.profile-nav-item.active{color:#14335f;background:#f3f8ff;border-color:#c7d8f2}.profile-nav-item.active{box-shadow:inset 0 -3px 0 var(--color-primary)}.profile-nav-item:disabled{cursor:not-allowed;opacity:.48}.profile-content{min-width:0}.profile-content .calendar-hero,.profile-content .calendar-message,.profile-content .calendar-summary,.profile-content .calendar-panel,.profile-content .wake-training-hero,.profile-content .wake-training-message,.profile-content .wake-training-layout{width:100%;margin:0 0 16px}.meeting-section-title h2{margin:0;font-family:Fira Sans,Arial,sans-serif}.meeting-muted{color:#52627a;margin:4px 0 0;line-height:1.5}.meeting-section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.meeting-section-title p{color:#52627a;margin:4px 0 0;line-height:1.45}.meeting-section-title span{color:#14335f;background:#e8eef8;border-radius:999px;place-items:center;min-width:32px;min-height:32px;font-weight:700;display:grid}
.profile-sidebar-head strong{color:var(--portal-text)}.profile-sidebar-head span,.profile-access span,.meeting-section-title p,.meeting-muted,.label,.helper-text,.muted-line{color:var(--portal-muted)}.profile-access{border-color:var(--portal-border);background:var(--portal-surface-raised);gap:1px;padding:6px 8px}.profile-access strong{color:var(--portal-text)}.profile-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex}.profile-nav-item,.profile-theme-toggle{min-height:32px;color:var(--portal-text);background:0 0;border:1px solid #0000;border-radius:8px;gap:7px;padding:6px 8px;font-size:13px;font-weight:700}.profile-nav-title{justify-content:center;align-items:center;gap:5px;min-width:0;display:inline-flex}.profile-nav-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-nav-item .portal-notification-badge{margin-left:0}.portal-notification-badge{border:1px solid color-mix(in srgb, var(--portal-surface) 65%, var(--portal-primary));background:var(--portal-primary);color:#fff;min-width:17px;height:17px;box-shadow:0 0 0 2px var(--portal-surface);border-radius:999px;place-items:center;padding:0 5px;font-size:10px;font-weight:900;line-height:1;display:inline-grid}.profile-nav-item:hover,.profile-nav-item.active,.profile-theme-toggle:hover{border-color:var(--portal-border);background:var(--portal-primary-soft);color:var(--portal-text)}.profile-nav-item.active{box-shadow:inset 0 -2px 0 var(--portal-primary)}.profile-nav-actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.profile-theme-toggle{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.profile-content{min-height:0;overflow:auto}.calendar-hero,.wake-training-hero{border-color:var(--portal-border);background:var(--portal-surface);min-height:54px;box-shadow:var(--portal-shadow);margin:0 0 8px;padding:8px 10px}.language-switch{border-color:var(--portal-border);background:var(--portal-surface-raised);min-height:36px;padding:3px}.language-option{min-width:36px;min-height:28px;padding:4px 8px}.language-option:hover,.language-option.active,.segmented-button:hover,.segmented-button.active{background:var(--portal-surface);color:var(--portal-text)}.button{min-height:36px;padding:8px 10px}.button.compact{min-height:30px;padding:5px 8px}.portal-compact-text-action,.button.portal-compact-text-action{gap:5px;min-height:30px;padding:5px 8px;font-size:11px;font-weight:650}.button.secondary{background:var(--portal-surface-raised);color:var(--portal-text);box-shadow:none}.button.secondary:hover:not(:disabled),.button.secondary:focus-visible{background:var(--portal-surface);color:var(--portal-text);box-shadow:none}.segmented-control{background:color-mix(in srgb, var(--portal-primary-soft) 72%, var(--portal-surface));color:var(--portal-primary);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--portal-primary) 18%, var(--portal-border))}.input,.select,.textarea{border-color:var(--portal-border);background:var(--portal-surface);color:var(--portal-text)}input[type=checkbox]{appearance:none;border:1px solid color-mix(in srgb, var(--portal-border) 82%, var(--portal-primary));background:var(--portal-surface-raised);color:#fff;cursor:pointer;border-radius:5px;flex:none;place-content:center;width:17px;height:17px;margin:0;transition:background .14s,border-color .14s,box-shadow .14s;display:grid;box-shadow:inset 0 1px #ffffff75}input[type=checkbox]:before{content:"";transform-origin:50%;clip-path:polygon(14% 48%,0 62%,40% 100%,100% 18%,84% 4%,38% 68%);background:currentColor;width:9px;height:9px;transition:transform .12s;transform:scale(0)}input[type=checkbox]:hover{border-color:color-mix(in srgb, var(--portal-primary) 72%, var(--portal-border));box-shadow:0 0 0 3px color-mix(in srgb, var(--portal-primary) 12%, transparent)}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{border-color:var(--portal-primary);background:var(--portal-primary)}input[type=checkbox]:checked:before,input[type=checkbox]:indeterminate:before{transform:scale(1)}input[type=checkbox]:indeterminate:before{clip-path:none;border-radius:999px;width:9px;height:2px}input[type=checkbox]:focus-visible{outline:2px solid color-mix(in srgb, var(--portal-primary) 62%, transparent);outline-offset:2px}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.55}.input:disabled,.select:disabled,.textarea:disabled{cursor:not-allowed;background:var(--portal-surface-raised);color:var(--portal-muted);opacity:1}.calendar-panel,.wake-training-layout>*,.wake-complete-panel{border-color:var(--portal-border);background:var(--portal-surface);box-shadow:var(--portal-shadow);margin-bottom:8px;padding:10px}
html[data-portal-theme] .status{border:1px solid var(--portal-border);background:var(--portal-surface-raised);color:var(--portal-text)}html[data-portal-theme] .status.ok{border-color:color-mix(in srgb, #10b981 34%, var(--portal-border));background:color-mix(in srgb, #10b981 16%, var(--portal-surface));color:color-mix(in srgb, #10b981 72%, var(--portal-text))}html[data-portal-theme] .status.warn{border-color:color-mix(in srgb, #f59e0b 36%, var(--portal-border));background:color-mix(in srgb, #f59e0b 16%, var(--portal-surface));color:color-mix(in srgb, #f59e0b 72%, var(--portal-text))}html[data-portal-theme] .status.bad{border-color:color-mix(in srgb, var(--color-destructive) 34%, var(--portal-border));background:color-mix(in srgb, var(--color-destructive) 16%, var(--portal-surface));color:color-mix(in srgb, var(--color-destructive) 72%, var(--portal-text))}html[data-portal-theme] *{scrollbar-color:var(--portal-border) var(--portal-surface-raised)}html[data-portal-theme] ::-webkit-scrollbar{width:10px;height:10px}html[data-portal-theme] ::-webkit-scrollbar-track{background:var(--portal-surface-raised)}html[data-portal-theme] ::-webkit-scrollbar-thumb{border:2px solid var(--portal-surface-raised);background:var(--portal-border);border-radius:999px}
.modal-backdrop{z-index:180;background:#0f172a7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow:hidden}.modal-card{border:1px solid var(--portal-border,var(--color-border));background:var(--portal-surface,var(--color-panel));width:min(100%,780px);max-height:calc(100dvh - 48px);box-shadow:var(--portal-shadow,var(--shadow-md));border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;gap:0;padding:18px;display:grid;overflow:hidden}.modal-card-sm{width:min(100%,520px)}.modal-card-md{width:min(100%,680px)}.modal-card-lg{width:min(100%,820px)}.modal-card-xl{width:min(100%,1040px)}.modal-card-full{width:min(100%,1180px);max-height:calc(100dvh - 36px)}.modal-header{border-bottom:1px solid var(--portal-border,var(--color-border));justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.modal-header>div{min-width:0}.modal-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.modal-header h2{min-width:0;color:var(--portal-text,var(--color-ink));align-items:center;gap:8px;margin:0;font-family:Fira Sans,Arial,sans-serif;font-size:20px;display:flex}.modal-header p{color:var(--portal-muted,var(--color-muted));margin:4px 0 0}.modal-header .icon-button,.modal-header .button.icon-button{border:1px solid var(--portal-border,var(--color-border));background:var(--portal-surface-raised,#e8eef8);color:var(--portal-text,#14335f)}.modal-header .icon-button:hover:not(:disabled),.modal-header .button.icon-button:hover:not(:disabled),.modal-header .button.secondary.icon-button:hover:not(:disabled),.modal-header .icon-button:focus-visible,.modal-header .button.icon-button:focus-visible{border-color:color-mix(in srgb, var(--portal-primary,var(--color-primary)) 32%, var(--portal-border,var(--color-border)));background:var(--portal-primary-soft,#dbe6f8);color:var(--portal-primary,#14335f)}.modal-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;align-content:start;gap:12px;min-height:0;padding:14px 2px 14px 0;display:grid;overflow:auto}.modal-actions,.modal-footer{border-top:1px solid var(--portal-border,var(--color-border));flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding-top:12px;display:flex}.modal-actions.split,.modal-footer.split{justify-content:space-between}.modal-section{border-top:1px solid var(--portal-border,var(--color-border));gap:10px;padding-top:12px;display:grid}.modal-section-title{color:var(--portal-text,#334155);justify-content:flex-start;align-items:center;gap:12px;display:flex}.command-block{border:1px solid var(--portal-border,var(--color-border));color:#dbeafe;white-space:pre-wrap;word-break:break-word;background:#101827;border-radius:8px;margin:0;padding:12px;font-family:Fira Code,monospace;font-size:12px;line-height:1.5;overflow:auto}.step-list{color:var(--portal-muted,#334155);gap:8px;line-height:1.45;display:grid}.step-list code{font-family:Fira Code,monospace}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}html[data-portal-theme],html[data-portal-theme] body{background:var(--portal-bg);width:100%;min-width:0;min-height:100%;color:var(--portal-text);overflow-x:hidden}.meeting-page,.calendar-page,.knowledge-page,.wake-training-page,.mail-page,.portal-persistent-shell{background:var(--portal-bg);width:100%;min-width:0;height:100dvh;max-height:100dvh;color:var(--portal-text);padding:0;overflow:hidden}.portal-persistent-content{min-width:0;min-height:0;overflow:hidden}.portal-persistent-content>.meeting-page,.portal-persistent-content>.calendar-page,.portal-persistent-content>.knowledge-page,.portal-persistent-content>.wake-training-page,.portal-persistent-content>.mail-page,.portal-persistent-content>.chat-page{height:100%;max-height:100%;padding:0}.portal-persistent-content .profile-content{height:100%;min-height:0}.profile-shell{grid-template-rows:auto minmax(0,1fr);gap:8px;width:100%;max-width:none;height:100%;min-height:0;margin:0;display:grid}.profile-sidebar{border-color:var(--portal-border);background:var(--portal-surface);width:100%;min-height:48px;box-shadow:var(--portal-shadow);grid-template-columns:minmax(150px,210px) minmax(0,1fr) auto;gap:6px;padding:6px 8px;position:relative;top:0}.profile-sidebar-head{gap:8px}.profile-sidebar-head .brand-mark,.meeting-brand .brand-mark,.mail-brand .brand-mark{background:var(--portal-primary);width:28px;height:28px}@media (min-width:981px){.profile-shell{grid-template-rows:48px minmax(0,1fr)}.profile-sidebar{height:48px;min-height:48px;overflow:hidden}.profile-sidebar .profile-sidebar-head,.profile-sidebar .profile-nav-actions{flex:none;min-width:0}.profile-sidebar .profile-nav{scrollbar-width:none;flex-wrap:nowrap;min-height:36px;overflow:auto hidden}.profile-sidebar .profile-nav::-webkit-scrollbar{display:none}.profile-sidebar .profile-nav-item,.profile-sidebar .profile-theme-toggle{white-space:nowrap;flex:none;min-height:36px}}
.portal-toast{z-index:1000;border:1px solid var(--portal-border);background:var(--portal-surface);width:min(420px,100vw - 28px);color:var(--portal-text);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:11px 12px;font-weight:700;line-height:1.35;display:grid;position:fixed;top:68px;right:14px;box-shadow:0 18px 40px #0f172a2e}.portal-toast.error{background:color-mix(in srgb, var(--portal-danger-soft) 62%, var(--portal-surface));color:#b91c1c;border-color:#f1a8a8}:root[data-portal-theme=dark] .portal-toast.error{color:#fecaca}.portal-toast.notice{background:color-mix(in srgb, var(--portal-primary-soft) 70%, var(--portal-surface));border-color:#b8cff5}.portal-toast button{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;transition:background .14s,box-shadow .14s,transform .14s;display:inline-grid}.portal-toast button:hover,.portal-toast button:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, currentColor 22%, transparent);background:#0f172a14;outline:0}.portal-toast button:active{transform:translateY(1px)}.portal-session-page{background:var(--portal-bg,#eef4fb);min-height:100vh;color:var(--portal-text,#0f172a);place-items:center;padding:18px;display:grid}.portal-session-card{border:1px solid var(--portal-border,#dbe6f8);background:var(--portal-surface,#fff);width:min(420px,100%);box-shadow:var(--portal-shadow,0 18px 44px #0f172a1f);text-align:center;border-radius:10px;justify-items:center;gap:10px;padding:22px;display:grid}.portal-session-card p{color:var(--portal-muted,#64748b);margin:0}.portal-session-card.error{border-color:color-mix(in srgb, #ef4444 40%, var(--portal-border,#dbe6f8))}.portal-home-page{background:linear-gradient(180deg, #eff6ffd1, #f1f5f9f5), var(--portal-bg,#eef4fb);min-height:100vh;color:var(--portal-text,#0f172a);place-items:center;padding:20px;display:grid}.portal-home-card{border:1px solid var(--portal-border,#dbe6f8);background:var(--portal-surface,#fff);width:min(100%,520px);box-shadow:var(--portal-shadow,0 18px 44px #0f172a1f);border-radius:8px;gap:18px;padding:22px;display:grid}.portal-home-badge,.portal-home-admin-link{color:var(--portal-primary,#0f766e);align-items:center;gap:7px;font-weight:800;display:inline-flex}.portal-home-header{gap:8px;display:grid}.portal-home-header h1{color:var(--portal-text,#0f172a);margin:0;font-family:Fira Sans,Arial,sans-serif;font-size:28px;line-height:1.1}.portal-home-header p{color:var(--portal-muted,#64748b);margin:0;line-height:1.5}.portal-home-actions{gap:8px;display:grid}.portal-home-action{border:1px solid var(--portal-border,#dbe6f8);background:var(--portal-surface-raised,#f8fafc);min-width:0;color:inherit;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;text-decoration:none;display:grid}.portal-home-action:hover{border-color:var(--portal-primary,#0f766e);background:var(--portal-primary-soft,#e7f7ef)}.portal-home-action>svg{color:var(--portal-primary,#0f766e)}.portal-home-action span{gap:2px;min-width:0;display:grid}.portal-home-action strong,.portal-home-action small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.portal-home-action small{color:var(--portal-muted,#64748b);font-size:12px;font-weight:700}.portal-home-admin-link{justify-self:start;font-size:12px}.portal-home-admin-link a{color:inherit}.portal-login-admin-link,.portal-login-footnote{color:var(--portal-primary,#2563eb);align-items:center;gap:7px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.portal-login-footnote{color:var(--portal-muted,#64748b);justify-content:center}.portal-login-footnote a{color:var(--portal-primary,#2563eb);font-weight:800}
@media (max-width:980px){.calendar-page,.integrations-page,.agents-page,.knowledge-page,.wake-training-page{height:auto;min-height:100vh;overflow:auto}.profile-shell,.profile-sidebar,.integrations-grid,.agents-layout{grid-template-columns:1fr;height:auto}.profile-sidebar{position:static}.profile-nav{flex-wrap:wrap;justify-content:stretch;display:flex}.profile-theme-toggle,.profile-nav-item{flex:118px;justify-content:center}.knowledge-page .profile-content{height:auto;overflow:visible}}
@media (max-width:720px){html[data-portal-theme] body{font-size:14px}.calendar-page,.agents-page,.knowledge-page,.wake-training-page{padding:8px}.profile-shell{gap:8px}.profile-sidebar{border-radius:8px;gap:6px;padding:6px}.profile-sidebar-head{grid-template-columns:auto minmax(0,1fr)}.profile-sidebar-head .brand-mark{width:26px;height:26px}.profile-sidebar-head strong{font-size:12px}.profile-sidebar-head span{font-size:10px}.profile-nav{gap:4px}.profile-nav-item,.profile-theme-toggle{gap:5px;min-height:32px;padding:5px 6px;font-size:11px}.profile-nav-actions{grid-template-columns:minmax(0,1fr) auto;justify-content:stretch;display:grid}.profile-nav-actions .language-switch{width:100%}.profile-theme-toggle span{display:none}.profile-content{background:var(--portal-surface);overflow:visible}.calendar-summary{gap:6px}.calendar-metric{min-height:48px;padding:7px}.calendar-metric span{gap:4px;font-size:11px}.calendar-metric strong{font-size:20px}.calendar-hero,.agents-hero,.wake-training-hero,.calendar-panel,.wake-training-layout>*,.wake-complete-panel{margin-bottom:7px;padding:8px}.calendar-panel-head h2,.wake-training-panel h2{font-size:17px}.calendar-panel-head p,.wake-recorder-head p,.wake-prompt p,.meeting-muted{font-size:12px;line-height:1.35}.agent-trigger-summary{flex-direction:column;align-items:stretch}.agent-modal.open{width:calc(100vw - 16px);height:calc(100dvh - 16px)}.agent-modal-body{align-content:start;overflow:auto}.agent-modal-left{grid-template-rows:auto auto minmax(220px,42vh)}.agent-modal-right{padding-right:0;overflow:visible}.agent-frequency-item,.agent-frequency-controls,.agent-frequency-controls.weekly,.agent-trigger-filter-input:not(.portal-semantic-search),.agent-trigger-summary-head,.agent-selected-trigger-item{grid-template-columns:1fr}.agent-selected-trigger-item .icon-button{justify-self:start}.company-trigger-add,.company-trigger-add-fields{grid-template-columns:1fr}.company-trigger-catalog-head{flex-direction:column;align-items:stretch}.company-api-request-grid{grid-template-columns:1fr}.button{min-height:32px;padding:6px 8px;font-size:12px}.button.compact,.icon-button{min-height:28px;padding:4px 7px}.input,.select,.textarea{min-height:34px;padding:7px 8px;font-size:13px}.label{font-size:11px}.content-grid,.two-cols,.billing-cards,.integrations-grid,.agent-modal-body,.agent-trigger-modal-body,.agent-trigger-filter-grid,.agent-tool-grid,.agent-trigger-grid,.agent-provider-grid,.wake-training-layout{grid-template-columns:1fr}.agent-card-head,.agent-memory-head,.calendar-panel-head,.calendar-event-head,.wake-recorder-head{flex-direction:column;align-items:stretch;gap:8px}.calendar-list,.wake-step-list{gap:6px}.calendar-event,.wake-step{gap:8px;min-height:0;padding:8px}.integration-email-item,.profile-email-item{grid-template-columns:24px 30px minmax(0,1fr)}.integration-email-actions{grid-column:2/-1;justify-content:start}.status{min-height:24px;padding:3px 7px;font-size:10px}.agent-memory-item{grid-template-columns:1fr}.agent-memory-item .icon-button{justify-self:start}.agent-asset-item{grid-template-columns:30px minmax(0,1fr);align-items:start}.agent-asset-actions{grid-column:1/-1;justify-content:flex-start}.calendar-tools{gap:6px}.segmented-control{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.month-calendar{gap:1px;font-size:11px}.month-weekday{min-height:24px;padding:4px 2px}.month-day{min-height:58px;padding:5px}.month-day-number{font-size:12px}.month-event{padding:2px 4px;font-size:10px}.wake-total-progress{grid-template-columns:1fr;gap:6px}.wake-prompt{padding:10px}.wake-prompt strong{font-size:18px}.modal-card,.company-billing-modal{width:min(100%,100vw - 16px);max-height:calc(100dvh - 16px);padding:12px}.portal-toast{width:calc(100vw - 16px);padding:9px 10px;font-size:12px;top:8px;right:8px}}
@media (max-width:430px){.profile-nav{justify-content:stretch}.calendar-summary{grid-template-columns:1fr}.calendar-metric{min-height:42px}.month-day{min-height:50px;padding:4px}.button-row,.modal-actions,.modal-footer,.row-actions{flex-direction:column;align-items:stretch}.button-row .button,.modal-actions .button,.modal-footer .button,.row-actions .button{width:100%}}.profile-mobile-bar,.profile-mobile-scrim{display:none}@media (max-width:980px){.profile-mobile-bar{z-index:85;border:1px solid var(--portal-border);background:var(--portal-surface);min-height:40px;box-shadow:var(--portal-shadow);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:5px 7px;display:flex;position:sticky;top:8px}.profile-mobile-title{align-items:center;gap:6px;min-width:0;display:flex}.profile-mobile-title .brand-mark{background:var(--portal-primary);width:26px;height:26px}.profile-mobile-title>div:last-child{gap:1px;min-width:0;display:grid}.profile-mobile-title strong,.profile-mobile-title span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-mobile-title strong{color:var(--portal-text);font-size:12px;line-height:1.2}.profile-mobile-title span{color:var(--portal-muted);font-size:10px}.profile-mobile-menu-button{border:1px solid var(--portal-border);background:var(--portal-surface-raised);width:32px;height:30px;color:var(--portal-text);border-radius:8px;flex:none;place-items:center;display:inline-grid}.profile-mobile-menu-button:hover{background:var(--portal-primary-soft)}.profile-mobile-scrim{z-index:84;background:#0f172a2e;border:0;display:block;position:fixed;inset:0}.profile-sidebar{top:calc(env(safe-area-inset-top) + 63px);right:max(10px, env(safe-area-inset-right));z-index:100;box-sizing:border-box;width:min(288px,100dvw - 20px);max-width:calc(100dvw - 20px);height:auto;max-height:min(420px, calc(100dvh - 64px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));opacity:0;pointer-events:none;transform-origin:100% 0;visibility:hidden;align-content:start;gap:8px;transition:opacity .16s,transform .16s,visibility .16s;display:grid;bottom:auto;left:auto;overflow:hidden auto;transform:translateY(-8px)scale(.98);grid-template-columns:1fr!important;position:fixed!important}@media (max-width:720px){.profile-sidebar{top:calc(env(safe-area-inset-top) + 51px)}}.profile-sidebar .profile-sidebar-head{display:none}.profile-sidebar.open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)scale(1)}.profile-sidebar .profile-nav{flex-wrap:wrap;justify-content:stretch;align-items:stretch;display:flex}.profile-sidebar .profile-nav-item{flex:124px;justify-content:flex-start}.profile-sidebar .profile-nav-actions{flex-direction:column;align-items:stretch}.profile-sidebar .language-switch,.profile-sidebar .profile-theme-toggle{width:100%}.profile-sidebar .profile-theme-toggle{justify-content:flex-start}.calendar-tools{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px}.month-controls{justify-content:center;place-items:center;gap:8px;width:100%;margin-left:0;display:grid}.modal-backdrop{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));place-items:center}.modal-card,.company-billing-modal{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 20px)}}
.profile-shell{grid-template:"topbar topbar"56px"sidebar content"minmax(0,1fr)/228px minmax(0,1fr);gap:0}.profile-mobile-bar{z-index:20;border:0;border-bottom:1px solid var(--portal-border);background:var(--portal-surface);min-width:0;min-height:56px;box-shadow:none;border-radius:0;grid-area:topbar;justify-content:space-between;align-items:center;gap:14px;padding:8px 14px;display:flex;position:relative;top:0}.profile-brand-title{min-width:0;color:var(--portal-text);align-items:center;gap:12px;text-decoration:none;display:flex}.profile-brand-cluster{align-items:center;gap:10px;min-width:0;display:flex}.profile-brand-logo{background:0 0;flex:none;place-items:center;width:21px;height:28px;display:inline-grid;overflow:hidden}.profile-brand-logo img{filter:invert(17%)sepia(42%)saturate(1502%)hue-rotate(178deg)brightness(88%)contrast(92%);object-fit:contain;width:21px;height:28px;display:block}html[data-portal-theme=dark] .profile-brand-logo img{filter:none}.profile-brand-title>span:last-child{gap:4px;min-width:0;display:grid}.profile-brand-title strong{color:var(--portal-text);letter-spacing:1.78px;font-size:14px;line-height:1.1}.profile-brand-title span span{color:var(--portal-muted);letter-spacing:1.9px;font-size:10px;font-weight:850;line-height:1.1}.profile-topbar-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.profile-sidebar-toggle{border:1px solid var(--portal-border);background:var(--portal-surface-raised);width:32px;height:32px;color:var(--portal-muted);cursor:pointer;border-radius:8px;flex:none;place-items:center;transition:background .16s,border-color .16s,color .16s;display:inline-grid}.profile-sidebar-toggle:hover,.profile-sidebar-toggle:focus-visible{border-color:color-mix(in srgb, var(--portal-primary) 34%, var(--portal-border));background:var(--portal-primary-soft);color:var(--portal-primary)}.profile-mobile-menu-button{display:none}.profile-sidebar{border:0;border-right:1px solid var(--portal-border);background:var(--portal-surface);width:100%;min-width:0;height:100%;min-height:0;box-shadow:none;border-radius:0;grid-area:sidebar;grid-template-rows:minmax(0,1fr) auto auto;grid-template-columns:1fr;align-content:stretch;gap:0;padding:0;display:grid;overflow:hidden}.profile-nav{overscroll-behavior:contain;scrollbar-color:color-mix(in srgb, var(--portal-muted) 34%, transparent) transparent;scrollbar-width:thin;place-content:start stretch;gap:0;height:100%;min-height:0;padding:0 0 6px;display:grid;overflow:hidden auto}.profile-nav::-webkit-scrollbar{width:6px}.profile-nav::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--portal-muted) 34%, transparent);border-radius:999px}.profile-nav::-webkit-scrollbar-track{background:0 0}.profile-nav-group,.profile-nav-group-items{gap:0;min-width:0;display:grid}.profile-nav-group{border-bottom:1px solid color-mix(in srgb, var(--portal-border) 72%, transparent);padding:0}.profile-nav-group+.profile-nav-group,.profile-nav-item+.profile-nav-group{border-top:0;margin-top:0}.profile-nav-group-label{min-height:34px;color:var(--portal-muted);cursor:pointer;letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;padding:8px 14px;font-size:11px;font-weight:650;list-style:none;display:flex}.profile-nav-group-label::-webkit-details-marker{display:none}.profile-nav-group-label>span{align-items:center;gap:8px;min-width:0;display:inline-flex}.profile-nav-group-label>svg{color:var(--portal-muted);flex:none;transition:transform .16s}.profile-nav-group[open] .profile-nav-group-label>svg{transform:rotate(90deg)}.profile-nav-group.active>.profile-nav-group-label,.profile-nav-group-label:hover{color:var(--portal-primary);background:0 0}.profile-nav-item,.profile-theme-toggle{justify-content:flex-start;width:100%}.profile-nav-item{border:0;border-bottom:1px solid color-mix(in srgb, var(--portal-border) 60%, transparent);background:0 0;border-radius:0;align-items:center;min-height:36px;padding:7px 14px;font-weight:400;display:flex}.profile-nav-child{padding-left:26px}.profile-nav-item.active{border-left:3px solid var(--portal-primary);background:color-mix(in srgb, var(--portal-primary-soft) 58%, transparent);color:var(--portal-text);box-shadow:none;font-weight:700}.profile-nav-badge{background:color-mix(in srgb, var(--portal-primary-soft) 72%, var(--portal-surface));min-height:17px;color:var(--portal-primary);border-radius:999px;flex:none;align-items:center;padding:2px 6px;font-size:9px;font-weight:900;line-height:1;display:inline-flex}.profile-content,.portal-persistent-content{grid-area:content}.profile-sidebar .profile-nav-actions{display:none}
.profile-sidebar-footer{border-top:1px solid var(--portal-border);background:var(--portal-surface);border-bottom:0;align-self:flex-end;gap:0;min-width:0;display:grid}.profile-account-identity{min-width:0;min-height:48px;color:var(--portal-text);border-bottom:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:8px 14px;text-decoration:none;display:grid}.profile-account-identity .brand-mark{border:1px solid var(--portal-border);background:var(--portal-surface-raised);width:24px;height:24px;color:var(--portal-muted);border-radius:999px}.profile-account-identity:hover,.profile-account-identity.active{background:color-mix(in srgb, var(--portal-primary-soft) 42%, transparent)}.profile-account-identity>div:last-child{gap:2px;min-width:0;display:grid}.profile-account-identity strong,.profile-account-identity span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-account-identity strong{font-size:13px}.profile-account-identity span{color:var(--portal-muted);font-size:11px}.profile-account-group{border-bottom:0}.integrations-grid>[id]{scroll-margin-top:12px}html{scroll-behavior:smooth}
.profile-shell-rail{grid-template-columns:58px minmax(0,1fr)}.profile-shell-rail .profile-sidebar{padding:0}.profile-shell-rail .profile-nav-label,.profile-shell-rail .profile-nav-badge,.profile-shell-rail .profile-nav-group-label span,.profile-shell-rail .profile-nav-title{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.profile-shell-rail .profile-nav-item,.profile-shell-rail .profile-nav-group-label{justify-content:center;padding-inline:0}.profile-shell-rail .profile-nav-child{padding-left:0}.profile-shell-rail .profile-nav-group{justify-items:stretch}.profile-shell-rail .portal-notification-badge{position:absolute;top:1px;right:4px}.profile-shell-rail .profile-nav-item{position:relative}.profile-shell-rail .profile-sidebar-footer{display:none}
.portal-persistent-content .calendar-hero,.portal-persistent-content .calendar-panel,.portal-persistent-content .portal-page-header,.portal-persistent-content .agents-hero,.portal-persistent-content .meeting-recorder,.portal-persistent-content .meeting-sessions{box-shadow:none;background:0 0;border:0;border-radius:0}.portal-persistent-content .calendar-hero,.portal-persistent-content .calendar-panel,.portal-persistent-content .portal-page-header,.portal-persistent-content .agents-hero{padding-inline:0}.portal-persistent-content .calendar-panel,.portal-persistent-content .portal-page-header,.portal-persistent-content .agents-hero{margin-bottom:0}.portal-persistent-content .mail-shell{gap:0}html[data-portal-theme] .portal-persistent-content .mail-sidebar,html[data-portal-theme] .portal-persistent-content .mail-list,html[data-portal-theme] .portal-persistent-content .mail-reader,html[data-portal-theme] .portal-persistent-content .ai-chat-history-panel,html[data-portal-theme] .portal-persistent-content .ai-chat-main,html[data-portal-theme] .portal-persistent-content .ai-chat-evidence-panel,html[data-portal-theme] .portal-persistent-content .meeting-workspace{box-shadow:none;border-radius:0}html[data-portal-theme] .portal-persistent-content .mail-sidebar,html[data-portal-theme] .portal-persistent-content .mail-list,html[data-portal-theme] .portal-persistent-content .mail-reader{border-top:0;border-bottom:0}html[data-portal-theme] .portal-persistent-content .mail-sidebar{border-left:0}html[data-portal-theme] .portal-persistent-content .mail-reader{border-right:0}.portal-persistent-content .ai-chat-shell{gap:0}html[data-portal-theme] .portal-persistent-content .ai-chat-history-panel,html[data-portal-theme] .portal-persistent-content .ai-chat-main,html[data-portal-theme] .portal-persistent-content .ai-chat-evidence-panel{border-top:0;border-bottom:0}.portal-persistent-content .agents-layout,.portal-persistent-content .agents-main-column,.portal-persistent-content .agent-list{gap:0}.portal-persistent-content .agents-layout .company-panel,.portal-persistent-content .agent-card{border:0;border-bottom:1px solid var(--portal-border);width:100%;box-shadow:none;background:0 0;border-radius:0}.portal-persistent-content .meeting-workspace{border-bottom:0;border-left:0;border-right:0}.portal-persistent-content .knowledge-panel{box-shadow:none;background:0 0;border:0;border-radius:0}
@media (max-width:980px){.profile-shell,.profile-shell-rail{grid-template:"topbar""content"minmax(0,1fr)/1fr}.portal-persistent-shell>.profile-shell{height:100%;min-height:0;max-height:100%;overflow:hidden}.portal-persistent-shell .portal-persistent-content{height:100%;min-height:0;overflow:hidden}.profile-mobile-bar{position:sticky;top:8px}.profile-mobile-menu-button{display:inline-grid}.profile-topbar-actions{display:none}.profile-sidebar .profile-nav-actions{display:flex}.profile-sidebar{grid-area:unset;border:1px solid var(--portal-border);border-radius:8px;grid-template-rows:minmax(0,1fr) auto auto;padding:0}.profile-sidebar .profile-nav{display:grid}.profile-sidebar .profile-nav-item{flex:none}.profile-shell-rail .profile-nav-label,.profile-shell-rail .profile-nav-badge,.profile-shell-rail .profile-nav-group-label span,.profile-shell-rail .profile-nav-title{clip:auto;white-space:normal;width:auto;height:auto;position:static;overflow:visible}.profile-shell-rail .profile-nav-item,.profile-shell-rail .profile-nav-group-label{justify-content:flex-start;padding-inline:7px}.profile-shell-rail .profile-sidebar-footer{display:grid}}@media (max-width:720px){.profile-mobile-bar{min-height:44px;padding:6px 8px}.profile-brand-logo,.profile-brand-logo img{width:21px;height:28px}}.profile-sidebar{min-height:0;overflow:hidden}.profile-sidebar .profile-nav{overscroll-behavior:contain;min-height:0;overflow:hidden auto}@media (min-width:981px){.profile-sidebar .profile-nav{height:100%;max-height:100%}}@media (max-width:980px){.profile-sidebar{max-height:calc(100dvh - 64px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}
.profile-brand-logo{background:0 0}.profile-brand-logo img{filter:none;object-fit:contain;width:100%;height:100%}.profile-brand-logo .profile-brand-logo-dark,html[data-portal-theme=dark] .profile-brand-logo .profile-brand-logo-light{display:none}html[data-portal-theme=dark] .profile-brand-logo .profile-brand-logo-dark{display:block}
.spin{animation:.9s linear infinite portal-spin}
.lp,.auth{--font-display:"Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;--font-text:"Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--blue-950:#172554;--emerald-50:#ecfdf5;--emerald-100:#d1fae5;--emerald-200:#a7f3d0;--emerald-300:#6ee7b7;--emerald-400:#34d399;--emerald-500:#10b981;--emerald-600:#059669;--emerald-700:#047857;--emerald-800:#065f46;--emerald-900:#064e3b;--emerald-950:#022c22;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--slate-950:#020617;--ink-950:#0a0f16;--ink-900:#0d1117;--ink-850:#111827;--ink-800:#121923;--ink-750:#162131;--ink-700:#182233;--ink-600:#273548;--ink-500:#3a4a60;--ink-400:#5b6b82;--red-50:#fef2f2;--red-100:#fee2e2;--red-200:#fecaca;--red-300:#fca5a5;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;--red-900:#7f1d1d;--red-950:#450a0a;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-200:#fde68a;--amber-300:#fcd34d;--amber-400:#fbbf24;--amber-500:#f59e0b;--amber-600:#d97706;--amber-700:#b45309;--amber-800:#92400e;--amber-900:#78350f;--amber-950:#451a03;--sky-50:#f0f9ff;--sky-100:#e0f2fe;--sky-200:#bae6fd;--sky-300:#7dd3fc;--sky-400:#38bdf8;--sky-500:#0ea5e9;--sky-600:#0284c7;--sky-700:#0369a1;--sky-800:#075985;--sky-900:#0c4a6e;--sky-950:#082f49;--space-0:0px;--space-px:1px;--space-0-5:2px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-xs:var(--space-1);--space-sm:var(--space-2);--space-md:var(--space-4);--space-lg:var(--space-6);--space-xl:var(--space-8);--space-2xl:var(--space-12);--space-3xl:var(--space-16);--radius-none:0px;--radius-xs:2px;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--radius-xl:8px;--radius-2xl:12px;--radius-full:9999px;--fs-display-2xl:60px;--fs-display-xl:48px;--fs-display-lg:40px;--fs-h1:32px;--fs-h2:26px;--fs-h3:22px;--fs-h4:18px;--fs-body-lg:18px;--fs-body:16px;--fs-body-sm:14px;--fs-label:14px;--fs-caption:13px;--fs-overline:12px;--fs-mono:14px;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--lh-tight:1.1;--lh-snug:1.25;--lh-normal:1.5;--lh-relaxed:1.65;--ls-tighter:-.02em;--ls-tight:-.01em;--ls-normal:0em;--ls-wide:.04em;--ls-wider:.08em;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-fast:.12s;--dur-base:.2s;--dur-slow:.32s}
html:has(body .lp){color:#e5edf7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d1117;flex-direction:column;display:flex}html:has(body .auth){color:#e5edf7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d1117;flex-direction:column;display:flex}html[data-theme=dark]:has(body .lp){color:#e5edf7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d1117;flex-direction:column;display:flex}html[data-theme=dark]:has(body .auth){color:#e5edf7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d1117;flex-direction:column;display:flex}:is(html:has(body .lp) body,html:has(body .auth) body){background:inherit}:is(html[data-theme=light]:has(body .lp),html[data-theme=light]:has(body .auth)){color:#0f172a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f8fafc}.lp,.auth,[data-theme=light] .lp,[data-theme=light] .auth{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:var(--slate-50);--bg-subtle:#e9eef5;--surface:#fff;--surface-raised:var(--slate-50);--surface-sunken:var(--slate-100);--surface-hover:var(--slate-100);--text:var(--slate-900);--text-secondary:var(--slate-600);--text-muted:var(--slate-500);--text-disabled:var(--slate-400);--text-on-primary:#fff;--text-on-accent:#fff;--border:#dbe6f8;--border-strong:var(--slate-300);--border-subtle:var(--slate-200);--primary:var(--blue-600);--primary-hover:var(--blue-700);--primary-active:var(--blue-800);--primary-soft:var(--blue-50);--primary-border:var(--blue-200);--accent:var(--emerald-600);--accent-hover:var(--emerald-700);--accent-soft:var(--emerald-50);--accent-border:var(--emerald-200);--success:var(--emerald-600);--success-soft:var(--emerald-50);--success-border:var(--emerald-200);--success-text:var(--emerald-700);--warning:var(--amber-600);--warning-soft:var(--amber-50);--warning-border:var(--amber-200);--warning-text:var(--amber-700);--error:var(--red-600);--error-soft:var(--red-50);--error-border:var(--red-200);--error-text:var(--red-700);--info:var(--sky-600);--info-soft:var(--sky-50);--info-border:var(--sky-200);--info-text:var(--sky-700);--ring:#2563eb66;--shadow-xs:0 1px 2px #0f172a0f;--shadow-sm:0 1px 2px #0f172a0f, 0 1px 1px #0f172a0a;--shadow-md:0 12px 28px #0f172a14;--shadow-lg:0 20px 40px #0f172a1f;--shadow-overlay:0 24px 60px #0f172a2e}[data-theme=dark] .lp,[data-theme=dark] .auth{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:var(--ink-900);--bg-subtle:var(--ink-950);--surface:var(--ink-800);--surface-raised:var(--ink-750);--surface-sunken:var(--ink-850);--surface-hover:var(--ink-700);--text:#e5edf7;--text-secondary:#93a4b8;--text-muted:#93a4b8;--text-disabled:var(--ink-400);--text-on-primary:var(--ink-950);--text-on-accent:var(--ink-950);--border:var(--ink-600);--border-strong:var(--ink-500);--border-subtle:var(--ink-700);--primary:var(--blue-400);--primary-hover:var(--blue-300);--primary-active:var(--blue-200);--primary-soft:#13243a;--primary-border:#1e3a5f;--accent:var(--emerald-400);--accent-hover:var(--emerald-300);--accent-soft:#0d2a22;--accent-border:#14543c;--success:var(--emerald-400);--success-soft:#0d2a22;--success-border:#14543c;--success-text:var(--emerald-300);--warning:var(--amber-400);--warning-soft:#2e2206;--warning-border:#5a4310;--warning-text:var(--amber-300);--error:var(--red-400);--error-soft:#39191d;--error-border:#6b2329;--error-text:var(--red-300);--info:var(--sky-400);--info-soft:#0c2435;--info-border:#134a6b;--info-text:var(--sky-300);--ring:#60a5fa73;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 1px 2px #00000059, 0 1px 1px #00000040;--shadow-md:0 10px 24px #0006;--shadow-lg:0 20px 44px #00000080;--shadow-overlay:0 28px 70px #0009}.t-display-2xl{font-family:var(--font-display);font-size:var(--fs-display-2xl);font-weight:var(--fw-bold);line-height:var(--lh-tight);letter-spacing:var(--ls-tighter)}.t-display-xl{font-family:var(--font-display);font-size:var(--fs-display-xl);font-weight:var(--fw-bold);line-height:var(--lh-tight);letter-spacing:var(--ls-tighter)}.t-display-lg{font-family:var(--font-display);font-size:var(--fs-display-lg);font-weight:var(--fw-bold);letter-spacing:var(--ls-tighter);line-height:1.08}.t-h1{font-family:var(--font-display);font-size:var(--fs-h1);font-weight:var(--fw-bold);line-height:var(--lh-snug);letter-spacing:var(--ls-tight)}.t-h2{font-family:var(--font-display);font-size:var(--fs-h2);font-weight:var(--fw-semibold);line-height:var(--lh-snug);letter-spacing:var(--ls-tight)}.t-h3{font-family:var(--font-display);font-size:var(--fs-h3);font-weight:var(--fw-semibold);line-height:var(--lh-snug);letter-spacing:var(--ls-tight)}.t-h4{font-family:var(--font-display);font-size:var(--fs-h4);font-weight:var(--fw-semibold);line-height:1.35}.t-body-lg{font-family:var(--font-text);font-size:var(--fs-body-lg);font-weight:var(--fw-regular);line-height:var(--lh-relaxed)}.t-body{font-family:var(--font-text);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.t-body-sm{font-family:var(--font-text);font-size:var(--fs-body-sm);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.t-label{font-family:var(--font-text);font-size:var(--fs-label);font-weight:var(--fw-medium);line-height:1.4}.t-caption{font-family:var(--font-text);font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-muted);line-height:1.4}.t-overline{font-family:var(--font-text);font-size:var(--fs-overline);font-weight:var(--fw-semibold);letter-spacing:var(--ls-wider);text-transform:uppercase;line-height:1.3}.t-mono{font-family:var(--font-mono);font-size:var(--fs-mono);font-weight:var(--fw-regular);line-height:var(--lh-normal)}

.lp,.auth{--ds-ease:cubic-bezier(.4, 0, .2, 1);--ds-ctrl-radius:8px;--ds-chk-radius:6px}.ds-btn{font-family:var(--font-text);font-weight:var(--fw-medium);letter-spacing:-.006em;border-radius:var(--ds-ctrl-radius);cursor:pointer;transition:background-color .14s var(--ds-ease), border-color .14s var(--ds-ease), color .14s var(--ds-ease), box-shadow .14s var(--ds-ease), transform 90ms var(--ds-ease);white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;line-height:1;text-decoration:none;display:inline-flex;position:relative}.ds-btn:active{transform:scale(.985)}.ds-btn:focus-visible{box-shadow:0 0 0 2px var(--bg), 0 0 0 4px var(--ring);outline:none}.ds-btn[disabled],.ds-btn.is-disabled{cursor:not-allowed;opacity:.45;pointer-events:none;box-shadow:none}.ds-btn--sm{border-radius:6px;height:34px;padding:0 13px;font-size:13px}.ds-btn--md{height:40px;padding:0 16px;font-size:14px}.ds-btn--lg{border-radius:10px;height:46px;padding:0 22px;font-size:15px}.ds-btn--primary{background:var(--primary);color:var(--text-on-primary);box-shadow:0 1px 2px #0f172a12}.ds-btn--primary:hover{background:var(--primary-hover)}.ds-btn--primary:active{background:var(--primary-active,var(--primary-hover))}.ds-btn--accent{background:var(--accent);color:var(--text-on-accent);box-shadow:0 1px 2px #0f172a12}.ds-btn--accent:hover{background:var(--accent-hover)}.ds-btn--danger{background:var(--error);color:#fff;box-shadow:0 1px 2px #0f172a12}.ds-btn--danger:hover{background:color-mix(in srgb, var(--error) 88%, #000)}.ds-btn--secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.ds-btn--secondary:hover{background:var(--surface-hover);border-color:var(--text-muted)}.ds-btn--secondary:active{background:var(--surface-sunken)}.ds-btn--ghost{color:var(--text-secondary);background:0 0}.ds-btn--ghost:hover{background:var(--surface-hover);color:var(--text)}.ds-btn--ghost:active{background:var(--surface-sunken)}.ds-btn__spinner{opacity:.85;border:2px solid;border-top-color:#0000;border-radius:50%;width:15px;height:15px;animation:.6s linear infinite ds-spin}.ds-field{flex-direction:column;gap:7px;display:flex}.ds-field__label{font-family:var(--font-text);font-size:13.5px;font-weight:var(--fw-medium);color:var(--text);letter-spacing:-.005em}.ds-field__label .req{color:var(--error);margin-left:2px}.ds-input{font-family:var(--font-text);color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--ds-ctrl-radius);width:100%;height:40px;transition:border-color .14s var(--ds-ease), box-shadow .14s var(--ds-ease);padding:0 13px;font-size:14px}.ds-input::placeholder{color:var(--text-muted)}.ds-input:hover{border-color:var(--text-muted)}.ds-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.ds-input:disabled{opacity:.6;cursor:not-allowed;background:var(--surface-sunken)}.ds-input.is-error{border-color:var(--error)}.ds-input.is-error:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--error) 28%, transparent)}.ds-field__help{color:var(--text-muted);font-size:12.5px;line-height:1.45}.ds-field__help.is-error{color:var(--error-text)}textarea.ds-input{resize:vertical;height:auto;padding:10px 13px;line-height:1.55}.ds-check{cursor:pointer;font-family:var(--font-text);color:var(--text);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:inline-flex}.ds-check input{opacity:0;width:0;height:0;position:absolute}.ds-check__box{border-radius:var(--ds-chk-radius);border:1.5px solid var(--border-strong);background:var(--surface);width:18px;height:18px;transition:background .14s var(--ds-ease), border-color .14s var(--ds-ease);flex:none;justify-content:center;align-items:center;display:inline-flex}.ds-check__box svg{width:11px;height:11px;stroke:var(--text-on-primary);stroke-width:3px;opacity:0;transition:opacity .12s var(--ds-ease)}.ds-check:hover .ds-check__box{border-color:var(--primary)}.ds-check input:checked+.ds-check__box,.ds-check input:indeterminate+.ds-check__box{background:var(--primary);border-color:var(--primary)}.ds-check input:checked+.ds-check__box svg{opacity:1}.ds-check input:focus-visible+.ds-check__box{box-shadow:0 0 0 3px var(--ring)}.ds-check.is-disabled{opacity:.5;cursor:not-allowed}.ds-radio{cursor:pointer;font-family:var(--font-text);color:var(--text);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:inline-flex}.ds-radio input{opacity:0;width:0;height:0;position:absolute}.ds-radio__dot{border:1.5px solid var(--border-strong);background:var(--surface);width:18px;height:18px;transition:border-color .14s var(--ds-ease), border-width .12s var(--ds-ease);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.ds-radio__dot:after{content:"";background:var(--text-on-primary);width:8px;height:8px;transition:transform .14s var(--ds-ease);border-radius:50%;transform:scale(0)}.ds-radio:hover .ds-radio__dot{border-color:var(--primary)}.ds-radio input:checked+.ds-radio__dot{background:var(--primary);border-color:var(--primary)}.ds-radio input:checked+.ds-radio__dot:after{transform:scale(1)}.ds-radio input:focus-visible+.ds-radio__dot{box-shadow:0 0 0 3px var(--ring)}.ds-radio.is-disabled{opacity:.5;cursor:not-allowed}.ds-select-wrap{width:100%;display:inline-flex;position:relative}.ds-select{appearance:none;font-family:var(--font-text);color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--ds-ctrl-radius);cursor:pointer;width:100%;height:40px;transition:border-color .14s var(--ds-ease), box-shadow .14s var(--ds-ease);padding:0 38px 0 13px;font-size:14px}.ds-select:hover{border-color:var(--text-muted)}.ds-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.ds-select:disabled{opacity:.6;cursor:not-allowed;background:var(--surface-sunken)}.ds-select-wrap__chev{pointer-events:none;color:var(--text-muted);width:16px;height:16px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.ds-select-wrap:focus-within .ds-select-wrap__chev{color:var(--primary)}.ds-toggle{cursor:pointer;font-family:var(--font-text);color:var(--text);-webkit-user-select:none;user-select:none;align-items:center;gap:11px;font-size:14px;display:inline-flex}.ds-toggle input{opacity:0;width:0;height:0;position:absolute}.ds-toggle__track{border-radius:var(--radius-full);background:var(--border-strong);width:40px;height:23px;transition:background .18s var(--ds-ease);flex:none;position:relative}.ds-toggle__track:after{content:"";width:18px;height:18px;transition:transform .18s var(--ds-ease);background:#fff;border-radius:50%;position:absolute;top:2.5px;left:2.5px;box-shadow:0 1px 2px #0f172a33}.ds-toggle input:checked+.ds-toggle__track{background:var(--accent)}.ds-toggle input:checked+.ds-toggle__track:after{transform:translate(17px)}.ds-toggle input:focus-visible+.ds-toggle__track{box-shadow:0 0 0 3px var(--ring)}.ds-toggle.is-disabled{opacity:.5;cursor:not-allowed}.ds-badge{font-family:var(--font-text);font-size:12px;font-weight:var(--fw-medium);letter-spacing:-.003em;border-radius:var(--radius-full);white-space:nowrap;border:1px solid #0000;align-items:center;gap:6px;padding:4px 9px;line-height:1;display:inline-flex}.ds-badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.ds-badge--neutral{background:var(--surface-hover);color:var(--text-secondary);border-color:var(--border)}.ds-badge--primary{background:var(--primary-soft);color:var(--primary);border-color:#0000}.ds-badge--success{background:var(--success-soft);color:var(--success-text);border-color:#0000}.ds-badge--warning{background:var(--warning-soft);color:var(--warning-text);border-color:#0000}.ds-badge--error{background:var(--error-soft);color:var(--error-text);border-color:#0000}.ds-badge--info{background:var(--info-soft);color:var(--info-text);border-color:#0000}.ds-badge--solid{background:var(--primary);color:var(--text-on-primary);border-color:#0000}.ds-tag{font-family:var(--font-text);font-size:13px;font-weight:var(--fw-medium);border-radius:var(--ds-ctrl-radius);background:var(--surface);color:var(--text);border:1px solid var(--border-strong);transition:border-color .12s var(--ds-ease), background .12s var(--ds-ease);align-items:center;gap:6px;padding:5px 7px 5px 11px;display:inline-flex}.ds-tag:hover{background:var(--surface-hover)}.ds-tag__x{cursor:pointer;width:17px;height:17px;color:var(--text-muted);transition:all .12s var(--ds-ease);border-radius:5px;justify-content:center;align-items:center;display:inline-flex}.ds-tag__x:hover{background:var(--error-soft);color:var(--error-text)}.ds-tag--primary{background:var(--primary-soft);color:var(--primary);border-color:#0000}.ds-tag--primary .ds-tag__x{color:color-mix(in srgb, var(--primary) 70%, transparent)}.ds-avatar{border-radius:var(--radius-full);background:var(--primary-soft);color:var(--primary);font-family:var(--font-display);font-weight:var(--fw-semibold);letter-spacing:-.01em;flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.ds-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.ds-avatar--xs{width:24px;height:24px;font-size:10px}.ds-avatar--sm{width:32px;height:32px;font-size:12.5px}.ds-avatar--md{width:40px;height:40px;font-size:15px}.ds-avatar--lg{width:56px;height:56px;font-size:20px}.ds-avatar__status{border:2px solid var(--surface);border-radius:50%;width:30%;min-width:9px;height:30%;min-height:9px;position:absolute;bottom:-1px;right:-1px}.ds-avatar__status--online{background:var(--accent)}.ds-avatar__status--away{background:var(--warning)}.ds-avatar__status--offline{background:var(--text-muted)}.ds-divider{background:var(--border);border:none}.ds-divider--h{width:100%;height:1px}.ds-divider--v{align-self:stretch;width:1px;min-height:18px}.ds-divider-labeled{color:var(--text-muted);font-size:11px;font-weight:var(--fw-semibold);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:12px;display:flex}.ds-divider-labeled:before,.ds-divider-labeled:after{content:"";background:var(--border);flex:1;height:1px}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-spinner{border:2.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:.68s linear infinite ds-spin;display:inline-block}.ds-spinner--sm{border-width:2px;width:16px;height:16px}.ds-spinner--md{width:24px;height:24px}.ds-spinner--lg{border-width:3px;width:36px;height:36px}.ds-tip{display:inline-flex;position:relative}.ds-tip__bubble{background:var(--text);color:var(--bg);font-family:var(--font-text);font-size:12.5px;font-weight:var(--fw-medium);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .13s var(--ds-ease), transform .13s var(--ds-ease);box-shadow:var(--shadow-md);z-index:50;border-radius:7px;padding:7px 11px;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.ds-tip__bubble:after{content:"";border:5px solid #0000;border-top-color:var(--text);position:absolute;top:100%;left:50%;transform:translate(-50%)}.ds-tip:hover .ds-tip__bubble,.ds-tip:focus-within .ds-tip__bubble{opacity:1;transform:translate(-50%)translateY(0)}
.lp,.lp *,.lp :before,.lp :after{box-sizing:border-box}.lp{color:var(--text);font-family:var(--font-text);-webkit-font-smoothing:antialiased;position:relative;overflow-x:clip}[data-theme=dark] .lp{background:radial-gradient(120% 70% at 50% -8%, color-mix(in srgb, var(--primary) 13%, transparent) 0%, transparent 48%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 55%, var(--bg)) 0%, var(--bg) 620px)}[data-theme=light] .lp{background:radial-gradient(120% 70% at 50% -8%, color-mix(in srgb, var(--primary) 9%, transparent) 0%, transparent 46%), linear-gradient(180deg, #fff 0%, var(--lp-paper,#f7f6f2) 620px)}.lp__atmos{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.lp__glow{filter:blur(90px);border-radius:50%;position:absolute}[data-theme=dark] .lp__glow--a{background:radial-gradient(circle, color-mix(in srgb,var(--accent) 40%, transparent), transparent 70%);opacity:.1;width:680px;height:520px;top:380px;right:-220px}[data-theme=light] .lp__glow--a{background:radial-gradient(circle, color-mix(in srgb,var(--accent) 32%, transparent), transparent 70%);opacity:.3;width:680px;height:520px;top:420px;right:-220px}.lp__glow--b,.lp__grid,.lp__grain{display:none}.lp__main{z-index:1;position:relative}.lp-container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}@media (max-width:720px){.lp-container{padding:0 20px}}.lp-section{padding:120px 0;position:relative}.lp-section--tight{padding:80px 0}@media (max-width:720px){.lp-section{padding:80px 0}}.lp-eyebrow{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-border);border-radius:var(--radius-full);background:var(--accent-soft);align-items:center;gap:8px;padding:6px 12px 6px 10px;font-size:12px;font-weight:500;display:inline-flex}.lp-eyebrow__dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 22%, transparent);border-radius:50%}.lp-section__head{text-align:center;max-width:720px;margin:0 auto 64px}.lp-section__title{font-family:var(--font-display);letter-spacing:-.03em;text-wrap:balance;margin:20px 0 0;font-size:clamp(32px,4.4vw,52px);font-weight:800;line-height:1.04}.lp-section__lead{color:var(--text-secondary);text-wrap:pretty;max-width:60ch;margin:18px auto 0;font-size:clamp(16px,1.6vw,19px);line-height:1.6}.lp-nav{z-index:50;position:sticky;top:0}.lp-nav__inner{border:1px solid var(--border);border-radius:var(--radius-full);background:color-mix(in srgb,var(--surface) 72%, transparent);-webkit-backdrop-filter:blur(18px)saturate(160%);backdrop-filter:blur(18px)saturate(160%);height:68px;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;margin-top:14px;padding:0 12px 0 18px;display:flex}.lp-brand{color:var(--text);align-items:center;gap:11px;text-decoration:none;display:flex}.lp-brand img{width:28px;height:28px}.lp-brand__name{font-family:var(--font-display);letter-spacing:-.02em;font-size:18px;font-weight:700}.lp-nav__links{align-items:center;gap:4px;display:flex}.lp-nav__links a{color:var(--text-secondary);border-radius:var(--radius-full);padding:9px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:color .14s,background .14s}.lp-nav__links a:hover{color:var(--text);background:var(--surface-hover)}.lp-nav__right{align-items:center;gap:10px;display:flex}.lp-iconbtn{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .14s;display:inline-flex}.lp-iconbtn:hover{color:var(--text);border-color:var(--border-strong)}@media (max-width:880px){.lp-nav__links{display:none}}@media (max-width:520px){.lp-nav__inner{padding-right:10px}.lp-nav__right .lp-btn--sm{display:none}}.lp-lang{position:relative}.lp-lang__btn{gap:7px;width:auto;padding:0 11px 0 12px}.lp-lang__code{font-family:var(--font-mono);letter-spacing:.04em;font-size:12px;font-weight:600}.lp-lang__menu{border:1px solid var(--border);background:var(--surface);min-width:184px;box-shadow:var(--shadow-lg,0 18px 48px -12px #00000073);-webkit-backdrop-filter:blur(18px)saturate(160%);backdrop-filter:blur(18px)saturate(160%);opacity:0;transform-origin:100% 0;pointer-events:none;transition:opacity .15s var(--ds-ease), transform .15s var(--ds-ease);z-index:60;border-radius:14px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-6px)scale(.98)}.lp-lang.is-open .lp-lang__menu{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.lp-lang__opt{cursor:pointer;width:100%;color:var(--text-secondary);font-family:var(--font-text);text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;padding:9px 11px;font-size:14px;font-weight:500;transition:background .13s,color .13s;display:flex}.lp-lang__opt:hover{background:var(--surface-hover);color:var(--text)}.lp-lang__flag{border-radius:2px;flex:none;justify-content:center;align-items:center;width:24px;height:16px;display:inline-flex;overflow:hidden}.lp-lang__flag svg{display:block}.lp-lang__btnflag{border-radius:2px;align-items:center;display:inline-flex;overflow:hidden}.lp-lang__check{color:var(--primary);opacity:0;flex:none;margin-left:auto}.lp-lang__opt.is-active{color:var(--text)}.lp-lang__opt.is-active .lp-lang__check{opacity:1}.lp-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:min(640px,100vh - 280px);padding-top:48px;padding-bottom:48px;display:flex}.lp-hero__title{font-family:var(--font-display);letter-spacing:-.04em;text-wrap:balance;max-width:15ch;margin:26px auto 0;font-size:clamp(44px,7.2vw,88px);font-weight:800;line-height:.98}.lp-hero__title .em{background:linear-gradient(115deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero__mark{white-space:nowrap;position:relative}.lp-hero__mark:after{content:"";background:var(--accent);opacity:.85;transform-origin:0;height:.1em;animation:lp-underline .7s var(--ease-out,cubic-bezier(.16,1,.3,1)) .7s forwards;border-radius:2px;position:absolute;bottom:.08em;left:0;right:0;transform:scaleX(0)}@keyframes lp-underline{to{transform:scaleX(1)}}.lp-hero__lead{color:var(--text-secondary);text-wrap:balance;max-width:none;margin:26px auto 0;font-size:clamp(17px,1.8vw,21px);line-height:1.55}.lp-hero__cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:38px;display:flex}.lp-hero__note{color:var(--text-muted);align-items:center;gap:8px;margin-top:22px;font-size:13.5px;display:inline-flex}.lp-hero__note svg{color:var(--accent)}.lp-btn{height:52px;font-family:var(--font-text);letter-spacing:-.01em;border-radius:var(--radius-full);cursor:pointer;transition:all .16s var(--ease-out,cubic-bezier(.16,1,.3,1));border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:0 26px;font-size:15.5px;font-weight:600;text-decoration:none;display:inline-flex}.lp-btn--primary{background:var(--primary);color:var(--text-on-primary);box-shadow:0 1px 2px #0f172a1f, 0 8px 24px -8px color-mix(in srgb,var(--primary) 60%, transparent)}.lp-btn--primary:hover{box-shadow:0 2px 4px #0f172a24, 0 14px 32px -8px color-mix(in srgb,var(--primary) 70%, transparent);transform:translateY(-1px)}.lp-btn--ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.lp-btn--ghost:hover{background:var(--surface-hover);border-color:var(--text-muted);transform:translateY(-1px)}.lp-btn--sm{height:42px;padding:0 18px;font-size:14px}.lp-mock{max-width:1060px;margin:72px auto 0;position:relative}.lp-mock__frame{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-lg), 0 40px 120px -40px color-mix(in srgb,var(--primary) 40%, transparent);border-radius:16px;overflow:hidden}.lp-mock__bar{border-bottom:1px solid var(--border);background:var(--surface-sunken);align-items:center;gap:8px;height:42px;padding:0 16px;display:flex}.lp-mock__dot{background:var(--border-strong);border-radius:50%;width:11px;height:11px}.lp-mock__url{font-family:var(--font-mono);color:var(--text-muted);margin-left:12px;font-size:12px}.lp-mock__body{grid-template-columns:208px 1fr;min-height:440px;display:grid}.lp-mock__side{border-right:1px solid var(--border);background:var(--surface-sunken);padding:18px 14px}.lp-mock__sidehead{align-items:center;gap:9px;padding:0 8px 14px;display:flex}.lp-mock__navitem{color:var(--text-secondary);border-radius:8px;align-items:center;gap:10px;margin-bottom:2px;padding:9px 10px;font-size:13.5px;display:flex}.lp-mock__navitem.is-active{background:var(--primary-soft);color:var(--primary);font-weight:600}.lp-mock__navitem svg{opacity:.8;width:16px;height:16px}.lp-mock__main{padding:22px 24px}.lp-mock__h{font-family:var(--font-display);letter-spacing:-.01em;font-size:18px;font-weight:700}.lp-mock__sub{color:var(--text-muted);margin-top:2px;font-size:13px}.lp-mock__task{border:1px solid var(--border);background:var(--surface-raised);border-radius:10px;align-items:center;gap:14px;margin-top:12px;padding:14px;display:flex}.lp-mock__taskicon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.lp-mock__taskbody{flex:1;min-width:0}.lp-mock__taskt{letter-spacing:-.005em;font-size:14px;font-weight:600}.lp-mock__taskd{color:var(--text-muted);margin-top:2px;font-size:12.5px}@media (max-width:720px){.lp-mock__body{grid-template-columns:1fr}.lp-mock__side{display:none}}.lp-logos{text-align:center}.lp-logos__label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:12px}.lp-logos__row{opacity:.72;flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;margin-top:28px;display:flex}.lp-logos__row span{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-secondary);font-size:21px;font-weight:700}.lp-bento{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.lp-bento__cell{border:1px solid var(--border);background:var(--surface);transition:border-color .22s var(--ease-out,cubic-bezier(.16,1,.3,1)), transform .22s var(--ease-out,cubic-bezier(.16,1,.3,1)), box-shadow .22s;border-radius:18px;flex-direction:column;padding:30px;display:flex}.lp-bento__cell:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-3px)}.lp-bcell--a,.lp-bcell--b{grid-column:span 3}.lp-bcell--c,.lp-bcell--d,.lp-bcell--e{grid-column:span 2}.lp-ficon{background:var(--primary-soft);width:46px;height:46px;color:var(--primary);border-radius:12px;flex:none;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.lp-ficon--accent{background:var(--accent-soft);color:var(--accent)}.lp-bento__t{font-family:var(--font-display);letter-spacing:-.015em;text-wrap:balance;margin:0;font-size:20px;font-weight:700}.lp-bento__d{color:var(--text-secondary);text-wrap:pretty;margin:10px 0 0;font-size:14.5px;line-height:1.6}@media (max-width:880px){.lp-bento{grid-template-columns:repeat(2,1fr)}.lp-bcell--a,.lp-bcell--b,.lp-bcell--c,.lp-bcell--d,.lp-bcell--e{grid-column:span 2}}@media (max-width:560px){.lp-bento{grid-template-columns:1fr}.lp-bcell--a,.lp-bcell--b,.lp-bcell--c,.lp-bcell--d,.lp-bcell--e{grid-column:span 1}}.lp-use__tabswrap{justify-content:center;margin-bottom:40px;display:flex}.lp-use__tabs{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface-sunken);flex-wrap:wrap;justify-content:center;gap:3px;padding:5px;display:inline-flex}.lp-use__tab{border-radius:var(--radius-full);color:var(--text-muted);font-family:var(--font-text);cursor:pointer;transition:all .16s var(--ease-out,cubic-bezier(.16,1,.3,1));white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.lp-use__tab svg{opacity:.85;flex:none;width:16px;height:16px}
.lp-use__tab:hover{color:var(--text)}.lp-use__tab.is-active{background:var(--surface-raised);border-color:var(--border-strong);color:var(--text);box-shadow:var(--shadow-sm)}[data-theme=light] .lp-use__tab.is-active{background:#fff}.lp-use__panel{display:none}.lp-use__panel.is-active{animation:lp-usefade .44s var(--ease-out,cubic-bezier(.16,1,.3,1));display:block}@keyframes lp-usefade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.lp-use__caption{text-align:center;max-width:640px;margin:0 auto 30px}.lp-use__title{font-family:var(--font-display);letter-spacing:-.025em;text-wrap:balance;margin:0;font-size:clamp(24px,3vw,32px);font-weight:700}.lp-use__desc{color:var(--text-secondary);text-wrap:pretty;margin:14px 0 0;font-size:16px;line-height:1.62}.lp-use__img{aspect-ratio:16/10;border:1px solid var(--border);width:100%;height:auto;box-shadow:var(--shadow-md), 0 48px 120px -60px color-mix(in srgb,var(--primary) 42%, transparent);border-radius:18px;display:block}@media (max-width:680px){.lp-use__tabswrap{-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-x:auto}.lp-use__tabs{flex-wrap:nowrap;flex:none}.lp-use__tab{flex:none}.lp-use__img{aspect-ratio:4/3}}.lp-cases{grid-template-columns:repeat(4,1fr);display:grid}.lp-case{border-top:1px solid var(--border);flex-direction:column;padding:32px 28px;display:flex}.lp-case+.lp-case{border-left:1px solid var(--border)}.lp-case:nth-child(4n+1){border-left:none}.lp-case__ic{color:var(--text-secondary);margin:4px 0 28px}.lp-case__t{font-family:var(--font-display);letter-spacing:-.015em;margin:0 0 12px;font-size:20px;font-weight:600}.lp-case__d{color:var(--text-secondary);text-wrap:pretty;flex:1;margin:0 0 24px;font-size:14.5px;line-height:1.6}.lp-case__btn{background:var(--surface-raised);border:1px solid var(--border-strong);color:var(--text);transition:all .15s var(--ease-out,cubic-bezier(.16,1,.3,1));border-radius:9px;align-self:flex-start;align-items:center;gap:7px;padding:9px 15px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.lp-case__btn:hover{background:var(--surface-hover);transform:translateY(-1px)}.lp-case__btn svg{transition:transform .15s var(--ease-out,cubic-bezier(.16,1,.3,1))}.lp-case__btn:hover svg{transform:translate(2px)}@media (max-width:880px){.lp-cases{grid-template-columns:repeat(2,1fr)}.lp-case{border-left:none}.lp-case:nth-child(2n){border-left:1px solid var(--border)}}@media (max-width:560px){.lp-cases{grid-template-columns:1fr}.lp-case{border-left:none!important}}.lp-steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lp-step{padding-top:30px;position:relative}.lp-step__n{font-family:var(--font-mono);color:var(--accent);font-size:13px;font-weight:600}.lp-step__line{background:linear-gradient(90deg,var(--accent),transparent);height:1px;margin:14px 0 18px}.lp-step__t{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-size:19px;font-weight:700}.lp-step__d{color:var(--text-secondary);margin:8px 0 0;font-size:14.5px;line-height:1.6}@media (max-width:880px){.lp-steps{grid-template-columns:1fr;gap:8px}}.lp-statband{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);z-index:1;position:relative}.lp-statband__inner{grid-template-columns:repeat(4,1fr);width:100%;max-width:1200px;margin:0 auto;padding:52px 32px;display:grid}.lp-statband__item{text-align:center;position:relative}.lp-statband__item+.lp-statband__item:before{content:"";background:var(--border);width:1px;height:76%;position:absolute;top:12%;left:0}.lp-stat__n{font-family:var(--font-display);letter-spacing:-.03em;background:linear-gradient(120deg,var(--text),var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(34px,4vw,46px);font-weight:800}.lp-stat__l{color:var(--text-muted);margin-top:6px;font-size:13.5px}@media (max-width:720px){.lp-statband__inner{grid-template-columns:repeat(2,1fr);gap:32px 0;padding:40px 24px}.lp-statband__item:nth-child(3):before{display:none}}.lp-quote{text-align:center;max-width:880px;margin:0 auto}.lp-quote__t{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;font-size:clamp(24px,3.2vw,36px);font-weight:600;line-height:1.3}.lp-quote__t .hl{color:var(--accent)}.lp-quote__by{align-items:center;gap:13px;margin-top:32px;display:inline-flex}.lp-quote__meta{text-align:left}.lp-quote__name{font-size:15px;font-weight:600}.lp-quote__role{color:var(--text-muted);font-size:13px}.lp-carousel{position:relative}.lp-carousel__viewport{margin:0 -8px;padding:8px;overflow:hidden}.lp-carousel__track{transition:transform .48s var(--ease-out,cubic-bezier(.16,1,.3,1));will-change:transform;gap:22px;display:flex}.lp-review{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:18px;flex-direction:column;flex:0 0 calc(33.3333% - 14.6667px);padding:30px;display:flex}.lp-review__stars{color:var(--accent);gap:3px;margin-bottom:16px;display:flex}.lp-review__q{color:var(--text);letter-spacing:-.005em;text-wrap:pretty;flex:1;margin:0;font-size:16px;line-height:1.6}.lp-review__q b{color:var(--text);background:linear-gradient(transparent 62%, color-mix(in srgb,var(--accent) 26%, transparent) 0);font-weight:600}.lp-review__by{border-top:1px solid var(--border);align-items:center;gap:12px;margin-top:24px;padding-top:22px;display:flex}.lp-review__name{letter-spacing:-.01em;font-size:14.5px;font-weight:600}.lp-review__role{color:var(--text-muted);margin-top:1px;font-size:12.5px}.lp-carousel__ctrls{justify-content:space-between;align-items:center;margin-top:32px;display:flex}.lp-carousel__dots{gap:8px;display:flex}.lp-carousel__dot{background:var(--border-strong);cursor:pointer;width:8px;height:8px;transition:all .2s var(--ease-out,cubic-bezier(.16,1,.3,1));border:none;border-radius:50%;padding:0}.lp-carousel__dot.is-active{border-radius:var(--radius-full);background:var(--primary);width:24px}.lp-carousel__arrows{gap:10px;display:flex}.lp-carousel__arrow{border-radius:var(--radius-full);border:1px solid var(--border-strong);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;transition:all .16s var(--ease-out,cubic-bezier(.16,1,.3,1));justify-content:center;align-items:center;display:inline-flex}.lp-carousel__arrow:hover{background:var(--surface-hover);transform:translateY(-1px)}.lp-carousel__arrow:disabled{opacity:.35;cursor:not-allowed;transform:none}@media (max-width:980px){.lp-review{flex-basis:calc(50% - 11px)}}@media (max-width:680px){.lp-review{flex-basis:100%}.lp-carousel__viewport{margin:0}}.lp-pricetoggle{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);align-items:center;gap:4px;margin:0 auto;padding:5px;display:inline-flex}.lp-pricetoggle button{font-family:var(--font-text);color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:9px 18px;font-size:14px;font-weight:600;transition:all .16s;display:inline-flex}.lp-pricetoggle button:hover{color:var(--text)}.lp-pricetoggle button.is-active{background:var(--primary);color:var(--text-on-primary)}.lp-toggle-badge{letter-spacing:0;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-full);padding:3px 8px;font-size:11px;font-weight:700;transition:all .16s}.lp-pricetoggle button.is-active .lp-toggle-badge{background:color-mix(in srgb, var(--text-on-primary) 24%, transparent);color:var(--text-on-primary)}.lp-prices{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.lp-price{border:1px solid var(--border);background:var(--surface);border-radius:22px;flex-direction:column;padding:40px 34px;display:flex}.lp-price--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary), 0 24px 60px -28px color-mix(in srgb,var(--primary) 55%, transparent);position:relative}.lp-price__tag{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--text-on-primary);background:var(--primary);border-radius:var(--radius-full);padding:5px 12px;font-size:11px;font-weight:600;position:absolute;top:-12px;left:32px}.lp-price__name{font-family:var(--font-display);font-size:18px;font-weight:700}.lp-price__desc{color:var(--text-muted);min-height:44px;margin-top:8px;font-size:14px;line-height:1.5}.lp-price__amt{align-items:baseline;gap:6px;margin:28px 0 4px;display:flex}.lp-price__cur{font-family:var(--font-display);font-size:24px;font-weight:700}.lp-price__val{font-family:var(--font-display);letter-spacing:-.03em;font-size:48px;font-weight:800;line-height:1}.lp-price__per{color:var(--text-muted);font-size:13.5px}.lp-price__list{border-top:1px solid var(--border);flex-direction:column;flex:1;gap:15px;margin:30px 0;padding:30px 0 0;list-style:none;display:flex}.lp-price__list li{color:var(--text-secondary);align-items:flex-start;gap:11px;font-size:14.5px;line-height:1.5;display:flex}.lp-price__list svg{color:var(--accent);flex:none;margin-top:2px}.lp-price .lp-btn{height:46px;margin-top:4px}.lp-price--featured{transform:translateY(-10px)}.lp-price--featured .lp-price__list{margin-bottom:34px}@media (max-width:880px){.lp-prices{grid-template-columns:1fr}.lp-price--featured{transform:none}}.lp-pagehead{text-align:center;padding:80px 0 8px}.lp-pagehead__title{font-family:var(--font-display);letter-spacing:-.03em;text-wrap:balance;margin:14px 0 0;font-size:clamp(34px,5vw,52px);font-weight:800;line-height:1.05}.lp-backlink{color:var(--text-muted);align-items:center;gap:7px;margin-bottom:8px;font-size:14px;font-weight:600;text-decoration:none;transition:color .16s;display:inline-flex}.lp-backlink:hover{color:var(--text)}.lp-backlink svg{transition:transform .16s var(--ease-out,cubic-bezier(.16,1,.3,1))}.lp-backlink:hover svg{transform:translate(-3px)}.lp-comparehead{text-align:center;font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 6px;font-size:clamp(22px,3vw,30px);font-weight:700}.lp-comparesub{text-align:center;color:var(--text-secondary);max-width:52ch;margin:0 auto 40px;font-size:16px}.lp-compare__bar{justify-content:center;margin-top:40px;display:flex}.lp-compare__toggle{font-family:var(--font-text);color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-full);cursor:pointer;transition:all .16s var(--ease-out,cubic-bezier(.16,1,.3,1));align-items:center;gap:9px;padding:11px 20px;font-size:14.5px;font-weight:600;display:inline-flex}.lp-compare__toggle:hover{background:var(--surface-hover);transform:translateY(-1px)}.lp-compare__toggle svg{transition:transform .26s var(--ease-out,cubic-bezier(.16,1,.3,1));color:var(--text-muted)}.lp-compare.is-open .lp-compare__toggle svg{color:var(--primary);transform:rotate(180deg)}.lp-compare__panel{opacity:0;max-height:0;transition:max-height .42s var(--ease-out,cubic-bezier(.16,1,.3,1)), opacity .32s ease;overflow:hidden}.lp-compare.is-open .lp-compare__panel{opacity:1}.lp-ctable-wrap{border:1px solid var(--border);background:var(--surface);border-radius:18px;margin-top:0;overflow:hidden}.lp-ctable{border-collapse:collapse;width:100%}.lp-ctable th,.lp-ctable td{text-align:left;vertical-align:middle;padding:15px 20px;font-size:14px}.lp-ctable thead th{background:var(--surface-sunken);border-bottom:1px solid var(--border);z-index:1;position:sticky;top:0}.lp-ctable__feat{color:var(--text-secondary);width:34%;font-weight:500}.lp-ctable td.lp-ctable__cell,.lp-ctable th.lp-ctable__plan{text-align:center;width:22%}.lp-ctable__plan{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);font-size:16px;font-weight:700}.lp-ctable__plan small{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:0;margin-top:3px;font-size:11px;font-weight:500;display:block}.lp-ctable__plan.is-feat{color:var(--primary)}.lp-ctable__cell.is-feat{background:color-mix(in srgb, var(--primary-soft) 60%, transparent)}.lp-ctable thead th.is-feat{background:color-mix(in srgb, var(--primary-soft) 70%, var(--surface-sunken))}.lp-ctable tbody tr:hover td{background:color-mix(in srgb, var(--surface-hover) 60%, transparent)}.lp-ctable tbody tr:hover td.is-feat{background:var(--primary-soft)}.lp-ctable td{border-bottom:1px solid var(--border-subtle)}.lp-ctable__group td{border-bottom:1px solid var(--border);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:0 0;padding-top:26px;padding-bottom:10px;font-size:11px;font-weight:600}.lp-ctable__val{color:var(--text);font-weight:500}.lp-ctable__yes{color:var(--accent);display:inline-flex}.lp-ctable__no{background:var(--border-strong);border-radius:2px;width:14px;height:2px;display:inline-block}.lp-ctable tbody tr:last-child td{border-bottom:none}@media (max-width:880px){.lp-ctable-wrap{overflow-x:auto}.lp-ctable{min-width:640px}.lp-ctable th,.lp-ctable td{padding:13px 14px;font-size:13px}}.lp-faq{max-width:760px;margin:0 auto}.lp-faq__item{border-bottom:1px solid var(--border)}.lp-faq__q{cursor:pointer;text-align:left;width:100%;color:var(--text);font-family:var(--font-display);letter-spacing:-.01em;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:24px 4px;font-size:18px;font-weight:600;display:flex}.lp-faq__q svg{color:var(--text-muted);transition:transform .24s var(--ease-out,cubic-bezier(.16,1,.3,1));flex:none}.lp-faq__item.is-open .lp-faq__q svg{color:var(--primary);transform:rotate(45deg)}
.lp-faq__a{max-height:0;transition:max-height .28s var(--ease-out,cubic-bezier(.16,1,.3,1));overflow:hidden}.lp-faq__a p{color:var(--text-secondary);max-width:62ch;margin:0;padding:0 4px 24px;font-size:15px;line-height:1.65}.lp-cta{text-align:center;border:1px solid var(--border);background:radial-gradient(115% 135% at 50% -18%, color-mix(in srgb,var(--primary) 14%, transparent), transparent 58%), radial-gradient(95% 130% at 108% 118%, color-mix(in srgb,var(--accent) 10%, transparent), transparent 56%), var(--surface);box-shadow:0 30px 80px -64px color-mix(in srgb,var(--primary) 40%, transparent);border-radius:28px;padding:96px 48px;position:relative;overflow:hidden}.lp-cta__grid{z-index:0;background-image:linear-gradient(to right, var(--border) 1px, transparent 1px), linear-gradient(to bottom, var(--border) 1px, transparent 1px);opacity:.45;background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(68% 78% at 50% 0,#000,#0000 72%);mask-image:radial-gradient(68% 78% at 50% 0,#000,#0000 72%)}.lp-cta__inner{z-index:2;max-width:620px;margin:0 auto;position:relative}.lp-cta__badge{font-family:var(--font-mono);letter-spacing:.04em;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:var(--radius-full);align-items:center;gap:8px;margin-bottom:22px;padding:6px 13px;font-size:12px;font-weight:500;display:inline-flex}.lp-cta__badge .dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 22%, transparent);border-radius:50%}.lp-cta__t{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.02}.lp-cta__t .em{background:linear-gradient(115deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-cta__d{color:var(--text-secondary);max-width:46ch;margin:18px auto 30px;font-size:17px;line-height:1.6}.lp-cta__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.lp-cta__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:28px;display:flex}.lp-cta__trust span{color:var(--text-muted);align-items:center;gap:7px;font-size:13px;display:inline-flex}.lp-cta__trust svg{color:var(--accent);flex:none}.lp-cta__float{z-index:1;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-lg);color:var(--text);white-space:nowrap;transform:rotate(var(--r,0deg));border-radius:13px;align-items:center;gap:9px;padding:11px 14px;font-size:12.5px;font-weight:600;display:inline-flex;position:absolute}.lp-cta__float svg{color:var(--accent);flex:none}.lp-cta__float--a{--r:-6deg;animation:7s ease-in-out infinite lp-ctafloat;top:54px;left:52px}.lp-cta__float--b{--r:5deg;animation:8.5s ease-in-out infinite reverse lp-ctafloat;bottom:58px;right:54px}@keyframes lp-ctafloat{0%,to{transform:translateY(0) rotate(var(--r,0deg))}50%{transform:translateY(-10px) rotate(var(--r,0deg))}}@media (prefers-reduced-motion:reduce){.lp-cta__float{animation:none}}@media (max-width:1040px){.lp-cta__float{display:none}}@media (max-width:720px){.lp-cta{padding:60px 24px}}.lp-footer{border-top:1px solid var(--border);z-index:1;padding:0;position:relative}.lp-footer__inner{width:100%;max-width:1200px;margin:0 auto;padding:64px 32px 40px}.lp-footer__grid{grid-template-columns:1.6fr repeat(3,1fr);gap:40px;display:grid}.lp-footer__brand{max-width:280px}.lp-footer__desc{color:var(--text-muted);margin-top:14px;font-size:13.5px;line-height:1.6}.lp-footcol h5{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0 0 14px;font-size:12px;font-weight:600}.lp-footcol a{color:var(--text-secondary);padding:5px 0;font-size:14px;text-decoration:none;transition:color .14s;display:block}.lp-footcol a:hover{color:var(--text)}.lp-footer__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:56px;padding-top:24px;display:flex}.lp-footer__bottom span{color:var(--text-muted);font-size:13px}.lp-footer__verified{font-family:var(--font-mono);color:var(--accent);align-items:center;gap:8px;font-size:12px;display:inline-flex}@media (max-width:880px){.lp-footer__grid{grid-template-columns:1fr 1fr;gap:32px}}.lp-reveal{opacity:0;transition:opacity .7s var(--ease-out,cubic-bezier(.16,1,.3,1)), transform .7s var(--ease-out,cubic-bezier(.16,1,.3,1));transform:translateY(20px)}.lp-reveal.is-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.lp-reveal{opacity:1;transition:none;transform:none}.lp-hero__mark:after{animation:none;transform:scaleX(1)}}

.lp-legalhead{text-align:center;max-width:760px;margin:0 auto;padding:72px 0 0}.lp-legalhead .lp-eyebrow{margin-bottom:22px}.lp-legalhead__title{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(36px,5.2vw,60px);font-weight:800;line-height:1.02}.lp-legalhead__lead{color:var(--text-secondary);text-wrap:pretty;max-width:60ch;margin:22px auto 0;font-size:clamp(16px,1.7vw,19px);line-height:1.62}.lp-legalhead__meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:28px;display:inline-flex}.lp-legalchip{font-family:var(--font-mono);color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);align-items:center;gap:8px;padding:8px 14px;font-size:12.5px;font-weight:500;display:inline-flex}.lp-legalchip svg{width:14px;height:14px;color:var(--text-muted);flex:none}.lp-legalchip b{color:var(--text-secondary);font-weight:600}.lp-legal{grid-template-columns:264px minmax(0,1fr);align-items:start;gap:64px;padding:72px 0 0;display:grid}.lp-toc{align-self:start;position:sticky;top:104px}.lp-toc__label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:0 0 12px 12px;font-size:11px;font-weight:600}.lp-toc__list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.lp-toc__link{border-radius:var(--radius-md);color:var(--text-secondary);transition:color .15s var(--ease-out), background .15s var(--ease-out);align-items:center;gap:11px;padding:8px 12px;font-size:14px;font-weight:500;line-height:1.35;text-decoration:none;display:flex;position:relative}.lp-toc__link:hover{color:var(--text);background:var(--surface-hover)}.lp-toc__num{font-family:var(--font-mono);color:var(--text-disabled);width:18px;transition:color .15s var(--ease-out);flex:none;font-size:11.5px;font-weight:600}.lp-toc__link.is-active{color:var(--primary);background:var(--primary-soft);font-weight:600}.lp-toc__link.is-active .lp-toc__num{color:var(--primary)}.lp-legal__content{max-width:760px}.lp-tldr{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);margin:0 0 56px;padding:28px 30px}.lp-tldr__head{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--accent);align-items:center;gap:9px;margin-bottom:18px;font-size:12px;font-weight:600;display:inline-flex}.lp-tldr__head svg{width:15px;height:15px}.lp-tldr__list{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.lp-tldr__list li{color:var(--text-secondary);text-wrap:pretty;align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.55;display:flex}.lp-tldr__list li svg{color:var(--accent);flex:none;width:17px;height:17px;margin-top:2px}.lp-tldr__list li b{color:var(--text);font-weight:600}.lp-doc__section{padding:0 0 48px;scroll-margin-top:104px}.lp-doc__section+.lp-doc__section{border-top:1px solid var(--border);padding-top:48px}.lp-doc__h{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;align-items:baseline;gap:14px;margin:0 0 18px;font-size:clamp(22px,2.6vw,28px);font-weight:700;line-height:1.2;display:flex}.lp-doc__num{font-family:var(--font-mono);color:var(--accent);flex:none;font-size:14px;font-weight:600;position:relative;top:-2px}.lp-doc__h3{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);margin:28px 0 10px;font-size:17px;font-weight:600}.lp-doc p{color:var(--text-secondary);text-wrap:pretty;margin:0 0 16px;font-size:15.5px;line-height:1.72}.lp-doc p:last-child{margin-bottom:0}.lp-doc a{color:var(--primary);border-bottom:1px solid color-mix(in srgb,var(--primary) 35%, transparent);text-decoration:none;transition:border-color .15s}.lp-doc a:hover{border-bottom-color:var(--primary)}.lp-doc strong{color:var(--text);font-weight:600}.lp-doc ul{flex-direction:column;gap:12px;margin:4px 0 20px;padding:0;list-style:none;display:flex}.lp-doc ul li{color:var(--text-secondary);text-wrap:pretty;padding-left:24px;font-size:15.5px;line-height:1.66;position:relative}.lp-doc ul li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:4px}.lp-doc ul li strong{color:var(--text)}.lp-doc__note{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-sunken);margin:8px 0 0;padding:20px 22px}.lp-doc__note p{margin:0;font-size:14.5px}.lp-doc__note .lp-doc__h3{margin-top:0}.lp-doc__contact{font-family:var(--font-mono);color:var(--text-secondary);gap:4px;font-size:13.5px;display:grid}.lp-doc__contact span b{color:var(--text);font-weight:600}.lp-totop{z-index:40;border-radius:var(--radius-full);border:1px solid var(--border-strong);background:var(--surface);width:46px;height:46px;color:var(--text);cursor:pointer;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:all .22s var(--ease-out);justify-content:center;align-items:center;display:inline-flex;position:fixed;bottom:26px;right:26px;transform:translateY(10px)scale(.92)}.lp-totop.is-visible{opacity:1;pointer-events:auto;transform:none}.lp-totop:hover{background:var(--surface-hover);transform:translateY(-2px)}@media (max-width:920px){.lp-legal{grid-template-columns:1fr;gap:0}.lp-toc{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:0 0 44px;padding:22px 0;position:static}.lp-toc__list{border-left:none;flex-flow:wrap;gap:2px 6px}.lp-toc__link{border-radius:var(--radius-full);border-left:none;border:1px solid var(--border);margin-left:0;padding:7px 13px}.lp-toc__link.is-active{border-color:var(--primary);background:var(--primary-soft)}.lp-legal__content{max-width:none}}
