:root{--primary-950:#3f110b;--primary-dark:#752819;--primary-800:#912e1b;--primary-700:#b63718;--primary-600:#db4b1b;--primary-color:#e96021;--primary-400:#ee8349;--primary-300:#f4af7d;--primary-accent:#f8d0b0;--primary-100:#fcead8;--primary-50:#fef5ee;--background-color:#f8f7f3;--gradient-primary:#e96021;--success-color:#28a745;--success-bg:#d4edda;--success-text:#155724;--error-color:#dc3545;--error-bg:#f8d7da;--error-text:#721c24;--warning-color:#ffc107;--warning-bg:#fff3cd;--warning-text:#856404;--info-color:#17a2b8;--info-bg:#d1ecf1;--info-text:#0c5460;--white:#fff;--white-rgb:255, 255, 255;--black:#000;--black-rgb:0, 0, 0;--gray-100:#f8f9fa;--gray-200:#eee;--gray-300:#ddd;--gray-400:#bbb;--gray-500:#999;--gray-600:#666;--gray-700:#555;--gray-800:#333;--gray-900:#2c3e50;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-dark:#2c3e50;--text-primary:#333;--text-secondary:#666;--text-muted:#999;--text-light:#bbb;--text-dark:#1a1a1a;--success:#22c55e;--success-rgb:34, 197, 94;--error:#dc2626;--error-rgb:220, 38, 38;--st-bg:var(--background-color);--st-surface:var(--white);--st-surface-alt:#faf9f6;--st-surface-sunken:#f1efe9;--st-border:#ece8e0;--st-border-strong:#d8d2c4;--st-border-focus:var(--primary-300);--st-text:#1f1a16;--st-text-muted:#5e554f;--st-text-subtle:#94897e;--st-text-disabled:#b8aea3;--st-text-on-brand:var(--white);--st-brand:var(--primary-color);--st-brand-hover:var(--primary-700);--st-brand-active:var(--primary-800);--st-brand-soft:var(--primary-100);--st-brand-softer:var(--primary-50);--st-brand-ring:#e960212e;--st-success:#16a34a;--st-success-soft:#dcfce7;--st-success-text:#15803d;--st-warning:#d97706;--st-warning-soft:#fef3c7;--st-warning-text:#92400e;--st-danger:#dc2626;--st-danger-soft:#fee2e2;--st-danger-text:#991b1b;--st-info:#2563eb;--st-info-soft:#dbeafe;--st-info-text:#1e40af;--st-neutral-soft:#f3f1ec;--st-neutral-text:#5e554f;--st-radius-xs:4px;--st-radius-sm:6px;--st-radius:10px;--st-radius-md:12px;--st-radius-lg:16px;--st-radius-xl:22px;--st-radius-pill:9999px;--st-shadow-xs:0 1px 2px #1f1a160a;--st-shadow-sm:0 2px 6px #1f1a160d;--st-shadow:0 4px 14px #1f1a160f;--st-shadow-md:0 8px 24px #1f1a1614;--st-shadow-lg:0 16px 48px #1f1a161f;--st-shadow-focus:0 0 0 3px var(--st-brand-ring);--st-gap-1:4px;--st-gap-2:8px;--st-gap-3:12px;--st-gap-4:16px;--st-gap-5:24px;--st-gap-6:32px;--st-gap-7:48px;--st-text-xs:.75rem;--st-text-sm:.85rem;--st-text-base:.95rem;--st-text-lg:1.1rem;--st-text-xl:1.35rem;--st-text-2xl:1.6rem;--st-text-3xl:2rem;--st-trans-fast:.12s cubic-bezier(.4, 0, .2, 1);--st-trans:.18s cubic-bezier(.4, 0, .2, 1);--st-trans-slow:.28s cubic-bezier(.4, 0, .2, 1);--st-z-sticky:50;--st-z-dropdown:200;--st-z-overlay:500;--st-z-modal:600;--st-z-toast:700;--st-z-tooltip:800;--font-family-primary:"Open Sauce Sans", Arial, sans-serif;--font-size-xs:.8rem;--font-size-small:.9rem;--font-size-base:1.1rem;--font-size-medium:1.2rem;--font-size-medium-large:1.7rem;--font-size-large:3rem;--font-size-xl:4rem;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.2;--leading-normal:1.5;--leading-relaxed:1.6;--leading-loose:1.8;--letter-spacing-tight:-.02em;--letter-spacing-normal:0;--letter-spacing-wide:.05em;--content-max-width:1250px;--spacing-xs:7px;--spacing-sm:10px;--spacing-md:15px;--spacing-lg:20px;--spacing-xl:30px;--spacing-2xl:40px;--spacing-3xl:60px;--spacing-4xl:80px;--spacing-5xl:100px;--radius-sm:5px;--radius-md:8px;--radius-md-lg:12px;--radius-lg:20px;--radius-xl:15px;--radius-full:9999px;--border-width:1px;--border-color:var(--gray-200);--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 4px 20px #00000026;--shadow-xl:0 10px 40px #0003;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--z-base:1;--z-dropdown:1000;--z-sticky:1000;--z-fixed:1100;--z-modal-backdrop:1500;--z-modal:2000;--z-tooltip:3000}*{font-family:var(--font-family-primary);letter-spacing:var(--letter-spacing-tight)}.btn{padding:var(--spacing-sm) var(--spacing-xl);border-radius:var(--radius-full);font-weight:var(--font-medium);cursor:pointer;transition:transform var(--transition-base);font-size:var(--text-base);border:none;text-decoration:none;display:inline-block}.btn:hover{transform:scale(1.05)}.btn-primary{background:var(--gradient-primary);color:var(--white)}.btn-secondary{background:var(--gray-100);color:var(--text-primary)}.btn-outline{border:var(--border-width) solid var(--primary-color);color:var(--primary-color);background:0 0}.btn-success{background:var(--success-color);color:var(--white)}.btn-danger{background:var(--error-color);color:var(--white)}.btn-sm{font-size:var(--text-sm);padding:8px 20px}.btn-lg{font-size:var(--text-xl);padding:15px 40px}.card{background:var(--white);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-sm);transition:transform var(--transition-base)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.container{max-width:1400px;padding:0 var(--spacing-lg);margin:0 auto}.container-sm{max-width:800px;padding:0 var(--spacing-lg);margin:0 auto}.grid{gap:var(--spacing-xl);display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-center{text-align:center}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-muted{color:var(--text-muted)}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mt-5{margin-top:var(--spacing-2xl)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.mb-5{margin-bottom:var(--spacing-2xl)}.p-1{padding:var(--spacing-sm)}.p-2{padding:var(--spacing-md)}.p-3{padding:var(--spacing-lg)}.p-4{padding:var(--spacing-xl)}.p-5{padding:var(--spacing-2xl)}body{font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}html{font-size:100%}*{box-sizing:border-box;margin:0;padding:0}.App{flex-direction:column;min-height:100vh;display:flex}body{font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:var(--font-family-code)}@font-face{font-family:Open Sauce Sans;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/open-sauce-sans-latin-300-normal-DRfvBkif.woff2)format("woff2"),url(/assets/open-sauce-sans-latin-300-normal-5s5pe1ig.woff)format("woff")}@font-face{font-family:Open Sauce Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/open-sauce-sans-latin-400-normal-VgbLXiRr.woff2)format("woff2"),url(/assets/open-sauce-sans-latin-400-normal-BqhVZsU3.woff)format("woff")}@font-face{font-family:Open Sauce Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/open-sauce-sans-latin-500-normal-BHO6Eik-.woff2)format("woff2"),url(/assets/open-sauce-sans-latin-500-normal-GTntgBUe.woff)format("woff")}@font-face{font-family:Open Sauce Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/open-sauce-sans-latin-600-normal-CojrWn5c.woff2)format("woff2"),url(/assets/open-sauce-sans-latin-600-normal-wuqHl-r0.woff)format("woff")}@font-face{font-family:Open Sauce Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/open-sauce-sans-latin-700-normal-CK0NdHF9.woff2)format("woff2"),url(/assets/open-sauce-sans-latin-700-normal-DLJpII39.woff)format("woff")}.home-page{--home-ink:#171619;--home-paper:#f7f6f2;--home-line:#ddd9d3;--home-muted:#67646a;--home-orange:#ec5b2a;--home-peach:#fff3ec;color:var(--home-ink);background:#f1eee8;padding-top:72px}.home-page *,.home-page :before,.home-page :after{box-sizing:border-box}.home-page svg{stroke:currentColor;stroke-width:1.6px;width:18px;height:18px;display:block}.home-page main{background:#f1eee8;flex-direction:column;gap:30px;padding-bottom:30px;display:flex;overflow:clip}.home-hero{border-right:1px solid var(--home-line);border-bottom:1px solid var(--home-line);border-left:1px solid var(--home-line);background-color:#fff;background-image:linear-gradient(#17161909 1px,#0000 1px),linear-gradient(90deg,#17161909 1px,#0000 1px);background-size:96px 96px;grid-template-rows:minmax(590px,1fr) auto;width:min(100%,1440px);min-height:min(780px,100vh - 72px);margin:0 auto;padding:0;display:grid;position:relative;overflow:hidden}.home-hero:before{background:var(--home-orange);content:"";width:18px;height:18px;position:absolute;top:84px;left:clamp(28px,6vw,92px)}.home-hero:after{border:1px solid var(--home-ink);content:"";width:18px;height:18px;position:absolute;top:84px;right:clamp(28px,6vw,92px)}.home-hero-copy{z-index:1;text-align:center;flex-direction:column;place-self:center;align-items:center;width:100%;max-width:1160px;padding:90px 32px 70px;display:flex;position:relative}.home-eyebrow{color:var(--home-muted);letter-spacing:.065em;text-transform:uppercase;font-size:.7rem;font-weight:700}.home-hero-kicker{color:#4f4c51;letter-spacing:.06em;text-transform:uppercase;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.home-hero h1{letter-spacing:-.066em;max-width:1040px;margin:34px 0 27px;font-size:clamp(3.6rem,5.35vw,5.45rem);font-weight:500;line-height:.96}.home-hero-copy>p{color:#403d42;max-width:760px;margin:0;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.52}.home-actions{align-items:center;gap:28px;margin-top:40px;display:flex}.home-button{letter-spacing:.045em;text-transform:uppercase;border:1px solid #0000;justify-content:center;align-items:center;gap:17px;min-height:53px;padding:0 23px;font-size:.69rem;font-weight:750;text-decoration:none;display:inline-flex;color:#fff!important}.home-button.is-primary{background:var(--home-orange);min-width:175px}.home-button.is-dark{background:var(--home-ink)}.home-inline-link{color:inherit;border-bottom:1px solid;align-items:center;gap:10px;padding:9px 0;font-size:.76rem;font-weight:650;text-decoration:none;display:inline-flex}.home-hero-flow{z-index:1;border-top:1px solid var(--home-line);background:#fffffff0;grid-template-columns:repeat(4,1fr);min-height:112px;display:grid;position:relative}.home-hero-flow>div{border-right:1px solid var(--home-line);flex-direction:column;justify-content:center;min-width:0;padding:22px clamp(18px,2.4vw,34px);display:flex}.home-hero-flow>div:nth-child(2n){background:#fffaf7}.home-hero-flow>div:last-child{border-right:0}.home-hero-flow strong{margin-bottom:7px;font-size:.84rem;font-weight:650}.home-hero-flow span{color:var(--home-muted);font-size:.7rem;line-height:1.4}.home-workflow,.home-integrations,.home-compliance,.home-final{border-right:1px solid var(--home-line);border-left:1px solid var(--home-line);width:min(100%,1440px);margin:0 auto}.home-workflow{background:#f1eee8;height:340vh;position:relative}.home-workflow-sticky{border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line);background:#fff;grid-template-columns:.74fr 1.26fr;height:calc(100vh - 72px);min-height:650px;display:grid;position:sticky;top:72px;overflow:hidden}.home-workflow-intro{background:linear-gradient(145deg,#fff 0%,var(--home-peach) 100%);border-right:1px solid var(--home-line);flex-direction:column;justify-content:center;min-width:0;padding:clamp(42px,5vw,72px);display:flex}.home-workflow-intro h2{letter-spacing:-.068em;max-width:620px;margin:29px 0 23px;font-size:clamp(3.5rem,5.2vw,5.7rem);font-weight:500;line-height:.92}.home-workflow-intro>p{max-width:450px;color:var(--home-muted);margin:0;font-size:.92rem;line-height:1.58}.home-workflow-scroll-progress{grid-template-columns:54px minmax(0,1fr);align-items:center;gap:16px;margin-top:46px;display:grid}.home-workflow-scroll-progress>span{color:var(--home-orange);font-family:ui-monospace,monospace;font-size:.52rem;font-weight:700}.home-workflow-scroll-progress>i{background:#ddd9d3;height:2px;display:block;position:relative;overflow:hidden}.home-workflow-scroll-progress>i>b{background:var(--home-orange);display:block;position:absolute;inset:0 auto 0 0}.home-workflow-visual{background-color:#f7f6f2;background-image:linear-gradient(#1716190b 1px,#0000 1px),linear-gradient(90deg,#1716190b 1px,#0000 1px);background-size:54px 54px;place-items:center;min-width:0;padding:clamp(24px,4vw,58px);display:grid;overflow:hidden}.home-workflow-board{border:1px solid var(--home-ink);background:#fff;width:min(100%,820px);box-shadow:10px 10px #1716191c}.home-workflow-board>header{color:#fff;background:var(--home-ink);justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.home-workflow-board>header span,.home-workflow-board>header small{letter-spacing:.055em;font-family:ui-monospace,monospace;font-size:.4rem;font-weight:700}.home-workflow-board>header small{color:#aaa6ad}.home-workflow-lane{border-bottom:1px solid var(--home-line);background:#fffaf7;min-height:235px;padding:52px 20px 20px;position:relative;overflow:hidden}.home-workflow-track{background:#d8d4ce;height:2px;position:absolute;top:105px;left:calc(8.333% + 20px);right:calc(8.333% + 20px)}.home-workflow-track>i{background:var(--home-orange);display:block;position:absolute;inset:0 auto 0 0}.home-workflow-nodes{z-index:2;grid-template-columns:repeat(6,minmax(0,1fr));display:grid;position:relative}.home-workflow-nodes>div{color:#9b979e;text-align:center;flex-direction:column;align-items:center;min-width:0;transition:color .18s;display:flex}.home-workflow-nodes i{color:#fff;background:#fff;border:1px solid #b9b5ba;border-radius:50%;place-items:center;width:20px;height:20px;margin:43px 0 13px;font-size:.42rem;font-style:normal;transition:background .18s,border-color .18s,transform .18s;display:grid}.home-workflow-nodes span{font-family:ui-monospace,monospace;font-size:.38rem}.home-workflow-nodes strong{text-overflow:ellipsis;white-space:nowrap;max-width:90px;margin-top:7px;font-size:.53rem;font-weight:650;overflow:hidden}.home-workflow-nodes>div.is-complete{color:#4f4c51}.home-workflow-nodes>div.is-complete i{background:var(--home-orange);border-color:var(--home-orange)}.home-workflow-nodes>div.is-active{color:var(--home-ink)}.home-workflow-nodes>div.is-active i{background:var(--home-ink);border-color:var(--home-ink);transform:scale(1.16);box-shadow:0 0 0 6px #ec5b2a24}.home-workflow-candidate{z-index:4;border:1px solid var(--home-ink);background:#fff;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;width:144px;min-height:48px;padding:7px;transition:left 80ms linear;display:grid;position:absolute;top:17px;transform:translate(-50%);box-shadow:4px 4px #1716191a}.home-workflow-candidate>i{color:#fff;background:var(--home-orange);place-items:center;width:32px;height:32px;font-size:.42rem;font-style:normal;display:grid}.home-workflow-candidate>span{flex-direction:column;gap:4px;min-width:0;display:flex}.home-workflow-candidate small{color:#7b777e;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,monospace;font-size:.28rem;overflow:hidden}.home-workflow-candidate strong{text-overflow:ellipsis;white-space:nowrap;font-size:.46rem;overflow:hidden}.home-workflow-active{grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:185px;padding:25px;animation:.26s both home-workflow-detail-in;display:grid}.home-workflow-active>span{color:var(--home-orange);align-self:start;font-family:ui-monospace,monospace;font-size:.54rem;font-weight:700}.home-workflow-active>div>small{color:var(--home-orange);letter-spacing:.055em;font-family:ui-monospace,monospace;font-size:.36rem;font-weight:700}.home-workflow-active h3{letter-spacing:-.055em;margin:11px 0 9px;font-size:clamp(1.8rem,2.7vw,2.7rem);font-weight:500;line-height:.95}.home-workflow-active p{max-width:440px;color:var(--home-muted);margin:0;font-size:.68rem;line-height:1.5}.home-workflow-active>b{color:#17633f;background:#eff9f3;border:1px solid #a9d7bf;align-self:start;padding:8px 9px;font-family:ui-monospace,monospace;font-size:.3rem}.home-workflow-board>footer{color:#77737a;border-top:1px solid var(--home-line);align-items:center;gap:12px;min-height:42px;padding:0 15px;font-family:ui-monospace,monospace;font-size:.3rem;display:flex}.home-workflow-board>footer i{background:var(--home-line);flex:1;height:1px}@keyframes home-workflow-detail-in{0%{opacity:.2;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.home-integrations{background:var(--home-line);border-bottom:1px solid var(--home-line)}.home-integrations-grid{grid-template-rows:repeat(4,145px);grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;display:grid}.home-integrations-grid>*{background-color:#fff;min-width:0}.home-integration-tile{color:#4c494e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:20px;display:flex}.home-integration-tile svg{stroke:none;opacity:.9;width:38px;height:38px;margin-bottom:5px}.home-integration-tile .brand-outlook path{stroke:#fff}.home-integration-tile img{object-fit:contain;opacity:.9;width:43px;height:43px;margin-bottom:5px}.home-integration-tile strong{font-size:.9rem;font-weight:650}.home-integration-tile span{color:var(--home-muted);font-size:.62rem}.home-integration-pattern{background-color:#fbfaf8;background-image:repeating-linear-gradient(135deg,#0000 0 7px,#17161912 7px 8px)}.home-integrations-center{text-align:center;background:linear-gradient(135deg, #fff 0%, var(--home-peach) 100%);flex-direction:column;justify-content:center;align-items:center;padding:38px;display:flex}.home-integrations-center h2{letter-spacing:-.068em;max-width:620px;margin:25px 0 16px;font-size:clamp(2.8rem,4.4vw,4.7rem);font-weight:500;line-height:.94}.home-integrations-center p{max-width:520px;color:var(--home-muted);margin:0;font-size:.86rem;line-height:1.5}.home-integration-more{color:var(--home-muted);text-align:center;background:#fffaf7;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.home-integration-more strong{color:var(--home-ink);font-size:1.05rem;font-weight:650}.home-integration-more span{font-size:.68rem}.is-microsoft{grid-area:1/1/2/3}.is-pattern-1{grid-area:1/3/2/4}.is-google{grid-area:1/4/2/5}.is-pattern-2{grid-area:1/5/2/6}.is-whatsapp{grid-area:1/6/2/7}.is-pattern-3{grid-area:2/1/3/2}.is-outlook{grid-area:2/2/3/3}.home-integrations-center{grid-area:2/3/4/6}.is-beetween{grid-area:2/6/3/7}.is-gmail{grid-area:3/1/4/3}.is-pattern-4{grid-area:3/6/4/7}.is-pattern-5{grid-area:4/1/5/4}.home-integration-more{grid-area:4/4/5/7}.home-compliance{border-bottom:1px solid var(--home-line);background:#fff;grid-template-columns:.78fr 1.22fr;display:grid}.home-compliance-intro{background:linear-gradient(145deg, #fff 0%, var(--home-peach) 100%);border-right:1px solid var(--home-line);flex-direction:column;justify-content:center;align-items:flex-start;min-height:590px;padding:65px clamp(30px,5vw,72px);display:flex}.home-compliance-intro h2{letter-spacing:-.068em;max-width:540px;margin:27px 0 20px;font-size:clamp(3rem,4.8vw,5.1rem);font-weight:500;line-height:.93}.home-compliance-intro>p{max-width:450px;color:var(--home-muted);margin:0 0 30px;line-height:1.55}.home-compliance-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-compliance-grid article{border-right:1px solid var(--home-line);flex-direction:column;justify-content:flex-end;min-width:0;padding:32px 25px;display:flex}.home-compliance-grid article:nth-child(2){background:#fffaf7}.home-compliance-grid article:last-child{border-right:0}.home-compliance-grid article>span{color:var(--home-orange);margin-bottom:auto;font-family:ui-monospace,monospace;font-size:.62rem;font-weight:700}.home-compliance-grid h3{letter-spacing:-.05em;margin:0 0 16px;font-size:clamp(1.6rem,2.2vw,2.25rem);font-weight:500}.home-compliance-grid p{color:var(--home-muted);margin:0;font-size:.76rem;line-height:1.52}.home-final{background:var(--home-paper);border-bottom:1px solid var(--home-line);grid-template-columns:1.3fr .7fr;align-items:center;min-height:430px;padding:65px clamp(30px,6vw,88px);display:grid}.home-final h2{letter-spacing:-.072em;max-width:820px;margin:0;font-size:clamp(3.5rem,5.8vw,6.2rem);font-weight:500;line-height:.91}.home-final>div{border-left:1px solid var(--home-line);flex-direction:column;align-items:flex-start;padding-left:50px;display:flex}.home-final p{max-width:300px;color:var(--home-muted);margin:0 0 28px;line-height:1.5}@media (width<=980px){.home-workflow{height:380vh}.home-workflow-sticky{grid-template-rows:.76fr 1.24fr;grid-template-columns:1fr}.home-workflow-intro{border-right:0;border-bottom:1px solid var(--home-line);padding:32px clamp(28px,6vw,58px)}.home-workflow-intro h2{margin:20px 0 14px;font-size:clamp(3rem,7vw,4.8rem)}.home-workflow-intro>p{font-size:.8rem}.home-workflow-scroll-progress{margin-top:24px}.home-workflow-visual{padding:24px clamp(28px,6vw,58px)}.home-workflow-lane{min-height:185px;padding-top:34px}.home-workflow-track{top:87px}.home-workflow-nodes i{margin-top:43px}.home-workflow-active{min-height:145px}.home-integrations-grid{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.home-integrations-grid>*{grid-area:auto}.home-integration-pattern{display:none}.home-integrations-center{grid-area:1/1/auto/-1;min-height:340px}.home-integration-tile{min-height:145px}.home-integration-more{grid-column:1/-1;min-height:110px}.home-compliance{grid-template-columns:1fr}.home-compliance-intro{border-right:0;border-bottom:1px solid var(--home-line);min-height:500px}.home-compliance-grid{min-height:420px}.home-final{grid-template-columns:1fr;gap:45px}.home-final>div{border-top:1px solid var(--home-line);border-left:0;padding:36px 0 0}}@media (width<=700px){.home-page{padding-top:66px}.home-page main{gap:16px;padding-bottom:16px}.home-hero{background-size:72px 72px;grid-template-rows:minmax(650px,1fr) auto;min-height:0}.home-hero:before,.home-hero:after{width:12px;height:12px;top:28px}.home-hero-copy{padding:85px 22px 65px}.home-hero h1{margin-top:32px;font-size:clamp(3.15rem,14.5vw,4.7rem)}.home-actions{flex-direction:column;align-items:stretch;width:100%}.home-actions .home-button,.home-actions .home-inline-link{justify-content:space-between;width:100%}.home-hero-flow{grid-template-columns:repeat(2,1fr)}.home-hero-flow>div{border-bottom:1px solid var(--home-line);min-height:88px;padding:17px 18px}.home-hero-flow>div:nth-child(2n){border-right:0}.home-hero-flow>div:nth-child(n+3){border-bottom:0}.home-inline-link{justify-content:space-between}.home-workflow{height:430vh}.home-workflow-sticky{grid-template-rows:auto 1fr;height:calc(100svh - 66px);min-height:0;top:66px}.home-workflow-intro{padding:24px 22px 21px}.home-workflow-intro .home-eyebrow{font-size:.54rem}.home-workflow-intro h2{margin:14px 0 12px;font-size:clamp(2.7rem,11.8vw,3.7rem);line-height:.9}.home-workflow-intro>p{max-width:340px;font-size:.7rem;line-height:1.45}.home-workflow-scroll-progress{grid-template-columns:46px minmax(0,1fr);gap:10px;margin-top:17px}.home-workflow-visual{align-items:start;padding:16px 14px}.home-workflow-board{box-shadow:6px 6px #1716191a}.home-workflow-board>header{min-height:43px;padding:0 11px}.home-workflow-board>header span,.home-workflow-board>header small{font-size:.27rem}.home-workflow-lane{min-height:150px;padding:25px 4px 12px}.home-workflow-track{top:75px;left:8.333%;right:8.333%}.home-workflow-candidate{grid-template-columns:27px minmax(0,1fr);gap:6px;width:105px;min-height:39px;padding:5px;top:11px}.home-workflow-candidate>i{width:25px;height:25px;font-size:.34rem}.home-workflow-candidate small{font-size:.21rem}.home-workflow-candidate strong{font-size:.34rem}.home-workflow-nodes i{width:16px;height:16px;margin:43px 0 9px;font-size:.32rem}.home-workflow-nodes span{font-size:.28rem}.home-workflow-nodes strong{max-width:50px;margin-top:5px;font-size:.34rem}.home-workflow-active{grid-template-columns:28px minmax(0,1fr);gap:8px 10px;min-height:142px;padding:16px 12px}.home-workflow-active>span{font-size:.4rem}.home-workflow-active h3{margin:7px 0 6px;font-size:clamp(1.45rem,7vw,2rem)}.home-workflow-active p{font-size:.55rem;line-height:1.4}.home-workflow-active>b{display:none}.home-workflow-board>footer{min-height:32px;padding:0 9px;font-size:.22rem}.home-integrations-grid{grid-template-columns:1fr}.home-integrations-center,.home-integration-more{grid-column:1}.home-integrations-center{min-height:420px;padding:45px 22px}.home-integrations-center h2{font-size:clamp(3rem,13vw,4.2rem)}.home-integration-tile{min-height:125px}.home-compliance-intro{min-height:540px;padding:55px 22px}.home-compliance-intro h2{font-size:clamp(3rem,13vw,4.2rem)}.home-compliance-grid{grid-template-columns:1fr;min-height:0}.home-compliance-grid article{border-right:0;border-bottom:1px solid var(--home-line);min-height:240px;padding:25px 22px}.home-compliance-grid article:last-child{border-bottom:0}.home-final{min-height:580px;padding:55px 22px}.home-final h2{font-size:clamp(3.4rem,15vw,5rem)}}@media (prefers-reduced-motion:reduce){.home-workflow-candidate,.home-workflow-nodes>div,.home-workflow-nodes i{transition:none}.home-workflow-active{animation:none}}.button{justify-content:center;align-items:center;gap:var(--spacing-sm);border-radius:var(--radius-full);font-size:var(--font-size-base);font-weight:var(--font-normal);font-family:var(--font-family-primary);cursor:pointer;transition:all var(--transition-base);-webkit-user-select:none;user-select:none;border:none;padding:10px 18px;text-decoration:none;display:inline-flex}.button:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-2px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.6;cursor:not-allowed}.button-primary{background:var(--primary-color);color:var(--white)}.button-saas{background:var(--primary-100);color:var(--primary-950)}.button-secondary{background:var(--gray-100);color:var(--text-primary);border:1px solid var(--gray-300)}.button-secondary:hover:not(:disabled){background:var(--gray-200)}.button-outline{border:2px solid var(--primary-color);color:var(--primary-color);background:0 0}.button-outline:hover:not(:disabled){background:var(--primary-color);color:var(--white)}.button-success{background:var(--success-color);color:var(--white)}.button-success:hover:not(:disabled){background:#218838}.button-danger{background:var(--error-color);color:var(--white)}.button-danger:hover:not(:disabled){background:#c82333}.button-warning{background:var(--warning-color);color:var(--gray-900)}.button-warning:hover:not(:disabled){background:#e0a800}.button-ghost{color:var(--primary-color);background:0 0;border:none}.button-ghost:hover:not(:disabled){background:#ff6b351a}.button-link{color:var(--primary-color);background:0 0;border:none;text-decoration:underline;box-shadow:none!important}.button-link:hover:not(:disabled){color:var(--primary-dark);transform:none}.button-dark{background:var(--black);color:var(--white)}.button-dark:hover:not(:disabled){background:var(--gray-800)}.button-light{background:var(--white);color:var(--black);box-shadow:0 1px 3px #7575751a}.button-light:hover:not(:disabled){background:var(--gray-100)}.logo-banner{max-width:var(--content-max-width);padding:var(--spacing-xl) var(--spacing-lg);align-items:center;gap:var(--spacing-xl);margin:0 auto;display:flex;overflow:hidden}.logo-banner-title{font-size:var(--font-size-small);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;flex-shrink:0;max-width:140px;margin:0;line-height:1.3}@media (width<=640px){.logo-banner{gap:var(--spacing-md);flex-direction:column}.logo-banner-title{text-align:center;max-width:none}}.logo-slider{flex:1;width:100%;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.logo-track{align-items:center;gap:var(--spacing-3xl);width:max-content;animation:25s linear infinite logo-scroll;display:flex}.logo-mark{color:#4f4c51;letter-spacing:-.04em;opacity:.62;white-space:nowrap;justify-content:center;align-items:center;min-width:130px;font-size:1.05rem;font-weight:700;transition:opacity .25s;display:flex}.logo-mark img{object-fit:contain;filter:grayscale();width:auto;max-width:130px;height:32px}.logo-mark[data-brand=Student\ Link]{letter-spacing:-.055em;text-transform:uppercase}.logo-mark[data-brand=ISEP]{letter-spacing:-.06em;font-size:1.45rem;font-weight:500}.logo-mark[data-brand=eRecruiter]{font-size:1.15rem}.logo-mark:hover{opacity:1}.logo-banner.is-static .logo-slider{-webkit-mask-image:none;mask-image:none}.logo-banner.is-static .logo-track{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;animation:none;display:grid}.logo-banner.is-static .logo-mark{border-left:1px solid #e4e1dc;min-width:0;min-height:62px;padding:10px}@media (width<=640px){.logo-banner.is-static .logo-track{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-banner.is-static .logo-mark{border-bottom:1px solid #e4e1dc;min-height:56px}.logo-banner.is-static .logo-mark:last-child{grid-column:1/-1}}@keyframes logo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cta-section{padding:clamp(var(--spacing-4xl), 10vw, var(--spacing-5xl)) var(--spacing-lg);margin:var(--spacing-2xl) 0 0;background:radial-gradient(at top,#141414 0%,#000 70%);position:relative;overflow:hidden}.cta-section:before{content:"";background-image:linear-gradient(rgba(var(--white-rgb), .025) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--white-rgb), .025) 1px, transparent 1px);pointer-events:none;background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 18%,#0000 75%);mask-image:radial-gradient(#000 18%,#0000 75%)}.cta-section:after{content:"";aspect-ratio:2;background:radial-gradient(ellipse at center, var(--primary-950) 0%, transparent 65%);pointer-events:none;width:60%;max-width:600px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.cta-section-box{z-index:1;max-width:calc(var(--content-max-width) - 2 * var(--spacing-lg));text-align:center;flex-direction:column;align-items:center;margin:0 auto;display:flex;position:relative}.cta-section-title{color:var(--white);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:var(--font-semibold);letter-spacing:-.025em;margin:0 0 var(--spacing-md) 0;max-width:18ch;line-height:1.05}.cta-section-subtitle{color:var(--gray-400);font-size:clamp(1rem,1.3vw,1.125rem);line-height:var(--leading-relaxed);max-width:560px;margin:0 0 var(--spacing-2xl) 0}.cta-section-actions{gap:var(--spacing-sm);flex-wrap:wrap;justify-content:center;display:flex}@media (width<=640px){.cta-section{padding:var(--spacing-3xl) var(--spacing-md)}.cta-section-actions{flex-direction:column;width:100%;max-width:320px}}.product-hero{max-width:var(--content-max-width);padding:var(--spacing-4xl) var(--spacing-lg) var(--spacing-3xl);margin:60px auto 0}.product-hero-inner{gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.product-hero-left{flex-direction:column;align-items:flex-start;display:flex}.product-name{margin-bottom:var(--spacing-lg);align-items:center;gap:12px;display:flex}.product-name img{object-fit:contain;border-radius:12px;width:44px;height:44px}.product-name span{font-size:var(--font-size-small);font-weight:var(--font-semibold);color:var(--primary-color);text-transform:uppercase;letter-spacing:.1em;line-height:1}.product-hero-left h1{font-size:var(--font-size-large);font-weight:var(--font-semibold);line-height:var(--leading-tight);margin:0 0 var(--spacing-lg) 0;color:var(--text-primary)}.product-hero-left h1 .highlight{color:var(--primary-color)}.product-hero-left p{font-size:var(--font-size-base);color:var(--text-secondary);line-height:var(--leading-relaxed);margin:0 0 var(--spacing-xl) 0;max-width:480px}.product-hero-cta{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.product-hero-right{justify-content:flex-end;align-items:center;display:flex}.hero-image-placeholder{aspect-ratio:4/3;border-radius:var(--radius-lg);background:#000;width:100%}.hero-browser-mockup{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);width:100%;max-width:460px;overflow:hidden;box-shadow:0 20px 50px #00000014}.hero-browser-header{align-items:center;gap:var(--spacing-sm);padding:10px var(--spacing-md);background:var(--gray-100);border-bottom:1px solid var(--gray-200);display:flex}.hero-browser-dots{gap:6px;display:flex}.hero-browser-dots span{background:var(--gray-400);border-radius:50%;width:11px;height:11px}.hero-browser-dots span:first-child{background:#ff5f56}.hero-browser-dots span:nth-child(2){background:#ffbd2e}.hero-browser-dots span:nth-child(3){background:#27c93f}.hero-browser-url{font-size:var(--font-size-small);color:var(--text-secondary)}.hero-browser-content{padding:var(--spacing-2xl) var(--spacing-lg);background:var(--white);align-items:center;gap:var(--spacing-lg);flex-direction:column;display:flex}.hero-browser-job-title{font-size:var(--font-size-medium);font-weight:var(--font-semibold);color:var(--text-primary)}.hero-browser-apply-btn{align-items:center;gap:var(--spacing-sm);background:var(--white);color:var(--text-primary);border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:var(--font-size-base);font-weight:var(--font-semibold);cursor:pointer;padding:12px 22px;display:flex;box-shadow:0 1px 2px #0000000a}.hero-browser-apply-logo{object-fit:contain;width:22px;height:22px}@media (width<=900px){.product-hero-inner{gap:var(--spacing-2xl);grid-template-columns:1fr}.product-hero-left{text-align:center;align-items:center}.product-hero-left h1{font-size:var(--font-size-medium-large)}.product-hero-left p{margin-left:auto;margin-right:auto}.product-hero-cta{justify-content:center}.product-hero-right{order:-1}}@media (width<=480px){.product-hero-left h1{font-size:2rem}.product-hero-cta{flex-direction:column;align-items:center}}.integration-page{background-color:var(--background-color);width:100%}.integration-page .product-hero-right{position:relative}.integration-page .product-hero-right:before{content:"";pointer-events:none;background-image:linear-gradient(#0000000f 1px,#0000 1px),linear-gradient(90deg,#0000000f 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 80%);mask-image:radial-gradient(#000 20%,#0000 80%)}.integration-page .product-hero-right>*{z-index:1;position:relative}.int-hero-note{margin-top:var(--spacing-lg);border:1px solid var(--gray-200,#ececec);color:var(--text-secondary);background:#f7f6f2;border-radius:10px;align-items:flex-start;gap:9px;max-width:52ch;padding:10px 14px;font-size:.76rem;line-height:1.5;display:flex}.int-hero-note-ic{width:14px;height:14px;color:var(--primary-color);flex-shrink:0;margin-top:2px}.int-embed{width:100%;max-width:460px;margin:0 auto;padding-bottom:28px;position:relative}.int-embed-ats{background:var(--white);border:1px solid var(--gray-200,#ececec);border-radius:14px;overflow:hidden;box-shadow:0 16px 40px #0000000f}.int-embed-bar{border-bottom:1px solid var(--gray-200,#ececec);background:#f3f2ee;align-items:center;gap:10px;padding:11px 14px;display:flex}.int-embed-dots{gap:5px;display:flex}.int-embed-dots span{background:#d8d7d1;border-radius:50%;width:9px;height:9px}.int-embed-url{color:var(--text-secondary);background:var(--white);border-radius:6px;flex:1;padding:4px 12px;font-size:.72rem}.int-embed-rows{flex-direction:column;gap:12px;min-height:240px;padding:22px 20px;display:flex}.int-embed-row{background:#ecebe6;border-radius:6px;height:11px}.int-embed-row.short{width:55%}.int-embed-popup{background:var(--white);border:1px solid var(--gray-200,#ececec);border-radius:14px;width:80%;position:absolute;bottom:0;right:-10px;overflow:hidden;box-shadow:0 24px 60px #0000002e}.int-embed-popup-head{border-bottom:1px solid var(--gray-200,#f0f0f0);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.int-embed-popup-title{font-size:.85rem;font-weight:var(--font-semibold);color:var(--text-primary)}.int-embed-x{color:var(--text-secondary);font-size:1.1rem;line-height:1}.int-embed-col{padding:12px 14px}.int-embed-col-title{font-size:.7rem;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:10px;display:flex}.int-embed-count{color:var(--text-secondary);background:#f0efe9;border-radius:999px;padding:1px 7px;font-size:.66rem}.int-embed-card{border:1px solid var(--gray-200,#ececec);border-radius:9px;align-items:center;gap:9px;margin-bottom:7px;padding:9px 10px;display:flex}.int-embed-card-ic{background:color-mix(in srgb, var(--primary-color) 32%, var(--white));border-radius:4px;flex-shrink:0;width:15px;height:15px}.int-embed-card-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.int-embed-card-line{background:#e8e7e2;border-radius:4px;width:78%;height:7px}.int-embed-pill{text-transform:uppercase;letter-spacing:.04em;color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 12%, var(--white));border-radius:4px;align-self:flex-start;padding:1px 6px;font-size:.54rem;font-weight:700}.int-embed-foot{border-top:1px solid var(--gray-200,#f0f0f0);justify-content:space-between;align-items:center;gap:8px;padding:11px 14px;display:flex}.int-embed-chan{color:var(--text-secondary);border:1px solid var(--gray-200,#ececec);border-radius:8px;padding:6px 10px;font-size:.72rem}.int-embed-cta{font-size:.72rem;font-weight:var(--font-semibold);color:var(--white);background:var(--primary-color);border-radius:8px;padding:7px 13px}.integration-cs{max-width:var(--content-max-width);padding:var(--spacing-4xl) var(--spacing-lg);margin:0 auto}.cs-card{background:var(--white);border:1px solid var(--gray-200,#ececec);border-radius:var(--radius-lg);padding:var(--spacing-3xl)}.cs-kicker{font-size:var(--font-size-small);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.1em;color:var(--primary-color);margin-bottom:var(--spacing-md);display:block}.cs-brandrow{align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-lg);display:flex}.cs-logo{width:auto;height:30px}.cs-native-badge{font-size:.62rem;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 14%, var(--white));border-radius:999px;padding:3px 9px}.cs-title{font-size:var(--font-size-large);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 var(--spacing-md);line-height:1.15}.cs-intro{font-size:var(--font-size-base);color:var(--text-secondary);line-height:var(--leading-relaxed);max-width:68ch;margin:0 0 var(--spacing-2xl)}.cs-steps{gap:var(--spacing-xl);grid-template-columns:repeat(3,1fr);display:grid}.cs-step{gap:var(--spacing-sm);padding-top:var(--spacing-md);border-top:2px solid var(--primary-color);flex-direction:column;display:flex}.cs-step-label{font-size:var(--font-size-small);font-weight:var(--font-bold,700);text-transform:uppercase;letter-spacing:.04em;color:var(--text-primary)}.cs-step p{font-size:var(--font-size-small);color:var(--text-secondary);line-height:var(--leading-relaxed);margin:0}@media (width<=900px){.cs-card{padding:var(--spacing-xl)}.cs-steps{gap:var(--spacing-lg);grid-template-columns:1fr}}.agent-product-page{--ap-ink:#171619;--ap-paper:#f1eee8;--ap-peach:#fff3ec;--ap-orange:#ec5b2a;--ap-line:#ddd9d3;--ap-muted:#68666a;color:var(--ap-ink);background:var(--ap-paper);padding-top:72px}.agent-product-page *,.agent-product-page :before,.agent-product-page :after{box-sizing:border-box}.agent-product-page svg{display:block}.agent-product-page main{flex-direction:column;gap:30px;padding-bottom:30px;display:flex;overflow:hidden}.ap-hero{border-right:1px solid var(--ap-line);border-bottom:1px solid var(--ap-line);border-left:1px solid var(--ap-line);background:#fff;grid-template-columns:1fr;width:min(100%,1440px);min-height:760px;margin:0 auto;display:grid;position:relative}.ap-hero:before{z-index:2;background:var(--ap-orange);content:"";width:18px;height:18px;position:absolute;top:70px;left:clamp(28px,4.5vw,68px)}.ap-hero:after{z-index:2;border:1px solid var(--ap-ink);content:"";width:18px;height:18px;position:absolute;top:70px;right:clamp(28px,4.5vw,68px)}.ap-hero-copy{background-image:linear-gradient(#17161909 1px,#0000 1px),linear-gradient(90deg,#17161909 1px,#0000 1px);background-size:96px 96px;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:105px clamp(38px,6vw,90px) 80px;display:flex}.ap-product-id{letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:14px;font-size:.7rem;font-weight:700;display:flex}.ap-product-id>span{color:var(--ap-orange)}.ap-product-id>small{color:var(--ap-muted);letter-spacing:.055em;border-left:1px solid var(--ap-line);padding-left:14px;font-size:.6rem;font-weight:650}.ap-product-glyph{object-fit:contain;border:1px solid var(--ap-line);background:#fff;place-items:center;width:46px;height:46px;padding:7px;display:grid}.ap-product-glyph svg{width:27px;height:27px;color:var(--ap-orange);stroke:currentColor;stroke-width:1.6px}.ap-hero h1{letter-spacing:-.07em;width:100%;max-width:810px;margin:42px 0 27px;font-size:clamp(3.7rem,5.5vw,5.8rem);font-weight:500;line-height:1.01}.ap-hero h1 em{color:var(--ap-orange);font-style:normal;font-weight:inherit}.ap-hero-copy>p{max-width:620px;color:var(--ap-muted);margin:0;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.55}.ap-hero-actions{align-items:center;gap:28px;margin-top:39px;display:flex}.ap-button{letter-spacing:.045em;text-transform:uppercase;border:1px solid #0000;justify-content:center;align-items:center;gap:17px;min-height:52px;padding:0 23px;font-size:.69rem;font-weight:750;text-decoration:none;display:inline-flex;color:#fff!important}.ap-button-primary{background:var(--ap-orange)}.ap-button-dark{background:var(--ap-ink)}.ap-button svg,.ap-text-link svg{stroke:currentColor;stroke-width:1.6px;width:18px;height:18px}.ap-text-link{color:inherit;border-bottom:1px solid var(--ap-ink);align-items:center;gap:10px;padding:9px 0;font-size:.77rem;font-weight:650;text-decoration:none;display:inline-flex}.ap-hero.has-visual{grid-template-columns:1.06fr .94fr}.ap-agent-hero-stage{background-color:var(--ap-peach);border-left:1px solid var(--ap-line);background-image:linear-gradient(#ec5b2a17 1px,#0000 1px),linear-gradient(90deg,#ec5b2a17 1px,#0000 1px);background-size:58px 58px;place-items:center;min-width:0;padding:54px 38px;display:grid;overflow:hidden}.ap-agent-hero-stage.is-rediscovery,.ap-agent-hero-stage.is-booking{background-color:#fff8f4}.ap-hv{border:1px solid var(--ap-ink);background:#fff;width:min(100%,520px);min-height:455px;position:relative;box-shadow:10px 10px #17161921}.ap-hv-filtering header,.ap-hv-information header{border-bottom:1px solid var(--ap-line);justify-content:space-between;align-items:center;min-height:58px;padding:0 17px;display:flex}.ap-hv-filtering header span,.ap-hv-filtering header small,.ap-hv-information header span,.ap-hv-information header small{letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.45rem;font-weight:700}.ap-hv-filtering header small,.ap-hv-information header small{color:#77737a}.ap-hv-filter-score{border-bottom:1px solid var(--ap-line);background:#fff8f4;grid-template-rows:auto 1fr;grid-template-columns:1fr auto;align-items:end;min-height:146px;padding:23px 18px;display:grid}.ap-hv-filter-score span{color:#77737a;letter-spacing:.06em;align-self:start;font-family:ui-monospace,monospace;font-size:.44rem}.ap-hv-filter-score strong{color:var(--ap-orange);letter-spacing:-.08em;grid-row:1/3;font-size:4.8rem;font-weight:500;line-height:.8}.ap-hv-filter-score b{font-family:ui-monospace,monospace;font-size:.52rem}.ap-hv-filter-rows p{border-bottom:1px solid var(--ap-line);grid-template-columns:31px 1fr auto;align-items:center;gap:12px;min-height:74px;margin:0;padding:0 16px;display:grid}.ap-hv-filter-rows p:last-child{border-bottom:0}.ap-hv-filter-rows i{color:#fff;background:#27845b;place-items:center;width:29px;height:29px;font-size:.6rem;font-style:normal;display:grid}.ap-hv-filter-rows p:last-child i{color:var(--ap-ink);background:var(--ap-peach)}.ap-hv-filter-rows span{font-size:.67rem;font-weight:650}.ap-hv-filter-rows strong{color:#27845b;text-transform:uppercase;font-family:ui-monospace,monospace;font-size:.42rem}.ap-hv-filter-rows p:last-child strong{color:var(--ap-orange)}.ap-hv-rediscovery{background:#f7f3ee;padding:18px}.ap-hv-search{border:1px solid var(--ap-ink);background:#fff;align-items:center;gap:12px;min-height:61px;padding:0 16px;display:flex}.ap-hv-search>span{color:var(--ap-orange);font-size:1.4rem}.ap-hv-search p{margin:0;font-size:.7rem;font-weight:600}.ap-hv-rediscovery>small{color:#77737a;letter-spacing:.06em;margin:24px 0 10px;font-family:ui-monospace,monospace;font-size:.43rem;display:block}.ap-hv-profile-list{border-bottom:1px solid var(--ap-line)}.ap-hv-profile-list>p{border-top:1px solid var(--ap-line);background:#fff;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;min-height:88px;margin:0;padding:0 14px;animation:4s ease-in-out infinite ap-hv-profile;display:grid;position:relative}.ap-hv-profile-list>p:nth-child(2){animation-delay:-1.3s}.ap-hv-profile-list>p:nth-child(3){animation-delay:-2.6s}.ap-hv-profile-list>p>i{color:#8a3a1f;background:var(--ap-peach);place-items:center;width:40px;height:40px;font-size:.52rem;font-style:normal;font-weight:750;display:grid}.ap-hv-profile-list>p>span{flex-direction:column;gap:5px;display:flex}.ap-hv-profile-list>p>span strong{font-size:.68rem}.ap-hv-profile-list>p>span small{color:#858187;font-size:.5rem}.ap-hv-profile-list>p>b{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.75rem}.ap-hv-profile-list>p>em{color:#aaa6ab;font-family:ui-monospace,monospace;font-size:.34rem;font-style:normal;position:absolute;top:8px;right:9px}.ap-hv-sourcing{color:#fff;background:#242126;border-color:#5a565d}.ap-hv-source-map{grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(8,1fr);gap:0;height:370px;display:grid;position:relative;overflow:hidden}.ap-hv-source-map>i{border-bottom:1px solid #3f3b42;border-right:1px solid #3f3b42}.ap-hv-source-map>i:after{content:"";background:#66616a;border-radius:50%;width:4px;height:4px;margin:50% auto 0;display:block}.ap-hv-source-map>i.is-hot:after{background:var(--ap-orange);animation:2.4s ease-in-out infinite ap-hv-dot;box-shadow:0 0 0 6px #ec5b2a1f}.ap-hv-source-map>strong{width:100%;color:var(--ap-orange);letter-spacing:-.08em;text-align:center;font-size:5.5rem;font-weight:500;line-height:.9;position:absolute;top:132px;left:0}.ap-hv-source-map>span{color:#aaa5ad;letter-spacing:.08em;text-align:center;width:100%;font-family:ui-monospace,monospace;font-size:.48rem;position:absolute;top:225px;left:0}.ap-hv-source-query{min-height:112px;color:var(--ap-ink);border:1px solid var(--ap-ink);background:#fff;grid-template-columns:1fr 42px;align-items:center;padding:18px;display:grid;position:absolute;bottom:-1px;left:42px;right:-1px}.ap-hv-source-query small{color:var(--ap-orange);letter-spacing:.06em;align-self:end;font-family:ui-monospace,monospace;font-size:.4rem}.ap-hv-source-query p{align-self:start;margin:7px 0 0;font-size:.7rem;font-weight:650}.ap-hv-source-query b{color:#fff;background:var(--ap-orange);grid-area:1/2/3;place-items:center;width:40px;height:40px;font-size:1rem;display:grid}.ap-hv-information{background:#f7f3ee}.ap-hv-docs{padding:17px}.ap-hv-docs p{border:1px solid var(--ap-line);background:#fff;border-bottom:0;grid-template-columns:43px 1fr auto;align-items:center;gap:13px;min-height:92px;margin:0;padding:0 13px;display:grid;position:relative;overflow:hidden}.ap-hv-docs p:last-child{border-bottom:1px solid var(--ap-line)}.ap-hv-docs p>i{color:#fff;background:var(--ap-orange);place-items:center;width:40px;height:48px;font-family:ui-monospace,monospace;font-size:.4rem;font-style:normal;display:grid}.ap-hv-docs p>span{flex-direction:column;gap:5px;display:flex}.ap-hv-docs p>span strong{font-size:.65rem}.ap-hv-docs p>span small{color:#858187;font-family:ui-monospace,monospace;font-size:.38rem}.ap-hv-docs p>b{color:#27845b;font-family:ui-monospace,monospace;font-size:.4rem}.ap-hv-docs p.is-waiting>b{color:var(--ap-orange)}.ap-hv-information footer{border-top:1px solid var(--ap-line);background:#fff;align-items:center;gap:7px;min-height:65px;padding:0 17px;display:flex}.ap-hv-information footer span{color:#8a3a1f;border:1px solid #e5b8a5;padding:7px 8px;font-family:ui-monospace,monospace;font-size:.38rem}.ap-hv-information footer strong{color:#77737a;margin-left:auto;font-family:ui-monospace,monospace;font-size:.38rem}.ap-hv-booking{background:#f7f3ee;padding:17px}.ap-hv-booking>header{border:1px solid var(--ap-line);background:#fff;grid-template-columns:1fr auto;align-content:center;min-height:73px;padding:0 14px;display:grid}.ap-hv-booking>header span{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.43rem}.ap-hv-booking>header strong{grid-area:1/2/3;align-self:center;font-size:1.4rem;font-weight:550}.ap-hv-booking>header small{color:#77737a;margin-top:7px;font-family:ui-monospace,monospace;font-size:.38rem}.ap-hv-calendar{border:1px solid var(--ap-line);background:#fff;grid-template-columns:repeat(4,1fr);margin-top:10px;display:grid}.ap-hv-calendar>div{border-right:1px solid var(--ap-line);flex-direction:column;gap:7px;min-width:0;min-height:190px;padding:13px 7px;display:flex}.ap-hv-calendar>div:last-child{border-right:0}.ap-hv-calendar span{color:#77737a;text-align:center;margin-bottom:13px;font-family:ui-monospace,monospace;font-size:.4rem}.ap-hv-calendar i{color:#8a3a1f;text-align:center;border:1px solid #e5b8a5;padding:9px 2px;font-family:ui-monospace,monospace;font-size:.4rem;font-style:normal}.ap-hv-calendar i.is-selected{color:#fff;background:var(--ap-orange);border-color:var(--ap-orange);animation:2.5s ease-in-out infinite ap-hv-slot}.ap-hv-booking-confirm{border:1px solid var(--ap-ink);background:#fff;align-items:center;gap:11px;width:290px;padding:13px;display:flex;position:absolute;bottom:25px;right:-16px;box-shadow:7px 7px #1716191f}.ap-hv-booking-confirm>i{color:#fff;background:#27845b;place-items:center;width:39px;height:39px;font-style:normal;display:grid}.ap-hv-booking-confirm>span{flex-direction:column;gap:5px;display:flex}.ap-hv-booking-confirm small{color:#77737a;font-family:ui-monospace,monospace;font-size:.4rem}.ap-hv-booking-confirm strong{font-size:.62rem}.ap-hv-application{background:#f7f3ee}.ap-hv-qr{z-index:2;border:1px solid var(--ap-ink);background:#fff;width:182px;padding:17px;position:absolute;top:32px;left:22px}.ap-hv-qr>small{color:#77737a;text-align:center;margin-bottom:13px;font-family:ui-monospace,monospace;font-size:.39rem;display:block}.ap-hv-qr>div{background:#f7f3ee;grid-template-rows:repeat(7,1fr);grid-template-columns:repeat(7,1fr);gap:2px;width:126px;height:126px;margin:0 auto;padding:7px;display:grid}.ap-hv-qr i.is-dark{background:var(--ap-ink)}.ap-hv-phone{background:#ebe8e2;border:1px solid #c9c4bd;width:300px;min-height:350px;padding:0 14px 14px;position:absolute;bottom:25px;right:20px}.ap-hv-phone header{color:#77737a;text-align:right;min-height:52px;padding:18px 0 0;font-family:ui-monospace,monospace;font-size:.42rem}.ap-hv-phone>p{background:#fff;max-width:85%;margin:8px 0;padding:9px 10px;font-size:.56rem;line-height:1.42}.ap-hv-phone>p.is-candidate{color:#fff;background:#242126;margin-left:auto}.ap-hv-phone footer{border:1px solid var(--ap-line);background:#fff;justify-content:space-between;align-items:center;min-height:46px;padding:0 11px;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.ap-hv-phone footer span,.ap-hv-phone footer strong{font-family:ui-monospace,monospace;font-size:.38rem}.ap-hv-phone footer strong{color:var(--ap-orange)}.ap-hv-whatsapp-brand{z-index:3;color:#17633f;background:#fff;border:1px solid #98d5b6;align-items:center;gap:8px;padding:9px 11px;display:inline-flex;position:absolute;top:20px;right:20px;box-shadow:4px 4px #17161914}.ap-hv-whatsapp-brand svg{fill:#25d366;width:20px;height:20px}.ap-hv-whatsapp-brand span{letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.34rem;font-weight:750}@keyframes ap-hv-profile{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@keyframes ap-hv-dot{0%,to{opacity:.45;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@keyframes ap-hv-scan{0%{opacity:0;left:0}15%,85%{opacity:1}to{opacity:0;left:100%}}@keyframes ap-hv-slot{0%,to{box-shadow:0 0 #ec5b2a00}50%{box-shadow:0 0 0 4px #ec5b2a29}}.agent-product-prequalification .ap-hero{grid-template-columns:1.06fr .94fr}.ap-pq-hero-stage{background-color:var(--ap-peach);border-left:1px solid var(--ap-line);background-image:linear-gradient(#ec5b2a17 1px,#0000 1px),linear-gradient(90deg,#ec5b2a17 1px,#0000 1px);background-size:58px 58px;place-items:center;min-width:0;padding:54px 38px;display:grid;overflow:hidden}.ap-pq-hero-visual{width:min(100%,520px);min-height:500px;position:relative}.ap-pq-hero-channels{gap:7px;display:flex;position:absolute;top:10px;left:0}.ap-pq-hero-channels span{color:#8a3a1f;letter-spacing:.04em;background:#fff;border:1px solid #e5b8a5;padding:9px 11px;font-family:ui-monospace,monospace;font-size:.44rem;font-weight:750;animation:3.6s step-end infinite ap-pq-channel}.ap-pq-hero-channels span:nth-child(2){animation-delay:-2.4s}.ap-pq-hero-channels span:nth-child(3){animation-delay:-1.2s}.ap-pq-live-card{color:#fff;background:#242126;border:1px solid #5a565d;width:calc(100% - 34px);min-height:344px;position:absolute;top:68px;left:0;box-shadow:10px 10px #17161921}.ap-pq-live-card header,.ap-pq-live-card footer{border-bottom:1px solid #4c484f;justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.ap-pq-live-card header span{color:#77dca7;letter-spacing:.06em;align-items:center;gap:8px;font-family:ui-monospace,monospace;font-size:.46rem;font-weight:700;display:flex}.ap-pq-live-card header span i{background:#5dd99a;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite ap-pq-pulse}.ap-pq-live-card header small{color:#aaa5ad;font-family:ui-monospace,monospace;font-size:.44rem}.ap-pq-live-wave{border-bottom:1px solid #4c484f;justify-content:center;align-items:center;gap:7px;height:132px;padding:0 22px;display:flex}.ap-pq-live-wave i{width:4px;height:var(--wave-height);background:var(--ap-orange);transform-origin:50%;animation:1.25s ease-in-out infinite ap-pq-wave;animation-delay:var(--wave-delay);border-radius:3px}.ap-pq-live-lines{flex-direction:column;gap:9px;padding:22px 18px;display:flex}.ap-pq-live-lines span{background:#4c484f;height:5px;position:relative;overflow:hidden}.ap-pq-live-lines span:first-child{width:82%}.ap-pq-live-lines span:nth-child(2){width:64%}.ap-pq-live-lines span:nth-child(3){width:73%}.ap-pq-live-lines span:after{content:"";background:linear-gradient(90deg,#0000,#8d878f,#0000);animation:2.4s ease-in-out infinite ap-pq-scan;position:absolute;inset:0;transform:translate(-100%)}.ap-pq-live-card footer{border-top:1px solid #4c484f;border-bottom:0;min-height:55px}.ap-pq-live-card footer span{font-size:.66rem;font-weight:650}.ap-pq-live-card footer strong{color:var(--ap-orange);letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.45rem}.ap-pq-summary-card{border:1px solid var(--ap-ink);background:#fff;width:235px;padding:17px;animation:4s ease-in-out infinite ap-pq-float;position:absolute;bottom:12px;right:0;box-shadow:8px 8px #17161921}.ap-pq-summary-card>span{color:#858187;letter-spacing:.07em;font-family:ui-monospace,monospace;font-size:.42rem}.ap-pq-summary-card>strong{letter-spacing:-.04em;margin:8px 0 15px;font-size:1.15rem;font-weight:550;display:block}.ap-pq-summary-card>div{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.ap-pq-summary-card>div i{background:#d9d5cf;height:5px;animation:3.6s step-end infinite ap-pq-progress}.ap-pq-summary-card>div i:nth-child(2){animation-delay:-.9s}.ap-pq-summary-card>div i:nth-child(3){animation-delay:-1.8s}.ap-pq-summary-card>div i:nth-child(4){animation-delay:-2.7s}@keyframes ap-pq-channel{0%,32%{color:#fff;background:var(--ap-orange);border-color:var(--ap-orange)}33%,to{color:#8a3a1f;background:#fff;border-color:#e5b8a5}}@keyframes ap-pq-pulse{0%,to{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}@keyframes ap-pq-wave{0%,to{transform:scaleY(.42)}50%{transform:scaleY(1)}}@keyframes ap-pq-scan{0%{transform:translate(-100%)}55%,to{transform:translate(100%)}}@keyframes ap-pq-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes ap-pq-progress{0%,24%{background:var(--ap-orange)}25%,to{background:#d9d5cf}}.ap-filter-panel,.ap-search-panel,.ap-call-panel,.ap-auto-panel,.ap-info-panel,.ap-application-panel{border:1px solid var(--ap-ink);background:#f8f7f3;width:min(100%,500px);min-height:455px;position:relative;box-shadow:10px 10px #1716191f}.ap-panel-bar{background:#fff;border-bottom:1px solid #d3d0c9;justify-content:space-between;align-items:center;min-height:58px;padding:0 17px;display:flex}.ap-panel-bar span{font-size:.75rem;font-weight:750}.ap-panel-bar small{color:#77737a;letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.5rem}.ap-search-panel{padding:0 16px 18px}.ap-search-panel .ap-panel-bar{margin:0 -16px 16px}.ap-search-input{color:#4f4b50;background:#fff;border:1px solid #cbc8c1;align-items:center;gap:8px;min-height:45px;margin-bottom:9px;padding:0 12px;font-size:.63rem;display:flex}.ap-search-input>span{font-size:1rem}.ap-result{background:#fff;border-bottom:1px solid #d4d1ca;border-left:1px solid #d4d1ca;border-right:1px solid #d4d1ca;grid-template-columns:37px 1fr auto;align-items:center;gap:10px;min-height:64px;padding:9px 11px;display:grid}.ap-result.is-best{border-top:1px solid #d4d1ca;box-shadow:inset 3px 0 #36a36d}.ap-result>span{background:#eadeda;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.53rem;font-weight:800;display:grid}.ap-result div{flex-direction:column;gap:4px;display:flex}.ap-result strong{font-size:.64rem}.ap-result small{color:#858187;font-size:.52rem}.ap-result b{color:#287951;font-family:ui-monospace,monospace;font-size:.66rem}.ap-signal{border:1px solid var(--ap-ink);background:#fff;flex-direction:column;gap:5px;width:255px;padding:13px;display:flex;position:absolute;bottom:37px;right:-21px;box-shadow:7px 7px #1716191f}.ap-signal small{color:#8a868c;font-family:ui-monospace,monospace;font-size:.47rem}.ap-signal strong{font-size:.64rem}.ap-signal span{color:#287951;align-items:center;gap:5px;font-size:.55rem;display:flex}.ap-signal svg{stroke:currentColor;stroke-width:2px;width:13px;height:13px}.ap-filter-panel{padding:0 16px 18px}.ap-filter-panel .ap-panel-bar{margin:0 -16px}.ap-filter-summary{border-bottom:1px solid #d4d1ca;justify-content:space-between;align-items:center;min-height:88px;padding:13px 3px;display:flex}.ap-filter-summary>div{align-items:baseline;gap:12px;display:flex}.ap-filter-summary small{color:#858187;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.45rem}.ap-filter-summary strong{letter-spacing:-.06em;font-size:2rem;font-weight:550}.ap-filter-summary>span{color:#9a4b22;background:#fff0e7;border:1px solid #e4a78f;padding:7px 9px;font-family:ui-monospace,monospace;font-size:.46rem;font-weight:700}.ap-filter-list>div{background:#fff;border-bottom:1px solid #d4d1ca;border-left:1px solid #d4d1ca;border-right:1px solid #d4d1ca;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:59px;padding:7px 9px;display:grid}.ap-filter-list>div>span{color:#fff;background:#2d9a67;place-items:center;width:27px;height:27px;font-size:.7rem;display:grid}.ap-filter-list>div.is-fail>span{background:var(--ap-orange)}.ap-filter-list svg{stroke:currentColor;stroke-width:2px;width:14px;height:14px}.ap-filter-list p{flex-direction:column;gap:3px;min-width:0;margin:0;display:flex}.ap-filter-list strong{font-size:.57rem}.ap-filter-list small{color:#858187;font-size:.46rem}.ap-filter-list b{color:#287951;letter-spacing:.04em;font-family:ui-monospace,monospace;font-size:.42rem}.ap-filter-list .is-fail b{color:#a33d1c}.ap-filter-rule{border:1px solid var(--ap-ink);background:#fff;width:265px;padding:12px;position:absolute;bottom:18px;right:-20px;box-shadow:7px 7px #1716191f}.ap-filter-rule small{color:#858187;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.43rem}.ap-filter-rule p{margin:6px 0 4px;font-size:.58rem}.ap-filter-rule strong{color:#a33d1c;font-size:.5rem}.ap-call-panel{color:#fff;background:#242126;border-color:#77727a;padding:0 18px 18px}.ap-call-panel .ap-panel-bar{color:#fff;background:#2c292e;border-color:#4c484f;margin:0 -18px}.ap-call-panel .ap-panel-bar small{color:#6cdaa0;align-items:center;gap:6px;display:flex}.ap-call-panel .ap-panel-bar small i{background:#5dd99a;border-radius:50%;width:6px;height:6px}.ap-wave{border-bottom:1px solid #4c484f;justify-content:center;align-items:center;gap:5px;height:115px;display:flex}.ap-wave i{background:var(--ap-orange);border-radius:3px;width:4px}.ap-dialog{padding:20px 0 10px}.ap-dialog span{color:#969198;letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:.48rem}.ap-dialog p{color:#e2dfe3;margin:5px 0 14px;font-size:.68rem;line-height:1.45}.ap-call-score{color:var(--ap-ink);background:#f6f4ef;justify-content:space-between;align-items:center;padding:14px;display:flex}.ap-call-score span{letter-spacing:.07em;font-family:ui-monospace,monospace;font-size:.5rem}.ap-call-score strong{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.76rem}.ap-auto-panel{background:#fff6f1;padding:18px}.ap-phone-thread{background:#f1eee9;border:1px solid #d3c8c2;padding-bottom:16px}.ap-phone-thread .ap-panel-bar{margin-bottom:17px}.ap-phone-thread>p{background:#fff;border:1px solid #d5d1ca;max-width:78%;margin:8px 13px;padding:10px 12px;font-size:.6rem;line-height:1.45}.ap-phone-thread>p.is-user{color:#fff;background:#242126;border-color:#242126;margin-left:auto}.ap-slot-list{grid-template-columns:repeat(3,1fr);gap:5px;padding:5px 13px;display:grid}.ap-slot-list span{color:#8b3e22;text-align:center;background:#fff;border:1px solid #e4a78f;padding:9px 4px;font-family:ui-monospace,monospace;font-size:.48rem}.ap-confirm-card{border:1px solid var(--ap-ink);background:#fff;grid-template-columns:42px 1fr;align-items:center;gap:11px;width:300px;padding:13px;display:grid;position:absolute;bottom:27px;right:-22px;box-shadow:8px 8px #1716191f}.ap-confirm-card>span{color:#fff;background:#2d9a67;place-items:center;width:40px;height:40px;display:grid}.ap-confirm-card svg{stroke:currentColor;stroke-width:2px;width:19px;height:19px}.ap-confirm-card div{flex-direction:column;gap:4px;display:flex}.ap-confirm-card small{color:#858187;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.45rem}.ap-confirm-card strong{font-size:.64rem}.ap-confirm-card p{color:#858187;margin:0;font-size:.5rem}.ap-info-panel{background:#f4f1ec;padding:0 18px 18px}.ap-info-panel .ap-panel-bar{margin:0 -18px}.ap-document-list{padding-top:15px}.ap-document-list>div{background:#fff;border-bottom:1px solid #d4d1ca;border-left:1px solid #d4d1ca;border-right:1px solid #d4d1ca;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:69px;padding:9px 11px;display:grid}.ap-document-list>div:first-child{border-top:1px solid #d4d1ca}.ap-document-list>div>span{color:#8a858c;background:#f1eee8;place-items:center;width:31px;height:31px;font-family:ui-monospace,monospace;font-size:.65rem;display:grid}.ap-document-list>div.is-done>span{color:#fff;background:#2d9a67}.ap-document-list svg{stroke:currentColor;stroke-width:2px;width:15px;height:15px}.ap-document-list p{flex-direction:column;gap:4px;min-width:0;margin:0;display:flex}.ap-document-list strong{font-size:.62rem}.ap-document-list small{color:#858187;font-size:.5rem}.ap-document-list b{color:#77737a;letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.43rem}.ap-document-list .is-done b{color:#287951}.ap-info-message{border:1px solid var(--ap-ink);background:#fff;width:285px;padding:14px;position:absolute;bottom:25px;right:-20px;box-shadow:7px 7px #1716191f}.ap-info-message small{color:#858187;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.44rem}.ap-info-message p{margin:7px 0 0;font-size:.59rem;line-height:1.45}.ap-application-panel{background:#f2eee8;min-height:470px}.ap-qr-card{z-index:2;border:1px solid var(--ap-ink);background:#fff;flex-direction:column;justify-content:center;align-items:center;width:185px;min-height:250px;padding:18px;display:flex;position:absolute;top:38px;left:24px;box-shadow:7px 7px #1716191a}.ap-qr-card>small{color:#89858b;letter-spacing:.06em;margin-bottom:14px;font-family:ui-monospace,monospace;font-size:.43rem}.ap-qr-card>strong{margin-top:13px;font-size:.57rem}.ap-qr{background:#f6f4ef;border:1px solid #d7d3cc;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);gap:2px;width:112px;height:112px;padding:6px;display:grid}.ap-qr i{background:0 0}.ap-qr i.is-dark{background:var(--ap-ink)}.ap-whatsapp-card{background:#ece9e3;border:1px solid #c8c3bb;width:300px;min-height:338px;padding:0 14px 14px;position:absolute;bottom:30px;right:22px}.ap-whatsapp-card .ap-panel-bar{margin:0 -14px 14px}.ap-whatsapp-card>p{background:#fff;border:1px solid #d5d1ca;max-width:84%;margin:7px 0;padding:9px 10px;font-size:.55rem;line-height:1.42}.ap-whatsapp-card>p.is-user{color:#fff;background:#242126;border-color:#242126;margin-left:auto}.ap-file-chip{background:#fff;border:1px solid #d5d1ca;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:9px;margin-top:10px;padding:9px;display:grid}.ap-file-chip>span{color:#fff;background:var(--ap-orange);place-items:center;width:30px;height:34px;font-family:ui-monospace,monospace;font-size:.42rem;display:grid}.ap-file-chip>div{flex-direction:column;gap:3px;min-width:0;display:flex}.ap-file-chip strong{text-overflow:ellipsis;white-space:nowrap;font-size:.5rem;overflow:hidden}.ap-file-chip small{color:#858187;font-size:.44rem}.ap-file-chip svg{color:#287951;stroke:currentColor;stroke-width:2px;width:15px;height:15px}.ap-proof-strip{border:1px solid var(--ap-line);background:#fff;grid-template-columns:repeat(3,1fr);width:min(100%,1440px);margin:0 auto;display:grid}.ap-proof-strip article{border-right:1px solid var(--ap-line);flex-direction:column;justify-content:flex-end;min-height:230px;padding:34px;display:flex}.ap-proof-strip article:nth-child(2){background:#fff8f4}.ap-proof-strip article:last-child{border-right:0}.ap-proof-strip strong{color:var(--ap-orange);letter-spacing:-.07em;font-size:clamp(2.8rem,4.5vw,4.8rem);font-weight:500;line-height:.9}.ap-proof-strip span{margin-top:15px;font-size:.84rem;font-weight:700}.ap-proof-strip p{max-width:320px;color:var(--ap-muted);margin:10px 0 0;font-size:.68rem;line-height:1.5}.ap-features{border:1px solid var(--ap-line);background:#fff;width:min(100%,1440px);margin:0 auto}.ap-features-title{background:linear-gradient(135deg,#fff 20%,var(--ap-peach) 100%);border-bottom:1px solid var(--ap-line);align-content:end;min-height:360px;padding:70px clamp(30px,5vw,72px);display:grid}.ap-features-title>span{color:var(--ap-orange);letter-spacing:.08em;margin-bottom:24px;font-family:ui-monospace,monospace;font-size:.56rem;font-weight:750}.ap-features-title h2{letter-spacing:-.067em;max-width:980px;margin:0;font-size:clamp(3rem,5vw,5.2rem);font-weight:500;line-height:.97}.ap-features-grid{grid-template-columns:repeat(2,1fr);display:grid}.ap-features-grid article{border-right:1px solid var(--ap-line);border-bottom:1px solid var(--ap-line);grid-template-columns:52px 1fr;gap:18px;min-height:270px;padding:32px;display:grid}.ap-features-grid article:nth-child(2n){border-right:0}.ap-features-grid article:nth-last-child(-n+2){border-bottom:0}.ap-features-grid article:nth-child(2),.ap-features-grid article:nth-child(3){background:#fffaf7}.ap-features-grid article>span{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.6rem}.ap-features-grid article>div{flex-direction:column;justify-content:flex-end;display:flex}.ap-features-grid h3{letter-spacing:-.052em;max-width:430px;margin:0 0 15px;font-size:clamp(1.5rem,2.5vw,2.35rem);font-weight:500;line-height:1.05}.ap-features-grid p{max-width:470px;color:var(--ap-muted);margin:0;font-size:.74rem;line-height:1.55}.ap-prequal-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ap-prequal-feature-grid>article{border-right:1px solid var(--ap-line);border-bottom:1px solid var(--ap-line);background:#fff;grid-template-columns:minmax(250px,.82fr) minmax(0,1.18fr);min-width:0;min-height:350px;display:grid}.ap-prequal-feature-grid>article:nth-child(2n){border-right:0}.ap-prequal-feature-grid>article:nth-last-child(-n+2){border-bottom:0}.ap-pq-visual{border-right:1px solid var(--ap-line);background:#f7f3ee;min-height:100%;position:relative;overflow:hidden}.ap-pq-feature-copy{flex-direction:column;justify-content:center;min-width:0;padding:28px;display:flex}.ap-pq-feature-copy>span{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.55rem}.ap-pq-feature-copy h3{letter-spacing:-.055em;max-width:520px;min-height:2.04em;margin:32px 0 13px;font-size:clamp(1.55rem,2.25vw,2.15rem);font-weight:500;line-height:1.02}.ap-pq-feature-copy p{max-width:540px;color:var(--ap-muted);margin:0;font-size:.74rem;line-height:1.55}.ap-filter-feature-grid>article:nth-child(2) .ap-pq-visual,.ap-filter-feature-grid>article:nth-child(3) .ap-pq-visual{background:#fff8f4}.ap-cv-criteria{place-items:center;padding:20px;display:grid}.ap-cv-criteria-panel{border:1px solid var(--ap-line);background:#fff;width:min(100%,270px);box-shadow:6px 6px #17161914}.ap-cv-criteria-panel header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:46px;padding:0 11px;display:flex}.ap-cv-criteria-panel header span,.ap-cv-criteria-panel header b{letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.36rem}.ap-cv-criteria-panel header b{color:#aaa5ad}.ap-cv-criteria-panel p{border-bottom:1px solid var(--ap-line);grid-template-columns:minmax(0,1fr) auto 25px;align-items:center;gap:8px;min-height:47px;margin:0;padding:0 10px;display:grid}.ap-cv-criteria-panel p:last-child{border-bottom:0}.ap-cv-criteria-panel p>span{font-size:.52rem;font-weight:650}.ap-cv-criteria-panel p>strong{color:#77737a;font-size:.42rem;font-weight:500}.ap-cv-criteria-panel p>i{background:var(--ap-orange);border-radius:10px;width:25px;height:14px;position:relative}.ap-cv-criteria-panel p>i:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:3px;right:3px}.ap-cv-criteria-panel p>i.is-off{background:#d4d0cb}.ap-cv-criteria-panel p>i.is-off:after{right:14px}.ap-cv-required{place-items:center;padding:20px;display:grid}.ap-cv-required-card{border:1px solid var(--ap-ink);background:#fff;width:min(100%,270px);box-shadow:6px 6px #1716191a}.ap-cv-required-card header{border-bottom:1px solid var(--ap-line);align-items:center;gap:10px;min-height:57px;padding:0 12px;display:flex}.ap-cv-required-card header>i{background:var(--ap-orange);flex:none;width:31px;height:31px;position:relative}.ap-cv-required-card header>i:before{content:"";border:2px solid #fff;border-bottom:0;border-radius:7px 7px 0 0;width:9px;height:8px;position:absolute;top:7px;left:10px}.ap-cv-required-card header>i>span{background:#fff;width:15px;height:10px;position:absolute;bottom:7px;left:8px}.ap-cv-required-card header small{color:#77737a;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.36rem}.ap-cv-required-card>strong{letter-spacing:-.04em;border-bottom:1px solid var(--ap-line);padding:17px 13px;font-size:1.15rem;font-weight:550;display:block}.ap-cv-required-card>p{align-items:center;gap:10px;min-height:61px;margin:0;padding:9px 12px;display:flex}.ap-cv-required-card>p>i{width:28px;height:28px;color:var(--ap-orange);background:#fff0e8;flex:none;place-items:center;font-style:normal;display:grid}.ap-cv-required-card>p>span{flex-direction:column;gap:4px;min-width:0;display:flex}.ap-cv-required-card>p small{color:#88848a;letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.31rem}.ap-cv-required-card>p b{font-size:.48rem;font-weight:600}.ap-cv-required-card footer{color:#fff;letter-spacing:.05em;background:var(--ap-orange);justify-content:space-between;align-items:center;min-height:39px;padding:0 12px;font-family:ui-monospace,monospace;font-size:.36rem;font-weight:700;display:flex}.ap-cv-required-card footer span{color:#ffe0d2}.ap-cv-ocr{grid-template-columns:.82fr 1.18fr;align-items:center;gap:10px;padding:20px;display:grid}.ap-cv-document{border:1px solid var(--ap-ink);background:#fff;flex-direction:column;min-height:215px;padding:14px;display:flex;position:relative;overflow:hidden;box-shadow:5px 5px #17161914}.ap-cv-document small{color:#88848a;font-family:ui-monospace,monospace;font-size:.33rem}.ap-cv-document strong{color:#fff;background:var(--ap-ink);place-items:center;width:48px;height:48px;margin:18px 0;font-size:1rem;font-weight:500;display:grid}.ap-cv-document>span{background:#d9d5cf;width:88%;height:5px;margin-top:9px}.ap-cv-document>span:nth-of-type(2){width:70%}.ap-cv-document>span:nth-of-type(3){width:80%}.ap-cv-document>i{background:var(--ap-orange);height:2px;box-shadow:0 0 12px var(--ap-orange);animation:2.7s ease-in-out infinite ap-cv-ocr-scan;position:absolute;top:20px;left:0;right:0}.ap-cv-fields{border:1px solid var(--ap-line);background:#fff}.ap-cv-fields p{border-bottom:1px solid var(--ap-line);flex-direction:column;justify-content:center;gap:5px;min-height:54px;margin:0;padding:0 10px;display:flex}.ap-cv-fields p small{color:#88848a;letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.3rem}.ap-cv-fields p strong{text-overflow:ellipsis;white-space:nowrap;font-size:.48rem;overflow:hidden}.ap-cv-fields>b{color:#27845b;letter-spacing:.05em;padding:10px;font-family:ui-monospace,monospace;font-size:.34rem;display:block}.ap-cv-trace{place-items:center;padding:20px;display:grid}.ap-cv-trace-card{border:1px solid var(--ap-line);background:#fff;width:min(100%,285px);box-shadow:6px 6px #17161914}.ap-cv-trace-card header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:50px;padding:0 11px;display:flex}.ap-cv-trace-card header span{letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.35rem}.ap-cv-trace-card header strong{color:var(--ap-orange);font-size:1.15rem;font-weight:550}.ap-cv-trace-card>p{border-bottom:1px solid var(--ap-line);grid-template-columns:27px minmax(0,1fr);align-items:center;gap:9px;min-height:51px;margin:0;padding:7px 10px;display:grid}.ap-cv-trace-card>p>i{color:#fff;background:#27845b;place-items:center;width:27px;height:27px;font-size:.55rem;font-style:normal;display:grid}.ap-cv-trace-card>p.is-review>i{background:var(--ap-orange)}.ap-cv-trace-card>p>span{flex-direction:column;gap:4px;min-width:0;display:flex}.ap-cv-trace-card>p strong{font-size:.46rem}.ap-cv-trace-card>p small{color:#88848a;text-overflow:ellipsis;white-space:nowrap;font-size:.35rem;overflow:hidden}.ap-cv-trace-card footer{color:#88848a;letter-spacing:.05em;justify-content:space-between;align-items:center;min-height:36px;padding:0 10px;font-family:ui-monospace,monospace;font-size:.3rem;display:flex}.ap-cv-trace-card footer b{color:var(--ap-orange)}@keyframes ap-cv-ocr-scan{0%,to{opacity:0;transform:translateY(0)}12%,88%{opacity:1}50%{transform:translateY(175px)}}.ap-sourcing-feature-grid>article:nth-child(2) .ap-pq-visual,.ap-sourcing-feature-grid>article:nth-child(3) .ap-pq-visual{background:#fff8f4}.ap-src-prompt{place-items:center;padding:20px;display:grid}.ap-src-prompt-card{border:1px solid var(--ap-ink);background:#fff;width:min(100%,275px);padding:16px;box-shadow:6px 6px #17161917}.ap-src-prompt-card>small{color:var(--ap-orange);letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.34rem;font-weight:700}.ap-src-prompt-card>p{letter-spacing:-.035em;border-bottom:1px solid var(--ap-line);min-height:74px;margin:0;padding:14px 0;font-size:.76rem;font-weight:550;line-height:1.25}.ap-src-prompt-card>div{flex-wrap:wrap;gap:5px;padding:12px 0;display:flex}.ap-src-prompt-card>div span{color:#8a3a1f;border:1px solid #e5b8a5;padding:5px 6px;font-family:ui-monospace,monospace;font-size:.28rem}.ap-src-prompt-card footer{color:#27845b;letter-spacing:.05em;align-items:center;gap:7px;padding-top:10px;font-family:ui-monospace,monospace;font-size:.33rem;font-weight:700;display:flex}.ap-src-prompt-card footer i{color:#fff;background:#27845b;place-items:center;width:18px;height:18px;font-size:.4rem;font-style:normal;display:grid}.ap-src-sources{color:#fff;grid-template-columns:1.05fr .95fr;align-items:center;gap:10px;padding:20px;display:grid;background:var(--ap-ink)!important}.ap-src-source-list{border:1px solid #4c484f}.ap-src-source-list p{border-bottom:1px solid #4c484f;grid-template-columns:28px 1fr;align-items:center;min-height:45px;margin:0;padding:0 8px;display:grid}.ap-src-source-list p:last-child{border-bottom:0}.ap-src-source-list p i{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.3rem;font-style:normal}.ap-src-source-list p span{font-size:.42rem}.ap-src-sources>strong{text-align:center;flex-direction:column;align-items:center;gap:8px;min-width:0;display:flex}.ap-src-sources>strong span{color:var(--ap-orange);letter-spacing:-.08em;font-size:clamp(1.7rem,3vw,2.45rem);font-weight:500;line-height:.9}.ap-src-sources>strong small{color:#aaa5ad;letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.29rem}.ap-src-career{flex-direction:column;justify-content:center;padding:19px;display:flex}.ap-src-career>header{color:#77737a;letter-spacing:.05em;justify-content:space-between;align-items:center;min-height:38px;font-family:ui-monospace,monospace;font-size:.32rem;display:flex}.ap-src-career>header small{color:var(--ap-orange);font-size:inherit}.ap-src-timeline{border-left:1px solid #cbc7c2;padding-left:12px;position:relative}.ap-src-timeline p{grid-template-columns:16px 1fr;align-items:center;gap:8px;min-height:53px;margin:0;display:grid}.ap-src-timeline p>i{background:var(--ap-orange);width:8px;height:8px;box-shadow:0 0 0 1px var(--ap-orange);border:2px solid #fff8f4;border-radius:50%;margin-left:-16px}.ap-src-timeline p>span{flex-direction:column;gap:4px;display:flex}.ap-src-timeline p small{color:#88848a;font-family:ui-monospace,monospace;font-size:.3rem}.ap-src-timeline p strong{font-size:.46rem}.ap-src-career>footer{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.ap-src-career>footer span{color:#8a3a1f;background:#fff;border:1px solid #e5b8a5;padding:6px;font-family:ui-monospace,monospace;font-size:.28rem}.ap-src-evaluation{flex-direction:column;justify-content:center;padding:18px;display:flex}.ap-src-evaluation>header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:42px;padding:0 10px;display:flex}.ap-src-evaluation>header span{letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.32rem}.ap-src-evaluation>header strong{color:var(--ap-orange);font-size:1.15rem;font-weight:550}.ap-src-evaluation>p{border-right:1px solid var(--ap-line);border-bottom:1px solid var(--ap-line);border-left:1px solid var(--ap-line);background:#fff;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;min-height:47px;margin:0;padding:5px 9px;display:grid}.ap-src-evaluation>p>i{color:#fff;background:#27845b;place-items:center;width:25px;height:25px;font-size:.46rem;font-style:normal;display:grid}.ap-src-evaluation>p>i.is-unknown{color:#77737a;background:#e5e1dc}.ap-src-evaluation>p>span{flex-direction:column;gap:3px;min-width:0;display:flex}.ap-src-evaluation>p strong{font-size:.43rem}.ap-src-evaluation>p small{color:#88848a;text-overflow:ellipsis;white-space:nowrap;font-size:.33rem;overflow:hidden}.ap-src-evaluation>footer{color:#27845b;letter-spacing:.04em;background:#eef8f3;border:1px solid #b9dfcc;border-top:0;padding:9px;font-family:ui-monospace,monospace;font-size:.3rem;font-weight:700}.ap-pq-agent{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;padding:22px;display:grid}.ap-pq-avatar{color:#fff;background:var(--ap-ink);align-content:center;justify-items:center;min-height:132px;display:grid}.ap-pq-avatar>span{letter-spacing:-.08em;font-size:2.8rem;font-weight:500;line-height:1}.ap-pq-avatar>small{color:#bcb8bf;letter-spacing:.08em;margin-top:12px;font-family:ui-monospace,monospace;font-size:.38rem}.ap-pq-settings{border:1px solid var(--ap-line);background:#fff}.ap-pq-settings p{border-bottom:1px solid var(--ap-line);justify-content:space-between;align-items:center;min-height:44px;margin:0;padding:0 10px;display:flex}.ap-pq-settings p:last-child{border-bottom:0}.ap-pq-settings span{color:#8b878d;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.36rem}.ap-pq-settings strong{font-size:.55rem;font-weight:600}.ap-pq-radar{grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:6px;padding:18px 16px;display:grid}.ap-pq-radar svg{justify-self:center;width:min(100%,230px);overflow:visible}.ap-pq-radar .grid{stroke:#cbc5bf;stroke-width:1px}.ap-pq-radar .score{fill:#ec5b2a38;stroke:var(--ap-orange);stroke-width:2px}.ap-pq-radar circle{fill:var(--ap-orange)}.ap-pq-radar .labels{fill:#77737a;letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:7px;font-weight:700}.ap-pq-radar>strong{color:#fff;background:var(--ap-orange);place-items:center;width:44px;height:44px;font-size:1rem;font-weight:600;display:grid}.ap-pq-booking{flex-direction:column;justify-content:center;padding:22px;display:flex}.ap-pq-message{border:1px solid var(--ap-line);background:#fff;width:100%;padding:12px;font-size:.58rem}.ap-pq-slots{grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0;display:grid}.ap-pq-slots span{color:#8a3a1f;text-align:center;background:#fff;border:1px solid #e5b8a5;padding:10px 3px;font-family:ui-monospace,monospace;font-size:.37rem;font-weight:700}.ap-pq-slots span.is-selected{color:#fff;background:var(--ap-orange);border-color:var(--ap-orange)}.ap-pq-confirm{border:1px solid var(--ap-ink);background:#fff;align-items:center;gap:9px;width:100%;padding:10px;display:flex}.ap-pq-confirm>i{color:#fff;background:#27845b;place-items:center;width:30px;height:30px;font-size:.7rem;font-style:normal;display:grid}.ap-pq-confirm p{flex-direction:column;gap:5px;margin:0;display:flex}.ap-pq-confirm small{color:#77737a;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.35rem}.ap-pq-confirm strong{font-size:.54rem}.ap-pq-report{color:var(--ap-ink);grid-template-columns:.82fr 1.18fr;padding:22px;display:grid}.ap-pq-report-score{border:1px solid var(--ap-line);background:#fff;border-right:0;flex-direction:column;justify-content:space-between;padding:18px;display:flex}.ap-pq-report-score span{color:#77737a;letter-spacing:.07em;font-family:ui-monospace,monospace;font-size:.48rem}.ap-pq-report-score strong{color:var(--ap-orange);letter-spacing:-.08em;font-size:clamp(2.6rem,4vw,3.8rem);font-weight:500;line-height:.8}.ap-pq-report-content{border:1px solid var(--ap-line);background:#fff;flex-direction:column;justify-content:center;padding:18px;display:flex;position:relative}.ap-pq-wave{border-bottom:1px solid var(--ap-line);justify-content:center;align-items:center;gap:4px;height:60px;display:flex}.ap-pq-wave i{background:var(--ap-orange);border-radius:3px;width:4px}.ap-pq-report-content>p{flex-wrap:wrap;gap:4px;margin:16px 0 0;display:flex}.ap-pq-report-content>p span{color:#77737a;border:1px solid var(--ap-line);padding:6px 4px;font-family:ui-monospace,monospace;font-size:.3rem}.ap-pq-report-content>b{color:#fff;background:var(--ap-ink);padding:6px;font-family:ui-monospace,monospace;font-size:.38rem;position:absolute;top:10px;right:10px}.ap-availability{border:1px solid var(--ap-line);background:#fff;grid-template-columns:1fr 1fr;width:min(100%,1440px);min-height:560px;margin:0 auto;display:grid}.ap-availability-copy{background:linear-gradient(135deg,#fff 15%,var(--ap-peach) 100%);border-right:1px solid var(--ap-line);flex-direction:column;justify-content:center;padding:70px clamp(30px,5vw,72px);display:flex}.ap-availability-copy>span{color:var(--ap-orange);letter-spacing:.08em;margin-bottom:28px;font-family:ui-monospace,monospace;font-size:.57rem;font-weight:750}.ap-availability-copy h2{letter-spacing:-.067em;max-width:650px;margin:0;font-size:clamp(3rem,4.9vw,5rem);font-weight:500;line-height:.95}.ap-availability-copy p{max-width:520px;color:var(--ap-muted);margin:30px 0 0;font-size:.82rem;line-height:1.6}.ap-availability-art{background:#242126;border:1px solid #5a565d;align-self:center;width:min(100% - 72px,540px);min-height:390px;margin:36px;position:relative;overflow:hidden;box-shadow:10px 10px #1716191f}.ap-availability-bar{color:#fff;background:#2c292e;border-bottom:1px solid #4c484f;justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.ap-availability-bar span{font-size:.72rem;font-weight:700}.ap-availability-bar small{color:#6cdaa0;letter-spacing:.06em;align-items:center;gap:7px;font-family:ui-monospace,monospace;font-size:.48rem;display:flex}.ap-availability-bar i{background:#5dd99a;border-radius:50%;width:7px;height:7px}.ap-availability-clock{color:var(--ap-orange);letter-spacing:-.08em;padding:28px 22px 20px;font-size:4.2rem;font-weight:500;line-height:.9;display:block}.ap-availability-list{padding:0 18px 18px}.ap-availability-list article{color:#fff;border-top:1px solid #4c484f;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;min-height:72px;display:grid}.ap-availability-list time{color:#aaa5ad;font-family:ui-monospace,monospace;font-size:.59rem}.ap-availability-list div{flex-direction:column;gap:5px;display:flex}.ap-availability-list div strong{font-size:.66rem}.ap-availability-list div span{color:#aaa5ad;font-size:.52rem}.ap-availability-list b{color:#6cdaa0;letter-spacing:.04em;font-family:ui-monospace,monospace;font-size:.46rem}.ap-ai-act{border:1px solid var(--ap-line);background:#fff;grid-template-columns:1.08fr .92fr;width:min(100%,1440px);min-height:780px;margin:0 auto;display:grid}.ap-ai-act-copy{flex-direction:column;justify-content:center;min-width:0;padding:64px clamp(34px,5vw,72px);display:flex}.ap-ai-act-copy>span{color:var(--ap-orange);letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:.56rem;font-weight:750}.ap-ai-act-copy h2{letter-spacing:-.068em;margin:30px 0 24px;font-size:clamp(3.5rem,5.2vw,5.6rem);font-weight:500;line-height:.94}.ap-ai-act-copy h2 em{color:var(--ap-orange);font-style:normal}.ap-ai-act-copy>p{max-width:650px;color:var(--ap-muted);margin:0;font-size:.82rem;line-height:1.6}.ap-ai-act-safeguards{border-bottom:1px solid var(--ap-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin-top:52px;display:grid}.ap-ai-act-safeguards article{border-top:1px solid var(--ap-line);min-height:150px;padding:18px 0}.ap-ai-act-safeguards article>span{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.48rem}.ap-ai-act-safeguards h3{letter-spacing:-.025em;margin:28px 0 8px;font-size:1.02rem;font-weight:650}.ap-ai-act-safeguards p{max-width:290px;color:var(--ap-muted);margin:0;font-size:.62rem;line-height:1.5}.ap-ai-act-visual{background-color:var(--ap-peach);border-left:1px solid var(--ap-line);background-image:linear-gradient(#ec5b2a17 1px,#0000 1px),linear-gradient(90deg,#ec5b2a17 1px,#0000 1px);background-size:58px 58px;place-items:center;min-width:0;padding:50px 38px;display:grid}.ap-ai-act-card{border:1px solid var(--ap-ink);background:#fff;width:min(100%,500px);box-shadow:10px 10px #17161921}.ap-ai-act-card header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.ap-ai-act-card header span,.ap-ai-act-card header small{letter-spacing:.07em;font-family:ui-monospace,monospace;font-size:.46rem;font-weight:700}.ap-ai-act-card header small{color:#aaa5ad}.ap-ai-act-question{border-bottom:1px solid var(--ap-line);background:#fff8f4;flex-direction:column;justify-content:flex-end;min-height:126px;padding:20px;display:flex}.ap-ai-act-question small{color:var(--ap-orange);letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.43rem;font-weight:700}.ap-ai-act-question strong{letter-spacing:-.04em;margin-top:12px;font-size:1.45rem;font-weight:550}.ap-ai-act-rows p{border-bottom:1px solid var(--ap-line);grid-template-columns:120px minmax(0,1fr) 31px;align-items:center;gap:12px;min-height:62px;margin:0;padding:0 16px;display:grid}.ap-ai-act-rows p>span{color:#858187;font-family:ui-monospace,monospace;font-size:.44rem}.ap-ai-act-rows p>strong{font-size:.63rem;font-weight:650}.ap-ai-act-rows p>i{color:#fff;background:#27845b;place-items:center;width:29px;height:29px;font-size:.6rem;font-style:normal;font-weight:750;display:grid}.ap-ai-act-rows p>i.is-human{color:var(--ap-ink);background:var(--ap-peach);border:1px solid #e5b8a5}.ap-ai-act-card footer{justify-content:space-between;align-items:center;min-height:58px;padding:0 17px;display:flex}.ap-ai-act-card footer span,.ap-ai-act-card footer strong{letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.43rem}.ap-ai-act-card footer strong{color:var(--ap-orange)}.ap-front-office{background:linear-gradient(135deg,#fff 0%,var(--ap-peach) 100%);border:1px solid var(--ap-line);grid-template-columns:1.15fr 1fr .65fr;width:min(100%,1440px);min-height:190px;margin:0 auto;display:grid}.ap-front-office>*{border-right:1px solid var(--ap-line);min-width:0}.ap-front-office>:last-child{border-right:0}.ap-front-office-title{align-items:center;gap:22px;padding:32px;display:flex}.ap-front-office-title>div{flex-direction:column;gap:8px;display:flex}.ap-front-office-title h2{letter-spacing:-.05em;margin:0;font-size:2.1rem;font-weight:500}.ap-front-office-title p,.ap-front-office-agent p{color:var(--ap-muted);margin:0;font-size:.78rem;line-height:1.5}.ap-front-office-agent{flex-direction:column;justify-content:center;padding:32px;display:flex}.ap-front-office-agent h3{margin:0 0 10px;font-size:1.2rem;font-weight:600}.ap-front-office>a{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;padding:32px;font-size:.75rem;font-weight:650;text-decoration:none;display:flex}.ap-front-office>a svg{stroke:currentColor;stroke-width:1.6px;width:18px;height:18px}.ap-gabee-strip{background:linear-gradient(135deg,#fff 0%,var(--ap-peach) 100%);border:1px solid var(--ap-line);grid-template-columns:1.2fr .8fr .55fr;width:min(100%,1440px);min-height:210px;margin:0 auto;display:grid}.ap-gabee-strip>*{border-right:1px solid var(--ap-line);min-width:0}.ap-gabee-strip>:last-child{border-right:0}.ap-gabee-strip>div{flex-direction:column;justify-content:center;padding:34px;display:flex}.ap-gabee-strip>div>span{color:var(--ap-orange);letter-spacing:.08em;margin-bottom:14px;font-family:ui-monospace,monospace;font-size:.54rem;font-weight:700}.ap-gabee-strip h2{letter-spacing:-.05em;max-width:510px;margin:0;font-size:clamp(1.7rem,2.5vw,2.5rem);font-weight:500;line-height:1.04}.ap-gabee-strip>p{color:var(--ap-muted);align-items:center;margin:0;padding:34px;font-size:.76rem;line-height:1.55;display:flex}.ap-gabee-strip>a{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;padding:30px;font-size:.69rem;font-weight:700;text-decoration:none;display:flex}.ap-gabee-strip>a svg{stroke:currentColor;stroke-width:1.6px;width:18px;height:18px}.ap-sourcing-flow{border:1px solid var(--ap-line);background:#fff;grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr);width:min(100%,1440px);min-height:620px;margin:0 auto;display:grid}.ap-sourcing-brief,.ap-sourcing-shortlist{flex-direction:column;justify-content:center;min-width:0;padding:clamp(38px,5vw,72px);display:flex}.ap-sourcing-brief{background:linear-gradient(135deg, #fff 10%, var(--ap-peach) 100%)}.ap-sourcing-brief>span,.ap-sourcing-shortlist header>span{color:var(--ap-orange);letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:.56rem;font-weight:750}.ap-sourcing-brief>p{letter-spacing:-.06em;max-width:570px;margin:26px 0 32px;font-size:clamp(2.3rem,3.6vw,4rem);font-weight:500;line-height:1.02}.ap-sourcing-criteria{flex-wrap:wrap;gap:8px;display:flex}.ap-sourcing-criteria span{color:#8a3a1f;background:#fff;border:1px solid #ebc0ae;padding:10px 13px;font-size:.62rem;font-weight:650}.ap-sourcing-arrow{color:#fff;background:var(--ap-orange);border-right:1px solid var(--ap-line);border-left:1px solid var(--ap-line);place-items:center;display:grid}.ap-sourcing-arrow svg{stroke:currentColor;stroke-width:1.4px;width:30px;height:30px}.ap-sourcing-shortlist header{justify-content:space-between;align-items:flex-end;padding-bottom:28px;display:flex}.ap-sourcing-shortlist header strong{letter-spacing:-.03em;font-size:1.1rem;font-weight:600}.ap-sourcing-shortlist>div{border-bottom:1px solid var(--ap-line)}.ap-sourcing-shortlist article{border-top:1px solid var(--ap-line);grid-template-columns:28px 48px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:112px;display:grid}.ap-sourcing-shortlist article>small{color:#9a969c;font-family:ui-monospace,monospace;font-size:.48rem}.ap-sourcing-shortlist article>i{color:#8a3a1f;background:var(--ap-peach);place-items:center;width:44px;height:44px;font-size:.58rem;font-style:normal;font-weight:750;display:grid}.ap-sourcing-shortlist article>p{flex-direction:column;gap:5px;min-width:0;margin:0;display:flex}.ap-sourcing-shortlist article>p strong{font-size:.76rem}.ap-sourcing-shortlist article>p span{color:var(--ap-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.ap-sourcing-statuses{gap:5px;display:flex}.ap-sourcing-statuses>i{color:#fff;background:#27845b;border-radius:50%;place-items:center;width:21px;height:21px;font-size:.4rem;font-style:normal;display:grid}.ap-sourcing-statuses>i.is-not-met{background:var(--ap-orange)}.ap-sourcing-statuses>i.is-unknown{color:#77737a;background:#e5e1dc}.ap-sourcing-shortlist article>b{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:1rem}.ap-process{width:min(100%,1440px);color:var(--ap-ink);border:1px solid var(--ap-line);background:#fff;margin:0 auto}.ap-process-title{background:linear-gradient(135deg,#fff 0%,var(--ap-peach) 100%);border-bottom:1px solid var(--ap-line);align-items:flex-end;min-height:350px;padding:70px clamp(30px,5vw,72px);display:flex}.ap-process-title h2{max-width:870px}.ap-process-grid{grid-template-columns:repeat(3,1fr);display:grid}.ap-process-grid>div{border-right:1px solid var(--ap-line);background:#fff;flex-direction:column;min-height:260px;padding:24px;display:flex}.ap-process-grid>div:nth-child(2){box-shadow:inset 0 4px 0 var(--ap-orange);background:#fffaf7}.ap-process-grid>div:last-child{border-right:0}.ap-process-grid span{color:#7e7a81;font-family:ui-monospace,monospace;font-size:.59rem}.ap-process-grid>div:nth-child(2) span,.ap-process-grid>div:nth-child(2) p{color:var(--ap-muted)}.ap-process-grid h3{letter-spacing:-.05em;margin:auto 0 14px;font-size:clamp(1.6rem,2.5vw,2.3rem);font-weight:500}.ap-process-grid p{max-width:310px;color:var(--ap-muted);margin:0;font-size:.76rem;line-height:1.5}.ap-process-filtering{grid-template-columns:.86fr 1.14fr;display:grid}.ap-process-filtering .ap-process-title{color:#fff;background:var(--ap-ink);border-bottom:0;border-right:1px solid #4c494e;align-items:flex-end;min-height:640px}.ap-process-filtering .ap-process-title h2{font-size:clamp(3rem,4.4vw,4.8rem)}.ap-process-filtering .ap-process-grid{grid-template-columns:1fr}.ap-process-filtering .ap-process-grid>div{border-right:0;border-bottom:1px solid var(--ap-line);grid-template-columns:48px 1fr;align-content:center;gap:0 18px;min-height:213px;display:grid}.ap-process-filtering .ap-process-grid>div:last-child{border-bottom:0}.ap-process-filtering .ap-process-grid h3{margin:0 0 11px}.ap-process-filtering .ap-process-grid p{grid-column:2}.ap-process-rediscovery .ap-process-title{background:#fff;min-height:300px}.ap-rd-process-list>article{border-bottom:1px solid var(--ap-line);grid-template-columns:62px minmax(260px,.82fr) minmax(360px,1.18fr);align-items:center;gap:28px;min-height:220px;padding:28px 36px;display:grid}.ap-rd-process-list>article:last-child{border-bottom:0}.ap-rd-process-list>article:nth-child(2){background:var(--ap-peach);box-shadow:inset 4px 0 0 var(--ap-orange)}.ap-rd-number{color:var(--ap-orange);align-self:start;font-family:ui-monospace,monospace;font-size:.59rem}.ap-rd-process-copy h3{letter-spacing:-.05em;margin:0 0 14px;font-size:clamp(1.6rem,2.5vw,2.3rem);font-weight:500}.ap-rd-process-copy p{max-width:460px;color:var(--ap-muted);margin:0;font-size:.76rem;line-height:1.5}.ap-rd-visual{border:1px solid var(--ap-line);background:#fff;justify-self:end;width:min(100%,570px);min-height:152px;box-shadow:6px 6px #17161914}.ap-rd-query{flex-direction:column;justify-content:center;padding:18px;display:flex}.ap-rd-query>small,.ap-rd-pool header,.ap-rd-ranking>header{color:#858187;letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.38rem}.ap-rd-query>p{border:1px solid var(--ap-ink);grid-template-columns:26px minmax(0,1fr) 27px;align-items:center;gap:8px;min-height:47px;margin:9px 0;padding:0 10px;display:grid}.ap-rd-query>p i{color:var(--ap-orange);font-size:.9rem;font-style:normal}.ap-rd-query>p span{text-overflow:ellipsis;white-space:nowrap;font-size:.52rem;overflow:hidden}.ap-rd-query>p b{color:#fff;background:var(--ap-orange);place-items:center;width:27px;height:27px;display:grid}.ap-rd-query>div{gap:6px;display:flex}.ap-rd-query>div span{color:#8a3a1f;background:#fff8f4;border:1px solid #e5b8a5;padding:6px 8px;font-family:ui-monospace,monospace;font-size:.31rem}.ap-rd-pool{grid-template-columns:1fr .95fr;align-content:center;gap:18px;padding:18px;display:grid}.ap-rd-pool header{grid-column:1/-1;justify-content:space-between;display:flex}.ap-rd-pool header small{color:var(--ap-orange);font-size:inherit}.ap-rd-profile-stack{align-items:center;display:flex}.ap-rd-profile-stack i,.ap-rd-profile-stack b{color:#fff;background:var(--ap-ink);border:2px solid #fff;border-radius:50%;place-items:center;width:36px;height:36px;margin-right:-8px;font-size:.42rem;font-style:normal;display:grid}.ap-rd-profile-stack i:nth-child(2){background:#535057}.ap-rd-profile-stack i:nth-child(3){background:#77737a}.ap-rd-profile-stack i:nth-child(4){background:#a29da4}.ap-rd-profile-stack b{color:#8a3a1f;background:#fff0e8}.ap-rd-pool>p{flex-direction:column;justify-content:center;gap:5px;margin:0;display:flex}.ap-rd-pool>p strong{font-size:.7rem}.ap-rd-pool>p small{color:var(--ap-muted);font-size:.42rem}.ap-rd-ranking{min-height:0}.ap-rd-ranking>header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:38px;padding:0 11px;display:flex}.ap-rd-ranking>header small{color:#aaa5ad;font-size:inherit}.ap-rd-candidate{border-bottom:1px solid var(--ap-line);grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:48px;padding:6px 10px;display:grid}.ap-rd-candidate>i{color:#858187;font-family:ui-monospace,monospace;font-size:.34rem;font-style:normal}.ap-rd-candidate>span:not(.ap-rd-thumbs){flex-direction:column;gap:3px;min-width:0;display:flex}.ap-rd-candidate>span strong{font-size:.48rem}.ap-rd-candidate>span small{color:#858187;text-overflow:ellipsis;white-space:nowrap;font-size:.35rem;overflow:hidden}.ap-rd-candidate>b{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.57rem}.ap-rd-thumbs{gap:4px;display:flex}.ap-rd-thumbs>i{color:#fff;background:#27845b;border-radius:50%;place-items:center;width:19px;height:19px;font-size:.38rem;font-style:normal;display:grid}.ap-rd-thumbs>i.is-partial{background:var(--ap-orange)}.ap-rd-eval-cards{border-bottom:1px solid var(--ap-line);background:#f7f3ee;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:9px;display:grid}.ap-rd-eval-cards article{border:1px solid var(--ap-line);background:#fff;min-width:0;padding:9px}.ap-rd-eval-cards article>header{justify-content:space-between;align-items:center;display:flex}.ap-rd-eval-cards article>header span{color:#27845b;letter-spacing:.04em;align-items:center;gap:4px;font-family:ui-monospace,monospace;font-size:.3rem;font-weight:700;display:flex}.ap-rd-eval-cards article>header span i{color:#fff;background:#27845b;border-radius:50%;place-items:center;width:13px;height:13px;font-size:.28rem;font-style:normal;display:grid}.ap-rd-eval-cards article>header b{color:#77737a;font-family:ui-monospace,monospace;font-size:.32rem}.ap-rd-eval-cards article>em{color:#77737a;min-height:2.4em;margin:9px 0 5px;font-size:.36rem;font-style:italic;line-height:1.2;display:block}.ap-rd-eval-cards article>p{color:#353237;margin:0;font-size:.35rem;line-height:1.35}.ap-info-light{border:1px solid var(--ap-line);background:#fff;grid-template-columns:1.05fr .95fr;width:min(100%,1440px);margin:0 auto;display:grid}.ap-info-light-copy{padding:clamp(52px,5.5vw,82px)}.ap-info-light-copy>span{color:var(--ap-orange);letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:.56rem;font-weight:750}.ap-info-light-copy h2{letter-spacing:-.065em;max-width:720px;margin:32px 0 25px;font-size:clamp(3rem,4.7vw,4.9rem);font-weight:500;line-height:1}.ap-info-light-copy>p{max-width:560px;color:var(--ap-muted);margin:0;font-size:.8rem;line-height:1.6}.ap-info-light-steps{border-top:1px solid var(--ap-line);margin-top:45px}.ap-info-light-steps article{border-bottom:1px solid var(--ap-line);grid-template-columns:44px minmax(0,1fr);align-items:center;gap:18px;min-height:105px;display:grid}.ap-info-light-steps article>span{color:var(--ap-orange);align-self:start;padding-top:22px;font-family:ui-monospace,monospace;font-size:.5rem}.ap-info-light-steps h3{letter-spacing:-.035em;margin:0 0 8px;font-size:1.15rem;font-weight:550}.ap-info-light-steps p{max-width:520px;color:var(--ap-muted);margin:0;font-size:.68rem;line-height:1.5}.ap-info-light-art{background:linear-gradient(145deg,#fff 5%,var(--ap-peach) 100%);border-left:1px solid var(--ap-line);flex-direction:column;justify-content:center;align-items:center;min-height:650px;padding:48px;display:flex}.ap-info-message-card,.ap-info-dossier-card{border:1px solid var(--ap-ink);background:#fff;width:min(100%,410px);box-shadow:7px 7px #17161917}.ap-info-message-card header,.ap-info-dossier-card header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:48px;padding:0 13px;display:flex}.ap-info-message-card header span,.ap-info-message-card header small,.ap-info-dossier-card header span,.ap-info-dossier-card header small{letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:.37rem}.ap-info-message-card header small,.ap-info-dossier-card header small{color:#aaa5ad}.ap-info-message-card>p{margin:0;padding:20px 16px;font-size:.66rem;line-height:1.45}.ap-info-message-card>button{color:#8a3a1f;background:#fff8f4;border:1px solid #e5b8a5;min-height:42px;margin:0 16px 16px;padding:0 13px;font-family:ui-monospace,monospace;font-size:.35rem;font-weight:700}.ap-info-light-link{width:min(100%,410px);min-height:58px;color:var(--ap-orange);grid-template-columns:1fr 34px 1fr;align-items:center;display:grid}.ap-info-light-link span{background:#d8b5a5;height:1px}.ap-info-light-link i{place-items:center;width:34px;height:34px;font-size:.8rem;font-style:normal;display:grid}.ap-info-dossier-card>p{border-bottom:1px solid var(--ap-line);grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:52px;margin:0;padding:0 11px;display:grid}.ap-info-dossier-card>p>i{color:#fff;background:#27845b;place-items:center;width:25px;height:25px;font-size:.46rem;font-style:normal;display:grid}.ap-info-dossier-card>p>span{font-size:.52rem;font-weight:600}.ap-info-dossier-card>p>b{color:#27845b;font-family:ui-monospace,monospace;font-size:.34rem}.ap-info-dossier-card>p.is-waiting>i{color:#77737a;background:#e5e1dc}.ap-info-dossier-card>p.is-waiting>b{color:var(--ap-orange)}.ap-info-dossier-card footer{color:#77737a;letter-spacing:.04em;padding:12px;font-family:ui-monospace,monospace;font-size:.32rem}.ap-info-dossier-card footer span{color:#fff;background:var(--ap-ink);margin-right:5px;padding:4px 5px}.ap-booking-availability{border:1px solid var(--ap-line);background:#fff;grid-template-columns:.9fr 1.1fr;width:min(100%,1440px);min-height:700px;margin:0 auto;display:grid}.ap-booking-availability-copy{flex-direction:column;justify-content:center;padding:clamp(52px,5.5vw,82px);display:flex}.ap-booking-availability-copy>span,.ap-booking-journey-title>span{color:var(--ap-orange);letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:.56rem;font-weight:750}.ap-booking-availability-copy h2,.ap-booking-journey-title h2{letter-spacing:-.065em;margin:30px 0 24px;font-size:clamp(3rem,4.7vw,4.9rem);font-weight:500;line-height:1}.ap-booking-availability-copy>p{max-width:570px;color:var(--ap-muted);margin:0;font-size:.8rem;line-height:1.6}.ap-booking-setting-list{border-top:1px solid var(--ap-line);margin-top:42px}.ap-booking-setting-list article{border-bottom:1px solid var(--ap-line);grid-template-columns:38px minmax(0,1fr);align-items:center;gap:14px;min-height:100px;display:grid}.ap-booking-setting-list article>b{color:var(--ap-orange);align-self:start;padding-top:22px;font-family:ui-monospace,monospace;font-size:.46rem}.ap-booking-setting-list strong{letter-spacing:-.025em;margin-bottom:7px;font-size:1rem;font-weight:600;display:block}.ap-booking-setting-list p{max-width:510px;color:var(--ap-muted);margin:0;font-size:.64rem;line-height:1.45}.ap-booking-availability-art{border-left:1px solid var(--ap-line);background-color:#fff8f4;background-image:linear-gradient(#ec5b2a12 1px,#0000 1px),linear-gradient(90deg,#ec5b2a12 1px,#0000 1px);background-size:52px 52px;place-items:center;min-width:0;padding:clamp(36px,4.5vw,66px);display:grid}.ap-booking-calendar-card{border:1px solid var(--ap-ink);background:#fff;width:min(100%,640px);box-shadow:9px 9px #1716191c}.ap-booking-calendar-card>header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:56px;padding:0 16px;display:flex}.ap-booking-calendar-card>header span,.ap-booking-calendar-card>header small{letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.39rem}.ap-booking-calendar-card>header small{color:#aaa5ad}.ap-booking-calendar-settings{border-bottom:1px solid var(--ap-line);grid-template-columns:repeat(3,1fr);display:grid}.ap-booking-calendar-settings p{border-right:1px solid var(--ap-line);flex-direction:column;justify-content:center;gap:7px;min-height:78px;margin:0;padding:0 15px;display:flex}.ap-booking-calendar-settings p:last-child{border-right:0}.ap-booking-calendar-settings small{color:#858187;letter-spacing:.05em;font-family:ui-monospace,monospace;font-size:.34rem}.ap-booking-calendar-settings strong{align-items:center;gap:6px;font-size:.62rem;font-weight:650;display:flex}.ap-booking-calendar-settings strong i{background:#27845b;border-radius:50%;width:7px;height:7px}.ap-booking-week{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.ap-booking-week article{border-right:1px solid var(--ap-line);flex-direction:column;gap:10px;min-width:0;min-height:285px;padding:13px 8px;display:flex}.ap-booking-week article:last-child{border-right:0}.ap-booking-week article>span{color:#77737a;text-align:center;border-bottom:1px solid var(--ap-line);padding-bottom:12px;font-family:ui-monospace,monospace;font-size:.36rem}.ap-booking-week article>i{color:#8a3a1f;background:#fff8f4;border:1px solid #e5b8a5;place-items:center;min-height:42px;font-family:ui-monospace,monospace;font-size:.36rem;font-style:normal;display:grid}.ap-booking-week article>i.is-open{color:#fff;background:var(--ap-orange);border-color:var(--ap-orange)}.ap-booking-week article>i.is-busy{color:#77737a;background:repeating-linear-gradient(-45deg,#efede9 0 4px,#fff 4px 8px);border-color:#d5d1cc}.ap-booking-calendar-card>footer{border-top:1px solid var(--ap-line);align-items:center;gap:18px;min-height:50px;padding:0 14px;display:flex}.ap-booking-calendar-card>footer span{color:#77737a;align-items:center;gap:6px;font-family:ui-monospace,monospace;font-size:.31rem;display:flex}.ap-booking-calendar-card>footer i{background:var(--ap-orange);width:8px;height:8px}.ap-booking-calendar-card>footer span:last-child i{background:repeating-linear-gradient(-45deg,#bbb 0 2px,#eee 2px 4px)}.ap-booking-journey{border:1px solid var(--ap-line);background:#fff;width:min(100%,1440px);margin:0 auto}.ap-booking-journey-title{color:#fff;background:var(--ap-ink);min-height:360px;padding:75px clamp(30px,6vw,88px)}.ap-booking-journey-title h2{max-width:940px;margin-bottom:0}.ap-booking-journey-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ap-booking-journey-grid>article{border-right:1px solid var(--ap-line);min-width:0}.ap-booking-journey-grid>article:last-child{border-right:0}.ap-booking-step-visual{border-bottom:1px solid var(--ap-line);background:#fff8f4;flex-direction:column;min-height:310px;padding:28px;display:flex}.ap-booking-step-visual>header{letter-spacing:.05em;border-bottom:1px solid var(--ap-line);justify-content:space-between;align-items:center;padding-bottom:14px;font-family:ui-monospace,monospace;font-size:.34rem;display:flex}.ap-booking-step-visual>header small{color:var(--ap-orange);font-size:inherit}.ap-booking-step-copy{min-height:275px;padding:27px}.ap-booking-step-copy>span{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.5rem}.ap-booking-step-copy h3{letter-spacing:-.05em;margin:72px 0 14px;font-size:clamp(1.65rem,2.35vw,2.25rem);font-weight:500;line-height:1.02}.ap-booking-step-copy p{max-width:350px;color:var(--ap-muted);margin:0;font-size:.72rem;line-height:1.55}.ap-booking-channel-tabs{gap:6px;margin:32px 0 20px;display:flex}.ap-booking-channel-tabs span{color:#77737a;border:1px solid var(--ap-line);background:#fff;padding:8px 9px;font-family:ui-monospace,monospace;font-size:.32rem}.ap-booking-channel-tabs span.is-active{color:#fff;background:var(--ap-orange);border-color:var(--ap-orange)}.ap-booking-channel-visual>p{margin:0;font-size:.64rem;line-height:1.5}.ap-booking-channel-visual>b{color:#fff;background:var(--ap-ink);align-self:flex-start;margin-top:19px;padding:11px 12px;font-family:ui-monospace,monospace;font-size:.32rem}.ap-booking-candidate-visual>div{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:24px;display:grid}.ap-booking-candidate-visual>div p{grid-column:1/-1;justify-content:space-between;align-items:center;margin:0 0 6px;display:flex}.ap-booking-candidate-visual>div p strong{font-size:.65rem}.ap-booking-candidate-visual>div p small{color:#858187;font-size:.39rem}.ap-booking-candidate-visual>div>span{color:#8a3a1f;text-align:center;background:#fff;border:1px solid #e5b8a5;padding:11px 4px;font-family:ui-monospace,monospace;font-size:.36rem}.ap-booking-candidate-visual>div>span.is-selected{color:#fff;background:var(--ap-orange);border-color:var(--ap-orange)}.ap-booking-candidate-visual>footer{border:1px solid var(--ap-ink);background:#fff;align-items:center;gap:11px;margin-top:auto;padding:13px;display:flex;box-shadow:5px 5px #17161917}.ap-booking-candidate-visual>footer>i{color:#fff;background:#27845b;place-items:center;width:35px;height:35px;font-style:normal;display:grid}.ap-booking-candidate-visual>footer>span{flex-direction:column;gap:4px;display:flex}.ap-booking-candidate-visual>footer small{color:#858187;font-family:ui-monospace,monospace;font-size:.3rem}.ap-booking-candidate-visual>footer strong{font-size:.55rem}.ap-booking-providers{grid-template-columns:1fr auto 1fr;align-items:center;gap:7px;margin:28px 0 20px;display:grid}.ap-booking-providers>span{border:1px solid var(--ap-line);background:#fff;justify-content:center;align-items:center;gap:7px;min-height:42px;font-family:ui-monospace,monospace;font-size:.28rem;display:flex}.ap-booking-providers>b{color:#858187;font-family:ui-monospace,monospace;font-size:.28rem}.ap-booking-providers i{grid-template-columns:1fr 1fr;gap:1px;width:15px;height:15px;display:grid}.ap-booking-providers i.is-ms{background:conic-gradient(#81bc06 0 25%,#ffba08 0 50%,#05a6f0 0 75%,#f35325 0)}.ap-booking-providers i.is-google{background:conic-gradient(#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);border-radius:50%;transform:none}.ap-booking-event-card{border:1px solid var(--ap-ink);background:#fff;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:82px;padding:12px;display:grid;box-shadow:5px 5px #17161917}.ap-booking-event-card>i{color:#fff;background:var(--ap-orange);place-items:center;width:41px;height:44px;font-size:1rem;font-style:normal;display:grid}.ap-booking-event-card>p{flex-direction:column;gap:5px;min-width:0;margin:0;display:flex}.ap-booking-event-card>p strong{text-overflow:ellipsis;white-space:nowrap;font-size:.52rem;overflow:hidden}.ap-booking-event-card>p span{color:#858187;text-overflow:ellipsis;white-space:nowrap;font-size:.35rem;overflow:hidden}.ap-booking-event-card>b{color:#27845b;font-family:ui-monospace,monospace;font-size:.32rem}.ap-booking-event-visual>footer{color:#77737a;margin-top:auto;font-family:ui-monospace,monospace;font-size:.3rem}.ap-cwa-flow-title>span{color:var(--ap-orange);letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:.56rem;font-weight:750}.ap-cwa-flow-title h2{letter-spacing:-.065em;margin:30px 0 24px;font-size:clamp(3rem,4.7vw,4.9rem);font-weight:500;line-height:1}.ap-cwa-flow{border:1px solid var(--ap-line);background:#fff;width:min(100%,1440px);margin:0 auto}.ap-cwa-flow-title{color:#fff;background:var(--ap-orange);min-height:360px;padding:75px clamp(30px,6vw,88px)}.ap-cwa-flow-title>span{color:#4a2418}.ap-cwa-flow-title h2{max-width:940px;margin-bottom:0}.ap-cwa-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ap-cwa-flow-grid>article{border-right:1px solid var(--ap-line);min-width:0}.ap-cwa-flow-grid>article:last-child{border-right:0}.ap-cwa-step-visual{border-bottom:1px solid var(--ap-line);background:#fff8f4;flex-direction:column;min-height:330px;padding:28px;display:flex}.ap-cwa-step-copy{min-height:275px;padding:27px}.ap-cwa-step-copy>span{color:var(--ap-orange);font-family:ui-monospace,monospace;font-size:.5rem}.ap-cwa-step-copy h3{letter-spacing:-.05em;margin:72px 0 14px;font-size:clamp(1.65rem,2.35vw,2.25rem);font-weight:500;line-height:1.02}.ap-cwa-step-copy p{max-width:350px;color:var(--ap-muted);margin:0;font-size:.72rem;line-height:1.55}.ap-cwa-job-card{border:1px solid var(--ap-ink);background:#fff;width:min(100%,330px);margin:auto;padding:18px;box-shadow:5px 5px #17161917}.ap-cwa-job-card>header{color:var(--ap-orange);justify-content:space-between;align-items:center;font-family:ui-monospace,monospace;font-size:.3rem;display:flex}.ap-cwa-job-card>header small{color:#858187;font-size:inherit}.ap-cwa-job-card>strong{letter-spacing:-.04em;margin:19px 0 14px;font-size:1.25rem;font-weight:550;display:block}.ap-cwa-job-card>div{flex-direction:column;gap:6px;display:flex}.ap-cwa-job-card>div span{background:#e9e6e2;width:100%;height:4px}.ap-cwa-job-card>div span:nth-child(2){width:82%}.ap-cwa-job-card>div span:nth-child(3){width:61%}.ap-cwa-job-card>footer{border-top:1px solid var(--ap-line);align-items:center;gap:14px;margin-top:17px;padding-top:17px;display:flex}.ap-cwa-job-card>footer>div{border:1px solid var(--ap-ink);background:#fff;flex:none;grid-template-rows:repeat(9,1fr);grid-template-columns:repeat(9,1fr);gap:1px;width:66px;height:66px;padding:5px;display:grid}.ap-cwa-job-card>footer i{background:0 0}.ap-cwa-job-card>footer i.is-dark{background:var(--ap-ink)}.ap-cwa-job-card>footer p{flex-direction:column;gap:5px;margin:0;display:flex}.ap-cwa-job-card>footer b{font-family:ui-monospace,monospace;font-size:.38rem}.ap-cwa-job-card>footer small{color:#858187;font-size:.34rem}.ap-cwa-poster-actions{justify-content:center;gap:6px;margin-top:18px;display:flex}.ap-cwa-poster-actions span{color:#8a3a1f;background:#fff;border:1px solid #e5b8a5;padding:8px 9px;font-family:ui-monospace,monospace;font-size:.28rem}.ap-cwa-offer-message>header,.ap-cwa-profile>header{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;min-height:46px;padding:0 12px;font-family:ui-monospace,monospace;font-size:.31rem;display:flex}.ap-cwa-offer-message>header small,.ap-cwa-profile>header small{color:#aaa5ad;font-size:inherit}.ap-cwa-offer-bubble{border:1px solid var(--ap-line);background:#fff;width:89%;margin:24px 0 18px;padding:16px;box-shadow:5px 5px #17161912}.ap-cwa-offer-bubble>small{color:#27845b;font-family:ui-monospace,monospace;font-size:.3rem}.ap-cwa-offer-bubble>p{margin:13px 0;font-size:.58rem;line-height:1.45}.ap-cwa-offer-bubble>span{color:#17633f;background:#eff9f3;border:1px solid #a9d7bf;padding:7px 8px;font-family:ui-monospace,monospace;font-size:.28rem;display:inline-flex}.ap-cwa-offer-match{border:1px solid var(--ap-ink);background:#fff;align-items:center;gap:10px;margin-top:auto;padding:11px;display:flex}.ap-cwa-offer-match>i{color:#fff;background:#27845b;place-items:center;width:33px;height:33px;font-style:normal;display:grid}.ap-cwa-offer-match>p{flex-direction:column;gap:4px;margin:0;display:flex}.ap-cwa-offer-match small{color:#858187;font-family:ui-monospace,monospace;font-size:.28rem}.ap-cwa-offer-match strong{font-size:.52rem}.ap-cwa-profile-head{border-right:1px solid var(--ap-ink);border-left:1px solid var(--ap-ink);background:#fff;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:78px;padding:0 12px;display:grid}.ap-cwa-profile-head>i{color:#fff;background:#27845b;place-items:center;width:38px;height:38px;font-size:.48rem;font-style:normal;display:grid}.ap-cwa-profile-head>p{flex-direction:column;gap:4px;min-width:0;margin:0;display:flex}.ap-cwa-profile-head>p strong{font-size:.57rem}.ap-cwa-profile-head>p span{color:#858187;text-overflow:ellipsis;white-space:nowrap;font-size:.36rem;overflow:hidden}.ap-cwa-profile-head>b{color:#27845b;font-family:ui-monospace,monospace;font-size:.3rem}.ap-cwa-profile-data{border:1px solid var(--ap-ink);border-top:1px solid var(--ap-line);background:#fff}.ap-cwa-profile-data>p{border-bottom:1px solid var(--ap-line);justify-content:space-between;align-items:center;min-height:42px;margin:0;padding:0 12px;display:flex}.ap-cwa-profile-data>p:last-child{border-bottom:0}.ap-cwa-profile-data span,.ap-cwa-profile-data b{font-family:ui-monospace,monospace;font-size:.29rem}.ap-cwa-profile-data b{color:#27845b}.ap-cwa-profile>footer{color:#fff;background:var(--ap-ink);justify-content:space-between;align-items:center;margin-top:auto;padding:13px 11px;font-family:ui-monospace,monospace;font-size:.27rem;display:flex}.ap-cwa-profile>footer span{color:#aaa5ad}.ap-cwa-meta{border:1px solid var(--ap-line);background:#fff;grid-template-columns:1fr 1fr;width:min(100%,1440px);min-height:650px;margin:0 auto;display:grid;overflow:hidden}.ap-cwa-meta-visual{border-right:1px solid var(--ap-line);background-color:#f3f7ff;background-image:linear-gradient(#1a73e812 1px,#0000 1px),linear-gradient(90deg,#1a73e812 1px,#0000 1px);background-size:54px 54px;place-items:center;min-width:0;padding:clamp(38px,5vw,72px);display:grid;position:relative;overflow:hidden}.ap-cwa-meta-badge{border:1px solid var(--ap-ink);background:#fff;width:min(88%,430px);padding:32px;box-shadow:8px 8px #1716191a}.ap-cwa-meta-badge img{width:min(100%,292px);height:auto;display:block}.ap-cwa-meta-badge>span{color:#656269;letter-spacing:.08em;border-top:1px solid var(--ap-line);margin-top:22px;padding-top:22px;font-family:ui-monospace,monospace;font-size:.42rem;display:block}.ap-cwa-meta-number{border:1px solid var(--ap-ink);background:#fff;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:13px;width:min(68%,355px);min-height:92px;padding:15px;display:grid;position:absolute;bottom:70px;right:8%;box-shadow:6px 6px #1716191a}.ap-cwa-meta-number>i{color:#fff;background:#27845b;place-items:center;width:42px;height:42px;font-size:.5rem;font-style:normal;font-weight:750;display:grid}.ap-cwa-meta-number>p{flex-direction:column;gap:4px;min-width:0;margin:0;display:flex}.ap-cwa-meta-number small{color:#77737a;font-family:ui-monospace,monospace;font-size:.29rem}.ap-cwa-meta-number strong{font-size:.55rem}.ap-cwa-meta-number span{color:#77737a;text-overflow:ellipsis;white-space:nowrap;font-size:.33rem;overflow:hidden}.ap-cwa-meta-number>b{color:#27845b;font-family:ui-monospace,monospace;font-size:.29rem}.ap-cwa-meta-copy{flex-direction:column;justify-content:center;padding:clamp(52px,5.5vw,82px);display:flex}.ap-cwa-meta-copy>span{color:#1769d2;letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:.56rem;font-weight:750}.ap-cwa-meta-copy h2{letter-spacing:-.065em;margin:30px 0 24px;font-size:clamp(3rem,4.7vw,4.9rem);font-weight:500;line-height:1}.ap-cwa-meta-copy>p{max-width:570px;color:var(--ap-muted);margin:0;font-size:.8rem;line-height:1.65}.ap-cwa-meta-copy ul{border-top:1px solid var(--ap-line);margin:38px 0 0;padding:0;list-style:none}.ap-cwa-meta-copy li{border-bottom:1px solid var(--ap-line);grid-template-columns:36px minmax(0,1fr);align-items:center;gap:13px;min-height:82px;display:grid}.ap-cwa-meta-copy li i{color:#1769d2;font-family:ui-monospace,monospace;font-size:.38rem;font-style:normal}.ap-cwa-meta-copy li span{color:#4f4c52;font-size:.62rem;line-height:1.5}.ap-cta{background:linear-gradient(135deg,#fff 0%,var(--ap-peach) 100%);border:1px solid var(--ap-line);grid-template-columns:1.25fr .75fr;align-items:center;gap:60px;width:min(100%,1440px);min-height:440px;margin:0 auto;padding:70px clamp(30px,6vw,88px);display:grid}.ap-process-title h2,.ap-cta h2{letter-spacing:-.067em;margin:0;font-size:clamp(3rem,5vw,5.2rem);font-weight:500;line-height:.97}.ap-cta h2{max-width:900px}.ap-cta>a{justify-self:center}@media (width<=900px){.agent-product-page main{gap:24px;padding-bottom:24px}.ap-hero,.ap-hero.has-visual,.agent-product-prequalification .ap-hero{grid-template-columns:1fr}.ap-hero-copy{min-height:630px}.ap-agent-hero-stage,.ap-pq-hero-stage{border-top:1px solid var(--ap-line);border-left:0;min-height:590px}.ap-features-grid article{grid-template-columns:38px 1fr;min-height:250px;padding:26px}.ap-prequal-feature-grid{grid-template-columns:1fr}.ap-prequal-feature-grid>article{border-right:0;border-bottom:1px solid var(--ap-line)}.ap-prequal-feature-grid>article:nth-last-child(-n+2){border-bottom:1px solid var(--ap-line)}.ap-prequal-feature-grid>article:last-child{border-bottom:0}.ap-availability{grid-template-columns:1fr}.ap-availability-copy{border-right:0;border-bottom:1px solid var(--ap-line);min-height:520px}.ap-availability-art{justify-self:center}.ap-ai-act{grid-template-columns:1fr}.ap-ai-act-visual{border-top:1px solid var(--ap-line);border-left:0;min-height:650px}.ap-front-office{grid-template-columns:1fr 1fr}.ap-front-office>:nth-child(2){border-right:0}.ap-front-office>a{border-top:1px solid var(--ap-line);grid-column:1/-1;min-height:90px}.ap-gabee-strip{grid-template-columns:1fr 1fr}.ap-gabee-strip>p{border-right:0}.ap-gabee-strip>a{border-top:1px solid var(--ap-line);grid-column:1/-1;min-height:90px}.ap-sourcing-flow{grid-template-columns:1fr}.ap-sourcing-arrow{border:0;border-top:1px solid var(--ap-line);border-bottom:1px solid var(--ap-line);min-height:88px}.ap-sourcing-arrow svg{transform:rotate(90deg)}.ap-process-filtering{grid-template-columns:1fr}.ap-process-filtering .ap-process-title{border-right:0;border-bottom:1px solid var(--ap-line);min-height:430px}.ap-info-light{grid-template-columns:1fr}.ap-info-light-art{border-top:1px solid var(--ap-line);border-left:0;min-height:590px}.ap-booking-availability{grid-template-columns:1fr}.ap-booking-availability-art{border-top:1px solid var(--ap-line);border-left:0;min-height:620px}.ap-booking-journey-grid{grid-template-columns:1fr}.ap-booking-journey-grid>article{border-right:0;border-bottom:1px solid var(--ap-line);grid-template-columns:.95fr 1.05fr;display:grid}.ap-booking-journey-grid>article:last-child{border-bottom:0}.ap-booking-step-visual{border-right:1px solid var(--ap-line);border-bottom:0}.ap-cwa-flow-grid{grid-template-columns:1fr}.ap-cwa-flow-grid>article{border-right:0;border-bottom:1px solid var(--ap-line);grid-template-columns:.95fr 1.05fr;display:grid}.ap-cwa-flow-grid>article:last-child{border-bottom:0}.ap-cwa-step-visual{border-right:1px solid var(--ap-line);border-bottom:0}.ap-cwa-meta{grid-template-columns:1fr}.ap-cwa-meta-visual{border-right:0;border-bottom:1px solid var(--ap-line);min-height:560px}.ap-rd-process-list>article{grid-template-columns:48px minmax(0,1fr);gap:22px 18px;padding:28px}.ap-rd-visual{grid-column:2;justify-self:stretch;width:100%}.ap-cta{grid-template-columns:1fr;gap:45px}.ap-cta>a{justify-self:start}}@media (width<=640px){.agent-product-page{padding-top:66px}.agent-product-page main{gap:16px;padding-bottom:16px}.ap-hero,.ap-proof-strip,.ap-features,.ap-availability,.ap-ai-act,.ap-info-light,.ap-booking-availability,.ap-booking-journey,.ap-cwa-flow,.ap-cwa-meta,.ap-front-office,.ap-gabee-strip,.ap-sourcing-flow,.ap-process,.ap-cta{border-left:0;border-right:0}.ap-hero:before,.ap-hero:after{width:12px;height:12px;top:28px}.ap-hero-copy{min-height:610px;padding:70px 22px}.ap-product-id{gap:9px;font-size:.62rem}.ap-product-id>small{padding-left:9px;font-size:.5rem}.ap-hero h1{margin-top:36px;font-size:clamp(3rem,14.5vw,4.4rem)}.ap-hero-copy>p{font-size:.95rem}.ap-hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.ap-agent-hero-stage{min-height:500px;padding:30px 16px}.ap-hv{min-height:430px;box-shadow:7px 7px #17161921}.ap-hv-source-map{height:350px}.ap-hv-source-map>strong{font-size:4.4rem;top:125px}.ap-hv-source-map>span{top:205px}.ap-hv-booking-confirm{width:270px;right:-3px}.ap-hv-qr{width:158px;top:25px;left:11px}.ap-hv-qr>div{width:110px;height:110px}.ap-hv-phone{width:min(280px,100% - 30px);bottom:20px;right:10px}.ap-pq-hero-stage{min-height:500px;padding:28px 16px}.ap-pq-hero-visual{min-height:440px}.ap-pq-hero-channels{gap:5px;top:0}.ap-pq-hero-channels span{padding:8px 7px;font-size:.38rem}.ap-pq-live-card{width:calc(100% - 18px);min-height:322px;top:55px}.ap-pq-live-wave{gap:5px;height:115px;padding:0 12px}.ap-pq-live-lines{padding:18px 14px}.ap-pq-summary-card{width:205px;bottom:4px;right:0}.ap-filter-panel,.ap-search-panel,.ap-call-panel,.ap-auto-panel,.ap-info-panel{min-height:430px}.ap-application-panel{min-height:500px}.ap-signal,.ap-filter-rule{right:-5px}.ap-confirm-card{width:275px;right:-5px}.ap-info-message{width:265px;right:-5px}.ap-qr-card{width:165px;top:22px;left:10px}.ap-whatsapp-card{width:min(285px,100% - 35px);bottom:20px;right:10px}.ap-proof-strip{grid-template-columns:1fr}.ap-proof-strip article{border-right:0;border-bottom:1px solid var(--ap-line);min-height:210px;padding:28px 22px}.ap-proof-strip article:last-child{border-bottom:0}.ap-proof-strip strong{font-size:4rem}.ap-process-title{grid-template-columns:1fr;gap:28px;padding-left:22px;padding-right:22px}.ap-process-title h2,.ap-cta h2{grid-column:1;font-size:clamp(2.9rem,14vw,4.5rem)}.ap-features-title{min-height:430px;padding:55px 22px}.ap-features-title h2{font-size:clamp(2.8rem,13.5vw,4.35rem)}.ap-features-grid{grid-template-columns:1fr}.ap-features-grid article{border-right:0;border-bottom:1px solid var(--ap-line);min-height:240px;padding:26px 22px}.ap-features-grid article:nth-last-child(-n+2){border-bottom:1px solid var(--ap-line)}.ap-features-grid article:last-child{border-bottom:0}.ap-features-grid article:nth-child(odd),.ap-features-grid article:nth-child(2n){background:#fff}.ap-features-grid article:nth-child(2n){background:#fffaf7}.ap-prequal-feature-grid>article{grid-template-columns:1fr;min-height:0}.ap-pq-visual{border-right:0;border-bottom:1px solid var(--ap-line);min-height:240px}.ap-pq-feature-copy{min-height:220px;padding:26px 22px}.ap-pq-feature-copy h3{min-height:0;margin-top:38px;font-size:clamp(1.9rem,9.5vw,2.8rem)}.ap-pq-agent{grid-template-columns:72px 1fr;gap:12px;padding:22px}.ap-pq-avatar{min-height:132px}.ap-pq-avatar>span{font-size:2.8rem}.ap-pq-booking{padding:22px}.ap-pq-slots{gap:5px}.ap-pq-radar{grid-template-columns:minmax(0,1fr) 44px;gap:6px;padding:18px 16px}.ap-pq-radar>strong{width:44px;height:44px;font-size:1rem}.ap-pq-report{grid-template-columns:.85fr 1.15fr;padding:22px}.ap-pq-report-score,.ap-pq-report-content{padding:18px}.ap-sourcing-brief,.ap-sourcing-shortlist{padding:48px 22px}.ap-sourcing-brief>p{font-size:clamp(2.35rem,12vw,3.6rem)}.ap-sourcing-shortlist header{flex-direction:column;align-items:flex-start;gap:10px}.ap-sourcing-shortlist article{grid-template-columns:42px minmax(0,1fr) auto;gap:7px 10px;min-height:128px}.ap-sourcing-shortlist article>small{display:none}.ap-sourcing-shortlist article>i{grid-area:1/1;width:38px;height:38px}.ap-sourcing-shortlist article>p{grid-area:1/2}.ap-sourcing-statuses{grid-area:2/2}.ap-sourcing-statuses>i{width:19px;height:19px}.ap-sourcing-shortlist article>b{grid-area:1/3;font-size:.84rem}.ap-availability-copy{min-height:520px;padding:55px 22px}.ap-availability-copy h2{font-size:clamp(2.9rem,13.5vw,4.35rem)}.ap-availability-copy p{font-size:.76rem}.ap-availability-art{width:calc(100% - 28px);min-height:380px;margin:36px 14px}.ap-availability-clock{font-size:3.7rem}.ap-availability-list{padding-left:13px;padding-right:13px}.ap-availability-list article{grid-template-columns:52px 1fr auto}.ap-ai-act-copy{padding:55px 22px}.ap-ai-act-copy h2{font-size:clamp(3.1rem,14vw,4.5rem)}.ap-ai-act-safeguards{grid-template-columns:1fr;margin-top:42px}.ap-ai-act-safeguards article{min-height:135px}.ap-ai-act-visual{min-height:590px;padding:40px 14px}.ap-ai-act-card{box-shadow:7px 7px #17161921}.ap-ai-act-rows p{grid-template-columns:92px minmax(0,1fr) 29px;gap:8px;padding:0 11px}.ap-front-office{grid-template-columns:1fr}.ap-front-office>*{border-right:0;border-bottom:1px solid var(--ap-line);min-height:135px}.ap-front-office>:last-child{border-bottom:0}.ap-front-office>a{grid-column:1}.ap-gabee-strip{grid-template-columns:1fr}.ap-gabee-strip>*{border-right:0;border-bottom:1px solid var(--ap-line);min-height:135px}.ap-gabee-strip>:last-child{border-bottom:0;grid-column:1}.ap-process{padding:0}.ap-process-title{align-items:center;min-height:420px;padding:55px 22px}.ap-process-grid{grid-template-columns:1fr;margin-top:0}.ap-process-grid>div{border-bottom:1px solid #4c494e;border-right:0;min-height:220px}.ap-process-filtering .ap-process-grid>div,.ap-process-rediscovery .ap-process-grid>div{flex-direction:column;align-items:stretch;min-height:220px;padding:24px 22px;display:flex}.ap-process-filtering .ap-process-grid h3,.ap-process-rediscovery .ap-process-grid h3{margin:auto 0 14px}.ap-process-filtering .ap-process-grid p{grid-column:auto}.ap-rd-process-list>article{grid-template-columns:1fr;gap:20px;min-height:0;padding:30px 22px}.ap-rd-number,.ap-rd-process-copy,.ap-rd-visual{grid-column:1}.ap-rd-process-copy h3{font-size:clamp(1.9rem,9.5vw,2.8rem)}.ap-rd-visual{min-height:160px;box-shadow:5px 5px #17161914}.ap-rd-pool{grid-template-columns:1fr;gap:14px}.ap-rd-pool header{grid-column:1}.ap-rd-pool>p{margin-top:4px}.ap-rd-ranking{min-height:0}.ap-rd-candidate{grid-template-columns:22px minmax(0,1fr) auto}.ap-rd-candidate>span:not(.ap-rd-thumbs){grid-area:1/2}.ap-rd-candidate>b{grid-area:1/3}.ap-rd-thumbs{grid-area:2/2}.ap-rd-eval-cards{grid-template-columns:1fr}.ap-rd-eval-cards article>em{min-height:0}.ap-info-light-copy{padding:55px 22px}.ap-info-light-copy h2{font-size:clamp(2.9rem,13.5vw,4.35rem)}.ap-info-light-copy>p{font-size:.76rem}.ap-info-light-steps article{grid-template-columns:34px minmax(0,1fr);gap:12px;min-height:125px}.ap-info-light-art{min-height:560px;padding:42px 16px}.ap-info-message-card,.ap-info-dossier-card{box-shadow:5px 5px #17161917}.ap-booking-availability-copy{padding:55px 22px}.ap-booking-availability-copy h2,.ap-booking-journey-title h2{font-size:clamp(2.9rem,13.5vw,4.35rem)}.ap-booking-availability-copy>p{font-size:.76rem}.ap-booking-setting-list article{min-height:120px}.ap-booking-availability-art{min-height:520px;padding:38px 12px}.ap-booking-calendar-card{box-shadow:6px 6px #1716191a}.ap-booking-calendar-card>header{padding:0 11px}.ap-booking-calendar-settings p{min-height:72px;padding:0 9px}.ap-booking-week article{gap:7px;min-height:245px;padding:10px 4px}.ap-booking-week article>i{min-height:38px;font-size:.31rem}.ap-booking-calendar-card>footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.ap-booking-journey-title{min-height:390px;padding:62px 22px}.ap-booking-journey-grid>article{grid-template-columns:1fr}.ap-booking-step-visual{border-right:0;border-bottom:1px solid var(--ap-line);min-height:285px;padding:24px 20px}.ap-booking-step-copy{min-height:235px;padding:26px 22px}.ap-booking-step-copy h3{margin-top:48px;font-size:clamp(1.9rem,9.5vw,2.8rem)}.ap-cwa-flow-title h2{font-size:clamp(2.9rem,13.5vw,4.35rem)}.ap-cwa-flow-title{min-height:390px;padding:62px 22px}.ap-cwa-flow-grid>article{grid-template-columns:1fr}.ap-cwa-step-visual{border-right:0;border-bottom:1px solid var(--ap-line);min-height:300px;padding:24px 20px}.ap-cwa-step-copy{min-height:235px;padding:26px 22px}.ap-cwa-step-copy h3{margin-top:48px;font-size:clamp(1.9rem,9.5vw,2.8rem)}.ap-cwa-meta-visual{min-height:480px;padding:38px 18px}.ap-cwa-meta-badge{width:calc(100% - 28px);padding:24px}.ap-cwa-meta-number{width:calc(100% - 52px);bottom:42px;right:14px}.ap-cwa-meta-copy{padding:55px 22px}.ap-cwa-meta-copy h2{font-size:clamp(2.9rem,13.5vw,4.35rem)}.ap-cwa-meta-copy>p{font-size:.76rem}.ap-process-grid>div:last-child{border-bottom:0}.ap-cta{min-height:500px;padding:55px 22px}}@media (prefers-reduced-motion:reduce){.ap-pq-hero-channels span,.ap-hv-profile-list>p,.ap-hv-source-map>i.is-hot:after,.ap-hv-calendar i.is-selected,.ap-pq-live-card header span i,.ap-pq-live-wave i,.ap-pq-live-lines span:after,.ap-pq-summary-card,.ap-pq-summary-card>div i,.ap-cv-document>i{animation:none}}.pricing-page{--pricing-ink:#171619;--pricing-paper:#f7f6f2;--pricing-line:#d8d6d0;--pricing-muted:#68666a;--pricing-orange:#ec5b2a;color:var(--pricing-ink);background:var(--pricing-paper);padding-top:72px}.pricing-page *,.pricing-page :before,.pricing-page :after{box-sizing:border-box}.pricing-page svg{stroke:currentColor;stroke-width:1.6px;width:18px;height:18px}.pricing-page main{overflow:hidden}.pricing-products>span{color:var(--pricing-muted);letter-spacing:.04em;font-size:.65rem;font-weight:650}.pricing-plans{border:1px solid var(--pricing-line);border-bottom:0;grid-template-columns:repeat(4,1fr);width:min(100%,1440px);margin:72px auto 0;display:grid}.pricing-plans article{border-right:1px solid var(--pricing-line);background:#fff;flex-direction:column;min-width:0;min-height:590px;padding:36px 25px 28px;display:flex;position:relative}.pricing-plans article:last-child{border-right:0}.pricing-plans article.is-featured{color:#fff;background:var(--pricing-ink)}.pricing-featured{color:var(--pricing-ink);background:var(--pricing-orange);padding:6px 8px;font-size:.58rem;font-weight:650;position:absolute;top:18px;right:20px}.pricing-plans h2{letter-spacing:-.05em;margin:36px 0 28px;font-size:clamp(2rem,2.7vw,3rem);font-weight:500}.pricing-price{flex-wrap:wrap;align-items:baseline;min-height:83px;display:flex}.pricing-price strong{letter-spacing:-.07em;font-size:clamp(2.5rem,4vw,4.2rem);font-weight:500;line-height:.95}.pricing-price span{color:var(--pricing-muted);margin-left:7px;font-size:.7rem}.pricing-plans .is-featured .pricing-price span{color:#aaa6ad}.pricing-credit{border-top:1px solid;border-bottom:1px solid;flex-direction:column;gap:4px;margin:23px 0;padding:19px 0;display:flex}.pricing-credit span{letter-spacing:-.04em;font-size:1.7rem;font-weight:650}.pricing-credit small{letter-spacing:.04em;opacity:.65;font-size:.6rem}.pricing-plans article>p{min-height:65px;color:var(--pricing-muted);margin:0 0 22px;font-size:.82rem;line-height:1.5}.pricing-plans .is-featured>p{color:#aaa6ad}.pricing-plans ul{flex-direction:column;gap:11px;margin:0 0 28px;padding:0;list-style:none;display:flex}.pricing-plans li{padding-left:15px;font-size:.68rem;line-height:1.4;position:relative}.pricing-plans li:before{content:"+";position:absolute;left:0}.pricing-plans article>a{color:#fff;text-transform:uppercase;background:var(--pricing-ink);justify-content:space-between;align-items:center;min-height:51px;margin-top:auto;padding:0 15px;font-family:ui-monospace,monospace;font-size:.6rem;font-weight:700;text-decoration:none;display:flex}.pricing-plans .is-featured>a{color:var(--pricing-ink);background:var(--pricing-orange)}.pricing-credits{width:min(100%,1440px);min-height:690px;color:var(--pricing-ink);border-right:1px solid var(--pricing-line);border-bottom:1px solid var(--pricing-line);border-left:1px solid var(--pricing-line);background:#fff;grid-template-columns:.76fr 1.24fr;margin:0 auto;display:grid}.pricing-credits header{border-right:1px solid var(--pricing-line);flex-direction:column;justify-content:center;align-items:flex-start;padding:65px clamp(32px,5vw,70px);display:flex}.pricing-credits h2{letter-spacing:-.068em;margin:0 0 28px;font-size:clamp(3rem,4.7vw,5.1rem);font-weight:500;line-height:.94}.pricing-credits header p{max-width:450px;color:var(--pricing-muted);margin:0;line-height:1.55}.pricing-credit-list{flex-direction:column;justify-content:center;padding:55px clamp(25px,4vw,58px);display:flex}.pricing-credit-list>div{border-top:1px solid var(--pricing-line);grid-template-columns:1fr 105px 1.25fr;align-items:center;gap:20px;min-height:92px;display:grid}.pricing-credit-list>div:last-child{border-bottom:1px solid var(--pricing-line)}.pricing-credit-list strong{font-size:.82rem}.pricing-credit-list b{color:var(--pricing-orange);font-size:.78rem}.pricing-credit-list p{color:var(--pricing-muted);margin:0;font-size:.7rem;line-height:1.45}.pricing-products{border-right:1px solid var(--pricing-line);border-bottom:1px solid var(--pricing-line);border-left:1px solid var(--pricing-line);background:#fff;grid-template-columns:.7fr repeat(3,1fr);width:min(100%,1440px);margin:0 auto;display:grid}.pricing-products>*{border-right:1px solid var(--pricing-line);align-items:center;min-height:125px;padding:0 28px;display:flex}.pricing-products>:last-child{border-right:0}.pricing-products a{color:inherit;justify-content:space-between;font-size:.8rem;font-weight:650;text-decoration:none}.pricing-cta{color:#fff;background:var(--pricing-orange);grid-template-columns:1fr .45fr;width:min(100%,1440px);min-height:390px;margin:0 auto;display:grid}.pricing-cta>div{padding:65px clamp(35px,6vw,88px)}.pricing-cta h2{letter-spacing:-.072em;margin:0;font-size:clamp(3.6rem,6vw,6.4rem);font-weight:500;line-height:.9}.pricing-cta>a{color:#fff;text-transform:uppercase;background:var(--pricing-ink);justify-content:space-between;align-items:center;padding:0 45px;font-family:ui-monospace,monospace;font-size:.7rem;font-weight:700;text-decoration:none;display:flex}@media (width<=1050px){.pricing-plans{grid-template-columns:repeat(2,1fr)}.pricing-plans article:nth-child(2){border-right:0}.pricing-plans article:nth-child(-n+2){border-bottom:1px solid var(--pricing-line)}.pricing-products{grid-template-columns:1fr 1fr}.pricing-products>*{border-bottom:1px solid var(--pricing-line)}}@media (width<=760px){.pricing-page{padding-top:66px}.pricing-plans{grid-template-columns:1fr;margin-top:28px}.pricing-plans article{border-right:0;border-bottom:1px solid var(--pricing-line);min-height:570px}.pricing-credits{grid-template-columns:1fr}.pricing-credits header{border-right:0;border-bottom:1px solid var(--pricing-line);min-height:560px;padding:55px 22px}.pricing-credit-list{padding:35px 22px}.pricing-credit-list>div{grid-template-columns:1fr auto;min-height:120px}.pricing-credit-list p{grid-column:1/-1;padding-bottom:18px}.pricing-products{grid-template-columns:1fr}.pricing-products>*{border-right:0;min-height:96px}.pricing-cta{grid-template-columns:1fr}.pricing-cta>div{min-height:380px;padding:50px 22px}.pricing-cta h2{font-size:clamp(3.5rem,16vw,5rem)}.pricing-cta>a{min-height:100px;padding:0 22px}}.lang-dropdown{display:inline-flex;position:relative}.lang-dropdown-trigger{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .6rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:opacity .2s,background .2s;display:inline-flex}.lang-dropdown-trigger:hover{opacity:1;background:#0000000d}.lang-dropdown-trigger svg{opacity:.6}.lang-current{letter-spacing:.02em;font-size:.75rem}.lang-chevron{transition:transform .2s;display:flex}.lang-chevron.open{transform:rotate(180deg)}.lang-dropdown-menu{z-index:1000;background:#fff;border-radius:8px;min-width:60px;margin:0;padding:.25rem;list-style:none;animation:.15s langDropdownFadeIn;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 16px #0000001f,0 1px 3px #00000014}@keyframes langDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lang-dropdown-menu li{margin:0;padding:0}.lang-option{cursor:pointer;text-align:center;width:100%;color:inherit;background:0 0;border:none;border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .15s;display:block}.lang-option:hover{background:#0000000d}.lang-option.active{color:var(--color-primary,#007bff);background:#00000014}@media (width<=48em){.lang-dropdown-menu{left:0;right:auto}.mobile-language-selector{margin-bottom:1rem}.mobile-language-selector .lang-dropdown-trigger{background:#00000008;border-radius:8px;padding:.5rem .75rem}}.docs-navbar{background:var(--white);border-bottom:1px solid var(--gray-200);height:56px;padding:0 var(--spacing-lg);align-items:center;gap:var(--spacing-lg);z-index:102;display:flex;position:fixed;top:0;left:0;right:0}.docs-navbar-left{align-items:center;gap:var(--spacing-sm);min-width:0;display:flex}.docs-navbar-drawer-toggle{cursor:pointer;color:var(--text-primary);border-radius:var(--radius-md);background:0 0;border:none;padding:6px;display:none}.docs-navbar-drawer-toggle:hover{background:var(--gray-100)}.docs-navbar-brand{cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:var(--font-bold);color:var(--text-primary);border-radius:var(--radius-md);white-space:nowrap;background:0 0;border:none;padding:4px 8px}.docs-navbar-brand:hover{background:var(--gray-100)}.docs-navbar-brand-highlight{color:var(--primary-color)}.docs-navbar-tabs{scrollbar-width:none;flex:1;align-items:center;gap:2px;display:flex;overflow-x:auto}.docs-navbar-tabs::-webkit-scrollbar{display:none}.docs-navbar-tab{cursor:pointer;font-family:inherit;font-size:var(--font-size-sm);font-weight:var(--font-medium);color:var(--text-secondary);border-radius:var(--radius-md);white-space:nowrap;background:0 0;border:none;padding:8px 14px;transition:all .15s}.docs-navbar-tab:hover{background:var(--gray-100);color:var(--text-primary)}.docs-navbar-tab--active{background:var(--primary-50,#fcead8);color:var(--primary-color)}.docs-navbar-tab--active:hover{background:var(--primary-100,#f8d0b0);color:var(--primary-color)}.docs-navbar-right{align-items:center;gap:var(--spacing-sm);display:flex}@media (width<=768px){.docs-navbar{padding:0 var(--spacing-md);gap:var(--spacing-sm)}.docs-navbar-drawer-toggle{display:flex}.docs-navbar-tabs{gap:0}.docs-navbar-tab{padding:6px 10px;font-size:.85rem}}.docs-sidebar{background:var(--white);border-right:1px solid var(--gray-200);z-index:101;flex-direction:column;width:260px;height:calc(100vh - 56px);transition:transform .3s;display:flex;position:fixed;top:56px;left:0;overflow-y:auto}.docs-sidebar-title{padding:var(--spacing-md) var(--spacing-lg) var(--spacing-sm);font-size:.75rem;font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.docs-sidebar-nav{padding:0 var(--spacing-sm) var(--spacing-md);flex-direction:column;flex:1;gap:2px;display:flex}.docs-sidebar-item{border-radius:var(--radius-md);color:var(--text-secondary);font-size:.875rem;font-weight:var(--font-medium);cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:0;width:100%;padding:8px 12px 8px 14px;font-family:inherit;line-height:1.4;transition:all .15s;display:block}.docs-sidebar-item:hover{background:var(--gray-100);color:var(--text-primary)}.docs-sidebar-item--active{color:var(--primary-color);border-left-color:var(--primary-color);background:var(--primary-50,#fcead8)}.docs-sidebar-item--active:hover{background:var(--primary-100,#f8d0b0)}.docs-sidebar-overlay{display:none}@media (width<=768px){.docs-sidebar{height:calc(100vh - 56px);top:56px;transform:translate(-100%);box-shadow:2px 0 12px #00000014}.docs-sidebar--open{transform:translate(0)}.docs-sidebar-overlay{z-index:100;background:#0000004d;display:block;position:fixed;inset:56px 0 0}}.docs-layout{background:var(--background-color,#f8f7f3);min-height:100vh}.docs-main{background:var(--background-color,#f8f7f3);min-height:100vh;padding-top:56px}.docs-layout--with-drawer .docs-main{margin-left:260px}@media (width<=768px){.docs-layout--with-drawer .docs-main{margin-left:0}}.docs-page{max-width:900px;padding:var(--spacing-3xl) var(--spacing-xl);margin:0 auto;animation:.3s docsPageFadeIn}@keyframes docsPageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.docs-page-header{margin-bottom:var(--spacing-3xl)}.docs-page-header h1{font-size:2.5rem;font-weight:var(--font-bold);color:var(--text-primary);margin:0 0 var(--spacing-md);letter-spacing:-.02em}.docs-page-subtitle{font-size:var(--font-size-medium);color:var(--text-secondary);line-height:var(--leading-relaxed);max-width:700px;margin:0}.docs-section{background:var(--white);padding:var(--spacing-2xl);border-radius:var(--radius-lg);margin-bottom:var(--spacing-xl);border:1px solid var(--gray-200)}.docs-section h2{color:var(--text-primary);margin:0 0 var(--spacing-lg);font-size:var(--font-size-medium-large);font-weight:var(--font-semibold);border-bottom:1px solid var(--gray-200);padding-bottom:var(--spacing-sm)}.docs-section h3{color:var(--text-primary);margin:var(--spacing-xl) 0 var(--spacing-sm);font-size:var(--font-size-medium);font-weight:var(--font-semibold)}.docs-section p{color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--spacing-md);font-size:var(--font-size-base)}.docs-section pre{color:#d4d4d4;padding:var(--spacing-lg);border-radius:var(--radius-md);margin:var(--spacing-lg) 0;background:#1e1e1e;font-size:.9rem;overflow-x:auto}.docs-section code{font-family:Consolas,Monaco,monospace}.docs-table{border-collapse:collapse;width:100%;margin-top:var(--spacing-lg);font-size:var(--font-size-base)}.docs-table th,.docs-table td{padding:var(--spacing-md);text-align:left;border-bottom:1px solid var(--gray-200);color:var(--text-secondary)}.docs-table th{background-color:var(--gray-100);font-weight:var(--font-semibold);color:var(--text-primary)}.docs-table tr:last-child td{border-bottom:none}.docs-table td code{color:var(--primary-color);background:#e9602114;border-radius:4px;padding:2px 6px;font-size:.9em}.docs-sub-table-title{margin-top:var(--spacing-lg);font-size:var(--font-size-small);font-weight:var(--font-semibold);color:var(--text-secondary);margin-bottom:0}.docs-table--nested{margin-top:var(--spacing-sm);margin-left:var(--spacing-lg);width:calc(100% - var(--spacing-lg));border-left:3px solid var(--primary-100,#f8d0b0)}.docs-table--nested th{background-color:var(--gray-50);font-size:var(--font-size-small)}.docs-table--nested td{font-size:var(--font-size-small)}.docs-cards-grid{gap:var(--spacing-lg);margin-top:var(--spacing-xl);grid-template-columns:repeat(3,1fr);display:grid}.docs-card{background:var(--gray-50,#f8f9fa);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--spacing-xl);transition:all .2s}.docs-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #e960211a}.docs-card-clickable{cursor:pointer}.docs-card-icon{margin-bottom:var(--spacing-md);font-size:2rem}.docs-card h3{font-size:var(--font-size-medium);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 var(--spacing-sm)}.docs-card p{color:var(--text-secondary);font-size:var(--font-size-small);margin:0;line-height:1.5}.docs-steps{gap:var(--spacing-lg);margin-top:var(--spacing-xl);flex-direction:column;display:flex}.docs-step{gap:var(--spacing-lg);align-items:flex-start;display:flex}.docs-step-number{background:var(--primary-color);width:36px;height:36px;color:var(--white);font-weight:var(--font-bold);font-size:var(--font-size-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.docs-step h3{font-size:var(--font-size-base);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 4px}.docs-step p{color:var(--text-secondary);font-size:var(--font-size-small);margin:0;line-height:1.5}.docs-search-bar{align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-xl);display:flex}.docs-search-input{border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:var(--font-size-base);color:var(--text-primary);background:var(--white);flex:1;padding:10px 16px;font-family:inherit;transition:border-color .2s}.docs-search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #e960211a}.docs-search-count{font-size:var(--font-size-small);color:var(--text-muted);white-space:nowrap}.languages-grid{margin-top:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;display:grid}.language-item{background:var(--gray-100);border-radius:var(--radius-md);font-size:var(--font-size-sm,.9rem);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.language-name{color:var(--text-primary);font-weight:var(--font-medium)}.language-code{color:var(--primary-color);background:#0000000d;border-radius:4px;padding:2px 8px;font-family:Consolas,Monaco,monospace;font-size:.85em}@media (width<=768px){.docs-page{padding:var(--spacing-xl) var(--spacing-md)}.docs-page-header h1{font-size:1.75rem}.docs-section{padding:var(--spacing-lg)}.docs-cards-grid{grid-template-columns:1fr}.languages-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.code-block-wrapper{margin:var(--spacing-lg) 0;position:relative}.code-block-wrapper pre{color:#d4d4d4;padding:var(--spacing-lg);border-radius:var(--radius-md);background:#1e1e1e;margin:0;font-size:.9rem;overflow-x:auto}.code-block-wrapper code{font-family:Consolas,Monaco,monospace}.copy-button{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;align-items:center;gap:6px;padding:6px 10px;font-size:.8rem;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.copy-button:hover{background:#fff3}.copy-button.copied{color:#4cd964;background:#28a74533;border-color:#28a74580}.copy-button svg{width:14px;height:14px}.marketing-header{--mh-ink:#171619;--mh-paper:#fff;--mh-line:#d9d7d1;--mh-orange:#ec5b2a;z-index:1000;min-height:72px;color:var(--mh-ink);border-bottom:1px solid var(--mh-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;grid-template-columns:220px minmax(0,1fr) auto;align-items:stretch;display:grid;position:fixed;top:0;left:0;right:0}.marketing-header *,.marketing-header :before,.marketing-header :after{box-sizing:border-box}.marketing-brand{color:var(--mh-ink);letter-spacing:-.055em;border-right:1px solid var(--mh-line);align-items:center;gap:11px;padding:0 24px;font-size:1.24rem;font-weight:700;text-decoration:none;display:flex}.marketing-brand img{object-fit:contain;width:26px;height:26px}.marketing-brand span:after{color:var(--mh-orange);content:"."}.marketing-nav{align-items:stretch;min-width:0;display:flex}.marketing-nav>a,.marketing-products>button{color:#353337;border:0;border-right:1px solid var(--mh-line);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;min-width:115px;padding:0 clamp(13px,1.4vw,23px);font-family:inherit;font-size:.77rem;font-weight:600;text-decoration:none;display:flex}.marketing-products>button{min-width:125px}.marketing-nav>a:hover,.marketing-products>button:hover,.marketing-nav>a.is-active,.marketing-products>button.is-active{color:var(--mh-ink);background:#fff}.marketing-products{display:flex;position:relative}.marketing-products>button svg{stroke:currentColor;stroke-width:1.6px;width:14px;height:14px;transition:transform .16s}.marketing-products.is-open>button svg{transform:rotate(180deg)}.marketing-products-menu{width:min(920px,100vw - 236px);color:var(--mh-ink);border:1px solid var(--mh-line);background:#fff;display:none;position:absolute;top:100%;left:0;box-shadow:0 14px 30px #1716191a}.marketing-products.is-open .marketing-products-menu{display:block}.marketing-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.marketing-product-column{border-right:1px solid var(--mh-line);min-width:0;padding:18px}.marketing-product-column:last-child{border-right:0}.marketing-product-column-head{min-height:54px;color:inherit;border-bottom:1px solid var(--mh-line);grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:0 0 14px;display:grid}.marketing-product-logo{border:1px solid var(--mh-line);background:#f7f6f2;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.marketing-product-logo>svg{stroke:currentColor;stroke-width:1.6px;width:20px;height:20px}.marketing-product-column-head>strong{font-size:.78rem;font-weight:700}.marketing-agent-links{flex-direction:column;display:flex}.marketing-agent-link{color:#59565c;border-bottom:1px solid #eeece8;justify-content:space-between;align-items:center;min-height:44px;padding:7px 0;font-size:.68rem;font-weight:550;line-height:1.35;text-decoration:none;display:flex}.marketing-agent-link>svg{stroke:currentColor;stroke-width:1.5px;opacity:0;flex:none;width:13px;height:13px;margin-left:7px;transition:opacity .14s}.marketing-agent-link:hover,.marketing-agent-link.is-active{color:var(--mh-ink)}.marketing-agent-link:hover>svg,.marketing-agent-link.is-active>svg{opacity:1}.marketing-gabee-link{color:#fff;background:var(--mh-ink);justify-content:space-between;align-items:center;min-height:42px;margin-top:10px;padding:0 10px;font-size:.64rem;font-weight:700;text-decoration:none;display:flex}.marketing-gabee-link svg{stroke:currentColor;stroke-width:1.5px;width:15px;height:15px}.marketing-header-actions{align-items:stretch;display:flex}.marketing-header-actions .lang-dropdown{border-left:1px solid var(--mh-line);align-items:stretch;padding:0}.marketing-header-actions .lang-dropdown-trigger{color:#353337;opacity:1;background:0 0;border-radius:0;justify-content:center;gap:7px;min-width:90px;height:100%;padding:0 15px;font-size:.77rem;font-weight:600}.marketing-header-actions .lang-dropdown-trigger:hover,.marketing-header-actions .lang-dropdown-trigger[aria-expanded=true]{color:var(--mh-ink);background:#fff}.marketing-header-actions .lang-dropdown-trigger>svg{opacity:.6;width:15px;height:15px}.marketing-header-actions .lang-current{font-size:.72rem;font-weight:600}.marketing-header-actions .lang-chevron>svg{width:11px;height:11px}.marketing-header-actions .lang-dropdown-menu{border:1px solid var(--mh-line);background:#fff;border-radius:0;min-width:calc(100% + 1px);padding:0;top:100%;right:-1px;box-shadow:0 14px 30px #1716191a}.marketing-header-actions .lang-dropdown-menu li:not(:last-child){border-bottom:1px solid var(--mh-line)}.marketing-header-actions .lang-option{color:#59565c;border-radius:0;min-height:44px;padding:0 15px;font-size:.7rem}.marketing-header-actions .lang-option:hover{color:var(--mh-ink);background:#f7f6f2}.marketing-header-actions .lang-option.active{color:var(--mh-orange);background:#fff8f4}.marketing-login{color:#fff;background:var(--mh-orange);border-left:1px solid var(--mh-orange);align-items:center;padding:0 20px;font-size:.76rem;font-weight:700;text-decoration:none;display:flex}.marketing-login:hover{background:#d94e20}.marketing-demo{letter-spacing:.04em;text-transform:uppercase;background:var(--mh-ink);justify-content:center;align-items:center;gap:16px;min-width:172px;padding:0 20px;font-size:.68rem;font-weight:750;text-decoration:none;display:flex;color:#fff!important}.marketing-demo svg{stroke:currentColor;stroke-width:1.6px;width:18px;height:18px}.marketing-menu-button,.marketing-nav-mobile-actions,.marketing-nav-mobile-language{display:none}@media (width<=1180px){.marketing-header{grid-template-columns:185px minmax(0,1fr) auto}.marketing-nav>a,.marketing-products>button{min-width:auto;padding:0 12px;font-size:.68rem}.marketing-login{display:none}.marketing-demo{min-width:150px}}@media (width<=820px){.marketing-header{grid-template-columns:1fr auto;min-height:66px}.marketing-brand{border-right:0}.marketing-header-actions{display:none}.marketing-menu-button{border:0;border-left:1px solid var(--mh-line);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:66px;height:65px;padding:0;display:flex}.marketing-menu-button span{background:var(--mh-ink);width:22px;height:1px;transition:transform .16s}.marketing-menu-button[aria-expanded=true] span:first-child{transform:translateY(4px)rotate(45deg)}.marketing-menu-button[aria-expanded=true] span:last-child{transform:translateY(-4px)rotate(-45deg)}.marketing-nav{background:var(--mh-paper);border-top:1px solid var(--mh-line);border-bottom:1px solid var(--mh-ink);flex-direction:column;max-height:calc(100vh - 65px);display:none;position:absolute;top:65px;left:0;right:0;overflow-y:auto;box-shadow:0 18px 35px #1716191f}.marketing-nav.is-open{display:flex}.marketing-products{display:block}.marketing-nav>a,.marketing-products>button{border-right:0;border-bottom:1px solid var(--mh-line);justify-content:space-between;width:100%;min-height:57px;padding:0 20px;font-size:.79rem}.marketing-products-menu{width:100%;box-shadow:none;border:0;position:static}.marketing-products-grid{grid-template-columns:1fr}.marketing-product-column{border-right:0;border-bottom:1px solid var(--mh-line);padding:14px 20px}.marketing-product-column:last-child{border-bottom:0}.marketing-product-column-head{grid-template-columns:43px 1fr;min-height:58px;padding-bottom:10px}.marketing-product-logo{width:43px;height:43px}.marketing-product-logo>svg{width:24px;height:24px}.marketing-agent-link{min-height:42px;padding-left:53px}.marketing-gabee-link{margin-left:53px}.marketing-nav-mobile-language{border-bottom:1px solid var(--mh-line);justify-content:space-between;align-items:center;min-height:57px;padding:0 20px;display:flex}.marketing-nav-mobile-language>span{color:#59565c;font-size:.76rem;font-weight:600}.marketing-nav-mobile-language .lang-dropdown-trigger{min-height:38px;color:var(--mh-ink);border:1px solid var(--mh-line);opacity:1;background:#f7f6f2;border-radius:0;padding:0 10px}.marketing-nav-mobile-language .lang-dropdown-menu{border:1px solid var(--mh-line);border-radius:0;min-width:72px;left:auto;right:0;box-shadow:0 12px 24px #1716191a}.marketing-nav-mobile-language .lang-option{border-radius:0}.marketing-nav-mobile-actions{grid-template-columns:1fr 1fr;display:grid}.marketing-nav-mobile-actions>a:first-child{color:#fff;background:var(--mh-orange);justify-content:center;align-items:center;min-height:58px;font-size:.76rem;font-weight:700;text-decoration:none;display:flex}}@media (width<=420px){.marketing-nav-mobile-actions .marketing-demo{min-width:0;padding:0 12px;font-size:.59rem}}.marketing-footer{--footer-line:#454247;--footer-muted:#aaa6ad;color:#fff;background:#171619;position:relative;overflow:hidden}.marketing-footer *,.marketing-footer :before,.marketing-footer :after{box-sizing:border-box}.marketing-footer svg{stroke:currentColor;stroke-width:1.6px;width:14px;height:14px}.marketing-footer-main{border-right:1px solid var(--footer-line);border-left:1px solid var(--footer-line);grid-template-columns:.72fr 1.28fr;width:min(100%,1440px);min-height:390px;margin:0 auto;display:grid}.marketing-footer-brand{border-right:1px solid var(--footer-line);flex-direction:column;justify-content:space-between;padding:55px clamp(30px,5vw,68px);display:flex}.marketing-footer-brand-top{flex-direction:column;align-items:flex-start;gap:28px;display:flex}.marketing-footer-brand-logo{color:#fff;letter-spacing:-.045em;align-items:center;gap:11px;font-size:1.45rem;font-weight:700;text-decoration:none;display:inline-flex}.marketing-footer-brand img{object-fit:contain;background:#fff;width:36px;height:36px;padding:4px}.marketing-footer-studio{color:#fff;background:#ec5b2a;justify-content:space-between;align-items:center;gap:22px;min-height:48px;padding:0 18px;font-size:.68rem;font-weight:700;text-decoration:none;display:inline-flex}.marketing-footer-studio:hover{background:#d94e20}.marketing-footer-brand p{max-width:390px;color:var(--footer-muted);margin:0;line-height:1.55}.marketing-footer-links{grid-template-columns:repeat(3,1fr);display:grid}.marketing-footer-links>div{border-right:1px solid var(--footer-line);flex-direction:column;gap:16px;padding:59px 32px;display:flex}.marketing-footer-links>div:last-child{border-right:0}.marketing-footer-links span{color:#77737a;letter-spacing:.07em;margin-bottom:17px;font-family:ui-monospace,monospace;font-size:.57rem;font-weight:700}.marketing-footer-links a{color:#d6d3d8;align-self:flex-start;align-items:center;gap:5px;font-size:.72rem;line-height:1.35;text-decoration:none;display:inline-flex}.marketing-footer-links a:hover{color:#fff}.marketing-footer-bottom{color:#77737a;letter-spacing:.05em;border:1px solid var(--footer-line);grid-template-columns:1fr 1fr auto;align-items:center;gap:30px;width:min(100%,1440px);min-height:76px;margin:0 auto;padding:0 30px;font-family:ui-monospace,monospace;font-size:.54rem;display:grid}.marketing-footer-bottom a{color:inherit;align-items:center;gap:7px;text-decoration:none;display:flex}.marketing-footer-wordmark{color:#29272b;letter-spacing:-.085em;text-align:center;-webkit-user-select:none;user-select:none;width:min(100%,1440px);margin:0 auto -.13em;padding:0 24px;font-size:clamp(8rem,20vw,18rem);font-weight:700;line-height:.8;overflow:hidden}@media (width<=900px){.marketing-footer-main{grid-template-columns:1fr}.marketing-footer-brand{border-right:0;border-bottom:1px solid var(--footer-line);min-height:280px}}@media (width<=650px){.marketing-footer-links{grid-template-columns:1fr}.marketing-footer-links>div{border-right:0;border-bottom:1px solid var(--footer-line);padding:40px 22px}.marketing-footer-brand{padding:45px 22px}.marketing-footer-bottom{grid-template-columns:1fr;gap:12px;min-height:125px;padding:22px}.marketing-footer-wordmark{font-size:30vw}}.privacy-page{width:100%;min-height:100vh;padding:var(--spacing-3xl) var(--spacing-lg);background-color:#f8f7f3}.privacy-container{max-width:800px;color:var(--text-primary);margin:0 auto}.privacy-container h1{font-size:var(--font-size-large);margin-bottom:var(--spacing-sm);text-align:center}.privacy-page .last-update{text-align:center;color:var(--text-secondary);font-size:var(--font-size-small);margin-bottom:var(--spacing-3xl)}.privacy-section{margin-bottom:var(--spacing-2xl)}.privacy-section h2{font-size:var(--font-size-medium);color:var(--text-primary);margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--border-color)}.privacy-section h3{font-size:calc(var(--font-size-base) * 1.1);color:var(--text-primary);margin-top:var(--spacing-lg);margin-bottom:var(--spacing-sm)}.privacy-section p{font-size:var(--font-size-base);color:var(--text-secondary);margin-bottom:var(--spacing-md);line-height:1.7}.privacy-section ul{margin:var(--spacing-md) 0;padding:0;list-style:none}.privacy-section ul li{font-size:var(--font-size-base);color:var(--text-secondary);padding:var(--spacing-xs) 0;padding-left:var(--spacing-lg);line-height:1.7;position:relative}.privacy-section ul li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0}.privacy-section a{color:var(--primary-color);text-decoration:none;transition:opacity .2s}.privacy-section a:hover{opacity:.8;text-decoration:underline}.privacy-section strong{color:var(--text-primary);font-weight:600}.privacy-security-table{border-collapse:collapse;width:100%;margin:var(--spacing-md) 0}.privacy-security-table th,.privacy-security-table td{border:1px solid var(--border-color);padding:var(--spacing-sm) var(--spacing-md);text-align:left;font-size:var(--font-size-base);color:var(--text-secondary);line-height:1.7}.privacy-security-table th{color:var(--text-primary);background-color:#00000008;font-weight:600}@media (width<=768px){.privacy-page{padding:var(--spacing-2xl) var(--spacing-md)}.privacy-container h1{font-size:calc(var(--font-size-large) * .8)}.privacy-section h2{font-size:calc(var(--font-size-medium) * .9)}.privacy-section h3{font-size:var(--font-size-base)}}.gabee-header{z-index:var(--z-sticky);-webkit-backdrop-filter:none;backdrop-filter:none;transition:background var(--transition-base), backdrop-filter var(--transition-base);backface-visibility:hidden;will-change:transform;background:0 0;position:fixed;top:0;left:0;right:0;transform:translateZ(0)}.gabee-header--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f7f3d5}.gabee-header__container{max-width:var(--content-max-width);padding:var(--spacing-md) var(--spacing-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.gabee-header__logo{align-items:center;gap:var(--spacing-xs);text-decoration:none;display:flex}.gabee-header__logo-img{height:30px;display:block}.gabee-header__logo-text{font-size:var(--font-size-medium-large);font-weight:var(--font-bold);color:var(--text-primary)}.gabee-header__right,.gabee-header__actions{align-items:center;gap:var(--spacing-md);display:flex}.gabee-header__login-btn{cursor:pointer;color:var(--text-primary);font-weight:var(--font-medium);font-size:var(--font-size-base);transition:color var(--transition-base);background:0 0;border:none;padding:0;font-family:inherit}.gabee-header__login-btn:hover{color:var(--primary-color)}.gabee-header__user-menu{position:relative}.gabee-header__user-trigger{align-items:center;gap:var(--spacing-sm);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;display:flex}.gabee-header__avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.gabee-header__avatar--fallback{background:var(--primary-100);color:var(--primary-color);font-weight:var(--font-bold);justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.gabee-header__user-name{font-size:var(--font-size-small);color:var(--text-primary);font-weight:var(--font-medium)}.gabee-header__chevron{color:var(--primary-color);transition:transform var(--transition-fast);align-items:center;display:flex}.gabee-header__chevron--up{transform:rotate(180deg)}.gabee-header__dropdown{background:var(--white);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-md);z-index:var(--z-sticky);padding:8px;position:absolute;top:calc(100% + 8px);right:0}.gabee-header__dropdown-item{text-align:left;border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;font-family:inherit;font-size:var(--font-size-small);background:0 0;border:none;padding:10px 12px}.gabee-header__dropdown-item:hover{background:var(--bg-secondary)}.gabee-header__dropdown-item--logout{color:var(--danger-color,#e11d48)}.gabee-header__mobile-btn{color:var(--text-primary);cursor:pointer;padding:var(--spacing-sm);background:0 0;border:none;display:none}.gabee-drawer-overlay{z-index:var(--z-modal);background:#00000080;justify-content:flex-end;animation:.2s ease-out gabee-fadeIn;display:flex;position:fixed;inset:0}.gabee-drawer{background:#fff;flex-direction:column;width:80%;max-width:300px;height:100%;animation:.3s ease-out gabee-slideIn;display:flex;box-shadow:-2px 0 10px #0000001a}.gabee-drawer__header{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;display:flex}.gabee-drawer__title{font-weight:var(--font-bold);font-size:var(--font-size-medium)}.gabee-drawer__close{cursor:pointer;color:var(--text-secondary);padding:var(--spacing-xs);background:0 0;border:none}.gabee-drawer__content{padding:var(--spacing-lg);gap:var(--spacing-lg);flex-direction:column;display:flex}.gabee-drawer__user-info{align-items:center;gap:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border-color);font-weight:var(--font-medium);display:flex}.gabee-drawer__item{text-align:left;font-size:var(--font-size-medium);color:var(--text-primary);padding:var(--spacing-sm) 0;cursor:pointer;background:0 0;border:none;font-family:inherit}.gabee-drawer__item--logout{color:var(--error-color)}.gabee-drawer__auth{gap:var(--spacing-md);flex-direction:column;display:flex}.gabee-drawer__signup{text-align:center;font-weight:var(--font-semibold);color:var(--text-primary);background:var(--white);border:1.5px solid var(--border-color);border-radius:var(--radius-full);padding:10px 20px;text-decoration:none;display:block}@keyframes gabee-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gabee-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=768px){.desktop-only{display:none!important}.gabee-header__mobile-btn{display:block}.gabee-header__container{padding:var(--spacing-sm) var(--spacing-md)}}.gabee-footer{background:#f8f7f3}.gabee-footer__content{max-width:var(--content-max-width);gap:var(--spacing-2xl);padding:var(--spacing-3xl) var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;display:grid}.gabee-footer__brand{align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-md);display:flex}.gabee-footer__logo-img{height:30px;display:block}.gabee-footer__section h4{margin-bottom:var(--spacing-md);font-size:var(--font-size-medium)}.gabee-footer__section p{color:var(--text-light);line-height:var(--leading-relaxed);font-size:var(--font-size-small)}.gabee-footer__section ul{margin:0;padding:0;list-style:none}.gabee-footer__section ul li{margin-bottom:var(--spacing-sm)}.gabee-footer__section ul li a{color:var(--text-light);transition:color var(--transition-base);font-size:var(--font-size-small);text-decoration:none}.gabee-footer__section ul li a:hover{color:var(--primary-color)}.gabee-footer__socials{gap:var(--spacing-md);margin-top:var(--spacing-lg);display:flex}.gabee-footer__socials a{color:var(--text-light);transition:color var(--transition-base);justify-content:center;align-items:center;display:flex}.gabee-footer__socials a:hover{color:var(--primary-color)}.gabee-footer__socials svg{width:24px;height:24px}.gabee-footer__bottom{text-align:center;padding:var(--spacing-lg)}.gabee-footer__bottom p{color:var(--text-light);font-size:var(--font-size-small);margin:0}@media (width<=768px){.gabee-footer__content{gap:var(--spacing-xl);padding:var(--spacing-2xl) var(--spacing-lg);grid-template-columns:1fr}}.stl-page{color:#171717;background:#f7f6f2;min-height:100vh;font-family:Open Sauce Sans,sans-serif}.stl-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f6f2f5;border-bottom:1px solid #deddd8;position:sticky;top:0}.stl-header-inner{align-items:center;gap:28px;width:min(1180px,100% - 40px);min-height:70px;margin:0 auto;display:flex}.stl-brand{color:inherit;align-items:center;gap:10px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.stl-brand img{border-radius:8px;width:31px;height:31px}.stl-nav{align-self:stretch;align-items:stretch;gap:2px;display:flex}.stl-nav a{color:#64635f;border-bottom:2px solid #0000;align-items:center;padding:0 13px;font-size:.82rem;font-weight:600;text-decoration:none;display:flex}.stl-nav a:hover,.stl-nav a.active{color:#171717;border-bottom-color:#f26b3a}.stl-studio-link{color:#fff;background:#f26b3a;border-radius:8px;margin-left:auto;padding:9px 14px;font-size:.82rem;font-weight:700;text-decoration:none}.stl-main{width:min(980px,100% - 40px);margin:0 auto;padding:72px 0 96px}.stl-hub{width:min(1080px,100% - 40px)}.stl-eyebrow{color:#c64e25;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:.76rem;font-weight:700}.stl-main h1{color:#171717;letter-spacing:-.055em;max-width:820px;margin:0;font-size:clamp(2.2rem,5vw,4.5rem);font-weight:500;line-height:.98}.stl-lead,.stl-doc-hero>div>p{color:#62615d;max-width:700px;margin:24px 0 0;font-size:1.04rem;line-height:1.7}.stl-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:54px;display:grid}.stl-card{min-height:270px;color:inherit;background:#fff;border:1px solid #deddd8;border-radius:14px;flex-direction:column;padding:24px;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.stl-card:hover{border-color:#f26b3a;transform:translateY(-3px);box-shadow:0 14px 36px #29231e14}.stl-card-index{color:#f26b3a;letter-spacing:.08em;font-size:.75rem;font-weight:700}.stl-card h2{letter-spacing:-.025em;margin:38px 0 12px;font-size:1.3rem;font-weight:600}.stl-card p{color:#6a6965;margin:0;font-size:.9rem;line-height:1.55}.stl-card-link{color:#c64e25;margin-top:auto;padding-top:24px;font-size:.86rem;font-weight:700}.stl-note{color:#55544f;background:#efeee9;border-left:3px solid #f26b3a;margin-top:18px;padding:18px 20px;font-size:.86rem;line-height:1.6}.stl-note a{color:#a93d19;font-weight:700}.stl-doc-hero{border-bottom:1px solid #d5d4cf;justify-content:space-between;align-items:flex-end;gap:32px;padding-bottom:42px;display:flex}.stl-doc-hero h1{font-size:clamp(2.1rem,4.6vw,4rem)}.stl-print{color:#393834;cursor:pointer;font:inherit;background:0 0;border:1px solid #cbc9c2;border-radius:8px;flex:none;padding:10px 14px;font-size:.8rem;font-weight:650}.stl-print:hover{color:#a93d19;border-color:#f26b3a}.stl-document{color:#383733;width:min(760px,100%);margin:0 auto;padding-top:38px;font-size:.96rem;line-height:1.76}.stl-document h2{color:#171717;letter-spacing:-.025em;margin:48px 0 14px;font-size:1.45rem;font-weight:650;line-height:1.25}.stl-document h2:first-child{margin-top:0}.stl-document h3{color:#24231f;margin:30px 0 10px;font-size:1.04rem;font-weight:700}.stl-document h4{color:#24231f;margin:24px 0 8px;font-size:.96rem}.stl-document p{margin:0 0 16px}.stl-document ul{margin:4px 0 20px;padding-left:22px}.stl-document li{margin:7px 0;padding-left:3px}.stl-document strong{color:#171717;font-weight:700}.stl-document a{color:#a93d19;text-underline-offset:3px}.stl-document hr{border:0;border-top:1px solid #d5d4cf;margin:36px 0}.stl-doc-switcher{border-top:1px solid #d5d4cf;flex-wrap:wrap;gap:10px;width:min(760px,100%);margin:62px auto 0;padding-top:22px;display:flex}.stl-doc-switcher a{color:#393834;border:1px solid #d5d4cf;border-radius:7px;padding:8px 11px;font-size:.78rem;font-weight:650;text-decoration:none}.stl-doc-switcher a:hover{border-color:#f26b3a}.stl-footer{color:#77756f;border-top:1px solid #deddd8;gap:22px;width:min(1180px,100% - 40px);margin:0 auto;padding:22px 0 30px;font-size:.74rem;display:flex}.stl-footer a{color:inherit;margin-left:auto}@media (width<=820px){.stl-header-inner{min-height:60px}.stl-nav{display:none}.stl-cards{grid-template-columns:1fr}.stl-card{min-height:220px}.stl-doc-hero{flex-direction:column;align-items:flex-start}.stl-footer{flex-direction:column;gap:6px}.stl-footer a{margin-left:0}}@media (width<=520px){.stl-header-inner,.stl-main,.stl-hub,.stl-footer{width:min(100% - 28px,1180px)}.stl-studio-link{padding:8px 10px}.stl-main{padding-top:48px}}@media print{.stl-header,.stl-footer,.stl-print,.stl-doc-switcher{display:none!important}.stl-page{background:#fff}.stl-main{width:100%;padding:0}.stl-doc-hero{padding-bottom:24px}.stl-document{width:100%;font-size:10pt}.stl-document h2,.stl-document h3{break-after:avoid}.stl-document p,.stl-document li{orphans:3;widows:3}}.tc-page{color:#111;background:#fafafa;min-height:100vh;font-family:Open Sauce Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.tc-header{background:#fff;padding:2.5rem 1.5rem 1.5rem}.tc-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1040px;margin:0 auto;display:flex}.tc-brand{align-items:center;gap:1rem;display:flex}.tc-logo{width:44px;height:44px}.tc-title{letter-spacing:-.02em;color:#0a0a0a;margin:0;font-size:1.6rem;font-weight:700}.tc-subtitle{color:#666;margin:.2rem 0 0;font-size:.9rem}.tc-meta{text-align:right;font-size:.82rem}.tc-meta-row{color:#222;margin-bottom:.15rem}.tc-meta-muted{color:#888}.tc-meta a{color:#1a5fb4;text-decoration:none}.tc-meta a:hover{text-decoration:underline}.tc-tabs{z-index:5;background:#fff;border-bottom:1px solid #ececec;position:sticky;top:0}.tc-tabs-inner{-ms-overflow-style:none;gap:.25rem;max-width:1040px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.tc-tabs-inner::-webkit-scrollbar{display:none}.tc-tab{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.85rem 1rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:color .15s;position:relative}.tc-tab:hover{color:#0a0a0a}.tc-tab.active{color:#0a0a0a;font-weight:600}.tc-tab.active:after{content:"";background:#0a0a0a;border-radius:1px;height:2px;position:absolute;bottom:-1px;left:.5rem;right:.5rem}.tc-main{max-width:1040px;margin:0 auto;padding:2rem 1.5rem}.tc-tab-content{background:#fff;border:1px solid #ececec;border-radius:12px;padding:2rem 2.25rem}.tc-lead{color:#444;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.tc-overview p{color:#444;margin:0 0 1rem;font-size:.95rem;line-height:1.65}.tc-block-title{color:#0a0a0a;margin:1.75rem 0 .75rem;font-size:.95rem;font-weight:600}.tc-compl-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.tc-compl-item{background:#fafafa;border:1px solid #ececec;border-radius:8px;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.tc-compl-name{color:#222;font-size:.92rem;font-weight:500}.tc-badge{border:1px solid;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:500}.tc-badge-ok{color:#0d652d;background:#e6f4ea;border-color:#b6e0c2}.tc-badge-soon{color:#8a4b00;background:#fff4e5;border-color:#ffd9a8}.tc-badge-no{color:#8a1d1d;background:#fde8e8;border-color:#f5b5b5}.tc-gate{text-align:center;max-width:520px;margin:1rem auto}.tc-gate-title{color:#0a0a0a;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.tc-gate-text{color:#555;margin:0 0 1.25rem;font-size:.9rem;line-height:1.55}.tc-gate-text a{color:#1a5fb4;text-decoration:none}.tc-gate-text a:hover{text-decoration:underline}.tc-gate-form{justify-content:center;align-items:stretch;gap:.5rem;display:flex}.tc-gate-input{color:#111;background:#fafafa;border:1px solid #d8d8d8;border-radius:6px;flex:1;max-width:280px;padding:.6rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,background .15s}.tc-gate-input:focus{background:#fff;border-color:#0a0a0a;outline:none}.tc-gate-input-error{background:#fff5f5;border-color:#c92a2a}.tc-gate-button{color:#fff;cursor:pointer;background:#0a0a0a;border:none;border-radius:6px;padding:.6rem 1.1rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .15s}.tc-gate-button:hover{background:#222}.tc-gate-error{color:#c92a2a;margin:.75rem 0 0;font-size:.82rem}.tc-resources-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.tc-resources-head .tc-lead{flex:1;margin:0}.tc-lock-btn{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ddd;border-radius:6px;padding:.35rem .7rem;font-family:inherit;font-size:.78rem;transition:border-color .15s,color .15s}.tc-lock-btn:hover{color:#222;border-color:#aaa}.tc-doc-list{margin:0;padding:0;list-style:none}.tc-doc-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 0;display:flex}.tc-doc-item:last-child{border-bottom:none}.tc-doc-info{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.tc-doc-id{color:#666;letter-spacing:.05em;background:#f7f7f9;border:1px solid #ddd;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:24px;padding:0 8px;font-size:.7rem;font-weight:600;display:inline-flex}.tc-doc-text{flex-direction:column;min-width:0;display:flex}.tc-doc-title{color:#222;font-size:.92rem;line-height:1.35}.tc-doc-type{color:#888;margin-top:.15rem;font-size:.72rem}.tc-doc-link{color:#1a5fb4;white-space:nowrap;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none}.tc-doc-link:hover:not(:disabled){text-decoration:underline}.tc-doc-link:disabled{color:#999;cursor:wait}.tc-footer{color:#888;flex-wrap:wrap;justify-content:space-between;gap:.5rem;max-width:1040px;margin:1rem auto 2rem;padding:1.5rem;font-size:.78rem;display:flex}.tc-footer a{color:#666;text-decoration:none}.tc-footer a:hover{text-decoration:underline}@media (width<=640px){.tc-header-inner{flex-direction:column}.tc-meta{text-align:left}.tc-tab-content{padding:1.5rem 1.25rem}.tc-doc-item{flex-direction:column;align-items:flex-start}}.gabee-page{color:#222;width:100%;min-height:100vh;position:relative}.gabee-bg{z-index:0;background-color:var(--primary-50,#fef5ee);background-image:radial-gradient(ellipse 90% 70% at 50% 30%, #fffaf4 0%, var(--primary-50,#fef5ee) 55%, var(--primary-100,#fcead8) 100%);position:fixed;inset:0;overflow:hidden}.gabee-bg-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gabee-bg-tint{background:linear-gradient(#fef5ee66 0%,#fef5ee2e 45%,#fef5ee8c 100%);position:absolute;inset:0}.gabee-bg:before,.gabee-bg:after{content:"";filter:blur(90px);border-radius:50%;position:absolute}.gabee-bg:before{background:radial-gradient(circle,#e960211a,#0000 70%);width:55vw;height:55vw;animation:21s ease-in-out infinite alternate gabee-drift;top:-22vw;left:-14vw}.gabee-bg:after{background:radial-gradient(circle,#ff7a3d1f,#0000 70%);width:48vw;height:48vw;animation:26s ease-in-out 2s infinite alternate-reverse gabee-drift;bottom:-20vw;right:-12vw}@keyframes gabee-drift{0%{transform:translate(0)scale(1)}to{transform:translate(5vw,3vw)scale(1.12)}}:is(body:has(.gabee-page) .gabee-header__logo-text,body:has(.gabee-page) .gabee-header__login-btn,body:has(.gabee-page) .gabee-header__mobile-btn,body:has(.gabee-page) .gabee-header__user-name,body:has(.gabee-page) .lang-dropdown-trigger){color:#222}body:has(.gabee-page) .gabee-header--scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}body:has(.gabee-page) .gabee-header{transition:opacity .45s,transform .45s}body.gabee-hide-header .gabee-header{opacity:0;pointer-events:none;transform:translateY(-14px)}body:has(.gabee-page) .lang-dropdown-trigger:hover{background:#0000000f}body:has(.gabee-page) .gabee-footer{z-index:1;-webkit-backdrop-filter:blur(20px)saturate(160%);backdrop-filter:blur(20px)saturate(160%);background:#fef5eed1;border-top:1px solid #fff9;position:relative}body:has(.gabee-page) .gabee-footer__section h4{color:#222}body:has(.gabee-page) .gabee-footer__section p{color:#666}body:has(.gabee-page) .gabee-footer__section ul li a{color:#666}body:has(.gabee-page) .gabee-footer__socials a{color:#666}body:has(.gabee-page) .gabee-footer__bottom p{color:#666}.gabee-steps-zone{z-index:1;height:360vh;position:relative}.gabee-steps-sticky{flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0 6vw;display:flex;position:sticky;top:0;overflow:hidden}.gabee-hero{z-index:5;pointer-events:none;flex-direction:column;justify-content:center;align-items:flex-start;gap:.02em;margin:0;padding:0 6vw;display:flex;position:absolute;inset:0}.gabee-hero-line{max-width:100%;font-style:italic;font-weight:var(--font-bold,800);letter-spacing:-.045em;color:#222;will-change:transform, opacity;font-size:clamp(46px,12.5vw,168px);line-height:.92;display:block}.gabee-hero-line--b{text-align:right;color:var(--primary-color,#e96021);align-self:flex-end}.gabee-carousel{perspective:2400px;will-change:opacity;width:min(1300px,92vw);height:86vh;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 18% 82%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 18% 82%,#0000 100%)}.gabee-wheel{transform-style:preserve-3d;position:absolute;inset:0}.gabee-panel{backface-visibility:hidden;will-change:transform, opacity;align-items:center;display:flex;position:absolute;inset:0}.gabee-panel--label{justify-content:flex-start}.gabee-panel--msg{justify-content:flex-end}.gabee-panel-step{flex:1 1 0;align-items:flex-start;gap:18px;min-width:0;display:flex}.gabee-steps-num{width:44px;height:44px;font-size:18px;font-weight:var(--font-bold,800);color:var(--primary-color,#e96021);border:2px solid color-mix(in srgb, var(--primary-color,#e96021) 40%, #fff);background:#ffffff80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.gabee-panel.is-active .gabee-steps-num{color:#fff;background:var(--primary-color,#e96021);border-color:var(--primary-color,#e96021);box-shadow:0 6px 18px #e9602166}.gabee-steps-body{flex-direction:column;gap:6px;min-width:0;display:flex}.gabee-steps-step-title{font-size:clamp(26px,3.4vw,46px);font-weight:var(--font-bold,800);text-transform:uppercase;letter-spacing:.01em;color:#fff;text-shadow:0 2px 18px #0000004d;font-style:italic;line-height:1.05}.gabee-steps-step-desc{color:#ffffffd1;text-shadow:0 1px 12px #00000047;font-size:clamp(13px,1.3vw,15px);font-style:italic;line-height:1.45}.gabee-panel-msgs{flex-direction:column;flex:none;gap:4px;width:min(360px,42vw);display:flex}.gabee-msg{color:#222;-webkit-backdrop-filter:blur(20px)saturate(160%);backdrop-filter:blur(20px)saturate(160%);background:#ffffff80;border:1px solid #fff9;border-radius:14px;max-width:86%;padding:8px 12px;font-size:13px;line-height:1.4;position:relative;box-shadow:0 8px 26px #7846281a,inset 0 1px #ffffffb3}.gabee-msg--gabee{border-bottom-left-radius:6px;align-self:flex-start}.gabee-msg--user{color:#222;background:#ffffffbd;border-color:#ffffffd1;border-bottom-right-radius:6px;align-self:flex-end}.gabee-msg--xl{border-radius:24px 24px 24px 8px;max-width:100%;padding:24px 28px}.gabee-msg--xl h1,.gabee-msg--xl h2{font-size:clamp(28px,5vw,44px);font-weight:var(--font-bold);letter-spacing:-1.4px;color:#222;margin:0;line-height:1.08}.gabee-day{font-size:11.5px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.08em;color:#888;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f3f2eed9;border:1px solid #ececec;border-radius:9999px;align-self:center;margin:10px 0 6px;padding:6px 15px}.gabee-system{font-size:11.5px;font-weight:var(--font-medium);color:#555;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #00000014;border-radius:9999px;align-self:center;margin:2px 0;padding:6px 15px}.gabee-offer{width:min(440px,84%);padding:0;overflow:hidden}.gabee-offer-head{align-items:center;gap:12px;padding:15px 17px;display:flex}.gabee-offer-ic{color:#444;background:#0000000d;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.gabee-offer-ic svg{width:18px;height:18px}.gabee-offer-info{flex-direction:column;gap:2px;min-width:0;display:flex}.gabee-offer-title{font-size:14.5px;font-weight:var(--font-semibold);color:#222;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gabee-offer-meta{color:#666;white-space:nowrap;font-size:12.5px}.gabee-offer-match{font-size:11px;font-weight:var(--font-bold);color:#444;white-space:nowrap;background:#0000000d;border:1px solid #0000001a;border-radius:999px;flex-shrink:0;margin-left:auto;padding:4px 10px}.gabee-offer-btn{text-align:center;width:100%;font-size:14px;font-weight:var(--font-semibold);color:#333;border-top:1px solid #ececec;padding:12px;display:block}.gabee-msg--doc{align-items:center;gap:11px;width:min(360px,84%);display:flex}.gabee-doc-ic{color:#444;background:#0000000d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.gabee-doc-ic svg{width:17px;height:17px}.gabee-doc-info{flex-direction:column;gap:2px;min-width:0;display:flex}.gabee-doc-name{font-size:14px;font-weight:var(--font-semibold);color:#222;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gabee-doc-meta{color:#666;font-size:12px}.gabee-msg--voice{align-items:center;gap:12px;padding:13px 17px;display:flex}.gabee-voice-play{color:#444;background:#0000000f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.gabee-voice-play svg{width:13px;height:13px;margin-left:2px}.gabee-voice-wave{align-items:center;gap:2.5px;display:flex}.gabee-voice-wave span{background:#00000052;border-radius:2px;width:3px}.gabee-voice-time{color:#555;font-variant-numeric:tabular-nums;font-size:12px}.gabee-scroll-hint{z-index:4;font-size:12px;font-weight:var(--font-medium);letter-spacing:.06em;text-transform:uppercase;color:#666;flex-direction:column;align-items:center;gap:4px;transition:opacity .4s;display:flex;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.gabee-scroll-hint svg{width:18px;height:18px;animation:1.6s infinite gabee-bounce}.gabee-scroll-hint--hidden{opacity:0}@keyframes gabee-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.gabee-finale{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px 150px;display:flex;position:relative}.gabee-finale-title{font-size:clamp(32px,5.6vw,64px);font-weight:var(--font-bold);letter-spacing:-2px;color:#222;opacity:0;max-width:760px;margin-bottom:28px;line-height:1.06;transition:opacity .6s,transform .6s;transform:translateY(26px)}.gabee-finale-sub{color:#666;opacity:0;margin-bottom:38px;font-size:clamp(15px,2vw,18px);transition:opacity .6s .1s,transform .6s .1s;transform:translateY(26px)}.gabee-finale-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(720px,100%);display:grid}.gabee-finale-card{text-align:left;-webkit-backdrop-filter:blur(22px)saturate(170%);backdrop-filter:blur(22px)saturate(170%);opacity:0;background:#ffffff73;border:1px solid #fff9;border-radius:18px;align-items:flex-start;gap:14px;padding:18px 20px;transition:opacity .6s,transform .6s;display:flex;transform:translateY(26px);box-shadow:0 14px 40px #7846281f,inset 0 1px #ffffffb3}.gabee-finale-grid .gabee-finale-card:first-child{transition-delay:.18s}.gabee-finale-grid .gabee-finale-card:nth-child(2){transition-delay:.28s}.gabee-finale-grid .gabee-finale-card:nth-child(3){transition-delay:.38s}.gabee-finale-grid .gabee-finale-card:nth-child(4){transition-delay:.48s}.gabee-finale-card-ic{background:linear-gradient(135deg, #ff7a3d, var(--primary-color));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 6px 20px #e9602166}.gabee-finale-card-ic svg{width:18px;height:18px}.gabee-finale-card-body{flex-direction:column;gap:4px;display:flex}.gabee-finale-card h3{font-size:15.5px;font-weight:var(--font-semibold);letter-spacing:-.2px;color:#222;margin:0}.gabee-finale-card p{color:#666;margin:0;font-size:13px;line-height:1.55}.gabee-finale--in .gabee-finale-title,.gabee-finale--in .gabee-finale-sub,.gabee-finale--in .gabee-finale-card{opacity:1;transform:translateY(0)}.gabee-inputbar{z-index:40;-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);cursor:pointer;background:#ffffff8c;border:1px solid #ffffffa6;border-radius:9999px;align-items:center;gap:12px;width:min(620px,100% - 28px);padding:9px 9px 9px 22px;font-family:inherit;transition:transform .5s cubic-bezier(.32,.72,.25,1.1);display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%,140%);box-shadow:0 22px 60px #78462833,inset 0 1px #ffffffbf}.gabee-inputbar--in{transform:translate(-50%)}.gabee-inputbar-text{text-align:left;color:#666;flex:1;font-size:15px}.gabee-inputbar-mic{color:#888;align-items:center;display:flex}.gabee-inputbar-mic svg{width:19px;height:19px}.gabee-inputbar-send{background:linear-gradient(135deg, #ff7a3d, var(--primary-color));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 6px 18px #e9602166}.gabee-inputbar-send svg{width:17px;height:17px}.gabee-wa-qr{z-index:45;position:fixed;bottom:18px;right:18px}.gabee-wa-qr--open{z-index:60}.gabee-wa-backdrop{z-index:55;background:0 0;position:fixed;inset:0}.gabee-wa-qr-badge{-webkit-backdrop-filter:blur(18px)saturate(170%);backdrop-filter:blur(18px)saturate(170%);cursor:pointer;background:#ffffff8c;border:1px solid #fff9;border-radius:16px;width:72px;height:72px;padding:7px;transition:transform .2s,box-shadow .2s;display:block;position:relative;box-shadow:0 10px 30px #7846282e,inset 0 1px #ffffffb3}.gabee-wa-qr-badge:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 16px 38px #7846283d,inset 0 1px #fffc}.gabee-wa-qr-thumb{border-radius:9px;width:100%;height:100%;display:block}.gabee-wa-qr-badge-ic{color:#fff;background:#25d366;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:-7px;right:-7px;box-shadow:0 3px 10px #0003}.gabee-wa-qr-badge-ic svg{width:16px;height:16px}.gabee-wa-qr-card{text-align:center;-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);transform-origin:100% 100%;background:#ffffffb8;border:1px solid #ffffffa6;border-radius:22px;flex-direction:column;align-items:center;gap:10px;width:248px;padding:20px 18px 16px;animation:.22s cubic-bezier(.32,.72,.25,1.1) gabee-wa-pop;display:flex;position:relative;box-shadow:0 24px 60px #78462838,inset 0 1px #fffc}@keyframes gabee-wa-pop{0%{opacity:0;transform:translateY(8px)scale(.85)}to{opacity:1;transform:translateY(0)scale(1)}}.gabee-wa-qr-title{font-size:14px;font-weight:var(--font-semibold);letter-spacing:-.2px;color:#222;max-width:180px}.gabee-wa-qr-img{background:#fff;border-radius:12px;width:180px;height:180px;padding:8px}.gabee-wa-qr-scan{color:#666;font-size:12px}.gabee-wa-qr-btn{color:#fff;font-size:13.5px;font-weight:var(--font-semibold);background:#25d366;border-radius:9999px;align-items:center;gap:8px;margin-top:2px;padding:9px 18px;text-decoration:none;display:inline-flex;box-shadow:0 6px 18px #25d36666}.gabee-wa-qr-btn svg{width:16px;height:16px}.gabee-wa-qr-close{color:#555;cursor:pointer;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:8px;right:8px}.gabee-wa-qr-close:hover{background:#0000001f}.gabee-wa-qr-close svg{width:14px;height:14px}@keyframes gabee-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=760px){.gabee-steps-zone{height:auto}.gabee-steps-sticky{gap:28px;height:auto;padding:56px 5vw 32px;position:static;overflow:visible}.gabee-hero{margin-bottom:8px;padding:0;position:static}.gabee-hero-line{font-size:clamp(40px,13vw,72px)}.gabee-hero-line--b{text-align:left;align-self:flex-start}.gabee-carousel{perspective:none;width:100%;height:auto;overflow:visible}.gabee-wheel{transform-style:flat;flex-direction:column;gap:44px;display:flex;position:static;inset:auto;transform:none}.gabee-panel{opacity:1;flex-direction:column;align-items:flex-start;gap:16px;position:static;inset:auto;transform:none}.gabee-panel-msgs{width:100%;max-width:420px}.gabee-scroll-hint{display:none}}@media (width<=640px){.gabee-msg{max-width:92%;font-size:15px}.gabee-offer,.gabee-msg--doc{width:92%}.gabee-inputbar{bottom:12px}.gabee-finale-grid{grid-template-columns:1fr}}.gabee-page--static .gabee-bg:before,.gabee-page--static .gabee-bg:after{animation:none}.gabee-page--static .gabee-steps-zone{height:auto}.gabee-page--static .gabee-steps-sticky{height:auto;position:static;overflow:visible}.gabee-page--static .gabee-hero{padding:0 0 8px;position:static}.gabee-page--static .gabee-hero-line{font-size:clamp(40px,9vw,88px)}.gabee-page--static .gabee-carousel{perspective:none;width:100%;height:auto;overflow:visible}.gabee-page--static .gabee-wheel{transform-style:flat;flex-direction:column;gap:44px;display:flex;position:static;inset:auto;transform:none}.gabee-page--static .gabee-panel{opacity:1;flex-direction:column;align-items:flex-start;gap:16px;position:static;inset:auto;transform:none}.gabee-page--static .gabee-panel-msgs{width:100%;max-width:420px}.gabee-page--static .gabee-scroll-hint{display:none}.gabee-page--static .gabee-finale-title,.gabee-page--static .gabee-finale-sub,.gabee-page--static .gabee-finale-card{opacity:1;transition:none;transform:none}.phone-input-wrapper{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);background:var(--white);transition:all var(--transition-fast);align-items:center;display:flex;position:relative}.phone-input-wrapper:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #ff8f1b1a}.phone-input-error{border-color:var(--error-color)!important}.phone-input-error:focus-within{border-color:var(--error-color)!important;box-shadow:0 0 0 3px #dc35451a!important}.phone-prefix-btn{padding:var(--spacing-xs) var(--spacing-sm);background:var(--gray-100);border:none;border-right:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm) 0 0 var(--radius-sm);cursor:pointer;white-space:nowrap;font-size:var(--font-size-small);color:var(--text-primary);transition:background var(--transition-fast);flex-shrink:0;align-items:center;gap:6px;display:flex}.phone-prefix-btn:hover{background:var(--gray-200)}.phone-prefix-btn:disabled{cursor:not-allowed;opacity:.6}.phone-prefix-flag{font-size:.95em;line-height:1}.phone-prefix-dial{font-weight:var(--font-semibold);color:var(--text-primary);font-size:.8rem}.phone-prefix-chevron{transition:transform var(--transition-fast);opacity:.5}.phone-prefix-chevron.open{transform:rotate(180deg)}.phone-number-input{padding:var(--spacing-xs) var(--spacing-sm);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:var(--font-size-small);min-width:0;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1}.phone-number-input::placeholder{color:var(--text-tertiary,#aaa)}.phone-dropdown{background:var(--white);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);box-shadow:var(--shadow-md,0 4px 12px #0000001a);z-index:1000;flex-direction:column;max-height:200px;margin-top:4px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden}.phone-dropdown-search-wrapper{padding-left:var(--spacing-sm);border-bottom:var(--border-width) solid var(--border-color);background:var(--gray-50,#fafafa);flex-shrink:0;align-items:center;gap:6px;display:flex}.phone-dropdown-search-icon{opacity:.35;flex-shrink:0}.phone-dropdown-search{padding:var(--spacing-xs) var(--spacing-sm) var(--spacing-xs) 0;font-size:var(--font-size-small);background:0 0;border:none;outline:none;flex:1;min-width:0}.phone-dropdown-list{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.phone-dropdown-item{width:100%;padding:6px var(--spacing-sm);cursor:pointer;text-align:left;transition:background var(--transition-fast);color:var(--text-primary);background:0 0;border:none;align-items:center;gap:6px;font-size:.8rem;display:flex}.phone-dropdown-item:hover{background:var(--gray-100)}.phone-dropdown-item.active{background:var(--primary-light,#ff8f1b14);font-weight:var(--font-semibold)}.phone-dropdown-flag{flex-shrink:0;font-size:1.1em}.phone-dropdown-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.phone-dropdown-dial{color:var(--text-secondary);font-size:var(--font-size-xs);flex-shrink:0}.phone-dropdown-empty{text-align:center;color:var(--text-secondary);font-size:var(--font-size-small);padding:12px}.gabee-auth{background:#f8f7f3;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px 18px;display:flex;position:relative;overflow:hidden}.gabee-auth:before{content:"";pointer-events:none;background-image:linear-gradient(#0000000f 1px,#0000 1px),linear-gradient(90deg,#0000000f 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 15%,#0000 70%);mask-image:radial-gradient(#000 15%,#0000 70%)}.gabee-auth-card{z-index:1;background:#fff;border:1px solid #00000012;border-radius:22px;width:100%;max-width:420px;padding:30px 28px 26px;animation:.4s both gabee-auth-up;position:relative;box-shadow:0 24px 60px #0000001a}@keyframes gabee-auth-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.gabee-auth-brand{justify-content:center;align-items:center;gap:8px;margin-bottom:22px;text-decoration:none;display:flex}.gabee-auth-brand img{object-fit:contain;width:30px;height:30px}.gabee-auth-brand span{font-size:20px;font-weight:var(--font-semibold);letter-spacing:-.5px;color:var(--text-primary)}.gabee-auth-brand strong{color:var(--primary-color);font-weight:var(--font-bold)}.gabee-auth-toggle{background:#f0efe9;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:22px;padding:4px;display:grid}.gabee-auth-toggle button{font-family:inherit;font-size:14px;font-weight:var(--font-semibold);color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-radius:9px;padding:10px}.gabee-auth-toggle button.is-active{color:var(--text-primary);background:#fff;box-shadow:0 2px 8px #00000014}.gabee-auth-title{font-size:24px;font-weight:var(--font-bold);letter-spacing:-.6px;color:var(--text-primary);text-align:center;margin-bottom:6px}.gabee-auth-sub{color:var(--text-secondary);text-align:center;margin-bottom:22px;font-size:14px;line-height:1.5}.gabee-auth-form{flex-direction:column;gap:12px;display:flex}.gabee-auth-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.gabee-auth-input{border-radius:var(--radius-md-lg,12px);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background:#fff;border:1px solid #0000001f;outline:none;padding:14px 16px;font-family:inherit;font-size:15px}.gabee-auth-input::placeholder{color:var(--gray-400)}.gabee-auth-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #e960211f}.gabee-auth-channel{margin-top:2px}.gabee-auth-channel-label{color:var(--text-secondary);margin-bottom:8px;font-size:13px;display:block}.gabee-auth-channel-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gabee-auth-chan{font-family:inherit;font-size:14px;font-weight:var(--font-semibold);color:var(--text-primary);cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast);background:#fff;border:1.5px solid #0000001f;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:13px;display:flex}.gabee-auth-chan:hover{border-color:#e9602166}.gabee-auth-chan.is-active{border-color:var(--primary-color);background:color-mix(in srgb, var(--primary-color) 8%, #fff)}.gabee-auth-chan-ic{color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.gabee-auth-chan-ic svg{width:18px;height:18px}.gabee-auth-chan.is-active .gabee-auth-chan-ic{color:var(--primary-color)}.gabee-auth-chan-ic--wa,.gabee-auth-chan.is-active .gabee-auth-chan-ic--wa{color:#25d366}.gabee-auth-btn{background:linear-gradient(135deg, #ff7a3d, var(--primary-color));border-radius:var(--radius-md-lg,12px);width:100%;font-family:inherit;font-weight:var(--font-bold);color:#fff;cursor:pointer;letter-spacing:.2px;transition:transform var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);border:none;margin-top:6px;padding:15px;font-size:16px;box-shadow:0 8px 24px #e960214d}.gabee-auth-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 30px #e9602166}.gabee-auth-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.gabee-auth-otp{text-align:center;width:100%;font-size:28px;font-weight:var(--font-bold);letter-spacing:.5em;border-radius:var(--radius-md-lg,12px);color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1.5px solid #0000001f;outline:none;padding:16px;font-family:inherit}.gabee-auth-otp:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #e960211f}.gabee-auth-demo{color:var(--gray-400);text-align:center;font-size:12px}.gabee-auth-otp-actions{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.gabee-auth-link{font-family:inherit;font-size:13px;font-weight:var(--font-medium);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}.gabee-auth-link:hover:not(:disabled){color:var(--primary-color)}.gabee-auth-link:disabled{opacity:.5;cursor:default}.gabee-auth-link svg{width:14px;height:14px}.gabee-auth-error{color:var(--error-color,#e11d48);text-align:center;margin:-2px 0 2px;font-size:13px}.gabee-auth-terms{color:var(--gray-400);text-align:center;margin-top:4px;font-size:11.5px;line-height:1.5}@media (width<=420px){.gabee-auth-card{padding:26px 20px 22px}.gabee-auth-row,.gabee-auth-channel-options{grid-template-columns:1fr}}.gdash{background:var(--background-color,#f8f7f3);height:100vh;color:var(--text-primary,#222);flex-direction:column;display:flex;overflow:hidden}.gdash-topbar{border-bottom:1px solid var(--gray-200,#ececec);background:#fff;flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 24px;display:grid}.gdash-brand{cursor:pointer;color:var(--text-primary,#222);background:0 0;border:none;grid-column:2;align-items:center;gap:9px;padding:0;font-size:1.2rem;display:inline-flex}.gdash-brand img{width:auto;height:28px}.gdash-brand span{letter-spacing:-.01em;font-weight:500}.gdash-user{align-items:center;gap:10px;display:inline-flex}.gdash-avatar{width:32px;height:32px;color:var(--primary-color,#e96021);background:color-mix(in srgb, var(--primary-color,#e96021) 14%, #fff);border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:600;display:inline-flex}.gdash-avatar-btn{cursor:pointer;border:none;padding:0;font-family:inherit}.gdash-usermenu{grid-column:3;justify-self:end;position:relative}.gdash-menu-backdrop{z-index:40;position:fixed;inset:0}.gdash-menu{z-index:50;border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:12px;min-width:190px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 34px #0000001f}.gdash-menu-item{width:100%;color:var(--text-primary,#222);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;font-family:inherit;font-size:.88rem;display:flex}.gdash-menu-item:hover{background:var(--gray-100,#f3f2ee)}.gdash-menu-item svg{width:17px;height:17px;color:var(--text-secondary,#777);flex-shrink:0}.gdash-menu-item-danger,.gdash-menu-item-danger svg{color:#dc2626}.gdash-user-name{font-size:.9rem;font-weight:500}.gdash-settings{width:34px;height:34px;color:var(--text-secondary,#666);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.gdash-settings:hover{background:var(--gray-100,#f3f2ee);color:var(--text-primary,#222)}.gdash-split{flex:1;min-height:0;display:flex}.gdash-chat{flex:var(--chat-flex,1);background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative}.gdash-lock-overlay{z-index:6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb8;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.gdash-lock{justify-content:center;align-items:center;padding:48px 24px;display:flex}.gdash-lock-card{text-align:center;border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:18px;max-width:340px;padding:28px 24px}.gdash-lock-emoji{margin-bottom:10px;font-size:34px;line-height:1}.gdash-lock-card h3{color:var(--text-primary,#222);margin:0 0 8px;font-size:1.1rem}.gdash-lock-card p{color:var(--text-secondary,#666);margin:0 0 18px;font-size:.9rem;line-height:1.55}.gdash-lock-btn{cursor:pointer;background:var(--primary-color,#e96021);color:#fff;border:none;border-radius:12px;padding:12px 20px;font-family:inherit;font-size:.92rem;font-weight:600}.gdash-divider{cursor:col-resize;z-index:3;background:0 0;flex:0 0 7px;position:relative}.gdash-divider:before{content:"";background:var(--gray-200,#ececec);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.gdash-divider-handle{border:1px solid var(--gray-200,#ececec);width:22px;height:38px;color:var(--text-secondary,#888);opacity:0;pointer-events:none;background:#fff;border-radius:8px;justify-content:center;align-items:center;transition:opacity .15s,color .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gdash-divider:hover .gdash-divider-handle,.gdash-divider.dragging .gdash-divider-handle{opacity:1}.gdash-divider:hover .gdash-divider-handle{color:var(--primary-color,#e96021)}.gdash-chat-head{border-bottom:1px solid var(--gray-200,#f0f0f0);flex-shrink:0;align-items:center;gap:11px;padding:14px 18px;display:flex}.gdash-chat-ava{background:var(--gray-100,#f3f2ee);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.gdash-chat-ava img{object-fit:contain;width:22px;height:22px}.gdash-chat-id{flex-direction:column;display:flex}.gdash-chat-name{color:var(--text-primary,#222);font-size:.92rem;font-weight:600}.gdash-chat-status{color:#15803d;font-size:.74rem}.gdash-chat-msgs{flex-direction:column;flex:1;gap:20px;padding:18px;display:flex;overflow-y:auto}.gdash-msg{border-radius:16px;max-width:80%;padding:10px 14px;font-size:.86rem;line-height:1.45}.gdash-msg-ai{background:var(--gray-100,#f3f2ee);color:var(--text-primary,#222);border-bottom-left-radius:5px;align-self:flex-start}.gdash-msg-me{background:var(--primary-color,#e96021);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}.gdash-chat-input{border-top:1px solid var(--gray-200,#f0f0f0);flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;display:flex}.gdash-chat-input input{border:1px solid var(--gray-200,#ececec);background:var(--background-color,#f8f7f3);min-width:0;color:var(--text-primary,#222);border-radius:999px;flex:1;padding:9px 14px;font-size:.86rem}.gdash-mic,.gdash-send{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;display:inline-flex}.gdash-mic{background:var(--gray-100,#f3f2ee);color:var(--text-secondary,#555)}.gdash-mic:hover{background:color-mix(in srgb, var(--primary-color,#e96021) 12%, #fff);color:var(--primary-color,#e96021)}.gdash-send{background:var(--primary-color,#e96021);color:#fff}.gdash-profile{flex:1;min-width:0;overflow-y:auto}.gdash-profile-head{align-items:center;gap:16px;padding:24px 24px 18px;display:flex}.gdash-profile-ava{width:56px;height:56px;color:var(--primary-color,#e96021);background:color-mix(in srgb, var(--primary-color,#e96021) 14%, #fff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:inline-flex}.gdash-profile-id{min-width:0}.gdash-profile-head h2{margin:0 0 3px;font-size:1.35rem;font-weight:600}.gdash-profile-head p{color:var(--text-secondary,#666);margin:0;font-size:.9rem}.gdash-tabs{z-index:2;background:var(--background-color,#f8f7f3);border-bottom:1px solid var(--gray-200,#ececec);gap:4px;padding:0 24px;display:flex;position:sticky;top:0}.gdash-tabs button{color:var(--text-secondary,#666);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 12px;font-size:.9rem;font-weight:500;transition:color .15s,border-color .15s}.gdash-tabs button:hover{color:var(--text-primary,#222)}.gdash-tabs button.active{color:var(--primary-color,#e96021);border-bottom-color:var(--primary-color,#e96021);font-weight:600}.gdash-tab-content{padding:24px 24px 48px}.gdash-home{flex-direction:column;gap:22px;display:flex}.gdash-todo{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:16px;padding:18px 20px}.gdash-todo-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.gdash-todo-title{color:var(--text-primary,#222);font-size:.95rem;font-weight:600}.gdash-todo-count{color:var(--primary-color,#e96021);background:color-mix(in srgb, var(--primary-color,#e96021) 12%, #fff);border-radius:999px;padding:2px 9px;font-size:.76rem;font-weight:600}.gdash-todo-list{flex-direction:column;gap:3px;display:flex}.gdash-todo-item{width:100%;color:var(--text-primary,#222);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:11px;padding:9px 10px;font-family:inherit;font-size:.9rem;transition:background .15s;display:flex}.gdash-todo-item:hover{background:var(--gray-100,#f3f2ee)}.gdash-todo-check{border:2px solid var(--gray-200,#d6d6d1);border-radius:50%;flex-shrink:0;width:20px;height:20px}.gdash-todo-label{flex:1}.gdash-todo-arrow{color:var(--text-secondary,#aaa);font-size:1.15rem;line-height:1}.gdash-todo-empty{color:var(--text-secondary,#888);margin:0;font-size:.88rem}.gdash-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.gdash-action{border:1px solid var(--gray-200,#ececec);color:var(--text-primary,#222);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:7px 18px 7px 7px;font-family:inherit;font-size:.9rem;font-weight:500;transition:box-shadow .15s,border-color .15s;display:inline-flex;box-shadow:0 2px 8px #0000000a}.gdash-action:hover{border-color:color-mix(in srgb, var(--primary-color,#e96021) 30%, #fff);box-shadow:0 5px 16px #00000017}.gdash-action-ic{background:color-mix(in srgb, var(--primary-color,#e96021) 12%, #fff);width:32px;height:32px;color:var(--primary-color,#e96021);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.gdash-action-ic svg{width:16px;height:16px}.gdash-wa{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:16px;align-items:center;gap:18px;padding:18px 20px;display:flex}.gdash-wa-text{flex:1;min-width:0}.gdash-wa-title{color:var(--text-primary,#222);align-items:center;gap:8px;margin-bottom:5px;font-size:.96rem;font-weight:600;display:flex}.gdash-wa-text p{color:var(--text-secondary,#666);margin:0;font-size:.84rem;line-height:1.45}.gdash-wa-qr{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:10px;flex-shrink:0;width:92px;height:92px;padding:6px}.gdash-qr-svg{shape-rendering:crispedges;width:100%;height:100%;display:block}.gdash-progress{align-items:center;gap:10px;margin-bottom:18px;display:flex}.gdash-progress-label{color:var(--text-secondary,#666);white-space:nowrap;font-size:.8rem}.gdash-progress-bar{background:var(--gray-200,#ececec);border-radius:999px;flex:1;height:8px;overflow:hidden}.gdash-progress-bar>span{background:var(--primary-color,#e96021);border-radius:999px;height:100%;display:block}.gdash-progress-val{font-size:.8rem;font-weight:600}.gdash-bio{color:var(--text-secondary,#555);margin:0;font-size:.92rem;line-height:1.6}.gdash-sub{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary,#888);margin:28px 0 12px;font-size:.78rem;font-weight:600}.gdash-exps{flex-direction:column;gap:12px;display:flex}.gdash-exp{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:14px;padding:16px 18px}.gdash-exp-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.gdash-exp-head h4{margin:0;font-size:.96rem;font-weight:600}.gdash-exp-period{color:var(--text-secondary,#888);white-space:nowrap;font-size:.78rem}.gdash-exp-company{color:var(--primary-color,#e96021);margin:2px 0 8px;font-size:.84rem;font-weight:500;display:block}.gdash-exp p{color:var(--text-secondary,#555);margin:0;font-size:.86rem;line-height:1.5}.gdash-skills{flex-wrap:wrap;gap:8px;display:flex}.gdash-skill{color:var(--text-primary,#222);border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:999px;padding:6px 13px;font-size:.82rem;font-weight:500}.gdash-langs{flex-direction:column;gap:8px;display:flex}.gdash-lang{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:11px 14px;font-size:.88rem;display:flex}.gdash-lang-lvl{color:var(--text-secondary,#666);font-size:.82rem}.gdash-prefs{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:14px;flex-direction:column;gap:2px;display:flex;overflow:hidden}.gdash-pref{justify-content:space-between;align-items:center;gap:14px;padding:13px 18px;display:flex}.gdash-pref+.gdash-pref{border-top:1px solid var(--gray-100,#f4f4f2)}.gdash-pref-label{color:var(--text-secondary,#666);font-size:.86rem}.gdash-pref-val{color:var(--text-primary,#222);text-align:right;font-size:.88rem;font-weight:600}.gdt-pitch{background:linear-gradient(135deg, color-mix(in srgb, var(--primary-color,#e96021) 10%, #fff), #fff);border:1px solid color-mix(in srgb, var(--primary-color,#e96021) 22%, #fff);border-radius:18px;padding:20px 22px}.gdt-pitch-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--primary-color,#e96021);margin-bottom:8px;font-size:.68rem;font-weight:700;display:inline-block}.gdt-pitch p{color:var(--text-primary,#222);margin:0;font-size:1.02rem;font-weight:500;line-height:1.55}.gdt-forces{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:12px;display:grid}.gdt-force{border:1px solid var(--gray-200,#ececec);border-top:3px solid var(--primary-color,#e96021);background:#fff;border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.gdt-force-title{color:var(--text-primary,#222);font-size:.98rem;font-weight:700}.gdt-force-proof{color:var(--text-secondary,#666);font-size:.82rem;line-height:1.45}.gdt-style{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:14px;flex-direction:column;gap:18px;padding:20px;display:flex}.gdt-style-row{grid-template-columns:110px 1fr 110px;align-items:center;gap:14px;display:grid}.gdt-style-end{color:var(--text-secondary,#888);font-size:.82rem;font-weight:500}.gdt-style-end-right{text-align:right}.gdt-style-end.on{color:var(--primary-color,#e96021);font-weight:700}.gdt-style-track{background:var(--gray-200,#ececec);border-radius:999px;height:4px;position:relative}.gdt-style-dot{background:var(--primary-color,#e96021);border:3px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 5px #00000040}.gdt-skills{flex-direction:column;gap:13px;display:flex}.gdt-skill{grid-template-columns:130px 1fr;align-items:center;gap:14px;display:grid}.gdt-skill-name{color:var(--text-primary,#222);font-size:.85rem;font-weight:500}.gdt-skill-bar{background:var(--gray-200,#ececec);border-radius:999px;height:8px;overflow:hidden}.gdt-skill-bar>span{background:var(--primary-color,#e96021);border-radius:999px;height:100%;display:block}.gdt-verified{flex-wrap:wrap;gap:8px;display:flex}.gdt-badge{color:#15803d;background:#22c55e1a;border:1px solid #22c55e40;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.8rem;font-weight:500;display:inline-flex}.gdash-cv{flex-direction:column;gap:34px;display:flex}.gcv-section-head{border-bottom:1px solid var(--gray-200,#ececec);justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px;padding-bottom:10px;display:flex}.gcv-h{color:var(--text-primary,#222);margin:0;font-size:1.15rem;font-weight:700}.gcv-edit,.gcv-add{color:var(--text-secondary,#888);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:5px 8px;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.gcv-edit:hover,.gcv-add:hover{background:var(--gray-100,#f3f2ee);color:var(--primary-color,#e96021)}.gcv-add{color:var(--primary-color,#e96021)}.gcv-edit-sm{flex-shrink:0;padding:4px}.gcv-entry-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.gcv-entry-top .gcv-role{flex:1}.gcv-identity{align-items:center;gap:14px;display:flex}.gcv-identity-text{min-width:0}.gcv-name{color:var(--text-primary,#222);margin:0 0 3px;font-size:1.2rem;font-weight:700}.gcv-title{color:var(--text-secondary,#666);margin:0;font-size:.85rem}.gcv-photo{background:var(--gray-100,#f3f2ee);border:1px solid var(--gray-200,#ececec);color:#b8b8b3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex;overflow:hidden}.gcv-photo svg{width:56%;height:56%}.gcv-photo img{object-fit:cover;width:100%;height:100%}.gcv-info{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 24px;display:grid}.gcv-info-row{flex-direction:column;gap:2px;display:flex}.gcv-info-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#999);font-size:.72rem;font-weight:600}.gcv-info-value{color:var(--text-primary,#222);font-size:.9rem}.gcv-subh{color:var(--text-primary,#222);margin:18px 0 6px;font-size:.95rem;font-weight:600}.gcv-subh:first-of-type{margin-top:0}.gcv-text{color:var(--text-secondary,#555);margin:0;font-size:.92rem;line-height:1.6}.gcv-list{flex-direction:column;gap:26px;display:flex}.gcv-entry{gap:14px;display:flex}.gcv-logo{width:44px;height:44px;color:var(--text-primary,#222);background:var(--gray-100,#f3f2ee);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:inline-flex}.gcv-entry-body{flex-direction:column;min-width:0;display:flex}.gcv-role{color:var(--text-primary,#222);margin:0 0 2px;font-size:1rem;font-weight:600}.gcv-org{color:var(--text-primary,#222);font-size:.88rem}.gcv-meta{color:var(--text-secondary,#888);font-size:.82rem}.gcv-desc{color:var(--text-secondary,#555);margin:10px 0 0;font-size:.88rem;line-height:1.55}.gdash-history{flex-direction:column;display:flex}.gdash-hist{gap:14px;padding-bottom:18px;display:flex;position:relative}.gdash-hist:not(:last-child):before{content:"";background:var(--gray-200,#ececec);width:2px;position:absolute;top:14px;bottom:0;left:4px}.gdash-hist-dot{z-index:1;background:var(--primary-color,#e96021);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px;position:relative}.gdash-hist-body{flex-direction:column;gap:2px;display:flex}.gdash-hist-text{color:var(--text-primary,#222);font-size:.9rem;font-weight:500}.gdash-hist-date{color:var(--text-secondary,#888);font-size:.78rem}.gdash-chat-input{align-items:flex-end}.gdash-chat-ta{border:1px solid var(--gray-200,#ececec);background:var(--background-color,#f8f7f3);min-width:0;color:var(--text-primary,#222);resize:none;scrollbar-width:none;border-radius:18px;flex:1;max-height:140px;padding:10px 14px;font-family:inherit;font-size:.86rem;line-height:1.45;overflow-y:auto}.gdash-chat-ta::-webkit-scrollbar{display:none}.gdash-stop{background:var(--text-primary,#1a1f2b);color:#fff}.gchat-user{background:var(--gray-100,#f3f2ee);max-width:85%;color:var(--text-primary,#222);white-space:pre-wrap;border:1px solid #0000001a;border-radius:16px 16px 5px;align-self:flex-end;padding:10px 14px;font-size:.88rem;line-height:1.5}.gchat-ai{max-width:100%;color:var(--text-primary,#222);flex-direction:column;align-self:stretch;gap:10px;font-size:.9rem;line-height:1.62;display:flex}.gchat-ai p{margin:0 0 10px}.gchat-ai>:last-child{margin-bottom:0}.gchat-ai ul,.gchat-ai ol{margin:0 0 10px;padding-left:22px}.gchat-ai li{margin-bottom:5px}.gchat-ai li>p{margin:0}.gchat-ai strong{color:var(--text-primary,#1a1f2b);font-weight:700}.gchat-ai em{font-style:italic}.gchat-ai a{color:var(--primary-color,#e96021);text-decoration:underline}.gchat-ai h1,.gchat-ai h2,.gchat-ai h3{margin:16px 0 6px;font-size:1rem;font-weight:700;line-height:1.3}.gchat-ai code{background:var(--gray-100,#f3f2ee);border-radius:5px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.gchat-ai pre{background:var(--gray-100,#f3f2ee);border-radius:10px;margin:0 0 10px;padding:12px 14px;overflow-x:auto}.gchat-ai pre code{background:0 0;padding:0}.gchat-ai blockquote{border-left:3px solid var(--gray-200,#ececec);color:var(--text-secondary,#666);margin:0 0 10px;padding-left:12px}.gchat-loader{flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.gchat-spinner{border:3px solid var(--gray-200,#ececec);border-top-color:var(--primary-color,#e96021);border-radius:50%;width:26px;height:26px;animation:.7s linear infinite gchat-spin}@keyframes gchat-spin{to{transform:rotate(360deg)}}.gchat-thinking{background:linear-gradient(90deg, var(--text-secondary,#9a9a93) 30%, var(--text-primary,#1a1f2b) 50%, var(--text-secondary,#9a9a93) 70%);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;align-self:flex-start;padding:2px;font-size:.9rem;font-weight:500;animation:1.6s linear infinite gchat-shimmer}@keyframes gchat-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.gchat-thinking{color:var(--text-secondary,#888);animation:none}}.goff-tabswrap{justify-content:center;margin-bottom:22px;display:flex}.goff-tabs{background:var(--gray-100,#f3f2ee);border-radius:12px;gap:4px;padding:4px;display:inline-flex}.goff-tab{color:var(--text-secondary,#666);cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:8px;padding:8px 18px;font-family:inherit;font-size:.88rem;font-weight:500;transition:color .15s;display:inline-flex}.goff-tab:hover{color:var(--text-primary,#222)}.goff-tab.active{color:var(--text-primary,#222);background:#fff;font-weight:600;box-shadow:0 1px 4px #0000001a}.goff-count{color:var(--primary-color,#e96021);background:color-mix(in srgb, var(--primary-color,#e96021) 14%, #fff);border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:700}.goff-deck{position:relative}.goff-card{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:16px;flex-direction:column;min-height:60vh;display:flex;overflow:hidden}.goff-card-head{border-bottom:1px solid var(--gray-200,#ececec);padding:22px 24px}.goff-head-row{align-items:flex-start;gap:16px;display:flex}.goff-ava{width:52px;height:52px;color:var(--primary-color,#e96021);background:color-mix(in srgb, var(--primary-color,#e96021) 12%, #fff);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:inline-flex}.goff-id{flex:1;min-width:0}.goff-title{color:var(--text-primary,#222);margin:0 0 4px;font-size:1.3rem;font-weight:700;line-height:1.2}.goff-meta{color:var(--text-secondary,#666);font-size:.88rem}.goff-meta .u{text-decoration:underline}.goff-sub{color:var(--text-secondary,#999);margin-top:5px;font-size:.8rem}.goff-match{text-align:center;background:color-mix(in srgb, var(--primary-color,#e96021) 12%, #fff);color:var(--primary-color,#e96021);border-radius:12px;flex-shrink:0;padding:9px 13px}.goff-match b{font-size:1.25rem;font-weight:800;line-height:1;display:block}.goff-match span{font-size:.68rem}.goff-bullets{margin:18px 0 0;padding-left:20px}.goff-bullets li{color:var(--text-primary,#333);margin-bottom:7px;font-size:.9rem;line-height:1.55}.goff-body{flex:1;padding:20px 24px;overflow-y:auto}.goff-body .gcv-text{margin-top:0}.goff-arrow{z-index:2;border:1px solid var(--gray-200,#ececec);width:40px;height:40px;color:var(--text-secondary,#666);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%);box-shadow:0 2px 10px #0000001a}.goff-arrow:hover{color:var(--primary-color,#e96021);border-color:color-mix(in srgb, var(--primary-color,#e96021) 30%, #fff)}.goff-actions{border-top:1px solid var(--gray-200,#ececec);justify-content:center;gap:12px;padding:14px 24px;display:flex}.goff-btn{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:9px;max-width:260px;padding:13px 18px;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.goff-btn svg{width:18px;height:18px}.goff-btn-no{border:1px solid var(--gray-200,#ececec);color:var(--text-primary,#333);background:#fff}.goff-btn-no:hover{background:var(--gray-100,#f3f2ee)}.goff-btn-yes{background:var(--primary-color,#e96021);color:#fff;border:none}.goff-list{flex-direction:column;gap:10px;display:flex}.goff-row{border:1px solid var(--gray-200,#ececec);background:#fff;border-radius:14px;align-items:center;gap:14px;padding:13px 16px;display:flex}.goff-row-body{flex:1;min-width:0}.goff-row-title{color:var(--text-primary,#222);white-space:nowrap;text-overflow:ellipsis;font-size:.94rem;font-weight:600;overflow:hidden}.goff-row-sub{color:var(--text-secondary,#888);font-size:.82rem}.goff-tag{border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:.74rem;font-weight:600}.goff-tag-yes{color:#15803d;background:#22c55e1a;border:1px solid #22c55e40}.goff-tag-no{color:var(--text-secondary,#888);background:var(--gray-100,#f3f2ee)}.goff-relist{border:1px solid var(--gray-200,#ececec);color:var(--text-secondary,#555);cursor:pointer;background:#fff;border-radius:9px;flex-shrink:0;padding:7px 12px;font-family:inherit;font-size:.8rem}.goff-relist:hover{background:var(--gray-100,#f3f2ee)}.goff-empty{text-align:center;color:var(--text-secondary,#888);border:1px dashed var(--gray-200,#ececec);border-radius:16px;padding:56px 20px;font-size:.92rem}.ivp{background:var(--background-color,#f8f7f3);flex-direction:column;flex:1;align-items:center;min-height:0;padding:18px;display:flex;position:relative}.ivp-preview-tag{color:var(--text-secondary,#888);background:var(--gray-100,#f3f2ee);border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:600;position:absolute;top:12px;left:12px}.ivp-timer{color:var(--text-secondary,#888);font-variant-numeric:tabular-nums;margin-top:6px;font-size:.95rem;font-weight:600}.ivp-stage{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.ivp-face{background:var(--gray-100,#f3f2ee);border-radius:28px;justify-content:center;align-items:center;width:150px;height:150px;display:flex}.gpx{grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(5,1fr);gap:5px;width:96px;height:96px;display:grid}.gpx-cell{background:0 0;border-radius:3px}.gpx-cell.o{background:var(--primary-color,#e96021)}.gpx-cell.d{background:#1a1f2b}.gpx.speaking .gpx-cell.o,.gpx.speaking .gpx-cell.d{animation:.85s ease-in-out infinite gpx-blink}@keyframes gpx-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.7)}}.ivp-status{color:var(--text-secondary,#777);background:var(--gray-100,#f3f2ee);border-radius:999px;padding:7px 16px;font-size:.92rem;font-weight:600}.ivp-hint{color:var(--text-secondary,#999);text-align:center;max-width:280px;font-size:.82rem}.ivp-error{color:#d33;text-align:center;font-size:.9rem}.ivp-controls{background:var(--gray-100,#f3f2ee);border-radius:999px;align-items:center;gap:12px;margin-bottom:8px;padding:9px 14px;display:flex}.ivp-ctrl{cursor:pointer;width:48px;height:48px;color:var(--text-primary,#222);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 1px 3px #0000001a}.ivp-ctrl:disabled{box-shadow:none;color:var(--text-secondary,#b0b0a8);cursor:default;background:0 0}.ivp-ctrl.off{background:var(--text-primary,#222);color:#fff}.ivp-ctrl.active{background:var(--primary-color,#e96021);color:#fff}.ivp-end{color:#fff;box-shadow:none;background:#e5484d}@media (width<=760px){.gdash{height:auto;min-height:100vh;overflow:visible}.gdash-split{flex-direction:column}.gdash-chat{border-right:none;border-bottom:1px solid var(--gray-200,#ececec);flex:none;width:100%;height:60vh}.gdash-divider,.gdash-user-name{display:none}}.bw-auth{background:#f5f6f9;justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:Open Sauce Sans,system-ui,sans-serif;display:flex}.bw-auth-card{background:#fff;border:1px solid #e7e9f0;border-radius:18px;width:100%;max-width:420px;padding:36px 32px;box-shadow:0 10px 40px #1419320f}.bw-auth-brand{color:#6b7180;align-items:center;gap:10px;margin-bottom:28px;font-size:13px;font-weight:600;display:flex}.bw-auth-dot{background:#2f6bff;border-radius:50%;width:10px;height:10px}.bw-auth-logo{width:auto;height:22px}.bw-auth-title{color:#161b2e;margin:0 0 8px;font-size:26px;font-weight:700}.bw-auth-sub{color:#6b7180;margin:0 0 24px;font-size:14px;line-height:1.5}.bw-auth-form{flex-direction:column;display:flex}.bw-auth-label{color:#404556;margin-bottom:8px;font-size:13px;font-weight:600}.bw-auth-input{box-sizing:border-box;letter-spacing:.5px;color:#161b2e;border:1px solid #d8dbe6;border-radius:12px;width:100%;padding:13px 14px;font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:15px;transition:border-color .15s,box-shadow .15s}.bw-auth-input:focus{border-color:#2f6bff;outline:none;box-shadow:0 0 0 3px #2f6bff26}.bw-auth-hint{color:#9aa0b0;text-align:right;margin:6px 2px 0;font-size:12px}.bw-auth-demo{color:#2f6bff;background:#eef3ff;border-radius:8px;margin:12px 0 0;padding:8px 10px;font-size:12px}.bw-auth-error{color:#b3261e;background:#fdecec;border:1px solid #f3c2c2;border-radius:8px;margin:14px 0 0;padding:9px 11px;font-size:13px}.bw-auth-btn{color:#fff;cursor:pointer;background:#2f6bff;border:none;border-radius:12px;margin-top:20px;padding:13px 16px;font-size:15px;font-weight:600;transition:background .15s,opacity .15s}.bw-auth-btn:hover:not(:disabled){background:#2456d8}.bw-auth-btn:disabled{opacity:.55;cursor:not-allowed}.bw-auth-footnote{color:#9aa0b0;text-align:center;margin:24px 0 0;font-size:12px;line-height:1.5}.bw-cfg{color:#161b2e;background:#f5f6f9;min-height:100vh;font-family:Open Sauce Sans,system-ui,sans-serif}.bw-cfg-topbar{z-index:20;background:#fff;border-bottom:1px solid #e7e9f0;justify-content:space-between;align-items:center;padding:14px 24px;display:flex;position:sticky;top:0}.bw-cfg-brand{align-items:center;gap:12px;display:flex}.bw-cfg-logo{border-radius:6px;width:auto;height:32px}.bw-cfg-logo-fallback{color:#fff;background:#2f6bff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;font-weight:700;display:inline-flex}.bw-cfg-org{font-size:15px;font-weight:600}.bw-cfg-brand-title{color:#161b2e;font-size:16px;font-weight:700}.bw-cfg-logout{color:#404556;cursor:pointer;background:0 0;border:1px solid #d8dbe6;border-radius:9px;padding:8px 14px;font-size:13px;transition:background .15s}.bw-cfg-logout:hover{background:#f0f1f6}.bw-cfg-main{max-width:720px;margin:0 auto;padding:40px 24px 80px}.bw-cfg-title{margin:0 0 8px;font-size:28px;font-weight:700}.bw-cfg-sub{color:#6b7180;margin:0 0 28px;font-size:14px;line-height:1.5}.bw-cfg-banner{color:#8a6d00;background:#fff6da;border:1px solid #f0e0a0;border-radius:10px;margin-bottom:24px;padding:11px 14px;font-size:13px}.bw-cfg-card{background:#fff;border:1px solid #e7e9f0;border-radius:16px;margin-bottom:20px;padding:24px}.bw-cfg-card-title{margin:0 0 16px;font-size:17px;font-weight:700}.bw-cfg-card-desc{color:#6b7180;margin:0 0 16px;font-size:14px;line-height:1.5}.bw-cfg-field{margin-bottom:18px}.bw-cfg-field:last-child{margin-bottom:0}.bw-cfg-label{color:#404556;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.bw-cfg-input,.bw-cfg-textarea{box-sizing:border-box;color:#161b2e;border:1px solid #d8dbe6;border-radius:11px;width:100%;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.bw-cfg-textarea{resize:vertical;line-height:1.5}.bw-cfg-input:focus,.bw-cfg-textarea:focus{border-color:#2f6bff;outline:none;box-shadow:0 0 0 3px #2f6bff26}.bw-cfg-wa-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:11px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:600;display:inline-flex}.bw-cfg-wa-btn:disabled{opacity:.5;cursor:not-allowed}.bw-cfg-wa-link{color:#2f6bff;cursor:pointer;background:0 0;border:none;margin-top:12px;padding:0;font-size:13px;font-weight:600;text-decoration:underline;display:block}.bw-cfg-wa-link:disabled{opacity:.5;cursor:not-allowed}.bw-cfg-wa-ok{color:#1a7f43;align-items:center;font-size:14px;font-weight:600;display:inline-flex}.bw-cfg-wa-error{color:#b3261e;margin:12px 0 0;font-size:13px}.bw-cfg-actions{justify-content:flex-end;align-items:center;gap:16px;margin-top:8px;display:flex}.bw-cfg-saved{color:#1a7f43;font-size:13px;font-weight:600}.bw-cfg-save-error{color:#b3261e;font-size:13px}.bw-cfg-save{color:#fff;cursor:pointer;background:#2f6bff;border:none;border-radius:11px;padding:12px 24px;font-size:15px;font-weight:600;transition:background .15s}.bw-cfg-save:hover{background:#2456d8}.bw-nav{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.bw-nav-link{color:#404556;border-radius:9px;padding:8px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.bw-nav-link:hover{background:#f0f1f6}.bw-nav-link.is-active{color:#2f6bff;background:#eaf0ff}.bw-shell-main{max-width:1080px;margin:0 auto;padding:8px 24px 48px}@media (width<=640px){.bw-cfg-topbar{flex-wrap:wrap;gap:10px}.bw-nav{flex-basis:100%;order:3;justify-content:flex-start;overflow-x:auto}}.st-btn{border-radius:var(--st-radius);cursor:pointer;transition:background var(--st-trans-fast), border-color var(--st-trans-fast), color var(--st-trans-fast), box-shadow var(--st-trans-fast), transform var(--st-trans-fast);letter-spacing:-.005em;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:600;text-decoration:none;display:inline-flex}.st-btn:focus-visible{box-shadow:var(--st-shadow-focus);outline:none}.st-btn:disabled,.st-btn.is-loading{cursor:not-allowed;opacity:.6}.st-btn:not(:disabled):active{transform:translateY(1px)}.st-btn--sm{font-size:var(--st-text-xs);min-height:30px;padding:6px 14px}.st-btn--md{font-size:var(--st-text-sm);min-height:38px;padding:9px 18px}.st-btn--lg{font-size:var(--st-text-base);min-height:46px;padding:12px 22px}.st-btn--primary{background:var(--st-brand);color:var(--st-text-on-brand);box-shadow:var(--st-shadow-xs)}.st-btn--primary:not(:disabled):hover{background:var(--st-brand-hover);box-shadow:var(--st-shadow-sm)}.st-btn--secondary{background:var(--st-surface);color:var(--st-text);border-color:var(--st-border-strong)}.st-btn--secondary:not(:disabled):hover{background:var(--st-surface-alt);border-color:var(--st-text-subtle)}.st-btn--ghost{color:var(--st-text-muted);background:0 0}.st-btn--ghost:not(:disabled):hover{background:var(--st-surface-alt);color:var(--st-text)}.st-btn--danger{background:var(--st-danger);color:var(--st-text-on-brand)}.st-btn--danger:not(:disabled):hover{background:var(--st-danger-text)}.st-btn--link{color:var(--st-brand);border-radius:var(--st-radius-sm);background:0 0;padding-left:4px;padding-right:4px}.st-btn--link:not(:disabled):hover{background:var(--st-brand-softer);color:var(--st-brand-hover)}.st-btn-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite st-btn-spin}@keyframes st-btn-spin{to{transform:rotate(360deg)}}.st-btn-icon{align-items:center;font-size:1.05em;line-height:1;display:inline-flex}.st-btn-label{display:inline-block}.st-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);transition:border-color var(--st-trans-fast), box-shadow var(--st-trans-fast);overflow:hidden}.st-card--muted{background:var(--st-surface-alt)}.st-card--elevated{box-shadow:var(--st-shadow);border-color:#0000}.st-card-header{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 22px;display:flex}.st-card-header-text{flex:1;min-width:0}.st-card-title{font-size:var(--st-text-base);color:var(--st-text);margin:0;font-weight:700;line-height:1.3}.st-card-subtitle{font-size:var(--st-text-sm);color:var(--st-text-muted);margin:4px 0 0;line-height:1.5}.st-card-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.st-card-body{background:inherit}.st-card-body--default{padding:22px}.st-card-body--compact{padding:14px 22px}.st-card-body--none{padding:0}.st-card-footer{border-top:1px solid var(--st-border);background:var(--st-surface-alt);justify-content:flex-end;align-items:center;gap:8px;padding:14px 22px;display:flex}.st-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.st-empty--default{background:var(--st-surface-alt);border:1px dashed var(--st-border-strong);border-radius:var(--st-radius-lg);gap:8px;padding:56px 24px}.st-empty--compact{color:var(--st-text-subtle);font-style:italic;font-size:var(--st-text-sm);gap:4px;padding:24px 12px}.st-empty--inline{background:var(--st-surface-alt);border-radius:var(--st-radius-pill);font-size:var(--st-text-xs);color:var(--st-text-muted);flex-direction:row;padding:6px 14px;display:inline-flex}.st-empty-icon{opacity:.6;margin-bottom:4px;font-size:2.4rem;line-height:1}.st-empty--compact .st-empty-icon,.st-empty--inline .st-empty-icon{opacity:.7;margin:0 6px 0 0;font-size:1rem}.st-empty-title{font-size:var(--st-text-lg);color:var(--st-text);font-weight:700}.st-empty--compact .st-empty-title,.st-empty--inline .st-empty-title{font-size:var(--st-text-sm);color:var(--st-text-muted);font-weight:500}.st-empty-desc{font-size:var(--st-text-sm);color:var(--st-text-muted);max-width:380px;line-height:1.55}.st-empty-action{background:var(--st-brand);color:var(--st-text-on-brand);border-radius:var(--st-radius);font-weight:600;font-size:var(--st-text-sm);cursor:pointer;transition:background var(--st-trans-fast), transform var(--st-trans-fast);border:none;margin-top:12px;padding:10px 22px}.st-empty-action:hover{background:var(--st-brand-hover)}.st-empty-action:active{transform:translateY(1px)}.st-page-header{border-bottom:1px solid var(--st-border);margin-bottom:22px;padding:20px 0 18px}.st-page-header--sticky{background:var(--st-bg);z-index:var(--st-z-sticky);margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px;position:sticky;top:0}.st-breadcrumbs{font-size:var(--st-text-xs);color:var(--st-text-subtle);flex-wrap:wrap;align-items:center;gap:0;margin-bottom:12px;display:flex}.st-crumb{align-items:center;gap:8px;display:inline-flex}.st-crumb a{color:var(--st-text-muted);transition:color var(--st-trans-fast);text-decoration:none}.st-crumb a:hover{color:var(--st-brand)}.st-crumb-current{color:var(--st-text);font-weight:600}.st-crumb-sep{color:var(--st-text-disabled);margin:0 8px}.st-page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.st-page-header-text{flex:1;min-width:0}.st-page-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.st-page-title{font-size:var(--st-text-2xl);color:var(--st-text);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.2}.st-page-badge{align-items:center;display:flex}.st-page-subtitle{font-size:var(--st-text-sm);color:var(--st-text-muted);margin:6px 0 0;line-height:1.5}.st-page-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.st-skel{background:linear-gradient(90deg, var(--st-surface-alt) 0%, var(--st-surface-sunken) 50%, var(--st-surface-alt) 100%);border-radius:var(--st-radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite st-skel-shimmer}.st-skel--circle{border-radius:50%}@keyframes st-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.st-skel-text{flex-direction:column;gap:8px;display:flex}.st-skel-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md);flex-direction:column;gap:10px;padding:20px;display:flex}.st-page-skel{flex-direction:column;gap:24px;padding:8px 0;display:flex}.st-page-skel-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.st-badge{border-radius:var(--st-radius-pill);white-space:nowrap;letter-spacing:.01em;align-items:center;gap:6px;font-weight:600;line-height:1;display:inline-flex}.st-badge-sm{font-size:var(--st-text-xs);padding:3px 8px}.st-badge-md{font-size:var(--st-text-xs);padding:5px 11px}.st-badge-lg{font-size:var(--st-text-sm);padding:7px 14px}.st-badge-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.st-badge-icon{font-size:.9em;line-height:1}.st-badge-success{background:var(--st-success-soft);color:var(--st-success-text)}.st-badge-warning{background:var(--st-warning-soft);color:var(--st-warning-text)}.st-badge-danger{background:var(--st-danger-soft);color:var(--st-danger-text)}.st-badge-info{background:var(--st-info-soft);color:var(--st-info-text)}.st-badge-neutral{background:var(--st-neutral-soft);color:var(--st-neutral-text)}.st-badge-brand{background:var(--st-brand-softer);color:var(--st-brand-hover)}.st-badge-success .st-badge-dot,.st-badge-info .st-badge-dot,.st-badge-brand .st-badge-dot{animation:1.8s ease-in-out infinite st-badge-pulse}@keyframes st-badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.st-toast-region{z-index:var(--st-z-toast);pointer-events:none;flex-direction:column;gap:10px;max-width:380px;display:flex;position:fixed;top:18px;right:18px}.st-toast{background:var(--st-surface);color:var(--st-text);border:1px solid var(--st-border);border-left:3px solid var(--st-neutral-text);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-md);pointer-events:auto;align-items:flex-start;gap:12px;padding:12px 14px;animation:.18s cubic-bezier(.4,0,.2,1) st-toast-in;display:flex}@keyframes st-toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.st-toast--success{border-left-color:var(--st-success)}.st-toast--error{border-left-color:var(--st-danger)}.st-toast--warning{border-left-color:var(--st-warning)}.st-toast--info{border-left-color:var(--st-info)}.st-toast-icon{width:22px;height:22px;color:var(--st-text-on-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.st-toast--success .st-toast-icon{background:var(--st-success)}.st-toast--error .st-toast-icon{background:var(--st-danger)}.st-toast--warning .st-toast-icon{background:var(--st-warning);color:var(--white)}.st-toast--info .st-toast-icon{background:var(--st-info)}.st-toast-body{min-width:0;font-size:var(--st-text-sm);flex:1;line-height:1.45}.st-toast-title{color:var(--st-text);margin-bottom:2px;font-weight:600}.st-toast-message{color:var(--st-text-muted);word-wrap:break-word}.st-toast-action{border-radius:var(--st-radius-pill);background:var(--st-brand-soft);color:var(--st-brand-hover);font-size:var(--st-text-xs);cursor:pointer;transition:background var(--st-trans-fast);border:none;flex-shrink:0;padding:4px 12px;font-weight:600}.st-toast-action:hover{background:var(--st-brand);color:var(--st-text-on-brand)}.st-toast-close{width:22px;height:22px;color:var(--st-text-subtle);cursor:pointer;transition:background var(--st-trans-fast), color var(--st-trans-fast);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:flex}.st-toast-close:hover{background:var(--st-surface-alt);color:var(--st-text)}.st-confirm-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--st-z-modal);background:#1f1a168c;justify-content:center;align-items:center;padding:20px;animation:.15s ease-out st-overlay-in;display:flex;position:fixed;inset:0}@keyframes st-overlay-in{0%{opacity:0}to{opacity:1}}.st-confirm-dialog{background:var(--st-surface);border-radius:var(--st-radius-lg);width:100%;max-width:420px;box-shadow:var(--st-shadow-lg);text-align:center;padding:28px 28px 24px;animation:.18s cubic-bezier(.4,0,.2,1) st-dialog-in}@keyframes st-dialog-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.st-confirm-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;font-size:1.4rem;font-weight:700;display:flex}.st-confirm-tone-danger .st-confirm-icon{background:var(--st-danger-soft);color:var(--st-danger)}.st-confirm-tone-warning .st-confirm-icon{background:var(--st-warning-soft);color:var(--st-warning)}.st-confirm-tone-brand .st-confirm-icon{background:var(--st-brand-softer);color:var(--st-brand)}.st-confirm-tone-neutral .st-confirm-icon{background:var(--st-neutral-soft);color:var(--st-text-muted)}.st-confirm-title{font-size:var(--st-text-lg);color:var(--st-text);margin:0 0 8px;font-weight:700;line-height:1.3}.st-confirm-message{font-size:var(--st-text-sm);color:var(--st-text-muted);white-space:pre-line;margin:0 0 22px;line-height:1.55}.st-confirm-actions{justify-content:center;gap:10px;display:flex}.st-confirm-btn{border-radius:var(--st-radius);font-size:var(--st-text-sm);cursor:pointer;transition:background var(--st-trans-fast), border-color var(--st-trans-fast), transform var(--st-trans-fast);border:1px solid #0000;flex:1;padding:10px 18px;font-weight:600}.st-confirm-btn:active{transform:translateY(1px)}.st-confirm-btn-cancel{background:var(--st-surface);color:var(--st-text-muted);border-color:var(--st-border-strong)}.st-confirm-btn-cancel:hover{background:var(--st-surface-alt);color:var(--st-text)}.st-confirm-btn-confirm{background:var(--st-text);color:var(--st-text-on-brand)}.st-confirm-btn-confirm:hover{background:#000}.st-confirm-tone-danger .st-confirm-btn-confirm{background:var(--st-danger)}.st-confirm-tone-danger .st-confirm-btn-confirm:hover{background:var(--st-danger-text)}.st-confirm-tone-warning .st-confirm-btn-confirm{background:var(--st-warning)}.st-confirm-tone-warning .st-confirm-btn-confirm:hover{background:var(--st-warning-text)}.st-confirm-tone-brand .st-confirm-btn-confirm{background:var(--st-brand)}.st-confirm-tone-brand .st-confirm-btn-confirm:hover{background:var(--st-brand-hover)}.company-profile h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.company-subtitle{color:var(--st-text-subtle);margin:4px 0 28px;font-size:.9rem}.cp-tabs{border-bottom:2px solid var(--st-border);gap:4px;margin-bottom:24px;display:flex}.cp-tab{color:var(--st-text-subtle);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .15s}.cp-tab:hover{color:var(--st-text)}.cp-tab.active{color:var(--st-brand);border-bottom-color:var(--st-brand);font-weight:600}.company-error{color:var(--st-danger);background:var(--st-danger-soft);border-radius:8px;margin:0 0 16px;padding:10px 14px;font-size:.85rem}.company-form{border:1px solid var(--st-border);background:#fff;border-radius:12px;flex-direction:column;gap:20px;padding:28px;display:flex}.form-row{gap:20px;display:flex}.form-row>.form-group{flex:1}.form-group{flex-direction:column;gap:6px;display:flex}.form-group.full{width:100%}.form-group label{color:var(--st-text);font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--st-border-strong);background:#fff;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--st-brand)}.form-group textarea{resize:vertical}.form-actions{justify-content:flex-end;padding-top:8px;display:flex}.btn-primary{background:var(--st-brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 28px;font-size:.9rem;font-weight:600;transition:background .2s}.form-hint{color:var(--st-text-subtle);margin:4px 0 0;font-size:.8rem}.btn-primary:hover{background:var(--st-brand-hover)}.cp-section{border:1px solid var(--st-border);background:#fff;border-radius:12px;margin-top:16px;padding:24px}.cp-section h2{color:var(--st-text);margin:0 0 16px;font-size:1rem;font-weight:600}.cp-table{border-collapse:collapse;width:100%;font-size:.85rem}.cp-table th{text-align:left;color:var(--st-text-subtle);text-transform:uppercase;border-bottom:1px solid var(--st-border);padding:8px 10px;font-size:.75rem;font-weight:600}.cp-table td{border-bottom:1px solid var(--st-border);color:var(--st-text);padding:8px 10px}.cp-td-user{color:var(--st-text);font-size:.85rem;font-weight:500}.cp-table select{border:1px solid var(--st-border-strong);border-radius:4px;padding:4px 8px;font-family:inherit;font-size:.8rem}.cp-role{border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.cp-role.owner{background:var(--st-brand-softer);color:var(--st-brand)}.cp-role.admin{background:var(--st-success-soft);color:var(--st-success)}.cp-role.team_member{background:var(--st-brand-softer);color:var(--primary-400)}.cp-role.viewer{background:var(--st-border);color:var(--st-text-subtle)}.cp-team-global{color:var(--st-text-subtle);font-size:.8rem;font-style:italic}.cp-remove{color:var(--st-border-strong);cursor:pointer;background:0 0;border:none;font-size:.8rem}.cp-remove:hover{color:var(--st-danger)}.cp-team-row{background:var(--st-surface-alt);border-radius:6px;align-items:center;gap:12px;margin-bottom:4px;padding:8px 10px;display:flex}.cp-team-name{color:var(--st-text);flex:1;font-size:.9rem;font-weight:600}.cp-team-count{color:var(--st-text-subtle);font-size:.8rem}.cp-add-row{gap:8px;margin-top:8px;display:flex}.cp-add-row input{border:1px solid var(--st-border-strong);border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:inherit;font-size:.85rem}.cp-add-row input:focus{border-color:var(--st-brand)}.cp-invite-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.cp-invite-head h2{margin-bottom:5px}.cp-invite-head p{color:var(--st-text-subtle);font-size:var(--st-text-sm);margin:0}.cp-invite-security{background:var(--st-success-soft);color:var(--st-success-text);font-size:var(--st-text-xs);border-radius:999px;flex-shrink:0;padding:6px 10px;font-weight:650}.cp-invite-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:12px;display:grid}.cp-invite-form label{color:var(--st-text-muted);font-size:var(--st-text-xs);flex-direction:column;gap:6px;font-weight:650;display:flex}.cp-invite-form input{box-sizing:border-box;border:1px solid var(--st-border-strong);border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.85rem}.cp-invite-form input:focus{border-color:var(--st-brand);box-shadow:var(--st-shadow-focus)}.cp-invite-email{grid-column:1/2}.cp-invite-form .stu-btn{justify-self:stretch;min-height:40px}.cp-invite-result{border-radius:6px;margin:10px 0 0;padding:8px 12px;font-size:.85rem}.cp-invite-result.success{background:var(--st-success-soft);color:var(--st-success)}.cp-invite-result.error{background:var(--st-danger-soft);color:var(--st-danger)}@media (width<=720px){.cp-invite-head{flex-direction:column;gap:10px}.cp-invite-form{grid-template-columns:1fr}.cp-invite-email{grid-column:auto}}.cp-section-divider{border-top:1px solid var(--st-border);margin:28px 0 12px;padding-top:20px}.cp-section-divider h2{color:var(--st-text);margin:0 0 4px;font-size:1rem;font-weight:600}.cp-section-hint{color:var(--st-text-subtle);margin:0 0 14px;font-size:.85rem;line-height:1.4}.cp-logo-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.cp-logo-preview{object-fit:contain;border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:10px;width:80px;height:80px}.cp-logo-preview.placeholder{color:var(--st-text-disabled);text-align:center;justify-content:center;align-items:center;font-size:.75rem;display:flex}.cp-logo-btn{cursor:pointer;white-space:nowrap;align-items:center;display:inline-flex}.cp-lock{color:var(--st-text-subtle);vertical-align:middle;margin-left:4px;font-size:.7rem}.cp-readonly,.form-group input.cp-readonly{background:var(--st-surface-alt);color:var(--st-text-muted);cursor:not-allowed;border-color:var(--st-border)}.cp-readonly:focus,.form-group input.cp-readonly:focus{border-color:var(--st-border);outline:none}.cp-company-card{padding:24px}.cp-company-grid{align-items:flex-start;gap:28px;display:flex}.cp-logo-col{flex-direction:column;flex:0 0 110px;align-items:center;gap:10px;display:flex}.cp-logo-lg{object-fit:contain;border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:14px;width:110px;height:110px}.cp-logo-lg.placeholder{color:var(--st-text-disabled);justify-content:center;align-items:center;font-size:.85rem;font-weight:500;display:flex}.cp-logo-actions{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.cp-logo-actions .stu-btn{text-align:center;width:100%;padding:6px 10px;font-size:.8rem}.cp-logo-remove{color:var(--st-text-subtle);cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:.78rem}.cp-logo-remove:hover{color:var(--st-danger)}.cp-company-fields{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}.cp-company-fields .form-row{gap:14px}.cp-company-card .form-group input,.cp-company-card .form-group select,.cp-company-card .form-group textarea{padding:8px 11px;font-size:.88rem}@media (width<=768px){.cp-company-grid{flex-direction:column;gap:18px}.cp-logo-col{flex-direction:row;align-self:flex-start}}.cp-agencies-section{margin-top:20px}.cp-agencies-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.cp-agencies-header h2{margin-bottom:4px}.cp-agencies-header .cp-section-hint{margin:0}.cp-agencies-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px;display:grid}.cp-agency-card{background:var(--st-surface-alt);border:1px solid var(--st-border);cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:12px;transition:background .12s,border-color .12s,transform 80ms;display:flex}.cp-agency-card:hover{background:var(--st-surface-alt);border-color:var(--st-border-strong)}.cp-agency-card:active{transform:scale(.99)}.cp-agency-card-logo{object-fit:contain;border:1px solid var(--st-border);background:#fff;border-radius:8px;flex:0 0 40px;width:40px;height:40px}.cp-agency-card-logo.placeholder{background:var(--st-brand);color:#fff;border:none;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.cp-agency-card-info{flex:1;min-width:0}.cp-agency-card-name{color:var(--st-text);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}.cp-agency-card-meta{color:var(--st-text-subtle);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.cp-modal-form{background:0 0;border:none;border-radius:0;gap:14px;padding:0 24px 24px}.cp-modal-actions{border-top:1px solid var(--st-border);flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;padding-top:14px;display:flex}.cp-modal-delete{border:1px solid var(--st-danger-soft);color:var(--st-danger-text);cursor:pointer;background:0 0;border-radius:8px;padding:8px 14px;font-size:.85rem}.cp-modal-delete:hover{background:var(--st-danger-soft)}.cp-team-row.clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s}.cp-team-row.clickable:hover{background:var(--st-surface-alt)}.cp-agency-meta{color:var(--st-text-subtle);margin-left:auto;margin-right:8px;font-size:.8rem}.cp-agency-chev{color:var(--st-text-subtle);margin-right:8px;font-size:1.1rem;font-weight:600}.settings-page h1{margin:0 0 6px}.ad-phone-check{border:1px solid var(--st-info-soft);background:#fff;border-radius:8px;margin:14px 0 8px;padding:14px}.ad-phone-check-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ad-phone-check-row label{color:var(--st-text-muted);font-size:.85rem;font-weight:500}.ad-phone-check-row select{border:1px solid var(--st-border-strong);background:#fff;border-radius:6px;padding:6px 10px;font-size:.88rem}.ad-phone-ok{background:var(--st-success-soft);border:1px solid var(--st-success-soft);color:var(--st-success-text);border-radius:6px;margin-top:12px;padding:10px 12px;font-size:.88rem}.ad-phone-ok p{margin:0 0 6px}.ad-phone-ok details{margin-top:6px;font-size:.85rem}.ad-phone-ok summary{cursor:pointer;color:var(--st-success-text);-webkit-user-select:none;user-select:none}.ad-phone-sample{border-top:1px solid var(--st-success-soft);margin:6px 0 0;padding:8px 0 0;list-style:none}.ad-phone-sample li{color:var(--st-success-text);padding:3px 0;font-size:.82rem}.ad-phone-sample code{background:#0000000a;border-radius:3px;padding:1px 6px;font-family:SF Mono,Menlo,monospace}.ad-phone-error{background:var(--st-danger-soft);border:1px solid var(--st-danger-soft);color:var(--st-danger-text);border-radius:6px;margin-top:12px;padding:10px 12px;font-size:.88rem}.cp-entity-bar{align-items:center;gap:12px;margin:4px 0 18px;display:flex}.cp-entity-tabs{scrollbar-width:thin;flex:1;gap:8px;min-width:0;padding:2px 2px 6px;display:flex;overflow-x:auto}.cp-entity-tab{border:1px solid var(--st-border-strong,#d1d5db);cursor:pointer;font:inherit;color:var(--st-text,#1f2937);white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:7px 14px 7px 8px;font-size:.88rem;transition:border-color .12s,box-shadow .12s,background .12s;display:inline-flex}.cp-entity-tab:hover{background:#00000005}.cp-entity-tab.active{border-color:var(--st-text,#1f2937);box-shadow:0 0 0 1px var(--st-text,#1f2937) inset;font-weight:600}.cp-entity-tab-logo{object-fit:cover;background:#f3f4f6;border-radius:50%;flex-shrink:0;width:24px;height:24px}.cp-entity-tab-logo.placeholder{color:var(--st-text-muted,#6b7280);justify-content:center;align-items:center;font-size:.78rem;font-weight:600;display:inline-flex}.cp-entity-tab-name{text-overflow:ellipsis;max-width:180px;overflow:hidden}.cp-entity-tab-kind{text-transform:uppercase;letter-spacing:.04em;color:var(--st-text-muted,#6b7280);background:#f1f5f9;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:600}.cp-entity-add{white-space:nowrap;flex-shrink:0}.cp-channels-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cp-channel-row{border:1px solid var(--st-border,#e5e7eb);background:#fff;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:opacity .12s;display:flex}.cp-channel-row.is-off{opacity:.6;background:#fafafa}.cp-channel-icon{color:#475569;flex-shrink:0;display:inline-flex}.cp-channel-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cp-channel-label{color:var(--st-text,#1f2937);font-size:.86rem;font-weight:600}.cp-channel-value{color:var(--st-text-muted,#6b7280);overflow-wrap:anywhere;font-size:.8rem}.cp-channel-hint{color:#9ca3af}.cp-channel-error{color:#c2410c;font-size:.78rem}.cp-channel-action{margin-top:6px}.cp-sms-sender{flex-direction:column;gap:3px;max-width:360px;display:flex}.cp-sms-sender-row{align-items:center;gap:8px;display:flex}.cp-sms-sender-row input{border:1px solid var(--st-border-strong,#d1d5db);min-width:0;font:inherit;border-radius:8px;flex:1;padding:6px 10px;font-size:.85rem}.cp-sms-sender-row input:disabled{color:var(--st-text-muted,#6b7280);background:#f8fafc}.cp-sms-sender-count{color:var(--st-text-muted,#9ca3af);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem}.cp-sms-sender-count.is-max{color:#c2410c;font-weight:600}.cp-sms-sender-hint{color:#9ca3af;font-size:.72rem}.cp-sms-sender-hint.is-err{color:#c2410c}.cp-channel-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 9px;font-size:.72rem;font-weight:600;display:inline-block}.cp-channel-link{font:inherit;color:var(--st-text-muted,#6b7280);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.78rem;text-decoration:underline}.cp-channel-link:hover{color:var(--st-text,#1f2937)}.cp-switch{flex-shrink:0;width:38px;height:22px;display:inline-block;position:relative}.cp-switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.cp-switch input:disabled{cursor:not-allowed}.cp-switch-slider{pointer-events:none;background:#cbd5e1;border-radius:999px;transition:background .12s;position:absolute;inset:0}.cp-switch-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .12s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0003}.cp-switch input:checked+.cp-switch-slider{background:#16a34a}.cp-switch input:checked+.cp-switch-slider:before{transform:translate(16px)}.cp-switch input:disabled+.cp-switch-slider{opacity:.45}.cp-agency-actions{border-top:1px solid var(--st-border,#e5e7eb);align-items:center;gap:8px;margin-top:16px;padding-top:16px;display:flex}.oa-list{flex-direction:column;gap:12px;margin-top:8px;display:flex}.oa-card{background:#fff;border:1px solid #e6e6ea;border-radius:12px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.oa-card:not(.oa-card--static):hover{border-color:#d7c3b6;box-shadow:0 2px 12px #0000000d}.oa-card:not(.oa-card--static) .oa-head:hover .oa-chev{color:#e96021;transform:translate(2px)}.oa-card.is-inactive{opacity:.72}.oa-head{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;padding:16px 18px;display:flex}.oa-head-icon{color:#e96021;background:#faf3ee;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.oa-head-main{flex:1;min-width:0}.oa-head-name{color:#1a1a1f;font-size:.98rem;font-weight:600}.oa-head-type{color:#8a8a92;margin-top:2px;font-size:.8rem}.oa-head-right{flex-shrink:0;align-items:center;gap:14px;display:flex}.oa-badge{border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:600}.oa-badge--on{color:#1b7a3d;background:#e7f6ec}.oa-badge--off{color:#8a8a92;background:#f0f0f2}.oa-badge--warn{color:#9a3412;background:#fff7ed}.oa-chev{color:#b8b8c0;transition:transform .15s}.oa-chev.is-open{transform:rotate(180deg)}.oa-switch{cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .15s;position:relative}.oa-switch:disabled{cursor:not-allowed;opacity:.5}.oa-switch-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.oa-body{border-top:1px solid #f0f0f2;padding:4px 18px 18px}.oa-config{margin-top:4px}.oa-config-title{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin:8px 0 4px;font-size:.8rem;font-weight:600}.oa-config-hint{color:#8a8a92;margin:0 0 10px;font-size:.8rem}.ahc-back{color:var(--st-brand);cursor:pointer;background:0 0;border:none;margin-bottom:14px;padding:0;font-size:.85rem;font-weight:500}.ahc-back:hover{text-decoration:underline}.ahc-head{align-items:center;gap:14px;margin-bottom:18px;display:flex}.ahc-head-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ahc-head-main h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700;line-height:1.15}.ahc-owner{color:var(--st-text-subtle);font-size:.8rem}.ahc-head-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.ahc-status{color:#8a8a92;font-size:.8rem;font-weight:600}.ahc-status.is-on{color:#1b7a3d}.ahc-status.is-warn{color:#9a3412}.ahc-link{color:var(--st-brand);font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.ahc-warn{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;font-size:.85rem;display:flex}.ahc-inherit{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;font-size:.85rem;display:flex}.bw-home{flex-direction:column;display:flex}.bw-home-section+.bw-home-section{border-top:1px solid #e7e9f0;margin-top:8px;padding-top:24px}.bw-home-section .settings-page{max-width:none;min-height:0;padding:0}.bw-home-section .cp-section>h2{margin-top:0;font-size:1.6rem}.cockpit-drawer{background:var(--white);border-right:1px solid var(--gray-200);width:60px;height:100vh;padding:var(--spacing-md) 0;z-index:var(--z-fixed);flex-direction:column;align-items:center;display:flex;position:fixed;top:0;left:0}.drawer-logo{width:40px;height:40px;margin-bottom:var(--spacing-xl);justify-content:center;align-items:center;display:flex}.drawer-logo-img{object-fit:contain;width:100%;height:100%}.drawer-nav{gap:var(--spacing-sm);width:100%;padding:0 var(--spacing-sm);flex-direction:column;flex:1;display:flex;position:relative}.drawer-nav-item-bottom{margin-top:auto}.drawer-bottom-group{gap:var(--spacing-sm);flex-direction:column;width:100%;margin-top:auto;display:flex}.drawer-profile{justify-content:center;display:flex;position:relative}.drawer-profile-btn{padding:0;overflow:hidden}.drawer-profile-btn.open{background:var(--primary-50)}.drawer-profile-avatar{border-radius:var(--radius-md);object-fit:cover;width:100%;height:100%}.drawer-profile-avatar-fallback{background:var(--primary-100);color:var(--primary-color);font-weight:var(--font-semibold);font-size:var(--font-size-xs);border-radius:var(--radius-md);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.drawer-profile-dropdown{background:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-md);min-width:200px;box-shadow:var(--shadow-md);padding:var(--spacing-md);z-index:var(--z-dropdown);position:absolute;bottom:0;left:62px}.drawer-profile-name{font-size:var(--font-size-small);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--spacing-sm)}.drawer-profile-logout{background:var(--gray-100);width:100%;color:var(--text-primary);border-radius:var(--radius-sm);padding:var(--spacing-sm) var(--spacing-md);cursor:pointer;transition:all var(--transition-fast);font-size:var(--font-size-small);border:none}.drawer-profile-logout:hover{background:var(--error-bg);color:var(--error-color)}.drawer-nav-item{border-radius:var(--radius-md);cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-self:center;align-items:center;display:flex}.drawer-nav-item svg{width:22px;height:22px;color:var(--text-secondary);transition:color var(--transition-fast)}.drawer-nav-item:hover{background:var(--gray-100)}.drawer-nav-item:hover svg{color:var(--primary-color)}.drawer-nav-item.active{background:var(--primary-50)}.drawer-nav-item.active svg{color:var(--primary-color)}.drawer-nav-item:after{content:attr(title);background:var(--gray-800);color:var(--white);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);font-size:var(--font-size-xs);white-space:nowrap;opacity:0;visibility:hidden;transition:all var(--transition-fast);pointer-events:none;position:absolute;left:70px}.drawer-nav-item:hover:after{opacity:1;visibility:visible}.cockpit-layout{min-height:100vh;display:flex}.cockpit-main{background:var(--background-color);flex:1;min-height:100vh;margin-left:60px}.cockpit-table thead th,.cockpit-table tbody td{padding:10px 16px}.cockpit-table tbody tr:nth-child(2n){background-color:#00000004}.cockpit-page-body>*+*,.cockpit-page-body-padded>*+*{margin-top:16px}.overview-section+.overview-section{margin-top:28px}.cockpit-sidepanel-stack{flex-direction:column;gap:16px;display:flex}.cockpit-sidepanel-body{scrollbar-width:thin}.org-grant-form{align-items:center;gap:10px;margin:8px 0;display:flex}.org-grant-form input,.org-grant-form select{max-width:240px}.org-fields{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px 20px;margin:0;display:grid}.org-fields>div{flex-direction:column;gap:2px;display:flex}.org-fields dt{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary,#6b7280);font-size:.72rem}.org-fields dd{overflow-wrap:anywhere;margin:0;font-size:.9rem}.org-subs-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.org-subs-item{border-bottom:1px solid var(--gray-100,#f3f4f6);justify-content:space-between;align-items:center;gap:12px;padding:10px 4px;display:flex}.org-subs-item:last-child{border-bottom:none}.org-kpis{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.org-kpi{background:var(--gray-100,#f8f9fb);border-radius:10px;flex-direction:column;gap:2px;padding:12px 14px;display:flex}.org-kpi-value{font-size:1.35rem;font-weight:700}.org-kpi-label{color:var(--text-secondary,#6b7280);font-size:.75rem}.cockpit-tabs button{white-space:nowrap}.cockpit-toolbar .textfield,.cockpit-toolbar .textfield{flex:0 320px;min-width:200px}.cockpit-toolbar .textfield input,.cockpit-toolbar .textfield input{border-radius:8px;padding:9px 12px}.cockpit-state-info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;display:inline-flex}.cockpit-page{background-color:var(--background-color);flex-direction:column;height:100vh;display:flex;overflow:hidden}.cockpit-page-body{-ms-overflow-style:none;scrollbar-width:none;flex:1;min-height:0;overflow:hidden auto}.cockpit-page-body::-webkit-scrollbar{display:none}.cockpit-page-body-padded{padding:var(--spacing-lg) var(--spacing-xl)}@media (width<=480px){.cockpit-page-body-padded{padding:var(--spacing-md)}}.cockpit-header{z-index:var(--z-sticky);background-color:var(--white);border-bottom:1px solid var(--border-color);position:sticky;top:0}.cockpit-header-row{padding:var(--spacing-md) var(--spacing-xl);justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap;min-height:64px;display:flex}.cockpit-header-left{align-items:baseline;gap:var(--spacing-md);flex-wrap:wrap;min-width:0;display:flex}.cockpit-header-title{font-size:var(--font-size-medium-large);font-weight:var(--font-semibold);color:var(--text-primary);letter-spacing:-.01em;margin:0;line-height:1.2}.cockpit-header-subtitle{font-size:var(--font-size-small);color:var(--text-secondary)}.cockpit-header-badge{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-medium);line-height:1;display:inline-flex}.cockpit-header-badge-dot{border-radius:50%;width:6px;height:6px}.cockpit-header-badge-success{background-color:var(--success-bg);color:var(--success-text)}.cockpit-header-badge-success .cockpit-header-badge-dot{background-color:var(--success-color)}.cockpit-header-badge-warning{background-color:var(--warning-bg);color:var(--warning-text)}.cockpit-header-badge-warning .cockpit-header-badge-dot{background-color:var(--warning-color)}.cockpit-header-badge-error{background-color:var(--error-bg);color:var(--error-text)}.cockpit-header-badge-error .cockpit-header-badge-dot{background-color:var(--error-color)}.cockpit-header-badge-info{background-color:var(--info-bg);color:var(--info-text)}.cockpit-header-badge-info .cockpit-header-badge-dot{background-color:var(--info-color)}.cockpit-header-badge-default{background-color:var(--gray-100);color:var(--text-secondary)}.cockpit-header-badge-default .cockpit-header-badge-dot{background-color:var(--gray-500)}.cockpit-header-actions{align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.cockpit-header-toolbar{align-items:center;gap:var(--spacing-md);padding:0 var(--spacing-xl) var(--spacing-md);flex-wrap:wrap;display:flex}@media (width<=768px){.cockpit-header-row{align-items:flex-start;gap:var(--spacing-sm);flex-direction:column}.cockpit-header-actions{width:100%}}.cockpit-toolbar{flex-wrap:wrap;display:flex}.cockpit-toolbar-gap-sm{gap:var(--spacing-sm)}.cockpit-toolbar-gap-md{gap:var(--spacing-md)}.cockpit-toolbar-gap-lg{gap:var(--spacing-lg)}.cockpit-toolbar-align-center{align-items:center}.cockpit-toolbar-align-baseline{align-items:baseline}.cockpit-toolbar-align-stretch{align-items:stretch}.cockpit-toolbar-justify-start{justify-content:flex-start}.cockpit-toolbar-justify-end{justify-content:flex-end}.cockpit-toolbar-justify-between{justify-content:space-between}.cockpit-selector{align-items:center;gap:var(--spacing-sm);display:inline-flex}.cockpit-selector-label{font-size:var(--font-size-small);font-weight:var(--font-medium);color:var(--text-secondary);white-space:nowrap}.cockpit-selector-select{padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:var(--font-size-small);background-color:var(--white);color:var(--text-primary);cursor:pointer;min-width:140px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);font-family:inherit}.cockpit-selector-select:hover:not(:disabled){border-color:var(--gray-400)}.cockpit-selector-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-100);outline:none}.cockpit-selector-select:disabled{opacity:.55;cursor:not-allowed}.cockpit-state{justify-content:center;align-items:center;gap:var(--spacing-md);padding:var(--spacing-xl);text-align:center;font-size:var(--font-size-small);color:var(--text-secondary);flex-direction:column;display:flex}.cockpit-state:not(.cockpit-state-inline){flex:1;min-height:160px}.cockpit-state-inline{padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-sm);text-align:left;flex-direction:row;justify-content:flex-start;min-height:0}.cockpit-state-error{color:var(--error-text)}.cockpit-state-error.cockpit-state-inline{background-color:var(--error-bg);border:1px solid var(--error-color)}.cockpit-state-empty.cockpit-state-inline{background-color:var(--gray-100);border:1px dashed var(--gray-300);color:var(--text-secondary)}.cockpit-state-spinner{border:3px solid var(--gray-200);border-top-color:var(--primary-color);border-radius:50%;flex-shrink:0;width:28px;height:28px;animation:.8s linear infinite cockpit-spin}.cockpit-state-inline .cockpit-state-spinner{border-width:2px;width:16px;height:16px}.cockpit-state-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes cockpit-spin{to{transform:rotate(360deg)}}.cockpit-card{background-color:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;min-width:0;display:flex}.cockpit-card-pad-sm{padding:var(--spacing-sm)}.cockpit-card-pad-md{padding:var(--spacing-md)}.cockpit-card-pad-lg{padding:var(--spacing-lg)}.cockpit-card-header{justify-content:space-between;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-sm);padding-bottom:var(--spacing-xs);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;display:flex}.cockpit-card-titles{flex-direction:column;gap:2px;min-width:0;display:flex}.cockpit-card-title{font-size:var(--font-size-base);font-weight:var(--font-semibold);color:var(--primary-color);margin:0;line-height:1.2}.cockpit-card-subtitle{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0}.cockpit-card-actions{align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.graph-container{width:100%;position:relative}.graph-svg{width:100%;height:100%;display:block}.graph-grid-line{stroke:var(--gray-200);stroke-dasharray:4;stroke-width:1px}.graph-y-label{fill:var(--text-secondary);text-anchor:end;font-size:10px;font-weight:var(--font-medium)}.graph-x-label{fill:var(--text-primary);text-anchor:middle;font-size:10px;font-weight:var(--font-medium)}.graph-x-axis{stroke:var(--gray-300);stroke-width:1.5px}.graph-area{opacity:1}.graph-line{filter:drop-shadow(0 2px 4px #ff8f1b33)}.graph-dot{transition:r var(--transition-fast)}.graph-dot:hover{r:6}@keyframes drawLine{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}.graph-line{stroke-dasharray:1000;animation:1.5s ease-out forwards drawLine}@keyframes fadeInArea{0%{opacity:0}to{opacity:1}}.graph-area{opacity:0;animation:1s ease-out .5s forwards fadeInArea}.bar-chart-container{width:100%;padding:var(--spacing-md) 0}.bar-chart-inner{justify-content:space-evenly;align-items:flex-end;gap:var(--spacing-sm);width:100%;height:100%;padding:0 var(--spacing-sm);display:flex}.bar-chart-item{align-items:center;gap:var(--spacing-xs);flex-direction:column;flex:0 auto;min-width:0;display:flex}.bar-chart-value{font-size:var(--font-size-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-align:center;align-items:flex-end;min-height:20px;display:flex}.bar-chart-bar{border-radius:var(--radius-sm) var(--radius-sm) 0 0;width:100%;min-width:40px;max-width:80px;transition:opacity var(--transition-fast), transform var(--transition-fast);align-self:center;position:relative}.bar-chart-bar:hover{opacity:.85;transform-origin:bottom;transform:scaleY(1.02)}.bar-chart-bar-animated{animation:.6s ease-out forwards growBar}@keyframes growBar{0%{transform-origin:bottom;transform:scaleY(0)}to{transform-origin:bottom;transform:scaleY(1)}}.bar-chart-label{font-size:var(--font-size-small);color:var(--text-secondary);font-weight:var(--font-medium);text-align:center;min-height:20px}.bar-chart-container.horizontal .bar-chart-inner{flex-direction:column;align-items:stretch}.bar-chart-container.horizontal .bar-chart-item{flex-direction:row;max-width:none}.bar-chart-container.horizontal .bar-chart-bar{border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:auto;height:30px!important}@media (width<=768px){.bar-chart-bar{width:35px}.bar-chart-inner{gap:var(--spacing-sm)}.bar-chart-value,.bar-chart-label{font-size:var(--font-size-xs)}}@media (width<=480px){.bar-chart-bar{width:25px}.bar-chart-inner{gap:var(--spacing-xs)}}.overview-loading-overlay{bottom:var(--spacing-lg);right:var(--spacing-lg);padding:var(--spacing-sm) var(--spacing-md);color:var(--white);border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:var(--font-semibold);box-shadow:var(--shadow-lg);z-index:var(--z-fixed);background:#1a1a1ad9;position:fixed}.overview-section{margin-top:var(--spacing-2xl)}.overview-section:first-of-type{margin-top:var(--spacing-sm)}.overview-section-header{justify-content:space-between;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-md);flex-wrap:wrap;display:flex}.overview-section-title{font-size:1.125rem;font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 var(--spacing-md) 0;letter-spacing:-.01em}.overview-section-header .overview-section-title{margin:0}.overview-grid{gap:var(--spacing-lg);display:grid}.overview-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=1200px){.overview-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.overview-grid-2,.overview-grid-3{grid-template-columns:1fr}}.overview-graph-card{gap:var(--spacing-md)}.overview-graph-card .cockpit-card-header{border-bottom:none;align-items:flex-start;margin-bottom:0;padding-bottom:0}.overview-graph-card .cockpit-card-title{color:var(--text-primary);font-size:.9rem}.overview-card-kpi{flex-direction:column;align-items:flex-end;line-height:1;display:flex}.overview-card-kpi-value{font-size:1.25rem;font-weight:var(--font-bold);color:var(--text-primary);letter-spacing:-.01em}.overview-card-kpi-label{font-size:.7rem;font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.overview-card-body{margin-top:var(--spacing-sm);position:relative}.overview-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;display:grid}.overview-kpi-card{background:var(--cockpit-card-bg,#fff);border:1px solid var(--cockpit-border,#e5e7eb);border-radius:12px;flex-direction:column;gap:4px;padding:16px 18px;display:flex}.overview-kpi-value{font-size:1.5rem;font-weight:700;line-height:1.1}.overview-kpi-label{color:var(--cockpit-muted,#6b7280);font-size:.8rem}.overview-kpi-sub{color:var(--cockpit-muted,#9ca3af);font-size:.7rem}.overview-kpi-card--warning{border-color:#f59e0b}.overview-kpi-card--warning .overview-kpi-value{color:#b45309}.overview-kpi-card--danger{border-color:#ef4444}.overview-kpi-card--danger .overview-kpi-value{color:#b91c1c}.overview-subsection-title{text-transform:uppercase;letter-spacing:.06em;color:var(--cockpit-muted,#6b7280);margin:18px 0 10px;font-size:.78rem;font-weight:600}.overview-breakdown{color:var(--cockpit-muted,#6b7280);flex-wrap:wrap;gap:6px 18px;margin-top:10px;font-size:.8rem;display:flex}.cockpit-btn{justify-content:center;align-items:center;gap:var(--spacing-xs);border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-weight:var(--font-semibold);white-space:nowrap;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);border:1px solid #0000;line-height:1;display:inline-flex}.cockpit-btn:focus-visible{box-shadow:0 0 0 2px var(--primary-100);outline:none}.cockpit-btn:disabled{opacity:.55;cursor:not-allowed}.cockpit-btn-md{padding:var(--spacing-xs) var(--spacing-md);font-size:var(--font-size-small);min-height:32px}.cockpit-btn-sm{font-size:var(--font-size-xs);min-height:26px;padding:4px 10px}.cockpit-btn-primary{background-color:var(--text-dark);color:var(--white);border-color:var(--text-dark)}.cockpit-btn-primary:hover:not(:disabled){background-color:var(--gray-800);border-color:var(--gray-800)}.cockpit-btn-secondary{background-color:var(--white);color:var(--text-primary);border-color:var(--gray-300)}.cockpit-btn-secondary:hover:not(:disabled){background-color:var(--gray-100);border-color:var(--gray-400)}.cockpit-btn-ghost{color:var(--text-primary);border-color:var(--gray-300);background-color:#0000}.cockpit-btn-ghost:hover:not(:disabled){background-color:var(--gray-100)}.cockpit-btn-danger{color:var(--error-color);border-color:var(--error-bg);background-color:#0000}.cockpit-btn-danger:hover:not(:disabled){background-color:var(--error-bg);border-color:var(--error-color)}.cockpit-btn-icon{background-color:var(--white);color:var(--text-secondary);border-color:var(--border-color);width:32px;height:32px;min-height:32px;padding:0}.cockpit-btn-icon.cockpit-btn-sm{width:26px;height:26px;min-height:26px}.cockpit-btn-icon:hover:not(:disabled){background-color:var(--primary-50);color:var(--primary-color);border-color:var(--primary-color)}.cockpit-btn-icon.cockpit-btn-danger{background-color:var(--white);color:var(--text-secondary);border-color:var(--border-color)}.cockpit-btn-icon.cockpit-btn-danger:hover:not(:disabled){background-color:var(--error-bg);color:var(--error-color);border-color:var(--error-color)}.cockpit-btn-icon-slot{align-items:center;display:inline-flex}.cockpit-btn-text{font-family:inherit}.cockpit-pagination{justify-content:center;align-items:center;gap:var(--spacing-md);margin-top:var(--spacing-lg);padding:var(--spacing-md);font-size:var(--font-size-small);color:var(--text-secondary);display:flex}.cockpit-pagination-info{text-align:center;min-width:110px}.interviews-view{height:100%;padding:var(--spacing-lg);gap:var(--spacing-lg);min-height:0;display:flex}.interviews-list{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border-color);-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;flex-shrink:0;width:300px;display:flex;overflow-y:auto}.interviews-list::-webkit-scrollbar{display:none}.interview-item{text-align:left;width:100%;padding:var(--spacing-md);border:none;border-bottom:1px solid var(--gray-200);background:var(--white);cursor:pointer;transition:background-color var(--transition-fast);font-family:inherit;display:block}.interview-item:hover{background-color:var(--gray-100)}.interview-item.selected{background-color:var(--primary-50);border-left:4px solid var(--primary-color)}.interview-item-header{margin-bottom:var(--spacing-xs);justify-content:space-between;display:flex}.interview-date{font-size:var(--font-size-xs);color:var(--text-secondary)}.interview-session{font-size:var(--font-size-small);font-weight:var(--font-medium);color:var(--text-primary);margin-bottom:var(--spacing-xs);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.interview-type{font-size:var(--font-size-xs);color:var(--primary-color);background-color:var(--primary-100);border-radius:var(--radius-sm);padding:2px 6px;display:inline-block}.interviews-pagination{background:var(--white);border-top:1px solid var(--gray-200);margin-top:auto;position:sticky;bottom:0}.interviews-pagination .cockpit-pagination{margin-top:0}.interview-details{gap:var(--spacing-md);-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden auto}.interview-details::-webkit-scrollbar{display:none}.interview-info-card{flex-shrink:0}.interview-info-card p{font-size:var(--font-size-small);color:var(--text-primary);word-break:break-word;margin:0}.interview-placeholder{color:var(--text-secondary);text-align:center;padding:var(--spacing-lg)}.interview-json-viewer{background-color:var(--gray-100);padding:var(--spacing-sm);border-radius:var(--radius-sm);max-width:100%;overflow-x:auto}.interview-json-viewer pre{font-family:monospace;font-size:var(--font-size-xs);color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0}@media (width<=768px){.interviews-view{flex-direction:column}.interviews-list{width:100%;max-height:40vh}}.cockpit-tabs{background-color:var(--gray-100);border-radius:var(--radius-sm);align-items:center;gap:2px;padding:4px;display:inline-flex}.cockpit-tab{align-items:center;gap:var(--spacing-xs);color:var(--text-secondary);font-family:inherit;font-weight:var(--font-medium);cursor:pointer;border-radius:var(--radius-sm);transition:background-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);background:0 0;border:1px solid #0000;line-height:1;display:inline-flex}.cockpit-tabs-md .cockpit-tab{font-size:var(--font-size-small);padding:6px 14px}.cockpit-tabs-sm .cockpit-tab{font-size:var(--font-size-xs);padding:4px 10px}.cockpit-tab:hover:not(.cockpit-tab-active){color:var(--text-primary);background-color:rgba(var(--white-rgb), .6)}.cockpit-tab:focus-visible{box-shadow:0 0 0 2px var(--primary-100);outline:none}.cockpit-tab-active{background-color:var(--white);color:var(--text-primary);box-shadow:var(--shadow-sm)}.cockpit-tab-icon{align-items:center;display:inline-flex}.cockpit-tab-label{font-family:inherit}.cockpit-pill{border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-semibold);letter-spacing:.02em;padding:2px 10px;line-height:1.6;display:inline-block}.cockpit-pill-uppercase{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem}.cockpit-pill-success{background-color:var(--success-bg);color:var(--success-text)}.cockpit-pill-danger{background-color:var(--error-bg);color:var(--error-text)}.cockpit-pill-warning{background-color:var(--warning-bg);color:var(--warning-text)}.cockpit-pill-info{background-color:var(--info-bg);color:var(--info-text)}.cockpit-pill-primary{background-color:var(--primary-50);color:var(--primary-dark)}.cockpit-pill-neutral{background-color:var(--gray-100);color:var(--text-secondary)}.pem-overlay{z-index:var(--z-modal-backdrop,1000);background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pem-modal{background:var(--white,#fff);border-radius:var(--radius-md,10px);width:min(1100px,95vw);height:min(86vh,920px);z-index:var(--z-modal,1001);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 40px #00000040}.pem-header{border-bottom:1px solid var(--border-color,#e5e7eb);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.pem-title{margin:0;font-size:1rem}.pem-key{font-size:.85rem;font-weight:400}.pem-close{cursor:pointer;color:var(--text-secondary,#6b7280);background:0 0;border:none;font-size:1.6rem;line-height:1}.pem-body{flex:1;min-height:0;display:flex}.pem-left{border-right:1px solid var(--border-color,#e5e7eb);flex-direction:column;flex:60%;gap:10px;min-width:0;padding:14px 16px;display:flex}.pem-right{background:var(--gray-50,#f9fafb);flex-direction:column;flex:40%;gap:10px;min-width:0;padding:14px 16px;display:flex}.pem-hint{margin:0;font-size:.78rem}.pem-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pem-select{max-width:220px}.pem-textarea{resize:none;border:1px solid var(--border-color,#e5e7eb);border-radius:var(--radius-sm,6px);box-sizing:border-box;flex:1;width:100%;min-height:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.5}.pem-savebar{align-items:center;gap:8px;display:flex}.pem-notes{flex:1}.pem-chat-head{font-size:.9rem;font-weight:600}.pem-chat-msgs{flex-direction:column;flex:1;gap:8px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.pem-msg{white-space:pre-wrap;border-radius:8px;max-width:95%;padding:8px 10px;font-size:.82rem}.pem-msg-user{background:var(--primary-100,#e8edff);align-self:flex-end}.pem-msg-assistant{background:var(--white,#fff);border:1px solid var(--border-color,#e5e7eb);align-self:flex-start}.pem-msg-typing{color:var(--text-secondary,#6b7280)}.pem-chat-input{align-items:flex-end;gap:8px;display:flex}.pem-chat-input textarea{resize:none;border:1px solid var(--border-color,#e5e7eb);border-radius:var(--radius-sm,6px);box-sizing:border-box;flex:1;padding:8px;font-size:.82rem}@media (width<=800px){.pem-body{flex-direction:column}.pem-left{border-right:none;border-bottom:1px solid var(--border-color,#e5e7eb)}}.pemm-fields{flex-direction:column;flex:1;gap:12px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.pemm-field{flex-direction:column;gap:4px;display:flex}.pemm-label{font-size:.8rem;font-weight:600}.pemm-tag{font-size:.72rem;font-weight:400}.pemm-textarea{box-sizing:border-box;resize:vertical;border:1px solid var(--border-color,#e5e7eb);border-radius:var(--radius-sm,6px);width:100%;min-height:90px;padding:10px;font-size:.82rem;line-height:1.5}.pemm-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.pemm-bad{border-color:var(--danger,#dc2626)}.pemm-json-err{color:var(--danger,#dc2626);font-size:.72rem}.pemm-num{max-width:160px}.prompts-panel-toolbar{background-color:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--spacing-sm) var(--spacing-md);margin-bottom:var(--spacing-lg);gap:var(--spacing-md)}.prompts-panel-toolbar-right{align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;display:inline-flex}.prompts-panel-toolbar.cockpit-toolbar-justify-between{width:100%}.charlee2-prompts-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.charlee2-prompt-hint{margin:0 0 8px;font-size:.8rem}.charlee2-prompts-savebar{align-items:center;gap:10px;display:flex}.charlee2-prompts-savebar .cockpit-input{flex:1}.charlee2-prompt-group{flex-direction:column;gap:8px;display:flex}.charlee2-prompt-field{border:1px solid var(--gray-200,#e5e7eb);border-radius:8px}.charlee2-prompt-field-head{cursor:pointer;width:100%;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:9px 12px;display:flex}.charlee2-prompt-field-head:hover{background:var(--gray-50,#f9fafb)}.charlee2-prompt-field-title{font-size:.86rem;font-weight:500}.charlee2-prompt-field-meta{align-items:center;gap:8px;font-size:.78rem;display:flex}.charlee2-prompt-field .prompt-fields{padding:0 12px 12px}.prompt-configuration-list{gap:var(--spacing-lg);flex-direction:column;display:flex}.cockpit-selector-group{align-items:center;gap:var(--spacing-xs);display:inline-flex}.cockpit-header-toggle{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--white);cursor:pointer;-webkit-user-select:none;user-select:none;transition:all var(--transition-fast);display:inline-flex}.cockpit-header-toggle:hover{border-color:var(--gray-400)}.cockpit-header-toggle input{display:none}.cockpit-header-toggle-text{font-size:var(--font-size-small);font-weight:var(--font-medium);color:var(--text-secondary);transition:color var(--transition-fast)}.cockpit-header-toggle:has(input:checked){background-color:var(--primary-100);border-color:var(--primary-color)}.cockpit-header-toggle:has(input:checked) .cockpit-header-toggle-text{color:var(--primary-color)}.prompt-version-select{background-color:var(--gray-100);min-width:100px;color:var(--text-secondary);font-size:var(--font-size-xs)}.prompt-fields{gap:var(--spacing-md);flex-direction:column;display:flex}.prompt-field{gap:var(--spacing-xs);flex-direction:column;display:flex}.prompt-field-label{font-size:var(--font-size-small);font-weight:var(--font-medium);color:var(--text-secondary);font-family:monospace}.config-textarea{width:100%;padding:var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:monospace;font-size:var(--font-size-small);resize:none;background-color:var(--gray-100);min-height:40px;max-height:none;color:var(--text-primary);box-sizing:border-box;line-height:1.5;overflow-y:hidden}.config-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-100);outline:none}.modal-overlay{z-index:var(--z-modal);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);border-radius:var(--radius-md);padding:var(--spacing-xl);width:90%;max-width:450px;box-shadow:var(--shadow-xl)}.modal-content h2{margin:0 0 var(--spacing-md) 0;font-size:var(--font-size-medium);font-weight:var(--font-semibold);color:var(--text-primary)}.modal-input{width:100%;padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:var(--font-size-base);margin-bottom:var(--spacing-md);box-sizing:border-box}.modal-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-100);outline:none}.modal-warning{margin:0 0 var(--spacing-lg) 0;padding:var(--spacing-md);background-color:var(--error-bg);border:1px solid var(--error-color);border-radius:var(--radius-sm);color:var(--error-text);font-size:var(--font-size-small);line-height:1.5}.modal-warning strong{font-weight:var(--font-semibold)}.modal-actions{justify-content:flex-end;gap:var(--spacing-sm);display:flex}.outee-prompting-list{gap:var(--spacing-lg);flex-direction:column;display:flex}.outee-prompt-fields{gap:var(--spacing-md);flex-direction:column;display:flex}.outee-prompt-field{flex-direction:column;gap:4px;display:flex}.outee-field-label{font-size:var(--font-size-small);font-weight:var(--font-medium);color:var(--text-secondary)}.outee-config-input{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:var(--font-size-small);background-color:var(--gray-100);color:var(--text-primary);max-width:200px}.outee-config-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-100);outline:none}.textfield{gap:var(--spacing-sm);flex-direction:column;flex:1;display:flex}.textfield-label{font-size:var(--font-size-small);font-weight:var(--font-semibold);color:var(--text-primary)}.textfield-input{padding:var(--spacing-xs) var(--spacing-sm);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);font-size:var(--font-size-small);transition:all var(--transition-fast);background:var(--white)}.textfield-input[type=file]{padding:var(--spacing-xs)}.textfield-input[type=file]::file-selector-button{appearance:none;margin-right:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);background:var(--gray-100);color:var(--text-primary);font-size:var(--font-size-small);font-weight:var(--font-semibold);cursor:pointer;transition:all var(--transition-fast)}.textfield-input[type=file]::file-selector-button:hover{background:var(--gray-200)}.textfield-input[type=file]::file-selector-button:active{transform:translateY(1px)}.textfield-input[type=file]::-webkit-file-upload-button{appearance:none;margin-right:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);background:var(--gray-100);color:var(--text-primary);font-size:var(--font-size-small);font-weight:var(--font-semibold);cursor:pointer;transition:all var(--transition-fast)}.textfield-input[type=file]::-webkit-file-upload-button:hover{background:var(--gray-200)}.textfield-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #ff8f1b1a}.textfield-input:disabled{background:var(--gray-100);cursor:not-allowed}.textfield-input-error{border-color:var(--error-color)}.textfield-input-error:focus{border-color:var(--error-color);box-shadow:0 0 0 3px #dc35451a}.textfield-helper{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--spacing-xs)}.textfield-helper ul{margin:var(--spacing-xs) 0 0 0;padding-left:1.25rem}.textfield-helper li{margin:var(--spacing-xs) 0}.textfield-helper-error{color:var(--error-color)}.cockpit-auth{background:var(--background-color);min-height:100vh;padding:var(--spacing-lg);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.cockpit-auth:before{content:"";pointer-events:none;background-image:linear-gradient(#0000000f 1px,#0000 1px),linear-gradient(90deg,#0000000f 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 15%,#0000 70%);mask-image:radial-gradient(#000 15%,#0000 70%)}.cockpit-auth-card{z-index:1;background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:400px;padding:var(--spacing-2xl);box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;display:flex;position:relative}.cockpit-auth-logo{object-fit:contain;width:56px;height:56px;margin-bottom:var(--spacing-lg);align-self:flex-start}.cockpit-auth-title{font-size:1.75rem;font-weight:var(--font-bold);color:var(--text-dark);margin:0 0 var(--spacing-xs) 0;letter-spacing:-.01em}.cockpit-auth-subtitle{font-size:var(--font-size-small);color:var(--text-secondary);margin:0 0 var(--spacing-xl) 0}.cockpit-auth-form{gap:var(--spacing-md);flex-direction:column;display:flex}.cockpit-auth-form .cockpit-state-inline{margin-bottom:var(--spacing-md)}.cockpit-auth-form .cockpit-btn{width:100%}.cockpit-table-wrap{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:auto hidden}.cockpit-table{border-collapse:collapse;width:100%;font-size:var(--font-size-small)}.cockpit-table thead th{text-align:left;padding:var(--spacing-md);background:var(--gray-100);border-bottom:1px solid var(--gray-200);font-size:var(--font-size-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.cockpit-table tbody td{padding:var(--spacing-md);border-bottom:1px solid var(--gray-100);color:var(--text-primary);vertical-align:middle}.cockpit-table tbody tr:last-child td{border-bottom:none}.cockpit-table tbody tr:hover{background-color:var(--gray-100)}.cockpit-table-state-cell{text-align:center;padding:0!important}.cockpit-table-empty{padding:var(--spacing-2xl) 0;color:var(--text-secondary);font-size:var(--font-size-small);display:inline-block}.cockpit-table-cell-strong{font-weight:var(--font-semibold)}.cockpit-table-cell-mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:var(--font-size-xs);color:var(--text-secondary)}.cockpit-table-cell-right{text-align:right}.cockpit-table-cell-actions{text-align:right;white-space:nowrap}.cockpit-table-cell-actions>*+*{margin-left:var(--spacing-xs)}.client-modal-backdrop{z-index:var(--z-modal-backdrop);padding:var(--spacing-lg);background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.client-modal{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);width:100%;max-width:640px;box-shadow:var(--shadow-lg);z-index:var(--z-modal);flex-direction:column;max-height:88vh;display:flex;overflow:hidden}.client-modal-header{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--gray-200);background:var(--white);justify-content:space-between;align-items:center;display:flex}.client-modal-title{font-size:var(--font-size-medium);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.client-modal-close{cursor:pointer;border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);background:0 0;border:none;font-size:22px;line-height:1}.client-modal-close:hover{background:var(--gray-100);color:var(--text-primary)}.client-modal-body{padding:var(--spacing-lg);flex:1;overflow-y:auto}.client-modal-footer{justify-content:flex-end;gap:var(--spacing-sm);padding:0 var(--spacing-lg) var(--spacing-lg);display:flex}.cockpit-sidepanel-backdrop{z-index:1000;background:#00000059;justify-content:flex-end;display:flex;position:fixed;inset:0}.cockpit-sidepanel{background:#fff;flex-direction:column;width:100%;max-width:500px;height:100%;animation:.18s ease-out cockpit-sidepanel-in;display:flex;box-shadow:-4px 0 24px #00000026}@keyframes cockpit-sidepanel-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cockpit-sidepanel-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.cockpit-sidepanel-title{margin:0;font-size:17px;font-weight:600}.cockpit-sidepanel-subtitle{color:#999;margin:2px 0 0;font-size:12px}.cockpit-sidepanel-close{cursor:pointer;color:#888;background:0 0;border:none;flex-shrink:0;width:32px;height:32px;font-size:24px;line-height:1}.cockpit-sidepanel-tabs{border-bottom:1px solid #eee;padding:10px 16px 0}.cockpit-sidepanel-body{flex:1;padding:18px 20px;overflow-y:auto}.cockpit-sidepanel-footer{border-top:1px solid #eee;padding:14px 20px}.cockpit-sidepanel--wide{max-width:680px}.cockpit-sidepanel--wide .cockpit-sidepanel-body{padding:20px 24px}.cockpit-sidepanel--wide .cockpit-sidepanel-footer{padding:16px 24px}.charlee2-detail{gap:var(--spacing-lg);flex-direction:column;display:flex}.charlee2-kpis{gap:var(--spacing-md);grid-template-columns:repeat(3,1fr);display:grid}.charlee2-kpi{flex-direction:column;gap:2px;display:flex}.charlee2-kpi-value{font-size:var(--font-size-medium-large);font-weight:var(--font-semibold);color:var(--text-primary);line-height:1.1}.charlee2-kpi-value.is-balance{color:var(--primary-color)}.charlee2-kpi-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.charlee2-billing-divider{border-top:1px solid var(--gray-200);margin:var(--spacing-md) 0}.charlee2-plan-row{justify-content:space-between;align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-small);margin-bottom:var(--spacing-md);display:flex}.charlee2-plan-meta{margin-left:var(--spacing-sm)}.charlee2-grant-form{gap:var(--spacing-sm);margin-top:var(--spacing-sm);grid-template-columns:1fr 1fr auto;align-items:end;display:grid}.charlee2-grant-other{grid-column:1/-1}.charlee2-amount-credit{color:var(--success-color);font-weight:var(--font-medium)}.charlee2-amount-debit{color:var(--text-primary);font-weight:var(--font-medium)}.charlee2-dl{gap:var(--spacing-md) var(--spacing-lg);grid-template-columns:1fr 1fr;margin:0;display:grid}.charlee2-dl>div{flex-direction:column;gap:2px;display:flex}.charlee2-dl dt{color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.5px}.charlee2-dl dd{font-size:var(--font-size-small);font-weight:var(--font-medium);color:var(--text-primary);margin:0}.charlee2-usage-bar{border-radius:var(--radius-full);background:var(--gray-200);height:6px;margin-top:6px;overflow:hidden}.charlee2-usage-bar>span{background:var(--primary-color);height:100%;display:block}.charlee2-usage-bar--warning>span{background:var(--warning-color)}.charlee2-usage-bar--danger>span{background:var(--error-color)}.charlee2-panel-footer{justify-content:space-between;align-items:center;gap:var(--spacing-md);display:flex}.charlee2-form{flex-direction:column;gap:8px;margin-top:8px;display:flex}.charlee2-actions{gap:8px;display:flex}.charlee2-check{align-items:center;gap:6px;font-size:13px;display:flex}.charlee2-conso{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.charlee2-conso li{justify-content:space-between;font-size:13px;display:flex}.cockpit-muted{color:#999;font-size:13px}.charlee2-select{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:8px 10px;font-size:13px}.charlee2-agencies{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.charlee2-agencies li{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:var(--spacing-md);flex-direction:column;gap:4px;display:flex}.charlee2-agency-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.charlee2-agency-name{font-size:14px;font-weight:600}.charlee2-agency-clickable{cursor:pointer;transition:border-color .12s,background .12s}.charlee2-agency-clickable:hover{border-color:var(--primary-color);background:var(--gray-100)}.charlee2-agency-head-right{align-items:center;gap:8px;display:flex}.charlee2-agency-chevron{color:var(--text-secondary);font-size:18px;line-height:1}.charlee2-agency-credits{margin-top:var(--spacing-sm);flex-direction:column;gap:6px;display:flex}.charlee2-quicknav{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.charlee2-quicknav button{background:var(--gray-100,#f8f9fb);cursor:pointer;font:inherit;text-align:left;border:1px solid #0000;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;transition:border-color .15s;display:flex}.charlee2-quicknav button:hover{border-color:var(--gray-300,#d1d5db)}.charlee2-quicknav strong{font-size:1.2rem}.candidat-session{align-items:flex-start}.candidat-session-main{flex-direction:column;gap:2px;min-width:0;display:flex}.candidat-session-side{flex-shrink:0;align-items:center;gap:8px;display:flex}.candidat-session-side a{font-size:.8rem}.candidat-exp{flex-direction:column;align-items:flex-start;gap:2px}.candidat-exp-details{color:var(--text-secondary,#6b7280);margin:4px 0 0;font-size:.82rem}.candidat-skills{flex-wrap:wrap;gap:6px;display:flex}.candidat-skills-soft{margin-top:8px}.candidat-json summary{cursor:pointer;color:var(--text-secondary,#6b7280);font-size:.85rem}.candidat-json pre{white-space:pre-wrap;background:#f8f9fb;border-radius:8px;max-height:420px;margin-top:8px;padding:12px;font-size:.75rem;overflow:auto}.gabee-domains{flex-direction:column;gap:8px;display:flex}.gabee-domains-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary,#6b7280);font-size:.72rem}.gabee-domains-chips{flex-wrap:wrap;gap:6px;display:flex}.gabee-domain-chip{background:var(--gray-100,#f3f4f6);border-radius:999px;align-items:center;gap:6px;padding:4px 8px 4px 10px;font-size:.8rem;display:inline-flex}.gabee-domain-chip button{cursor:pointer;color:var(--text-secondary,#6b7280);background:0 0;border:none;padding:0 2px;font-size:.95rem;line-height:1}.gabee-domain-chip button:hover{color:#b91c1c}.candidat-profile-subtitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#6b7280);margin:0 0 6px;font-size:.78rem;font-weight:600}.ats-edit-form{flex-direction:column;gap:14px;display:flex}.ats-edit-group{border:1px solid var(--gray-200,#e5e7eb);border-radius:10px;flex-direction:column;gap:10px;margin:0;padding:12px 14px 14px;display:flex}.ats-edit-group legend{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#6b7280);padding:0 6px;font-size:.72rem;font-weight:600}.ats-edit-row{gap:10px;display:flex}.ats-edit-row .textfield{flex:1}.ats-edit-hint{margin:0;font-size:.78rem}.ats-edit-footer{align-items:center;gap:8px;padding-top:4px;display:flex}.ats-edit-footer-spacer{flex:1}.ats-edit-delete{color:#b91c1c}.charlee2-create-form{flex-direction:column;gap:12px;display:flex}.charlee2-field-label{color:var(--text-secondary,#6b7280);flex-direction:column;gap:6px;font-size:.8rem;font-weight:500;display:flex}.charlee2-actions-end{justify-content:flex-end}.plans-form{gap:var(--spacing-md);flex-direction:column;min-width:380px;display:flex}.plans-form-row{gap:var(--spacing-md);grid-template-columns:1fr 1fr;display:grid}.plans-form-label{font-size:var(--font-size-xs);font-weight:var(--font-semibold);color:var(--text-primary);flex-direction:column;gap:4px;display:flex}.plans-form-checkbox{font-size:var(--font-size-small);color:var(--text-primary);cursor:pointer;align-items:center;gap:8px;display:flex}@media (width<=768px){.plans-form-row{grid-template-columns:1fr}.plans-form{min-width:auto}}.qa-tests-toolbar{margin-bottom:var(--spacing-md)}.qa-tests-toolbar .textfield{flex:1;max-width:320px}.qa-tests-select{background:#fff;border:1px solid #ddd;border-radius:6px;padding:8px 10px;font-size:13px}.qa-tests-detail{gap:var(--spacing-lg);flex-direction:column;display:flex}.qa-tests-pills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.qa-tests-dl{gap:var(--spacing-md) var(--spacing-lg);grid-template-columns:1fr 1fr;margin:0;display:grid}.qa-tests-dl>div{flex-direction:column;gap:2px;display:flex}.qa-tests-dl dt{color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.5px}.qa-tests-dl dd{font-size:var(--font-size-small);font-weight:var(--font-medium);color:var(--text-primary);margin:0}.qa-tests-refs{margin-top:var(--spacing-md);flex-direction:column;gap:4px;display:flex}.qa-tests-refs>div{color:var(--text-secondary);align-items:baseline;gap:8px;font-size:.75rem;display:flex}.qa-tests-refs code{color:var(--text-primary);word-break:break-all;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.72rem}.qa-tests-summary-verdict{align-items:center;gap:8px;display:flex}.qa-tests-summary{font-size:var(--font-size-small);color:var(--text-primary);white-space:pre-wrap;margin:8px 0 0}.qa-tests-running{margin-bottom:var(--spacing-md);color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.qa-tests-timeline{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.qa-tests-event{border-radius:4px;align-items:baseline;gap:8px;padding:3px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.8rem;line-height:1.4;display:flex}.qa-tests-event-time{color:var(--text-secondary);flex-shrink:0}.qa-tests-event-source{text-transform:uppercase;letter-spacing:.4px;background:var(--gray-100,#f3f4f6);color:var(--text-secondary);border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:.68rem;font-weight:600}.qa-tests-event-source--agent{color:#5b21b6;background:#ede9fe}.qa-tests-event-source--back{color:#075985;background:#e0f2fe}.qa-tests-event-message{white-space:pre-wrap;word-break:break-word;min-width:0;color:var(--text-primary)}.qa-tests-event--warning .qa-tests-event-message{color:#92400e}.qa-tests-event--error,.qa-tests-event--critical{background:#fee2e2}.qa-tests-event--error .qa-tests-event-message,.qa-tests-event--critical .qa-tests-event-message{color:#b91c1c}.qa-tests-llm-debug{margin-bottom:14px}.qa-tests-llm-debug:last-child{margin-bottom:0}.qa-tests-llm-debug-head{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.qa-tests-llm-debug details{margin:4px 0}.qa-tests-llm-debug summary{cursor:pointer;font-size:13px}.qa-tests-llm-tool{margin-left:14px}.qa-tests-llm-pre{white-space:pre-wrap;word-break:break-word;background:var(--cockpit-surface-2,#f6f7f9);border-radius:6px;max-height:420px;margin:6px 0 2px;padding:10px 12px;font-size:12px;line-height:1.45;overflow:auto}.call-settings-providers{flex-direction:column;gap:10px;max-width:640px;display:flex}.call-settings-provider{cursor:pointer;border:2px solid #80808040;border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.call-settings-provider.is-selected{background:#e960210f;border-color:#e96021}.call-settings-provider input{margin-top:3px}.call-settings-provider-texts{flex-direction:column;gap:2px;display:flex}.call-settings-provider-texts strong{align-items:center;gap:8px;display:inline-flex}.call-settings-provider-texts .cockpit-muted{font-size:13px}.call-settings-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px 18px;max-width:820px;display:grid}.call-settings-field{flex-direction:column;gap:4px;display:flex}.call-settings-field.is-default .call-settings-field-label{opacity:.75}.call-settings-field-label{font-size:13px;font-weight:600}.call-settings-switch{cursor:pointer;align-items:center;gap:7px;display:inline-flex}.call-settings-switch input{accent-color:#e96021;margin:0}.call-settings-default-value{opacity:.75;border:1px dashed #80808059;border-radius:8px;padding:8px 10px;font-size:13px}.call-settings-field-hint{font-size:12px;line-height:1.35}.call-settings-field .cockpit-input{width:100%;color:inherit;background:0 0;border:1px solid #80808059;border-radius:8px;padding:8px 10px;font-size:13px}.call-settings-toggle{align-items:center;gap:8px;padding:8px 0;font-size:13px;display:inline-flex}.call-settings-note{max-width:820px;margin:12px 0 0;font-size:12px}.call-settings-note code{font-size:11px}.call-settings-actions{align-items:center;gap:12px;margin-top:16px;display:flex}.call-settings-saved{color:#16a34a;font-size:13px}.studio-login{background:var(--st-bg);min-height:100vh;padding:var(--spacing-lg);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.studio-login:before{content:"";pointer-events:none;background-image:linear-gradient(#1f1a160d 1px,#0000 1px),linear-gradient(90deg,#1f1a160d 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 15%,#0000 70%);mask-image:radial-gradient(#000 15%,#0000 70%)}.studio-login-card{z-index:1;background:var(--st-surface);border-radius:var(--st-radius-lg);width:100%;max-width:400px;box-shadow:var(--st-shadow-lg);flex-direction:column;align-items:stretch;padding:36px 34px 30px;display:flex;position:relative}.studio-login-logo{object-fit:contain;align-self:flex-start;width:56px;height:56px;margin-bottom:18px}.studio-login-title{color:var(--st-text);letter-spacing:-.02em;margin:0 0 6px;font-size:1.75rem;font-weight:700}.studio-login-subtitle{font-size:var(--st-text-sm);color:var(--st-text-muted);margin:0 0 24px;line-height:1.5}.studio-login-error{background:var(--st-danger-soft);color:var(--st-danger-text);border:1px solid var(--st-danger);border-radius:var(--st-radius);font-size:var(--st-text-sm);align-items:flex-start;gap:10px;margin-bottom:16px;padding:10px 14px;line-height:1.4;display:flex}.studio-login-form{flex-direction:column;gap:14px;display:flex}.studio-login-field{flex-direction:column;gap:6px;display:flex}.studio-login-field>span{font-size:var(--st-text-xs);color:var(--st-text-muted);letter-spacing:.02em;font-weight:600}.studio-login-field input{border:1px solid var(--st-border-strong);border-radius:var(--st-radius);font-size:var(--st-text-sm);background:var(--st-surface);color:var(--st-text);transition:border-color var(--st-trans-fast), box-shadow var(--st-trans-fast);outline:none;padding:11px 14px;font-family:inherit}.studio-login-field input::placeholder{color:var(--st-text-subtle)}.studio-login-field input:focus{border-color:var(--st-brand);box-shadow:var(--st-shadow-focus)}.studio-login-pwd{display:flex;position:relative}.studio-login-pwd input{flex:1;padding-right:44px}.studio-login-pwd-toggle{border-radius:var(--st-radius-sm);cursor:pointer;width:32px;height:32px;color:var(--st-text-muted);transition:background var(--st-trans-fast);background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.studio-login-pwd-toggle:hover{background:var(--st-surface-alt)}.studio-login-form .st-btn{width:100%;margin-top:4px}.studio-login-link{text-align:center;font-size:var(--st-text-xs);color:var(--st-text-muted);margin-top:18px;text-decoration:none;display:block}.studio-login-link:hover{color:var(--st-brand);text-decoration:underline}.studio-login-legal{border-top:1px solid var(--st-border);flex-wrap:wrap;justify-content:center;gap:6px 14px;margin-top:16px;padding-top:14px;display:flex}.studio-login-legal a{color:var(--st-text-subtle);font-size:.7rem;text-decoration:none}.studio-login-legal a:hover{color:var(--st-brand);text-decoration:underline}.studio-onboarding{align-items:flex-start;padding-top:48px;padding-bottom:48px}.studio-onboarding-card{max-width:480px;transition:max-width var(--st-trans-fast)}.sob-demo-credit{border:1px solid color-mix(in srgb, var(--st-brand) 28%, var(--st-border));border-radius:var(--st-radius);background:color-mix(in srgb, var(--st-brand) 7%, var(--st-surface));color:var(--st-text-muted);font-size:var(--st-text-xs);flex-direction:column;gap:3px;margin:2px 0 18px;padding:13px 14px;display:flex}.sob-demo-credit strong{color:var(--st-text);font-size:var(--st-text-sm)}.sob-code-field input{text-align:center;letter-spacing:.35em;font-size:1.35rem;font-weight:700}.sob-code-hint{text-align:center;color:var(--st-text-subtle);font-size:var(--st-text-xs);margin:-6px 0 2px}.studio-onboarding-card.is-wide{max-width:660px}.studio-onboarding-steps{align-items:center;gap:6px;margin-bottom:18px;display:flex}.sob-step{background:var(--st-surface-alt);width:26px;height:26px;color:var(--st-text-subtle);border:1px solid var(--st-border);transition:all var(--st-trans-fast);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.sob-step.is-active{background:var(--st-brand);color:#fff;border-color:var(--st-brand)}.sob-step.is-done{background:var(--st-brand-soft,var(--st-surface-alt));color:var(--st-brand);border-color:var(--st-brand)}.sob-step-sep{background:var(--st-border);flex:1;max-width:30px;height:1px}.sob-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sob-legal-acceptance{border:1px solid var(--st-border);border-radius:var(--st-radius);background:var(--st-surface-alt);color:var(--st-text-muted);font-size:var(--st-text-xs);align-items:flex-start;gap:9px;padding:12px;line-height:1.5;display:flex}.sob-legal-acceptance input{width:15px;height:15px;accent-color:var(--st-brand);flex:none;margin:2px 0 0}.sob-legal-acceptance a{color:var(--st-brand);font-weight:650}.studio-login-field select,.studio-login-field textarea{border:1px solid var(--st-border-strong);border-radius:var(--st-radius);font-size:var(--st-text-sm);background:var(--st-surface);color:var(--st-text);transition:border-color var(--st-trans-fast), box-shadow var(--st-trans-fast);outline:none;padding:11px 14px;font-family:inherit}.studio-login-field textarea{resize:vertical;min-height:60px;line-height:1.45}.studio-login-field select:focus,.studio-login-field textarea:focus{border-color:var(--st-brand);box-shadow:var(--st-shadow-focus)}.sob-logo-row{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:var(--st-radius);align-items:center;gap:16px;margin-bottom:4px;padding:14px;display:flex}.sob-logo-preview{border-radius:var(--st-radius);background:var(--st-surface);border:1px dashed var(--st-border-strong);flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.sob-logo-preview img{object-fit:cover;width:100%;height:100%}.sob-logo-placeholder{color:var(--st-text-subtle);letter-spacing:.04em;text-transform:uppercase;font-size:11px}.sob-logo-actions{flex-direction:column;flex:1;align-items:flex-start;gap:4px;display:flex}.sob-logo-btn{background:var(--st-surface);border:1px solid var(--st-border-strong);border-radius:var(--st-radius);font-size:var(--st-text-sm);color:var(--st-text);cursor:pointer;transition:all var(--st-trans-fast);padding:8px 14px;font-weight:500;display:inline-block}.sob-logo-btn:hover{border-color:var(--st-brand);color:var(--st-brand)}.sob-logo-remove{margin:0;padding:0;font-size:11px}.sob-logo-hint{color:var(--st-text-subtle);margin:4px 0 0;font-size:11px}.sob-link-btn{color:var(--st-text-muted);font-size:var(--st-text-xs);cursor:pointer;text-align:center;background:0 0;border:none;margin-top:4px;padding:6px 0;font-family:inherit}.sob-link-btn:hover{color:var(--st-brand);text-decoration:underline}@media (width<=640px){.sob-row{grid-template-columns:1fr}.studio-onboarding-card.is-wide{max-width:100%}}.sb-credits-banner{border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;margin:16px 24px 0;padding:12px 16px;display:flex}.sb-credits-banner--low{background:var(--st-warning-soft);border-color:var(--st-warning);color:var(--st-warning-text)}.sb-credits-banner--empty{background:var(--st-danger-soft);border-color:var(--st-danger);color:var(--st-danger-text)}.sb-credits-banner-icon{flex-shrink:0;align-items:center;display:flex}.sb-credits-banner-body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.sb-credits-banner-title{font-size:.9375rem;font-weight:700}.sb-credits-banner-text{opacity:.9;font-size:.875rem}.sb-credits-banner-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.sb-credits-banner-cta{font:inherit;cursor:pointer;color:#fff;white-space:nowrap;border:none;border-radius:8px;padding:7px 14px;font-size:.875rem;font-weight:600}.sb-credits-banner--low .sb-credits-banner-cta{background:var(--st-warning)}.sb-credits-banner--empty .sb-credits-banner-cta{background:var(--st-danger)}.sb-credits-banner-cta:hover{filter:brightness(.94)}.sb-credits-banner-close{width:28px;height:28px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.sb-credits-banner-close:hover{opacity:1;background:#0000000f}@media (width<=640px){.sb-credits-banner{flex-wrap:wrap;margin:12px 12px 0}.sb-credits-banner-actions{justify-content:flex-end;width:100%}}.sl{background:var(--st-bg);min-height:100vh;display:flex}.sl-side{background:var(--st-surface);border-right:1px solid var(--st-border);width:240px;z-index:var(--st-z-sticky);transition:width var(--st-trans);flex-direction:column;padding:16px 12px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:visible}.sl-side--c{width:60px;padding:16px 6px}.sl-top{justify-content:space-between;align-items:center;min-height:36px;margin-bottom:12px;display:flex}.sl-logo{cursor:pointer;align-items:center;gap:10px;padding:4px 8px;display:flex}.sl-logo img{width:28px;height:28px}.sl-logo span{font-size:var(--st-text-lg);color:var(--st-text);white-space:nowrap;letter-spacing:-.01em;font-weight:700}.sl-toggle{border-radius:var(--st-radius-sm);width:28px;height:28px;color:var(--st-text-disabled);cursor:pointer;transition:background var(--st-trans-fast), color var(--st-trans-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sl-toggle:hover{background:var(--st-surface-alt);color:var(--st-text-muted)}.sl-side--c .sl-top{flex-direction:column;align-items:center;gap:8px}.sl-org-block{margin-bottom:4px}.sl-sep{background:var(--st-border);height:1px;margin:8px 0}.sl-label{font-size:var(--st-text-xs);color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;padding:0 10px;font-weight:600;display:block}.sl-org-select{position:relative}.sl-org-trigger{border-radius:var(--st-radius);background:var(--st-surface-alt);cursor:pointer;width:100%;transition:background var(--st-trans-fast), border-color var(--st-trans-fast);font:inherit;text-align:left;border:1px solid #0000;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;display:flex}.sl-org-trigger:hover:not(.readonly){background:var(--st-surface-sunken)}.sl-org-trigger.open{background:var(--st-surface);border-color:var(--st-brand);box-shadow:var(--st-shadow-focus)}.sl-org-trigger.readonly{cursor:default}.sl-org-trigger-main{flex:1;align-items:center;gap:10px;min-width:0;display:flex;overflow:hidden}.sl-org-icon{stroke:var(--st-text-muted);flex-shrink:0}.sl-org-text{font-size:var(--st-text-sm);color:var(--st-text);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.sl-org-chevron{stroke:var(--st-text-subtle);transition:transform var(--st-trans-fast);flex-shrink:0}.sl-org-chevron.open{stroke:var(--st-brand);transform:rotate(180deg)}.sl-org-popover{z-index:var(--st-z-dropdown);background:var(--st-surface);border:1px solid var(--st-border-strong);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-md);max-height:70vh;animation:sl-org-popover-in var(--st-trans-fast) ease-out;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}@keyframes sl-org-popover-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sl-org-section-label{font-size:var(--st-text-xs);color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.06em;border-top:1px solid var(--st-border);margin-top:4px;padding:12px 10px 6px;font-weight:700}.sl-org-option{cursor:pointer;border-radius:var(--st-radius-sm);width:100%;transition:background var(--st-trans-fast);font:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;display:flex}.sl-org-option:hover{background:var(--st-surface-alt)}.sl-org-option.active{background:var(--st-brand-softer)}.sl-org-option svg{stroke:var(--st-text-muted);flex-shrink:0}.sl-org-option.active svg{stroke:var(--st-brand)}.sl-org-option-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.sl-org-option-name{font-size:var(--st-text-sm);color:var(--st-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.sl-org-option.active .sl-org-option-name{color:var(--st-brand-hover)}.sl-org-option-meta{font-size:var(--st-text-xs);color:var(--st-text-subtle);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sl-org-option-check{font-size:var(--st-text-sm);color:var(--st-brand);flex-shrink:0;font-weight:700}.sl-org-agency-list{border-left:2px solid var(--st-border);margin:2px 0 2px 12px;padding-left:6px}.sl-org-option--agency{padding-left:8px}.sl-nav{flex-direction:column;flex:1;gap:2px;display:flex}.sl-nav a{border-radius:var(--st-radius);font-size:var(--st-text-sm);color:var(--st-text-muted);transition:background var(--st-trans-fast), color var(--st-trans-fast);white-space:nowrap;align-items:center;gap:10px;padding:9px 10px;font-weight:500;text-decoration:none;display:flex}.sl-nav a svg{stroke:currentColor;flex-shrink:0}.sl-nav a:hover{background:var(--st-surface-alt);color:var(--st-text)}.sl-nav a.active{background:var(--st-brand);color:var(--st-text-on-brand);font-weight:600}.sl-side--c .sl-nav a{justify-content:center;padding:10px}.sl-navgroup{flex-direction:column;gap:2px;display:flex}.sl-navgroup-trigger{border-radius:var(--st-radius);width:100%;font-family:inherit;font-size:var(--st-text-sm);color:var(--st-text-muted);cursor:pointer;text-align:left;white-space:nowrap;transition:background var(--st-trans-fast), color var(--st-trans-fast);background:0 0;border:none;align-items:center;gap:10px;padding:9px 10px;font-weight:500;display:flex}.sl-navgroup-trigger svg{stroke:currentColor;flex-shrink:0}.sl-navgroup-trigger:hover{background:var(--st-surface-alt);color:var(--st-text)}.sl-navgroup-trigger.active-within{color:var(--st-text);font-weight:600}.sl-navgroup-label{flex:1}.sl-navgroup-chev{transition:transform var(--st-trans-fast)}.sl-navgroup-chev.open{transform:rotate(180deg)}.sl-side--c .sl-navgroup-trigger{justify-content:center;padding:10px}.sl-subnav{flex-direction:column;gap:2px;display:flex}.sl-subnav a{padding-left:36px;font-size:.82rem}.sl-bottom{margin-top:auto}.sl-credits{border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:var(--st-radius);cursor:pointer;width:100%;transition:background var(--st-trans-fast), border-color var(--st-trans-fast);color:var(--st-text);text-align:left;align-items:center;gap:10px;margin-bottom:4px;padding:8px 10px;font-family:inherit;display:flex}.sl-credits:hover{background:var(--st-brand-softer);border-color:var(--primary-300)}.sl-credits svg{color:var(--st-brand);flex-shrink:0}.sl-credits-value{font-size:var(--st-text-base);color:var(--st-text);font-weight:700}.sl-credits-label{font-size:var(--st-text-xs);color:var(--st-text-muted);margin-left:auto}.sl-credits--c{justify-content:center;padding:8px}.sl-credits--low{background:var(--st-warning-soft);border-color:var(--st-warning)}.sl-credits--low svg,.sl-credits--low .sl-credits-value{color:var(--st-warning-text)}.sl-credits--empty{background:var(--st-danger-soft);border-color:var(--st-danger)}.sl-credits--empty svg,.sl-credits--empty .sl-credits-value{color:var(--st-danger-text)}.sl-user-wrap{position:relative}.sl-user{border-radius:var(--st-radius);cursor:pointer;transition:background var(--st-trans-fast);align-items:center;gap:10px;padding:6px 8px;display:flex}.sl-user:hover{background:var(--st-surface-alt)}.sl-avatar{background:linear-gradient(135deg, var(--st-brand), var(--primary-400));width:32px;height:32px;color:var(--st-text-on-brand);font-weight:700;font-size:var(--st-text-xs);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sl-user-info{flex-direction:column;flex:1;min-width:0;display:flex}.sl-user-name{font-size:var(--st-text-sm);color:var(--st-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.sl-user-email{font-size:var(--st-text-xs);color:var(--st-text-subtle);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sl-user-menu{background:var(--st-surface);border:1px solid var(--st-border-strong);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-md);z-index:var(--st-z-dropdown);flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.sl-user-menu-item{cursor:pointer;border-radius:var(--st-radius-sm);font:inherit;font-size:var(--st-text-sm);color:var(--st-text-muted);text-align:left;width:100%;transition:background var(--st-trans-fast), color var(--st-trans-fast);background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:flex}.sl-user-menu-item:hover{background:var(--st-surface-alt);color:var(--st-text)}.sl-user-menu-item svg{stroke:currentColor;flex-shrink:0}.sl-logout{border:1px solid var(--st-border);background:var(--st-surface);border-radius:var(--st-radius);cursor:pointer;width:100%;font:inherit;font-size:var(--st-text-sm);color:var(--st-text-muted);transition:background var(--st-trans-fast), color var(--st-trans-fast), border-color var(--st-trans-fast);align-items:center;gap:8px;margin-top:6px;padding:8px 10px;display:flex}.sl-logout:hover{background:var(--st-danger-soft);border-color:var(--st-danger);color:var(--st-danger)}.sl-logout svg{stroke:currentColor;flex-shrink:0}.sl-main{min-width:0;min-height:100vh;transition:margin-left var(--st-trans);flex:1;margin-left:240px;padding:22px 28px}.sl-main--c{margin-left:60px}@media (width<=768px){.sl-main{padding:16px}}.sl-beta-badge{letter-spacing:.4px;text-transform:uppercase;background:var(--primary-50,#fef5ee);color:var(--primary-color,#e96021);border:1px solid var(--primary-300,#f4af7d);border-radius:999px;margin-left:8px;padding:1px 6px;font-size:.62rem;font-weight:700}.stu-btn{border-radius:var(--st-radius);font-size:var(--st-text-sm);cursor:pointer;white-space:nowrap;letter-spacing:-.005em;transition:background var(--st-trans-fast), border-color var(--st-trans-fast), color var(--st-trans-fast), box-shadow var(--st-trans-fast), transform var(--st-trans-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:6px;padding:9px 18px;font-family:inherit;font-weight:600;display:inline-flex}.stu-btn:focus-visible{box-shadow:var(--st-shadow-focus);outline:none}.stu-btn:disabled{opacity:.55;cursor:not-allowed}.stu-btn:not(:disabled):active{transform:translateY(1px)}.stu-btn.primary{background:var(--st-brand);color:var(--st-text-on-brand);box-shadow:var(--st-shadow-xs)}.stu-btn.primary:hover:not(:disabled){background:var(--st-brand-hover);box-shadow:var(--st-shadow-sm)}.stu-btn.secondary{background:var(--st-surface);color:var(--st-text);border-color:var(--st-border-strong)}.stu-btn.secondary:hover:not(:disabled){background:var(--st-surface-alt);border-color:var(--st-text-subtle)}.stu-btn.outline{border-color:var(--st-border-strong);color:var(--st-text-muted);background:0 0}.stu-btn.outline:hover:not(:disabled){background:var(--st-surface-alt);color:var(--st-text);border-color:var(--st-text-subtle)}.stu-btn.danger{background:var(--st-danger);color:var(--st-text-on-brand)}.stu-btn.danger:hover:not(:disabled){background:var(--st-danger-text)}.stu-btn.ghost{color:var(--st-brand);background:0 0;padding:7px 12px}.stu-btn.ghost:hover:not(:disabled){background:var(--st-brand-softer);color:var(--st-brand-hover)}.stu-btn.link{color:var(--st-brand);border-radius:var(--st-radius-sm);background:0 0;padding:4px 6px;font-weight:600}.stu-btn.link:hover:not(:disabled){background:var(--st-brand-softer);text-decoration:none}.stu-btn.sm{font-size:var(--st-text-xs);min-height:30px;padding:6px 14px}.stu-btn.lg{font-size:var(--st-text-base);min-height:46px;padding:12px 22px}.rec-page h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.rec-subtitle{color:var(--st-text-subtle);margin:4px 0 0;font-size:.9rem}.rec-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.rec-header-actions{align-items:center;gap:8px;display:flex}.rec-bulk-delete{background:var(--st-danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600}.rec-bulk-delete:hover{background:var(--st-danger-text)}.rec-th-check{text-align:center;width:32px}.rec-selected td{background:var(--st-danger-soft)}.rec-search{margin-bottom:16px}.rec-search input{border:1px solid var(--st-border);box-sizing:border-box;background:#fff;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.rec-search input:focus{border-color:var(--st-brand)}.rec-empty{border:1px solid var(--st-border);text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.rec-empty p{color:var(--st-text-subtle);margin:0 0 16px}.rec-list-section{border:1px solid var(--st-border);background:#fff;border-radius:12px;overflow:hidden}.rec-table{border-collapse:collapse;width:100%;font-size:.85rem}.rec-table th{text-align:left;color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid var(--st-border);padding:12px 16px;font-size:.75rem;font-weight:600}.rec-table td{border-bottom:1px solid var(--st-border);color:var(--st-text);vertical-align:middle;padding:14px 16px}.rec-table tbody tr{cursor:pointer;transition:background .15s}.rec-table tbody tr:hover{background:var(--st-brand-softer)}.rec-table tbody tr:last-child td{border-bottom:none}.rec-td-offer{display:block}.rec-offer-title{color:var(--st-text);font-weight:600;display:block}.rec-draft-badge{color:var(--primary-400);background:var(--st-brand-softer);vertical-align:middle;border-radius:4px;margin-left:8px;padding:1px 8px;font-size:.7rem;font-weight:600;display:inline-block}.rec-offer-meta{color:var(--st-text-subtle);margin-top:2px;font-size:.75rem;display:block}.rec-td-date{color:var(--st-text-subtle);font-size:.8rem}.rec-delete-btn{color:var(--st-border-strong);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.8rem}.rec-delete-btn:hover{color:var(--st-danger);background:var(--st-danger-soft)}.rec-load-more{justify-content:center;padding:16px;display:flex}.rec-load-more button{background:var(--st-border);color:var(--st-text-muted);cursor:pointer;border:none;border-radius:6px;padding:8px 24px;font-size:.85rem;font-weight:500}.rec-load-more button:hover:not(:disabled){background:var(--st-border)}.rec-load-more button:disabled{opacity:.5;cursor:not-allowed}.ac{flex-direction:column;gap:12px;display:flex}.ac-section{flex-direction:column;gap:10px;display:flex}.ac-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.ac-count{color:var(--st-text-subtle);font-size:.85rem}.ac-search{border:1px solid var(--st-border);border-radius:8px;outline:none;min-width:220px;padding:8px 12px;font-family:inherit;font-size:.85rem}.ac-search:focus{border-color:var(--st-brand)}.ac-import-btn,.ac-add-profiles-btn{background:var(--st-brand);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:600}.ac-import-btn:hover,.ac-add-profiles-btn:hover{background:var(--st-brand-hover)}.ac-add-profiles-btn:disabled{opacity:.5;cursor:not-allowed}.ac-remove-all{border:1px solid var(--st-border);color:var(--st-text-subtle);cursor:pointer;background:0 0;border-radius:8px;padding:6px 14px;font-size:.8rem}.ac-remove-all:hover{color:var(--st-danger);border-color:var(--st-danger)}.ac-import-btn-secondary{color:var(--st-text-muted);border:1px solid var(--st-border);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:500}.ac-import-btn-secondary:hover{background:var(--st-border)}.ac-selected-list{flex-wrap:wrap;gap:6px;display:flex}.ac-selected-chip{background:var(--st-brand-softer);color:var(--st-brand);border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;font-weight:500;display:flex}.ac-selected-chip button{color:var(--st-brand);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;line-height:1}.ac-selected-chip button:hover{color:var(--st-danger)}.ac-table-wrap{border:1px solid var(--st-border);border-radius:10px;max-height:350px;overflow:hidden auto}.ac-table{border-collapse:collapse;width:100%;font-size:.85rem}.ac-table thead th{background:var(--st-surface-alt);text-align:left;color:var(--st-text-subtle);text-transform:uppercase;border-bottom:1px solid var(--st-border);padding:8px 12px;font-size:.75rem;font-weight:600;position:sticky;top:0}.ac-table tbody td{border-bottom:1px solid var(--st-border);padding:8px 12px}.ac-table tbody tr{cursor:pointer;transition:background .1s}.ac-table tbody tr:hover,.ac-table tbody tr.sel{background:var(--st-brand-softer)}.ac-cell-name{color:var(--st-text);white-space:nowrap;font-weight:500}.ac-cell-contact{color:var(--st-text-subtle);font-size:.8rem}.ac-cell-skills{color:var(--st-brand);font-size:.8rem}.ac-cell-source{color:var(--st-brand);font-size:.75rem;font-weight:500}.ac-remove{color:var(--st-border-strong);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:1.1rem}.ac-remove:hover{color:var(--st-danger);background:var(--st-danger-soft)}.ac-hint{color:var(--st-text-subtle);text-align:center;padding:20px 0;font-size:.8rem}.ac-status{border-radius:6px;padding:8px 12px;font-size:.85rem}.ac-status.error{background:var(--st-danger-soft);color:var(--st-danger)}.ac-status.success{background:var(--st-success-soft);color:var(--st-success)}.ac-modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ac-modal{background:#fff;border-radius:16px;width:90%;max-width:520px;padding:24px;box-shadow:0 8px 40px #00000026}.ac-modal-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.ac-modal-header h3{color:var(--st-text);flex:1;margin:0;font-size:1.1rem;font-weight:600}.ac-modal-back{color:var(--st-brand);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:500}.ac-modal-close{color:var(--st-text-subtle);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.3rem;display:flex}.ac-modal-close:hover{background:var(--st-border);color:var(--st-text)}.ac-import-choices{flex-direction:column;gap:10px;display:flex}.ac-import-choice{border:1px solid var(--st-border);cursor:pointer;text-align:left;background:#fff;border-radius:10px;align-items:flex-start;gap:14px;padding:16px;transition:all .12s;display:flex}.ac-import-choice:hover{border-color:var(--st-brand);background:var(--st-brand-softer)}.ac-import-choice svg{flex-shrink:0;margin-top:2px}.ac-choice-title{color:var(--st-text);margin-bottom:2px;font-size:.9rem;font-weight:600;display:block}.ac-choice-desc{color:var(--st-text-subtle);font-size:.8rem;line-height:1.4;display:block}.ac-dropzone{border:2px dashed var(--st-border-strong);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:32px;transition:all .15s;display:flex}.ac-dropzone:hover{border-color:var(--st-brand);background:var(--st-brand-softer)}.ac-dropzone.busy{border-color:var(--primary-400);background:var(--st-warning-soft);cursor:wait}.ac-dropzone input{display:none}.ac-dropzone-text{color:var(--st-text-muted);font-size:.9rem}.ac-dropzone-hint{color:var(--st-text-disabled);font-size:.75rem}.ac-recap{border:1px solid var(--st-border);border-radius:10px;margin-bottom:4px;overflow:hidden}.ac-recap-header{background:var(--st-surface-alt);border-bottom:1px solid var(--st-border);padding:10px 14px}.ac-recap-count{color:var(--st-text);font-size:.82rem;font-weight:600}.ac-recap-list{max-height:180px;overflow-y:auto}.ac-recap-item{border-bottom:1px solid var(--st-border);align-items:center;gap:10px;padding:8px 14px;font-size:.85rem;display:flex}.ac-recap-item:last-child{border-bottom:none}.ac-recap-name{color:var(--st-text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.ac-recap-meta{color:var(--st-text-subtle);flex-shrink:0;font-size:.78rem}.ac-recap-source{color:var(--st-brand);background:var(--st-brand-softer);text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.68rem;font-weight:600}.ac-recap-remove{color:var(--st-border-strong);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:1rem}.ac-recap-remove:hover{color:var(--st-danger)}.ac-header-actions{align-items:center;gap:8px;display:flex}.ac-add-selected-btn{background:var(--st-brand);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:7px 14px;font-size:.82rem;font-weight:600}.ac-add-selected-btn:hover{background:var(--st-brand-hover)}.ac-add-selected-btn:disabled{opacity:.5;cursor:not-allowed}.ac-row-selected{background:var(--st-brand-softer)}.ac-row-added{opacity:.5;cursor:default}.ac-added-check{color:var(--st-success);font-size:.85rem;font-weight:700}.ce-editor{box-sizing:border-box;color:#222;white-space:pre-wrap;overflow-wrap:anywhere;cursor:text;background:#fff;border:1px solid #e0e0e8;border-radius:8px;outline:none;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.7;overflow-y:auto}.ce-editor:focus{border-color:#6366f1}.ce-editor:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.ce-editor.is-disabled{color:#6b7280;cursor:default;background:#f6f6f9}.ce-chip{color:#4f46e5;white-space:nowrap;-webkit-user-select:none;user-select:none;vertical-align:baseline;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;margin:0 2px;padding:0 8px;font-size:.78em;font-weight:600;line-height:1.7;display:inline-block}.ce-chip.is-static{-webkit-user-select:auto;user-select:auto}.pf-budget{border-radius:var(--st-radius-pill,9999px);flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:8px;padding:5px 10px;font-size:.74rem;line-height:1.5;transition:background .12s,color .12s;display:flex}.pf-budget-count{font-variant-numeric:tabular-nums;font-weight:700}.pf-budget-sep{opacity:.5}.pf-budget-cost{font-variant-numeric:tabular-nums}.pf-budget.is-ok{background:var(--st-success-soft,#dcfce7);color:var(--st-success-text,#15803d)}.pf-budget.is-near{background:var(--st-warning-soft,#fef3c7);color:var(--st-warning-text,#92400e)}.pf-budget.is-over{background:var(--st-danger-soft,#fee2e2);color:var(--st-danger-text,#991b1b);font-weight:600}.pf-budget-enc{opacity:.85}.pf-budget-reserve{opacity:.75}.pf-value-warning{border-radius:var(--st-radius-sm,6px);background:var(--st-warning-soft,#fef3c7);color:var(--st-warning-text,#92400e);margin:6px 0 0;padding:6px 10px;font-size:.74rem;line-height:1.5}.pf-value-warning-item{font-weight:600}.pf-budget-note{color:var(--st-text-muted,#6b7280);margin:6px 0 0;font-size:.7rem;line-height:1.45}.pw-root{--pw-orange-50:#fef5ee;--pw-orange-100:#fcead8;--pw-orange-300:#f4af7d;--pw-orange-500:#e96021;--pw-orange-600:#db4b1b;--pw-orange-700:#b63718}.pw-root .stu-btn.primary{background:var(--pw-orange-500)}.pw-root .stu-btn.primary:hover:not(:disabled){background:var(--pw-orange-600)}.pw-root .stu-btn.primary:disabled{background:var(--pw-orange-300)}.pw-root .pixel-rain__drop{animation-name:pw-pixelRain}@keyframes pw-pixelRain{0%{transform:translateY(-12px)}to{transform:translateY(720px)}}.pw-root button,.pw-root button:focus,.pw-root button:focus-visible,.pw-root button:active,.pw-root button:hover{outline-offset:0!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;outline:0!important}.pw-root button::-moz-focus-inner{border:0!important}.pw-root .pw-card-name,.pw-theme .pw-card-name{cursor:pointer}.pw-root .pw-card-name:hover,.pw-root .pw-card-name:focus-visible,.pw-theme .pw-card-name:hover,.pw-theme .pw-card-name:focus-visible{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1.5px}@keyframes pw-modalIn{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.pw-root .pw-modal{animation:.22s cubic-bezier(.2,.8,.2,1) pw-modalIn}@keyframes pw-overlayIn{0%{opacity:0}to{opacity:1}}.pw-root.pw-overlay{animation:.18s ease-out pw-overlayIn}@keyframes pw-cardIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.pw-root .pw-kanban-card{transition:border-color .15s,box-shadow .15s,background .15s,transform .12s;animation:.18s ease-out pw-cardIn}.pw-root .pw-kanban-card:not(.pw-dragging):not(.pw-editing):hover{border-color:var(--pw-orange-300);background:var(--pw-orange-50);box-shadow:0 2px 8px #e960211f}.pw-root .pw-add-btn{transition:border-color .15s,color .15s,background .15s}.pw-root .pw-add-btn:not(:disabled):hover{border-color:var(--pw-orange-500);background:var(--pw-orange-50);color:var(--pw-orange-600)}.pw-root .pw-slot-btn,.pw-theme .pw-slot-btn{transition:opacity .15s,border-color .15s,color .15s,background .15s,flex-basis .15s}.pw-root .pw-slot-btn:hover,.pw-root .pw-slot-btn:focus-visible,.pw-theme .pw-slot-btn:hover,.pw-theme .pw-slot-btn:focus-visible{color:var(--pw-orange-500);background:var(--pw-orange-50);opacity:1!important;border-color:var(--pw-orange-300)!important;flex-basis:22px!important}@keyframes pw-dropPulse{0%,to{opacity:.85}50%{opacity:1}}.pw-root .pw-drop-indicator{animation:.9s ease-in-out infinite pw-dropPulse}.pw-root .pw-kanban{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.pw-root .pw-kanban::-webkit-scrollbar{height:10px}.pw-root .pw-kanban::-webkit-scrollbar-track{background:0 0;margin:0 6px}.pw-root .pw-kanban::-webkit-scrollbar-thumb{background:#cbd5e1 padding-box content-box;border:2px solid #0000;border-radius:999px;min-width:40px}.pw-root .pw-kanban::-webkit-scrollbar-thumb:hover{background:var(--pw-orange-300);background-clip:content-box;border:2px solid #0000}.pw-root .pw-kanban-cards{scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent;scrollbar-gutter:stable}.pw-root .pw-kanban-cards::-webkit-scrollbar{width:8px}.pw-root .pw-kanban-cards::-webkit-scrollbar-track{background:0 0;margin:4px 0}.pw-root .pw-kanban-cards::-webkit-scrollbar-thumb{background:#e2e8f0 padding-box content-box;border:2px solid #0000;border-radius:999px;min-height:30px}.pw-root .pw-kanban-cards::-webkit-scrollbar-thumb:hover{background:var(--pw-orange-300);background-clip:content-box;border:2px solid #0000}.pw-root .pw-column-header[draggable=true]{border-radius:6px;margin:-2px -4px;padding:2px 4px;transition:background .15s}.pw-root .pw-column-header[draggable=true]:hover{background:#0f172a08}.pw-root .pw-input:focus,.pw-root input.pw-input:focus,.pw-root textarea.pw-input:focus,.pw-root select.pw-input:focus{border-color:var(--pw-orange-500)!important;outline:0!important;box-shadow:0 0 0 3px #e9602126!important}@keyframes pw-confirmIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.pw-root .pw-confirm-box,.pw-confirm-overlay .pw-confirm-box{animation:.16s cubic-bezier(.2,.8,.2,1) pw-confirmIn}.sa-plan{flex-direction:column;gap:16px;min-width:0;display:flex}.sa-voice-card{cursor:default;background:#fff;border:1px solid #e6e6ec;border-radius:8px;align-items:flex-start;gap:8px;padding:.55rem .7rem;font-size:.82rem;display:flex;position:relative}.sa-voice-card-icon{color:#e96021;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.sa-voice-card-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sa-voice-card-name{color:#1a1f3a;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:4px;outline:none;margin:-1px -3px;padding:1px 3px;font-weight:600;overflow:hidden}.sa-voice-card-preview{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.74rem;line-height:1.35;display:-webkit-box;overflow:hidden}.sa-voice-card-preview-empty{color:#94a3b8;font-style:italic}.sa-voice-modal{max-width:520px;padding:20px}.sa-voice-modal-title{color:#1a1f3a;margin:0 0 12px;font-size:1rem;font-weight:700}.sa-voice-modal-input{resize:vertical;box-sizing:border-box;color:#222;background:#fff;border:1px solid #e0e0e8;border-radius:6px;outline:none;width:100%;padding:.5rem .6rem;font-family:inherit;font-size:.85rem;line-height:1.45}.sa-voice-modal-input:focus{border-color:var(--st-brand)}.sa-voice-modal-hint{color:var(--st-text-subtle);margin:8px 0 0;font-size:.68rem;line-height:1.35}.sa-voice-modal-footer{justify-content:flex-end;margin-top:16px;display:flex}.sa-kanban{align-items:stretch;gap:12px;min-width:0;max-width:100%;min-height:480px;padding:6px 4px 12px;display:flex;overflow:auto hidden}.sa-kanban>section{height:auto;max-height:600px}.sa-column-drop-bar{background:var(--st-brand);border-radius:2px;flex-shrink:0;align-self:stretch;width:3px;box-shadow:0 0 0 1px #e9602140}.sa-state{text-align:center;color:var(--st-text-muted);background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:12px;flex-direction:column;align-items:center;gap:14px;padding:60px 24px;font-size:.92rem;display:flex}.sa-state-error{background:var(--st-danger-soft);border-color:var(--st-danger-soft);color:var(--st-danger-text)}.sa-footer{border-top:1px solid var(--st-border);justify-content:space-between;gap:12px;padding-top:8px;display:flex}.sa-footer>:only-child{margin-left:auto}.sa-modal-backdrop{z-index:200;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;padding:24px;animation:.15s ease-out sa-modal-fade;display:flex;position:fixed;inset:0}.sa-modal{background:#fff;border-radius:14px;width:100%;max-width:760px;max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 24px 64px #0f172a40}@keyframes sa-modal-fade{0%{opacity:0}to{opacity:1}}.fc{color:var(--st-text);flex-direction:column;gap:0;font-size:14px;display:flex}.fc-summary-box{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.fc-summary-title{margin-bottom:6px;font-weight:600}.fc-summary-text{color:var(--st-text-muted);line-height:1.6}.fc-card{border:1px solid var(--st-border);background:#fff;border-radius:10px;margin-bottom:16px;padding:20px}.fc-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.fc-card-header:last-child{margin-bottom:0}.fc-card-title{color:var(--st-text);align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.fc-card:has(.fc-card-header):not(:has(.fc-card-header+*)) .fc-card-header{margin-bottom:0}.fc-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:inline-flex}.fc-icon-loc{background:var(--st-danger-soft);color:var(--st-danger)}.fc-icon-exp{background:var(--st-info-soft);color:var(--st-info)}.fc-icon-form{background:var(--st-success-soft);color:var(--st-success)}.fc-icon-lang{background:var(--primary-300);color:var(--st-brand)}.fc-icon-cert{background:var(--st-info-soft);color:var(--st-info)}.fc-icon-doc{background:var(--st-border);color:var(--st-text-muted)}.fc-switch{cursor:pointer;background:var(--st-border-strong);vertical-align:middle;border:none;border-radius:999px;flex-shrink:0;margin:0;padding:0;transition:background .15s;display:inline-block;position:relative}.fc-switch.is-on{background:var(--st-text)}.fc-switch-md{width:36px;height:20px}.fc-switch-sm{width:28px;height:16px}.fc-switch-knob{background:#fff;border-radius:50%;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000002e}.fc-switch-md .fc-switch-knob{width:16px;height:16px}.fc-switch-sm .fc-switch-knob{width:12px;height:12px}.fc-switch-md.is-on .fc-switch-knob{transform:translate(16px)}.fc-switch-sm.is-on .fc-switch-knob{transform:translate(12px)}.fc-loc-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.fc-loc-pin{color:var(--st-text-muted)}.fc-tag-input{background:var(--st-info-soft);color:var(--st-info-text);border:1px solid #0000;border-radius:6px;outline:none;min-width:180px;padding:4px 10px;font-family:inherit;font-size:13px;font-weight:500}.fc-tag-input:focus{border-color:var(--st-info);background:#fff}.fc-tag{background:var(--st-info-soft);color:var(--st-info-text);border-radius:6px;padding:4px 10px;font-size:13px;font-weight:500}.fc-tag-light{background:var(--st-info-soft);color:var(--st-info)}.fc-label-small{color:var(--st-text-muted);margin-bottom:10px;font-size:13px}.fc-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.fc-input-block{border:1px solid var(--st-border);border-radius:8px;padding:12px 14px}.fc-input-block-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.fc-input-label{color:var(--st-text-muted);font-size:13px}.fc-input-row{align-items:center;gap:8px;display:flex}.fc-unit{color:var(--st-text-muted);font-size:13px}.fc.fc input[type=text],.fc.fc input[type=number],.fc.fc select{box-sizing:border-box;border:1px solid var(--st-border);width:100%;height:40px;color:var(--st-text);background:#fff;border-radius:6px;outline:none;margin:0;padding:0 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:1;transition:border-color .12s}.fc.fc input[type=text]:focus,.fc.fc input[type=number]:focus,.fc.fc select:focus{border-color:var(--st-info)}.fc.fc input:disabled{background:var(--st-surface-alt);color:var(--st-text-subtle);cursor:not-allowed}.fc.fc select{cursor:pointer}.fc.fc textarea{box-sizing:border-box;border:1px solid var(--st-border);width:100%;min-height:80px;color:var(--st-text);resize:vertical;background:#fff;border-radius:6px;outline:none;margin:0;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .12s}.fc.fc textarea:focus{border-color:var(--st-info)}.fc-full{width:100%}.fc-add-row{justify-content:flex-end;margin-bottom:12px;display:flex}.fc-btn-add{border:1px solid var(--st-border);cursor:pointer;color:var(--st-text-muted);background:#fff;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:13px}.fc-btn-add:hover{background:var(--st-surface-alt)}.fc-sub-card{border:1px solid var(--st-border);background:#fff;border-radius:8px;margin-bottom:12px;padding:16px;position:relative}.fc-sub-card:last-child{margin-bottom:0}.fc-sub-card-title{color:var(--st-text-muted);margin-bottom:12px;font-size:13px}.fc-trash{color:var(--st-danger);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;position:absolute;top:12px;right:12px}.fc-trash:hover{background:var(--st-danger-soft);border-radius:4px}.fc-trash-inline{color:var(--st-danger);cursor:pointer;background:0 0;border:none;align-self:end;margin-bottom:6px;padding:4px;font-size:16px}.fc-trash-inline:hover{background:var(--st-danger-soft);border-radius:4px}.fc-field{flex-direction:column;margin-bottom:12px;display:flex}.fc-field:last-child{margin-bottom:0}.fc-field label{color:var(--st-text-muted);margin-bottom:4px;font-size:13px;font-weight:500;display:block}.fc-optional{color:var(--st-text-subtle);font-size:12px;font-weight:400}.fc-inline-toggle-group{border:1px solid var(--st-border);border-radius:8px;margin-top:12px;padding:12px 14px}.fc-inline-toggle-label{color:var(--st-text-muted);margin-bottom:8px;font-size:13px;font-weight:500}.fc-inline-toggle-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.fc-inline-toggle{color:var(--st-text-muted);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:inline-flex}.fc-diploma-box{background:var(--st-info-soft);border:1px solid var(--st-info-soft);border-radius:8px;margin-bottom:12px;padding:12px 14px}.fc-diploma-label{color:var(--st-info);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:12px;font-weight:600}.fc-diploma-value{color:var(--st-info-text);font-size:15px;font-weight:700}.fc-diploma-sub{color:var(--st-info);font-weight:500}.fc-field-box{border:1px solid var(--st-border);border-radius:8px;margin-bottom:12px;padding:12px 14px}.fc-field-box-label{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:12px;font-weight:600}.fc-field-box-value{color:var(--st-text);font-size:14px}.fc-lang-row{grid-template-columns:1fr 1fr 32px;align-items:end;gap:12px;margin-bottom:12px;display:grid}.fc-lang-row:last-child{margin-bottom:0}.fc-lang-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.fc-allow-missing{color:var(--st-text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.fc-info{border:1px solid var(--st-text-subtle);width:16px;height:16px;color:var(--st-text-subtle);cursor:help;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.fc-intro{color:var(--st-text-subtle,#6b7280);margin:-4px 0 4px;font-size:.85rem;line-height:1.55}.fc-intro strong{color:var(--st-text-muted,#4b5563);font-weight:600}.fc-crit-grid{grid-template-columns:minmax(240px,1fr) 96px 96px 28px;align-items:center;gap:0 12px;display:grid}.fc-crit-grid-head{align-items:end;padding-bottom:12px}.fc-col-label{color:#6b7280;text-align:center;font-size:11px;font-weight:500;line-height:1.25}.fc-crit-line{border-top:1px solid #f0f1f3;padding:13px 0}.fc-crit-input{resize:none;width:100%;color:var(--st-text,#222);box-sizing:border-box;background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:.88rem;line-height:1.5;display:block;overflow:hidden}.fc-crit-input::placeholder{color:#9ca3af}.fc-check-cell{justify-content:center;display:flex}.fc-check{color:#fff;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:5px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.fc-check.is-on{background:var(--primary-color,#e96021);border-color:var(--primary-color,#e96021)}.fc-check:not(.is-on):hover{border-color:#9ca3af}.fc-check.is-disabled{cursor:not-allowed;opacity:.65;background:#f3f4f6;border-color:#e5e7eb}.fc-check.is-disabled:hover{border-color:#e5e7eb}.fc-row-del{color:#c9cdd3;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px;display:inline-flex}.fc-crit-line:hover .fc-row-del{color:#6b7280}.fc-row-del:hover{color:#991b1b;background:#f3f4f6}.fc-crit-footer{border-top:1px solid #f0f1f3;align-items:center;gap:14px;padding-top:12px;display:flex}.fc-add-crit{color:var(--primary-color,#e96021);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.fc-add-crit:hover{color:var(--primary-700,#b63718)}.fc-footer-sep{background:#e5e7eb;width:1px;height:16px}.fc-clear-crit{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:.85rem;display:inline-flex}.fc-clear-crit:hover{color:#991b1b}@media (width<=640px){.fc-crit-grid{grid-template-columns:minmax(150px,1fr) 62px 62px 24px;gap:0 6px}.fc-col-label{font-size:9px}}.fc-threshold-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.fc-threshold-hint{color:var(--st-text-subtle,#6b7280);max-width:560px;margin:6px 0 0;font-size:.82rem;line-height:1.5}.fc-threshold-hint strong{color:var(--st-text-muted,#4b5563);font-weight:600}.fc-threshold-input{flex:none;align-items:center;gap:6px;display:flex}.fc.fc .fc-threshold-input input{width:84px}.recruitment-create{max-width:100%}.rc-header{margin-bottom:24px}.rc-back{color:var(--st-brand);cursor:pointer;text-align:left;background:0 0;border:none;align-self:flex-start;margin-bottom:8px;padding:0;font-size:.85rem;font-weight:500}.rc-back:hover{text-decoration:underline}.rc-header h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.rc-stepper{flex-wrap:wrap;gap:6px;margin-bottom:24px;display:flex}.rc-step{border:1px solid var(--st-border);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;transition:all .2s;display:flex}.rc-step.active{border-color:var(--st-brand);background:var(--st-brand-softer)}.rc-step.done{border-color:var(--st-success);background:var(--st-success-soft)}.rc-step-number{background:var(--st-border);width:20px;height:20px;color:var(--st-text-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.rc-step.active .rc-step-number{background:var(--st-brand);color:#fff}.rc-step.done .rc-step-number{background:var(--st-success);color:#fff}.rc-step-label{color:var(--st-text-subtle);white-space:nowrap;font-size:.8rem;font-weight:500;display:none}.rc-step.active .rc-step-label{color:var(--st-brand);display:inline}.rc-step.done .rc-step-label{color:var(--st-success)}.rc-btn-spinner{vertical-align:-2px;border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.7s linear infinite spin;display:inline-block}.rc-card{border:1px solid var(--st-border);background:#fff;border-radius:12px;flex-direction:column;gap:16px;min-width:0;max-width:100%;padding:28px;display:flex}.rc-card h2{color:var(--st-text);margin:0;font-size:1.15rem;font-weight:600}.rc-hint{color:var(--st-text-subtle);margin:0;font-size:.85rem}.rc-card .form-group{flex-direction:column;gap:6px;display:flex}.rc-card .form-row{gap:16px;display:flex}.rc-card .form-row>.form-group{flex:1}.rc-card label{color:var(--st-text);font-size:.85rem;font-weight:600}.rc-card input[type=text],.rc-card input[type=email],.rc-card select,.rc-card textarea{border:1px solid var(--st-border-strong);border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.rc-card input:focus,.rc-card select:focus,.rc-card textarea:focus{border-color:var(--st-brand)}.rc-card textarea{resize:vertical}.rc-actions{justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.btn-secondary{color:var(--st-text-muted);border:1px solid var(--st-border-strong);cursor:pointer;background:#fff;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:500;transition:all .2s}.btn-secondary:hover:not(:disabled){border-color:var(--st-text-subtle)}.btn-secondary:disabled,.btn-primary:disabled{opacity:.5;cursor:not-allowed}.rc-question-remove{width:28px;height:28px;color:var(--st-border-strong);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.rc-question-remove:hover{color:var(--st-danger);background:var(--st-danger-soft)}.btn-add-question{border:1px dashed var(--st-border-strong);color:var(--st-brand);cursor:pointer;background:0 0;border-radius:8px;padding:10px;font-size:.85rem;font-weight:500;transition:all .2s}.btn-add-question:hover{border-color:var(--st-brand);background:var(--st-brand-softer)}.rc-upload-zone{border:2px dashed var(--st-border-strong);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px;transition:all .2s;display:flex}.rc-upload-zone:hover:not(.parsing){border-color:var(--st-brand);background:var(--st-brand-softer)}.rc-upload-zone.parsing{border-color:var(--primary-400);background:var(--st-warning-soft);cursor:wait;animation:1.5s infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.rc-parsed-skills{flex-wrap:wrap;gap:6px;display:flex}.rc-skill-tag{background:var(--st-brand-softer);color:var(--st-brand);border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:500}.rc-skill-tag.nice{background:var(--st-success-soft);color:var(--st-success)}.rc-analysis-step{color:var(--st-text-subtle);align-items:center;gap:12px;padding:14px 0;font-size:.9rem;display:flex}.rc-analysis-step.active{color:var(--primary-400);font-weight:500}.rc-analysis-step.done{color:var(--st-success)}.rc-analysis-icon{background:var(--st-border);width:24px;height:24px;color:var(--st-text-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.rc-analysis-icon.done{background:var(--st-success-soft);color:var(--st-success)}.rc-analysis-icon.spinning{border:3px solid var(--primary-300);border-top-color:var(--primary-400);background:0 0;animation:.8s linear infinite spin}.rc-charlee-toggle{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px;display:flex}.rc-charlee-toggle-title{color:var(--st-text);margin:0;font-size:.9rem;font-weight:600}.rc-charlee-options{gap:12px;margin-bottom:16px;display:flex}.rc-charlee-options .form-group{flex:1}.rc-parse-error{color:var(--st-danger);background:var(--st-danger-soft);border-radius:8px;margin:0;padding:10px 14px;font-size:.85rem}.rc-upload-zone span{color:var(--st-text-subtle);font-size:.85rem}.rc-label-meta{color:var(--st-text-subtle);margin-left:6px;font-size:.82rem;font-weight:400}.rc-tag-input{border:1px solid var(--st-border-strong);background:#fff;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;min-height:44px;padding:8px 10px;display:flex}.rc-tag-input:focus-within{border-color:var(--st-brand)}.rc-tag-input input{background:0 0;border:none;outline:none;flex:1;min-width:140px;padding:4px 2px;font-size:.9rem}.rc-tag{background:var(--st-brand-softer);color:var(--st-brand);border-radius:6px;align-items:center;gap:4px;padding:4px 4px 4px 10px;font-size:.85rem;font-weight:500;display:inline-flex}.rc-tag-remove{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:1.05rem;line-height:1}.rc-tag-remove:hover{opacity:1;background:var(--st-brand-ring)}.pp{flex-direction:column;gap:18px;display:flex}.pp-voice{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:10px;padding:12px 14px}.pp-voice-label{text-transform:uppercase;letter-spacing:.4px;color:var(--st-text-subtle);margin-bottom:4px;font-size:.72rem;font-weight:700}.pp-voice-text{color:var(--st-text);white-space:pre-wrap;font-size:.88rem;line-height:1.45}.pp-flow{flex-wrap:wrap;gap:8px;display:flex}.pp-flow-step{background:var(--st-surface-alt);color:var(--st-text);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.82rem;display:inline-flex}.pp-flow-from{font-weight:500}.pp-flow-arrow{color:var(--st-brand);font-weight:700}.pp-flow-to{color:var(--st-brand-hover);font-weight:600}.pp-flow-step.no-move .pp-flow-arrow{color:var(--st-text-subtle)}.pp-flow-step.no-move .pp-flow-to{color:var(--st-text-subtle);font-style:italic;font-weight:500}.pp-trans-empty{background:var(--st-surface-alt);color:var(--st-text-muted);border-radius:8px;padding:10px 14px;font-size:.85rem}.pp-col{flex-direction:column;gap:8px;display:flex}.pp-col-head{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:6px;display:flex}.pp-col-title{color:var(--st-text);font-size:.85rem;font-weight:600}.pp-col-count{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.pp-q-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pp-q{background:var(--st-surface);border:1px solid var(--st-border);border-radius:10px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.pp-q-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.pp-q-title{color:var(--st-text);flex:1;min-width:0;font-size:.92rem;font-weight:600}.pp-q-question{color:var(--st-text-muted);background:var(--st-surface-alt);border-left:2px solid var(--st-border);border-radius:0 6px 6px 0;padding:8px 12px;font-size:.85rem;font-style:italic;line-height:1.5}.pp-q-kv{flex-wrap:wrap;gap:6px 24px;margin:0;font-size:.82rem;display:flex}.pp-q-kv-row{align-items:baseline;gap:8px;display:inline-flex}.pp-q-kv-row dt{color:var(--st-text-subtle);margin:0;font-weight:500}.pp-q-kv-row dd{color:var(--st-text);margin:0;font-weight:600}.pp-q-block{flex-direction:column;gap:6px;margin-top:2px;display:flex}.pp-q-block-label{text-transform:uppercase;letter-spacing:.05em;color:var(--st-text-subtle);font-size:.7rem;font-weight:700}.pp-q-block-hint{text-transform:none;letter-spacing:0;color:var(--st-text-muted);font-weight:500}.pp-q-options{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.pp-q-option{color:var(--st-text);align-items:baseline;gap:8px;padding:4px 0;font-size:.85rem;display:flex}.pp-q-option-bullet{color:var(--st-brand);font-weight:700;line-height:1}.pp-q-option-label{flex:1;line-height:1.45}.pp-q-scale{counter-reset:scale;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.pp-q-scale-row{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:6px;grid-template-columns:28px 1fr;align-items:center;gap:10px;padding:6px 10px;font-size:.85rem;display:grid}.pp-q-scale-num{background:var(--st-surface);border:1px solid var(--st-border);width:24px;height:24px;color:var(--st-text-muted);font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.pp-q-scale-label{color:var(--st-text);line-height:1.4}.pp-q-scale-row.is-min{background:var(--st-brand-softer);border-color:var(--st-brand)}.pp-q-scale-row.is-min .pp-q-scale-num{background:var(--st-brand);border-color:var(--st-brand);color:#fff}.pp-q-scale-row.is-min .pp-q-scale-label{color:var(--st-brand-hover);font-weight:600}.pp-q-scale-row.is-pass .pp-q-scale-num{border-color:var(--st-brand);color:var(--st-brand)}.pp-q-scale-row.is-below{opacity:.65}.pp-q-meta{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.pp-q-tag{background:var(--st-surface-alt);color:var(--st-text-muted);border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:500}.pp-imp{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:.66rem;font-weight:600}.pp-imp.pp-imp-info{background:var(--st-info-soft);color:var(--st-info-text)}.pp-imp.pp-imp-crit{background:var(--st-warning-soft);color:var(--st-warning-text)}.pp-imp.pp-imp-must{background:var(--st-danger-soft);color:var(--st-danger-text)}.rc-toggle-list{flex-direction:column;gap:8px;margin:16px 0 20px;display:flex}.rc-toggle{border:1px solid var(--st-border);cursor:pointer;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;transition:border-color .12s,background .12s;display:flex}.rc-toggle:hover{border-color:var(--st-border-strong)}.rc-toggle.on{border-color:var(--primary-300);background:var(--st-brand-softer)}.rc-toggle-text{flex-direction:column;gap:2px;min-width:0;display:flex}.rc-toggle-label{color:var(--st-text);font-size:.95rem;font-weight:600}.rc-toggle-hint{color:var(--st-text-subtle);font-size:.82rem;line-height:1.35}.rc-toggle-switch{background:var(--st-border-strong);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .15s;position:relative}.rc-toggle.on .rc-toggle-switch{background:var(--st-brand)}.rc-toggle-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.rc-toggle.on .rc-toggle-knob{transform:translate(18px)}.rc-card.rc-step3{gap:0;padding:28px 32px}.rc-step3>h2{margin-bottom:8px}.rc-rows{flex-direction:column;display:flex}.rc-row{border-bottom:1px solid var(--st-border);grid-template-columns:130px 1fr;align-items:flex-start;gap:28px;padding:22px 0;display:grid}.rc-row:last-child{border-bottom:none}.rc-row-label{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.07em;justify-content:space-between;align-items:center;gap:8px;padding-top:11px;font-size:.72rem;font-weight:700;display:flex}.rc-row-body{flex-direction:column;gap:8px;min-width:0;display:flex}.rc-channel-line{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.rc-channel-dropdown{flex-shrink:0;width:280px;position:relative}.rc-channel-trigger{border:1px solid var(--st-border-strong);cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border-radius:8px;align-items:center;gap:10px;width:100%;height:38px;padding:0 12px;font-family:inherit;font-size:.88rem;transition:border-color .12s;display:flex}.rc-channel-trigger.open{border-color:var(--st-text)}.rc-channel-trigger-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rc-channel-trigger-title{color:var(--st-text);flex:1;font-weight:600}.rc-channel-trigger-chevron{color:var(--st-text-subtle);transition:transform .18s;display:inline-flex}.rc-channel-trigger.open .rc-channel-trigger-chevron{transform:rotate(180deg)}.rc-channel-menu{border:1px solid var(--st-border-strong);z-index:20;background:#fff;border-radius:8px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0}.rc-channel-item{cursor:pointer;text-align:left;width:100%;color:var(--st-text);background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-family:inherit;font-size:.88rem;display:flex}.rc-channel-item:hover,.rc-channel-item.active{background:var(--st-surface-alt)}.rc-channel-item-title{flex:1;font-weight:500}.rc-channel-item-check{color:var(--st-text);display:inline-flex}.rc-fallback-line{color:var(--st-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.85rem;display:inline-flex}.rc-fallback-line input[type=checkbox]{width:14px;height:14px;accent-color:var(--st-text);margin:0}.rc-step3 .rc-toggle-list{gap:0;margin:0}.rc-step3 .rc-toggle{cursor:default;background:0 0;border:none;border-radius:0;padding:8px 0}.rc-step3 .rc-toggle:hover{border-color:#0000}.rc-step3 .rc-toggle.on{background:0 0;border:none}.rc-step3 .rc-toggle .rc-toggle-label{font-size:.9rem;font-weight:500}.rc-step3 .rc-toggle .rc-toggle-hint{display:none}.rc-step3 .rc-toggle.on .rc-toggle-switch{background:var(--st-text)}.rc-flow{grid-template-columns:minmax(140px,1fr) minmax(220px,1.6fr) minmax(180px,1fr);align-items:stretch;gap:0 16px;display:grid}.rc-flow-head{display:contents}.rc-flow-head>span{color:var(--st-text-disabled);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--st-border);margin-bottom:10px;padding:0 0 10px;font-size:.7rem;font-weight:700}.rc-flow-cell{align-items:center;min-width:0;height:36px;margin-bottom:8px;display:flex}.rc-flow-stage{color:var(--st-text);font-size:.88rem;font-weight:500}.rc-flow select{border:1px solid var(--st-border-strong);height:36px;color:var(--st-text);box-sizing:border-box;cursor:pointer;background:#fff;border-radius:6px;outline:none;padding:0 10px;font-family:inherit;font-size:.86rem;transition:border-color .12s}.rc-flow select:focus{border-color:var(--st-text)}.rc-flow-cond>select,.rc-flow-dest>select{width:100%}.rc-flow-dest>select.has-none{color:var(--st-text-subtle);border-style:dashed;font-style:italic}@media (width<=720px){.rc-flow{grid-template-columns:1fr;gap:4px}.rc-flow-head{display:none}.rc-flow-cell{margin-bottom:4px}.rc-flow-stage{margin-top:10px;font-weight:700}}.rc-flow-disabled{color:var(--st-text-disabled);margin:0;font-size:.85rem}.rc-flow-toggle{color:var(--st-text);border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:4px 0 8px;font-size:.88rem;display:flex}.rc-flow-toggle .rc-toggle-switch{flex-shrink:0}.rc-agent-rows{border-bottom:1px solid var(--st-border);margin-bottom:20px;padding-bottom:4px}.studio-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.studio-modal{background:#fff;border:1px solid #ffffffa6;border-radius:20px;width:100%;min-width:400px;max-width:640px;max-height:min(88vh,900px);position:relative;overflow-y:auto;box-shadow:0 24px 80px #0f172a47}.studio-modal-header{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;padding:22px 26px 14px;display:flex}.studio-modal-header h2{margin:0;font-size:1.2rem;font-weight:720}.studio-modal-close{background:var(--st-surface-alt);border:1px solid var(--st-border);width:34px;height:34px;color:var(--st-text-subtle);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:inline-flex}.studio-modal-close:hover{color:var(--st-text);border-color:var(--st-border-strong)}.studio-modal.wide{max-width:860px}.studio-modal-close.floating{position:absolute;top:12px;right:16px}.studio-payment-modal{max-width:820px}.studio-payment-modal .studio-modal-body{padding:24px 26px 26px}@media (width<=680px){.studio-modal-overlay{align-items:flex-end;padding:10px}.studio-modal{border-radius:18px 18px 0 0;min-width:0;max-height:92vh}.studio-payment-modal .studio-modal-body{padding:18px}}.wa-qr-card{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:12px;align-items:flex-start;gap:24px;padding:20px;display:flex}.wa-qr-card.compact{background:0 0;border:none;align-items:center;gap:16px;padding:0}.wa-qr-img-wrap{border:1px solid var(--st-border);background:#fff;border-radius:8px;flex-shrink:0;padding:8px}.wa-qr-img-wrap img{width:180px;height:180px;display:block}.wa-qr-card.compact .wa-qr-img-wrap img{width:120px;height:120px}.wa-qr-card.compact .wa-qr-img-wrap{padding:6px}.wa-qr-url{background:var(--st-surface-alt);color:var(--st-text-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:6px;max-width:100%;margin-bottom:10px;padding:8px 12px;font-family:SF Mono,Menlo,monospace;font-size:.78rem;display:block;overflow:hidden}.wa-qr-body{flex:1;min-width:0}.wa-qr-title{color:var(--st-text);margin-bottom:6px;font-size:1.05rem;font-weight:700}.wa-qr-desc{color:var(--st-text-muted);margin:0 0 12px;font-size:.875rem;line-height:1.45}.wa-qr-meta{align-items:center;gap:8px;margin-bottom:4px;font-size:.825rem;display:flex}.wa-qr-meta-label{color:var(--st-text-muted);min-width:70px}.wa-qr-slug,.wa-qr-phone{border:1px solid var(--st-border);color:var(--st-text);background:#fff;border-radius:4px;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.8rem}.wa-qr-actions{gap:8px;margin-top:14px;display:flex}.wa-qr-btn{border:1px solid var(--st-text-disabled);cursor:pointer;color:var(--st-text);background:#fff;border-radius:6px;padding:7px 14px;font-size:.825rem;transition:background .15s}.wa-qr-btn:hover{background:var(--st-surface-alt)}.wa-qr-btn.primary{background:var(--st-brand);border-color:var(--st-brand);color:#fff}.wa-qr-btn.primary:hover{background:var(--st-brand-hover)}.wa-qr-hint{color:var(--st-text-muted);margin:0;font-size:.875rem}.wa-qr-error{color:var(--st-danger-text);margin:0;font-size:.875rem}.fcv{flex-direction:column;gap:20px;display:flex}.fcv-disabled{background:var(--st-surface-alt);border:1px solid var(--st-border);color:var(--st-text-muted);border-radius:8px;margin:0;padding:12px 14px;font-size:.88rem}.fcv-section{background:var(--st-surface);border:1px solid var(--st-border);border-radius:10px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.fcv-section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--st-text-subtle);margin:0;font-size:.72rem;font-weight:700}.fcv-section-body{flex-direction:column;gap:8px;display:flex}.fcv-empty{color:var(--st-text-muted);margin:0;font-size:.85rem;font-style:italic}.fcv-kv{flex-direction:column;gap:6px;margin:0;display:flex}.fcv-kv-row{border-bottom:1px dashed var(--st-border);grid-template-columns:180px 1fr;align-items:baseline;gap:16px;padding:6px 0;display:grid}.fcv-kv-row:last-child{border-bottom:none}.fcv-kv-row dt{color:var(--st-text-subtle);margin:0;font-size:.78rem;font-weight:500}.fcv-kv-row dd{color:var(--st-text);margin:0;font-size:.9rem;font-weight:600}.fcv-reqs{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.fcv-req{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.fcv-req-title{color:var(--st-text);font-size:.92rem;font-weight:600}.fcv-req-just{color:var(--st-text-muted);font-size:.82rem;font-style:italic;line-height:1.45}.fcv-chips{flex-wrap:wrap;gap:6px;display:flex}.fcv-chip{background:var(--st-surface);color:var(--st-text);border:1px solid var(--st-border);border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.78rem;font-weight:500;display:inline-flex}.fcv-chip-lang em{color:var(--st-brand);text-transform:uppercase;border-left:1px solid var(--st-border);margin-left:4px;padding-left:4px;font-size:.72rem;font-style:normal;font-weight:700}.fcv-chip-soft{background:var(--st-warning-soft);color:var(--st-warning-text);border-color:var(--st-warning-soft);font-weight:600}@media (width<=540px){.fcv-kv-row{grid-template-columns:1fr;gap:2px}}.fcv-sev{margin-left:8px;font-weight:600}.fcv-sev-indicatif{color:#374151;background:#f3f4f6}.fcv-sev-important{color:#92400e;background:#fef3c7}.fcv-sev-eliminatoire{color:#991b1b;background:#fee2e2}.pq-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:16px;align-items:center;gap:6px;font-weight:600;line-height:1;display:inline-flex}.pq-badge--md{padding:5px 12px;font-size:11px}.pq-badge--sm{padding:3px 9px;font-size:10px}.pq-badge-pct{letter-spacing:0;font-weight:700}.pq-badge--valide{background:var(--st-success-soft,#d1fae5);color:var(--st-success-text,#065f46)}.pq-badge--a-verifier{background:var(--st-warning-soft,#fef3c7);color:var(--st-warning-text,#92400e)}.pq-badge--en-attente{background:var(--st-info-soft,#dbeafe);color:var(--st-info-text,#1e40af)}.pq-badge--erreur{background:var(--st-danger-soft,#fee2e2);color:var(--st-danger,#b91c1c)}.pq-badge--neutre{color:var(--st-text-muted,#94a3b8);border:1px dashed var(--st-border,#e2e8f0);background:0 0}.recruitment-detail{max-width:100%}.rd-title-row{align-items:center;gap:12px;display:flex}.rd-title-row h1{margin:0}.rd-status-badge{letter-spacing:.02em;white-space:nowrap;border-radius:12px;align-items:center;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.rd-status-badge.active{background:var(--st-success-soft);color:var(--st-success-text)}.rd-status-badge.stopped{background:var(--st-danger-soft);color:var(--st-danger-text)}.rd-status-badge.draft{background:var(--st-surface-alt);color:var(--st-text-muted)}.rd-kanban{--rd-kanban-col-w:300px;grid-template-columns:repeat(5, var(--rd-kanban-col-w));gap:10px;height:calc(100vh - 250px);min-height:420px;padding-bottom:8px;display:grid;overflow-x:auto}.rd-kanban-col{background:var(--st-surface-alt);border:2px dashed #0000;border-radius:10px;flex-direction:column;gap:8px;min-width:0;min-height:0;padding:10px 8px;transition:border-color .12s,background .12s;display:flex}.rd-kanban-add{border:1px dashed var(--st-border);color:var(--st-text-muted,#6b7280);cursor:pointer;background:0 0;border-radius:8px;margin-top:auto;padding:8px 10px;font-size:.8rem;transition:color .12s,border-color .12s,background .12s}.rd-kanban-add:hover{color:var(--st-brand);border-color:var(--st-brand);background:var(--st-brand-soft)}.pm-tabs{border-bottom:1px solid var(--st-border);flex-wrap:wrap;gap:4px;margin-bottom:14px;display:flex}.pm-tab{color:var(--st-text-muted,#6b7280);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 12px;font-size:.85rem;transition:color .12s,border-color .12s}.pm-tab:hover{color:var(--st-brand)}.pm-tab.active{color:var(--st-brand);border-bottom-color:var(--st-brand);font-weight:600}.pm-agent-mode{color:var(--st-text-muted,#6b7280);margin:0 0 10px;font-size:.85rem}.pm-agent-panel .pp-col-head{display:none}.pm-config-grid{flex-direction:column;gap:14px;display:flex}.pm-config-item{flex-direction:column;gap:4px;display:flex}.pm-config-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.pm-config-value{color:var(--st-text,#1f2430);font-size:14px}.pm-config-value.muted{color:var(--st-text-muted,#6b7280)}.pm-trans-list{flex-wrap:wrap;gap:6px;display:flex}.pm-trans-row{border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:.82rem;display:inline-flex}.pm-trans-arrow{color:var(--st-text-muted,#6b7280)}.pm-trans-to{font-weight:600}.rd-kanban-col.drop-target{background:var(--st-brand-soft);border-color:var(--st-brand)}.rd-kanban-col.drop-blocked{opacity:.5;cursor:not-allowed;border-color:var(--st-border)}.rd-kanban-col.drop-blocked *{cursor:not-allowed}.rd-kanban-header{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;padding:4px 6px 8px;display:flex}.rd-kanban-title{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:600;overflow:hidden}.rd-kanban-count{background:var(--st-brand);color:#fff;border-radius:10px;flex-shrink:0;margin-left:6px;padding:1px 7px;font-size:.7rem;font-weight:600}.rd-kanban-cards{flex-direction:column;flex:1;gap:6px;min-height:0;display:flex;overflow-y:auto}.rd-kanban-empty{color:var(--st-text-disabled);text-align:center;padding:18px 0;font-size:.78rem;font-style:italic}.rd-kanban-card{border:1px solid var(--st-border);cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;gap:6px;padding:9px 10px;transition:border-color .12s,box-shadow .12s,transform 80ms;display:flex}.rd-kanban-card:hover{border-color:var(--st-brand);box-shadow:0 2px 6px var(--st-brand-ring);transform:translateY(-1px)}.rd-kanban-card[draggable=true]{cursor:grab}.rd-kanban-card.dragging{opacity:.45;cursor:grabbing;transform:scale(.98)}.rd-kanban-card.selected{border-color:var(--st-brand);background:var(--st-brand-softer)}.rd-kanban-card.calling{border-color:var(--primary-300);background:var(--st-brand-softer)}.rd-kanban-card-top{align-items:center;gap:7px;min-width:0;display:flex}.rd-kanban-card-top input[type=checkbox]{cursor:pointer;flex-shrink:0;margin:0}.rd-kanban-avatar{background:linear-gradient(135deg, var(--st-brand), var(--primary-400));color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:600;display:flex}.rd-kanban-card-name{min-width:0;color:var(--st-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;font-weight:600;overflow:hidden}.rd-kanban-card-id{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.rd-kanban-card-email{color:var(--st-text-subtle);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.rd-kanban-card-chips{flex-wrap:wrap;gap:4px;padding-left:33px;display:flex}.rd-kanban-chip{background:var(--st-surface-alt);color:var(--st-text-muted);white-space:nowrap;border-radius:4px;padding:2px 7px;font-size:.7rem;font-weight:500}.rd-kanban-card-scores{flex-wrap:wrap;gap:6px;padding-left:33px;display:flex}.rd-kanban-score-pill{border-radius:4px;align-items:baseline;gap:5px;padding:2px 7px;font-size:.7rem;font-weight:500;display:inline-flex}.rd-kanban-score-label{text-transform:uppercase;letter-spacing:.04em;opacity:.7}.rd-kanban-score-value{font-size:.78rem;font-weight:700}.rd-kanban-score-pill.match.high{background:var(--st-info-soft);color:var(--st-info-text)}.rd-kanban-score-pill.match.mid{background:var(--st-brand-softer);color:var(--primary-700)}.rd-kanban-score-pill.match.low{background:var(--st-danger-soft);color:var(--st-danger-text)}.rd-kanban-score-pill.charlee.high{background:var(--st-success-soft);color:var(--st-success-text)}.rd-kanban-score-pill.charlee.mid{background:var(--st-warning-soft);color:var(--st-warning-text)}.rd-kanban-score-pill.charlee.low{background:var(--st-danger-soft);color:var(--st-danger-text)}.rd-kanban-score-pill.pending{background:var(--st-surface-alt);color:var(--st-text-subtle)}.rd-kanban-score-pill.missing{color:var(--st-text-disabled);border:1px dashed var(--st-border-strong);background:0 0;padding:1px 7px}.rd-kanban-card-explanation{color:var(--st-text-muted);background:var(--st-surface-alt);border-left:2px solid var(--st-border-strong);border-radius:3px;margin-left:33px;padding:6px 8px;font-size:.72rem;line-height:1.35}.rd-kanban-card-explanation strong{color:var(--st-text)}.rd-kanban-card-meta-row{flex-wrap:wrap;gap:6px;padding-left:33px;display:flex}.rd-kanban-card-meta-row:empty{display:none}.rd-kanban-card-meta{color:var(--st-text-subtle);font-size:.68rem;font-style:italic}.rd-kanban-col.final{background:var(--st-success-soft);border:1px solid var(--st-success-soft)}.rd-kanban-col.final .rd-kanban-title{color:var(--st-success-text)}.rd-kanban-col.final .rd-kanban-count{background:var(--st-success-text)}.pm{flex-direction:column;gap:16px;display:flex}.pm-section{background:var(--st-surface);border:1px solid var(--st-border);border-radius:12px;padding:24px}.pm-section h2{color:var(--st-text);letter-spacing:-.005em;margin:0 0 16px;font-size:1rem;font-weight:600}.pm-section-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.pm-section-head h2{margin:0}.pm-meta{color:var(--st-text-subtle);font-size:.82rem}.pm-section-intro{color:var(--st-text-subtle);margin:-10px 0 16px;font-size:.85rem;line-height:1.5}.pm-empty{background:var(--st-surface-alt);color:var(--st-text-subtle);border-radius:8px;margin:0;padding:14px 16px;font-size:.88rem;font-style:italic}.pm-steps{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pm-step{border-bottom:1px solid var(--st-border);align-items:center;gap:12px;padding:10px 0;display:flex}.pm-step:last-child{border-bottom:none}.pm-step-dot{background:var(--st-border);border-radius:50%;flex-shrink:0;width:9px;height:9px}.pm-step.on .pm-step-dot{background:var(--st-brand);box-shadow:0 0 0 3px var(--st-brand-softer)}.pm-step.unconfigured .pm-step-dot{background:var(--st-warning-text);box-shadow:0 0 0 3px var(--st-warning-soft)}.pm-step.off .pm-step-dot{background:var(--st-border)}.pm-step-label{color:var(--st-text);flex:1;font-size:.9rem;font-weight:500}.pm-step.off .pm-step-label{color:var(--st-text-subtle)}.pm-step-state{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:.7rem;font-weight:700}.pm-step.on .pm-step-state{background:var(--st-brand-softer);color:var(--st-brand-hover)}.pm-step.unconfigured .pm-step-state{background:var(--st-warning-soft);color:var(--st-warning-text)}.pm-step.off .pm-step-state{background:var(--st-surface-alt);color:var(--st-text-subtle)}.pm-pipeline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pm-pipeline-step{background:var(--st-surface-alt);border-radius:999px;align-items:center;gap:8px;padding:7px 14px 7px 7px;font-size:.85rem;display:inline-flex}.pm-pipeline-step.final{background:var(--st-success-soft);color:var(--st-success-text)}.pm-pipeline-num{background:var(--st-brand);width:22px;height:22px;color:var(--st-text-on-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.pm-pipeline-step.final .pm-pipeline-num{background:var(--st-success)}.pm-pipeline-label{color:var(--st-text);font-weight:500}.pm-pipeline-step.final .pm-pipeline-label{color:var(--st-success-text);font-weight:600}.pm-pipeline-arrow{color:var(--st-text-disabled);margin:0 2px;font-size:1rem;font-weight:600}.rd-tag-count{background:var(--st-brand);color:#fff;vertical-align:middle;border-radius:10px;margin-left:6px;padding:1px 7px;font-size:.7rem;font-weight:600;display:inline-block}.rd-not-found{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.rd-not-found p{color:var(--st-text-subtle)}.rd-header-actions{align-items:center;gap:8px;display:flex}.rd-auto-badge{background:var(--st-success-soft);color:var(--st-success);border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.rd-auto-badge:before{content:"";background:var(--st-success);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.rd-stop-btn{background:var(--st-danger-soft);width:30px;height:30px;color:var(--st-danger);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s;display:flex}.rd-stop-btn:hover{background:var(--st-danger);color:#fff}.rd-tabs{border-bottom:2px solid var(--st-border);gap:4px;margin-bottom:20px;display:flex}.rd-tab{color:var(--st-text-subtle);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .15s}.rd-tab:hover{color:var(--st-text)}.rd-tab.active{color:var(--st-brand);border-bottom-color:var(--st-brand);font-weight:600}.rd-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.rd-metric-card{border-radius:12px;flex-direction:column;gap:8px;padding:18px 20px;display:flex}.rd-metric-label{font-size:.78rem;font-weight:500}.rd-metric-value{font-size:1.8rem;font-weight:800;line-height:1}.rd-metric-sub{opacity:.55;margin-left:4px;font-size:1rem;font-weight:500}.rd-metric-card.neutral{background:#ebe7df}.rd-metric-card.neutral .rd-metric-label{color:#57534e;opacity:.85}.rd-metric-card.neutral .rd-metric-value{color:#44403c}.rd-metric-card.success{background:var(--st-success-soft)}.rd-metric-card.success .rd-metric-label{color:var(--st-success-text);opacity:.85}.rd-metric-card.success .rd-metric-value{color:var(--st-success-text)}.rd-metric-card.info{background:var(--st-info-soft)}.rd-metric-card.info .rd-metric-label{color:var(--st-info-text);opacity:.85}.rd-metric-card.info .rd-metric-value{color:var(--st-info-text)}.rd-metric-card.violet{background:#ede9fe}.rd-metric-card.violet .rd-metric-label{color:#5b21b6;opacity:.85}.rd-metric-card.violet .rd-metric-value{color:#5b21b6}.rd-subsection-title{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.5px;border-top:1px solid var(--st-border);margin:0 0 8px;padding-top:20px;font-size:.8rem;font-weight:600}@media (width<=768px){.rd-metrics{grid-template-columns:repeat(2,1fr)}}.rd-green{color:var(--st-success)}.rd-orange{color:var(--primary-400)}.rd-hint{color:var(--st-text-subtle);margin:4px 0 16px;font-size:.82rem}.rd-config-toggles{flex-direction:column;gap:10px;display:flex}.rd-config-toggle-card{border:1px solid var(--st-border);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.rd-config-title{color:var(--st-text);margin:0;font-size:.88rem;font-weight:600}.rd-config-desc{color:var(--st-text-subtle);margin:2px 0 0;font-size:.78rem}.rd-link-btn{color:var(--st-brand);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:500}.rd-link-btn:hover{text-decoration:underline}.rd-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.rd-header h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.rd-meta{color:var(--st-text-subtle);align-items:center;gap:8px;margin-top:6px;font-size:.85rem;display:flex}.rd-section{border:1px solid var(--st-border);background:#fff;border-radius:12px;margin-bottom:16px;padding:24px}.rd-section h2{color:var(--st-text);margin:0 0 12px;font-size:1rem;font-weight:600}.rd-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.rd-section-header h2{margin:0}.rd-section-header--actions{justify-content:flex-end}.rd-section-actions{align-items:center;gap:12px;display:flex}.rd-progress{color:var(--st-brand);font-size:.85rem;font-weight:600}.rd-auto-refresh{color:var(--primary-400);font-size:.8rem}.rd-table-with-check{grid-template-columns:28px 1fr 1.3fr .8fr!important}.rd-table-row.selected{background:var(--st-danger-soft)!important}.rd-modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.rd-modal{background:#fff;border-radius:16px;width:90%;max-width:620px;max-height:85vh;position:relative;overflow-y:auto;box-shadow:0 8px 40px #00000026}.rd-modal-close{color:var(--st-text-subtle);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex;position:absolute;top:12px;right:16px}.rd-modal-close:hover{background:var(--st-border);color:var(--st-text)}.rd-score-badge{border-radius:20px;padding:3px 10px;font-size:.8rem;font-weight:700;display:inline-block}.rd-score-badge.high{background:var(--st-success-soft);color:var(--st-success)}.rd-score-badge.mid{background:var(--st-brand-softer);color:var(--primary-400)}.rd-score-badge.low{background:var(--st-danger-soft);color:var(--st-danger)}.rd-score-processing{color:var(--primary-400);font-size:.8rem;font-weight:500}.rd-description{color:var(--st-text-muted);white-space:pre-wrap;margin:12px 0 0;font-size:.9rem;line-height:1.6}.rd-description.collapsed{max-height:4.8em;position:relative;overflow:hidden}.rd-description.collapsed:after{content:"";background:linear-gradient(#0000,#fff);height:2em;position:absolute;bottom:0;left:0;right:0}.rd-empty{color:var(--st-text-subtle);margin:0;font-size:.85rem}.rd-parsed-summary{color:var(--st-text-muted);border-bottom:1px solid var(--st-border);margin:0 0 20px;padding-bottom:16px;font-size:.9rem;line-height:1.6}.rd-parsed-grid{border-top:1px solid var(--st-border);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;margin-top:20px;padding-top:16px;display:grid}.rd-parsed-block{min-width:180px}.rd-parsed-block h3{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:.8rem;font-weight:600}.rd-parsed-tags{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.rd-tag{border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:500}.rd-tag.required{background:var(--st-brand-softer);color:var(--st-brand)}.rd-tag.nice{background:var(--st-success-soft);color:var(--st-success)}.rd-tag.soft{background:var(--st-brand-softer);color:var(--primary-400)}.rd-info-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.rd-info-item{background:var(--st-surface-alt);border-radius:8px;flex-direction:column;gap:2px;padding:10px 14px;display:flex}.rd-info-label{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.rd-info-value{color:var(--st-text);font-size:.9rem;font-weight:500}.rd-missions-list{flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}.rd-missions-list li{color:var(--st-text);font-size:.9rem;line-height:1.5}.rd-eval-list{flex-direction:column;gap:12px;display:flex}.rd-eval-card{border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:10px;padding:16px}.rd-eval-card.required{border-left:3px solid var(--primary-400)}.rd-eval-card.scored{border-left:3px solid var(--st-brand)}.rd-eval-header{gap:8px;margin-bottom:8px;display:flex}.rd-eval-type{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700}.rd-eval-type.required{background:var(--st-brand-softer);color:var(--primary-400)}.rd-eval-type.scored{background:var(--st-brand-softer);color:var(--st-brand)}.rd-eval-tag{color:var(--st-text-subtle);background:var(--st-border);border-radius:4px;padding:2px 8px;font-size:.7rem}.rd-eval-name{color:var(--st-text);margin:0 0 4px;font-size:.95rem;font-weight:600}.rd-eval-question{color:var(--st-text-muted);margin:0;font-size:.85rem;line-height:1.4}.rd-eval-criteria{flex-direction:column;gap:4px;margin-top:12px;display:flex}.rd-eval-level{background:#fff;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;display:flex}.rd-eval-level.pass{background:var(--st-success-soft)}.rd-eval-level.fail{background:#fff}.rd-eval-level-num{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.rd-eval-level.pass .rd-eval-level-num{background:var(--st-success-soft);color:var(--st-success)}.rd-eval-level.fail .rd-eval-level-num{background:var(--st-border);color:var(--st-text-subtle)}.rd-eval-level-label{color:var(--st-text);flex:1;font-size:.8rem}.rd-eval-min-tag{color:var(--st-brand);background:var(--st-brand-softer);white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:600}.rd-candidates-table{border:1px solid var(--st-border);border-radius:8px;margin-top:12px;overflow:hidden}.rd-table-header,.rd-table-row{grid-template-columns:1fr 1.3fr 1fr 1.3fr .5fr;align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;display:grid}:is(.rd-table-header:has(>:nth-child(7)),.rd-table-row:has(>:nth-child(7))){grid-template-columns:1fr 1.3fr .9fr 1.2fr .5fr .8fr .6fr}.rd-table-header{background:var(--st-surface-alt);color:var(--st-text-muted);font-size:.8rem;font-weight:600}.rd-table-row{border-top:1px solid var(--st-border);color:var(--st-text)}.rd-table-row:hover{background:var(--st-surface-alt)}.rd-table-row.clickable{cursor:pointer}.rd-table-row.clickable:hover{background:var(--st-brand-softer);border-color:var(--st-brand)}.rd-table-row.calling{background:var(--st-warning-soft);animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.rd-subtabs{border-bottom:1px solid #eceef2;gap:6px;margin-bottom:16px;display:flex}.rd-subtab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 14px;font-size:14px}.rd-subtab.active{color:#111827;border-bottom-color:#2952a3;font-weight:600}.cp-subchannels{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:10px;margin:8px 0 16px;padding:14px 16px}.cp-subchannels-title{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;font-size:.85rem;font-weight:600}.cp-subchannel{border:1px solid var(--st-border);background:#fff;border-radius:8px;margin-bottom:8px;transition:border-color .12s,background .12s}.cp-subchannel:last-child{margin-bottom:0}.cp-subchannel.on{border-color:var(--st-brand-soft);background:var(--st-brand-softer)}.cp-subchannel.off{opacity:.7}.cp-subchannel-head{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.cp-subchannel-info{flex-direction:column;gap:2px;min-width:0;display:flex}.cp-subchannel-label{color:var(--st-text);font-size:.9rem;font-weight:600}.cp-subchannel-hint{color:var(--st-text-subtle);font-size:.78rem}.cp-subchannel-config{border-top:1px solid var(--st-brand-softer);align-items:center;gap:10px;padding:10px 14px 12px;display:flex}.cp-subchannel-config label{color:var(--st-text-muted);flex:1;font-size:.82rem;font-weight:500}.cp-subchannel-config input{border:1px solid var(--st-border-strong);text-align:right;border-radius:6px;width:80px;padding:6px 10px;font-family:inherit;font-size:.85rem}.cp-subchannel-config input:focus{border-color:var(--st-brand);outline:none}.ad-channels{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.ad-channel{border:1px solid var(--st-border);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;transition:border-color .12s,background .12s;display:flex}.ad-channel.on{border-color:var(--primary-300);background:var(--st-brand-softer)}.ad-channel.disabled{background:var(--st-surface-alt);opacity:.75}.ad-channel-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ad-channel-label{color:var(--st-text);font-size:.95rem;font-weight:600}.ad-channel-hint{color:var(--st-text-subtle);font-size:.82rem;line-height:1.35}.ad-switch{background:var(--st-border-strong);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .15s;position:relative}.ad-switch:disabled{opacity:.5;cursor:not-allowed}.ad-channel.on .ad-switch:not(:disabled){background:var(--st-brand)}.ad-switch-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.ad-channel.on .ad-switch-knob{transform:translate(18px)}.ad-wa-box{background:var(--st-success-soft);border:1px solid var(--st-success-soft);border-radius:10px;margin-top:4px;margin-bottom:22px;padding:18px 20px}.ad-wa-box h3{color:var(--st-success-text);margin:0 0 10px;font-size:.95rem;font-weight:600}.ad-wa-empty{color:var(--st-success-text);margin:0 0 14px;font-size:.88rem;line-height:1.45}.ad-wa-info{grid-template-columns:minmax(120px,auto) 1fr;gap:6px 16px;margin:0 0 14px;font-size:.88rem;display:grid}.ad-wa-info div{display:contents}.ad-wa-info dt{color:var(--st-text-muted);font-weight:500}.ad-wa-info dd{color:var(--st-text);text-overflow:ellipsis;margin:0;font-family:SF Mono,Menlo,monospace;font-size:.82rem;overflow:hidden}.ad-wa-actions{gap:8px;display:flex}.ad-wa-providers{margin:18px 0 16px}.ad-wa-provider-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.ad-wa-provider{background:var(--st-surface);border:1px solid var(--st-border-strong);border-radius:var(--st-radius-md);cursor:pointer;text-align:left;font:inherit;color:var(--st-text);transition:border-color var(--st-trans-fast), background var(--st-trans-fast), box-shadow var(--st-trans-fast);flex-direction:column;gap:10px;padding:16px 18px;display:flex}.ad-wa-provider:hover:not(:disabled){border-color:var(--st-text-subtle);background:var(--st-surface-alt)}.ad-wa-provider:disabled{cursor:not-allowed;opacity:.6}.ad-wa-provider.is-selected{border-color:var(--st-brand);background:var(--st-brand-softer);box-shadow:0 0 0 1px var(--st-brand) inset, var(--st-shadow-xs)}.ad-wa-provider-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.ad-wa-provider-title{font-size:var(--st-text-base);color:var(--st-text);font-weight:700}.ad-wa-provider.is-selected .ad-wa-provider-title{color:var(--st-brand-hover)}.ad-wa-provider-badge{font-size:var(--st-text-xs);border-radius:var(--st-radius-pill);background:var(--st-surface-alt);color:var(--st-text-muted);white-space:nowrap;padding:3px 10px;font-weight:600}.ad-wa-provider-badge.is-selected{background:var(--st-brand);color:var(--st-text-on-brand)}.ad-wa-provider-desc{font-size:var(--st-text-sm);color:var(--st-text-muted);margin:0;line-height:1.5}.ad-wa-provider-pros{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.ad-wa-provider-pros li{font-size:var(--st-text-xs);color:var(--st-text-muted);align-items:center;gap:8px;display:flex}.ad-wa-check{background:var(--st-success-soft);width:16px;height:16px;color:var(--st-success-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.ad-wa-provider.is-selected .ad-wa-check{background:var(--st-brand);color:var(--st-text-on-brand)}.ad-wa-message{color:var(--st-success-text);margin-top:12px;font-size:.85rem}.vp{width:100%;position:relative}.vp-trigger{border:1px solid var(--st-border-strong);cursor:pointer;text-align:left;background:#fff;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-family:inherit;font-size:.9rem;display:flex}.vp-trigger:focus-visible{border-color:var(--st-brand);outline:none}.vp.is-disabled .vp-trigger{background:var(--st-surface-alt);color:var(--st-text-muted)}.vp.is-disabled .vp-opt{cursor:default}.vp-trigger-icon{border:1px solid var(--st-border-strong);width:30px;height:24px;color:var(--st-text);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.vp-trigger-label{min-width:0;color:var(--st-text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:500;overflow:hidden}.vp-chevron{color:var(--st-text-subtle);flex-shrink:0;transition:transform .15s;display:flex}.vp.is-open .vp-chevron{transform:rotate(180deg)}.vp-panel{z-index:30;border:1px solid var(--st-border);background:#fff;border-radius:12px;max-height:320px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #00000024}.vp-opt{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:9px 10px;display:flex}.vp-opt:hover,.vp-opt.is-active{background:var(--st-surface-alt)}.vp-opt.is-selected{background:#f2f4f7}.vp-play{border:1.5px solid var(--st-border-strong);width:34px;height:34px;color:var(--st-text);cursor:pointer;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.vp-play:hover:not(:disabled){border-color:var(--st-brand);color:var(--st-brand)}.vp-play:disabled{opacity:.4;cursor:default}.vp-opt-text{flex-direction:column;min-width:0;line-height:1.25;display:flex}.vp-opt-name{color:var(--st-text);font-size:.92rem;font-weight:600}.vp-opt-desc{color:var(--st-text-subtle);font-size:.8rem}.ite{flex-direction:column;gap:10px;display:flex}.ite-loading,.ite-empty{background:var(--st-surface-alt);border:1px dashed var(--st-border-strong);color:var(--st-text-muted);border-radius:8px;margin:0;padding:14px 16px;font-size:.86rem;line-height:1.45}.ite-error{background:var(--st-danger-soft);border:1px solid var(--st-danger-soft);color:var(--st-danger-text);border-radius:6px;margin:0;padding:10px 12px;font-size:.85rem}.ite-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ite-row{border:1px solid var(--st-border);background:#fff;border-radius:8px;align-items:flex-start;gap:12px;padding:12px 14px;transition:border-color .12s;display:flex}.ite-row:hover{border-color:var(--st-border-strong)}.ite-row-main{flex:1;min-width:0}.ite-row-head{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px;display:flex}.ite-row-name{color:var(--st-text);font-size:.92rem}.ite-row-badge{background:var(--st-brand-softer);color:var(--st-brand-hover);text-transform:uppercase;letter-spacing:.4px;border-radius:4px;padding:2px 7px;font-size:.66rem;font-weight:700;display:inline-block}.ite-row-desc{color:var(--st-text-muted);margin:0;font-size:.82rem;line-height:1.4}.ite-row-actions{flex-shrink:0;gap:4px;display:flex}.ite-btn-icon{width:30px;height:30px;color:var(--st-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.ite-btn-icon:hover{background:var(--st-border);color:var(--st-text)}.ite-btn-icon.ite-danger:hover{background:var(--st-danger-soft);color:var(--st-danger)}.ite-add-btn{border:1px dashed var(--primary-300);color:var(--primary-600);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;padding:10px 16px;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .12s,border-color .12s}.ite-add-btn:hover{background:var(--st-brand-softer);border-color:var(--st-brand)}.itm-body{flex-direction:column;gap:14px;padding:0 24px 16px;display:flex}.itm-error{background:var(--st-danger-soft);border:1px solid var(--st-danger-soft);color:var(--st-danger-text);border-radius:6px;margin:0;padding:10px 12px;font-size:.85rem}.itm-row{flex-direction:column;gap:6px;display:flex}.itm-label{color:var(--st-text-muted);font-size:.82rem;font-weight:600}.itm-muted{color:var(--st-text-subtle);font-size:.78rem;font-weight:400}.itm-input,.itm-textarea{border:1px solid var(--st-border-strong);width:100%;color:var(--st-text);box-sizing:border-box;background:#fff;border-radius:6px;padding:.6rem .75rem;font-family:inherit;font-size:.88rem}.itm-input:focus,.itm-textarea:focus{border-color:var(--st-brand);outline:none;box-shadow:0 0 0 3px #e9602126}.itm-textarea{resize:vertical;min-height:70px;line-height:1.45}.itm-choices{flex-direction:column;gap:6px;display:flex}.itm-choice-row{align-items:center;gap:6px;display:flex}.itm-choice-remove{border:1px solid var(--st-border-strong);cursor:pointer;width:32px;height:32px;color:var(--st-text-muted);background:#fff;border-radius:6px;flex-shrink:0;font-size:1.15rem}.itm-choice-remove:hover:not(:disabled){border-color:var(--st-danger-soft);color:var(--st-danger)}.itm-choice-remove:disabled{opacity:.4;cursor:not-allowed}.itm-choice-add{border:1px dashed var(--st-border-strong);color:var(--st-brand);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;padding:6px 12px;font-family:inherit;font-size:.82rem}.itm-choice-add:hover{border-color:var(--st-brand);background:var(--st-brand-softer)}.itm-footer{border-top:1px solid var(--st-surface-alt);justify-content:flex-end;gap:10px;margin-top:4px;padding:12px 24px 18px;display:flex}.wtd{flex-direction:column;gap:14px;display:flex}.wtd-hint{color:var(--st-text-muted,#6b7280);margin:0;font-size:.85rem}.wtd-slot{flex-direction:column;gap:6px;display:flex}.wtd-slot-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.wtd-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.wtd-card{border:1px solid var(--st-border);background:var(--st-surface-alt,#fafafa);border-radius:10px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.wtd-card--missing{border-style:dashed}.wtd-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.wtd-card-badges{align-items:center;gap:6px;display:inline-flex}.wtd-badge{color:#e96021;white-space:nowrap;background:#fff3ec;border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:600}.wtd-badge.muted{background:var(--st-surface-alt,#f3f4f6);color:var(--st-text-muted,#6b7280);border:1px solid var(--st-border);font-family:monospace;font-weight:500}.wtd-badge.warn{color:#92400e;background:#fef3c7}.wtd-badge.current{color:#166534;background:#dcfce7}.wtd-body{white-space:pre-wrap;color:var(--st-text,#1f2430);border:1px solid var(--st-border);background:#fff;border-radius:8px;margin:0;padding:10px 12px;font-family:inherit;font-size:.9rem;line-height:1.45}.wtd-body--empty{color:var(--st-text-muted,#6b7280);font-style:italic}.wtd-card-actions{justify-content:flex-end;display:flex}.wtd-picker{flex-direction:column;gap:12px;padding:0 24px 24px;display:flex}.awc-chips{flex-wrap:wrap;align-items:center;gap:6px;margin-right:auto;display:inline-flex}.awc-chip{background:var(--st-surface-alt,#f3f4f6);color:var(--st-text-muted,#6b7280);border:1px solid var(--st-border);white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:600}.awc-chip.is-off{color:#b91c1c;background:#fef2f2;border-color:#fecaca;text-decoration:line-through}.awc-desc{color:var(--st-text-muted,#6b7280);margin:0;font-size:.85rem}.wfx-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;margin-top:14px;display:grid}.wfx-card{border:1px solid var(--st-border);background:var(--st-surface-alt,#fafafa);border-radius:12px;flex-direction:column;gap:9px;padding:14px;display:flex}.wfx-flow{flex-wrap:wrap;align-items:center;gap:3px;display:flex}.wfx-flow-item{align-items:center;gap:3px;display:inline-flex}.wfx-arrow{color:var(--st-text-muted,#9ca3af);margin:0 3px;font-size:1rem}.wfx-step{border:1px solid var(--st-border);color:var(--st-text,#1f2430);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:6px 11px 6px 9px;font-size:.82rem;font-weight:600;display:inline-flex}.wfx-step svg{flex:none}.wfx-step.is-wa{color:#1a8f4c;background:#eafaf1;border-color:#bff0d3}.wfx-step.is-sms{color:#2563eb;background:#eef4ff;border-color:#cfe0ff}.wfx-step.is-tel{color:#6d28d9;background:#f3efff;border-color:#ddd0f7}.wfx-step.is-email{color:#c2410c;background:#fff3ec;border-color:#fbd5bd}.wfx-step.is-off{color:#b91c1c;opacity:.9;background:#fef2f2;border-color:#fecaca;text-decoration:line-through}.wfx-step-label{white-space:nowrap}.wfx-title{color:var(--st-text,#111);font-size:.95rem;font-weight:600}.wfx-desc{color:var(--st-text-muted,#6b7280);margin:0;font-size:.8rem;line-height:1.4}.amc-list{flex-direction:column;gap:12px;display:flex}.amc-msg{border:1px solid var(--st-border);background:var(--st-surface-alt,#fafafa);border-radius:10px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.amc-msg-head{align-items:center;gap:10px;display:flex}.amc-msg-icon{border-radius:8px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.amc-msg-icon.is-wa{color:#25d366;background:#eafaf1}.amc-msg-icon.is-sms{color:#2563eb;background:#eef4ff}.amc-msg-titles{flex-direction:column;flex:1;min-width:0;display:flex}.amc-msg-titles strong{font-size:.92rem}.amc-msg-sub{color:var(--st-text-muted,#6b7280);font-size:.78rem}.amc-msg-actions{flex:none;gap:6px;display:inline-flex}.mb-chat{border-radius:10px;padding:16px 18px;display:flex}.mb-chat.is-wa{background:#e5ddd5}.mb-chat.is-sms{background:#f2f3f7}.mb-bubble{color:#111b21;background:#fff;border-radius:0 8px 8px;max-width:440px;padding:8px 10px 6px;font-size:.9rem;line-height:1.45;position:relative;box-shadow:0 1px .5px #0b141a21}.mb-chat.is-wa .mb-bubble:before{content:"";border-top:8px solid #fff;border-bottom:0 solid #0000;border-left:0 solid #0000;border-right:8px solid #fff;position:absolute;top:0;left:-8px}.mb-bubble--sms{color:#111;box-shadow:none;background:#e9e9eb;border-radius:16px}.mb-text{white-space:pre-wrap;word-break:break-word}.mb-time{text-align:right;color:#667781;margin-top:3px;font-size:.68rem;display:block}.mb-btns{border-top:1px solid #111b211f;margin:6px -10px -6px}.mb-btn{color:#1da851;justify-content:center;align-items:center;gap:6px;padding:10px 8px;font-weight:500;display:flex}.mb-btn+.mb-btn{border-top:1px solid #111b211f}.amc-editor{flex-direction:column;gap:10px;padding:0 24px 24px;display:flex}.amc-editor-actions{justify-content:flex-end;gap:8px;display:flex}.amc-lang-select{border:1px solid var(--st-border);background:var(--st-surface,#fff);color:var(--st-text);cursor:pointer;border-radius:8px;padding:5px 8px;font-size:.78rem;font-weight:700}.amc-lang-select:hover{border-color:var(--st-border-strong)}.tcsm{--tcsm-ink:#202026;--tcsm-muted:#65656f;color:var(--tcsm-ink);background:#fff;border:1px solid #e9e7e4;border-radius:18px;margin-top:18px;overflow:hidden;box-shadow:0 12px 35px #2c231e0d}.tcsm-hero{background:radial-gradient(circle at 92% 8%,#e9602124,#0000 34%),linear-gradient(135deg,#fffaf7 0%,#fff 65%);border-bottom:1px solid #f0ece9;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:36px;padding:30px;display:grid}.tcsm-kicker{color:#d95519;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:750}.tcsm h2{margin:0;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.2}.tcsm-lead{max-width:680px;color:var(--tcsm-muted);margin:10px 0 0;line-height:1.6}.tcsm-formula{color:#6e3a22;text-align:center;background:#ffffffd1;border:1px solid #f1d8ca;border-radius:14px;grid-template-columns:128px 48px;align-items:center;padding:16px 18px;font-size:.78rem;display:grid;box-shadow:0 8px 24px #96492314}.tcsm-fraction-line{background:#d79d80;height:1px;margin:6px 3px}.tcsm-formula strong{color:#d95519;grid-area:1/2/4;font-size:1rem}.tcsm-steps{background:#eceae8;border-bottom:1px solid #eceae8;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.tcsm-steps article{background:#fff;gap:12px;padding:18px 22px;display:flex}.tcsm-steps article div{flex-direction:column;gap:3px;display:flex}.tcsm-steps strong{font-size:.86rem}.tcsm-steps span:not(.tcsm-step-icon){color:var(--tcsm-muted);font-size:.78rem;line-height:1.45}.tcsm-step-icon{color:#d95519;background:#fff0e8;border-radius:8px;flex:0 0 26px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.76rem;font-weight:750;display:inline-flex}.tcsm-verdicts{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:24px 30px;display:grid}.tcsm-verdict{background:#fcfcfc;border:1px solid #ecebea;border-radius:13px;padding:16px}.tcsm-verdict-top{align-items:center;gap:9px;display:flex}.tcsm-dot{background:#8b8b94;border-radius:50%;width:9px;height:9px}.tcsm-score{background:#f0eff0;border-radius:999px;margin-left:auto;padding:3px 8px;font-size:.75rem;font-weight:700}.tcsm-verdict p{color:var(--tcsm-muted);margin:8px 0 0 18px;font-size:.8rem;line-height:1.45}.tcsm-verdict--success .tcsm-dot{background:#2f9e62}.tcsm-verdict--success .tcsm-score{color:#197446;background:#e8f7ef}.tcsm-verdict--partial .tcsm-dot{background:#e69a2d}.tcsm-verdict--partial .tcsm-score{color:#955e0d;background:#fff4dc}.tcsm-verdict--danger .tcsm-dot{background:#d95555}.tcsm-verdict--danger .tcsm-score{color:#a73535;background:#fdeaea}.tcsm-verdict--unknown .tcsm-dot{background:#8b8b94}.tcsm-rules{grid-template-columns:repeat(2,1fr);gap:14px;padding:0 30px 24px;display:grid}.tcsm-rules article{background:#f7f6f5;border-radius:13px;padding:18px}.tcsm-rule-label{color:#d95519;letter-spacing:.07em;text-transform:uppercase;font-size:.68rem;font-weight:750}.tcsm-rules h3{margin:6px 0 7px;font-size:.92rem}.tcsm-rules p{color:var(--tcsm-muted);margin:0;font-size:.8rem;line-height:1.5}.tcsm-footnote{color:var(--tcsm-muted);background:#fcfbfa;border-top:1px solid #eceae8;margin:0;padding:15px 30px;font-size:.78rem}@media (width<=760px){.tcsm-hero{grid-template-columns:1fr;gap:18px;padding:24px 20px}.tcsm-formula{grid-template-columns:minmax(120px,1fr) 48px;justify-self:stretch}.tcsm-steps,.tcsm-verdicts,.tcsm-rules{grid-template-columns:1fr}.tcsm-verdicts{padding:20px}.tcsm-rules{padding:0 20px 20px}.tcsm-footnote{padding:15px 20px}}.fo-page{flex-direction:column;width:100%;display:flex}.fo-section{margin-top:28px}.fo-section-title{font-size:var(--st-text-lg);color:var(--st-text);margin:0 0 14px;font-weight:650}.fo-muted{color:var(--st-text-muted);font-size:var(--st-text-sm)}.fo-int-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.fo-int-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-xs);transition:box-shadow var(--st-trans), border-color var(--st-trans);flex-direction:column;padding:18px;display:flex}.fo-int-card--active{border-color:var(--st-success);box-shadow:var(--st-shadow-sm)}.fo-int-card--soon{opacity:.6}.fo-int-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.fo-int-logo{border-radius:var(--st-radius-sm);background:var(--st-surface-sunken);width:40px;height:40px;color:var(--st-text);justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.fo-int-logo--img{background:var(--st-surface);border:1px solid var(--st-border);padding:5px}.fo-int-logo--img img{object-fit:contain;width:100%;height:100%}.fo-int-name{font-size:var(--st-text-base);color:var(--st-text);align-items:center;gap:6px;font-weight:650;display:inline-flex}.fo-info{color:var(--st-text-subtle);cursor:help;outline:none;align-items:center;display:inline-flex;position:relative}.fo-info:hover,.fo-info:focus-visible{color:var(--st-text-muted)}.fo-tooltip{background:var(--st-text);width:230px;color:var(--st-surface);font-size:var(--st-text-xs);text-transform:none;letter-spacing:normal;border-radius:var(--st-radius-sm);box-shadow:var(--st-shadow-md);opacity:0;visibility:hidden;transition:opacity var(--st-trans), visibility var(--st-trans), transform var(--st-trans);z-index:20;pointer-events:none;padding:9px 11px;font-weight:500;line-height:1.45;position:absolute;bottom:calc(100% + 9px);left:-8px;transform:translateY(3px)}.fo-tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--st-text);position:absolute;top:100%;left:14px}.fo-info:hover .fo-tooltip,.fo-info:focus-visible .fo-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.fo-int-desc{font-size:var(--st-text-sm);color:var(--st-text-muted);flex:1;margin:6px 0 16px;line-height:1.45}.fo-int-btn{border-radius:var(--st-radius-sm);border:1px solid var(--st-border-strong);background:var(--st-surface);color:var(--st-text);font-size:var(--st-text-sm);cursor:pointer;transition:background var(--st-trans), border-color var(--st-trans);align-self:flex-start;padding:8px 16px;font-weight:600}.fo-int-btn:hover:not(:disabled){background:var(--st-surface-alt)}.fo-int-btn:disabled{cursor:not-allowed;color:var(--st-text-disabled)}.fo-int-btn--on{border-color:var(--st-danger-soft);color:var(--st-danger-text)}.fo-badge{font-size:var(--st-text-xs);border-radius:var(--st-radius-pill);white-space:nowrap;padding:3px 10px;font-weight:600}.fo-badge--active{background:var(--st-success-soft);color:var(--st-success-text)}.fo-badge--off,.fo-badge--soon{background:var(--st-surface-sunken);color:var(--st-text-subtle)}.fo-offer-list{flex-direction:column;gap:8px;display:flex}.fo-offer-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius);cursor:pointer;transition:border-color var(--st-trans), box-shadow var(--st-trans);justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.fo-offer-card:hover{border-color:var(--st-border-strong);box-shadow:var(--st-shadow-xs)}.fo-offer-main{flex-direction:column;gap:2px;min-width:0;display:flex}.fo-offer-title{font-size:var(--st-text-base);color:var(--st-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.fo-offer-meta{font-size:var(--st-text-xs);color:var(--st-text-subtle)}.fo-offer-right{flex-shrink:0;align-items:center;display:flex}.fo-toggle{border-radius:var(--st-radius-pill);background:var(--st-border-strong);cursor:pointer;width:42px;height:24px;transition:background var(--st-trans);border:none;padding:0;position:relative}.fo-toggle--on{background:var(--st-success)}.fo-toggle-knob{background:var(--white,#fff);width:18px;height:18px;box-shadow:var(--st-shadow-xs);transition:transform var(--st-trans);border-radius:50%;position:absolute;top:3px;left:3px}.fo-toggle--on .fo-toggle-knob{transform:translate(18px)}.fo-drawer-overlay{z-index:1000;background:#1f1a1652;justify-content:flex-end;animation:.15s fo-fade;display:flex;position:fixed;inset:0}.fo-drawer{background:var(--st-surface);width:min(440px,92vw);height:100%;box-shadow:var(--st-shadow-lg);padding:28px 26px;animation:.2s fo-slide;position:relative;overflow-y:auto}.fo-drawer-close{color:var(--st-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1;position:absolute;top:16px;right:18px}.fo-drawer-title{font-size:var(--st-text-xl);color:var(--st-text);margin:4px 40px 22px 0;font-weight:650}.fo-drawer-section{margin-bottom:24px}.fo-drawer-label{font-size:var(--st-text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--st-text-subtle);margin-bottom:10px;font-weight:600;display:block}.fo-usage-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.fo-usage{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:var(--st-radius-sm);flex-direction:column;gap:2px;padding:12px 14px;display:flex}.fo-usage-val{font-size:var(--st-text-xl);color:var(--st-text);font-weight:700}.fo-usage-key{font-size:var(--st-text-xs);color:var(--st-text-muted)}.fo-drawer-hint{font-size:var(--st-text-xs);color:var(--st-text-subtle);margin-top:8px;font-style:italic;display:block}.fo-drawer-desc{font-size:var(--st-text-sm);color:var(--st-text-muted);white-space:pre-wrap;margin:0;line-height:1.55}@keyframes fo-fade{0%{opacity:0}to{opacity:1}}@keyframes fo-slide{0%{opacity:.6;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.fo-agents{flex-direction:column;gap:16px;display:flex}.fo-org-banner{color:#8a6d1b;background:#fff8e1;border:1px solid #ffe082;border-radius:10px;padding:10px 14px;font-size:13px;line-height:1.4}.fo-cand-list{flex-direction:column;gap:10px;margin:10px 0 14px;display:flex}.fo-cand-card{border:1px solid var(--st-border);background:var(--st-surface);border-radius:10px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.fo-cand-card.is-locked{background:var(--st-surface-alt)}.fo-cand-head{align-items:center;gap:10px;display:flex}.fo-cand-name{min-width:0;color:var(--st-text);border:1px solid var(--st-border-strong);border-radius:8px;outline:none;flex:1;padding:7px 10px;font-family:inherit;font-size:.9rem;font-weight:600}.fo-cand-name:focus{border-color:var(--st-brand)}.fo-cand-name:disabled{cursor:default;background:0 0;border-color:#0000;padding-left:2px}.fo-cand-q{width:100%;color:var(--st-text-muted);border:1px solid var(--st-border-strong);box-sizing:border-box;border-radius:8px;outline:none;padding:7px 10px;font-family:inherit;font-size:.85rem}.fo-cand-q:focus{border-color:var(--st-brand)}.fo-cand-req{color:var(--st-text-subtle);background:var(--st-surface-sunken);border-radius:var(--st-radius-pill);flex-shrink:0;padding:3px 10px;font-size:.72rem;font-weight:600}.fo-cand-del{border:1px solid var(--st-border-strong);background:var(--st-surface);width:30px;height:30px;color:var(--st-text-subtle);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:inline-flex}.fo-cand-del:hover{border-color:var(--st-danger-soft);color:var(--st-danger-text)}.fo-cand-add{color:var(--st-brand);border:1px dashed var(--st-border-strong);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;padding:8px 14px;font-family:inherit;font-size:.85rem;font-weight:600}.fo-cand-add:hover{background:var(--st-surface-alt)}.bc-checkout{color:var(--st-text);flex-direction:column;gap:18px;display:flex}.bc-stepper{justify-content:center;align-items:center;gap:10px;margin:-2px 0 2px;display:flex}.bc-stepper span{border:1px solid var(--st-border-strong);width:28px;height:28px;color:var(--st-text-subtle);font-size:var(--st-text-xs);border-radius:999px;justify-content:center;align-items:center;gap:7px;font-weight:750;display:inline-flex}.bc-stepper span small{color:var(--st-text-subtle);white-space:nowrap;font-size:10px;font-weight:600;position:absolute;transform:translateY(27px)}.bc-stepper span.is-active{border-color:var(--st-brand);background:var(--st-brand);color:#fff;box-shadow:0 0 0 4px var(--st-brand-softer)}.bc-stepper span.is-done{border-color:var(--st-success);background:var(--st-success-soft);color:var(--st-success-text)}.bc-stepper i{background:var(--st-border-strong);width:72px;height:1px}.bc-panel{border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:14px;padding:18px}.bc-panel-heading{margin-bottom:14px}.bc-panel h3,.bc-seats h3{color:var(--st-text);margin:3px 0 0;font-size:1rem;font-weight:720}.bc-eyebrow{color:var(--st-brand);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:800}.bc-packs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.bc-pack{border:1px solid var(--st-border-strong);background:var(--st-surface);color:var(--st-text);font:inherit;font-size:var(--st-text-sm);cursor:pointer;transition:border-color var(--st-trans-fast), box-shadow var(--st-trans-fast), background var(--st-trans-fast);border-radius:11px;padding:13px 10px;font-weight:680}.bc-pack:hover{border-color:var(--st-brand)}.bc-pack.is-active{border-color:var(--st-brand);background:var(--st-brand-softer);color:var(--st-brand-hover);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-brand) 16%, transparent)}.bc-seats{justify-content:space-between;align-items:center;gap:24px;display:flex}.bc-seat-control{border:1px solid var(--st-border);background:var(--st-surface);border-radius:13px;grid-template-columns:40px 52px 40px;align-items:center;gap:4px;padding:5px;display:grid}.bc-seat-button{background:var(--st-surface-alt);width:40px;height:38px;color:var(--st-text);cursor:pointer;border:0;border-radius:9px;font-size:1.2rem}.bc-seat-button:hover:not(:disabled){background:var(--st-brand-softer);color:var(--st-brand)}.bc-seat-button:disabled{opacity:.35;cursor:not-allowed}.bc-seat-value{text-align:center;font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:800}.bc-hint{color:var(--st-text-subtle);font-size:var(--st-text-sm);margin:4px 0 0;line-height:1.5}.bc-seat-estimate{color:var(--st-text-muted);font-size:var(--st-text-sm);margin:10px 0 0}.bc-seat-estimate strong{color:var(--st-text)}.bc-information{background:color-mix(in srgb, var(--st-info-soft) 45%, var(--st-surface));color:var(--st-text-muted);font-size:var(--st-text-xs);border-radius:11px;grid-template-columns:1fr 1fr;gap:14px;padding:12px 14px;line-height:1.5;display:grid}.bc-information p{margin:0}.bc-information a,.bc-acceptance a{color:var(--st-brand);font-weight:680}.bc-actions{justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.bc-actions-sticky{border-top:1px solid var(--st-border);background:var(--st-surface);margin:0 -26px -26px;padding:16px 26px}.bc-error{border:1px solid color-mix(in srgb, var(--st-danger) 25%, var(--st-border));background:var(--st-danger-soft);color:var(--st-danger-text);font-size:var(--st-text-sm);border-radius:10px;margin:0;padding:11px 13px}.bc-required-hint{text-align:right}.bc-recap{border:1px solid var(--st-border);background:var(--st-surface-alt);font-size:var(--st-text-sm);border-radius:14px;flex-direction:column;gap:9px;padding:16px;display:flex}.bc-recap-row{color:var(--st-text-muted);justify-content:space-between;gap:18px;display:flex}.bc-recap-product{border-bottom:1px solid var(--st-border);color:var(--st-text);padding-bottom:10px}.bc-recap-total{border-top:1px solid var(--st-border);color:var(--st-text);margin-top:2px;padding-top:10px;font-size:1rem}.bc-acceptance{border:1px solid var(--st-border);background:var(--st-surface-alt);color:var(--st-text-muted);font-size:var(--st-text-xs);border-radius:11px;align-items:flex-start;gap:10px;padding:13px 14px;line-height:1.5;display:flex}.bc-acceptance input{width:16px;height:16px;accent-color:var(--st-brand);flex:none;margin:2px 0 0}.bc-success{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 16px 10px;display:flex}.bc-success-icon{background:var(--st-success-soft);width:48px;height:48px;color:var(--st-success-text);border-radius:999px;justify-content:center;align-items:center;font-size:1.35rem;font-weight:800;display:inline-flex}.bc-success-title{margin:4px 0 0;font-size:1.05rem;font-weight:750}.bc-success .bc-actions{margin-top:10px}@media (width<=680px){.bc-packs,.bc-information{grid-template-columns:1fr}.bc-seats{flex-direction:column;align-items:flex-start}.bc-seat-control{box-sizing:border-box;grid-template-columns:40px 1fr 40px;width:100%}.bc-actions-sticky{margin:0 -18px -18px;padding:14px 18px}}.bl-page{flex-direction:column;gap:16px;width:100%;max-width:1200px;display:flex}.bl-tabs{border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:12px;align-self:flex-start;gap:4px;max-width:100%;padding:4px;display:inline-flex;overflow-x:auto}.bl-tabs button{color:var(--st-text-muted);font:inherit;font-size:var(--st-text-sm);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:9px 14px;font-weight:650}.bl-tabs button.is-active{color:var(--st-text);background:var(--st-surface);box-shadow:0 1px 3px #0f172a17}.bl-subscription-metric{background:var(--st-surface-alt);border-radius:10px;flex-direction:column;gap:2px;min-width:145px;padding:10px 12px;display:flex}.bl-subscription-metric span,.bl-subscription-metric small{color:var(--st-text-muted);font-size:var(--st-text-xs)}.bl-subscription-metric strong{font-size:1.15rem}.bl-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.bl-header h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.bl-subtitle{color:var(--st-text-subtle);margin:4px 0 0;font-size:.9rem}.bl-subtitle strong{color:var(--st-text);font-weight:600}.bl-section{background:var(--st-surface);border:1px solid var(--st-border);border-radius:12px;padding:24px}.bl-section-head{margin-bottom:16px}.bl-section-head h2{color:var(--st-text);margin:0;font-size:1rem;font-weight:600}.bl-section-head p{color:var(--st-text-subtle);margin:6px 0 0;font-size:.85rem;line-height:1.5}.bl-section-label{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.bl-balance{flex-direction:column;gap:8px;display:flex}.bl-balance-info{flex-direction:column;gap:6px;display:flex}.bl-balance-display{align-items:baseline;gap:10px;display:flex}.bl-balance-value{color:var(--st-brand);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:2.4rem;font-weight:800;line-height:1}.bl-balance-unit{color:var(--st-text-subtle);font-size:.95rem}.bl-balance-hint{color:var(--st-text-subtle);margin:0;font-size:.82rem}.bl-costs{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;display:grid}.bl-cost{background:var(--st-surface-alt);transition:background var(--st-trans-fast);border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.bl-cost:hover{background:var(--st-brand-softer)}.bl-cost-icon{background:var(--st-surface);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;line-height:1;display:flex}.bl-cost-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.bl-cost-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.bl-cost-unit{color:var(--st-text-subtle);font-size:.74rem}.bl-cost-note{color:var(--st-text-subtle);opacity:.8;font-size:.7rem}.bl-cost-label{color:var(--st-text);font-size:.88rem;font-weight:500}.bl-cost-value{color:var(--st-text-subtle);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.78rem}.bl-cost-value strong{color:var(--st-brand);margin-right:4px;font-size:1rem;font-weight:700}.bl-plans{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:stretch;gap:12px;display:grid}@media (width>=1100px){.bl-plans{grid-template-columns:repeat(5,minmax(0,1fr))}}.bl-loading{text-align:center;color:var(--st-text-subtle);grid-column:1/-1;margin:0;padding:30px 0;font-size:.9rem}.bl-plan{background:var(--st-surface);border:1px solid var(--st-border);transition:border-color var(--st-trans-fast);border-radius:10px;flex-direction:column;padding:18px 16px;display:flex;position:relative}.bl-plan:hover{border-color:var(--st-border-strong)}.bl-plan--current{border-color:var(--st-brand);background:var(--st-brand-softer)}.bl-plan-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.bl-plan-head h3{color:var(--st-text);margin:0;font-size:1rem;font-weight:700}.bl-plan-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--st-brand-hover);background:var(--st-surface);border:1px solid var(--st-brand);border-radius:999px;padding:3px 9px;font-size:.66rem;font-weight:700}.bl-plan-price{align-items:baseline;gap:6px;margin-bottom:18px;display:flex}.bl-plan-price-value{color:var(--st-text);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.1}.bl-plan-price-period{color:var(--st-text-subtle);font-size:.85rem}.bl-plan-meta{flex-direction:column;flex:1;gap:10px;margin:0 0 18px;display:flex}.bl-plan-meta>div{border-bottom:1px solid var(--st-border);flex-direction:column;gap:2px;padding-bottom:8px;display:flex}.bl-plan--current .bl-plan-meta>div{border-bottom-color:var(--st-brand-soft)}.bl-plan-meta>div:last-child{border-bottom:none;padding-bottom:0}.bl-plan-meta dt{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.bl-plan-meta dd{color:var(--st-text);font-variant-numeric:tabular-nums;margin:0;font-size:.88rem;font-weight:600}.bl-plan-btn{width:100%}.bl-common-list{grid-template-columns:repeat(2,1fr);gap:10px 24px;margin:0;padding:0;list-style:none;display:grid}.bl-common-list li{color:var(--st-text);align-items:center;gap:10px;font-size:.88rem;display:flex}.bl-check{color:var(--st-brand);flex-shrink:0}.bl-contact{flex-direction:column;gap:14px;padding:4px 0;display:flex}.bl-contact-headline{color:var(--st-text);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.bl-contact-intro{color:var(--st-text-muted);margin:0;font-size:.9rem;line-height:1.5}.bl-contact-mail{background:var(--st-surface-alt);border:1px solid var(--st-border);color:var(--st-text);transition:border-color var(--st-trans-fast), background var(--st-trans-fast);border-radius:10px;align-items:center;gap:14px;padding:14px 16px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.bl-contact-mail:hover{border-color:var(--st-brand);background:var(--st-brand-softer)}.bl-contact-mail-icon{background:var(--st-brand);width:36px;height:36px;color:var(--st-text-on-brand);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.bl-contact-mail-addr{font-variant-numeric:tabular-nums;letter-spacing:-.005em}.bl-contact-footer{justify-content:flex-end;display:flex}.bl-legal-notice{border:1px solid var(--st-border);background:var(--st-surface-alt);border-radius:10px;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;display:flex}.bl-legal-notice>div{flex-direction:column;gap:2px;display:flex}.bl-legal-notice strong{color:var(--st-text);font-size:.84rem}.bl-legal-notice span{color:var(--st-text-subtle);font-size:.76rem}.bl-legal-notice .studio-legal-links{flex-wrap:wrap;gap:8px 14px;display:flex}.bl-legal-notice .studio-legal-links a{color:var(--st-brand);font-size:.78rem;font-weight:650;text-decoration:none}.bl-legal-notice .studio-legal-links a:hover{text-decoration:underline}.bl-consumption{flex-direction:column;gap:8px;display:flex}.bl-consumption-row{background:var(--st-surface-alt);border-radius:10px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.bl-consumption-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.bl-consumption-name{color:var(--st-text);font-weight:600}.bl-consumption-total{color:var(--st-text-subtle);font-variant-numeric:tabular-nums;white-space:nowrap}.bl-consumption-total strong{color:var(--st-text)}.bl-consumption-breakdown{flex-wrap:wrap;gap:6px;display:flex}.bl-consumption-chip{color:var(--st-text-subtle);background:var(--st-surface);border:1px solid var(--st-border);font-variant-numeric:tabular-nums;border-radius:999px;padding:2px 10px;font-size:.8125rem}@media (width<=1099px){.bl-plans{grid-template-columns:repeat(3,1fr)}}@media (width<=820px){.bl-plans{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.bl-plans,.bl-costs,.bl-common-list{grid-template-columns:1fr}.bl-header{flex-direction:column;align-items:stretch}.bl-legal-notice{flex-direction:column;align-items:flex-start}}.ps{flex-direction:column;gap:18px;display:flex}.ps-empty{color:var(--st-text-muted);margin:0;font-size:.9rem}.ps-summary{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:12px;flex-wrap:nowrap;align-items:stretch;gap:18px;padding:14px 16px;display:flex}.ps-score-circle{border:3px solid var(--st-border);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-weight:700;display:flex;position:relative}.ps-score-circle--valide{border-color:var(--st-success,#10b981)}.ps-score-circle--a-verifier{border-color:var(--st-warning,#f59e0b)}.ps-score-circle--en-attente{border-color:var(--st-info,#3b82f6)}.ps-score-circle--erreur{border-color:var(--st-danger,#ef4444)}.ps-score-num{color:var(--st-text);font-size:22px;font-weight:700;line-height:1}.ps-score-unit{color:var(--st-text);align-self:center;margin-left:1px;font-size:12px;font-weight:700;line-height:1}.ps-summary-main{flex-direction:column;flex:1;justify-content:center;gap:10px;min-width:0;display:flex}.ps-summary-top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ps-summary-audio-meta{color:var(--st-text-muted);font-size:12px}.ps-summary-completion{flex-direction:column;gap:5px;display:flex}.ps-summary-completion-row{justify-content:space-between;align-items:baseline;display:flex}.ps-summary-completion-label{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.6px;font-size:10px;font-weight:700}.ps-summary-completion-pct{color:var(--st-text);font-size:12px;font-weight:700}.ps-summary-completion-bar{background:var(--st-border);border-radius:2px;width:100%;height:4px;overflow:hidden}.ps-summary-completion-bar>div{background:var(--st-text);border-radius:2px;height:100%;transition:width .3s}.ps-audio-card{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:8px;padding:8px 12px}.ps-audio-player{width:100%;height:36px}.ps-action-btn{border:1px solid var(--st-border);color:var(--st-text);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.ps-action-btn:hover:not(:disabled){background:var(--st-surface-alt)}.ps-action-btn:disabled{opacity:.5;cursor:not-allowed}.ps-summary-action{flex-shrink:0;align-self:center}.ps-synth{background:var(--st-info-soft,#eff6ff);border:1px solid var(--st-info-soft,#dbeafe);border-radius:10px;padding:14px 18px}.ps-synth-text{color:var(--st-info-text,#1e40af);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.6}.ps-synth-toggle{color:var(--st-info-text,#1e40af);cursor:pointer;background:0 0;border:none;margin-top:6px;padding:4px 0;font-size:12px;font-weight:600;text-decoration:underline}.ps-group{flex-direction:column;gap:10px;display:flex}.ps-group-head{justify-content:space-between;align-items:center;display:flex}.ps-group-title{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.ps-group-count{color:var(--st-text-muted);background:var(--st-surface-alt);border-radius:12px;padding:3px 10px;font-size:12px;font-weight:700}.ps-group-count.ok{background:var(--st-success-soft,#d1fae5);color:var(--st-success-text,#065f46)}.ps-group-check{color:var(--st-success,#10b981);margin-right:2px}.ps-group-pills{flex-wrap:wrap;gap:8px;display:flex}.ps-pill-wrap{display:contents}.ps-pill{border:1px solid var(--st-border);color:var(--st-text);cursor:pointer;text-align:left;background:#fff;border-radius:20px;align-items:center;gap:8px;max-width:100%;padding:6px 14px 6px 6px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.ps-pill:has(.ps-pill-answer){border-radius:14px;align-items:flex-start}.ps-pill:hover{background:var(--st-surface-alt)}.ps-pill-left{background:var(--st-border);min-width:26px;height:22px;color:var(--st-text-muted);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.ps-pill-text{flex-direction:column;gap:2px;min-width:0;display:inline-flex}.ps-pill-label{font-weight:500}.ps-pill-answer{color:var(--st-text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:320px;font-size:12px;font-weight:400;overflow:hidden}.ps-pill--ok{background:var(--st-success-soft,#d1fae5);border-color:#0000}.ps-pill--ok .ps-pill-left{background:var(--st-success,#10b981);color:#fff}.ps-pill--warn{background:var(--st-warning-soft,#fef3c7);border-color:#0000}.ps-pill--warn .ps-pill-left{background:var(--st-warning,#f59e0b);color:#fff}.ps-pill--fail{background:#fee2e2;border-color:#0000}.ps-pill--fail .ps-pill-left{background:var(--st-danger,#ef4444);color:#fff}.ps-pill--info .ps-pill-left{background:var(--st-text-muted);color:#fff}.ps-pill--neutral .ps-pill-left{background:var(--st-border);color:var(--st-text-muted)}.ps-pill-wrap.is-open{flex-direction:column;gap:0;width:100%;display:flex}.ps-pill-wrap.is-open .ps-pill{align-self:flex-start}.ps-pill-detail{border:1px solid var(--st-border);background:#fff;border-radius:8px;flex-direction:column;gap:8px;width:100%;margin-top:8px;padding:12px 14px;display:flex}.ps-pill-detail-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.ps-pill-detail-label{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.4px;min-width:60px;font-size:10px;font-weight:700}.ps-pill-detail-value{color:var(--st-text);word-break:break-word;flex:1;font-size:13px}.ps-pill-detail-justif{background:var(--st-surface-alt);color:var(--st-text-muted);border-radius:6px;margin:4px 0 0;padding:8px 10px;font-size:12px;font-style:italic;line-height:1.55}.ps-pill-verbatim{background:var(--st-surface-alt);border-left:3px solid var(--st-text-muted);border-radius:0 6px 6px 0;flex-direction:column;gap:4px;margin-top:4px;padding:10px 12px;display:flex}.ps-pill-verbatim-text{color:var(--st-text);margin:0;font-size:12.5px;font-style:italic;font-weight:500;line-height:1.55}.ps-vigilance{background:var(--st-surface-alt);border:1px solid var(--st-border);border-left:3px solid var(--st-warning,#f59e0b);border-radius:8px;padding:12px 16px}.ps-vigilance-title{color:var(--st-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:12px;font-weight:700}.ps-vigilance-item{color:var(--st-text-muted);padding:3px 0;font-size:12px}.ps-vigilance-item strong{color:var(--st-text);font-weight:600}.ps-evals{flex-direction:column;gap:12px;display:flex}.ps-evals-title{color:var(--st-text);align-items:center;gap:8px;margin:8px 0 4px;font-size:15px;font-weight:700;display:flex}.ps-evals-title:before{content:"";background:var(--st-brand);border-radius:2px;width:4px;height:18px}.ps-eval-card{border:1px solid var(--st-border);background:#fff;border-radius:12px;padding:14px 18px}.ps-eval-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.ps-eval-tags{flex-wrap:wrap;gap:5px;display:inline-flex}.ps-tag{color:var(--st-text-muted);border:1px solid var(--st-border);text-transform:uppercase;letter-spacing:.4px;background:#fff;border-radius:5px;padding:2px 8px;font-size:10px;font-weight:600}.ps-tag.imp-indispensable{color:var(--st-text);border-color:var(--st-text-muted)}.ps-tag.imp-critere{color:var(--st-text)}.ps-tag.imp-informatif{color:var(--st-text-muted)}.ps-tag.status-ok{background:var(--st-success-soft);color:var(--st-success-text);border-color:#0000}.ps-tag.status-warn{background:var(--st-warning-soft);color:var(--st-warning-text);border-color:#0000}.ps-tag.status-pending{background:var(--st-surface-alt);color:var(--st-text-muted);border-color:#0000}.ps-tag-format{color:var(--st-text)}.ps-eval-note{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.ps-stars{gap:2px;display:inline-flex}.ps-star{background:var(--st-border);border-radius:2px;width:12px;height:12px}.ps-star.on{background:var(--st-text)}.ps-note-val{color:var(--st-text);font-size:16px;font-weight:700}.ps-note-max{color:var(--st-text-muted);font-size:14px}.ps-no-score{color:var(--st-text-muted);font-size:11px;font-style:italic}.ps-eval-question{color:var(--st-text);margin-bottom:8px;font-size:14px;font-weight:600}.ps-eval-justif{color:var(--st-text-muted);margin-top:8px;font-size:11px;font-style:italic}.ps-eval-answer{background:var(--st-surface-alt);border-left:3px solid var(--st-text);border-radius:0 6px 6px 0;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:10px;padding:8px 12px;display:flex}.ps-eval-answer-label{text-transform:uppercase;letter-spacing:.5px;color:var(--st-text-muted);font-size:10px;font-weight:700}.ps-eval-answer-value{color:var(--st-text);word-break:break-word;font-size:13px;font-weight:500}.ps-eval-meta{border:1px dashed var(--st-border);background:0 0;border-radius:8px;flex-direction:column;gap:10px;margin:10px 0 0;padding:10px 12px;display:flex}.ps-eval-meta-list{grid-template-columns:max-content 1fr;gap:6px 14px;margin:0;display:grid}.ps-eval-meta-row{display:contents}.ps-eval-meta-row dt{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:10px;font-weight:700}.ps-eval-meta-row dd{color:var(--st-text);margin:0;font-size:12px}.ps-eval-meta-block{flex-direction:column;gap:5px;display:flex}.ps-eval-meta-label{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:10px;font-weight:700}.ps-eval-meta-chips{flex-wrap:wrap;gap:5px;display:flex}.ps-eval-meta-chip{border:1px solid var(--st-border);color:var(--st-text-muted);background:#fff;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:500}.ps-eval-meta-chip.is-selected{background:var(--st-success-soft,#d1fae5);border-color:var(--st-success,#10b981);color:var(--st-success-text,#065f46);font-weight:700}.ps-cecrl{background:var(--st-brand-soft);border:1px solid var(--st-brand-soft);border-radius:10px;margin-top:12px;padding:8px 14px}.ps-cecrl-summary{cursor:pointer;-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:.4px;color:var(--st-brand);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:4px 0;font-size:12px;font-weight:700;list-style:none;display:flex}.ps-cecrl-summary::-webkit-details-marker{display:none}.ps-cecrl-summary:before{content:"▸";margin-right:6px;font-size:10px;transition:transform .15s;display:inline-block}.ps-cecrl[open] .ps-cecrl-summary:before{transform:rotate(90deg)}.ps-cecrl-summary-title{flex:1}.ps-cecrl-summary-meta{text-transform:none;letter-spacing:0;color:var(--st-text-muted);font-size:12px;font-weight:600}.ps-cecrl-summary-meta strong{color:var(--st-brand);font-size:14px;font-weight:700}.ps-cecrl-body-wrap{margin-top:12px}.ps-cecrl-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.ps-cecrl-title{text-transform:uppercase;letter-spacing:.4px;color:var(--st-brand);font-size:12px;font-weight:700}.ps-cecrl-target,.ps-cecrl-note05{color:var(--st-text-muted);margin-top:2px;font-size:11px}.ps-cecrl-note05 strong{color:var(--st-brand);font-size:13px}.ps-cecrl-level-big{color:var(--st-brand);font-size:30px;font-weight:700;line-height:1}.ps-cecrl-meta{color:var(--st-text-muted);flex-wrap:wrap;gap:16px;margin-bottom:10px;font-size:11px;display:flex}.ps-cecrl-meta strong{color:var(--st-text);font-weight:700}.ps-cecrl-body{grid-template-columns:260px 1fr;align-items:center;gap:20px;margin-bottom:10px;display:grid}.ps-cecrl-radar{justify-content:center;display:flex}.ps-radar-svg{width:240px;height:220px;display:block}.ps-cecrl-dims{flex-direction:column;gap:10px;display:flex}.ps-cecrl-dim{font-size:11px}.ps-cecrl-dim-head{justify-content:space-between;align-items:center;margin-bottom:3px;display:flex}.ps-cecrl-dim-label{color:var(--st-text);font-weight:600}.ps-cecrl-dim-niv{color:var(--st-text-muted);font-weight:400}.ps-cecrl-dim-score{color:var(--st-brand);font-size:12px;font-weight:700}.ps-cecrl-dim-bar{background:var(--st-brand-soft);border-radius:3px;height:5px;overflow:hidden}.ps-cecrl-dim-bar>div{background:var(--st-brand);height:100%}.ps-cecrl-dim-verb{color:var(--st-text-muted);margin-top:2px;font-size:10px;font-style:italic}.ps-cecrl-fluency{color:var(--st-text-muted);border-top:1px dashed var(--st-brand-soft);flex-wrap:wrap;gap:14px;margin-top:8px;padding-top:8px;font-size:10px;display:flex}.ps-cecrl-fluency strong{color:var(--st-text);font-weight:700}.ps-cecrl-markers{color:var(--st-text-muted);margin-top:6px;font-size:10px}.ps-cecrl-marker{background:var(--st-brand-soft);border-radius:4px;margin-left:4px;padding:2px 6px;display:inline-block}.ps-cecrl-obs{color:var(--st-text-muted);border-top:1px dashed var(--st-brand-soft);margin-top:8px;padding-top:8px;font-size:11px}.ps-cecrl-cap{color:var(--st-danger);margin-top:6px;font-size:11px;font-weight:600}.ps-transcript{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:10px;padding:12px 18px}.ps-transcript summary{cursor:pointer;color:var(--st-brand);-webkit-user-select:none;user-select:none;font-size:13px;font-weight:600}.ps-transcript[open] summary{margin-bottom:12px}.ps-transcript-list{flex-direction:column;gap:8px;display:flex}.ps-msg{align-items:flex-start;gap:10px;display:flex}.ps-msg-speaker{text-transform:uppercase;letter-spacing:.4px;text-align:center;border-radius:5px;flex-shrink:0;min-width:80px;margin-top:2px;padding:3px 10px;font-size:10px;font-weight:600}.ps-msg.ia .ps-msg-speaker{background:var(--st-brand-soft);color:var(--st-brand)}.ps-msg.candidat .ps-msg-speaker{background:var(--st-info-soft);color:var(--st-brand-hover)}.ps-msg p{color:var(--st-text-muted);border:1px solid var(--st-border);background:#fff;border-radius:7px;flex:1;margin:0;padding:7px 12px;font-size:12px;line-height:1.55}.ps-transcript-raw{color:var(--st-text-muted);border:1px solid var(--st-border);white-space:pre-wrap;word-wrap:break-word;background:#fff;border-radius:7px;margin:0;padding:10px 14px;font-family:inherit;font-size:12px;line-height:1.6}.ps-quality-card{border:1px solid var(--st-border,#e2e8f0);background:var(--st-surface,#fff);border-radius:14px;margin:18px 0;padding:18px}.ps-quality-heading h3{color:var(--st-text,#172033);margin:0;font-size:15px}.ps-quality-heading p{color:var(--st-text-muted,#64748b);margin:4px 0 0;font-size:12px}.ps-quality-list{gap:12px;margin-top:14px;display:grid}.ps-quality-row{border:1px solid var(--st-border,#e2e8f0);border-radius:11px;padding:14px}.ps-quality-row-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.ps-quality-row-top>div{align-items:baseline;gap:9px;display:flex}.ps-quality-row-top strong{color:var(--st-text,#172033);font-size:13px}.ps-quality-row-top div>span{color:var(--st-text-muted,#64748b);font-size:11px}.ps-quality-summary{color:var(--st-text-secondary,#475569);margin:9px 0 11px;font-size:12px}.ps-quality-stats{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;display:grid}.ps-quality-stats span{color:var(--st-text,#334155);flex-direction:column;gap:2px;font-size:12px;display:flex}.ps-quality-stats b{text-transform:uppercase;color:var(--st-text-muted,#64748b);font-size:10px;font-weight:600}.ps-quality-incidents{color:var(--st-warning-text,#92400e);margin:12px 0 0;padding-left:18px;font-size:12px}.ps-quality-incidents li+li{margin-top:4px}.ps-quality-incidents .blocking{color:var(--st-danger,#b91c1c);font-weight:600}@media (width<=768px){.ps-cecrl-body{grid-template-columns:1fr}.ps-cecrl-radar{margin:0 auto}}.hist-layout{flex:1;grid-template-columns:minmax(0,1fr) 360px;align-items:stretch;gap:18px;min-height:0;display:grid}.hist-loading,.hist-empty{text-align:center;background:var(--st-surface-alt);border:1px dashed var(--st-border-strong);border-radius:var(--st-radius-lg);padding:48px 24px}.hist-empty-icon{opacity:.55;margin-bottom:12px;font-size:2.6rem}.hist-empty-title{font-size:var(--st-text-lg);color:var(--st-text);margin:0 0 6px;font-weight:700}.hist-empty-desc{font-size:var(--st-text-sm);color:var(--st-text-muted);max-width:460px;margin:0 auto;line-height:1.5}.hist-conv{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--st-border-strong) transparent;flex-direction:column;gap:8px;min-height:0;padding:4px 14px 24px 4px;display:flex;overflow-y:auto}.hist-conv::-webkit-scrollbar{width:8px}.hist-conv::-webkit-scrollbar-track{background:0 0}.hist-conv::-webkit-scrollbar-thumb{background:var(--st-border-strong);transition:background var(--st-trans-fast);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.hist-conv::-webkit-scrollbar-thumb:hover{background:var(--st-text-subtle);background-clip:padding-box;border:2px solid #0000}.hist-day{background:var(--st-surface-alt);color:var(--st-text-muted);border-radius:var(--st-radius-pill);font-size:var(--st-text-xs);letter-spacing:.01em;text-transform:capitalize;align-self:center;margin:16px 0 4px;padding:4px 14px;font-weight:600}.hist-day:first-child{margin-top:0}.hist-bubble-row{width:100%;display:flex}.hist-bubble-row-in{justify-content:flex-start}.hist-bubble-row-out{justify-content:flex-end}.hist-bubble{border-radius:var(--st-radius-md);text-align:left;max-width:78%;font:inherit;color:var(--st-text);transition:box-shadow var(--st-trans-fast), border-color var(--st-trans-fast), filter var(--st-trans-fast);border:1px solid #0000;flex-direction:column;gap:2px;padding:8px 12px 10px;display:flex}.hist-bubble.is-clickable{cursor:pointer}.hist-bubble.is-static{cursor:default}.hist-bubble.is-clickable:hover{filter:brightness(.98)}.hist-bubble.is-selected{box-shadow:0 0 0 2px var(--st-brand);border-color:var(--st-brand)}.hist-bubble-in{background:var(--st-surface);border-color:var(--st-border);border-bottom-left-radius:var(--st-radius-xs)}.hist-bubble-out{background:var(--st-brand-softer);border-color:var(--st-brand-soft);border-bottom-right-radius:var(--st-radius-xs)}.hist-bubble.is-call.hist-bubble-in{background:var(--st-surface-alt)}.hist-bubble.is-call.hist-bubble-out{background:var(--st-brand-soft)}.hist-bubble-meta{letter-spacing:.03em;text-transform:uppercase;color:var(--st-text-subtle);align-items:baseline;gap:8px;font-size:.68rem;font-weight:600;display:flex}.hist-bubble-out .hist-bubble-meta{color:var(--st-brand-hover)}.hist-bubble-channel{white-space:nowrap}.hist-bubble-time{text-transform:none;letter-spacing:0;font-variant-numeric:tabular-nums;color:var(--st-text-subtle);margin-left:auto;font-weight:500}.hist-bubble-text{font-size:var(--st-text-sm);color:var(--st-text);word-break:break-word;white-space:pre-wrap;line-height:1.45}.hist-panel{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);flex-direction:column;min-height:0;display:flex;overflow:hidden}.hist-panel-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:100%;padding:32px 24px;display:flex}.hist-panel-empty-icon{opacity:.55;margin-bottom:6px;font-size:2rem}.hist-panel-empty-title{font-size:var(--st-text-sm);color:var(--st-text);margin:0;font-weight:700}.hist-panel-empty-desc{font-size:var(--st-text-xs);color:var(--st-text-muted);max-width:240px;margin:0;line-height:1.5}.hist-pane{flex-direction:column;height:100%;min-height:0;display:flex}.hist-pane-head{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.hist-pane-channel{letter-spacing:.05em;text-transform:uppercase;color:var(--st-brand-hover);margin-bottom:4px;font-size:.68rem;font-weight:700}.hist-pane-title{font-size:var(--st-text-base);color:var(--st-text);word-break:break-word;font-weight:700;line-height:1.3}.hist-pane-close{width:28px;height:28px;color:var(--st-text-subtle);cursor:pointer;transition:background var(--st-trans-fast), color var(--st-trans-fast);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:flex}.hist-pane-close:hover{background:var(--st-surface-alt);color:var(--st-text)}.hist-pane-info{flex-direction:column;gap:6px;margin:0;padding:14px 20px 4px;display:flex}.hist-pane-info-row{font-size:var(--st-text-xs);grid-template-columns:80px 1fr;gap:8px;display:grid}.hist-pane-info-row dt{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.03em;font-weight:600}.hist-pane-info-row dd{color:var(--st-text);word-break:break-word;margin:0}.hist-pane-section{font-size:var(--st-text-xs);letter-spacing:.05em;text-transform:uppercase;color:var(--st-text-subtle);margin:14px 20px 8px;font-weight:700}.hist-pane-body{background:var(--st-surface-alt);border-radius:var(--st-radius);font-size:var(--st-text-sm);color:var(--st-text);white-space:pre-wrap;scrollbar-width:thin;scrollbar-color:var(--st-border-strong) transparent;flex:1;min-height:0;margin:0 16px 16px;padding:14px 16px;line-height:1.55;overflow-y:auto}.hist-pane-body::-webkit-scrollbar{width:8px}.hist-pane-body::-webkit-scrollbar-thumb{background:var(--st-border-strong);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.hist-pane-empty-inline{font-size:var(--st-text-sm);color:var(--st-text-muted);margin:16px 20px;line-height:1.5}.hist-pane-empty-inline em{color:var(--st-brand-hover);font-style:normal;font-weight:600}.hist-pane-transcript{flex-direction:column;gap:10px;margin:0 16px 16px;padding-right:4px;display:flex;overflow-y:auto}.hist-msg{flex-direction:column;gap:4px;max-width:82%;display:flex}.hist-msg.ia{align-self:flex-start;align-items:flex-start}.hist-msg.candidat{align-self:flex-end;align-items:flex-end}.hist-msg-speaker{text-transform:uppercase;letter-spacing:.4px;border-radius:5px;padding:2px 8px;font-size:10px;font-weight:600}.hist-msg.ia .hist-msg-speaker{background:var(--st-brand-soft);color:var(--st-brand)}.hist-msg.candidat .hist-msg-speaker{background:var(--st-info-soft);color:var(--st-brand-hover)}.hist-msg p{color:var(--st-text);border:1px solid var(--st-border);word-wrap:break-word;background:#fff;border-radius:12px;margin:0;padding:8px 12px;font-size:13px;line-height:1.5}.hist-msg.ia p{border-bottom-left-radius:4px}.hist-msg.candidat p{background:var(--st-brand-soft);border-color:#0000;border-bottom-right-radius:4px}.hist-pane-transcript-raw{color:var(--st-text-muted);border:1px solid var(--st-border);white-space:pre-wrap;word-wrap:break-word;background:#fff;border-radius:8px;margin:0 16px 16px;padding:12px 14px;font-family:inherit;font-size:12px;line-height:1.55}@media (width<=1080px){.hist-layout{grid-template-columns:minmax(0,1fr) 300px;gap:12px}}@media (width<=880px){.hist-layout{grid-template-columns:1fr}.hist-panel{display:none}}.hist-bubble{max-width:86%}@media (width>=600px){.hist-bubble{max-width:78%}}.cd-page{max-width:100%}.cd-page--fixed{flex-direction:column;height:calc(100vh - 44px);display:flex;overflow:hidden}.cd-page--fixed .hist-conv{flex:1;min-height:0;padding-right:6px;overflow-y:auto}.cd-header{align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.cd-avatar{background:linear-gradient(135deg, var(--st-brand), var(--st-brand));color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:700;display:flex}.cd-header-info h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.cd-about{margin-bottom:16px}.cd-about-text,.cd-ai-summary{color:var(--st-text-muted);white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.55}.cd-contact-row{color:var(--st-text-subtle);flex-wrap:wrap;gap:12px;margin-top:6px;font-size:.85rem;display:flex}.cd-contact-link{color:var(--st-brand);font-weight:500;text-decoration:none}.cd-contact-link:hover{text-decoration:underline}.cd-parsing-badge{border-radius:20px;margin-top:8px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.cd-parsing-badge.done{background:var(--st-success-soft);color:var(--st-success)}.cd-parsing-badge.processing{background:var(--st-brand-softer);color:var(--primary-400)}.cd-parsing-badge.pending{background:var(--st-border);color:var(--st-text-subtle)}.cd-parsing-badge.error{background:var(--st-danger-soft);color:var(--st-danger)}.cd-error{background:var(--st-danger-soft);color:var(--st-danger);border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:.85rem}.cd-match-card{border:1px solid var(--st-border);background:#fff;border-radius:12px;margin-bottom:20px;padding:24px}.cd-match-processing{color:var(--primary-400);font-size:.9rem;font-weight:500;animation:1.5s infinite pulse}.cd-match-header{align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.cd-match-score{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.4rem;font-weight:800;display:flex}.cd-match-score.high{background:var(--st-success-soft);color:var(--st-success)}.cd-match-score.mid{background:var(--st-brand-softer);color:var(--primary-400)}.cd-match-score.low{background:var(--st-danger-soft);color:var(--st-danger)}.cd-match-info h2{color:var(--st-text);margin:0;font-size:1rem;font-weight:600}.cd-match-explanation{color:var(--st-text-muted);margin:6px 0 0;font-size:.85rem;line-height:1.5}.cd-facets{flex-direction:column;gap:10px;display:flex}.cd-facet-header{justify-content:space-between;margin-bottom:4px;display:flex}.cd-facet-name{color:var(--st-text-muted);text-transform:capitalize;font-size:.8rem;font-weight:600}.cd-facet-val{color:var(--st-text);font-size:.8rem;font-weight:700}.cd-facet-fill{background:linear-gradient(90deg, var(--st-brand), var(--st-brand));border-radius:3px;height:100%;transition:width .6s}.cd-tabs{border-bottom:2px solid var(--st-border);gap:4px;margin-bottom:20px;display:flex}.cd-tab{color:var(--st-text-subtle);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-2px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.cd-tab:hover{color:var(--st-text)}.cd-tab.active{color:var(--st-brand);border-bottom-color:var(--st-brand);font-weight:600}.cd-tab-badge{border-radius:10px;padding:2px 6px;font-size:.7rem;font-weight:700}.cd-tab-badge.high{background:var(--st-success-soft);color:var(--st-success)}.cd-tab-badge.mid{background:var(--st-brand-softer);color:var(--primary-400)}.cd-tab-badge.low{background:var(--st-danger-soft);color:var(--st-danger)}.cd-cv-button{background:var(--st-brand-softer);color:var(--st-brand);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;align-self:flex-start;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;display:flex}.cd-cv-button:hover{background:var(--st-brand-soft)}.cd-candidatures{flex-direction:column;gap:4px;display:flex}.cd-candidature-row{background:var(--st-surface-alt);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;transition:background .15s;display:flex}.cd-candidature-row:hover{background:var(--st-brand-softer)}.cd-candidature-title{color:var(--st-text);font-size:.9rem;font-weight:500}.cd-candidature-scores{gap:6px;display:flex}.cd-charlee-report{border:2px solid var(--st-brand);background:#fff;border-radius:12px;margin-bottom:20px;padding:24px}.cd-charlee-header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.cd-charlee-score{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:800;display:flex}.cd-charlee-score.high{background:var(--st-success-soft);color:var(--st-success)}.cd-charlee-score.mid{background:var(--st-brand-softer);color:var(--primary-400)}.cd-charlee-score.low{background:var(--st-danger-soft);color:var(--st-danger)}.cd-charlee-header-info{flex:1}.cd-charlee-header-info h2{color:var(--st-text);margin:0;font-size:1rem;font-weight:600}.cd-charlee-avis{border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.cd-charlee-avis.good{background:var(--st-success-soft);color:var(--st-success-text)}.cd-charlee-avis.bad{background:var(--st-danger-soft);color:var(--st-danger-text)}.cd-charlee-avis.neutral{background:var(--st-warning-soft);color:var(--st-warning-text)}.cd-charlee-links{gap:6px;margin-bottom:10px;display:flex}.cd-charlee-link{color:var(--st-brand);border:1px solid var(--st-brand-softer);white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:.78rem;font-weight:500;text-decoration:none}.cd-charlee-link:hover{background:var(--st-brand-softer)}.cd-charlee-synthese{color:var(--st-text-muted);margin:0 0 20px;font-size:.9rem;line-height:1.6}.cd-charlee-evals h3{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.3px;margin:0 0 8px;font-size:.75rem;font-weight:600}.cd-charlee-eval{border-bottom:1px solid var(--st-surface-alt);padding:8px 0}.cd-charlee-eval:last-child{border-bottom:none}.cd-charlee-eval-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.cd-charlee-eval-theme{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.3px;font-size:.72rem;font-weight:600}.cd-charlee-eval-note{border-radius:4px;padding:2px 7px;font-size:.78rem;font-weight:600}.cd-charlee-eval-note.good{background:var(--st-success-soft);color:var(--st-success)}.cd-charlee-eval-note.ok{background:var(--st-brand-softer);color:var(--primary-400)}.cd-charlee-eval-note.bad{background:var(--st-danger-soft);color:var(--st-danger)}.cd-charlee-eval-question{color:var(--st-text);margin:0 0 4px;font-size:.85rem;font-weight:500}.cd-charlee-eval-reponse{color:var(--st-text-muted);margin:0;font-size:.85rem;font-style:italic;line-height:1.5}.cd-charlee-transcript{margin-top:16px}.cd-charlee-transcript summary{color:var(--st-brand);cursor:pointer;padding:8px 0;font-size:.85rem;font-weight:600}.cd-charlee-transcript summary:hover{text-decoration:underline}.cd-charlee-messages{flex-direction:column;gap:8px;max-height:400px;margin-top:12px;display:flex;overflow-y:auto}.cd-charlee-msg{border-radius:10px;max-width:85%;padding:10px 14px}.cd-charlee-msg.ia{background:var(--st-brand-softer);align-self:flex-start}.cd-charlee-msg.candidat{background:var(--st-border);align-self:flex-end}.cd-charlee-msg-speaker{color:var(--st-text-subtle);text-transform:uppercase;margin-bottom:2px;font-size:.7rem;font-weight:700;display:block}.cd-charlee-msg p{color:var(--st-text);margin:0;font-size:.85rem;line-height:1.5}.cd-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.cd-card{border:1px solid var(--st-border);background:#fff;border-radius:12px;padding:20px}.cd-card h2{color:var(--st-text);margin:0 0 12px;font-size:.9rem;font-weight:600}.cd-tags{flex-wrap:wrap;gap:6px;display:flex}.cd-tag{border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:500}.cd-tag.hard{background:var(--st-brand-softer);color:var(--st-brand)}.cd-tag.soft{background:var(--st-success-soft);color:var(--st-success)}.cd-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.cd-list li{color:var(--st-text);font-size:.85rem}.cd-empty{color:var(--st-text-subtle);margin:0;font-size:.85rem}.cd-section{border:1px solid var(--st-border);background:#fff;border-radius:12px;margin-bottom:16px;padding:24px}.cd-section h2{color:var(--st-text);margin:0 0 16px;font-size:1rem;font-weight:600}.cd-timeline{flex-direction:column;gap:0;padding-left:24px;display:flex;position:relative}.cd-timeline:before{content:"";background:var(--st-border);width:2px;position:absolute;top:4px;bottom:4px;left:7px}.cd-timeline-item{padding-bottom:20px;position:relative}.cd-timeline-item:last-child{padding-bottom:0}.cd-timeline-dot{background:var(--st-brand);border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-20px}.cd-timeline-dot.formation{background:var(--primary-400)}.cd-timeline-content h3{color:var(--st-text);margin:0;font-size:.95rem;font-weight:600}.cd-timeline-meta{color:var(--st-text-muted);margin:2px 0 0;font-size:.85rem}.cd-timeline-dates{color:var(--st-text-subtle);margin:2px 0 0;font-size:.8rem}.cd-timeline-desc{color:var(--st-text-muted);white-space:pre-wrap;margin:8px 0 0;font-size:.85rem;line-height:1.5}.cd-source{background:var(--st-surface-alt)}.cd-source p{color:var(--st-text-subtle);margin:0;font-size:.85rem}.cd-cv-link{color:var(--st-brand);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;text-decoration:underline}.cd-cv-link:hover{color:var(--st-brand-hover)}.cd-agent-card{border:1px solid var(--st-border);background:#fff;border-radius:10px;margin-bottom:10px;padding:14px 18px}.cd-agent-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.cd-agent-header h2{color:var(--st-text);text-transform:uppercase;letter-spacing:.3px;flex:1;margin:0;font-size:.85rem;font-weight:600}.cd-agent-score{border-radius:4px;padding:2px 8px;font-size:.78rem;font-weight:600}.cd-agent-score.high{background:var(--st-success-soft);color:var(--st-success-text)}.cd-agent-score.mid{background:var(--st-warning-soft);color:var(--st-warning-text)}.cd-agent-score.low{background:var(--st-danger-soft);color:var(--st-danger-text)}.cd-agent-explanation{color:var(--st-text);margin:0 0 10px;font-size:.88rem;line-height:1.5}.cd-filter-criteria{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cd-filter-row{align-items:flex-start;gap:10px;padding:12px 0;display:flex}.cd-filter-row+.cd-filter-row{border-top:1px solid var(--st-surface-alt)}.cd-filter-dot{background:var(--st-border-strong);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.cd-filter-row.met .cd-filter-dot{background:var(--st-success)}.cd-filter-row.partially_met .cd-filter-dot{background:var(--st-warning-text)}.cd-filter-row.contradicted .cd-filter-dot{background:var(--st-danger)}.cd-filter-row.not_evidenced .cd-filter-dot{background:var(--st-border-strong)}.cd-filter-text{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.cd-filter-criterion{color:var(--st-text);font-size:.85rem;font-weight:500}.cd-filter-criterion-line{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.cd-filter-verdict,.cd-filter-note{border-radius:999px;align-items:center;min-height:20px;padding:2px 7px;font-size:.68rem;font-weight:650;display:inline-flex}.cd-filter-verdict--met{background:var(--st-success-soft);color:var(--st-success-text)}.cd-filter-verdict--partially_met{background:var(--st-warning-soft);color:var(--st-warning-text)}.cd-filter-verdict--contradicted{background:var(--st-danger-soft);color:var(--st-danger-text)}.cd-filter-verdict--not_evidenced{background:var(--st-surface-alt);color:var(--st-text-subtle)}.cd-filter-note{color:var(--st-text-muted);background:#f6f4f2;margin-left:auto}.cd-filter-explanation{background:var(--st-surface-alt);border-radius:9px;grid-template-columns:86px minmax(0,1fr);gap:5px 10px;padding:10px 12px;display:grid}.cd-filter-explanation-label{color:var(--st-text-subtle);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.cd-filter-evidence,.cd-filter-reason{color:var(--st-text-muted);font-size:.8rem;line-height:1.45}.cd-filter-evidence.is-empty{color:var(--st-text-subtle);font-style:italic}@media (width<=640px){.cd-filter-note{margin-left:0}.cd-filter-explanation{grid-template-columns:1fr}}.cd-facets{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.cd-facet-head{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.cd-facet-label{color:var(--st-text);flex:1;font-size:.88rem;font-weight:500}.cd-facet-weight{color:var(--st-text-subtle);font-size:.74rem}.cd-facet-value{text-align:right;min-width:42px;font-size:.88rem;font-weight:600}.cd-facet-value.high{color:var(--st-success-text)}.cd-facet-value.mid{color:var(--st-warning-text)}.cd-facet-value.low{color:var(--st-danger-text)}.cd-facet-bar{background:var(--st-surface-alt);border-radius:3px;height:6px;overflow:hidden}.cd-facet-bar-fill{border-radius:3px;height:100%;transition:width .3s}.cd-facet-bar-fill.high{background:var(--st-success)}.cd-facet-bar-fill.mid{background:var(--st-warning)}.cd-facet-bar-fill.low{background:var(--st-danger)}.cd-red-flags{background:var(--st-danger-soft);border:1px solid var(--st-danger-soft);border-radius:8px;margin-top:14px;padding:12px 14px}.cd-red-flags h3{color:var(--st-danger-text);margin:0 0 6px;font-size:.85rem}.cd-red-flags ul{color:var(--st-danger-text);margin:0;padding-left:18px;font-size:.85rem}.cd-info-answers{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.cd-info-answers li{flex-direction:column;gap:2px;padding:8px 0;display:flex}.cd-info-answers li+li{border-top:1px solid var(--st-surface-alt)}.cd-info-q{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.3px;font-size:.75rem;font-weight:500}.cd-info-a{color:var(--st-text);font-size:.88rem}.cd-info-pending{color:var(--st-text-muted);font-style:italic}.cd-info-skipped{color:var(--st-danger);font-style:italic}.cd-info-doc{border:1px solid var(--st-border);background:var(--st-surface-alt);cursor:pointer;color:var(--st-text);transition:background var(--st-trans-fast), border-color var(--st-trans-fast);border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-family:inherit;font-size:.85rem;display:inline-flex}.cd-info-doc:hover{background:var(--st-brand-soft);border-color:var(--st-brand)}.cd-info-doc-icon{font-size:14px}.cd-info-doc-name{font-weight:600}.cd-info-doc-badge{text-transform:uppercase;letter-spacing:.04em;background:var(--st-success-soft);color:var(--st-success);border-radius:4px;margin-left:4px;padding:2px 6px;font-size:10px;font-weight:600}.cd-documents{flex-direction:column;gap:8px;display:flex}.cd-doc{border:1px solid var(--st-border);background:#fff;border-radius:10px;align-items:center;gap:14px;padding:12px 16px;transition:border-color .12s,background .12s;display:flex}.cd-doc:hover{border-color:var(--st-border-strong);background:var(--st-surface-alt)}.cd-doc-icon{background:var(--st-surface-alt);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;display:inline-flex}.cd-doc-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cd-doc-name{color:var(--st-text);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.cd-doc-meta{color:var(--st-text-subtle);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.cd-tab-badge.neutral{background:var(--st-border);color:var(--st-text-muted)}.cd-filter-sev{color:#374151;vertical-align:1px;background:#f3f4f6;border-radius:999px;margin-left:8px;padding:1px 7px;font-size:11px;font-weight:600;display:inline-block}.cd-filter-sev--elim{color:#991b1b;background:#fee2e2}.cd-filter-sev--must{color:#a84518;background:#fff0e8;margin-left:0}.cd-filter-score{color:var(--st-text-muted);margin:0 0 12px;font-size:.88rem}.cd-filter-score strong{color:var(--st-text)}.cd-filter-score-veto{color:#991b1b}.cands-page h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.cands-subtitle{color:var(--st-text-subtle);margin:4px 0 0;font-size:.9rem}.cands-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.cands-bulk-delete{background:var(--st-danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600}.cands-bulk-delete:hover{background:var(--st-danger-text)}.cands-search{margin-bottom:16px}.cands-search input{border:1px solid var(--st-border);box-sizing:border-box;background:#fff;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.9rem}.cands-search input:focus{border-color:var(--st-brand)}.cands-empty{border:1px solid var(--st-border);background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:80px 20px;display:flex}.cands-empty p{color:var(--st-text-subtle)}.cands-table-section{border:1px solid var(--st-border);background:#fff;border-radius:12px;overflow:hidden}.cands-table{border-collapse:collapse;width:100%;font-size:.85rem}.cands-table th{text-align:left;color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid var(--st-border);padding:12px 14px;font-size:.75rem;font-weight:600}.cands-table td{border-bottom:1px solid var(--st-border);color:var(--st-text);vertical-align:middle;padding:12px 14px}.cands-table tbody tr{cursor:pointer;transition:background .15s}.cands-table tbody tr:hover{background:var(--st-brand-softer)}.cands-table tbody tr:last-child td{border-bottom:none}.cands-th-check{text-align:center;width:32px}.cands-selected td{background:var(--st-danger-soft)}.cands-td-name{color:var(--st-text);font-weight:600}.cands-td-email,.cands-td-phone{color:var(--st-text-subtle);font-size:.8rem}.cands-td-skills{color:var(--st-brand);font-size:.8rem}.cands-td-formation{color:var(--st-text-muted);font-size:.8rem}.cands-td-date{color:var(--st-text-subtle);font-size:.8rem}.cands-cv-btn{background:var(--st-brand-softer);color:var(--st-brand);cursor:pointer;border:none;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600}.cands-cv-btn:hover{background:var(--st-brand-soft)}.cands-load-more{justify-content:center;padding:16px;display:flex}.cands-load-more button{background:var(--st-border);color:var(--st-text-muted);cursor:pointer;border:none;border-radius:6px;padding:8px 24px;font-size:.85rem;font-weight:500}.cands-load-more button:hover:not(:disabled){background:var(--st-border)}.cands-load-more button:disabled{opacity:.5;cursor:not-allowed}.cands-redisco{border:1px solid var(--st-border);background:#fafaff;border-radius:10px;margin-bottom:16px;padding:14px 16px}.cands-redisco-head{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.cands-redisco-title{color:var(--st-text);font-size:.95rem;font-weight:700}.cands-redisco-hint{color:var(--st-text-subtle);font-size:.82rem}.cands-redisco-bar{gap:8px;margin-top:10px;display:flex}.cands-redisco-bar input{border:1px solid var(--st-border);box-sizing:border-box;background:#fff;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.9rem}.cands-redisco-bar input:focus{border-color:var(--st-brand)}.cands-redisco-btn{background:var(--st-brand);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 18px;font-size:.85rem;font-weight:600}.cands-redisco-btn:disabled{opacity:.5;cursor:not-allowed}.cands-redisco-clear{background:var(--st-border);color:var(--st-text-muted);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 14px;font-size:.85rem;font-weight:500}.cands-th-match{width:72px}.cands-match-pill{text-align:center;color:#3730a3;background:#eef2ff;border-radius:999px;min-width:44px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.cands-td-summary{color:var(--st-text-muted);max-width:420px;font-size:.85rem}.cands-tabs{border-bottom:2px solid var(--st-border);gap:4px;margin-bottom:20px;display:flex}.cands-tab{color:var(--st-text-subtle);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .15s}.cands-tab:hover{color:var(--st-text)}.cands-tab.active{color:var(--primary-color,#e96021);border-bottom-color:var(--primary-color,#e96021);font-weight:600}.cands-rd-cta{border:1px solid var(--st-border);background:#fff;border-radius:12px;max-width:640px;padding:28px}.cands-rd-cta h2{color:var(--st-text);margin:0 0 10px;font-size:1.05rem}.cands-rd-cta p{color:var(--st-text-muted);margin:0 0 16px;font-size:.9rem;line-height:1.6}.cands-rd-cta-hint{color:var(--st-text-subtle)!important;margin-top:14px!important;font-size:.82rem!important}.cands-rd-cta a{color:var(--primary-color,#e96021)}.cands-header-actions{align-items:center;gap:10px;display:flex}.cands-add-btn{background:var(--primary-color,#e96021);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600}.cands-add-btn:hover{background:var(--primary-700,#b63718)}.cands-dropzone{border:2px dashed var(--st-border-strong,#d1d5db);cursor:pointer;text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px;padding:32px;transition:all .15s;display:flex}.cands-dropzone:hover{border-color:var(--primary-color,#e96021);background:var(--primary-50,#fef5ee)}.cands-dropzone.busy{border-color:var(--primary-400,#ee8349);cursor:wait}.cands-dropzone input{display:none}.cands-dropzone-text{color:var(--st-text-muted);font-size:.9rem}.cands-dropzone-hint{color:var(--st-text-subtle);font-size:.75rem}.cands-sourcing-form{grid-template-columns:1.4fr 1fr 1fr auto;gap:8px;margin-top:10px;display:grid}.cands-sourcing-form input{border:1px solid var(--st-border);box-sizing:border-box;background:#fff;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem}.cands-sourcing-form input:focus{border-color:var(--primary-color,#e96021)}@media (width<=800px){.cands-sourcing-form{grid-template-columns:1fr}}.cands-sourcing-history h2{color:var(--st-text);margin:0 0 10px;font-size:.95rem}.cands-sourcing-history-row{border:1px solid var(--st-border);cursor:pointer;text-align:left;background:#fff;border-radius:8px;justify-content:space-between;align-items:baseline;gap:12px;width:100%;margin-bottom:6px;padding:10px 14px;font-family:inherit;font-size:.86rem;display:flex}.cands-sourcing-history-row:hover{border-color:var(--primary-color,#e96021)}.cands-sourcing-history-crit{color:var(--st-text);font-weight:500}.cands-sourcing-history-meta{color:var(--st-text-subtle);white-space:nowrap}.cands-sourcing-history{margin-top:16px}.cands-sourcing-history-row.active{border-color:var(--primary-color,#e96021);background:var(--primary-50,#fef5ee)}.srcg-list{margin-top:20px}.srcg-card{border:1px solid var(--st-border);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:14px;width:100%;margin-bottom:10px;padding:16px;font-family:inherit;display:flex}.srcg-card:hover{border-color:var(--primary-color,#e96021)}.srcg-avatar{background:var(--primary-50,#fef5ee);width:46px;height:46px;color:var(--primary-color,#e96021);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex;overflow:hidden}.srcg-avatar img{object-fit:cover;width:100%;height:100%}.srcg-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.srcg-name{color:var(--st-text);font-size:.95rem;font-weight:700}.srcg-headline{color:var(--st-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.srcg-chips{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.srcg-chip{border:1px solid var(--st-border);color:var(--st-text-muted);background:#fff;border-radius:999px;padding:2px 9px;font-size:.75rem}.srcg-open{color:var(--primary-color,#e96021);flex:none;font-size:.82rem;font-weight:600}.srcg-detail-avatar{overflow:hidden}.srcg-detail-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.srcg-kv{flex-direction:column;gap:8px;margin:0;display:flex}.srcg-kv>div{gap:10px;font-size:.88rem;display:flex}.srcg-kv dt{color:var(--st-text-subtle);flex:none;min-width:110px}.srcg-kv dd{color:var(--st-text);overflow-wrap:anywhere;margin:0}.srcg-reason{color:var(--st-text-muted);margin:0 0 12px;font-size:.85rem;font-style:italic}.srcg-analyzing{margin-top:20px}.srcg-analyzing-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.srcg-analyzing-head .srcg-eval-star{width:22px;height:22px;animation:1.4s ease-in-out infinite srcg-star-pulse}.srcg-analyzing-title{color:var(--st-text);margin:0;font-size:.95rem;font-weight:700}.srcg-analyzing-sub{color:var(--st-text-muted);margin:2px 0 0;font-size:.82rem}@keyframes srcg-star-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.srcg-skel-card{pointer-events:none;cursor:default}.srcg-skel-eval{border-radius:var(--st-radius,10px);margin-top:8px}.srcg-eval{border:1px solid var(--primary-300,#f4af7d);border-radius:var(--st-radius,10px);background:var(--st-surface,#fff);flex-direction:column;gap:6px;margin-top:10px;padding:12px 14px;display:flex}.srcg-eval-head{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:2px;display:flex}.srcg-eval-star{width:15px;height:15px;color:var(--st-brand,#e96021);flex:none}.srcg-eval-label{color:var(--st-text);font-size:.83rem;font-weight:600}.srcg-eval-badge{border-radius:var(--st-radius-pill,9999px);padding:2px 10px;font-size:.8rem;font-weight:700}.srcg-eval-badge.good{background:var(--st-success-soft);color:var(--st-success-text)}.srcg-eval-badge.mid{background:var(--st-warning-soft);color:var(--st-warning-text)}.srcg-eval-badge.low{background:var(--st-danger-soft);color:var(--st-danger-text)}.srcg-eval-count{color:var(--st-text-subtle);font-size:.78rem}.srcg-eval-crit{color:var(--st-text-muted);align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.45;display:flex}.srcg-eval-crit strong{color:var(--st-text);font-weight:600}.srcg-eval-ico{border:1.5px solid;border-radius:50%;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;font-size:.6rem;font-weight:800;display:inline-flex}.srcg-eval-ico.met{color:var(--st-success)}.srcg-eval-ico.not_met{color:var(--st-danger)}.srcg-eval-ico.unknown{color:var(--st-text-subtle)}.srcg-eval-ico.partial{color:var(--st-warning-text)}.cands-select-cell{text-align:center;width:34px}.cands-select-cell input{cursor:pointer;accent-color:var(--st-brand)}.tdisco-crits-cell{cursor:pointer;white-space:nowrap}.tdisco-thumbs{align-items:center;gap:6px;display:inline-flex}.tdisco-thumb{border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.tdisco-thumb-ico{width:12px;height:12px}.tdisco-thumb-ico.down{transform:rotate(180deg)}.tdisco-thumb.met{background:var(--st-success-soft);color:var(--st-success-text)}.tdisco-thumb.partial{background:var(--st-warning-soft);color:var(--st-warning-text)}.tdisco-thumb.not_met{background:var(--st-danger-soft);color:var(--st-danger-text)}.tdisco-thumb.unknown{background:var(--st-border);color:var(--st-text-subtle)}.tdisco-chevron-cell{text-align:center;cursor:pointer;width:42px}.tdisco-chevron{cursor:pointer;color:var(--st-text-subtle);background:0 0;border:none;padding:4px;display:inline-flex}.tdisco-chevron svg{width:16px;height:16px;transition:transform .15s}.tdisco-chevron.open svg{transform:rotate(180deg)}.tdisco-chevron:hover{color:var(--st-text)}.tdisco-cards-row>td{padding:4px 12px 18px}.tdisco-cards{grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:14px;display:grid}.tdisco-card{border:1px solid var(--st-border);background:var(--st-surface,#fff);border-radius:14px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.tdisco-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.tdisco-card-pill{border-radius:var(--st-radius-pill,9999px);align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.tdisco-card-pill .tdisco-thumb-ico{width:13px;height:13px}.tdisco-card-pill.met{background:var(--st-success-soft);color:var(--st-success-text)}.tdisco-card-pill.partial{background:var(--st-warning-soft);color:var(--st-warning-text)}.tdisco-card-pill.not_met{background:var(--st-danger-soft);color:var(--st-danger-text)}.tdisco-card-pill.unknown{background:var(--st-border);color:var(--st-text-subtle)}.tdisco-card-score{color:var(--st-text-subtle);font-size:.8rem;font-weight:700}.tdisco-card-crit{color:var(--st-text-muted);margin:0;font-size:.82rem;font-style:italic;line-height:1.4}.tdisco-card-reason{color:var(--st-text);margin:0;font-size:.86rem;line-height:1.45}.tdisco-hist{flex-direction:column;gap:8px;margin-top:22px;display:flex}.tdisco-hist-title{text-transform:uppercase;letter-spacing:.05em;color:var(--st-text-subtle);margin-bottom:2px;font-size:.78rem;font-weight:700}.tdisco-hist-row{border:1px solid var(--st-border);background:var(--st-surface,#fff);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:border-color .12s,box-shadow .12s;display:flex}.tdisco-hist-row:hover{border-color:var(--primary-300,#f4af7d);box-shadow:0 2px 8px #0000000d}.tdisco-hist-ico{background:var(--st-brand-softer);width:34px;height:34px;color:var(--st-brand);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.tdisco-hist-ico svg{width:15px;height:15px}.tdisco-hist-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tdisco-hist-query{color:var(--st-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.tdisco-hist-meta{color:var(--st-text-subtle);font-size:.78rem}.tdisco-hist-del{width:32px;height:32px;color:var(--st-text-subtle);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;transition:opacity .12s,background .12s,color .12s;display:inline-flex}.tdisco-hist-row:hover .tdisco-hist-del,.tdisco-hist-del:focus-visible{opacity:1}.tdisco-hist-del:hover{background:var(--st-danger-soft);color:var(--st-danger-text)}.tdisco-hist-del svg{width:15px;height:15px}.pd-disco-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pd-disco-count{color:var(--st-text-subtle);font-size:.8rem;font-weight:500}.pd-disco-query{color:var(--st-text-muted);margin:0 0 12px;font-size:.84rem;font-style:italic}.cands-selbar{border:1px solid var(--st-border);border-radius:var(--st-radius,10px);background:var(--st-surface,#fff);flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding:10px 14px;display:flex}.cands-selbar-count{color:var(--st-text);margin-right:auto;font-size:.85rem;font-weight:600}.cands-selbar-btn{background:var(--st-brand-softer);color:var(--st-brand);cursor:pointer;border:none;border-radius:6px;padding:8px 14px;font-size:.82rem;font-weight:600}.cands-selbar-btn:hover:not(:disabled){background:var(--st-brand-soft)}.cands-selbar-btn:disabled{opacity:.6;cursor:default}.tdisco-rec-picker{flex-direction:column;gap:12px;min-width:380px;display:flex}.tdisco-rec-search{border:1px solid var(--st-border);border-radius:8px;width:100%;padding:9px 12px;font-size:.88rem}.tdisco-rec-empty{color:var(--st-text-muted);margin:6px 0;font-size:.85rem}.tdisco-rec-list{flex-direction:column;gap:8px;max-height:50vh;display:flex;overflow-y:auto}.tdisco-rec-row{border:1px solid var(--st-border);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.tdisco-rec-main{flex-direction:column;gap:2px;min-width:0;display:flex}.tdisco-rec-title{color:var(--st-text);font-size:.88rem;font-weight:600}.tdisco-rec-meta{color:var(--st-text-muted);font-size:.78rem}.pact-actionbar{border:1px solid var(--st-border,#80808059);border-radius:9px;flex-shrink:0;align-self:flex-start;align-items:stretch;margin-left:auto;display:inline-flex;overflow:hidden}.pact-seg{color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:7px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.pact-seg+.pact-seg{border-left:1px solid var(--st-border,#80808040)}.pact-seg:hover:not(:disabled){background:#80808014}.pact-seg:disabled{opacity:.55;cursor:default}.pact-seg-primary{color:var(--st-brand,#e96021)}.pact-seg-danger{color:#dc2626}.pact-seg-danger:hover:not(:disabled){background:#dc262614}.pact-btn{border:1px solid var(--st-border,#80808059);color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:8px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.pact-btn:disabled{opacity:.55;cursor:default}.pact-btn-primary{background:var(--st-brand,#e96021);border-color:var(--st-brand,#e96021);color:#fff}.pact-btn-danger{color:#dc2626;border-color:#dc262673}.pact-btn-danger:hover:not(:disabled){background:#dc262614}.pact-rec-picker{flex-direction:column;gap:14px;min-width:min(460px,84vw);padding:4px 24px 24px;display:flex}.pact-rec-search-wrap{align-items:center;display:flex;position:relative}.pact-rec-search-icon{width:17px;height:17px;color:var(--st-text-subtle,#9aa0a6);pointer-events:none;position:absolute;left:13px}.pact-rec-search{border:1px solid var(--st-border,#8080804d);background:var(--st-surface-subtle,#8080800d);width:100%;color:inherit;border-radius:10px;padding:11px 14px 11px 38px;font-size:.9rem;transition:border-color .15s,box-shadow .15s,background .15s}.pact-rec-search::placeholder{color:var(--st-text-subtle,#9aa0a6)}.pact-rec-search:focus{border-color:var(--st-brand,#e96021);background:0 0;outline:none;box-shadow:0 0 0 3px #e9602126}.pact-rec-empty{color:var(--st-text-subtle,#888);text-align:center;margin:10px 2px;font-size:.88rem}.pact-rec-list{flex-direction:column;gap:2px;max-height:340px;margin:0 -6px;padding:2px 6px;display:flex;overflow-y:auto}.pact-rec-row{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:11px 12px;transition:background .14s,border-color .14s;display:flex}.pact-rec-row:hover:not(:disabled),.pact-rec-row:focus-visible{background:#e9602112;border-color:#e9602147;outline:none}.pact-rec-row:disabled{cursor:default}.pact-rec-list:has(.pact-rec-row:disabled) .pact-rec-row:disabled{opacity:.45}.pact-rec-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pact-rec-title{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.pact-rec-meta{color:var(--st-text-subtle,#888);font-size:.78rem}.pact-rec-cta{width:22px;height:22px;color:var(--st-text-subtle,#b0b4b8);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:color .14s,transform .14s;display:inline-flex}.pact-rec-row:hover:not(:disabled) .pact-rec-cta,.pact-rec-row:focus-visible .pact-rec-cta{color:var(--st-brand,#e96021);transform:translate(3px)}.pact-spinner{border:2px solid #e9602140;border-top-color:var(--st-brand,#e96021);border-radius:50%;width:15px;height:15px;animation:.6s linear infinite pact-spin}@keyframes pact-spin{to{transform:rotate(360deg)}}.pact-edit-form{flex-direction:column;gap:12px;min-width:min(560px,84vw);padding:4px 24px 24px;display:flex}.pact-edit-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px 14px;display:grid}.pact-field{flex-direction:column;gap:4px;font-size:.8rem;font-weight:600;display:flex}.pact-field input,.pact-field textarea{border:1px solid var(--st-border,#80808059);color:inherit;font:inherit;resize:vertical;background:0 0;border-radius:8px;padding:8px 10px;font-size:.88rem;font-weight:400}.pact-edit-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.sdb-page{flex-direction:column;width:100%;display:flex}.sdb-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.sdb-header-actions{align-items:center;gap:12px;display:flex}.sdb-period{background:var(--st-surface-alt);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.sdb-period-tab{color:var(--st-text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:6px 14px;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .15s,color .15s,box-shadow .15s}.sdb-period-tab:hover:not(.active){color:var(--st-text)}.sdb-period-tab.active{color:var(--st-text);background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.sdb-page h1{color:var(--st-text);margin:0;font-size:1.5rem;font-weight:700}.sdb-subtitle{color:var(--st-text-subtle);margin:4px 0 0;font-size:.9rem}.sdb-green{color:var(--st-success)}.sdb-orange{color:var(--primary-400)}.sdb-red{color:var(--st-danger)}.sdb-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.sdb-kpi{border:1px solid var(--st-border);background:#fff;border-radius:14px;align-items:center;gap:16px;padding:18px 20px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.sdb-kpi:hover{border-color:var(--st-border-strong);transform:translateY(-1px);box-shadow:0 6px 18px #1414280f}.sdb-kpi-icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sdb-kpi-body{flex-direction:column;gap:2px;min-width:0;display:flex}.sdb-kpi-value{color:var(--st-text);font-variant-numeric:tabular-nums;font-size:1.7rem;font-weight:800;line-height:1}.sdb-kpi-label{color:var(--st-text-subtle);text-transform:uppercase;letter-spacing:.3px;font-size:.78rem;font-weight:500}.sdb-kpi--indigo .sdb-kpi-icon{background:var(--st-info-soft);color:var(--st-info-text)}.sdb-kpi--purple .sdb-kpi-icon{background:var(--st-brand-softer);color:var(--st-brand-hover)}.sdb-kpi--cyan .sdb-kpi-icon{background:var(--st-info-soft);color:var(--st-info-text)}.sdb-kpi--amber .sdb-kpi-icon{background:var(--st-warning-soft);color:var(--st-warning-text)}.sdb-kpi--green .sdb-kpi-icon{background:var(--st-success-soft);color:var(--st-success-text)}.sdb-kpi--violet .sdb-kpi-icon{background:var(--st-brand-soft);color:var(--st-brand)}.sdb-kpis[aria-busy=true] .sdb-kpi-value{color:var(--st-text-disabled)}@media (width<=980px){.sdb-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.sdb-kpis{grid-template-columns:1fr}}.sdb-loading{color:var(--st-text-subtle);margin:0;font-size:.9rem}.sdb-section{border:1px solid var(--st-border);background:#fff;border-radius:12px;margin-bottom:16px;padding:24px}.sdb-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sdb-section h2{color:var(--st-text);margin:0;font-size:1rem;font-weight:600}.sdb-see-all{color:var(--st-brand);cursor:pointer;background:0 0;border:none;font-size:.82rem;font-weight:500}.sdb-see-all:hover{text-decoration:underline}.sdb-empty-state{color:var(--st-text-subtle);flex-direction:column;align-items:center;gap:12px;padding:32px;font-size:.9rem;display:flex}.sdb-recruitment-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.sdb-recruitment-card{border:1px solid var(--st-border);cursor:pointer;border-radius:10px;padding:16px;transition:all .15s}.sdb-recruitment-card:hover{border-color:var(--st-brand);box-shadow:0 2px 8px var(--st-brand-ring)}.sdb-rc-header h3{color:var(--st-text);margin:0 0 2px;font-size:.9rem;font-weight:600;line-height:1.3}.sdb-rc-meta{color:var(--st-text-subtle);font-size:.75rem}.sdb-rc-stats{gap:16px;margin-top:14px;display:flex}.sdb-rc-stat{flex-direction:column;gap:1px;display:flex}.sdb-rc-stat-val{color:var(--st-text);font-size:.95rem;font-weight:700}.sdb-rc-stat-lbl{color:var(--st-text-subtle);font-size:.68rem}.sdb-rc-progress{background:var(--st-border);border-radius:2px;height:4px;margin-top:12px;overflow:hidden}.sdb-rc-progress-bar{background:var(--st-success);border-radius:2px;height:100%;transition:width .3s}.sdb-activity-list{flex-direction:column;display:flex}.sdb-activity-item{border-bottom:1px solid var(--st-border);cursor:pointer;align-items:center;gap:12px;padding:10px 0;transition:background .1s;display:flex}.sdb-activity-item:last-child{border-bottom:none}.sdb-activity-item:hover{background:var(--st-brand-softer);margin:0 -24px;padding:10px 24px}.sdb-activity-avatar{background:var(--st-brand-softer);width:36px;height:36px;color:var(--st-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.sdb-activity-info{flex:1;min-width:0}.sdb-activity-name{color:var(--st-text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;display:block;overflow:hidden}.sdb-activity-meta{color:var(--st-text-subtle);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;display:block;overflow:hidden}.sdb-activity-badges{flex-shrink:0;gap:6px;display:flex}.sdb-activity-time{color:var(--st-text-disabled);white-space:nowrap;flex-shrink:0;font-size:.72rem}.sdb-badge{white-space:nowrap;border-radius:12px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.sdb-badge.high{background:var(--st-success-soft);color:var(--st-success)}.sdb-badge.mid{background:var(--st-brand-softer);color:var(--primary-400)}.sdb-badge.low{background:var(--st-danger-soft);color:var(--st-danger)}@media (width<=768px){.sdb-recruitment-cards{grid-template-columns:1fr}.sdb-header{flex-direction:column;align-items:stretch;gap:12px}.sdb-header-actions{flex-wrap:wrap}}.popup-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;background:#0000001a;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-window{background:var(--white);border-radius:var(--radius-lg);flex-direction:column;justify-content:flex-start;width:480px;max-width:100vw;height:400px;max-height:100vh;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}.popup-close{top:var(--spacing-sm);right:var(--spacing-sm);border-radius:var(--radius-full);border:1px solid var(--gray-200);background:var(--white);width:36px;height:36px;color:var(--gray-700);cursor:pointer;box-shadow:var(--shadow-sm);z-index:10;justify-content:center;align-items:center;font-size:20px;line-height:1;display:inline-flex;position:absolute}.popup-close:hover{box-shadow:var(--shadow-md)}.popup-content{padding:var(--spacing-md);flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.skillee-hide-popup-scrollbar .popup-content{-ms-overflow-style:none}.skillee-hide-popup-scrollbar .popup-content::-webkit-scrollbar{width:0;height:0}.scroll-indicator-gradient{background:linear-gradient(to top, var(--background-color) 0%, transparent 100%);pointer-events:none;z-index:10;border-radius:0 0 var(--radius-lg) var(--radius-lg);height:60px;position:absolute;bottom:0;left:0;right:0}.scroll-indicator{bottom:var(--spacing-sm);z-index:11;opacity:.7;pointer-events:none;animation:1.5s ease-in-out infinite bounce;position:absolute;left:50%;transform:translate(-50%)}.scroll-indicator svg{width:24px;height:24px;color:var(--text-secondary)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-6px)}}.popup-loading{justify-content:center;align-items:center;gap:var(--spacing-md);flex-direction:column;height:100%;padding:0;display:flex;position:relative}.popup-loading .spinner{border:3px solid var(--gray-200);border-top-color:var(--primary-color);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.popup-loading-text{color:var(--gray-500);font-size:var(--font-size-small)}.sent-page{height:100%;color:var(--text-primary);flex-direction:column;display:flex}.sent-page__top{padding:var(--spacing-md);justify-content:flex-start;align-items:flex-start;padding-right:44px;display:flex}.sent-page__logo{object-fit:contain;border-radius:var(--radius-md);background:var(--background-color);border:1px solid var(--gray-200);width:36px;height:36px;padding:6px}.sent-page__content{text-align:center;justify-content:center;align-items:center;gap:var(--spacing-lg);padding:0 var(--spacing-md);flex-direction:column;flex:1;display:flex}.sent-page__title{font-size:var(--font-size-medium-large);font-weight:var(--font-semibold);color:var(--text-primary);line-height:var(--leading-tight);margin:0}.sent-page__subtitle{font-size:var(--font-size-base);color:var(--text-secondary);line-height:var(--leading-relaxed);max-width:520px;margin:0}.sent-page__link{color:var(--primary-color);text-underline-offset:2px;text-decoration:underline}.sent-page__link:hover{text-decoration-thickness:2px}.sent-page__actions{width:100%;padding-top:var(--spacing-md);justify-content:center;margin-top:0;display:flex}.sent-page__actions .button{width:100%;max-width:320px}.sent-page__icon{margin-bottom:0;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media (width<=560px){.sent-page__actions{justify-content:stretch}.sent-page__actions .button{width:100%}}.login-register-v2{justify-content:flex-start;gap:var(--spacing-lg);flex-direction:column;height:100%;display:flex;position:relative}.login-register-v2 .form{gap:var(--spacing-md);flex-direction:column;flex:1;display:flex}.form-grid-2{gap:var(--spacing-sm);grid-template-columns:1fr 1fr;display:grid}@media (width<=380px){.form-grid-2{grid-template-columns:1fr}}.login-register-v2__brand{flex-direction:column;gap:6px;padding-right:44px;display:flex}.login-register-v2__brand-top{align-items:center;gap:var(--spacing-md);display:flex}.login-register-v2__logo{object-fit:contain;border-radius:var(--radius-md);background:var(--background-color);border:1px solid var(--gray-200);flex:none;width:36px;height:36px;padding:6px}.login-register-v2__brand-text{flex-direction:column;gap:2px;min-width:0;display:flex}.login-register-v2__headline{font-size:var(--font-size-medium);font-weight:var(--font-semibold);color:var(--text-primary);line-height:var(--leading-tight);margin:0}.login-register-v2__subhead{font-size:var(--font-size-small);color:var(--text-secondary);line-height:var(--leading-normal);margin:0}.login-register-v2__accent{border-radius:var(--radius-full);background:var(--gradient-primary);width:100%;height:3px}.form-info{padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);background:var(--info-bg);border:1px solid var(--info-color);color:var(--info-text);font-size:var(--font-size-small);flex-direction:column;gap:2px;display:flex}.form-info strong{font-weight:var(--font-semibold)}.form__footer{justify-content:space-between;align-items:flex-end;gap:var(--spacing-sm);padding-top:var(--spacing-md);flex-direction:row-reverse;margin-top:auto;display:flex}.form__footer .button{white-space:nowrap;width:auto}.form__footer .auth-switch{text-align:left;margin-top:0}.form__footer .auth-switch p{justify-content:flex-start}@media (width<=420px){.form__footer{flex-direction:column;align-items:stretch}.form__footer .button{width:100%}.form__footer .auth-switch{text-align:center}.form__footer .auth-switch p{justify-content:center}}.skillee-hide-popup-scrollbar .login-register-v2 .form__footer{padding-bottom:var(--spacing-md)}.form-terms{align-items:flex-start;gap:var(--spacing-sm);font-size:var(--font-size-small);color:var(--text-secondary);display:flex}.form-terms .checkbox-label{align-items:flex-start;gap:var(--spacing-xs);cursor:pointer;display:flex}.form-terms input[type=checkbox]{cursor:pointer;margin-top:3px}.form-terms a{color:var(--primary-color);text-decoration:underline}.verify-sms-code{justify-content:flex-start;gap:var(--spacing-lg);flex-direction:column;height:100%;display:flex;position:relative}.verify-sms-code__brand{flex-direction:column;gap:6px;padding-right:44px;display:flex}.verify-sms-code__brand-top{align-items:center;gap:var(--spacing-md);display:flex}.verify-sms-code__logo{object-fit:contain;border-radius:var(--radius-md);background:var(--background-color);border:1px solid var(--gray-200);flex:none;width:36px;height:36px;padding:6px}.verify-sms-code__brand-text{flex-direction:column;gap:2px;min-width:0;display:flex}.verify-sms-code__headline{font-size:var(--font-size-medium);font-weight:var(--font-semibold);color:var(--text-primary);line-height:var(--leading-tight);margin:0}.verify-sms-code__subhead{font-size:var(--font-size-small);color:var(--text-secondary);line-height:var(--leading-normal);margin:0}.verify-sms-code__accent{border-radius:var(--radius-full);background:var(--gradient-primary);width:100%;height:3px}.verify-sms-code__phone-number{font-size:var(--font-size-large);font-weight:var(--font-semibold);color:var(--text-primary);text-align:center;padding:var(--spacing-sm) var(--spacing-md);background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200)}.verify-sms-code__form{gap:var(--spacing-md);flex-direction:column;flex:1;display:flex}.verify-sms-code__inputs{justify-content:center;gap:var(--spacing-sm);display:flex}.verify-sms-code__input{text-align:center;width:48px;height:56px;font-size:var(--font-size-xl);font-weight:var(--font-semibold);color:var(--text-primary);border:2px solid var(--gray-200);border-radius:var(--radius-md);background:var(--background-color);transition:border-color .2s,box-shadow .2s}.verify-sms-code__input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-100);outline:none}.verify-sms-code__input:disabled{background:var(--gray-100);cursor:not-allowed}.verify-sms-code__hint{font-size:var(--font-size-small);color:var(--text-secondary);text-align:center;margin:0}.verify-sms-code__hint .btn-link{font-size:inherit;color:var(--primary-color);cursor:pointer;background:0 0;border:none;margin:0;padding:0;text-decoration:underline;transition:color .2s}.verify-sms-code__hint .btn-link:hover:not(:disabled){color:var(--primary-dark)}.verify-sms-code__hint .btn-link:disabled{color:var(--text-tertiary);cursor:not-allowed;text-decoration:none}.verify-sms-code__actions{justify-content:space-between;gap:var(--spacing-md);padding-top:var(--spacing-md);flex-direction:row;margin-top:auto;display:flex}.verify-sms-code__actions .button{flex:1}@media (width<=380px){.verify-sms-code__input{width:40px;height:48px;font-size:var(--font-size-large)}.verify-sms-code__inputs{gap:var(--spacing-xs)}}.confirm-phone{justify-content:flex-start;gap:var(--spacing-lg);flex-direction:column;height:100%;display:flex;position:relative}.confirm-phone__brand{flex-direction:column;gap:6px;padding-right:44px;display:flex}.confirm-phone__brand-top{align-items:center;gap:var(--spacing-md);display:flex}.confirm-phone__logo{object-fit:contain;border-radius:var(--radius-md);background:var(--background-color);border:1px solid var(--gray-200);flex:none;width:36px;height:36px;padding:6px}.confirm-phone__brand-text{flex-direction:column;gap:2px;min-width:0;display:flex}.confirm-phone__headline{font-size:var(--font-size-medium);font-weight:var(--font-semibold);color:var(--text-primary);line-height:var(--leading-tight);margin:0}.confirm-phone__subhead{font-size:var(--font-size-small);color:var(--text-secondary);line-height:var(--leading-normal);margin:0}.confirm-phone__accent{border-radius:var(--radius-full);background:var(--gradient-primary);width:100%;height:3px}.confirm-phone__phone-number{font-size:var(--font-size-medium-large);font-weight:var(--font-bold);color:var(--primary-color);background:var(--primary-50);border:1px solid var(--primary-100);border-radius:var(--radius-md);padding:var(--spacing-md) var(--spacing-lg);text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.05em}.confirm-phone__hint{font-size:var(--font-size-small);color:var(--text-muted);text-align:center}.confirm-phone__hint .btn-link{color:var(--primary-color);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.confirm-phone__hint .btn-link:hover{color:var(--primary-dark)}.confirm-phone__actions{justify-content:center;margin-top:auto;display:flex}.api-error-page{height:100%;color:var(--text-primary);flex-direction:column;display:flex}.api-error-page__top{padding:var(--spacing-md);justify-content:flex-start;align-items:flex-start;padding-right:44px;display:flex}.api-error-page__logo{object-fit:contain;border-radius:var(--radius-md);background:var(--background-color);border:1px solid var(--gray-200);width:36px;height:36px;padding:6px}.api-error-page__content{text-align:center;justify-content:center;align-items:center;gap:var(--spacing-md);padding:0 var(--spacing-md);flex-direction:column;flex:1;display:flex}.api-error-page__icon{margin-bottom:var(--spacing-sm);animation:.5s cubic-bezier(.175,.885,.32,1.275) shakeIn}@keyframes shakeIn{0%{opacity:0;transform:scale(0)rotate(-10deg)}50%{transform:scale(1.1)rotate(5deg)}70%{transform:scale(.95)rotate(-3deg)}to{opacity:1;transform:scale(1)rotate(0)}}.api-error-page__title{font-size:var(--font-size-medium-large);font-weight:var(--font-semibold);color:var(--text-primary);line-height:var(--leading-tight);margin:0}.api-error-page__description{font-size:var(--font-size-base);color:var(--text-secondary);line-height:var(--leading-relaxed);max-width:420px;margin:0}.api-error-page__server-message{padding:var(--spacing-sm) var(--spacing-md);background:var(--gray-100);border-radius:var(--radius-md);font-size:var(--font-size-small);color:var(--text-secondary);word-break:break-word;max-width:420px;margin:0;font-style:italic}.api-error-page__code{font-size:var(--font-size-xs);color:var(--text-muted);background:var(--gray-100);border-radius:var(--radius-sm);padding:4px 8px;font-family:monospace}.api-error-page__actions{justify-content:center;gap:var(--spacing-sm);width:100%;padding:var(--spacing-md);display:flex}.api-error-page__actions .button{min-width:120px}@media (width<=560px){.api-error-page__actions{flex-direction:column-reverse}.api-error-page__actions .button{width:100%}.api-error-page__description,.api-error-page__server-message{max-width:100%}}.loading-anim{width:100%;height:100%;position:relative;overflow:hidden}.loading-anim__rain{pointer-events:none;position:absolute;inset:0;overflow:hidden}.loading-anim__drop{background:var(--primary-color);box-shadow:none;opacity:.95;border:0;outline:0;animation-name:pixelRain;animation-timing-function:steps(18,end);animation-iteration-count:infinite;position:absolute;top:-12px;transform:translateY(-12px)}.loading-anim__drop--1{background:var(--primary-300)}.loading-anim__drop--2{background:var(--primary-100)}@keyframes pixelRain{0%{transform:translateY(-12px)}to{transform:translateY(520px)}}.loading-anim__content{height:100%;padding:var(--spacing-md);justify-content:center;align-items:center;display:flex;position:relative}.loading-anim__text{color:var(--text-secondary);font-size:var(--font-size-small);font-weight:var(--font-semibold);text-align:center;border-radius:var(--radius-full);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);background:#ffffffeb;padding:10px 12px}.pixel-rain{pointer-events:none;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.pixel-rain__drop{background:var(--primary-color);opacity:.7;animation-name:pixelRainCard;animation-timing-function:steps(16,end);animation-iteration-count:infinite;position:absolute;top:-12px;transform:translateY(-12px)}.pixel-rain__drop--1{background:var(--primary-300)}.pixel-rain__drop--2{background:var(--primary-100)}@keyframes pixelRainCard{0%{transform:translateY(-12px)}to{transform:translateY(340px)}}.cl-root{background:var(--st-surface-alt,#faf9f6);min-height:100vh;color:var(--st-text,#1f1a16);-webkit-font-smoothing:antialiased;justify-content:center;align-items:center;padding:32px 20px;font-family:Open Sauce Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.cl-card{background:var(--st-surface,#fff);border:1px solid var(--st-border,#ece8e0);border-radius:var(--st-radius-xl,22px);flex-direction:column;gap:22px;width:100%;max-width:440px;padding:32px 28px 24px;display:flex}.cl-brand{align-items:center;gap:14px;display:flex}.cl-brand-logo{border-radius:var(--st-radius-md,12px);object-fit:cover;background:var(--st-surface-alt,#faf9f6);border:1px solid var(--st-border,#ece8e0);flex-shrink:0;width:48px;height:48px}.cl-brand-logo-placeholder{color:var(--st-text-muted,#5e554f);background:var(--st-surface-alt,#faf9f6);text-transform:uppercase;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.cl-brand-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.cl-brand-label{font-size:var(--st-text-xs,.75rem);color:var(--st-text-subtle,#94897e);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.cl-brand-name{font-size:var(--st-text-base,.95rem);color:var(--st-text,#1f1a16);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.cl-hello{flex-direction:column;gap:6px;display:flex}.cl-hello h1{font-size:var(--st-text-2xl,1.6rem);letter-spacing:-.015em;margin:0;font-weight:700;line-height:1.2}.cl-lead{font-size:var(--st-text-base,.95rem);color:var(--st-text-muted,#5e554f);margin:0;line-height:1.55}.cl-lead strong{color:var(--st-text,#1f1a16);font-weight:600}.cl-status{border-radius:var(--st-radius,10px);font-size:var(--st-text-sm,.85rem);align-items:flex-start;gap:11px;padding:12px 14px;line-height:1.45;display:flex}.cl-status>svg{flex-shrink:0;margin-top:1px}.cl-status>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cl-status-title{font-weight:600}.cl-status-sub{opacity:.92}.cl-status-date{font-size:var(--st-text-base,.95rem);text-transform:capitalize;font-weight:600}.cl-status-hint{font-size:var(--st-text-xs,.75rem);opacity:.75;margin-top:4px}.cl-status-success{background:var(--st-brand-softer,#fef5ee);color:var(--st-brand-hover,#b63718);border:1px solid var(--st-brand-soft,#fcead8)}.cl-status-info{background:var(--st-surface-alt,#faf9f6);color:var(--st-text,#1f1a16);border:1px solid var(--st-border-strong,#d8d2c4)}.cl-callback{border-radius:var(--st-radius,10px);background:var(--st-surface-alt,#faf9f6);border:1px solid var(--st-border,#ece8e0);flex-direction:column;gap:4px;padding:12px 14px;display:flex}.cl-callback-label{font-size:var(--st-text-xs,.75rem);color:var(--st-text-subtle,#94897e);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.cl-callback-body{font-size:var(--st-text-sm,.85rem);color:var(--st-text-muted,#5e554f);line-height:1.5}.cl-callback-body strong{color:var(--st-text,#1f1a16);font-weight:600}.cl-callback-phone{color:var(--st-brand,#e96021);white-space:nowrap;font-weight:600;text-decoration:none}.cl-callback-phone:hover{text-decoration:underline}.cl-btn{appearance:none;border-radius:var(--st-radius,10px);font-size:var(--st-text-base,.95rem);cursor:pointer;transition:background var(--st-trans-fast,.15s ease), border-color var(--st-trans-fast,.15s ease), color var(--st-trans-fast,.15s ease), transform var(--st-trans-fast,.15s ease);border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:12px 18px;font-family:inherit;font-weight:600;display:inline-flex}.cl-btn:disabled{opacity:.55;cursor:not-allowed}.cl-btn:not(:disabled):active{transform:translateY(1px)}.cl-btn-primary{background:var(--st-brand,#e96021);color:var(--st-text-on-brand,#fff)}.cl-btn-primary:hover:not(:disabled){background:var(--st-brand-hover,#b63718)}.cl-btn-secondary{background:var(--st-surface,#fff);color:var(--st-text,#1f1a16);border-color:var(--st-border-strong,#d8d2c4)}.cl-btn-secondary:hover:not(:disabled){background:var(--st-surface-alt,#faf9f6);border-color:var(--st-text-subtle,#94897e)}.cl-or{font-size:var(--st-text-xs,.75rem);color:var(--st-text-subtle,#94897e);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:12px;font-weight:600;display:flex}.cl-or:before,.cl-or:after{content:"";background:var(--st-border,#ece8e0);flex:1;height:1px}.cl-or span{white-space:nowrap}.cl-schedule{flex-direction:column;gap:12px;display:flex}.cl-slotpicker{flex-direction:column;gap:14px;padding:14px;display:flex}.cl-slot-day{flex-direction:column;gap:8px;display:flex}.cl-slot-day-label{font-size:var(--st-text-xs,.75rem);color:var(--st-text-subtle,#94897e);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.cl-slot-times{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.cl-slot-empty{font-size:var(--st-text-sm,.85rem);color:var(--st-text-muted,#5e554f);padding:14px;line-height:1.5}.cl-chip{appearance:none;border:1px solid var(--st-border,#ece8e0);background:var(--st-surface,#fff);color:var(--st-text,#1f1a16);border-radius:var(--st-radius,10px);font-size:var(--st-text-sm,.85rem);cursor:pointer;text-align:center;transition:background var(--st-trans-fast,.15s ease), border-color var(--st-trans-fast,.15s ease), color var(--st-trans-fast,.15s ease);padding:11px 12px;font-family:inherit;font-weight:500}.cl-chip:hover{background:var(--st-surface-alt,#faf9f6);border-color:var(--st-text-subtle,#94897e)}.cl-chip-active{background:var(--st-brand-softer,#fef5ee);border-color:var(--st-brand,#e96021);color:var(--st-brand-hover,#b63718);font-weight:600}.cl-chip-active:hover{background:var(--st-brand-soft,#fcead8);border-color:var(--st-brand,#e96021)}.cl-custom{border:1px solid var(--st-border,#ece8e0);border-radius:var(--st-radius,10px);background:var(--st-surface,#fff);overflow:hidden}.cl-custom>summary{font-size:var(--st-text-sm,.85rem);color:var(--st-text-muted,#5e554f);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:11px 14px;font-weight:500;list-style:none;display:flex}.cl-custom>summary::-webkit-details-marker{display:none}.cl-custom>summary svg{color:var(--st-text-subtle,#94897e)}.cl-custom>summary:after{content:"+";color:var(--st-text-subtle,#94897e);margin-left:auto;font-size:16px;font-weight:400}.cl-custom[open]>summary:after{content:"−"}.cl-custom[open]>summary{border-bottom:1px solid var(--st-border,#ece8e0)}.cl-slot-preview{font-size:var(--st-text-sm,.85rem);color:var(--st-text-muted,#5e554f);text-align:center;padding:4px 0}.cl-slot-preview strong{color:var(--st-brand-hover,#b63718);text-transform:capitalize;font-weight:600}.cl-alert{color:#991b1b;border-radius:var(--st-radius,10px);font-size:var(--st-text-sm,.85rem);background:#fef2f2;border:1px solid #fecaca;padding:10px 13px;line-height:1.45}.cl-footer{border-top:1px solid var(--st-border,#ece8e0);font-size:var(--st-text-xs,.75rem);color:var(--st-text-subtle,#94897e);justify-content:center;align-items:center;gap:8px;margin-top:2px;padding-top:14px;display:flex}.cl-footer-trust{align-items:center;gap:5px;display:inline-flex}.cl-footer-trust svg{color:var(--st-text-subtle,#94897e)}.cl-footer-dot{opacity:.5}.cl-card-loading{gap:16px}.cl-skeleton{background:linear-gradient(90deg, var(--st-surface-alt,#faf9f6) 0%, #f4f1ea 50%, var(--st-surface-alt,#faf9f6) 100%);background-size:200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite cl-shimmer}@keyframes cl-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cl-skeleton-logo{border-radius:12px;align-self:flex-start;width:48px;height:48px}.cl-skeleton-line{height:14px}.cl-skeleton-btn{border-radius:10px;height:46px;margin-top:8px}.cl-card-error{text-align:center;gap:10px;padding:36px 28px 28px}.cl-error-icon{opacity:.7;margin-bottom:2px;font-size:36px;line-height:1}.cl-card-error h1{font-size:var(--st-text-lg,1.1rem);letter-spacing:-.01em;margin:0;font-weight:700}.cl-card-error p{font-size:var(--st-text-sm,.85rem);color:var(--st-text-muted,#5e554f);margin:0;line-height:1.5}@media (width<=480px){.cl-root{padding:20px 14px}.cl-card{border-radius:var(--st-radius-lg,16px);padding:26px 22px 20px}.cl-hello h1{font-size:1.4rem}}
