.template-studio{padding:24px 0 56px;color:var(--ds-text,#17231f)}.template-studio-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--ds-border,#dce2ee)}.template-studio-head h2{margin:0;font:700 clamp(30px,3vw,42px)/1.08 var(--font-display,Georgia,serif);letter-spacing:-.025em}.template-studio-head p{margin:8px 0 0;color:var(--ds-muted,#68707b);font-size:15px}.template-studio-head>div:last-child{display:flex;align-items:center;gap:5px;padding:5px;border:1px solid var(--ds-border,#dce2ee);border-radius:14px;background:var(--ds-surface,#fff);box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.template-studio-head button{display:flex;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:10px 13px;border:1px solid transparent;border-radius:10px;background:#fff;color:var(--ds-muted,#68707b);font-weight:700}.template-studio-head button:hover{background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-text,#17231f)}.template-studio-head button.active{color:var(--ds-primary,#2378d8);border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 24%,white);background:color-mix(in srgb,var(--ds-primary,#2378d8) 8%,white)}.template-studio-head .ecosystem-primary{color:#fff;background:var(--ds-primary,#2378d8)}.template-studio-head svg{width:17px}.template-filters{display:grid;grid-template-columns:minmax(260px,1fr) 240px;gap:10px;margin:22px 0 20px}.template-filters label{display:flex;min-height:48px;align-items:center;padding:0 13px;border:1px solid var(--ds-border,#dce2ee);border-radius:12px;background:#fff}.template-filters label:focus-within{border-color:var(--ds-primary,#2378d8);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary,#2378d8) 12%,transparent)}.template-filters svg{width:18px;color:var(--ds-muted,#68707b)}.template-filters input{width:100%;padding:12px;border:0;outline:0;background:transparent;font:inherit}.template-filters>select{min-height:48px;padding:0 12px;border:1px solid var(--ds-border,#dce2ee);border-radius:12px;background:#fff}.template-catalog{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:18px}.template-catalog>article{display:flex;min-height:318px;flex-direction:column;padding:12px;overflow:hidden;border:1px solid var(--ds-border,#dce2ee);border-radius:18px;background:#fff;cursor:pointer;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05));transition:.18s}.template-catalog>article:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 32%,var(--ds-border,#dce2ee));box-shadow:var(--ds-shadow-md,0 12px 30px rgba(32,39,54,.1))}.template-cover{height:132px;position:relative;display:flex;align-items:flex-start;gap:8px;padding:18px;border:1px solid color-mix(in srgb,var(--ds-primary,#2378d8) 12%,white);border-radius:12px;background:linear-gradient(145deg,color-mix(in srgb,var(--ds-primary,#2378d8) 11%,white),color-mix(in srgb,var(--ds-secondary,#6c55d8) 7%,white));color:var(--ds-primary,#2378d8)}.template-cover>svg{width:34px;height:34px;padding:7px;border-radius:9px;background:#fff;box-shadow:0 5px 15px #20273614}.template-cover span{height:max-content;margin-left:auto;padding:5px 8px;border:1px solid rgba(32,39,54,.06);border-radius:99px;background:#fff;color:var(--ds-text,#17231f);font-size:12px}.template-cover b{position:absolute;right:16px;bottom:15px;padding:6px 9px;border-radius:8px;background:#fff;color:var(--ds-text,#17231f);font-size:12px}.template-catalog article>small{margin:15px 4px 0;color:var(--ds-primary,#2378d8);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.template-catalog h3{margin:8px 4px 4px;font-size:19px}.template-catalog p{min-height:44px;margin:3px 4px 14px;color:var(--ds-muted,#68707b);line-height:1.5}.template-catalog footer{display:flex;justify-content:space-between;margin-top:auto;padding:12px 4px 2px;border-top:1px solid var(--ds-border,#dce2ee);color:var(--ds-muted,#68707b);font-size:12px}.template-catalog footer span{display:flex;gap:4px}.template-catalog footer svg{width:14px;fill:#f8c44f;color:#f8c44f}.template-empty{text-align:center;padding:72px 24px;border:1px dashed var(--ds-border-strong,#c7d3e6);border-radius:16px;background:#fff}.template-empty>svg{width:38px;height:38px;padding:10px;border-radius:13px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8)}.template-empty h3{margin:14px 0 5px}.template-empty p{margin:0;color:var(--ds-muted,#68707b)}.template-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:grid;place-items:center;padding:20px;background:#121a18ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.template-editor,.template-preview{width:min(920px,96vw);max-height:92vh;overflow:hidden auto;border:1px solid rgba(255,255,255,.45);border-radius:22px;background:#fff;box-shadow:0 28px 80px #0d19153d}.template-editor>header,.template-preview>header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:25px 28px;border-bottom:1px solid var(--ds-border,#dce2ee);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.template-editor header small,.template-preview header small{color:var(--ds-primary,#2378d8);font-weight:800;letter-spacing:.13em}.template-editor header h2,.template-preview header h2{margin:4px 0;font:700 30px/1.1 var(--font-display,Georgia,serif)}.template-editor header button,.template-preview header button{display:grid;width:44px;height:44px;place-items:center;flex:0 0 44px;padding:0;border:1px solid var(--ds-border,#dce2ee);border-radius:12px;background:#fff;color:var(--ds-muted,#68707b)}.template-editor header button svg,.template-preview header button svg{width:20px;height:20px}.template-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:25px 28px}.template-form-grid label,.template-preview aside>label{display:grid;gap:6px;color:var(--ds-text,#17231f);font-size:14px;font-weight:700}.template-form-grid label.wide{grid-column:1/-1}.template-form-grid input,.template-form-grid select,.template-form-grid textarea,.template-preview aside input,.template-preview aside select{min-height:44px;padding:11px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font:inherit}.template-form-grid textarea{min-height:240px;font:13px/1.5 monospace}.template-form-grid small{font-weight:400}.template-editor>footer{position:sticky;bottom:0;z-index:2;display:flex;justify-content:flex-end;gap:9px;padding:18px 28px;border-top:1px solid var(--ds-border,#dce2ee);background:#fffffff5}.template-editor>footer button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;font-weight:750}.template-preview-body{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr)}.template-preview-body>section,.template-preview-body>aside{padding:26px 28px}.template-preview-body>aside{border-left:1px solid var(--ds-border,#dce2ee);background:var(--ds-surface-muted,#f5f6fb)}.template-preview-art{height:200px;display:grid;place-content:center;gap:8px;text-align:center;border:1px solid var(--ds-border,#dce2ee);border-radius:14px;background:linear-gradient(145deg,color-mix(in srgb,var(--ds-primary,#2378d8) 10%,white),color-mix(in srgb,var(--ds-secondary,#6c55d8) 7%,white))}.template-preview-art strong{font-size:24px}.template-preview-art>svg{width:36px;height:36px;margin:auto;color:var(--ds-primary,#2378d8)}.template-preview-body pre{max-height:260px;overflow:auto;padding:15px;border-radius:9px;background:#18243a;color:#eef4ff;font-size:12px;line-height:1.55}.template-version{display:grid;grid-template-columns:50px 1fr;padding:8px;border-bottom:1px solid var(--ds-border,#dce2ee)}.template-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.template-stats>span{display:grid;grid-template-columns:auto 1fr;gap:5px;padding:13px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font-weight:800}.template-stats svg{width:16px;fill:#f8c44f;color:#f8c44f}.template-stats small{grid-column:1/-1;font-weight:400}.template-apply,.template-purchase{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;gap:8px;margin:15px 0;border-radius:10px;font-weight:750}.template-preview aside>label{margin:12px 0}.template-preview aside hr{border:0;border-top:1px solid var(--ds-border,#dce2ee);margin:24px 0}.rating-input{display:grid;grid-template-columns:110px 1fr auto;gap:0;overflow:hidden;border:1px solid var(--ds-border,#dce2ee);border-radius:10px}.rating-input>*{min-width:0;min-height:42px;padding:9px;border:0;border-right:1px solid var(--ds-border,#dce2ee);background:#fff}.rating-input button{border:0;background:var(--ds-primary,#2378d8);color:#fff;font-weight:700}.template-delete{display:flex;gap:7px;margin-top:25px;border:0;background:none;color:#c73939}.template-delete svg{width:16px}.template-error{margin:12px 28px;padding:10px;border:1px solid #efbcbc;border-radius:8px;background:#fff0f0;color:#b93232}.template-success{margin:12px 28px;padding:10px;border:1px solid #a9dcc4;border-radius:8px;background:#eaf8f1;color:#087653}@media(max-width:1050px){.template-catalog{grid-template-columns:repeat(2,minmax(230px,1fr))}}@media(max-width:800px){.template-studio{padding-top:16px}.template-studio-head{align-items:flex-start;flex-direction:column}.template-studio-head>div:last-child{width:100%;overflow-x:auto}.template-studio-head button{white-space:nowrap;flex:1}.template-filters,.template-catalog,.template-preview-body{grid-template-columns:1fr}.template-editor,.template-preview{width:min(96vw,640px);max-height:95vh}.template-preview-body>aside{border:0;border-top:1px solid var(--ds-border,#dce2ee)}.template-form-grid{grid-template-columns:1fr}.template-form-grid label.wide{grid-column:auto}.rating-input{grid-template-columns:1fr}}@media(max-width:560px){.template-studio-head>div:last-child{display:grid;grid-template-columns:1fr 1fr}.template-studio-head .ecosystem-primary{grid-column:1/-1}.template-form-grid,.template-preview-body>section,.template-preview-body>aside{padding:20px}}.mail-shell{min-height:100vh;background:#f7f8f5;color:#17251f}.mail-page{padding:28px;max-width:1680px;margin:auto}.mail-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.mail-title a{display:flex;align-items:center;gap:7px;color:#58675f;text-decoration:none}.mail-title a svg{width:17px}.mail-title p{font-size:12px;letter-spacing:.18em;color:#087a4b;font-weight:800;margin:20px 0 5px}.mail-title h1{font:48px/1.05 Georgia,serif;margin:0}.mail-compose-button,.mail-connect button,.mail-modal footer button{display:flex;align-items:center;gap:8px;border:0;border-radius:10px;background:#087a4b;color:#fff;padding:13px 18px;font-weight:700}.mail-compose-button svg{width:18px}.mail-layout{display:grid;grid-template-columns:220px 360px minmax(0,1fr);height:calc(100vh - 190px);min-height:580px;border:1px solid #d9e0da;border-radius:16px;background:#fff;overflow:hidden}.mail-navigation{padding:16px;border-right:1px solid #e1e6e2;background:#fafbf9}.mail-navigation>button{width:100%;border:0;background:transparent;padding:11px;border-radius:8px;text-align:left;display:flex;gap:10px;color:#4b5e54}.mail-navigation>button.active{background:#e4f4ec;color:#087a4b;font-weight:700}.mail-navigation svg{width:18px}.mail-navigation h3{margin:24px 10px 10px;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.mail-account{display:grid;grid-template-columns:34px 1fr 30px;gap:8px;align-items:center;padding:9px}.mail-account>span,.mail-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dff2e8;color:#067448;text-transform:uppercase;font-weight:800}.mail-account div{display:grid}.mail-account small{font-size:11px;color:#697970}.mail-account small.connected{color:#087a4b}.mail-account button{border:0;background:transparent}.mail-account button svg{width:16px}.mail-account p{grid-column:1/-1;color:#b13a35;font-size:11px}.mail-list{border-right:1px solid #e1e6e2;overflow:auto}.mail-list>label{position:sticky;top:0;z-index:2;margin:14px;display:flex;align-items:center;border:1px solid #d9e0da;background:#fff;border-radius:9px;padding:0 10px}.mail-list>label svg{width:17px;color:#718078}.mail-list input{border:0;outline:0;width:100%;padding:11px;background:transparent}.mail-thread{width:100%;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;text-align:left;border:0;border-top:1px solid #eef1ee;background:#fff;padding:14px}.mail-thread:hover,.mail-thread.selected{background:#eef8f3}.mail-thread>span:nth-child(2){display:grid;gap:3px;min-width:0}.mail-thread strong,.mail-thread b,.mail-thread small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-thread b{font-weight:500}.mail-thread small,.mail-thread time{color:#728078;font-size:12px}.mail-thread.unread b,.mail-thread.unread strong{font-weight:800;color:#11241a}.mail-reader{min-width:0;overflow:auto}.mail-reader>header{position:sticky;top:0;background:#fff;z-index:2;padding:18px 22px;border-bottom:1px solid #e1e6e2;display:flex;justify-content:space-between;align-items:center}.mail-reader h2{margin:0 0 5px}.mail-reader header p{margin:0;color:#718078}.mail-reader>header button{display:flex;gap:6px;align-items:center;border:1px solid #d9e0da;background:#fff;padding:9px 12px;border-radius:8px}.mail-reader>header svg{width:17px}.mail-messages{padding:20px}.mail-messages article{border:1px solid #e0e5e1;border-radius:12px;margin-bottom:14px}.mail-messages article>header{display:flex;gap:10px;align-items:center;padding:14px;border-bottom:1px solid #eef1ee}.mail-messages article>header div{display:grid}.mail-messages article time{margin-left:auto;color:#718078;font-size:12px}.mail-body{padding:18px;line-height:1.55;overflow-wrap:anywhere}.mail-empty,.mail-connect{height:100%;display:grid;place-content:center;justify-items:center;text-align:center;color:#65766d}.mail-empty svg,.mail-connect>svg{width:42px;height:42px;color:#1a8b5e}.mail-connect{min-height:500px;border:1px dashed #bdd0c4;border-radius:16px;background:#fff}.mail-connect div{display:flex;gap:10px;margin-top:12px}.mail-state{text-align:center;color:#718078;padding:40px 12px}.mail-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#13241c77;z-index:2000;display:grid;place-items:center}.mail-modal form{width:min(620px,calc(100vw - 30px));background:#fff;border-radius:14px;box-shadow:0 24px 70px #07130d44;overflow:hidden;display:grid}.mail-modal header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f3f6f3}.mail-modal h2{margin:0}.mail-modal header button{border:0;background:transparent}.mail-modal input,.mail-modal select,.mail-modal textarea{margin:0 20px;border:0;border-bottom:1px solid #e1e6e2;padding:14px;outline:none}.mail-modal textarea{height:260px;resize:vertical}.mail-modal footer{padding:14px 20px;display:flex;justify-content:flex-end}.mail-modal footer svg{width:17px}.mail-error{color:#b13a35;padding:0 20px}.spin{animation:mail-spin 1s linear infinite}@keyframes mail-spin{to{transform:rotate(360deg)}}@media(max-width:1000px){.mail-layout{grid-template-columns:180px 300px minmax(0,1fr)}}@media(max-width:760px){.mail-page{padding:14px}.mail-title h1{font-size:34px}.mail-layout{grid-template-columns:1fr;height:calc(100vh - 160px)}.mail-navigation,.mail-reader{display:none}.mail-list:has(.mail-thread.selected){display:none}.mail-list:has(.mail-thread.selected)+.mail-reader{display:block}.mail-title{align-items:center}.mail-compose-button{padding:11px}.mail-reader>header{padding:12px}}.mail-reader-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.mail-message-actions{display:flex;gap:8px;padding:10px 14px;border-top:1px solid #eef1ee;flex-wrap:wrap}.mail-message-actions button{border:0;background:transparent;color:#087a4b;font-weight:700;padding:6px 8px}.mail-body iframe{width:100%;min-height:280px;border:0;background:#fff}.mail-attach-button{display:flex;align-items:center;gap:6px;color:#087a4b;font-weight:700;padding:8px;cursor:pointer}.mail-attach-button svg{width:18px}.mail-attach-button input{display:none}.mail-modal footer{gap:10px}.mail-compose-files{display:flex;gap:7px;flex-wrap:wrap;padding:10px 20px}.mail-compose-files span{display:flex;align-items:center;gap:5px;background:#eef5f0;border-radius:7px;padding:6px 8px;font-size:13px}.mail-compose-files button{border:0;background:transparent;padding:0}.mail-compose-files svg{width:14px}.work-picker>section{width:min(520px,calc(100vw - 30px));background:#fff;border-radius:14px;overflow:hidden;padding-bottom:18px}.work-picker header{display:flex;justify-content:space-between;padding:18px 20px;background:#f3f6f3}.work-picker header h2,.work-picker header p{margin:0}.work-picker header p{color:#718078;margin-top:4px}.work-picker header button{border:0;background:transparent}.work-picker label{display:grid;gap:6px;margin:16px 20px;font-weight:700}.work-picker select{padding:11px;border:1px solid #d9e0da;border-radius:8px;background:#fff}.work-picker footer{display:flex;justify-content:flex-end;padding:0 20px}.work-picker footer button{border:1px solid #d9e0da;background:#fff;padding:10px 14px;border-radius:8px}.work-picker footer .primary{background:#087a4b;color:#fff;border-color:#087a4b}.agile-page{min-height:100vh;background:#f6f8f7;color:#17231f;padding:32px max(24px,calc((100vw - 1460px)/2)) 80px}.agile-page>header{display:flex;justify-content:space-between;align-items:flex-end}.agile-page header a{display:flex;gap:6px;color:#68756f}.agile-page header a svg{width:16px}.agile-page header p{font-size:11px;letter-spacing:.16em;color:#087653;font-weight:800;margin:24px 0 4px}.agile-page h1{font-size:48px;margin:0}.agile-page header span{color:#68756f}.agile-page button{display:inline-flex;align-items:center;gap:7px;border:1px solid #cdd7d2;border-radius:8px;background:#fff;padding:9px 13px}.agile-page header>button,.agile-heading>button{background:#087653;color:#fff}.agile-page button svg{width:17px}.agile-page>nav{display:flex;gap:4px;margin-top:30px;border-bottom:1px solid #d8e0dc;overflow:auto}.agile-page>nav button{border:0;border-bottom:2px solid transparent;border-radius:8px 8px 0 0;background:transparent;white-space:nowrap}.agile-page>nav button.active{color:#087653;border-color:#087653;background:#e8f4ee}.agile-panel{margin-top:22px;background:#fff;border:1px solid #dbe3df;border-radius:16px;padding:24px}.agile-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.agile-heading h2{margin:0}.agile-heading p{margin:5px 0;color:#6d7973}.agile-table{overflow:auto}.agile-row{display:grid;grid-template-columns:minmax(280px,2fr) 120px 80px 170px 180px;align-items:center;border-top:1px solid #e4e9e6;min-width:850px}.agile-row>*{padding:10px}.agile-row strong{display:grid}.agile-row small{color:#829089;font-weight:400}.agile-row select,.agile-row input,.sprint-grid input,.sprint-grid textarea,.release-grid input,.release-grid select,.dev-row input,.dev-row select,.poker select{border:1px solid #ccd6d1;border-radius:7px;padding:8px;background:#fff}.agile-row.head{font-size:12px;color:#728078;background:#f6f8f7}.sprint-grid,.release-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sprint-grid article,.release-grid article,.report-cards article,.chart-grid article{border:1px solid #dce4e0;border-radius:12px;padding:16px}.sprint-grid article{display:grid;gap:11px}.sprint-grid .title{font-size:18px;font-weight:700;border:0}.sprint-grid textarea{min-height:70px}.sprint-grid article>div{display:flex;gap:7px}.sprint-grid span{justify-self:start;padding:4px 8px;border-radius:99px;background:#edf1ef;font-size:11px}.sprint-grid span.active{background:#d9f4e6;color:#087653}.sprint-grid span.closed{background:#e6e9e7}.release-grid article{display:grid;grid-template-columns:auto 1fr 150px 140px auto;align-items:center;gap:10px}.release-grid svg{color:#087653}.report-cards,.chart-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.report-cards strong{display:block;font-size:34px}.report-cards small{color:#6d7973}.chart-grid{margin-top:14px}.chart-grid article{min-height:220px}.bars{height:150px;display:flex;align-items:flex-end;gap:10px}.bars i{position:relative;flex:1;min-height:4px;background:#38a879;border-radius:5px 5px 0 0}.bars b{position:absolute;top:-20px;width:100%;text-align:center;font-size:11px}.burn{height:18px;background:#e5ebe8;border-radius:99px;position:relative;margin-top:65px}.burn span{display:block;height:100%;background:#4a9ee8;border-radius:99px}.burn b{display:block;margin-top:12px}.flow{display:grid;grid-template-columns:90px 1fr 25px;align-items:center;gap:7px;margin:12px 0}.flow i{height:12px;background:#7dc7a5;border-radius:3px}.roadmap{min-height:360px;padding:20px;background:repeating-linear-gradient(90deg,#eef2ef 0,#eef2ef 1px,transparent 1px,transparent 12.5%);position:relative}.roadmap article{position:relative;left:var(--offset);width:28%;padding:12px;margin:12px;background:#d9f3e5;border-left:4px solid #087653;border-radius:8px}.roadmap article.epic{background:#e5effa;border-color:#3f8dcc}.roadmap span{display:block;color:#66736d;font-size:12px}.dev-row{display:grid;grid-template-columns:1.3fr 130px 1fr 1fr 110px;gap:7px;margin:8px 0}.poker>select{min-width:300px}.poker>div{display:flex;gap:9px;margin:25px 0}.poker>div button{font-size:20px;width:52px;height:65px;justify-content:center}.poker>div button.active{background:#087653;color:#fff}.agile-loading{padding:80px;text-align:center}@media(max-width:900px){.sprint-grid,.release-grid,.report-cards,.chart-grid{grid-template-columns:1fr}.release-grid article,.dev-row{grid-template-columns:1fr}.agile-page h1{font-size:36px}.agile-page>header{align-items:flex-start;gap:12px}}.advanced-grid,.audit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.advanced-grid article,.audit-grid article{border:1px solid #dce4e0;border-radius:12px;padding:16px}.advanced-grid textarea{width:100%;min-height:90px;border:1px solid #ccd6d1;border-radius:8px;padding:10px}.type-list label,.capacity-row{display:grid;grid-template-columns:1fr auto;gap:7px;margin:7px 0}.capacity-row{grid-template-columns:1fr 100px 130px}.advanced-grid input{border:1px solid #ccd6d1;border-radius:7px;padding:8px}.audit-grid{margin-top:14px}.audit-grid p{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #e4e9e6;padding-top:9px}.audit-grid span{color:#68756f}@media(max-width:900px){.advanced-grid,.audit-grid{grid-template-columns:1fr}}.advanced-grid select{border:1px solid #ccd6d1;border-radius:7px;padding:8px;background:#fff}.advanced-grid label{display:grid;gap:6px;margin:8px 0}.rank-row{display:grid;grid-template-columns:1fr 38px 38px;gap:5px;align-items:center;border-top:1px solid #e5eae7;padding:6px 0}.rank-row button{padding:5px;justify-content:center}.release-admin{border-top:1px solid #e4e9e6;padding:10px 0;display:grid;gap:7px}.whiteboard-page{height:100vh;background:#f7f8f5;color:#14251e;display:flex;flex-direction:column;overflow:hidden}.whiteboard-page header{height:90px;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dbe2dd}.whiteboard-page header>div{display:flex;gap:8px;align-items:center}.whiteboard-page header>div:first-child{display:block}.whiteboard-page header a,.whiteboard-page button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.whiteboard-page header p{margin:2px 0;color:#08784f;font-size:10px;font-weight:800;letter-spacing:2px}.whiteboard-page h1{font:32px Georgia;margin:0}.whiteboard-page button{border:1px solid #d2dcd6;background:#fff;border-radius:9px;min-height:39px;padding:7px 12px}.whiteboard-page button svg{width:17px}.whiteboard-page .primary,.wb-inspector>button{background:#137b55;color:#fff}.wb-shell{display:flex;flex:1;min-height:0}.wb-tools{width:62px;background:#fff;border-right:1px solid #dae2dd;padding:10px 9px;display:flex;flex-direction:column;gap:7px}.wb-tools button{width:43px;padding:7px}.wb-tools .active{background:#dff3e9;border-color:#16835b}.wb-stage{flex:1;position:relative}.wb-stage svg{width:100%;height:100%;touch-action:none}.wb-stage g>rect,.wb-stage g>ellipse,.wb-stage g>polygon{stroke:#b9c7bf}.wb-stage g.selected>rect,.wb-stage g.selected>ellipse,.wb-stage g.selected>polygon{stroke:#16835b;stroke-width:3}.obj-text{font:600 15px sans-serif;fill:#172720}.task-label{font:700 9px sans-serif;fill:#16835b}.zoom{position:absolute;bottom:18px;left:18px;background:#fff;border:1px solid #d4ddd8;border-radius:9px;display:flex;align-items:center}.zoom button{border:0}.zoom span{width:54px;text-align:center}.wb-inspector{width:290px;background:#fff;border-left:1px solid #d8e1dc;padding:18px;overflow:auto}.wb-inspector h2{font:25px Georgia}.wb-inspector label{display:grid;gap:6px;margin:14px 0}.wb-inspector input{height:40px;border:1px solid #cad6cf;border-radius:8px;padding:0 9px}.colors,.reactions{display:flex;gap:6px}.colors button{width:32px;min-height:32px;padding:0}.wb-inspector h3{display:flex;gap:7px;align-items:center;margin:22px 0 8px}.wb-inspector form{display:flex}.wb-inspector form input{min-width:0;flex:1}.wb-inspector .danger{margin-top:25px;background:#fff;color:#c93636;border-color:#efbebe}.presenting header,.presenting .wb-tools,.presenting .wb-inspector{display:none}@media(max-width:800px){.whiteboard-page header button:not(.primary){display:none}.wb-inspector{position:absolute;right:0;top:90px;bottom:0;z-index:4}}@media print{.whiteboard-page header,.wb-tools,.wb-inspector,.zoom{display:none!important}.whiteboard-page,.wb-shell,.wb-stage{height:100vh}}.wb-stage{overflow:auto!important}.wb-stage svg{width:3000px!important;height:2000px!important}.provider-logo.zoom{position:static;bottom:auto;left:auto;display:grid;align-items:center}/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--ease-out:cubic-bezier(0, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sticky{position:sticky}.block{display:block}.hidden{display:none}.inline{display:inline}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.italic{font-style:italic}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}:root{color:#17231d;font-synthesis:none;background:#f4f2eb;font-family:Inter,ui-sans-serif,system-ui,sans-serif}body{min-width:320px;min-height:100vh;margin:0}.shell{background:radial-gradient(circle at 80% 12%,#d9ebdd 0,#0000 31%),#f4f2eb;min-height:100vh;padding:0 clamp(1.25rem,5vw,5rem) 4rem}nav{border-bottom:1px solid #d6d5cd;justify-content:space-between;align-items:center;height:84px;display:flex}.brand{color:#17231d;letter-spacing:-.03em;align-items:center;gap:.65rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.daysiz-logo{object-fit:contain;flex:none;display:block}.daysiz-logo-wordmark{width:116px;height:34px}.brand .daysiz-logo-wordmark{width:112px;height:34px}.status{color:#476153;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.hero{max-width:900px;padding:clamp(4rem,10vw,8rem) 0 5rem}.eyebrow{letter-spacing:.22em;color:#1f6a4a;font-size:.75rem;font-weight:800}h1{letter-spacing:-.065em;margin:1.2rem 0 2rem;font-family:Georgia,serif;font-size:clamp(3.6rem,9vw,8rem);font-weight:500;line-height:.9}h1 em{color:#1f6a4a;font-weight:500}.lede{color:#56635c;max-width:650px;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}button{color:#6d756f;background:#e3e1da;border:0;border-radius:9px;margin-top:1rem;padding:.85rem 1.1rem;font-weight:700}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-actions a{color:#25392e;font-size:.9rem;font-weight:700;text-decoration:none}.nav-actions .nav-primary,.hero-action{color:#fff;background:#1f6a4a;border-radius:9px;padding:.75rem 1rem;font-weight:750;text-decoration:none;display:inline-block}.hero-action{margin-top:1rem}.cards{background:#d6d5cd;border:1px solid #d6d5cd;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}article{background:#faf9f5;min-height:230px;padding:2rem;position:relative}article>svg{color:#1f6a4a}article h2{margin:2.25rem 0 .65rem;font-size:1.15rem}article p{color:#68736c;max-width:30ch;line-height:1.55}article .check{color:#a8b7ad;width:18px;position:absolute;top:1.5rem;right:1.5rem}@media(max-width:720px){.status{display:none}.cards{grid-template-columns:1fr}.hero{padding-top:4rem}}.auth-layout{grid-template-columns:minmax(320px,42%) 1fr;min-height:100vh;display:grid}.auth-story{color:#fff;background:#183d2c;flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,5rem);display:flex}.auth-story-centered{justify-content:center;position:relative}.auth-story-centered .brand{position:absolute;top:clamp(2rem,5vw,5rem);left:clamp(2rem,5vw,5rem)}.auth-story .brand{color:#fff}.auth-story h1{letter-spacing:-.055em;margin:1rem 0;font-size:clamp(3rem,6vw,6rem)}.auth-story p:not(.eyebrow){color:#bcd0c4;font-size:1.15rem}.auth-panel{background:#faf9f5;place-items:center;padding:2rem;display:grid}.auth-panel form{width:min(460px,100%)}.auth-panel h2{margin:.7rem 0 2rem;font-family:Georgia,serif;font-size:2.1rem}.auth-panel label{gap:.5rem;margin:1rem 0;font-size:.85rem;font-weight:750;display:grid}.auth-panel input,.create-org input{width:100%;font:inherit;background:#fff;border:1px solid #cbd1cc;border-radius:8px;outline:none;padding:.85rem 1rem}.auth-panel input:focus,.create-org input:focus{border-color:#1f6a4a;box-shadow:0 0 0 3px #d9ebdd}.auth-panel small{color:#a53b31}.field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.forgot-password{text-align:right;color:#1f6a4a;margin:-.45rem 0 1rem;font-size:.8rem;font-weight:700;display:block}.auth-success{color:#166b47;background:#e8f5ed;border:1px solid #a8d5ba;border-radius:9px;align-items:center;gap:.65rem;padding:1rem;display:flex}.primary-button{color:#fff;cursor:pointer;background:#1f6a4a;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.primary-button:disabled{opacity:.65;cursor:wait}.form-error{color:#8b3028;background:#f9e3df;border-radius:8px;padding:.8rem 1rem}.switch-copy{color:#637068;text-align:center;font-size:.9rem}.switch-copy a{color:#1f6a4a;font-weight:750}.org-shell{background:#f4f2eb;min-height:100vh}.org-shell header{background:#faf9f5;border-bottom:1px solid #d6d5cd;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(1.25rem,5vw,5rem);display:flex}.org-shell header>div{align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.icon-button{cursor:pointer;margin:0;padding:.55rem}.org-content{max-width:1050px;margin:0 auto;padding:clamp(3rem,8vw,7rem) 1.5rem}.org-content>h1{margin:.8rem 0 1.25rem;font-size:clamp(3rem,7vw,6.5rem)}.org-content>p:not(.eyebrow){color:#66736c;font-size:1.15rem}.org-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:3rem 0 1.5rem;display:grid}.org-card{min-height:auto;color:inherit;background:#faf9f5;border:1px solid #d6d5cd;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:2rem;text-decoration:none;display:grid}.org-card:hover{border-color:#91a49a;transform:translateY(-2px)}.org-card h2,.org-card p{text-transform:capitalize;margin:0}.org-icon{color:#1f6a4a;background:#d9ebdd;border-radius:10px;place-items:center;width:48px;height:48px;display:grid}.create-org{border:1px dashed #9eaaa3;border-radius:10px;grid-template-columns:auto 1fr 130px;align-items:end;gap:1rem;padding:1.5rem;display:grid}.create-org label{gap:.5rem;font-size:.85rem;font-weight:750;display:grid}.create-org button{margin:0}.loading-card{color:#66736c;padding:2rem}@media(max-width:760px){.auth-layout{grid-template-columns:1fr}.auth-story{gap:3rem;min-height:280px}.auth-story h1{font-size:3.1rem}.field-row{grid-template-columns:1fr;gap:0}.create-org{grid-template-columns:1fr}.create-org>svg,.org-shell header>div>span{display:none}}.page-loading{color:#5d6a63;background:#f4f2eb;place-items:center;min-height:100vh;display:grid}.workspace-setup{background:radial-gradient(circle at 80% 20%,#d9ebdd,#0000 32%),#f4f2eb;min-height:100vh;padding:2rem clamp(1.25rem,5vw,5rem)}.workspace-setup>section{width:min(760px,100%);margin:clamp(5rem,12vw,10rem) auto}.workspace-setup section>svg{color:#1f6a4a}.workspace-setup h1{margin:1rem 0 1.5rem;font-size:clamp(3.5rem,8vw,7rem)}.workspace-setup section>p:not(.eyebrow){color:#647169;font-size:1.2rem}.workspace-setup form{grid-template-columns:1fr 190px;gap:.75rem;margin-top:2.5rem;display:grid}.workspace-setup input,.inline-create input{font:inherit;border:1px solid #bfc8c2;border-radius:9px;padding:.9rem 1rem}.workspace-setup button{margin:0}.app-frame{background:#f7f6f2;grid-template-rows:68px 1fr;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.app-topbar{z-index:3;background:#fff;border-bottom:1px solid #d9dcd8;grid-column:1/-1;grid-template-columns:220px auto minmax(200px,1fr) auto auto auto;align-items:center;gap:1rem;padding:0 1.4rem;display:grid}.app-topbar button{margin:0}.org-switcher{color:#2f4037;background:0 0;justify-self:start;align-items:center;gap:.45rem;padding:.55rem;display:flex}.top-search{color:#76817a;background:#f0f2ef;border-radius:9px;justify-self:center;align-items:center;gap:.6rem;width:100%;max-width:520px;padding:.65rem .9rem;font-size:.85rem;display:flex}.top-icon{color:#506057;background:0 0;padding:.55rem}.avatar{color:#1f6a4a;background:#d9ebdd;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.78rem;font-weight:800;display:grid}.app-sidebar{background:#f1f0ea;border-right:1px solid #d9dcd8;flex-direction:column;grid-row:2;min-height:calc(100vh - 68px);padding:1.4rem 1rem;display:flex}.sidebar-workspace{padding:.4rem .7rem 1.25rem}.sidebar-workspace p,.sidebar-label{color:#849087;letter-spacing:.14em;font-size:.65rem;font-weight:850}.sidebar-workspace h2{margin:.3rem 0;font-size:1rem}.app-sidebar nav{align-items:stretch;gap:.25rem;justify-content:initial;border:0;height:auto;display:grid}.app-sidebar nav a,.app-sidebar nav button,.sidebar-settings{color:#48564e;text-align:left;background:0 0;border-radius:7px;align-items:center;gap:.65rem;margin:0;padding:.7rem;font-size:.86rem;font-weight:650;text-decoration:none;display:flex}.app-sidebar nav a:hover,.app-sidebar nav button:hover,.sidebar-settings:hover{background:#e2e6e1}.sidebar-label{margin:0;padding:1rem .7rem .3rem}.board-dot{background:#4a8a68;border-radius:3px;width:9px;height:9px}.sidebar-settings{margin-top:auto}.app-sidebar nav a.active{color:#116b49;background:#dfe9e2}.persistent-workspace-sidebar{z-index:2;background:#f1f0ea;border-right:1px solid #d9dcd8;width:260px;position:fixed;top:68px;bottom:0;left:0}.persistent-workspace-sidebar>.app-sidebar{border-right:0;height:100%;min-height:0;overflow-y:auto}.persistent-workspace-sidebar.sidebar-loading{background:linear-gradient(100deg,#f1f0ea 35%,#f7f6f2,#f1f0ea 65%) 0 0/220% 100%;animation:1.4s linear infinite sidebar-loading}.persistent-workspace-sidebar+main,.resource-sidebar-route>.resource-page{margin-left:260px}.resource-sidebar-route>.persistent-workspace-sidebar{top:0}.docs-sidebar .docs-sidebar-title>button{flex:0 0 30px;place-items:center;width:30px;min-width:30px;height:30px;margin:0;padding:0;line-height:1;display:grid}.docs-sidebar .docs-sidebar-title>button svg{width:17px;height:17px;margin:0;display:block}:is(.resource-tabs,.enterprise-page>nav,.ecosystem-tabs,.integration-tabs,.strategy-tabs){justify-content:flex-start;align-items:stretch;gap:8px;height:auto;min-height:48px;overflow:auto hidden}:is(.resource-tabs,.enterprise-page>nav,.ecosystem-tabs,.integration-tabs,.strategy-tabs)>button{white-space:nowrap;flex:none;min-height:46px;margin:0}@keyframes sidebar-loading{to{background-position-x:-220%}}.workspace-main,.board-main{min-width:0;padding:clamp(2rem,5vw,4.5rem)}.workspace-heading{border-bottom:1px solid #d9dcd8;justify-content:space-between;align-items:flex-end;gap:2rem;padding-bottom:2.4rem;display:flex}.workspace-heading h1,.board-header h1{margin:.5rem 0 1rem;font-size:clamp(3rem,6vw,5.8rem)}.workspace-name-display{align-items:center;gap:.8rem;display:flex}.workspace-name-edit,.workspace-name-action{color:#52645a;cursor:pointer;background:#fff;border:1px solid #d4ddd7;border-radius:9px;flex:none;place-items:center;width:42px;height:42px;padding:0;display:inline-grid}.workspace-name-edit{opacity:0;margin-top:.2rem;transform:translateY(2px)}.workspace-name-display:hover .workspace-name-edit,.workspace-name-edit:focus-visible{opacity:1}.workspace-name-edit:hover,.workspace-name-action:hover{color:#16724a;background:#edf6f0;border-color:#8eaa9a}.workspace-name-editor{grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:.55rem;width:min(760px,72vw);margin:.55rem 0 1rem;display:grid}.workspace-name-editor input{color:#17251e;background:0 0;border:0;border-bottom:2px solid #16724a;border-radius:0;outline:0;min-width:0;height:clamp(58px,7vw,84px);padding:0 .35rem;font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,5rem)}.workspace-name-action.save{color:#fff;background:#16724a;border-color:#16724a}.workspace-name-action:disabled{opacity:.55;cursor:wait}.workspace-name-error{color:#b33c3c;grid-column:1/-1;font-size:.82rem}.workspace-heading p,.board-header>p:not(.eyebrow){color:#6a756e}.primary-button.compact{width:auto;margin:0;padding:.75rem 1rem}.workspace-section>h2{font-family:Georgia,serif;font-size:1.7rem}.board-card{color:inherit;background:#fff;border:1px solid #d8ddd8;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.4rem;text-decoration:none;display:grid}.board-card:hover{border-color:#82a18f;transform:translateY(-2px)}.board-card h3,.board-card p{margin:0}.board-card p{color:#758078;margin-top:.35rem;font-size:.85rem}.board-card-icon{color:#1f6a4a;background:#e0eee4;border-radius:9px;place-items:center;width:46px;height:46px;display:grid}.empty-board-list{text-align:center;color:#68746d;border:1px dashed #b7c1bb;border-radius:12px;justify-items:center;padding:4rem 2rem;display:grid}.empty-board-list h3{color:#26372e;margin-bottom:0}.inline-create{background:#fff;border:1px solid #d8ddd8;border-radius:10px;grid-template-columns:1fr auto auto;align-items:end;gap:.75rem;margin:1.5rem 0;padding:1rem;display:grid}.inline-create label{gap:.4rem;font-size:.78rem;font-weight:800;display:grid}.inline-create button{margin:0}.board-main{background:#fff}.board-header{border-bottom:1px solid #e0e3df}.view-tabs{gap:1.5rem;margin-top:2rem;display:flex}.view-tabs button{background:0 0;border-radius:0;margin:0;padding:.75rem 0}.view-tabs .active{color:#1f6a4a;border-bottom:2px solid #1f6a4a}.empty-board{text-align:center;align-content:center;place-items:center;min-height:440px;display:grid}.empty-board-visual{color:#1f6a4a;background:#e0eee4;border-radius:22px;place-items:center;width:76px;height:76px;display:grid}.empty-board h2{margin:1rem 0 .5rem;font-family:Georgia,serif;font-size:2.5rem}.empty-board>p:not(.eyebrow){color:#758078;max-width:520px;line-height:1.6}@media(max-width:850px){.app-frame{grid-template-columns:1fr}.app-sidebar,.persistent-workspace-sidebar{display:none}.persistent-workspace-sidebar+main,.resource-sidebar-route>.resource-page{margin-left:0}.app-topbar{grid-template-columns:1fr auto auto}.app-topbar .org-switcher,.top-search,.app-topbar .top-icon:first-of-type{display:none}.workspace-main,.board-main{padding:2rem 1.25rem}.workspace-heading{flex-direction:column;align-items:flex-start}.inline-create,.workspace-setup form{grid-template-columns:1fr}.view-tabs{overflow-x:auto}}.board-table{gap:1.4rem;padding:2rem 0 5rem;display:grid}.board-group{background:#fff;border:1px solid #dce1dd;border-radius:10px;overflow:hidden}.board-group.dragging,.board-item-row.dragging{opacity:.55;box-shadow:0 12px 30px #183d2c22}.board-group>header{background:#f8f9f7;border-left:5px solid;grid-template-columns:auto auto minmax(180px,1fr) auto auto;align-items:center;gap:.5rem;min-height:52px;padding:.35rem .75rem .35rem .4rem;display:grid}.board-group>header input{font:inherit;color:#294037;background:0 0;border:0;min-width:0;font-weight:800}.board-group>header>span{color:#879088;font-size:.75rem}.drag-handle,.collapse-button,.row-action{color:#879088;cursor:grab;background:0 0;margin:0;padding:.4rem}.collapse-button,.row-action{cursor:pointer}.group-items{overflow-x:auto}.board-column-head,.board-item-row{border-top:1px solid #e3e6e3;grid-template-columns:minmax(300px,1fr) 140px 140px 140px;min-width:680px;display:grid}.board-column-head{color:#849087;text-transform:uppercase;letter-spacing:.08em;background:#fbfcfb;align-items:center;min-height:36px;padding-left:44px;font-size:.69rem;font-weight:800}.board-item-row{grid-template-columns:38px minmax(260px,1fr) 38px;align-items:center;min-height:43px;padding-right:.5rem}.board-item-row input{height:42px;font:inherit;color:#36463d;border:0;border-left:1px solid #e6e8e6;border-right:1px solid #e6e8e6;padding:0 .8rem}.board-item-row input:focus{outline-offset:-2px;outline:2px solid #5b9877}.add-item-row{color:#8a948d;border-top:1px solid #e6e8e6;align-items:center;gap:.55rem;min-width:680px;min-height:43px;padding:0 .75rem;display:flex}.add-item-row input{font:inherit;background:0 0;border:0;flex:1;padding:.65rem}.add-group{color:#6f7d74;border:1px dashed #aeb9b2;border-radius:10px;grid-template-columns:auto minmax(200px,420px) auto;align-items:center;gap:.7rem;padding:1rem;display:grid}.add-group input{font:inherit;border:1px solid #ccd3ce;border-radius:8px;padding:.75rem .9rem}.column-tools{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.column-tools form{gap:.5rem;display:flex}.column-tools input,.column-tools select{border:1px solid #ccd3ce;border-radius:7px;padding:.55rem}.column-tools button{align-items:center;gap:.3rem;display:flex}.column-strip{background:#f7f9f7;border:1px solid #dce1dd;border-bottom:0;border-radius:10px 10px 0 0;align-items:stretch;min-width:680px;margin-bottom:-1.4rem;padding-left:44px;display:flex}.column-strip>span{text-transform:uppercase;flex:1;min-width:260px;padding:.8rem;font-size:.7rem;font-weight:800}.dynamic-column-head{border-left:1px solid #dde2de;grid-template-columns:auto 1fr auto auto auto auto;align-items:center;gap:.15rem;padding:.25rem;display:grid;position:relative}.dynamic-column-head input:not(.column-width){background:0 0;border:0;min-width:0;font-weight:700}.dynamic-column-head span{color:#879088;grid-column:2/4;font-size:.62rem}.dynamic-column-head button{color:#78857d;background:0 0;border:0;padding:.15rem}.column-width{opacity:0;cursor:ew-resize;width:100%;height:8px;position:absolute;bottom:-4px;left:0;right:0}.dynamic-column-head:hover .column-width{opacity:.45}.empty-cell{background:#fbfcfb;border-right:1px solid #e6e8e6;height:43px}.cell-editor{background:#fbfcfb;border-right:1px solid #e6e8e6;align-items:center;height:43px;display:flex;position:relative}.cell-editor>input:not([type=checkbox]),.cell-editor select,.cell-editor textarea{width:100%;height:42px;font:inherit;background:0 0;padding:.45rem .6rem;border:0!important}.cell-editor textarea{resize:none}.cell-editor input[type=checkbox]{width:18px;height:18px;margin:auto}.cell-editor.saving{opacity:.65}.cell-editor.invalid{outline-offset:-2px;outline:2px solid #cf5f5f}.cell-state{color:#66736b;font-size:.55rem;position:absolute;bottom:1px;right:4px}.cell-error{color:#b23838;font-weight:900;position:absolute;top:3px;right:4px}.open-item{color:#4a8a68;cursor:pointer;background:0 0;border:0}.item-drawer{z-index:30;background:#fff;width:min(480px,100vw);position:fixed;top:0;bottom:0;right:0;overflow:auto;box-shadow:-12px 0 40px #183d2c33}.item-drawer>header{z-index:1;background:#fff;border-bottom:1px solid #e1e5e2;justify-content:space-between;align-items:flex-start;padding:1.4rem;display:flex;position:sticky;top:0}.item-drawer>header h2{margin:.2rem 0}.item-drawer>header button{background:0 0;border:0}.drawer-body{gap:1.5rem;padding:1.25rem;display:grid}.drawer-body section{gap:.65rem;display:grid}.drawer-body h3{align-items:center;gap:.4rem;margin:0;display:flex}.drawer-body form{gap:.5rem;display:flex}.drawer-body form input,.drawer-body textarea{font:inherit;border:1px solid #ccd3ce;border-radius:8px;flex:1;padding:.65rem}.drawer-body textarea{resize:vertical;min-height:84px}.empty-copy{color:#879088;margin:.2rem 0}.subitem,.attachment-row{background:#fafbfa;border:1px solid #e2e6e3;border-radius:7px;padding:.65rem}.attachment-row{cursor:pointer;justify-content:space-between;display:flex}.upload-button{cursor:pointer;border:1px solid #b7c2bb;border-radius:7px;width:max-content;padding:.55rem .75rem}.upload-button input{display:none}.comment-list{gap:.7rem;max-height:300px;display:grid;overflow:auto}.comment-list article{background:#f6f8f6;border-radius:8px;padding:.75rem}.comment-list time,.activity-list time{color:#879088;font-size:.7rem;display:block}.comment-list p{white-space:pre-wrap;margin:.45rem 0 0}.activity-list{gap:.45rem;display:grid}.activity-list>div{border-bottom:1px solid #edf0ed;justify-content:space-between;padding:.5rem 0;display:flex}.drawer-error{color:#ad3434}.saved-filters{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:1rem;display:flex}.saved-filters input{border:1px solid #ccd3ce;border-radius:7px;padding:.55rem}.saved-filters button{background:#fff;border:1px solid #d6ddd8;border-radius:7px;align-items:center;gap:.25rem;padding:.5rem;display:inline-flex}.saved-filters span{display:flex}.kanban-view,.calendar-view,.dashboard-view{padding:1.5rem 0 5rem}.kanban-view>label{margin-bottom:1rem;display:block}.kanban-view select,.calendar-controls select{border:1px solid #ccd3ce;border-radius:7px;padding:.5rem}.kanban-lanes{grid-auto-columns:minmax(240px,1fr);grid-auto-flow:column;gap:1rem;display:grid;overflow:auto}.kanban-lanes section{background:#f5f7f5;border-radius:10px;min-height:400px;padding:.7rem}.kanban-lanes header{border-top:4px solid;justify-content:space-between;padding:.65rem .3rem;display:flex}.kanban-lanes section>button{text-align:left;cursor:grab;background:#fff;border:1px solid #dce2dd;border-radius:8px;width:100%;margin:.5rem 0;padding:.8rem;display:block}.calendar-controls{justify-content:center;align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.calendar-controls button{padding:.5rem .8rem}.calendar-grid{border:1px solid #dce2dd;grid-template-columns:repeat(7,minmax(100px,1fr));display:grid}.calendar-grid>b{background:#f3f6f3;padding:.5rem}.calendar-grid section{border-top:1px solid #e2e6e3;border-right:1px solid #e2e6e3;min-height:110px;padding:.4rem}.calendar-grid section.outside{color:#a2aaa4;background:#f7f8f7}.calendar-grid section button{text-align:left;color:#294438;background:#dcece3;border:0;border-radius:4px;width:100%;margin:.3rem 0;padding:.3rem;display:block}.dashboard-view{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.metric,.chart-card,.number-card{background:#fff;border:1px solid #dce2dd;border-radius:10px;padding:1.2rem}.metric{gap:.4rem;display:grid}.metric strong{color:#326348;font-size:2rem}.chart-card{grid-column:span 2}.number-card div{border-bottom:1px solid #edf0ed;justify-content:space-between;padding:.6rem 0;display:flex}.view-empty{text-align:center;color:#748078;border:1px dashed #b9c3bc;border-radius:10px;margin:2rem 0;padding:2rem}.board-item-row{content-visibility:auto;contain-intrinsic-size:43px}@media(max-width:700px){.board-group>header{grid-template-columns:auto auto 1fr auto}.board-group>header>span{display:none}.add-group{grid-template-columns:auto 1fr}.add-group button{grid-column:1/-1}.dashboard-view{grid-template-columns:1fr}.chart-card{grid-column:auto}.calendar-grid{overflow:auto}}.item-mail-tab>header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.item-mail-tab>header svg{color:#087a4b}.item-mail-tab h3,.item-mail-tab header p{margin:0}.item-mail-tab header p{color:#718078}.item-mail-tab article{border-bottom:1px solid #e4e8e5;justify-content:space-between;gap:15px;padding:14px 0;display:flex}.item-mail-tab article div{gap:4px;min-width:0;display:grid}.item-mail-tab article span,.item-mail-tab article p,.item-mail-tab article time{color:#718078;font-size:13px}.item-mail-tab article p{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.drawer-panel-empty{text-align:center;color:#718078;justify-items:center;gap:7px;padding:50px 20px;display:grid}.drawer-panel-empty p{margin:0}.workspace-main{background:#f7f8f6;padding:0}.workspace-content{width:100%;max-width:1440px;margin:0 auto;padding:64px 72px 80px}.workspace-heading{border-bottom:1px solid #d9deda;padding-bottom:44px;display:block}.workspace-heading>.eyebrow{margin:0 0 12px}.workspace-name-display{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.workspace-heading .workspace-name-display h1{overflow-wrap:anywhere;letter-spacing:-.035em;max-width:calc(100% - 60px);margin:0;font-size:clamp(42px,5vw,64px);line-height:1}.workspace-name-edit,.workspace-name-action{border-radius:11px;width:44px;height:44px}.workspace-name-edit{opacity:1;margin:0;transform:none}.workspace-name-edit:active,.workspace-name-action:active{transform:translateY(1px)}.workspace-name-edit:focus-visible,.workspace-name-action:focus-visible{outline-offset:2px;outline:3px solid #16724a38}.workspace-name-editor{width:min(820px,100%);margin:0 0 12px}.workspace-name-editor input{height:70px;font-size:clamp(38px,5vw,62px);line-height:1}.workspace-heading .workspace-subtitle{color:#66736b;max-width:680px;margin:20px 0 0;font-size:18px;line-height:1.55}.workspace-section-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.workspace-section-title{align-items:center;gap:12px;display:flex}.workspace-section-title h2{margin:0;font-family:Georgia,serif;font-size:34px;font-weight:500;line-height:1.1}.workspace-section-title span{color:#536159;background:#e6ece8;border-radius:999px;place-items:center;min-width:28px;height:28px;padding:0 8px;font-size:13px;font-weight:700;display:inline-grid}.workspace-new-board{border-radius:11px;min-height:44px;padding:0 18px}.workspace-board-loading{color:#6f7b74}.board-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.board-card{border-color:#d9dfdb;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;min-width:0;min-height:140px;padding:24px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 1px 2px #19312406}.board-card:hover{border-color:#9db1a5;transform:translateY(-2px);box-shadow:0 10px 24px #19312414}.board-card:focus-visible{outline-offset:3px;outline:3px solid #16724a3d}.board-card-icon{border-radius:12px;width:54px;height:54px}.board-card-icon svg{width:25px;height:25px}.board-card-copy{min-width:0}.board-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:17px;line-height:1.35;display:-webkit-box;overflow:hidden}.board-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:7px;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.board-card-arrow{transition:transform .18s}.empty-board-list{background:#ffffff9e;border-radius:16px;min-height:320px;padding:48px 24px}.empty-board-icon{color:#1f6a4a;background:#e0eee4;border-radius:15px;place-items:center;width:60px;height:60px;display:grid}.empty-board-list h3{margin:14px 0 0;font-family:Georgia,serif;font-size:25px;font-weight:500}.empty-board-list p{max-width:440px;margin:8px 0 20px;line-height:1.55}@media(max-width:1200px){.workspace-content{padding:52px 32px 72px}.board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.workspace-main{padding:0}.workspace-content{padding:44px 32px 64px}.workspace-heading{padding-bottom:40px}.workspace-heading .workspace-name-display h1{font-size:clamp(42px,7vw,52px)}}@media(max-width:560px){.app-topbar{min-width:0;grid-template-columns:minmax(0,1fr) auto auto auto!important;gap:4px!important;padding:0 12px!important}.app-topbar .top-work-link{display:none!important}.app-topbar .brand{min-width:0;width:auto!important}.workspace-content{padding:36px 20px 52px}.workspace-heading .workspace-name-display h1{max-width:calc(100% - 56px);font-size:clamp(38px,12vw,42px);line-height:1.03}.workspace-heading .workspace-subtitle{margin-top:16px;font-size:16px}.workspace-name-editor{grid-template-columns:minmax(0,1fr) auto auto}.workspace-name-editor input{height:58px;font-size:38px}.workspace-section{margin-top:44px}.workspace-section-header{flex-wrap:wrap;margin-bottom:22px}.workspace-section-title h2{font-size:29px}.board-grid{grid-template-columns:minmax(0,1fr);gap:16px}.board-card{gap:14px;min-height:132px;padding:20px}.inline-create{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.board-card,.board-card-arrow,.workspace-name-edit,.workspace-name-action{transition:none}.board-card:hover,.board-card:hover .board-card-arrow,.workspace-name-edit:active,.workspace-name-action:active{transform:none}}.people-cell.open-up .people-menu{top:auto;bottom:42px}.forms-tabs{align-items:stretch;gap:8px;overflow-x:auto;justify-content:flex-start!important}.forms-tabs button{white-space:nowrap;justify-content:center;align-items:center;gap:6px;min-width:104px;min-height:50px;display:inline-flex;flex:none!important;margin:0!important;padding:0 12px!important}.forms-editor-head>div:last-child>button:not(.forms-save),.forms-editor-head>div:last-child>a{justify-content:center;align-items:center;line-height:1;padding:0!important;display:inline-flex!important}.forms-editor-head>div:last-child>button:not(.forms-save) svg,.forms-editor-head>div:last-child>a svg{flex:none;margin:0;display:block}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}:root{--fb-bg-app:#f7f8fa;--fb-bg-sidebar:#f5f5f2;--fb-bg-surface:#fff;--fb-bg-subtle:#f8faf9;--fb-bg-hover:#f2f5f3;--fb-bg-selected:#edf7f1;--fb-border:#dde3df;--fb-border-subtle:#e8ece9;--fb-border-strong:#cbd4ce;--fb-text-primary:#17211b;--fb-text-secondary:#657068;--fb-text-muted:#8a958e;--fb-primary:#16724a;--fb-primary-hover:#115c3b;--fb-primary-soft:#e8f5ed;--fb-danger:#c43d3d;--fb-warning:#b87914;--fb-success:#16834f;--fb-radius-sm:6px;--fb-radius-md:8px;--fb-radius-lg:12px;--fb-shadow-drawer:-10px 0 30px rgba(20,35,26,.08);--fb-shadow-popover:0 12px 32px rgba(20,35,26,.14);--fb-space-1:4px;--fb-space-2:8px;--fb-space-3:12px;--fb-space-4:16px;--fb-space-5:20px;--fb-space-6:24px;--fb-control:36px;--fb-control-compact:32px;--fb-transition:.15s ease;--fb-focus:0 0 0 3px rgba(22,114,74,.2);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--fb-text-primary);background:var(--fb-bg-app)}*{box-sizing:border-box}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{transition:background var(--fb-transition),border-color var(--fb-transition),color var(--fb-transition),box-shadow var(--fb-transition)}:where(button,a,input,select,textarea,summary):focus-visible{outline:2px solid rgba(22,114,74,.28);outline-offset:2px}.fb-button,.fb-icon-button{height:var(--fb-control);display:inline-flex;align-items:center;justify-content:center;gap:var(--fb-space-2);border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-bg-surface);color:var(--fb-text-primary);font-size:13px;font-weight:600;padding:0 12px}.fb-button:hover,.fb-icon-button:hover{background:var(--fb-bg-hover);border-color:var(--fb-border-strong)}.fb-icon-button{width:var(--fb-control);padding:0}.fb-input,.fb-textarea{width:100%;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-bg-surface);color:var(--fb-text-primary);padding:8px 10px}.fb-input{height:var(--fb-control)}.fb-input:focus,.fb-textarea:focus{border-color:var(--fb-primary);box-shadow:var(--fb-focus);outline:0}.fb-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--fb-bg-hover);color:var(--fb-text-secondary);font-size:11px;font-weight:700}.fb-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--fb-primary-soft);color:var(--fb-primary);font-size:10px;font-weight:800}.fb-avatar-group{display:flex}.fb-avatar-group .fb-avatar{margin-left:-6px;border:2px solid white}.fb-divider{border:0;border-top:1px solid var(--fb-border-subtle);margin:var(--fb-space-4) 0}.fb-card{border:1px solid var(--fb-border-subtle);border-radius:var(--fb-radius-lg);background:var(--fb-bg-surface)}.fb-empty-state{display:grid;justify-items:center;gap:6px;padding:32px 20px;text-align:center;color:var(--fb-text-secondary)}.fb-empty-state svg{color:var(--fb-text-muted)}.fb-empty-state span{font-size:13px}.fb-skeleton{display:block;border-radius:var(--fb-radius-sm);background:linear-gradient(90deg,#edf0ee,#f8faf9,#edf0ee);background-size:200%;animation:fb-shimmer 1.4s infinite}@keyframes fb-shimmer{to{background-position:-200%}}.fb-status-pill{display:inline-flex;align-items:center;min-height:26px;padding:3px 9px;border-radius:99px;background:color-mix(in srgb,var(--pill-color) 14%,white);color:color-mix(in srgb,var(--pill-color) 82%,#111);font-size:12px;font-weight:700}.fb-property-row{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;min-height:44px;border-bottom:1px solid var(--fb-border-subtle)}.fb-property-row>div:first-child{display:flex;align-items:center;gap:8px;color:var(--fb-text-secondary);font-size:13px}.fb-property-row>div:last-child{min-width:0}.fb-tooltip{position:relative;display:inline-flex}.fb-tooltip:hover:after{content:attr(data-tooltip);position:absolute;z-index:2000;top:calc(100% + 7px);left:50%;transform:translate(-50%);padding:5px 8px;border-radius:5px;background:#17211b;color:#fff;font-size:11px;white-space:nowrap}:root{--background:#f7f8f6;--surface:#fff;--surface-muted:#f4f6f3;--border:#dde3dd;--border-strong:#c9d2ca;--text-primary:#18251d;--text-secondary:#647067;--primary:#18724b;--primary-hover:#125d3d;--primary-soft:#e9f5ee;--danger:#c53b3b;--focus:0 0 0 3px #bfe4ce;--shadow:0 8px 28px #183d2c14}.board-main{padding:0!important;background:var(--background);color:var(--text-primary);overflow:hidden}.compact-board-header{padding:20px 28px 0;background:var(--surface);border-bottom:1px solid var(--border)}.board-breadcrumb{display:flex;align-items:center;gap:7px;color:var(--text-secondary);font-size:12px;font-weight:650}.board-breadcrumb span{color:var(--border-strong)}.board-title-row{display:flex;align-items:center;gap:4px;margin-top:8px}.board-title-row>input{min-width:0;width:min(620px,75vw);padding:2px 4px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-primary);font:750 34px/1.2 system-ui,sans-serif;letter-spacing:-.035em}.board-title-row>input:hover{border-color:var(--border)}.board-title-row>input:focus{outline:0;border-color:var(--primary);box-shadow:var(--focus);background:#fff}.compact-board-header>p{margin:4px 4px 10px;color:var(--text-secondary);font-size:14px}.ui-icon{display:inline-grid!important;place-items:center;margin:0!important;padding:7px!important;border:0!important;background:transparent!important;color:var(--text-secondary)!important;cursor:pointer}.ui-icon:hover{background:var(--surface-muted)!important;color:var(--text-primary)!important}.ui-icon:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;box-shadow:var(--focus)}.view-tabs{margin:0!important;display:flex;gap:4px!important;overflow:auto}.view-tabs button{display:flex;align-items:center;gap:7px;margin:0;padding:10px 12px;border:0;border-bottom:2px solid transparent;border-radius:7px 7px 0 0;background:transparent;color:var(--text-secondary);font-size:13px;cursor:pointer}.view-tabs button:hover{background:var(--surface-muted);color:var(--text-primary)}.view-tabs .active{border-bottom-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.sticky-board-controls{position:sticky;top:0;z-index:14;padding:10px 28px;background:#f7f8f6ef;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.board-toolbar{display:flex;align-items:center;gap:8px;min-height:38px}.toolbar-search{display:flex;align-items:center;gap:7px;width:min(290px,30vw);height:36px;padding:0 9px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text-secondary)}.toolbar-search:focus-within{border-color:var(--primary);box-shadow:var(--focus)}.toolbar-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit}.toolbar-search button{margin:0;padding:2px;border:0;background:transparent}.toolbar-search small{padding:1px 5px;border-radius:10px;background:var(--surface-muted)}.toolbar-actions,.toolbar-primary{display:flex;align-items:center;gap:4px}.toolbar-actions{flex:1}.toolbar-actions>button,.toolbar-primary>button,.saved-menu>summary{display:flex;align-items:center;gap:6px;margin:0;padding:8px 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-secondary);font-size:12px;cursor:pointer;white-space:nowrap}.toolbar-actions>button:hover,.saved-menu>summary:hover{border-color:var(--border);background:var(--surface)}.toolbar-primary>button:not(.ui-icon){border-color:var(--primary);background:var(--primary);color:#fff}.toolbar-primary>button:not(.ui-icon):hover{background:var(--primary-hover)}.saved-menu{position:relative}.saved-menu>summary{list-style:none}.saved-menu>summary::-webkit-details-marker,.action-menu>summary::-webkit-details-marker{display:none}.saved-menu>div{position:absolute;z-index:40;top:42px;left:0;width:280px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.saved-menu h4{margin:2px 0 8px}.saved-menu p{color:var(--text-secondary);font-size:12px}.saved-menu span{display:flex}.saved-menu span>button:first-child{flex:1;text-align:left}.saved-menu button{margin:0;padding:7px;border:0;background:transparent}.saved-menu form{display:grid;gap:7px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.saved-menu input,.column-dialog input,.compact-add-group input{padding:9px 10px;border:1px solid var(--border-strong);border-radius:8px;font:inherit}.ui-primary{margin:0!important;border-color:var(--primary)!important;background:var(--primary)!important;color:#fff!important;cursor:pointer}.board-table-shell{padding:12px 28px 60px;min-width:0}.table-scroll{position:relative;overflow:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 1px 2px #183d2c0a}.column-strip{position:sticky!important;top:0;z-index:11;display:flex!important;align-items:stretch;min-width:max-content!important;margin:0!important;padding:0!important;border:0!important;border-bottom:1px solid var(--border)!important;border-radius:0!important;background:#fafbfa!important}.sticky-item-head{position:sticky;left:0;z-index:13;display:flex;align-items:center;gap:7px;width:340px;min-width:340px;padding:0 14px;background:#fafbfa;border-right:1px solid var(--border);color:var(--text-secondary);font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.polished-column-head{position:relative;display:flex;align-items:center;min-width:150px;height:54px;border-right:1px solid var(--border);background:#fafbfa}.column-grip,.item-grip,.group-grip{display:grid;place-items:center;margin:0;padding:6px;border:0;background:transparent;color:#9aa59e;cursor:grab;opacity:0;transition:opacity .15s,color .15s}.polished-column-head:hover .column-grip,.board-item-row:hover .item-grip,.board-group>header:hover .group-grip{opacity:1}.column-grip:hover,.item-grip:hover,.group-grip:hover{color:var(--text-primary)}.column-heading{min-width:0;flex:1;display:grid}.column-heading input{width:100%;min-width:0;padding:1px;border:0;background:transparent;color:var(--text-primary);font:700 13px system-ui;text-overflow:ellipsis}.column-heading small{color:var(--text-secondary);font-size:10px;text-transform:capitalize}.resize-handle{position:absolute;right:-3px;top:0;z-index:3;width:7px;height:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;cursor:col-resize}.resize-handle:hover{background:var(--primary)}.end-add-column{display:grid;place-items:center;min-width:44px;margin:0;border:0;border-radius:0;background:#fafbfa;color:var(--primary);cursor:pointer}.action-menu{position:relative}.action-menu>summary{display:grid;place-items:center;margin:0;padding:6px;border-radius:6px;color:var(--text-secondary);cursor:pointer;list-style:none;opacity:0}.polished-column-head:hover .action-menu>summary,.action-menu[open]>summary,.board-item-row:hover .item-actions>summary,.board-group>header:hover .action-menu>summary{opacity:1}.action-menu>div{position:absolute;z-index:50;right:0;top:32px;min-width:180px;padding:6px;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:var(--shadow)}.action-menu button{display:block;width:100%;margin:0;padding:8px 10px;border:0;background:transparent;text-align:left;font-size:12px;cursor:pointer}.action-menu button:hover{background:var(--surface-muted)}.action-menu hr{border:0;border-top:1px solid var(--border)}.action-menu .danger{color:var(--danger)}.board-table{display:grid!important;gap:12px!important;padding:12px!important;min-width:max-content}.board-group{overflow:visible!important;border:1px solid var(--border)!important;border-left:3px solid var(--group-color)!important;border-radius:10px!important;box-shadow:0 1px 2px #183d2c0a}.board-group>header{display:grid!important;grid-template-columns:auto auto auto minmax(200px,1fr) auto auto!important;position:sticky;left:0;align-items:center;min-height:50px!important;padding:0 10px!important;border:0!important;border-radius:9px 9px 0 0;background:var(--surface-muted)!important}.group-color{width:9px;height:9px;border-radius:3px;background:var(--group-color)}.item-count{font-size:11px;color:var(--text-secondary)}.group-items{overflow:visible!important}.board-item-row{display:grid!important;align-items:center;min-height:46px!important;padding:0!important;border-top:1px solid #edf0ed!important;background:#fff;transition:background .14s}.board-item-row:hover{background:#f8fbf9}.item-leading{position:sticky;left:0;z-index:5;display:flex;align-items:center;justify-content:center;height:46px;background:inherit}.item-leading input{width:15px!important;height:15px!important;border:0!important}.item-title-input{position:sticky;left:46px;z-index:4;height:46px!important;padding:0 12px!important;border:0!important;border-right:1px solid var(--border)!important;background:inherit!important;color:var(--text-primary)!important;font-weight:600!important;cursor:pointer}.item-title-input:hover{color:var(--primary)!important}.cell-editor{height:46px!important;background:inherit!important}.item-actions{padding-right:5px}.empty-group-drop{width:calc(100vw - 400px);min-width:500px;padding:18px;text-align:center;color:var(--text-secondary);font-size:12px;background:#fbfcfb}.compact-add-item{display:flex;align-items:center;gap:7px;width:340px;margin:0;padding:9px 14px;border:0;border-radius:0;background:#fff;color:var(--text-secondary);font-size:12px;cursor:pointer}.compact-add-item:hover{color:var(--primary);background:var(--primary-soft)}.inline-add-item{display:flex;align-items:center;width:600px;padding:6px 10px;gap:7px}.inline-add-item input{flex:1;padding:8px;border:1px solid var(--border);border-radius:7px}.inline-add-item button{margin:0;padding:7px 10px}.hidden-columns{display:flex;gap:5px;margin-bottom:6px}.hidden-columns:empty{display:none}.hidden-columns button{margin:0;padding:5px 8px;border:1px solid var(--border);background:#fff;font-size:11px}.add-new-group{display:flex;align-items:center;gap:7px;margin:12px 0 0;padding:8px 12px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);cursor:pointer}.add-new-group:hover{border-color:var(--primary);color:var(--primary)}.compact-add-group{display:flex;gap:7px;max-width:500px;margin-top:12px}.compact-add-group input{flex:1}.compact-add-group button{margin:0;padding:8px 12px}.ui-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#12251a66;animation:fade-in .16s}.column-dialog{width:min(680px,100%);max-height:90vh;overflow:auto;padding:20px;border-radius:12px;background:#fff;box-shadow:0 22px 70px #10211755;animation:dialog-in .18s}.column-dialog>header{display:flex;justify-content:space-between}.column-dialog h2{margin:0;font:750 20px system-ui}.column-dialog header p{margin:5px 0 16px;color:var(--text-secondary);font-size:13px}.dialog-search{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--border);border-radius:9px}.dialog-search input{flex:1;border:0;outline:0}.column-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.column-type-grid button{display:grid;grid-template-columns:auto 1fr;gap:2px 9px;margin:0;padding:12px;border:1px solid var(--border);background:#fff;text-align:left;cursor:pointer}.column-type-grid button:hover{border-color:var(--primary);background:var(--primary-soft)}.column-type-grid button span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--primary-soft);color:var(--primary)}.column-type-grid small{color:var(--text-secondary)}.column-dialog form label{display:grid;gap:7px;font-size:13px;font-weight:700}.dialog-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:18px}.dialog-actions button{margin:0}.no-results,.board-error{display:grid;justify-items:center;padding:70px 20px;color:var(--text-secondary)}.no-results h3,.board-error h2{color:var(--text-primary)}.board-skeleton{padding:30px;display:grid;gap:12px}.board-skeleton span,.board-skeleton div{display:block;height:28px;border-radius:7px;background:linear-gradient(90deg,#edf0ed,#f8faf8,#edf0ed);background-size:200%;animation:shimmer 1.2s infinite}.board-skeleton span:nth-child(1){width:160px}.board-skeleton span:nth-child(2){width:360px;height:42px}.board-skeleton div{height:360px}.danger{color:var(--danger)!important}@keyframes fade-in{0%{opacity:0}}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px) scale(.98)}}@keyframes shimmer{to{background-position:-200%}}@media(max-width:1050px){.toolbar-secondary{display:none!important}.sticky-item-head{width:300px;min-width:300px}.toolbar-search{width:240px}.board-table-shell,.sticky-board-controls,.compact-board-header{padding-left:18px;padding-right:18px}}.bulk-action-bar{position:sticky;top:132px;z-index:30;display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin:0 auto 8px;padding:7px 9px;border:1px solid #c8d9cf;border-radius:9px;background:#fff;box-shadow:0 8px 24px #183d2c1f}.bulk-action-bar b{padding:0 8px;color:var(--primary);font-size:12px}.bulk-action-bar button{margin:0;padding:6px 9px;border:0;border-radius:6px;font-size:11px}.bulk-action-bar .danger{color:#a13e38}@media(max-width:760px){.compact-board-header{padding-top:14px}.board-title-row>input{font-size:27px}.sticky-board-controls{position:static}.board-toolbar{flex-wrap:wrap}.toolbar-search{width:100%;max-width:none}.toolbar-actions{order:3;width:100%;overflow:auto}.toolbar-actions>button:nth-of-type(n+3){display:none}.toolbar-primary{margin-left:auto}.toolbar-primary>button:nth-child(2){display:none}.board-table-shell{padding:8px}.table-scroll{border-radius:8px}.sticky-item-head{width:250px;min-width:250px}.item-title-input{left:46px}.column-type-grid{grid-template-columns:1fr 1fr}.board-group>header{grid-template-columns:auto auto auto minmax(160px,1fr) auto auto!important}.compact-board-header>p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.column-type-grid button:hover{border-color:var(--ds-primary);background:var(--ds-primary-soft)}.column-type-grid button span{background:var(--ds-primary-soft);color:var(--ds-primary)}.cell-editor>input:not([type=checkbox]),.cell-editor textarea{color:var(--text-primary);font-size:12px}.cell-editor>input::placeholder,.cell-editor textarea::placeholder{color:#a3ada6}.status-cell{width:100%;padding:0 8px}.status-cell select{height:28px!important;padding:0 24px 0 9px!important;border:0!important;border-radius:14px!important;background:color-mix(in srgb,var(--status-color) 18%,white)!important;color:color-mix(in srgb,var(--status-color) 75%,#18251d)!important;font-weight:750!important;cursor:pointer}.numeric-cell,.progress-cell{position:relative;display:flex;align-items:center;width:100%;height:100%;overflow:hidden}.numeric-cell input,.progress-cell input{position:relative;z-index:1;width:100%;height:100%;padding:0 8px;border:0;background:transparent;text-align:right}.progress-cell>span{position:absolute;left:5px;top:8px;bottom:8px;max-width:calc(100% - 10px);border-radius:5px;background:var(--primary-soft)}.progress-cell>b{position:relative;z-index:1;padding-right:8px;color:var(--text-secondary);font-size:11px}.date-cell{position:relative;width:100%;padding:0 9px;color:var(--text-secondary);font-size:12px;cursor:pointer}.date-cell span{pointer-events:none}.date-cell input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;cursor:pointer}.empty-cell-button{width:100%;height:100%;margin:0;border:0;background:transparent;color:#a3ada6;text-align:left;font-size:12px}.column-strip{box-sizing:border-box;padding-left:12px!important;padding-right:12px!important}.sticky-item-head{width:auto!important;min-width:326px!important;flex:1 1 326px}.polished-column-head{flex:0 0 auto}.end-add-column{flex:0 0 42px}.group-column-strip{padding-left:0!important;padding-right:0!important}.group-column-strip .end-add-column{width:42px;min-width:42px;max-width:42px}@media(max-width:1050px){.sticky-item-head{min-width:300px!important;flex-basis:300px}}@media(max-width:760px){.sticky-item-head{min-width:250px!important;flex-basis:250px}.column-strip{padding-left:8px!important;padding-right:8px!important}}.date-cell input{z-index:2;opacity:.01!important;pointer-events:auto;color-scheme:light}.item-actions{z-index:30}.item-actions>div{position:absolute!important;z-index:1000!important;top:34px!important;right:4px!important;bottom:auto!important;display:block;min-width:180px;height:auto;padding:6px!important}.item-actions>div button{width:100%!important;white-space:nowrap;text-align:left!important}.board-group:has(.item-actions[open]){position:relative;z-index:700!important}.board-item-row:has(.item-actions[open]){position:relative;z-index:800!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}.item-drawer{z-index:2000!important}.app-frame:has(.item-drawer) .item-actions{visibility:hidden}.item-drag-overlay{display:flex;align-items:center;gap:9px;min-width:220px;padding:11px 14px;border:1px solid var(--primary);border-radius:9px;background:#fff;box-shadow:0 14px 36px #183d2c33;color:var(--text-primary);cursor:grabbing;transform:rotate(1deg)}.item-drag-overlay svg{color:var(--primary)}.item-drag-overlay span{font-weight:700}body:has(.item-drag-overlay) .board-group{transition:border-color .15s,background .15s}body:has(.item-drag-overlay) .empty-group-drop{border:1px dashed var(--primary);background:var(--primary-soft)}.board-group .compact-add-item,.board-group .inline-add-item{box-sizing:border-box;width:100%!important;max-width:none}.board-group .compact-add-item{min-height:40px;border-top:1px solid var(--border)}.status-dropdown{position:relative;padding:0 8px}.status-dropdown>summary{display:flex;align-items:center;justify-content:space-between;gap:5px;height:28px;padding:0 8px;border-radius:14px;background:color-mix(in srgb,var(--status-color) 18%,white);color:color-mix(in srgb,var(--status-color) 75%,#18251d);font-size:12px;font-weight:750;cursor:pointer;list-style:none}.status-dropdown>summary::-webkit-details-marker{display:none}.status-options{position:absolute;z-index:500;top:34px;left:7px;min-width:190px;padding:5px;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:var(--shadow)}.status-options>div{display:grid;grid-template-columns:1fr auto;align-items:center}.status-options button{margin:0;border:0;background:transparent;cursor:pointer}.status-option-label{display:flex;align-items:center;gap:7px;width:100%;padding:8px;text-align:left}.status-option-label:hover,.status-option-edit:hover{background:var(--surface-muted)}.status-option-label i{width:9px;height:9px;border-radius:50%;background:var(--option-color)}.status-option-edit{display:grid;place-items:center;padding:8px;color:var(--text-secondary)}.board-group:has(.status-dropdown[open]){position:relative;z-index:700!important}.board-item-row:has(.status-dropdown[open]){position:relative;z-index:800!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}.board-item-row[data-search-focus=true]{position:relative;z-index:6;background:var(--primary-soft)!important;box-shadow:inset 3px 0 var(--primary),0 0 0 2px color-mix(in srgb,var(--primary) 28%,transparent)!important}.board-item-row.nested-item{background:#fbfcfb}.board-item-row.nested-item .item-title-input{padding-left:calc(18px + var(--item-depth)*22px)!important;font-size:12px}.board-item-row.nested-item .item-leading:after{content:"↳";position:absolute;right:calc(-4px - var(--item-depth)*22px);z-index:6;color:var(--group-color);font-size:15px;pointer-events:none}.status-dropdown[open]{z-index:900!important}.status-dropdown[open] .status-options{z-index:1000!important}.status-dropdown .status-options{max-height:210px;overflow-y:auto}.board-group:last-child .status-dropdown .status-options{top:auto;bottom:34px}.dropdown-add-option{display:flex;align-items:center;gap:6px;width:100%;padding:8px!important;border-top:1px solid var(--border)!important;color:var(--primary);font-weight:700}.dropdown-option-create{display:grid;grid-template-columns:1fr auto auto;gap:5px;padding:6px;border-top:1px solid var(--border)}.dropdown-option-create input{min-width:0;width:100%;height:32px!important;padding:0 7px!important;border:1px solid var(--border)!important;border-radius:6px}.dropdown-option-create button{padding:5px!important;font-size:11px}.dropdown-option-create button:first-of-type{color:#fff;background:var(--primary)!important;border-radius:5px}.status-option-create{grid-template-columns:34px minmax(100px,1fr) auto auto}.status-option-create input[type=color]{padding:2px!important}.status-option-form{display:grid;grid-template-columns:1fr auto auto;gap:4px;padding:5px}.status-option-form input{min-width:0;height:32px!important;padding:0 7px!important;border:1px solid var(--primary)!important;border-radius:6px;font:inherit}.status-option-form button{padding:6px!important;border-radius:5px!important;font-size:11px}.status-option-form .status-option-save{background:var(--primary)!important;color:#fff}.board-group>header{grid-template-columns:auto auto auto minmax(200px,1fr) auto auto auto!important}@media(max-width:760px){.board-group>header{grid-template-columns:auto auto auto minmax(160px,1fr) auto auto auto!important}}.item-title-cell{position:sticky;left:46px;z-index:4;display:flex;align-items:center;min-width:0;height:46px;border-right:1px solid var(--border);background:inherit}.item-title-cell .item-title-input{position:static;left:auto;z-index:auto;min-width:0;flex:1;border-right:0!important}.item-title-cell .context-access-picker{flex:0 0 auto;margin-right:7px}.board-group:has(.context-access-picker[open]){z-index:940!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}.board-item-row:has(.context-access-picker[open]){position:relative;z-index:950!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}.board-item-row:has(.context-access-picker[open]) .item-title-cell{z-index:951;overflow:visible!important}.board-item-row:has(.context-access-picker[open]) .context-access-menu{z-index:952}.board-group:has(>header .context-access-picker[open]),.board-group:has(>header .action-menu[open]){position:relative;z-index:1000!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}.board-group>header:has(.context-access-picker[open]),.board-group>header:has(.action-menu[open]){position:relative!important;z-index:1001!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}.board-group>header .context-access-menu,.board-group>header .action-menu>div{z-index:1002!important}.board-task-tools{position:relative;display:flex;justify-content:flex-end;margin-bottom:7px}.board-task-tools>button{display:flex;align-items:center;gap:5px;margin:0;padding:7px 10px;border:1px solid var(--border);background:#fff;color:var(--text-secondary)}.task-tools-panel{position:absolute;z-index:50;top:38px;right:0;width:min(420px,calc(100vw - 40px));max-height:70vh;overflow:auto;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 16px 45px #183d2c26;padding:12px}.task-tools-panel>header{display:flex;justify-content:space-between;align-items:center}.task-tools-panel>header button{margin:0;border:0;background:transparent}.task-tools-panel>label{display:grid;gap:4px;margin:10px 0;font-size:11px;color:var(--text-secondary)}.task-tools-panel select{border:1px solid var(--border);border-radius:7px;padding:7px}.task-tools-section{display:grid;gap:5px;padding:10px 0;border-top:1px solid var(--border)}.task-tools-section h4{display:flex;align-items:center;gap:6px;margin:0;font-size:12px}.task-tools-section>div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px;border-radius:7px;background:#f7f9f7}.task-tools-section>div span{display:grid;font-size:11px}.task-tools-section small,.task-tools-section p{color:var(--text-secondary);font-size:10px}.task-tools-section button{display:flex;align-items:center;gap:4px;margin:0;padding:6px 8px;border:0;font-size:10px}.item-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1990;display:none;margin:0;border:0;border-radius:0;background:#12251a55}.item-drawer{position:fixed;z-index:2000!important;inset:0 0 0 auto;width:clamp(500px,38vw,600px);height:100dvh;display:flex;flex-direction:column;overflow:hidden!important;border-left:1px solid var(--border);background:#fff;box-shadow:-16px 0 48px #183d2c24;animation:drawer-in .22s ease-out}.item-drawer:focus{outline:0}@keyframes drawer-in{0%{transform:translate(24px);opacity:.5}}.item-drawer-header{position:relative!important;z-index:20;flex:none;display:block!important;overflow:visible!important;padding:22px 24px 15px!important;border-bottom:0!important;background:#fff!important}.drawer-context{display:flex;align-items:center;gap:8px;margin-bottom:7px}.drawer-context p{margin:0;color:var(--primary);font-size:10px;font-weight:850;letter-spacing:.18em}.drawer-context span{overflow:hidden;color:var(--text-secondary);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.drawer-title-row{display:flex;align-items:center;gap:10px}.drawer-title-row>input{min-width:0;flex:1;padding:3px 0;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-primary);font-size:25px;font-weight:750;letter-spacing:-.025em}.drawer-title-row>input:hover{border-color:var(--border)}.drawer-title-row>input:focus{padding-left:7px;border-color:var(--primary);outline:0;box-shadow:var(--focus)}.drawer-header-actions{display:flex;align-items:center}.drawer-close,.drawer-more>summary{display:grid;place-items:center;width:36px;height:36px;margin:0;padding:0;border:0;border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer;list-style:none}.drawer-close:hover,.drawer-more>summary:hover{background:var(--surface-muted);color:var(--text-primary)}.drawer-more{position:relative;z-index:30}.drawer-more>summary::-webkit-details-marker{display:none}.drawer-more>div{position:absolute;z-index:31;top:calc(100% + 6px);right:0;width:210px;max-height:min(420px,calc(100vh - 110px));overflow-y:auto;padding:6px;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:0 14px 36px #14271c2e}.drawer-more button{display:block;width:100%;margin:0;padding:9px 10px;border:0;border-radius:6px;background:transparent;text-align:left;font-size:12px}.drawer-more button:hover{background:var(--surface-muted)}.drawer-meta{display:flex;align-items:center;gap:10px;margin-top:10px;color:var(--text-secondary);font-size:12px}.drawer-meta>span{display:flex;align-items:center;gap:5px}.meta-badge{padding:4px 9px;border-radius:12px;background:var(--primary-soft);color:var(--primary);font-weight:700}.meta-avatar,.avatar{display:grid!important;place-items:center;flex:none;width:27px;height:27px;border-radius:50%;background:#dcece3;color:var(--primary);font-size:10px;font-weight:800}.drawer-meta small{display:flex;align-items:center;gap:4px;margin-left:auto;color:var(--primary)}.item-drawer-tabs{position:relative;z-index:2;flex:none;display:flex;height:45px;padding:0 16px;border-block:1px solid var(--border);background:#fff;overflow-x:auto}.item-drawer-tabs button{position:relative;display:flex;align-items:center;gap:5px;min-width:max-content;height:44px;margin:0;padding:0 10px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:650;cursor:pointer}.item-drawer-tabs button.active{border-bottom-color:var(--primary);color:var(--primary)}.item-drawer-tabs button span{display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--surface-muted);font-size:9px}.item-drawer-content{min-height:0;flex:1;overflow-y:auto;background:#fff}.drawer-tab-panel{padding:22px 24px 48px}.drawer-section{display:grid;gap:14px}.drawer-section+.drawer-section{margin-top:26px;padding-top:22px;border-top:1px solid var(--border)}.drawer-section h3{display:flex;align-items:center;gap:8px;margin:0;color:var(--text-primary);font-size:14px;font-weight:750}.item-description-empty{width:100%;min-height:80px;margin:0;padding:12px;border:1px solid var(--border);border-radius:9px;background:#fafbfa;color:var(--text-secondary);text-align:left;cursor:text}.item-property-list{overflow:visible;border:1px solid var(--border);border-radius:10px}.item-property-row{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;min-height:44px;border-bottom:1px solid #edf0ed}.item-property-row:last-child{border:0}.item-property-row>div:first-child{display:flex;align-items:center;gap:9px;padding-left:12px;color:var(--text-secondary);font-size:12px}.property-icon{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:var(--surface-muted);font-size:10px;font-weight:800}.item-property-row .cell-editor{width:100%!important;border-left:1px solid #edf0ed}.update-composer{display:grid;grid-template-columns:32px 1fr;gap:8px;padding:10px;border:1px solid var(--border);border-radius:10px;background:#fff}.update-composer:focus-within{border-color:var(--primary);box-shadow:var(--focus)}.update-composer textarea{min-height:28px;padding:5px;border:0;outline:0;resize:none;font:inherit}.update-composer.expanded textarea{min-height:88px}.composer-actions{grid-column:2;display:flex;align-items:center;gap:7px;border-top:1px solid var(--border);padding-top:8px}.composer-actions span{flex:1;color:var(--text-secondary);font-size:10px}.composer-actions button{display:flex;align-items:center;gap:5px;margin:0;padding:7px 9px;border:0;background:transparent;font-size:11px}.update-list{display:grid;gap:16px}.update-list article{display:grid;grid-template-columns:32px 1fr;gap:9px;min-height:0;padding:0;background:#fff}.update-list article header{display:flex;align-items:baseline;gap:8px}.update-list time{color:var(--text-secondary);font-size:10px}.update-list p{margin:5px 0 0;color:var(--text-primary);font-size:13px;line-height:1.5;white-space:pre-wrap}.mention-editor{position:relative;min-width:0}.mention-editor textarea{width:100%}.mention-menu{position:absolute;z-index:1000;right:0;bottom:calc(100% + 6px);left:0;max-height:240px;overflow:auto;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 12px 30px #15271d26;padding:5px}.mention-menu button{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:8px;border:0;border-radius:7px;background:#fff;text-align:left;cursor:pointer}.mention-menu button:hover,.mention-menu button:focus{background:#edf6f0}.mention-menu button>span:last-child{display:grid;min-width:0}.mention-menu b,.mention-menu small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-menu small,.mention-menu p{color:var(--text-secondary);font-size:11px}.mention-menu p{margin:0;padding:10px}.drawer-empty{display:grid;justify-items:center;gap:5px;padding:28px 16px;border:1px dashed var(--border-strong);border-radius:10px;color:var(--text-secondary);text-align:center}.drawer-empty strong{color:var(--text-primary);font-size:13px}.drawer-empty span{font-size:12px}.drawer-empty svg{margin-bottom:4px;color:#92a198}.attachment-dropzone{display:grid;justify-items:center;gap:5px;padding:24px;border:1px dashed var(--border-strong);border-radius:10px;background:#fafbfa;color:var(--text-secondary);cursor:pointer}.attachment-dropzone:hover{border-color:var(--primary);background:var(--primary-soft)}.attachment-dropzone svg{color:var(--primary)}.attachment-dropzone strong{color:var(--text-primary);font-size:13px}.attachment-dropzone span{font-size:11px}.attachment-dropzone input{display:none}.attachment-list{display:grid;gap:8px}.attachment-list article{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;min-height:60px;padding:9px 10px;border:1px solid var(--border);border-radius:9px;background:#fff}.file-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--primary-soft);color:var(--primary)}.attachment-list article div{display:grid;gap:3px;min-width:0}.attachment-list strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.attachment-list small{color:var(--text-secondary);font-size:10px}.attachment-list button{display:grid;place-items:center;margin:0;padding:8px;border:0;background:transparent;color:var(--text-secondary)}.subitem-list{display:grid;border:1px solid var(--border);border-radius:9px;overflow:hidden}.subitem-list button{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:8px;margin:0;padding:11px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:#fff;text-align:left}.subitem-list button:last-child{border:0}.subitem-list button:hover{background:var(--surface-muted)}.subitem-list strong{font-size:12px}.add-subitem-row{display:flex;align-items:center;gap:7px;padding:7px 8px;border:1px solid var(--border);border-radius:9px}.add-subitem-row>svg{color:var(--primary)}.add-subitem-row input{min-width:0;flex:1;padding:6px;border:0;outline:0}.add-subitem-row button{margin:0!important;padding:7px 10px!important;border:0;border-radius:6px}.activity-timeline{display:grid}.activity-entry{position:relative;display:grid;grid-template-columns:28px 1fr;gap:9px;min-height:48px}.activity-entry:before{content:"";position:absolute;left:13px;top:27px;bottom:0;width:1px;background:var(--border)}.activity-entry:last-child:before{display:none}.activity-entry h4{grid-column:1/-1;margin:12px 0 9px;color:var(--text-secondary);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.activity-entry i{position:relative;z-index:1;display:grid;place-items:center;width:27px;height:27px;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--primary)}.activity-entry p{margin:2px 0 4px;font-size:12px}.activity-entry time{color:var(--text-secondary);font-size:10px}.drawer-skeleton{display:grid;gap:12px;padding:24px}.drawer-skeleton>*{height:38px;border-radius:8px;background:linear-gradient(90deg,#edf0ed,#fafbfa,#edf0ed);background-size:200%;animation:shimmer 1.2s infinite}.drawer-skeleton span:first-child{width:60%;height:26px}.drawer-load-error{display:grid;justify-items:center;gap:10px;padding:60px 20px}.drawer-load-error button{margin:0}.item-drawer .drawer-error{margin:8px 0 0;color:var(--danger);font-size:11px}.task-management-tab{display:grid;gap:12px}.task-id-line{display:flex;justify-content:space-between;align-items:center}.task-id-line span{font-family:ui-monospace,monospace;color:var(--primary);font-weight:800}.task-id-line b{font-size:11px;color:var(--text-secondary)}.task-progress{height:7px;margin:9px 0 16px;overflow:hidden;border-radius:10px;background:#e7ebe8}.task-progress i{display:block;height:100%;border-radius:inherit;background:var(--primary);transition:width .2s}.task-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.task-field-grid label,.recurrence-field{display:grid;gap:5px;color:var(--text-secondary);font-size:11px}.task-field-grid label:has(svg),.recurrence-field{grid-template-columns:auto 1fr;align-items:center}.task-field-grid label:has(svg) input{grid-column:1/-1}.task-field-grid input,.task-field-grid select,.recurrence-field select,.task-inline-add input,.task-inline-add select{min-width:0;border:1px solid var(--border);border-radius:7px;background:#fff;padding:8px;font:inherit;color:var(--text-primary)}.task-switches{display:flex;gap:14px;margin:14px 0}.task-switches label{display:flex;align-items:center;gap:5px;font-size:12px}.recurrence-field{grid-template-columns:auto 1fr auto}.task-checklist{display:grid}.task-checklist>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid var(--border)}.task-checklist .done{text-decoration:line-through;color:var(--text-secondary)}.task-checklist button,.task-dependencies button{border:0;background:transparent;color:var(--text-secondary);cursor:pointer}.task-inline-add{display:flex;gap:6px;margin-top:9px}.task-inline-add input,.task-inline-add select{flex:1}.task-inline-add button{display:flex;align-items:center;gap:4px;margin:0;border:0;border-radius:7px;background:var(--primary);padding:8px 10px;color:#fff}.task-dependencies{display:flex;flex-wrap:wrap;gap:6px}.task-dependencies>span{display:flex;align-items:center;gap:5px;border-radius:15px;background:#edf3ef;padding:5px 8px;font-size:11px}.drawer-quick-actions{display:flex;align-items:center;gap:7px;padding:12px 24px 0}.drawer-quick-actions .drawer-watch-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:34px;margin:0;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text-secondary);font-size:11px;line-height:1;white-space:nowrap;cursor:pointer}.drawer-quick-actions .drawer-watch-button svg{display:block;flex:none}.drawer-quick-actions .drawer-watch-button:hover{border-color:var(--border-strong);background:var(--surface-muted);color:var(--primary)}.drawer-quick-actions>button:last-child{margin:0 0 0 auto;padding:6px 9px;border:1px solid var(--border);background:#fff;font-size:11px}.cross-board-dialog{width:min(440px,calc(100vw - 32px));padding:18px;border-radius:12px;background:#fff;box-shadow:0 18px 60px #14271c3d}.cross-board-dialog header{display:flex;justify-content:space-between;align-items:start}.cross-board-dialog header div{display:grid}.cross-board-dialog header small{color:var(--text-secondary)}.cross-board-dialog header button{margin:0;border:0;background:transparent}.cross-board-dialog label{display:grid;gap:5px;margin-top:12px;color:var(--text-secondary);font-size:11px}.cross-board-dialog select{border:1px solid var(--border);border-radius:7px;padding:9px;background:#fff}.cross-board-dialog footer{display:flex;justify-content:flex-end;gap:7px;margin-top:16px}.cross-board-dialog footer button{margin:0}@media(max-width:1000px){.item-drawer{width:70vw}.item-drawer-backdrop{display:block}}@media(max-width:650px){.item-drawer{width:100vw}.drawer-tab-panel{padding:18px 16px 40px}.item-drawer-header{padding:17px 16px 12px!important}.drawer-title-row>input{font-size:22px}.item-property-row{grid-template-columns:115px minmax(0,1fr)}.item-drawer-backdrop{display:none}.task-field-grid{grid-template-columns:1fr}}.recurrence-controls{display:grid;grid-template-columns:1fr 90px 140px;align-items:end;gap:7px}.recurrence-controls>label{display:grid;gap:4px;color:var(--text-secondary);font-size:11px}.recurrence-controls input{min-width:0;border:1px solid var(--border);border-radius:7px;padding:8px}@media(max-width:650px){.recurrence-controls{grid-template-columns:1fr}}.item-drawer>.item-drawer-header{z-index:100!important;isolation:isolate}.item-drawer>.item-drawer-tabs{z-index:1!important}.item-drawer>.drawer-quick-actions,.item-drawer>.drawer-parent-control,.item-drawer>.item-drawer-content{position:relative;z-index:0}.item-drawer-header .drawer-more{z-index:101!important}.item-drawer-header .drawer-more>div{z-index:102!important}.drawer-parent-control{display:grid;grid-template-columns:70px 1fr;align-items:center;gap:8px;padding:9px 24px;border-bottom:1px solid var(--border);background:#fafbfa;font-size:11px}.drawer-parent-control label{color:var(--text-secondary);font-weight:700}.drawer-parent-control select{min-width:0;padding:6px 8px;border:1px solid var(--border);border-radius:7px;background:#fff}.board-item-row.nested-item{box-shadow:inset calc(var(--item-depth)*2px) 0 0 color-mix(in srgb,var(--group-color) 28%,transparent)}.board-item-row.drop-target{position:relative;z-index:20;background:#e4f3ea!important;box-shadow:inset 0 0 0 2px var(--primary)!important}.board-item-row.drop-target .item-leading,.board-item-row.drop-target .item-title-input,.board-item-row.drop-target .cell-editor{background:#e4f3ea!important}.board-group.drop-target{background:#edf8f1!important;box-shadow:inset 0 0 0 2px var(--primary),0 3px 12px #183d2c18!important}.board-group.drop-target .empty-group-drop{background:#e4f3ea!important;color:var(--primary);font-weight:700}.board-item-row.has-status-color{background:color-mix(in srgb,var(--row-status-color) 11%,#fff)!important}.board-item-row.has-status-color .item-leading,.board-item-row.has-status-color .item-title-input,.board-item-row.has-status-color .cell-editor{background:inherit!important}.board-item-row.has-status-color:hover{background:color-mix(in srgb,var(--row-status-color) 17%,#fff)!important}.board-item-row.has-status-color.drop-target,.board-item-row.has-status-color.drop-target .item-leading,.board-item-row.has-status-color.drop-target .item-title-input,.board-item-row.has-status-color.drop-target .cell-editor{background:#e4f3ea!important}@media(max-width:650px){.drawer-parent-control{padding-inline:16px}}.dropdown-option-row{display:grid!important;grid-template-columns:minmax(0,1fr) 28px 28px!important;align-items:center}.dropdown-option-action{display:grid;place-items:center;width:28px;height:28px;padding:0!important;border-radius:5px!important;color:var(--text-secondary)}.dropdown-option-action:hover{background:var(--surface-muted)!important}.dropdown-option-edit-form{display:grid;grid-template-columns:minmax(95px,1fr) auto auto;gap:4px;padding:5px}.dropdown-option-edit-form input{min-width:0;height:32px;padding:0 7px;border:1px solid var(--primary);border-radius:6px}.dropdown-option-edit-form button{padding:5px!important;border-radius:5px!important;font-size:10px}.dropdown-option-edit-form button:first-of-type{background:var(--primary)!important;color:#fff}.dropdown-option-error{margin:3px 7px 6px;color:var(--danger);font-size:10px}.dropdown-option-edit-form:has(input[type=color]){grid-template-columns:32px minmax(90px,1fr) auto auto!important}.dropdown-option-edit-form input[type=color]{width:32px;min-width:32px;height:32px;padding:2px;border:1px solid var(--border);border-radius:6px;cursor:pointer}.status-editable-option{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;align-items:center}.board-team-button{display:flex;align-items:center;gap:6px;margin:0 4px 0 auto;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text-secondary);font-size:12px;font-weight:700;cursor:pointer}.board-team-button:hover{border-color:var(--primary);color:var(--primary)}.team-backdrop{z-index:3000}.team-dialog{width:min(620px,100%);max-height:88vh;overflow:auto;padding:22px;border-radius:13px;background:#fff;box-shadow:0 24px 70px #10211755}.team-dialog>header{display:flex;justify-content:space-between;gap:15px}.team-dialog h2{margin:3px 0;font-size:21px}.team-dialog header span,.team-hint{color:var(--text-secondary);font-size:12px}.team-dialog form{display:grid;grid-template-columns:minmax(0,1fr) 105px auto;gap:8px;margin-top:20px}.team-dialog form label{display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);border-radius:8px}.team-dialog form input{min-width:0;flex:1;padding:9px 0;border:0;outline:0}.team-dialog form select{padding:8px;border:1px solid var(--border);border-radius:8px;background:#fff}.team-dialog form button{display:flex;align-items:center;gap:5px;padding:9px 12px;border:0;border-radius:8px}.team-hint{display:block;margin-top:7px}.team-list{display:grid;margin-top:18px;border-top:1px solid var(--border)}.team-list article{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;min-height:60px;padding:8px 2px;border-bottom:1px solid var(--border);background:#fff}.member-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-size:10px;font-weight:800}.team-list article div{display:grid}.team-list article small{color:var(--text-secondary)}.team-list article>b{padding:4px 8px;border-radius:10px;background:var(--surface-muted);color:var(--text-secondary);font-size:10px;text-transform:capitalize}.people-cell{position:relative;width:100%;padding:0 8px}.people-cell>summary{display:flex;align-items:center;justify-content:space-between;height:46px;cursor:pointer;list-style:none}.people-cell>summary::-webkit-details-marker{display:none}.people-empty{display:flex;align-items:center;gap:5px;color:#96a199;font-size:12px}.people-avatars{display:flex;align-items:center}.people-avatars i,.people-avatars b{display:grid;place-items:center;width:25px;height:25px;margin-right:-5px;border:2px solid #fff;border-radius:50%;background:#dcece3;color:var(--primary);font-size:8px;font-style:normal;font-weight:800}.people-menu{position:absolute;z-index:1100;top:42px;left:6px;width:260px;max-height:280px;overflow:auto;padding:7px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.people-menu>strong{display:block;padding:6px 8px;font-size:11px}.people-menu>button{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;width:100%;margin:0;padding:7px;border:0;background:transparent;text-align:left}.people-menu>button:hover{background:var(--surface-muted)}.people-menu>button>span:nth-child(2){display:grid;min-width:0}.people-menu b,.people-menu small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-menu b{font-size:11px}.people-menu small{color:var(--text-secondary);font-size:9px}.board-group:has(.people-cell[open]),.board-item-row:has(.people-cell[open]){position:relative;z-index:850!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}@media(max-width:650px){.team-dialog form{grid-template-columns:1fr}.board-team-button{font-size:0}.board-team-button svg{width:18px;height:18px}}.access-dialog{width:min(760px,100%)}.access-members{display:grid;gap:12px;margin-top:18px}.access-member{overflow:hidden;border:1px solid var(--border);border-radius:10px}.access-person{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:12px;background:var(--surface-muted)}.access-person>div{display:grid}.access-person small{color:var(--text-secondary)}.access-person label,.access-group>label,.access-items label{display:flex;align-items:center;gap:7px;cursor:pointer}.access-group{border-top:1px solid var(--border)}.access-group>label{padding:10px 14px}.access-items{display:grid;padding:0 14px 9px 34px}.access-items label{min-height:32px;color:var(--text-secondary);font-size:12px}.access-dialog footer{display:flex;align-items:center;gap:7px;margin-top:16px;color:var(--text-secondary);font-size:11px}.context-access-picker{position:relative;display:flex;justify-content:center}.context-access-picker>summary{display:flex;align-items:center;justify-content:center;gap:3px;min-width:36px;height:32px;padding:3px 6px;border:1px solid var(--border);border-radius:16px;background:#fff;color:var(--text-secondary);cursor:pointer;list-style:none}.context-access-picker>summary::-webkit-details-marker{display:none}.context-access-picker[open]>summary,.context-access-picker>summary:hover{border-color:var(--primary);color:var(--primary)}.context-access-avatars{display:flex}.context-access-avatars i,.context-access-avatars b{display:grid;place-items:center;width:23px;height:23px;margin-right:-6px;border:2px solid #fff;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-size:8px;font-style:normal;font-weight:800}.context-access-menu{position:absolute;z-index:1400;top:36px;right:0;width:280px;max-height:320px;overflow:auto;padding:8px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.context-access-menu>strong,.context-access-menu>small{display:block;padding:3px 7px}.context-access-menu>small{color:var(--text-secondary);font-size:10px}.context-access-menu>button{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;width:100%;padding:7px;border:0;border-radius:7px;background:transparent;text-align:left;cursor:pointer}.context-access-menu>button:hover{background:var(--surface-muted)}.context-access-menu>button>span:nth-child(2){display:grid;min-width:0}.context-access-menu b,.context-access-menu small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.context-access-menu p{padding:8px;color:var(--text-secondary);font-size:11px}.board-group:has(.context-access-picker[open]),.board-item-row:has(.context-access-picker[open]){position:relative;z-index:900!important;overflow:visible!important}.board-title-row>.context-access-picker{margin-left:5px}.generated-invite{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;margin-top:12px;padding:10px;border:1px solid #a8d5ba;border-radius:9px;background:var(--primary-soft);color:var(--primary)}.generated-invite input{min-width:0;padding:6px;border:1px solid var(--border);border-radius:6px;background:#fff}.generated-invite button{display:flex;align-items:center;gap:4px;margin:0;padding:7px;border:0;background:var(--primary);color:#fff}.generated-invite small{grid-column:2/-1}.pending-invites{margin-top:18px}.pending-invites h3{font-size:13px}.pending-invites article{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:6px;padding:9px 2px;border-bottom:1px solid var(--border)}.pending-invites article div{display:grid}.pending-invites article small{color:var(--text-secondary);font-size:10px;text-transform:capitalize}.pending-invites article button{display:grid;place-items:center;margin:0;padding:7px;border:0;background:transparent}.team-list article.is-suspended{opacity:.58;background:#faf7f5}.member-admin-actions{display:flex!important;grid-auto-flow:column;align-items:center;gap:5px}.member-admin-actions select{padding:6px;border:1px solid var(--border);border-radius:7px;background:#fff;font-size:11px}.member-admin-actions button{display:grid;place-items:center;padding:6px;border:0;border-radius:7px;background:var(--surface-muted);color:var(--text-secondary);cursor:pointer}.member-admin-actions button.danger{color:#b42318}.access-overview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin-top:16px}.access-overview span{display:grid;gap:2px;padding:9px;border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:9px}.access-overview b{color:var(--text-primary);font-size:17px}@media(max-width:650px){.access-overview{grid-template-columns:repeat(3,1fr)}}.access-center{width:min(820px,100%)}.access-center>section{margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.access-center h3{margin:0 0 9px;font-size:14px}.access-center-list{display:grid;gap:5px}.access-center-list article{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:8px;border-radius:8px;background:var(--surface-muted)}.access-center-list article div{display:grid}.access-center-list small{color:var(--text-secondary);font-size:10px}.shared-link-form{display:grid;grid-template-columns:90px 1fr auto;gap:7px}.shared-link-form input{padding:8px;border:1px solid var(--border);border-radius:7px}.shared-link-form button,.access-center-list button{display:flex;align-items:center;gap:4px;padding:8px;border:0;border-radius:7px}.audit-list{max-height:220px;overflow:auto}.team-list{margin-top:8px}.team-card{overflow:hidden;border-radius:9px;background:var(--surface-muted)}.team-card article{border-radius:0!important}.team-card article>button{background:#fff;border:1px solid var(--border)!important;color:var(--text-secondary)}.team-card article>button.active{color:var(--primary);border-color:#a9d6bf!important}.team-member-editor{padding:8px 12px 12px;border-top:1px solid var(--border);background:#fff}.team-member-editor>p{margin:2px 0 8px;color:var(--text-secondary);font-size:11px}.team-member-editor label{display:flex;align-items:center;gap:9px;padding:8px;border-radius:7px}.team-member-editor label:hover{background:#f1f7f3}.team-member-editor label>span{display:grid}.team-member-editor label b{font-size:12px}.team-member-editor input{width:16px;height:16px;accent-color:var(--primary)}.shared-board-page{min-height:100vh;background:#f7f8f6}.shared-board-page>header{display:flex;justify-content:space-between;padding:16px 28px;border-bottom:1px solid var(--border);background:#fff}.shared-board-page>section{width:min(900px,calc(100% - 32px));margin:45px auto}.shared-board-page>section>input{padding:10px;border:1px solid var(--border);border-radius:8px}.shared-board-page article{margin-top:14px;padding:16px;border:1px solid var(--border);border-radius:10px;background:#fff}.shared-board-page article h2{margin:0 0 10px;font-size:15px}.shared-board-page article p{margin:0;padding:9px;border-top:1px solid var(--border)}.top-work-link{color:var(--text-secondary);font-size:12px;font-weight:700;text-decoration:none}.notification-button{position:relative}.notification-button b{position:absolute;right:-4px;top:-4px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#d92d20;color:#fff;font-size:9px}.personal-page{min-height:100vh;background:#f7f8f6}.personal-page>main{width:min(1050px,calc(100% - 40px));margin:0 auto;padding:42px 0}.personal-page h1{margin:6px 0 32px;font:600 40px/1.1 Georgia,serif}.personal-page main>section{margin:16px 0;padding:18px;border:1px solid var(--border);border-radius:12px;background:#fff}.personal-page section h2{margin:0 0 10px;font-size:15px;text-transform:capitalize}.personal-page section>a{display:flex;align-items:center;justify-content:space-between;padding:12px;border-top:1px solid var(--border);color:inherit;text-decoration:none}.personal-page section>a span{display:grid}.personal-page section>a small,.personal-page time{color:var(--text-secondary);font-size:11px}.personal-page time{display:flex;align-items:center;gap:5px}.personal-heading{display:flex;align-items:start;justify-content:space-between}.preference-strip{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.preference-strip label{display:flex;align-items:center;gap:5px;color:var(--text-secondary);font-size:11px}.inbox-list{padding:0!important}.inbox-list>a{justify-content:start!important;gap:10px}.inbox-list>a>i{width:8px;height:8px;border-radius:50%;background:transparent}.inbox-list>a.unread{background:#f0faf4}.inbox-list>a.unread>i{background:var(--primary)}.inbox-list p{margin:3px 0;color:var(--text-secondary);font-size:12px}.personal-back{display:inline-flex;align-items:center;gap:7px;height:34px;margin:0 0 22px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text-secondary);font-size:12px;cursor:pointer}.personal-back:hover{border-color:var(--border-strong);background:var(--surface-muted);color:var(--primary)}.mark-all-read{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:38px;margin:12px 0 0;padding:0 14px;border:1px solid var(--primary);border-radius:8px;background:var(--primary);color:#fff;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 1px 2px #14271c1a}.mark-all-read:hover:not(:disabled){background:#185a3f;transform:translateY(-1px)}.mark-all-read:disabled{border-color:var(--border);background:var(--surface-muted);color:var(--text-secondary);box-shadow:none;cursor:not-allowed;opacity:.7}@media(max-width:650px){.personal-heading{gap:16px}.mark-all-read{flex:none;font-size:0}.mark-all-read svg{width:18px;height:18px}}.email-preference-card>header{display:flex;align-items:flex-start;gap:10px}.email-preference-card>header svg{color:var(--primary)}.email-preference-card h2{margin:0!important}.email-preference-card header p{margin:3px 0 14px;color:var(--text-secondary);font-size:12px}.email-preference-card>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.email-preference-card>div label{display:flex;align-items:center;gap:7px;padding:9px;border:1px solid var(--border);border-radius:8px;text-transform:capitalize;font-size:12px}.email-preference-card details{margin-top:14px;border-top:1px solid var(--border);padding-top:12px}.email-preference-card summary{color:var(--primary);font-size:12px;font-weight:700;cursor:pointer}.email-delivery-list{margin-top:8px}.email-delivery-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 2px;border-top:1px solid var(--border)}.email-delivery-list article span{display:grid}.email-delivery-list small{color:var(--text-secondary);font-size:10px}.email-delivery-list em{padding:4px 7px;border-radius:99px;background:#eef1ef;color:#647169;font-size:10px;font-style:normal;text-transform:capitalize}.email-delivery-list em.sent{background:#e2f5e9;color:#087247}.email-delivery-list em.failed,.email-delivery-list em.bounced{background:#fff0ef;color:#b83e38}.email-delivery-list em.queued,.email-delivery-list em.retrying{background:#fff5dc;color:#946012}@media(max-width:700px){.email-preference-card>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.email-preference-card details{margin-top:18px;padding-top:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.email-preference-card summary{display:flex;align-items:center;min-height:46px;padding:0 16px;color:var(--text-primary);font-size:13px;list-style-position:inside;background:#f7f9f7}.email-delivery-list{display:flex!important;flex-direction:column;margin:0!important;padding:10px!important;gap:8px;background:#f7f9f7}.email-delivery-list article{display:grid!important;grid-template-columns:38px minmax(0,1fr) auto;align-items:center!important;gap:12px!important;flex:none!important;width:100%;height:auto!important;min-height:64px!important;margin:0!important;padding:11px 13px!important;border:1px solid var(--border)!important;border-radius:10px;background:#fff}.email-delivery-list article i{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#e7f4ed;color:var(--primary);font-style:normal}.email-delivery-list article span{display:flex!important;min-width:0;flex-direction:column;gap:4px}.email-delivery-list article b{overflow:hidden;color:var(--text-primary);font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.email-delivery-list small{font-size:11px;line-height:1.3;text-transform:capitalize}.email-delivery-list em{justify-self:end;padding:5px 9px;font-weight:700;line-height:1}.email-delivery-list>p{margin:0;padding:18px;text-align:center;color:var(--text-secondary);font-size:12px}@media(max-width:600px){.email-delivery-list article{grid-template-columns:34px minmax(0,1fr);padding:10px}.email-delivery-list article i{width:34px;height:34px}.email-delivery-list em{grid-column:2;justify-self:start}}.productivity-hub{background:var(--ds-canvas,#f8f9fd)}.productivity-hub main{max-width:1360px!important;padding-bottom:60px}.productivity-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:4px 0 25px;padding-bottom:24px;border-bottom:1px solid var(--ds-border,#dce2ee)}.productivity-heading h1{margin:5px 0 8px;font:700 clamp(38px,4vw,56px)/1.03 var(--font-display,Georgia,serif);letter-spacing:-.035em}.productivity-heading>div>p:last-child{max-width:720px;margin:0;color:var(--ds-muted,#68707b);font-size:16px;line-height:1.55}.focus-ready,.focus-stop{display:flex;min-height:44px;align-items:center;gap:8px;padding:10px 15px;border:1px solid color-mix(in srgb,var(--ds-primary,#2378d8) 22%,white);border-radius:999px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 8%,white);color:var(--ds-primary,#2378d8);font-weight:700;white-space:nowrap}.focus-stop{border-color:var(--ds-primary,#2378d8);background:var(--ds-primary,#2378d8);color:#fff}.productivity-tabs{display:flex;gap:4px;margin-bottom:20px;padding:5px;border:1px solid var(--ds-border,#dce2ee);border-radius:13px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.productivity-tabs button{min-height:42px;flex:1;padding:10px 16px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--ds-muted,#68707b);font-weight:700}.productivity-tabs button.active{border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 16%,white);background:color-mix(in srgb,var(--ds-primary,#2378d8) 8%,white);color:var(--ds-primary,#2378d8)}.personal-capture{display:grid;grid-template-columns:minmax(190px,1.2fr) 1fr 1.35fr 1fr .7fr auto;align-items:center;gap:10px;margin-bottom:18px;padding:17px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.personal-capture h2,.personal-capture p{margin:0}.personal-capture h2{font-size:17px}.personal-capture p{margin-top:4px;color:var(--ds-muted,#68707b);font-size:12px}.personal-capture input,.personal-capture select{height:45px;min-width:0;padding:0 11px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font:inherit}.personal-capture input:focus,.personal-capture select:focus{outline:0;border-color:var(--ds-primary,#2378d8);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary,#2378d8) 12%,transparent)}.personal-capture button,.personal-list button,.personal-task-row button,.notes-grid button{display:flex;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:9px 11px;border:1px solid var(--ds-border,#dce2ee);border-radius:9px;background:#fff;color:var(--ds-text,#17231f);font-weight:650}.personal-capture>button{height:45px;border-color:var(--ds-primary,#2378d8);background:var(--ds-primary,#2378d8);color:#fff}.personal-capture>button:disabled{opacity:.45}.personal-capture svg,.personal-list svg,.personal-task-row svg{width:16px}.daily-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(290px,.8fr);gap:18px}.daily-grid>section,.daily-grid>aside,.personal-list,.assigned-work{padding:19px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.daily-grid>section>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:15px;border-bottom:1px solid var(--ds-border,#dce2ee)}.daily-grid>section>header>span{padding:6px 9px;border-radius:99px;background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-muted,#68707b);font-size:12px}.daily-grid h2,.daily-grid p{margin:0}.daily-grid>aside h2{margin:5px 0 12px;padding-bottom:8px;border-bottom:1px solid var(--ds-border,#dce2ee);font-size:15px}.daily-grid>aside h2:not(:first-child){margin-top:22px}.personal-task-row{display:flex;align-items:center;gap:9px;padding:12px 2px;border-bottom:1px solid var(--ds-border,#dce2ee)}.personal-task-row:last-child{border-bottom:0}.personal-task-row:hover{background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ds-primary,#2378d8) 4%,white),transparent)}.personal-task-row>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.personal-task-row small,.waiting-card small{overflow:hidden;color:var(--ds-muted,#68707b);font-size:12px;text-overflow:ellipsis}.personal-task-row.completed span{text-decoration:line-through;opacity:.55}.personal-task-row .task-check{width:30px;height:30px;min-height:30px;flex:0 0 30px;padding:6px;border-radius:50%}.personal-task-row.completed .task-check{border-color:var(--ds-primary,#2378d8);background:var(--ds-primary,#2378d8);color:#fff}.waiting-card{display:flex;align-items:center;gap:10px;margin-bottom:9px;padding:11px;border:1px solid #ead9a1;border-radius:10px;background:#fff9e9}.waiting-card>svg{width:18px;color:#a36b00}.waiting-card span{display:flex;min-width:0;flex-direction:column}.personal-list{padding:5px 18px}.personal-list>article{display:flex;align-items:center;gap:12px;padding:13px 2px;border-bottom:1px solid var(--ds-border,#dce2ee)}.personal-list>article:last-child{border-bottom:0}.personal-list>article>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.notes-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}.notes-grid article{display:flex;min-height:190px;flex-direction:column;padding:18px;border:1px solid var(--ds-border,#dce2ee);border-radius:15px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.notes-grid article>svg{width:20px;color:var(--ds-primary,#2378d8)}.notes-grid h3{margin:14px 0 8px}.notes-grid p{flex:1;margin:0 0 15px;color:var(--ds-muted,#68707b);white-space:pre-wrap}.notes-grid button{align-self:flex-start}.personal-empty{display:grid;min-height:180px;grid-column:1/-1;place-content:center;gap:8px;padding:32px;color:var(--ds-muted,#68707b);text-align:center}.personal-empty>svg{width:32px;height:32px;margin:auto;padding:7px;border-radius:10px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 8%,white);color:var(--ds-primary,#2378d8)}.personal-empty p{margin:0}.assigned-work{margin-top:18px}.assigned-work>h2{margin:0;padding-bottom:13px;border-bottom:1px solid var(--ds-border,#dce2ee)}.assigned-work>div{margin-top:17px}.assigned-work h3{margin:0 0 4px;color:var(--ds-muted,#68707b);font-size:11px;letter-spacing:.07em;text-transform:uppercase}.assigned-work a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 3px;border-bottom:1px solid var(--ds-border,#dce2ee);color:inherit;text-decoration:none}.assigned-work a:hover{color:var(--ds-primary,#2378d8)}.assigned-work a span{display:flex;flex-direction:column;gap:2px}.assigned-work a small{color:var(--ds-muted,#68707b)}.assigned-work time{display:flex;align-items:center;gap:6px;color:var(--ds-muted,#68707b);font-size:12px}.focus-active main{background:linear-gradient(180deg,color-mix(in srgb,var(--ds-primary,#2378d8) 5%,white),var(--ds-canvas,#f8f9fd) 330px)}@media(max-width:1100px){.personal-capture{grid-template-columns:1fr 1fr 1fr}.personal-capture>div{grid-column:1/-1}.daily-grid{grid-template-columns:1fr}.notes-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.productivity-heading{display:block}.focus-ready,.focus-stop{width:max-content;margin-top:15px}.productivity-tabs{overflow:auto}.productivity-tabs button{min-width:130px;white-space:nowrap}.personal-capture{grid-template-columns:1fr}.personal-capture>div{grid-column:auto}.notes-grid{grid-template-columns:1fr}.personal-task-row{flex-wrap:wrap}.personal-task-row>span{min-width:65%}.personal-task-row>button:not(.task-check){flex:1}.assigned-work a{align-items:flex-start;flex-direction:column}.personal-list>article{align-items:flex-start;flex-wrap:wrap}.personal-list>article>span{min-width:70%}}.personal-controls{margin-top:18px}.personal-controls-toggle{display:flex;align-items:center;gap:8px;border:1px solid #ccd8d1;background:#fff;border-radius:10px;padding:11px 14px;font-weight:700}.personal-controls-toggle svg,.personal-controls h2 svg,.rule-row svg{width:17px}.personal-controls-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:12px}.personal-controls-grid>article{background:#fff;border:1px solid #dbe2dd;border-radius:14px;padding:16px}.personal-controls h2{display:flex;align-items:center;gap:8px;font-size:16px;margin:0 0 12px}.personal-controls article>a{display:flex;flex-direction:column;color:inherit;padding:9px 0;border-bottom:1px solid #e5eae7}.personal-controls article>a span,.personal-controls article>p{color:#708077}.rule-create{display:flex}.rule-create input{min-width:0;flex:1;height:40px;border:1px solid #ccd7d0;border-radius:8px 0 0 8px;padding:0 10px}.rule-create button,.rule-row button{border:0;background:#14764d;color:#fff;padding:0 12px;border-radius:0 8px 8px 0}.rule-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid #e5eae7}.rule-row button{display:grid;place-items:center;padding:5px;border-radius:6px}.personal-controls-grid label{display:flex;gap:8px;margin:10px 0}@media(max-width:1000px){.personal-controls-grid{grid-template-columns:1fr}}.service-page,.service-empty{padding:32px;min-height:100vh;background:#f5f7f6}.service-page>header{display:flex;justify-content:space-between;align-items:flex-start}.service-page h1,.service-empty h1,.service-portal h1{font:56px/1.05 Georgia,serif;margin:5px 0 10px}.service-page>header select{height:44px;border:1px solid #ccd8d1;border-radius:9px;padding:0 12px}.service-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}.service-metrics button{display:flex;gap:12px;text-align:left;background:#fff;border:1px solid #dbe3de;border-radius:14px;padding:18px}.service-metrics svg{color:#087951}.service-metrics span{display:flex;flex-direction:column}.service-metrics b{font-size:24px}.service-layout{display:grid;grid-template-columns:210px minmax(420px,1fr);gap:14px}.service-layout>aside,.ticket-list,.ticket-detail{background:#fff;border:1px solid #dbe3de;border-radius:14px;padding:16px}.service-layout>aside h2{font-size:13px;text-transform:uppercase;color:#6a786f;margin:12px 0}.service-layout>aside button,.service-layout>aside a{display:flex;width:100%;padding:9px;border:0;background:transparent;border-radius:7px;text-transform:capitalize;color:inherit}.service-layout>aside button.active{background:#e6f5ed;color:#087951;font-weight:700}.ticket-list>header{display:flex;justify-content:space-between}.ticket-list>button{display:flex;align-items:center;width:100%;gap:10px;border:0;border-top:1px solid #e3e9e5;background:#fff;padding:14px;text-align:left}.ticket-list>button>span:nth-child(2){display:flex;flex:1;flex-direction:column}.ticket-list small{color:#708078}.ticket-list time{font-size:12px}.priority{width:5px;height:36px;border-radius:6px;background:#78a98f}.priority.high,.priority.critical{background:#e15a55}.ticket-detail{position:fixed!important;right:20px;top:84px;width:390px;bottom:20px;box-shadow:0 20px 60px #193a2d33;z-index:40}.ticket-detail .close{float:right;border:0;background:transparent;font-size:28px}.ticket-detail dl{display:grid;grid-template-columns:110px 1fr}.ticket-detail textarea{width:100%;height:120px;padding:10px}.ticket-detail .primary,.service-empty button,.service-portal form>button{display:flex;gap:8px;justify-content:center;width:100%;background:#087951;color:#fff;border:0;border-radius:9px;padding:12px;font-weight:700}.ticket-actions{display:flex;gap:8px;margin-top:9px}.ticket-actions button{flex:1;padding:10px}.service-empty{text-align:center;padding-top:14vh}.service-empty>svg{width:60px;height:60px;color:#087951}.service-empty>div{display:flex;max-width:750px;margin:24px auto}.service-empty input{flex:1;padding:13px}.service-empty button{width:auto}.service-portal{min-height:100vh;background:#f3f0e7;padding:28px}.portal-brand{display:flex;align-items:center;gap:8px;font-weight:800}.service-portal>section{max-width:760px;margin:60px auto;background:#fff;border:1px solid #d8ded9;border-radius:18px;padding:32px}.service-portal form label{display:flex;flex-direction:column;gap:6px;margin:15px 0;font-weight:700}.service-portal input,.service-portal select,.service-portal textarea{padding:12px;border:1px solid #cbd6cf;border-radius:8px;font:inherit}.service-portal textarea{height:140px}.service-portal form>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.portal-success{text-align:center;padding:40px}.portal-success svg{width:48px;height:48px;color:#087951}@media(max-width:850px){.service-metrics{grid-template-columns:1fr 1fr}.service-layout{grid-template-columns:1fr}.service-layout>aside{display:none}.ticket-detail{top:70px;right:10px;bottom:10px;left:10px;width:auto}.service-portal form>div{grid-template-columns:1fr}}.service-page{max-width:1600px;margin:0 auto}.service-layout{grid-template-columns:232px minmax(0,1fr);gap:16px;align-items:start}.service-layout>aside,.ticket-list{box-shadow:0 2px 10px #14322309}.service-layout>aside{padding:14px 12px 16px}.service-layout>aside h2{margin:10px 8px 8px;color:#728078;font-size:10px;font-weight:800;letter-spacing:.1em}.service-layout>aside h2:nth-of-type(2){margin-top:18px;padding-top:16px;border-top:1px solid #e4e9e6}.service-layout>aside button,.service-layout>aside a{align-items:center;gap:10px;min-height:42px;margin:2px 0;padding:0 11px;color:#435249;font-size:13px;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer}.service-layout>aside button svg,.service-layout>aside a svg{flex:0 0 auto;width:17px;height:17px}.service-layout>aside button:hover,.service-layout>aside a:hover{background:#f0f5f2;color:#087951}.service-layout>aside button.active{box-shadow:inset 3px 0 #16825b}.ticket-list{min-height:480px;padding:0;overflow:hidden}.ticket-list>header{align-items:center;min-height:62px;padding:0 20px;border-bottom:1px solid #e3e9e5}.ticket-list>header h2{margin:0;font-size:16px;font-weight:750;text-transform:capitalize}.ticket-list>header span{padding:5px 9px;border-radius:999px;background:#eef3f0;color:#607067;font-size:11px;font-weight:700}.service-zero{display:grid;min-height:360px;margin:0;place-items:center;align-content:center;gap:10px;color:#6c7b73;font-size:13px}.service-zero:before{content:"✓";display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#e5f5ec;color:#087951;font-size:20px;font-weight:800}.ticket-list>button{position:relative;display:grid;grid-template-columns:5px minmax(0,1fr) auto;align-items:center;min-height:76px;height:auto;padding:13px 18px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.ticket-list>button:hover{background:#f1f8f4;box-shadow:inset 3px 0 #16825b}.ticket-list>button:focus-visible{outline:2px solid #16825b;outline-offset:-3px}.ticket-list>button>span:nth-child(2){gap:4px}.ticket-list>button b{color:#223229;font-size:13px}.ticket-list>button small,.ticket-list>button time{color:#6f7e76;font-size:11px}.ticket-detail{right:18px!important;top:76px!important;bottom:18px!important;width:min(440px,calc(100vw - 36px))!important;padding:26px!important;overflow-y:auto;border-radius:16px;box-shadow:0 24px 70px #0e281b33}.ticket-detail .close{position:absolute;top:16px;right:16px;display:grid;width:40px;height:40px;margin:0;padding:0;place-items:center;border:1px solid #d4ddd8;border-radius:9px;background:#fff;color:#607067;font:400 24px/1 Arial,sans-serif;cursor:pointer}.ticket-detail>small:first-of-type{display:inline-flex;margin:4px 48px 8px 0;padding:5px 9px;border-radius:999px;background:#e8f4ed;color:#087951;font-size:10px;font-weight:800;text-transform:uppercase}.ticket-detail h2{margin:8px 0 10px;color:#18271f;font-size:23px;line-height:1.2}.ticket-detail>p{margin:0 0 18px;color:#53635a;font-size:13px;line-height:1.55}.ticket-detail dl{grid-template-columns:120px minmax(0,1fr);margin:0 0 18px;overflow:hidden;border:1px solid #e0e6e2;border-radius:10px;background:#fafbfa}.ticket-detail dt,.ticket-detail dd{margin:0;padding:10px 12px;border-bottom:1px solid #e7ebe8;font-size:12px}.ticket-detail dt{color:#69786f;font-weight:700}.ticket-detail dd{color:#27372e}.ticket-detail textarea{height:130px;margin:0 0 10px;border:1px solid #ccd7d1;border-radius:10px;resize:vertical;font:inherit}.ticket-detail .primary{min-height:44px;align-items:center}.ticket-detail .ticket-actions{margin-top:10px}.ticket-detail .ticket-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #d3ddd7;border-radius:8px;background:#fff;color:#405149;font-weight:700;cursor:pointer}.ticket-detail .ticket-actions button:first-child{border-color:#e5c77d;background:#fff7df;color:#895d05}.ticket-detail .ticket-actions button:last-child{border-color:#087951;background:#087951;color:#fff}.ticket-detail .ticket-actions button:hover{border-color:#16815a;color:#087951}.ticket-detail .ticket-actions button:first-child:hover{border-color:#c99b2d;background:#ffefbd;color:#704900}.ticket-detail .ticket-actions button:last-child:hover{border-color:#075f41;background:#075f41;color:#fff}@media(max-width:850px){.service-layout{grid-template-columns:1fr}}.service-toast{position:fixed;top:82px;right:24px;z-index:130;display:flex;align-items:center;gap:16px;min-height:48px;max-width:min(390px,calc(100vw - 32px));padding:10px 12px 10px 16px;border:1px solid #a9d7c1;border-radius:12px;background:#e9f7f0;color:#086b49;box-shadow:0 14px 38px #13302529;font-size:13px;font-weight:700}.service-toast.error{border-color:#edbbb6;background:#fff0ef;color:#a6322d}.service-toast button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:auto;padding:0;border:0;border-radius:8px;background:transparent;color:currentColor;font-size:20px;line-height:1;cursor:pointer}.service-toast button:hover{background:#0000000f}.ticket-detail .ticket-reply-error{margin:-5px 0 10px;color:#b33430;font-size:12px;font-weight:650}.ticket-detail textarea[aria-invalid=true]{border-color:#d95c56;box-shadow:0 0 0 3px #d95c561f}.oncall-workspace{position:fixed;top:64px;right:0;bottom:0;left:290px;z-index:35;overflow:auto;background:#f5f7f6;padding:28px}.oncall-close{position:fixed;right:28px;top:88px;z-index:37;width:42px;height:42px;border:1px solid #cdd9d2;border-radius:10px;background:#fff;font-size:26px}.oncall-panel>header{display:flex;justify-content:space-between;align-items:flex-start;padding-right:60px}.oncall-panel h2{font:42px/1.1 Georgia,serif;margin:4px 0}.oncall-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#087951!important;color:#fff!important;border:0!important;border-radius:9px;padding:11px 15px;font-weight:700}.oncall-primary svg{width:17px}.oncall-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.oncall-summary article{display:grid;grid-template-columns:36px 1fr;align-items:center;background:#fff;border:1px solid #dbe3de;border-radius:13px;padding:15px}.oncall-summary svg{grid-row:span 2;color:#087951}.oncall-summary b{font-size:23px}.oncall-summary span{color:#67776e}.oncall-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.oncall-grid>section{background:#fff;border:1px solid #dbe3de;border-radius:14px;padding:18px}.oncall-grid h3{margin:4px 0 14px}.oncall-card,.override-row,.alert-card{border:1px solid #dce5df;border-radius:11px;padding:13px;margin:9px 0}.oncall-card{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center}.oncall-card>div:first-child,.override-row>span,.alert-card{display:flex;flex-direction:column}.oncall-person{display:flex;align-items:center;gap:8px}.oncall-person>span{display:flex;flex-direction:column}.oncall-card small,.override-row small,.alert-card small{color:#687970;margin-top:3px}.oncall-person i{display:grid;place-items:center;width:34px;height:34px;background:#e2f4ea;border-radius:50%;font-style:normal;font-size:12px}.oncall-actions{display:flex}.oncall-actions button,.override-row button,.alert-card button{display:inline-flex;align-items:center;gap:5px;border:1px solid #d5dfd9;background:#fff;border-radius:8px;padding:8px}.oncall-actions svg,.override-row svg,.alert-card svg{width:15px;height:15px}.override-form{display:grid;grid-template-columns:1fr 1fr;gap:7px}.override-form input,.override-form select,.oncall-modal input,.oncall-modal select{min-width:0;border:1px solid #cbd7d0;border-radius:8px;padding:10px;font:inherit}.override-form button{background:#087951;color:#fff;border:0;border-radius:8px}.override-row{display:flex;align-items:center;justify-content:space-between}.alert-card header,.alert-card footer{display:flex;justify-content:space-between;gap:7px}.alert-card footer{justify-content:flex-start;margin-top:10px}.severity{border-radius:20px;padding:3px 8px;background:#fff0dc;color:#9b5900}.severity.critical{background:#fee6e5;color:#b52f2c}.alert-card.acknowledged{border-left:4px solid #2e74c9}.alert-card.resolved{opacity:.65}.alert-card details{margin-top:9px;font-size:12px}.oncall-empty{text-align:center;color:#718078;padding:28px}.oncall-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;background:#17261f70}.oncall-modal form{width:min(600px,calc(100vw - 32px));background:#fff;border-radius:16px;padding:22px;box-shadow:0 25px 80px #14291f55}.oncall-modal form>header{display:flex;justify-content:space-between}.oncall-modal form>header button{border:0;background:transparent;font-size:28px}.oncall-modal label{display:flex;flex-direction:column;gap:5px;margin:11px 0;font-weight:700}.oncall-modal fieldset{display:flex;flex-wrap:wrap;gap:10px;border:1px solid #d7e1db;border-radius:9px}.oncall-modal fieldset label{flex-direction:row;font-weight:400}.oncall-inline{display:grid;grid-template-columns:1fr 1fr;gap:10px}.oncall-modal footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.oncall-modal footer>button{border:1px solid #cbd7d0;border-radius:9px;padding:11px 15px;background:#fff}@media(max-width:850px){.oncall-workspace{top:64px;right:0;bottom:0;left:0;padding:16px}.oncall-grid,.oncall-summary,.oncall-card,.override-form{grid-template-columns:1fr}}.oncall-workspace{z-index:3500;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:32px 44px 56px!important;overscroll-behavior:contain}.oncall-page{min-width:0;min-height:calc(100vh - 64px);padding:28px 32px 60px;overflow:auto;background:#f5f7f6}.oncall-page .oncall-panel{width:100%;max-width:1480px;margin:0 auto}.oncall-page .oncall-panel>header{min-height:auto;padding-right:0}.oncall-page-back{display:inline-flex;align-items:center;min-height:38px;margin-bottom:18px;padding:0 12px;border:1px solid #ccd8d1;border-radius:9px;background:#fff;color:#405149;font-size:12px;font-weight:700;text-decoration:none}.oncall-page-back:hover{border-color:#16815a;color:#08764e}.oncall-modal form>header button{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;min-height:38px;padding:0 12px;border:1px solid #cdd8d2;border-radius:9px;background:#fff;color:#405149;font-size:0;cursor:pointer}.oncall-modal form>header button:before{content:"×";font-size:24px;line-height:1}.oncall-modal form>header button:after{content:none}.oncall-modal form>header button{width:42px;min-width:42px;padding:0}.oncall-modal fieldset{display:grid;grid-template-columns:repeat(7,minmax(52px,1fr));gap:8px;padding:12px;border-color:#d6dfda}.oncall-modal fieldset legend{padding:0 5px;color:#44534c;font-size:12px;font-weight:750}.oncall-modal fieldset label{position:relative;display:flex;align-items:center;justify-content:center;min-height:40px;margin:0;border:1px solid #d2dcd6;border-radius:8px;background:#fff;color:#5e6d65;font-size:12px;font-weight:700;cursor:pointer}.oncall-modal fieldset label:has(input:checked){border-color:#16825b;background:#e5f5ec;color:#08764e}.oncall-modal fieldset input{position:absolute;opacity:0;pointer-events:none}@media(max-width:620px){.oncall-modal fieldset{grid-template-columns:repeat(4,1fr)}}.oncall-summary{gap:14px;margin:22px 0}.oncall-summary article{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:14px;min-height:112px!important;height:auto!important;padding:18px 20px!important;box-shadow:0 2px 8px #1432230a}.oncall-summary article svg{grid-column:1;grid-row:1 / 3;width:24px;height:24px;justify-self:center}.oncall-summary article b{grid-column:2;grid-row:1;align-self:end;font-size:28px;line-height:1}.oncall-summary article span{grid-column:2;grid-row:2;align-self:start;margin-top:7px;font-size:13px}.oncall-grid{align-items:start}.oncall-grid>section{width:100%;min-height:190px;padding:20px;box-shadow:0 2px 8px #14322309}.oncall-empty{display:grid;min-height:110px;margin:0;padding:24px;place-items:center}.oncall-grid>section>h3{margin:0 0 12px;font-size:16px;font-weight:750}.oncall-grid>section>h3:nth-of-type(2){margin-top:20px;padding-top:20px;border-top:1px solid #e2e8e4}.oncall-grid>section .oncall-empty{min-height:74px;margin-bottom:0;border:1px dashed #d4ded8;border-radius:10px;background:#f8faf9;color:#68786f}.override-form{gap:9px}.override-form input,.override-form select,.override-form button{width:100%;min-height:46px;margin:0}.override-form button{display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-weight:750;cursor:pointer}.override-form button:disabled{background:#dfe5e1;color:#86928b;cursor:not-allowed}.oncall-card{grid-template-columns:minmax(0,1fr) minmax(180px,.8fr) auto;min-height:88px;margin:9px 0 0;padding:14px 16px;background:#fbfcfb;box-shadow:0 1px 4px #14322309}.oncall-card>div:first-child{gap:3px}.oncall-card strong{font-size:14px}.oncall-card small{font-size:11px}.oncall-actions{gap:6px}.oncall-actions button{min-height:36px;margin:0}.override-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8e4}.override-heading h3,.override-heading p{margin:0}.override-heading p{margin-top:4px;color:#718078;font-size:11px}.override-heading>button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 12px;border:1px solid #16815a;border-radius:8px;background:#fff;color:#087951;font-weight:750;cursor:pointer}.override-heading>button svg{width:15px;height:15px}.override-empty{margin:12px 0 0;padding:16px;border:1px dashed #d5ded9;border-radius:9px;background:#f8faf9;color:#728078;font-size:12px;text-align:center}.oncall-modal form{max-height:calc(100vh - 32px);overflow:auto}@media(max-width:700px){.oncall-card{grid-template-columns:1fr}.override-heading{align-items:flex-start;flex-direction:column}}.oncall-modal form>header button{display:grid!important;place-items:center!important;flex:0 0 42px;width:42px!important;height:42px;padding:0!important}.oncall-modal form>header button:before{display:block;width:24px;height:24px;font:400 26px/22px Arial,sans-serif;text-align:center;transform:translateY(-1px)}.override-modal form>header button{display:grid!important;place-items:center!important;padding:0!important}.override-modal form>header button:before{display:grid;width:100%;height:100%;place-items:center;font:400 25px/1 Arial,sans-serif;transform:none}.oncall-modal form>header button{position:relative;font-size:0!important}.oncall-modal form>header button:before,.oncall-modal form>header button:after{content:""!important;position:absolute;top:50%;left:50%;display:block;width:16px;height:2px;margin:0;border-radius:2px;background:#52625a;transform-origin:center}.oncall-modal form>header button:before{transform:translate(-50%,-50%) rotate(45deg)}.oncall-modal form>header button:after{transform:translate(-50%,-50%) rotate(-45deg)}.oncall-panel{width:min(1480px,100%);margin:0 auto}.oncall-close{z-index:3502;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;line-height:1;top:24px!important;right:24px!important}.oncall-panel>header{min-height:126px;padding-right:210px}@media(max-width:850px){.oncall-workspace{padding:22px 16px 40px!important}.oncall-panel>header{padding-right:54px}}.product-page,.product-setup{min-height:100vh;padding:28px;background:var(--ds-canvas,#f8f9fd);color:var(--ds-text,#17231f)}.product-page>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:6px 0 24px;border-bottom:1px solid var(--ds-border,#dce2ee)}.product-page h1,.product-setup h1,.public-product h1{margin:5px 0 10px;font:700 clamp(42px,5vw,62px)/1.02 var(--font-display,Georgia,serif);letter-spacing:-.04em}.product-page>header p:not(.eyebrow),.product-setup>p,.public-product>header>p{color:var(--ds-muted,#68707b);font-size:17px}.product-page>header a,.product-page button,.product-setup button,.public-product button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:10px 14px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;color:inherit;font:inherit;font-weight:700;text-decoration:none}.product-page>header a:hover,.product-page button:hover{border-color:var(--ds-border-strong,#c7d3e6);background:var(--ds-surface-muted,#f5f6fb)}.product-page svg,.product-setup>svg{width:18px}.product-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.product-metrics article{display:grid;grid-template-columns:48px 1fr;column-gap:13px;align-items:center;padding:18px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.product-metrics svg{grid-row:span 2;width:42px;height:42px;padding:11px;border-radius:12px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8)}.product-metrics b{font-size:25px;line-height:1}.product-metrics span{margin-top:4px;color:var(--ds-muted,#68707b);font-size:13px}.product-tabs{display:flex;gap:4px;padding:5px;border:1px solid var(--ds-border,#dce2ee);border-radius:13px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.product-tabs button{flex:1;border:0;border-radius:9px;color:var(--ds-muted,#68707b);background:transparent}.product-tabs button.active{color:var(--ds-primary,#2378d8);background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ds-primary,#2378d8) 14%,white)}.product-surface,.product-columns>*,.roadmap>div{margin-top:18px;padding:20px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.product-surface>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:16px}.product-surface h2,.product-columns h2{margin:0 0 5px;font-size:20px}.product-surface header p{margin:0;color:var(--ds-muted,#68707b)}.product-surface>header button,.product-columns form>button,.product-modal .primary,.product-setup button,.public-product>header button{border-color:var(--ds-primary,#2378d8);background:var(--ds-primary,#2378d8);color:#fff}.idea-table{overflow:hidden;border:1px solid var(--ds-border,#dce2ee);border-radius:12px}.idea-head,.idea-row{display:grid;grid-template-columns:minmax(280px,1fr) 70px 80px 80px 110px;align-items:center;gap:10px;padding:12px 14px}.idea-head{background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-muted,#68707b);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.idea-row{width:100%;min-height:66px;border:0!important;border-top:1px solid var(--ds-border,#dce2ee)!important;border-radius:0!important;text-align:left;font-weight:400}.idea-row:hover{background:color-mix(in srgb,var(--ds-primary,#2378d8) 4%,white)!important}.idea-row>span:first-child{display:flex;flex-direction:column;gap:4px}.idea-row small,.product-columns small{color:var(--ds-muted,#68707b)}.idea-status{padding:5px 9px;border-radius:99px;background:var(--ds-surface-muted,#f5f6fb);text-align:center;font-size:12px;font-weight:700;text-transform:capitalize}.idea-status.planned,.idea-status.in_progress{background:#edf3ff;color:#315fa7}.idea-status.released{background:#e9f7f0;color:#137553}.idea-status.declined{background:#fff0f0;color:#aa3535}.product-page button.idea-row{display:grid;grid-template-columns:minmax(280px,1fr) 70px 80px 80px 110px;justify-content:stretch;gap:10px;padding:12px 14px}.product-page button.idea-row>span{min-width:0}.product-page button.idea-row>span:not(:first-child){justify-self:center}.product-page button.idea-row>span:first-child{align-items:flex-start;text-align:left}.roadmap{display:grid;grid-template-columns:repeat(4,minmax(230px,1fr));gap:14px;overflow-x:auto}.roadmap>div{min-height:360px;margin-top:18px;padding:15px}.roadmap>div>h3{margin:2px 2px 14px;padding-bottom:11px;border-bottom:1px solid var(--ds-border,#dce2ee);font-size:14px;text-transform:capitalize}.roadmap article,.product-columns article{display:flex;flex-direction:column;gap:6px;margin:8px 0;padding:13px;border:1px solid var(--ds-border,#dce2ee);border-radius:11px;background:#fff;cursor:pointer}.roadmap article:hover,.product-columns article:hover{border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 30%,var(--ds-border,#dce2ee));box-shadow:0 6px 18px #20273612}.product-columns{display:grid;grid-template-columns:minmax(290px,360px) minmax(0,1fr);gap:16px}.product-columns form{display:flex;height:max-content;flex-direction:column;gap:11px}.product-columns form>h2,.product-columns>div>h2{padding-bottom:12px;border-bottom:1px solid var(--ds-border,#dce2ee)}.product-columns input,.product-columns select,.product-columns textarea,.product-modal input,.product-modal select,.product-modal textarea,.product-setup input{min-height:44px;padding:11px 12px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font:inherit}.product-columns textarea,.product-modal textarea{min-height:100px;resize:vertical}.product-columns input:focus,.product-columns select:focus,.product-columns textarea:focus,.product-modal input:focus,.product-modal select:focus,.product-modal textarea:focus,.product-setup input:focus{outline:0;border-color:var(--ds-primary,#2378d8);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary,#2378d8) 12%,transparent)}.product-setup{display:grid;min-height:100vh;place-content:center;text-align:center}.product-setup>svg{width:58px;height:58px;margin:auto;padding:14px;border-radius:17px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 10%,white);color:var(--ds-primary,#2378d8)}.product-setup>div{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;width:min(850px,90vw);margin:25px auto}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;place-items:center;padding:20px;background:#131b27a3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-modal>section{width:min(680px,calc(100vw - 30px));max-height:90vh;overflow:auto;padding:0 24px 24px;border:1px solid rgba(255,255,255,.5);border-radius:20px;background:#fff;box-shadow:0 30px 90px #141e2d40}.product-modal>section>header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;margin:0 -24px 18px;padding:20px 24px;border-bottom:1px solid var(--ds-border,#dce2ee);background:#fffffff5}.product-modal>section>header h2{margin:0;font:700 28px/1.1 var(--font-display,Georgia,serif)}.product-modal>section>header button{display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid var(--ds-border,#dce2ee);border-radius:12px;background:#fff;font-size:0}.product-modal>section>header button:before{content:"×";font-size:26px;line-height:1;color:var(--ds-muted,#68707b)}.product-modal label{display:flex;flex-direction:column;gap:6px;margin:12px 0;font-weight:700}.product-modal footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px}.product-modal .danger{color:#b52f2c}.score-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.public-product{min-height:100vh;padding:40px;background:var(--ds-canvas,#f8f9fd);color:var(--ds-text,#17231f)}.public-product>header{max-width:800px;margin:auto;text-align:center}.public-product>section{display:grid;grid-template-columns:repeat(4,minmax(240px,1fr));gap:14px;margin-top:36px;overflow-x:auto}.public-product>section>div{min-height:380px;padding:16px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff}.public-product>section h2{padding-bottom:12px;border-bottom:1px solid var(--ds-border,#dce2ee);font-size:17px;text-transform:capitalize}.public-product article{margin:10px 0;padding:13px;border:1px solid var(--ds-border,#dce2ee);border-radius:11px;background:#fff;box-shadow:0 3px 10px #2027360a}.public-product article button{min-height:34px;padding:6px 9px}.product-loading{display:grid;min-height:100vh;place-items:center;background:var(--ds-canvas,#f8f9fd);color:var(--ds-muted,#68707b)}@media(max-width:1000px){.product-metrics{grid-template-columns:1fr 1fr}.roadmap,.public-product>section{grid-template-columns:repeat(4,minmax(240px,1fr))}.product-columns{grid-template-columns:1fr}.idea-table{overflow:auto}.score-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.product-page,.product-setup,.public-product{padding:20px}.product-page>header{flex-direction:column}.product-page>header a{width:100%}.product-tabs{overflow-x:auto}.product-tabs button{white-space:nowrap}.product-metrics{grid-template-columns:1fr}.product-setup>div{grid-template-columns:1fr}.idea-head,.idea-row{grid-template-columns:minmax(240px,1fr) 60px 70px 70px 105px}.score-grid{grid-template-columns:1fr}.product-modal footer{align-items:stretch;flex-direction:column}.product-modal footer button{width:100%}}.chat-poll-control{position:relative}.chat-poll-control>button{width:46px;height:46px}.chat-poll-popover,.conference-advanced aside{position:absolute;z-index:1200;right:0;top:calc(100% + 8px);width:min(360px,calc(100vw - 32px));padding:16px;background:#fff;border:1px solid #d7dfda;border-radius:14px;box-shadow:0 18px 50px #153e3022}.chat-poll-popover header,.conference-advanced header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.chat-poll-popover header button,.conference-advanced header button{width:32px;height:32px}.chat-poll-popover article{padding:12px 0;border-top:1px solid #edf0ee}.chat-poll-popover article>button{width:100%;display:flex;justify-content:space-between;margin-top:8px;padding:10px 12px;border:1px solid #d7dfda;border-radius:9px;background:#f8faf9}.chat-poll-popover article>button.voted{border-color:#16835b;background:#e7f5ee}.chat-poll-popover form,.conference-advanced aside{display:grid;gap:9px}.chat-poll-popover input,.conference-advanced input{width:100%;height:42px;padding:0 11px;border:1px solid #cdd8d2;border-radius:8px}.poll-create,.chat-poll-popover form button:last-child{width:100%;background:#16835b;color:#fff}.conference-advanced{position:relative}.conference-advanced aside{top:auto;bottom:calc(100% + 8px)}.conference-advanced aside>button{min-height:42px;justify-content:flex-start}.conference-advanced label{display:grid;gap:5px;font-size:12px}.doc-suggestion{border-left:3px solid #16835b;padding:10px;background:#f1f8f5;border-radius:8px}.doc-suggestion del,.doc-suggestion ins{display:block}.doc-suggestion ins{color:#087a51;text-decoration:none}.doc-suggestion-actions{display:flex;gap:8px;margin-top:8px}@media(max-width:700px){.chat-poll-popover{position:fixed;inset:auto 10px 76px;width:auto}.conference-advanced aside{position:fixed;inset:70px 12px auto;width:auto}}.doc-comments article.thread-reply{margin-left:22px;border-left:2px solid #b9d8ca;padding-left:10px}.comment-action-assign{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:#64736b}.comment-action-assign select{height:32px;border:1px solid #d2dbd6;border-radius:7px;background:#fff}.clip-actions{display:flex;gap:8px;flex-wrap:wrap}.clip-actions button,.clip-actions label{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #d2dbd6;border-radius:8px;background:#fff}.availability-scheduler{margin-bottom:16px}.availability-scheduler>button{display:flex;gap:8px}.availability-scheduler>div{display:grid;gap:8px;margin-top:10px;padding:14px;border:1px solid #d8e0dc;border-radius:12px;background:#fff}.availability-scheduler header,.availability-scheduler footer,.availability-scheduler label{display:flex;align-items:center;gap:8px}.availability-scheduler label>b{width:90px;text-transform:capitalize}.availability-scheduler input{height:34px;border:1px solid #d2dbd6;border-radius:7px;padding:0 8px}.availability-scheduler footer{justify-content:space-between;margin-top:8px}.conference-live-caption{position:absolute;z-index:4;left:50%;bottom:86px;transform:translate(-50%);max-width:75%;padding:10px 16px;border-radius:9px;background:#111d;color:#fff;font-size:16px;text-align:center}.dashboard-builder{padding:22px 28px 60px;background:#f6f8f7;min-height:560px;color:#17251e}.dashboard-command{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:22px}.dashboard-command label{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;color:#64736b}.dashboard-command select{border:0;background:transparent;font-size:16px;font-weight:700;padding:6px 28px 6px 0}.dashboard-command-actions{display:flex;gap:8px;align-items:center}.dashboard-command-actions button,.dashboard-command-actions summary{display:flex;align-items:center;gap:7px;border:1px solid #d6dfd9;background:#fff;border-radius:8px;padding:9px 12px;cursor:pointer;font:inherit}.dashboard-command-actions details{position:relative}.dashboard-command-actions details>div{position:absolute;right:0;top:44px;background:#fff;border:1px solid #d6dfd9;padding:6px;border-radius:9px;z-index:20;box-shadow:0 10px 24px #173c2920}.dashboard-command-actions details>div button{border:0;width:100%}.dashboard-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.dashboard-heading span,.report-modal header span{font-size:11px;letter-spacing:.18em;font-weight:900;color:#16734d}.dashboard-heading h2{font-size:30px;margin:5px 0 2px}.dashboard-heading p{margin:0;color:#69776f}.dashboard-filters{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border:1px solid #dce4df;border-radius:11px;margin-bottom:16px}.dashboard-filters input[type=text],.dashboard-filters>input{min-width:280px}.dashboard-filters input,.dashboard-filters select{padding:9px 11px;border:1px solid #d7e0da;border-radius:7px;background:#fff}.dashboard-filters label{display:flex;align-items:center;gap:7px;font-size:14px}.widget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.dashboard-widget{background:#fff;border:1px solid #dbe3de;border-radius:12px;min-height:270px;padding:17px;box-shadow:0 2px 5px #1f503508}.dashboard-widget>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dashboard-widget>header>div{display:flex;align-items:center;gap:8px}.dashboard-widget h3{font-size:16px;margin:0}.dashboard-widget svg{width:18px}.dashboard-widget>header button,.report-dialog header button,.report-modal header button,.icon-button{border:0;background:transparent;cursor:pointer}.metric-value{height:210px;display:flex;flex-direction:column;justify-content:center;align-items:center}.metric-value strong{font-size:58px;font-weight:650}.metric-value span{text-transform:capitalize;color:#6d7a73}.progress-widget{height:215px;display:grid;place-content:center;text-align:center}.progress-widget>div{width:138px;height:138px;border-radius:50%;display:grid;place-content:center;background:conic-gradient(#24845c var(--progress),#e4ebe7 0);position:relative}.progress-widget>div:after{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;border-radius:50%;background:#fff}.progress-widget strong{z-index:1;font-size:30px}.calendar-widget>div{display:grid;grid-template-columns:110px 1fr;gap:12px;border-bottom:1px solid #edf1ee;padding:10px}.calendar-widget time{font-weight:700;color:#237a57}.report-table-wrap{overflow:auto}.report-table-wrap table{width:100%;border-collapse:collapse;font-size:13px}.report-table-wrap th{text-align:left;color:#68766e;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.report-table-wrap th,.report-table-wrap td{padding:9px;border-bottom:1px solid #e7ece9}.report-table-wrap td:first-child a{display:block;font-weight:700;color:inherit;text-decoration:none}.report-table-wrap small{display:block;color:#849089}.status-chip{border:0;border-radius:5px;padding:5px 9px;color:#fff;font-weight:700}.is-overdue{color:#cc413e;font-weight:700}.table-empty{text-align:center;color:#78857e;padding:28px}.report-empty{display:grid;place-items:center;align-content:center;min-height:460px;text-align:center;gap:10px}.report-empty svg{width:38px;height:38px;color:#237a57}.report-empty h2,.report-empty p{margin:0}.primary-button{border:0!important;background:#16764f!important;color:#fff!important;border-radius:8px;padding:10px 14px;display:inline-flex;gap:7px;align-items:center;font-weight:700;cursor:pointer}.report-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#13251b66;z-index:1000;display:grid;place-items:center;padding:30px}.report-dialog,.report-modal{background:#fff;border-radius:14px;box-shadow:0 24px 60px #0c211780}.report-dialog{width:min(520px,100%);padding:22px}.report-dialog>header,.report-modal>header{display:flex;justify-content:space-between;align-items:center}.report-dialog h3,.report-modal h3{margin:0 0 15px;font-size:22px}.report-dialog label{display:grid;gap:6px;margin:14px 0;font-weight:700}.report-dialog input,.report-dialog select{padding:10px;border:1px solid #ccd8d0;border-radius:7px}.report-dialog fieldset{border:1px solid #d9e2dc;border-radius:8px;max-height:220px;overflow:auto;margin:14px 0}.report-dialog fieldset label{display:flex;font-weight:400}.report-modal{width:min(1040px,100%);max-height:80vh;overflow:auto;padding:22px}.widget-type-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.widget-type-picker button{border:1px solid #d7e0da;background:#fff;border-radius:8px;padding:14px}.widget-type-picker button.active{border-color:#198057;background:#eaf6ef}@media(max-width:950px){.widget-grid{grid-template-columns:1fr}.dashboard-command{align-items:stretch;flex-direction:column}.dashboard-command-actions{overflow-x:auto}.dashboard-filters{align-items:stretch;flex-wrap:wrap}.dashboard-filters>input{min-width:180px;flex:1}}.shared-report-gate{min-height:100vh;background:#f0f5f2;display:grid;place-items:center}.shared-report-gate>div{width:min(440px,90vw);background:#fff;padding:36px;border-radius:16px;box-shadow:0 20px 50px #173c2918}.shared-report-gate span,.shared-report>header span{font-size:11px;letter-spacing:.18em;font-weight:900;color:#16734d}.shared-report-gate h1{margin:8px 0}.shared-report-gate input{display:block;width:100%;box-sizing:border-box;padding:11px;border:1px solid #ccd8d0;border-radius:8px;margin:20px 0 10px}.shared-error{color:#c33}.shared-report{background:#f5f8f6;min-height:100vh;padding:40px max(24px,calc((100vw - 1200px)/2));color:#17251e}.shared-report>header{display:flex;justify-content:space-between;align-items:start}.shared-report h1{font-size:38px;margin:8px 0}.shared-metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:28px 0}.shared-metrics article,.shared-chart{background:#fff;border:1px solid #dae4de;border-radius:12px;padding:18px}.shared-metrics strong{display:block;font-size:28px}.shared-metrics span{text-transform:capitalize;color:#6e7b74;font-size:12px}.shared-chart{margin-bottom:16px}.shared-chart h2{font-size:18px;margin:0 0 20px}@media(max-width:850px){.shared-metrics{grid-template-columns:repeat(2,1fr)}}.dashboard-widget.width-2{grid-column:span 2}.widget-actions{display:flex!important;gap:2px!important}.widget-actions button{padding:4px}.widget-actions svg{width:14px;height:14px}.report-wide{width:min(1050px,94vw)!important}.inline-report-input{border:1px solid transparent;background:transparent;padding:5px}.inline-report-input:hover,.inline-report-input:focus{border-color:#a8bdb1;background:#fff}.inline-progress{display:flex;align-items:center}.inline-progress input{width:62px;border:1px solid #cfdad4;border-radius:5px;padding:5px}.inline-fields{display:flex;gap:8px;margin:14px 0}.inline-fields select{min-width:120px}.management-list{display:grid;gap:7px;max-height:230px;overflow:auto;margin-top:10px}.management-list>div{display:flex;align-items:center;gap:8px;padding:10px;background:#f5f8f6;border-radius:8px}.management-list>div>span{display:grid;margin-right:auto}.management-list small{color:#6d7a73}.management-list button,.generated-link button{border:1px solid #ccd8d0;background:#fff;border-radius:6px;padding:6px 9px}.generated-link{display:flex;gap:7px}.generated-link input{flex:1}@media(max-width:950px){.dashboard-widget.width-2{grid-column:span 1}}.resource-page{min-height:100vh;background:#f5f8f6;color:#18271f}.resource-topbar{height:62px;display:flex;align-items:center;gap:24px;padding:0 28px;background:#fff;border-bottom:1px solid #dbe3de}.resource-topbar a{display:flex;gap:7px;align-items:center;color:#42564b;text-decoration:none}.resource-topbar svg{width:16px}.resource-topbar span{margin-left:auto;color:#6c7b72}.resource-page main{max-width:1380px;margin:auto;padding:34px 28px 70px}.resource-hero{display:flex;justify-content:space-between;align-items:end}.resource-hero p{font-size:11px;font-weight:900;letter-spacing:.18em;color:#16734d}.resource-hero h1{font-size:38px;margin:7px 0}.resource-hero>div>span{color:#68776f}.resource-hero label{display:grid;gap:5px;font-weight:700}.resource-hero input{padding:10px;border:1px solid #cfdbd3;border-radius:8px}.resource-tabs{display:flex;gap:5px;margin:30px 0 20px;border-bottom:1px solid #d7e0da}.resource-tabs button{display:flex;gap:7px;align-items:center;border:0;background:transparent;padding:12px 15px;font:inherit;color:#52645a}.resource-tabs button.active{color:#16734d;border-bottom:2px solid #16734d;font-weight:750}.resource-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.resource-metrics article{background:#fff;border:1px solid #dbe3de;border-radius:11px;padding:18px}.resource-metrics span{display:block;color:#6d7b73}.resource-metrics strong{display:block;font-size:28px;margin-top:8px}.resource-table{background:#fff;border:1px solid #dbe3de;border-radius:12px;margin:15px 0;overflow:auto}.resource-table table{width:100%;border-collapse:collapse}.resource-table th,.resource-table td{text-align:left;padding:12px;border-bottom:1px solid #e6ece8}.resource-table th{font-size:11px;text-transform:uppercase;color:#718078}.resource-primary,.resource-settings button,.budget-grid button{border:0;background:#16734d;color:#fff;padding:10px 14px;border-radius:7px;font-weight:700}.planner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.resource-card,.resource-settings article,.budget-grid article{background:#fff;border:1px solid #dbe3de;border-radius:12px;padding:18px}.resource-card.warning{border-color:#e8ae6a}.resource-card header,.resource-settings header{display:flex;align-items:center;gap:10px}.resource-card header>span{display:grid;place-content:center;width:36px;height:36px;border-radius:50%;background:#e3f2e9;color:#16734d;font-weight:800}.resource-card header div,.resource-settings header div{display:grid}.resource-card header small,.resource-settings small{color:#748179}.resource-card header svg{margin-left:auto;color:#d77d28}.capacity-bar{height:10px;background:#e7ede9;border-radius:6px;margin:18px 0;overflow:hidden}.capacity-bar i{display:block;height:100%;background:#31986e}.resource-card.warning .capacity-bar i{background:#df8b35}.resource-card dl{display:grid;grid-template-columns:1fr 1fr;gap:12px}.resource-card dl div{display:grid}.resource-card dt{font-size:12px;color:#748179}.resource-card dd{margin:3px 0;font-weight:750}.resource-card p{color:#a65c1d;font-size:13px}.approval-list{display:grid;gap:8px}.approval-list article{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #dbe3de;border-radius:10px;padding:15px}.approval-list article>div:first-child{display:grid;margin-right:auto}.approval-list article span{color:#6f7d75}.approval-list button{border:1px solid #cdd9d1;background:#fff;padding:7px 10px;border-radius:6px}.state-approved{color:#168153}.state-rejected{color:#c64743}.state-submitted{color:#a56821}.resource-settings,.budget-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.resource-settings header svg{margin-left:auto}.setting-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}.setting-fields label,.budget-grid label{display:grid;gap:5px;color:#627168;font-size:12px}.setting-fields input,.budget-grid input,.holiday-add input{padding:8px;border:1px solid #ccd8d0;border-radius:6px}.holiday-add{display:flex;gap:7px;margin-top:10px}.budget-grid h3{margin-top:0}.budget-grid label{margin:10px 0}.resource-empty{text-align:center;padding:40px;color:#718078}.item-time-panel{margin-bottom:16px}.time-panel-heading{display:flex;align-items:center;justify-content:space-between}.time-panel-heading h3{display:flex;align-items:center;gap:7px}.timer-start,.timer-stop,.manual-time-toggle{display:flex;align-items:center;gap:6px;border:1px solid #cbd8d0;border-radius:7px;background:#fff;padding:8px}.timer-stop{color:#c14843}.manual-time-toggle{margin-bottom:10px}.manual-time-form{display:grid;grid-template-columns:1fr 90px auto;gap:7px;padding:10px;background:#f5f8f6;border-radius:8px}.manual-time-form input{padding:7px;border:1px solid #ccd8d0;border-radius:6px}.manual-time-form>input:last-of-type{grid-column:1/3}.item-time-list>div{display:flex;justify-content:space-between;border-bottom:1px solid #e7ece9;padding:9px 0}.item-time-list span{display:grid}.item-time-list small{color:#748179}.item-time-list i{font-style:normal;font-size:12px;color:#6d7b73}.item-time-list i.billable{color:#16734d}@media(max-width:900px){.planner-grid,.resource-settings,.budget-grid{grid-template-columns:1fr}.resource-metrics{grid-template-columns:1fr 1fr}.resource-tabs{overflow:auto}.resource-hero{align-items:start;flex-direction:column;gap:18px}}.work-schedule{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin:10px 0}.work-schedule label{display:grid;gap:3px;font-size:11px;color:#6d7b73}.work-schedule input{width:100%;box-sizing:border-box;padding:6px;border:1px solid #ccd8d0;border-radius:5px}.budget-actuals{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}.budget-actuals span{display:grid;background:#f3f7f4;padding:8px;border-radius:6px;font-size:11px}.budget-actuals b{font-size:14px;margin-top:3px}.global-timer{display:flex;align-items:center;gap:2px;background:#e9f5ee;border:1px solid #c9e2d3;border-radius:7px;white-space:nowrap}.global-timer a{display:flex;align-items:center;gap:5px;padding:7px;color:#146a48;text-decoration:none;font-size:12px;font-weight:700}.global-timer svg{width:13px;height:13px}.global-timer button{border:0;border-left:1px solid #c9e2d3;background:transparent;padding:7px;color:#b74540}.resource-export{display:flex;justify-content:flex-end;align-items:center;gap:6px;margin-bottom:10px}.resource-export span{margin-right:auto;font-weight:750}.resource-export button{border:1px solid #ccd8d0;background:#fff;border-radius:6px;padding:7px 10px}.time-entry-actions{display:inline-flex;gap:2px;margin-left:6px}.time-entry-actions button{border:0;background:transparent;padding:3px}.time-entry-actions svg{width:12px;height:12px}.daily-time-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin-top:14px}.daily-time-strip>div{display:grid;text-align:center;background:#fff;border:1px solid #dbe3de;border-radius:7px;padding:8px}.daily-time-strip span{font-size:11px;color:#6f7d75}.daily-time-strip b{margin-top:3px}.view-settings{position:relative;margin-left:auto}.view-settings>button,.planning-controls button,.planning-controls select,.list-view>label select{display:inline-flex;align-items:center;gap:6px;border:1px solid #d8dfda;border-radius:8px;background:#fff;padding:8px 11px;color:#3f5148}.view-settings>section{position:absolute;z-index:1200;right:0;top:42px;width:290px;padding:16px;border:1px solid #d8dfda;border-radius:12px;background:#fff;box-shadow:0 14px 40px #183b2d25}.view-settings section header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.view-settings section header button{border:0;background:transparent;font-size:22px}.view-settings label{display:grid;gap:5px;margin:12px 0;font-size:13px;font-weight:600}.view-settings select,.view-settings input[type=number]{border:1px solid #cbd6cf;border-radius:7px;padding:8px;background:#fff}.view-settings .setting-check{display:flex;grid-template-columns:auto 1fr;align-items:center}.planning-view,.timeline-view,.workload-view,.list-view,.map-view,.portfolio-calendar{margin:16px 26px 32px;border:1px solid #d9e2dc;border-radius:12px;background:#fff;overflow:auto}.planning-controls{display:flex;align-items:center;gap:10px;padding:12px;border-bottom:1px solid #e0e6e2}.planning-controls span{margin-left:auto;color:#6d7b73;font-size:12px}.gantt-grid{min-width:850px}.gantt-grid>header,.gantt-row{display:grid;grid-template-columns:260px 1fr;min-height:44px;border-bottom:1px solid #edf1ee}.gantt-grid>header>*{padding:12px}.gantt-axis{display:flex;justify-content:space-between;background:repeating-linear-gradient(90deg,#f6f8f6 0,#f6f8f6 1px,transparent 1px,transparent 12.5%);font-size:11px;color:#708078}.gantt-row>button{display:flex;align-items:center;gap:7px;padding:10px 14px;border:0;background:#fff;text-align:left}.gantt-row>button b{color:#18794e;font-size:11px}.gantt-track{position:relative;background:repeating-linear-gradient(90deg,#edf1ee 0,#edf1ee 1px,transparent 1px,transparent 12.5%)}.task-bar,.baseline-bar,.milestone-bar{position:absolute;top:12px;height:18px;border-radius:5px;background:#278c63}.baseline-bar{top:34px;height:4px;background:#9aa8a0}.critical .task-bar{background:#d34141}.milestone-bar{transform:rotate(45deg);border-radius:2px;background:#b87913}.timeline-view section{display:grid;grid-template-columns:180px 1fr;min-width:760px;border-bottom:1px solid #edf1ee}.timeline-view section>header{display:flex;align-items:center;gap:8px;padding:15px}.timeline-view section>header i{width:9px;height:9px;border-radius:50%}.timeline-lane{position:relative;min-height:52px;background:repeating-linear-gradient(90deg,#f0f4f1 0,#f0f4f1 1px,transparent 1px,transparent 10%)}.timeline-lane button{position:absolute;top:12px;height:28px;overflow:hidden;border:0;border-radius:7px;background:#d9f1e6;color:#145c40;white-space:nowrap}.timeline-lane button.milestone{background:#18794e;color:#fff;transform:rotate(45deg)}.workload-view{padding:18px}.workload-view article{display:grid;grid-template-columns:210px minmax(260px,1fr) 65px;align-items:center;gap:16px;padding:13px 0}.workload-view article header{display:grid}.workload-view article header span{color:#718078;font-size:12px}.workload-view article>div{height:14px;border-radius:9px;background:#e8eee9;overflow:hidden}.workload-view article>div i{display:block;height:100%;background:#2b9368}.workload-view .over-capacity>div i{background:#d74b4b}.workload-view .over-capacity strong{color:#c53636}.list-view{padding:15px}.list-view>label{display:flex;align-items:center;gap:8px;margin-bottom:12px}.list-view section{margin:10px 0;border:1px solid #e1e7e3;border-radius:9px;overflow:hidden}.list-view section>header{display:flex;justify-content:space-between;padding:10px 13px;background:#f3f7f4}.list-view section>button{display:grid;grid-template-columns:25px 90px 1fr;gap:8px;width:100%;padding:10px 13px;border:0;border-top:1px solid #edf1ee;background:#fff;text-align:left}.map-view{position:relative;min-height:480px}.map-canvas{position:relative;height:480px;background:linear-gradient(#e7f2ea99,#e7f2ea99),repeating-linear-gradient(0deg,transparent 0,transparent 49px,#cadbd0 50px),repeating-linear-gradient(90deg,transparent 0,transparent 49px,#cadbd0 50px)}.map-canvas>span{position:absolute;display:flex;align-items:center;gap:3px;transform:translate(-50%,-100%);color:#16764f}.map-canvas>span b{padding:3px 5px;border-radius:4px;background:#fff;box-shadow:0 2px 8px #163b2a25;font-size:11px;white-space:nowrap}.portfolio-calendar{padding:12px}.portfolio-calendar .calendar-controls{display:flex;justify-content:space-between;align-items:center;padding:6px}.portfolio-calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));min-width:850px}.portfolio-calendar .calendar-grid>b{padding:8px;color:#65756c}.portfolio-calendar .calendar-grid section{min-height:105px;padding:7px;border:1px solid #e3e8e5}.portfolio-calendar section.outside{background:#f7f8f7;color:#a0aaa4}.portfolio-calendar section a{display:grid;margin:4px 0;padding:4px;border-radius:5px;background:#e3f3eb;color:#155e43;text-decoration:none;font-size:11px}.portfolio-calendar section a small{color:#697a71}.view-empty{padding:30px;text-align:center;color:#78877f}.density-compact .board-item-row{min-height:34px}.density-compact .cell-editor{min-height:34px;padding-block:4px}.density-spacious .board-item-row{min-height:58px}.density-spacious .cell-editor{min-height:58px;padding-block:12px}.conditional-off .board-item-row{background:#fff!important}.has-pinned .polished-column-head:nth-child(2),.has-pinned .board-item-row>.cell-editor:nth-child(3){position:sticky;left:340px;z-index:4;background:#fff;box-shadow:5px 0 7px -7px #233c30}.has-pinned .polished-column-head:nth-child(2){z-index:12}.view-settings>.view-settings-panel{width:360px;max-height:min(680px,calc(100vh - 92px));padding:0;overflow:hidden;border-color:var(--fb-border, #d8dfda);border-radius:16px;background:var(--fb-bg-surface, #fff);box-shadow:0 20px 55px #19271f2e}.view-settings-header{display:flex;align-items:flex-start!important;gap:16px;margin:0!important;padding:18px 18px 15px;border-bottom:1px solid var(--fb-border-subtle,#e7ebe8)}.view-settings-header>div{display:grid;gap:3px;min-width:0}.view-settings-header b{color:var(--fb-text,#17231c);font-size:16px;line-height:1.25}.view-settings-header span{color:var(--fb-text-muted,#748078);font-size:12px;font-weight:400}.view-settings .view-settings-header>button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:auto;padding:0;flex:0 0 36px;border:1px solid var(--fb-border,#d8dfda);border-radius:10px;background:var(--fb-bg-surface,#fff);color:var(--fb-text-secondary,#536159);font-size:0}.view-settings .view-settings-header>button:hover{background:var(--fb-bg-hover,#f4f6f4);color:var(--fb-text,#17231c)}.view-settings-body{max-height:calc(min(680px,100vh - 92px) - 132px);padding:4px 18px 16px;overflow-y:auto}.view-settings .view-settings-body>label{gap:7px;margin:15px 0;color:var(--fb-text,#17231c);font-size:12px}.view-settings .view-settings-body select,.view-settings .view-settings-body input[type=number]{box-sizing:border-box;width:100%;min-height:42px;padding:0 12px;border-color:var(--fb-border,#d8dfda);border-radius:10px;color:var(--fb-text,#17231c)}.pinned-columns-field{display:grid;gap:10px;margin:18px 0 14px}.pinned-columns-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pinned-columns-heading>div{display:grid;gap:2px}.pinned-columns-heading b{font-size:12px}.pinned-columns-heading span{color:var(--fb-text-muted,#748078);font-size:11px;line-height:1.35}.pinned-columns-heading>button{padding:2px 0;border:0;background:transparent;color:var(--fb-primary,#167c55);font-size:11px;font-weight:700}.pinned-columns-list{display:grid;max-height:210px;padding:5px;overflow-y:auto;border:1px solid var(--fb-border,#d8dfda);border-radius:12px;background:var(--fb-bg-subtle,#f7f9f7)}.pinned-columns-list>button{display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:8px;width:100%;min-height:38px;padding:7px 9px;border:0;border-radius:8px;background:transparent;color:var(--fb-text-secondary,#536159);text-align:left}.pinned-columns-list>button:hover{background:var(--fb-bg-surface,#fff);color:var(--fb-text,#17231c)}.pinned-columns-list>button.is-selected{background:var(--fb-bg-selected,#edf4ff);color:var(--fb-primary,#167c55);font-weight:700}.pinned-columns-list>button>svg{opacity:.55}.pinned-columns-list>button.is-selected>svg{opacity:1}.pinned-column-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid var(--fb-border-strong,#b8c3bc);border-radius:5px;background:var(--fb-bg-surface,#fff)}.is-selected>.pinned-column-check{border-color:var(--fb-primary,#167c55);background:var(--fb-primary,#167c55);color:#fff}.pinned-columns-list>p{margin:16px;color:var(--fb-text-muted,#748078);font-size:12px;text-align:center}.view-settings .setting-check{min-height:42px;padding:0 12px;border:1px solid var(--fb-border,#d8dfda);border-radius:10px;background:var(--fb-bg-surface,#fff)}.view-settings .setting-check input{width:16px;height:16px;accent-color:var(--fb-primary,#167c55)}.view-settings .format-rules{margin-top:12px;padding:13px;border:1px solid var(--fb-border,#d8dfda);border-radius:12px;background:var(--fb-bg-subtle,#f7f9f7)}.view-settings-footer{padding:14px 18px;border-top:1px solid var(--fb-border-subtle,#e7ebe8);background:var(--fb-bg-surface,#fff)}.view-settings-footer>.ui-primary{width:100%;min-height:42px;justify-content:center;border-radius:10px}.pinned-column-cell{background:var(--fb-bg-subtle,#f7f9f7);box-shadow:5px 0 8px -8px #182f24a6}.polished-column-head[style*="position: sticky"]{box-shadow:5px 0 8px -8px #182f24a6}@media(max-width:560px){.view-settings>.view-settings-panel{position:fixed;inset:auto 12px 12px;width:auto;max-height:calc(100vh - 24px)}}.gantt-grid>header,.gantt-row{grid-template-columns:340px 1fr}.gantt-task-detail{display:grid;grid-template-columns:1fr auto;align-items:center;padding:7px 10px;gap:3px 8px}.gantt-task-detail>button{display:flex;align-items:center;gap:7px;border:0;background:#fff;text-align:left}.gantt-task-detail>button b{color:#18794e;font-size:11px}.gantt-task-detail input{width:112px;border:1px solid #d8e1db;border-radius:5px;padding:3px;font-size:11px}.gantt-task-detail small{font-size:10px;color:#74827a}.gantt-task-detail .late-variance{color:#c53d3d;font-weight:700}.map-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #e1e7e3}.map-toolbar input{width:280px;padding:8px;border:1px solid #ccd7d0;border-radius:7px}.map-canvas iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;z-index:1}.map-canvas>button{position:absolute;z-index:2;display:flex;align-items:center;gap:3px;transform:translate(-50%,-100%);border:0;background:transparent;color:#16764f}.map-canvas>button b{padding:3px 5px;border-radius:4px;background:#fff;box-shadow:0 2px 8px #163b2a25;font-size:11px;white-space:nowrap}.editable-grouped-table section{overflow:auto}.grouped-column-head,.grouped-edit-row{display:grid;align-items:stretch;min-width:max-content}.grouped-column-head{grid-template-columns:minmax(240px,1fr) repeat(auto-fit,160px);background:#f7f9f7;border-top:1px solid #e1e7e3}.grouped-column-head b{padding:9px;border-right:1px solid #e1e7e3}.grouped-edit-row{border-top:1px solid #e7ece8}.grouped-edit-row>button{padding:10px;border:0;background:#fff;text-align:left}.grouped-edit-row .cell-editor{border-left:1px solid #e1e7e3}.format-rules{display:grid;gap:7px;padding:8px;border:1px solid #e0e7e2;border-radius:7px}.format-rules>div{display:grid;grid-template-columns:1fr 1fr 34px auto;gap:4px}.format-rules input,.format-rules select{min-width:0}.app-frame{grid-template-columns:232px minmax(0,1fr);grid-template-rows:60px 1fr;background:var(--fb-bg-app)}.app-topbar{height:60px;grid-template-columns:200px auto minmax(220px,520px) auto auto auto auto;gap:12px;padding:0 18px;border-color:var(--fb-border);box-shadow:0 1px #14231a05}.brand{font-size:15px}.brand>span{width:30px;height:30px;border-radius:8px}.org-switcher{height:34px;border-radius:var(--fb-radius-md);font-size:13px}.top-search{height:36px;border:1px solid transparent;border-radius:var(--fb-radius-md);background:var(--fb-bg-subtle);font-size:13px}.top-search:hover{border-color:var(--fb-border)}.top-work-link{font-size:13px;font-weight:650}.app-sidebar{min-height:calc(100vh - 60px);padding:16px 12px;border-color:var(--fb-border);background:var(--fb-bg-sidebar)}.sidebar-workspace{padding:4px 9px 14px}.sidebar-workspace h2{font-size:14px}.app-sidebar nav{gap:2px}.app-sidebar nav a,.app-sidebar nav button,.sidebar-settings{min-height:36px;padding:8px 10px;border-radius:var(--fb-radius-md);font-size:13px}.app-sidebar nav a:hover,.app-sidebar nav button:hover,.sidebar-settings:hover{background:var(--fb-bg-hover)}.sidebar-label{padding:16px 10px 5px}.compact-board-header{padding:20px 24px 0;background:var(--fb-bg-surface);border-color:var(--fb-border)}.board-breadcrumb{font-size:12px}.board-title-row{margin-top:6px}.board-title-row>input{width:min(620px,62vw);font-size:32px!important;line-height:1.15}.compact-board-header>p{margin:4px 4px 12px}.view-tabs{gap:2px!important;scrollbar-width:none}.view-tabs button{height:38px;padding:8px 11px;font-size:12px}.sticky-board-controls{top:0;padding:9px 24px;background:#f7f8faf0;border-color:var(--fb-border)}.toolbar-search{height:36px}.toolbar-actions button,.toolbar-primary button,.view-settings>button{height:34px;border-radius:var(--fb-radius-md);font-size:12px}.board-table-shell{padding:12px 24px 48px}.table-scroll{border-color:var(--fb-border);border-radius:var(--fb-radius-lg);box-shadow:0 1px 3px #14231a0d}.board-table{gap:10px!important;padding:10px!important}.board-group{border-color:var(--fb-border-subtle)!important;border-left-width:3px!important;border-radius:var(--fb-radius-md)!important;box-shadow:none!important}.board-group>header{min-height:46px!important;padding:0 9px!important;border-radius:7px 7px 0 0!important;background:var(--fb-bg-subtle)!important}.board-group>header input{font-size:13px!important}.group-color{width:8px;height:8px;border-radius:50%}.item-count{font-size:11px}.column-strip{height:50px;background:var(--fb-bg-subtle)!important}.sticky-item-head{width:300px;min-width:300px;padding:0 12px;background:var(--fb-bg-subtle);font-size:11px}.polished-column-head{height:50px;background:var(--fb-bg-subtle);border-color:var(--fb-border-subtle)}.column-heading input{font-size:12px}.column-heading small{font-size:9px}.board-item-row{min-height:44px!important;border-color:var(--fb-border-subtle)!important;background:var(--fb-bg-surface);--row-status-color:transparent!important}.board-item-row.has-status-color{background:color-mix(in srgb,var(--row-status-color) 5%,white)!important}.board-item-row:has(.item-title-input:focus),.board-item-row:has(input[type=checkbox]:checked){box-shadow:inset 3px 0 var(--fb-primary);background:var(--fb-bg-selected)!important}.item-leading,.item-title-cell,.item-title-input,.cell-editor{height:44px!important}.item-title-cell{left:46px;border-color:var(--fb-border-subtle)}.item-title-input{font-size:13px!important}.cell-editor{font-size:12px;border-color:var(--fb-border-subtle)}.status-cell summary,.dropdown-cell summary{min-height:28px;border-radius:99px}.action-menu>div,.status-options,.people-menu,.context-access-menu{border-color:var(--fb-border);border-radius:var(--fb-radius-lg);box-shadow:var(--fb-shadow-popover)}.action-menu button{min-height:34px;border-radius:var(--fb-radius-sm)}.compact-add-item{width:300px;min-height:40px}.add-new-group{height:36px;border-radius:var(--fb-radius-md)}@media(min-width:1201px){.app-frame:has(.item-drawer) .board-main{margin-right:0}.app-frame:has(.item-drawer) .item-drawer-backdrop{display:none}}.item-drawer{width:480px;max-width:520px;border-color:var(--fb-border);box-shadow:var(--fb-shadow-drawer);animation:fb-drawer-in .18s ease-out}@keyframes fb-drawer-in{0%{transform:translate(18px);opacity:.6}}.item-drawer-header{padding:18px 20px 13px!important}.drawer-context{margin-bottom:5px}.drawer-context p{font-size:9px}.drawer-context span{font-size:12px}.drawer-title-row>input{font-size:23px;line-height:1.25}.drawer-close,.drawer-more>summary{width:34px;height:34px}.drawer-meta{margin-top:8px;gap:8px}.meta-badge{min-height:25px;padding:3px 9px}.item-drawer-tabs{position:sticky;top:0;height:46px;padding:0 12px;border-color:var(--fb-border);scrollbar-width:none}.item-drawer-tabs button{height:45px;padding:0 10px;font-size:13px}.item-drawer-tabs button:hover{color:var(--fb-text-primary);background:var(--fb-bg-hover)}.drawer-quick-actions{display:flex!important;gap:6px;padding:8px 20px!important;border-bottom:1px solid var(--fb-border-subtle);background:var(--fb-bg-surface)}.drawer-quick-actions button{height:30px!important;width:auto!important;padding:0 9px!important;border:1px solid var(--fb-border)!important;border-radius:var(--fb-radius-md)!important;background:var(--fb-bg-surface)!important;font-size:11px!important}.drawer-parent-control{display:grid!important;grid-template-columns:110px 1fr;align-items:center;padding:8px 20px!important;border-bottom:1px solid var(--fb-border-subtle);font-size:12px}.drawer-parent-control select{height:32px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:#fff;padding:0 8px}.item-drawer-content{background:var(--fb-bg-surface)}.drawer-tab-panel{padding:20px 20px 42px}.drawer-section+.drawer-section{margin-top:22px;padding-top:0;border-top:0}.drawer-section h3{font-size:13px}.drawer-description .item-description-empty{min-height:76px;border:0;background:var(--fb-bg-subtle);color:var(--fb-text-muted)}.drawer-description .item-description-empty:hover{background:var(--fb-bg-hover);color:var(--fb-text-secondary)}.item-property-list{border-top:1px solid var(--fb-border-subtle)}.fb-property-row svg{width:15px;height:15px}.fb-property-row .cell-editor{width:100%!important;border:0!important;background:transparent!important}.fb-property-row .cell-editor>input,.fb-property-row .cell-editor>textarea{width:100%;min-height:34px;border:1px solid transparent!important;border-radius:var(--fb-radius-md)}.fb-property-row .cell-editor:hover{background:var(--fb-bg-hover)!important}.fb-property-row .date-cell,.fb-property-row .status-cell,.fb-property-row .dropdown-cell{width:100%}.task-panel{margin:0 20px 38px!important;padding-top:20px!important;border-top:1px solid var(--fb-border-subtle)!important}.task-field-grid{gap:8px!important}.task-field-grid label{border:0!important;background:var(--fb-bg-subtle)!important}.update-composer{border-color:var(--fb-border);border-radius:var(--fb-radius-lg);box-shadow:0 1px 2px #14231a08}.update-list article{padding:14px 0;border-bottom:1px solid var(--fb-border-subtle)}.attachment-dropzone{border-color:var(--fb-border-strong);border-radius:var(--fb-radius-lg);background:var(--fb-bg-subtle)}.attachment-dropzone:hover{border-color:var(--fb-primary);background:var(--fb-primary-soft)}.attachment-list article{border-color:var(--fb-border-subtle);border-radius:var(--fb-radius-md);box-shadow:none}.subitem-list{border:1px solid var(--fb-border-subtle);border-radius:var(--fb-radius-md);overflow:hidden}.subitem-list button{min-height:42px;border:0!important;border-bottom:1px solid var(--fb-border-subtle)!important;border-radius:0!important}.activity-entry p{font-size:13px}.activity-entry time{font-size:11px}@media(max-width:1200px){.item-drawer{width:70vw;max-width:500px}.item-drawer-backdrop{display:block}.app-frame:has(.item-drawer) .board-main{margin-right:0}.toolbar-secondary{display:none!important}}@media(max-width:850px){.app-frame{grid-template-columns:1fr}.app-topbar{grid-template-columns:1fr auto auto;height:56px}.app-sidebar{display:none}.board-main{min-width:760px}.compact-board-header,.sticky-board-controls{padding-inline:16px}.board-table-shell{padding-inline:10px}.item-drawer{width:72vw;max-width:none}.toolbar-actions{overflow-x:auto}}@media(max-width:650px){.board-main{min-width:0}.item-drawer{width:100vw;max-width:none}.item-drawer-backdrop{display:none}.drawer-tab-panel{padding-inline:16px}.fb-property-row{grid-template-columns:105px minmax(0,1fr)}.drawer-parent-control{grid-template-columns:85px 1fr;padding-inline:16px!important}.compact-board-header{padding-top:14px}.board-title-row>input{font-size:27px!important}.view-tabs{max-width:100vw}.board-table-shell{overflow-x:auto}.table-scroll{min-width:720px}.sticky-item-head{width:260px;min-width:260px}}.sticky-board-controls{display:flex!important;align-items:center;gap:8px;flex-wrap:nowrap!important}.sticky-board-controls>.board-toolbar{min-width:0;flex:1}.sticky-board-controls>.view-settings{flex:none;margin-left:0}.item-drawer{background:var(--fb-bg-surface)!important;animation:fb-drawer-solid .18s ease-out!important}@keyframes fb-drawer-solid{0%{transform:translate(18px)}}.board-table-shell{padding-top:8px}.table-scroll{border:0;border-radius:0;background:transparent;box-shadow:none}.board-table{gap:24px!important;padding:10px 0!important}.board-group{border:0!important;border-left:4px solid var(--group-color)!important;border-radius:0!important;background:transparent!important}.board-group>header{min-height:42px!important;border-bottom:0!important;border-radius:0!important;background:transparent!important}.board-group>header input{color:var(--group-color)!important;font-size:16px!important;font-weight:700!important}.group-color{background:var(--group-color)}.group-items{background:#fff}.column-strip{height:44px!important;border-top:0!important;border-bottom:2px solid var(--fb-bg-app)!important;background:#fff!important}.sticky-item-head,.polished-column-head,.end-add-column{height:44px!important;background:#fff!important}.sticky-item-head{border-right:4px solid var(--fb-bg-app);color:var(--fb-text-primary)}.polished-column-head{border-right:4px solid var(--fb-bg-app);border-bottom:0}.column-heading small{display:none}.board-item-row{min-height:42px!important;border-top:4px solid var(--fb-bg-app)!important;background:#f4f5f7!important}.board-item-row:hover{background:#eef2ef!important}.item-leading,.item-title-cell,.item-title-input,.cell-editor{height:38px!important}.item-title-cell,.cell-editor{border-right:4px solid var(--fb-bg-app)}.status-cell{height:100%;padding:0}.status-cell>summary{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;height:100%;min-height:38px!important;border:0!important;border-radius:0!important;background:color-mix(in srgb,var(--status-color) 88%,white)!important;color:#fff!important;font-weight:700!important}.status-cell>summary:hover{filter:brightness(.97)}.status-cell>summary svg{opacity:.7}.progress-cell{background:#f4f5f7}.progress-cell>span{left:10px;right:10px;top:12px;bottom:12px;border-radius:9px;background:#8ab4f8}.progress-cell:after{content:"";position:absolute;left:10px;right:10px;top:12px;bottom:12px;border-radius:9px;background:#cbd1dc;z-index:0}.progress-cell>span{z-index:1}.progress-cell input,.progress-cell b{z-index:2}.compact-add-item{width:300px;min-height:36px;background:#fff}.empty-group-drop{background:#fff}.board-group+.board-group{margin-top:4px}.item-actions summary{background:#fff}.app-frame:has(.item-drawer) .board-group{min-width:900px}@media(max-width:760px){.board-table{gap:18px!important}.board-group>header input{font-size:14px!important}}.status-cell>summary{justify-content:space-between!important;padding:0 10px!important}.status-cell>summary span{min-width:0;flex:1;text-align:center}.status-cell>summary svg{flex:0 0 auto;margin-left:6px}.progress-cell{position:relative;padding:0 10px;isolation:isolate}.progress-cell:before{content:"";position:absolute;z-index:0;left:10px;right:10px;top:50%;height:14px;transform:translateY(-50%);border-radius:8px;background:#d8dde6}.progress-cell:after{display:none!important}.progress-cell>span{position:absolute!important;z-index:1!important;left:10px!important;top:50%!important;bottom:auto!important;height:14px!important;transform:translateY(-50%);max-width:calc(100% - 20px)!important;border-radius:8px!important;background:#78aaf5!important}.progress-cell input{position:relative;z-index:2;height:100%;padding:0 25px 0 8px!important;background:transparent!important;color:#34443b;text-align:right}.progress-cell input::placeholder{text-align:center;color:#89948d}.progress-cell input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.progress-cell input[type=number]::-webkit-inner-spin-button,.progress-cell input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.progress-cell>b{position:absolute!important;z-index:3!important;right:8px;padding:0!important;color:#5f6d65!important;font-size:12px!important;pointer-events:none}.sticky-board-controls .toolbar-primary,.sticky-board-controls .board-task-tools,.sticky-board-controls .view-settings{display:flex;align-items:center;height:38px;margin:0!important}.sticky-board-controls .toolbar-primary>button,.sticky-board-controls .board-task-tools>button,.sticky-board-controls .view-settings>button{box-sizing:border-box;height:38px!important;min-height:38px;margin:0!important;padding:0 13px!important;border-radius:9px!important;display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1;font-size:12px}.sticky-board-controls .toolbar-primary svg,.sticky-board-controls .board-task-tools svg,.sticky-board-controls .view-settings svg{width:16px;height:16px;flex:none}.app-topbar{column-gap:8px!important}.app-topbar .top-work-link,.app-topbar .top-icon,.app-topbar>.avatar{box-sizing:border-box;height:36px;min-height:36px;margin:0;align-self:center}.app-topbar .top-work-link{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border-radius:8px;line-height:1;text-decoration:none}.app-topbar .top-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;min-width:36px;padding:0!important;border-radius:8px}.app-topbar>.avatar{display:flex!important;align-items:center;justify-content:center;width:32px;min-width:32px;height:32px;min-height:32px}.app-topbar .top-icon svg{display:block;width:18px;height:18px}@media(max-width:560px){.app-topbar{grid-template-columns:minmax(0,1fr) auto auto auto!important;column-gap:4px!important;padding-inline:12px!important}.app-topbar .brand{width:auto!important;min-width:0}.app-topbar .top-work-link{display:none!important}}.app-topbar{position:sticky;top:0;grid-template-columns:200px auto minmax(220px,1fr) auto!important;grid-template-rows:1fr;column-gap:12px!important;z-index:100}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;white-space:nowrap}.topbar-actions>.top-icon,.topbar-actions>.top-work-link,.topbar-actions>.avatar{flex:0 0 auto}@media(max-width:850px){.app-topbar{grid-template-columns:minmax(0,1fr) auto!important}.app-topbar>.org-switcher,.app-topbar>.top-search{display:none}.topbar-actions{gap:4px}.topbar-actions .top-work-link{display:none!important}}@media(max-width:560px){.app-topbar{grid-template-columns:minmax(0,1fr) auto!important;column-gap:4px!important;padding-inline:12px!important}.app-topbar .brand{width:auto!important;min-width:0}}.compact-board-header .view-tabs{height:auto!important;min-height:40px;justify-content:flex-start!important;align-items:flex-end!important;gap:6px!important}.compact-board-header .view-tabs>button{flex:0 0 auto!important;width:auto!important}.board-title-menu{position:relative;flex:0 0 auto}.board-title-menu>summary{display:grid!important;place-items:center;width:34px;height:34px;padding:0!important;border-radius:8px!important;list-style:none}.board-title-menu>summary::-webkit-details-marker{display:none}.board-title-menu[open]>summary,.board-title-menu>summary:hover{background:var(--fb-bg-hover)!important;color:var(--fb-text-primary)!important}.board-title-menu>div{position:absolute;z-index:1200;top:39px;right:0;display:grid;width:190px;padding:6px;border:1px solid var(--fb-border);border-radius:10px;background:var(--fb-bg-surface);box-shadow:var(--fb-shadow-popover)}.board-title-menu>div button{display:flex;align-items:center;width:100%;min-height:36px;margin:0;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--fb-text-primary);font-size:12px;text-align:left;white-space:nowrap}.board-title-menu>div button:hover{background:var(--fb-bg-hover);color:var(--fb-primary)}.action-menu.open-upward>div{top:auto!important;bottom:32px!important}.location-cell{position:relative;width:100%;height:100%}.location-cell>summary{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;min-height:38px;padding:0 10px;color:var(--fb-text-secondary);font-size:12px;cursor:pointer;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-cell>summary::-webkit-details-marker{display:none}.location-cell>summary:after{content:"";flex:none;width:6px;height:6px;margin:-3px 2px 0 8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg)}.location-cell[open]>summary{box-shadow:inset 0 -2px var(--fb-primary);color:var(--fb-text-primary)}.location-cell>div{position:absolute;z-index:1300;top:calc(100% + 6px);left:0;display:grid;grid-template-columns:1fr 1fr;gap:7px;width:280px;padding:10px;border:1px solid var(--fb-border);border-radius:10px;background:var(--fb-bg-surface);box-shadow:var(--fb-shadow-popover)}.location-cell>div input{min-width:0;height:34px;padding:0 9px;border:1px solid var(--fb-border);border-radius:7px;background:#fff;font-size:12px}.location-cell>div input:first-child,.location-cell>div button{grid-column:1 / -1}.location-cell>div button{height:34px;margin:0;border:0;border-radius:7px;background:var(--fb-primary);color:#fff;font-size:12px;font-weight:700}.location-cell>div button:hover{background:var(--fb-primary-hover)}.board-item-row:has(.location-cell[open]){position:relative;z-index:900!important;overflow:visible!important;content-visibility:visible!important;contain:none!important}.board-group:has(.location-cell[open]),.group-items:has(.location-cell[open]){position:relative;z-index:890!important;overflow:visible!important}.automation-launcher{position:relative;flex:none}.automation-launcher>button{display:flex;align-items:center;gap:6px;height:38px;margin:0;padding:0 12px;border:1px solid var(--fb-border);border-radius:8px;background:#fff;color:var(--fb-text-secondary);font-size:12px}.automation-launcher>button:hover{border-color:var(--fb-primary);color:var(--fb-primary)}.automation-backdrop{position:fixed;z-index:3000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#12251a66}.automation-center{display:flex;flex-direction:column;width:min(880px,calc(100vw - 32px));height:min(720px,calc(100vh - 32px));overflow:hidden;border-radius:14px;background:#f8faf8;box-shadow:0 30px 90px #10251a4d}.automation-center>header{display:flex;justify-content:space-between;padding:22px 24px 18px;background:#fff}.automation-center>header span{display:flex;align-items:center;gap:7px;color:var(--fb-primary);font-size:10px;font-weight:850;letter-spacing:.14em}.automation-center>header h2{margin:6px 0 2px;font-size:25px}.automation-center>header p{margin:0;color:var(--fb-text-secondary);font-size:12px}.automation-center>header>button{display:grid;place-items:center;width:34px;height:34px;margin:0;padding:0;border:0;background:transparent}.automation-center>nav{display:flex;gap:4px;padding:0 20px;border-bottom:1px solid var(--fb-border);background:#fff}.automation-center>nav button{display:flex;align-items:center;gap:6px;height:42px;margin:0;padding:0 12px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--fb-text-secondary);font-size:12px}.automation-center>nav button.active{border-bottom-color:var(--fb-primary);color:var(--fb-primary)}.automation-usage{display:flex;align-items:center;gap:18px;padding:12px 24px;border-bottom:1px solid var(--fb-border);background:#fff}.automation-usage span{display:grid;min-width:180px}.automation-usage small{color:var(--fb-text-secondary);font-size:10px}.automation-usage>i{flex:1;height:6px;overflow:hidden;border-radius:5px;background:#e1e7e3}.automation-center>main{min-height:0;flex:1;overflow:auto;padding:20px 24px}.new-automation{display:flex;align-items:center;gap:6px;height:38px;margin:0 0 12px auto;padding:0 13px;border:0;border-radius:8px;background:var(--fb-primary);color:#fff}.automation-list,.automation-history{display:grid;gap:8px}.automation-list article,.automation-history article{display:grid;grid-template-columns:34px 1fr auto auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--fb-border);border-radius:10px;background:#fff}.automation-list article>span,.automation-history article>span{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#edf1ee;color:#7d8b82}.automation-list article>span.enabled,.automation-history article>span.succeeded{background:var(--fb-primary-soft);color:var(--fb-primary)}.automation-list article div,.automation-history article div{display:grid;gap:3px;min-width:0}.automation-list p,.automation-history p,.recipe-grid p{margin:0;color:var(--fb-text-secondary);font-size:11px}.automation-list small,.automation-history small{color:var(--fb-text-muted);font-size:10px}.automation-list article>button{display:grid;place-items:center;width:30px;height:30px;margin:0;padding:0;border:0;background:transparent}.automation-list article>button.danger{color:#c73d35}.automation-empty{display:grid;justify-items:center;gap:6px;padding:52px;border:1px dashed var(--fb-border-strong);border-radius:10px;color:var(--fb-text-secondary)}.automation-empty p{margin:0;font-size:11px}.automation-builder{max-width:700px;margin:auto;padding:18px;border:1px solid var(--fb-border);border-radius:12px;background:#fff}.automation-builder-title{display:flex;justify-content:space-between;margin-bottom:15px}.automation-builder-title>div{display:grid}.automation-builder-title small{color:var(--fb-text-secondary);font-size:10px}.automation-builder-title button{margin:0;padding:5px;border:0;background:transparent}.automation-builder>label,.automation-builder-options label{display:grid;gap:5px;color:var(--fb-text-secondary);font-size:11px}.automation-builder input,.automation-builder select{min-width:0;height:36px;padding:0 9px;border:1px solid var(--fb-border);border-radius:7px;background:#fff;color:var(--fb-text-primary)}.automation-sentence{display:grid;gap:10px;margin:14px 0}.automation-sentence section{display:grid;grid-template-columns:58px 1fr 1fr;align-items:center;gap:7px;padding:10px;border-radius:9px;background:#f4f7f5}.automation-sentence section>span{color:var(--fb-primary);font-size:10px;font-weight:850;letter-spacing:.1em}.automation-builder-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.automation-builder footer{display:flex;justify-content:flex-end;gap:7px;margin-top:18px}.automation-builder footer button{display:flex;align-items:center;gap:5px;height:36px;margin:0;padding:0 12px}.automation-builder footer .primary{border:0;background:var(--fb-primary);color:#fff}.automation-error{color:#c73d35;font-size:11px}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.recipe-grid article{display:grid;align-content:start;gap:8px;min-height:190px;padding:16px;border:1px solid var(--fb-border);border-radius:11px;background:#fff}.recipe-grid article>span{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:var(--fb-primary-soft);color:var(--fb-primary)}.recipe-grid button{align-self:end;height:34px;margin:auto 0 0;border:1px solid var(--fb-primary);background:#fff;color:var(--fb-primary)}@media(max-width:700px){.automation-backdrop{padding:0}.automation-center{width:100vw;height:100dvh;border-radius:0}.recipe-grid{grid-template-columns:1fr}.automation-sentence section{grid-template-columns:1fr}.automation-builder-options{grid-template-columns:1fr}}.automation-list article{grid-template-columns:34px minmax(0,1fr) repeat(4,30px);gap:7px}.automation-history article{grid-template-columns:34px minmax(0,1fr) auto}.automation-block{display:grid;gap:7px;margin-top:14px;padding:11px;border:1px solid var(--fb-border);border-radius:9px}.automation-block>header{display:flex;align-items:center;justify-content:space-between}.automation-block>header button{display:flex;align-items:center;gap:4px;height:29px;margin:0;padding:0 8px;border:1px solid var(--fb-border);background:#fff;font-size:10px}.automation-block>small{color:var(--fb-text-secondary);font-size:11px}.automation-condition,.automation-action{display:grid;grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) 30px;align-items:center;gap:6px}.automation-action{grid-template-columns:24px minmax(145px,1.2fr) repeat(3,minmax(110px,1fr)) 30px}.automation-action>b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--fb-primary-soft);color:var(--fb-primary);font-size:10px}.automation-condition>button,.automation-action>button,.automation-history article>button{display:grid;place-items:center;width:30px;height:30px;margin:0;padding:0;border:0;background:transparent}.recipe-grid article>small{color:var(--fb-primary);font-size:9px;font-weight:800;letter-spacing:.08em}.recipe-grid article>div{display:flex;gap:6px;margin-top:auto}.recipe-grid article>div button{margin:0}.recipe-grid article>div button:first-child{flex:1}@media(max-width:700px){.automation-condition,.automation-action{grid-template-columns:1fr}.automation-list article{grid-template-columns:34px 1fr repeat(2,30px)}}.automation-operations{position:absolute;z-index:2;top:181px;right:0;bottom:0;left:0;overflow:auto;padding:20px 24px;background:#f8faf8}.automation-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.automation-metrics article{display:grid;grid-template-columns:32px 1fr;gap:2px 10px;align-items:center;padding:14px;border:1px solid var(--fb-border);border-radius:10px;background:#fff}.automation-metrics svg{grid-row:1/3;padding:7px;border-radius:8px;background:var(--fb-primary-soft);color:var(--fb-primary)}.automation-metrics b{font-size:19px}.automation-metrics small{color:var(--fb-text-secondary)}.automation-ops-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.automation-ops-grid>article{min-height:140px;padding:15px;border:1px solid var(--fb-border);border-radius:10px;background:#fff}.automation-ops-grid header{display:flex;align-items:center;gap:7px;color:var(--fb-primary)}.automation-ops-grid p{color:var(--fb-text-secondary);font-size:12px}.automation-warning{padding:8px;border-radius:7px;background:#fff4df;color:#8a5b08!important}.automation-approval{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:7px;padding:8px 0;border-bottom:1px solid var(--fb-border)}.automation-approval span{display:grid}.automation-approval small{color:var(--fb-text-secondary)}.automation-approval button{height:29px;margin:0;padding:0 9px}.automation-logic{display:flex;align-items:center;gap:6px}.automation-json{grid-column:2/-2;min-height:70px;padding:7px;border:1px solid var(--fb-border);border-radius:7px;font:11px ui-monospace,monospace}@media(max-width:700px){.automation-metrics,.automation-ops-grid{grid-template-columns:1fr}.automation-operations{top:181px;right:0;bottom:0;left:0}}.automation-center{position:relative}.portfolio-shell{min-height:100vh;background:#f6f8f7;color:#16261e}.portfolio-page{padding:32px clamp(24px,4vw,64px) 70px;max-width:1600px;margin:auto}.portfolio-breadcrumb{display:flex;gap:9px;font-size:13px;color:#718078;margin-bottom:24px}.portfolio-breadcrumb a{color:#176c4b;text-decoration:none}.portfolio-hero h1{font:700 clamp(34px,4vw,52px)/1.05 Georgia,serif;margin:5px 0 8px}.portfolio-hero>p:last-child{color:#68776f;font-size:16px}.executive-strip{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;margin:30px 0 24px}.executive-metric{background:#fff;border:1px solid #dce4df;border-radius:14px;padding:18px;display:flex;gap:13px;align-items:center;box-shadow:0 2px 8px #173d2910}.executive-metric>span{width:38px;height:38px;border-radius:10px;background:#e7f4ed;color:#14734e;display:grid;place-items:center}.executive-metric svg{width:19px}.executive-metric div{display:grid;gap:3px}.executive-metric small{font-size:12px;color:#6e7c75}.executive-metric strong{font-size:22px}.executive-metric.warning>span{background:#fff0df;color:#b86019}.strategy-tabs{display:flex;border-bottom:1px solid #d6dfda;margin-bottom:20px;gap:4px}.strategy-tabs button{border:0;background:transparent;padding:13px 18px;display:flex;align-items:center;gap:8px;color:#64736b;font-weight:650;border-bottom:2px solid transparent}.strategy-tabs button.active{color:#08734b;border-color:#08734b}.strategy-tabs svg{width:17px}.portfolio-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px}.portfolio-list-panel,.portfolio-detail,.goals-panel{background:#fff;border:1px solid #dbe3de;border-radius:14px}.portfolio-list-panel{padding:12px;height:max-content}.panel-title{display:flex;align-items:center;justify-content:space-between;padding:8px 9px 13px}.panel-title h2{font-size:15px;margin:0}.panel-title span,.section-heading span{background:#edf2ef;border-radius:12px;padding:2px 8px;font-size:12px}.portfolio-list-panel>button{width:100%;border:0;background:transparent;border-radius:9px;padding:11px 9px;display:grid;grid-template-columns:35px 1fr 16px;gap:9px;text-align:left;align-items:center}.portfolio-list-panel>button:hover,.portfolio-list-panel>button.selected{background:#eaf5ef}.portfolio-list-panel>button>span:nth-child(2){display:grid;gap:4px}.portfolio-list-panel small{color:#718078}.portfolio-list-panel svg{width:16px}.portfolio-icon{height:34px;border-radius:8px;background:#dcefe5;color:#11704a;display:grid;place-items:center}.quick-create{display:flex;border-top:1px solid #e3e9e5;padding-top:12px;margin-top:7px}.quick-create input{min-width:0;flex:1;border:1px solid #ced9d2;border-radius:7px 0 0 7px;padding:9px}.quick-create button{width:38px;border:0;background:#13754f;color:#fff;border-radius:0 7px 7px 0}.portfolio-detail{padding:24px;min-width:0}.detail-heading{display:flex;justify-content:space-between;gap:20px}.detail-heading h2{font-size:28px;margin:3px 0}.detail-heading p{color:#718078}.owner-chip{display:grid;background:#f2f6f4;border-radius:9px;padding:10px 14px;height:max-content}.owner-chip small{color:#78857e}.portfolio-progress{margin:22px 0;display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f5f8f6;border-radius:10px}.portfolio-progress>span{display:grid;gap:3px}.portfolio-progress small{color:#75827b}.portfolio-progress>div{width:min(380px,45%);height:10px;background:#dce5e0;border-radius:10px;position:relative;margin-right:45px}.portfolio-progress i,.goal-progress i,.mini-progress i{display:block;background:#24aa71;border-radius:10px;height:100%}.portfolio-progress b{position:absolute;left:calc(100% + 10px);top:-5px}.portfolio-table-wrap{overflow:auto;border:1px solid #dce4df;border-radius:10px}.portfolio-table{border-collapse:collapse;width:100%;min-width:900px;font-size:13px}.portfolio-table th{background:#f5f7f6;text-align:left;color:#627067;padding:11px;border-bottom:1px solid #dce4df}.portfolio-table td{padding:11px;border-bottom:1px solid #e5eae7}.portfolio-table a{font-weight:700;color:#174c37;text-decoration:none}.health-pill{border:0;border-radius:18px;padding:6px 9px;font-weight:650}.health-pill.on_track,.goal-health.on_track{background:#dff5e9;color:#087346}.health-pill.at_risk,.goal-health.at_risk{background:#fff0d7;color:#a3580f}.health-pill.off_track,.goal-health.off_track{background:#ffe0e0;color:#b23838}.health-pill.complete,.goal-health.complete{background:#dfeaff;color:#3264a8}.mini-progress{height:7px;width:110px;background:#e1e7e3;border-radius:8px;position:relative}.mini-progress span{position:absolute;left:117px;top:-5px}.risk-badge{font-size:11px;text-transform:uppercase;padding:4px 7px;border-radius:4px;background:#eef2ef}.risk-badge.high,.risk-badge.critical{background:#ffe1e1;color:#a82d2d}.risk-badge.medium{background:#ffefd8;color:#9f5c11}.empty-row{text-align:center!important;color:#77847d;padding:30px!important}.connect-project{display:flex;gap:9px;margin-top:14px}.connect-project select{min-width:260px;border:1px solid #cfd9d3;border-radius:8px;padding:9px}.connect-project svg{width:16px}.portfolio-lower-grid{display:grid;grid-template-columns:2fr 1fr;gap:14px;margin-top:18px}.portfolio-lower-grid>section{border:1px solid #e0e7e2;border-radius:10px;padding:15px}.section-heading{display:flex;justify-content:space-between;align-items:center}.section-heading h3{font-size:14px}.dependency-row{display:flex;align-items:center;gap:8px;padding:9px 0;border-top:1px solid #edf1ee;font-size:12px}.dependency-row svg{width:14px}.dependency-row>span{margin-left:auto;color:#76827c}.quiet{color:#839087;font-size:13px}.stakeholder-stack{display:flex;margin-top:12px}.stakeholder-stack>span{width:34px;height:34px;border:2px solid #fff;background:#dcefe5;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;margin-left:-5px}.goals-panel{padding:24px}.goals-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.goals-header h2{font-size:25px;margin:0 0 4px}.goals-header p{margin:0;color:#718078}.goals-header form{display:flex;gap:8px}.goals-header input{width:270px;border:1px solid #ced9d2;border-radius:8px;padding:10px}.goal-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:14px}.goal-card{border:1px solid #dae3dd;border-radius:12px;padding:18px}.goal-top{display:flex;justify-content:space-between;font-size:12px;text-transform:capitalize;color:#718078}.goal-health{padding:4px 7px;border-radius:12px}.goal-card h3{font-size:18px;margin:16px 0 7px}.goal-card>p{color:#77847d;min-height:38px;font-size:13px}.goal-owner{display:grid;grid-template-columns:30px 1fr;align-items:center;margin:15px 0}.goal-owner>span{grid-row:1/3;width:28px;height:28px;background:#dcefe5;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700}.goal-owner small{color:#7b8880}.goal-progress-label{display:flex;justify-content:space-between;font-size:12px}.goal-progress{height:8px;background:#e0e7e3;border-radius:9px;margin:8px 0 16px}.link-work-button{border:0;background:transparent;color:#08734b;font-weight:700;display:flex;gap:5px;align-items:center;padding:0}.link-work-button svg{width:15px}.goal-link-form{display:flex}.goal-link-form select{min-width:0;flex:1;padding:7px;border:1px solid #ccd7d0}.goal-link-form button{border:0;background:#14754f;color:#fff;padding:0 12px}.strategy-empty{grid-column:1/-1;text-align:center;padding:55px;color:#75827b}.strategy-empty>span{display:grid;place-items:center;width:52px;height:52px;background:#e5f2eb;color:#14754f;border-radius:50%;margin:auto}.strategy-empty h3{color:#1a2b22}.strategy-empty p{max-width:420px;margin:auto}@media(max-width:1050px){.executive-strip{grid-template-columns:repeat(2,1fr)}.portfolio-layout{grid-template-columns:1fr}.portfolio-list-panel{display:flex;overflow:auto}.portfolio-list-panel .panel-title,.portfolio-list-panel .quick-create{min-width:210px}.portfolio-list-panel>button{min-width:210px}.goal-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.portfolio-page{padding:20px 12px}.executive-strip,.goal-grid,.portfolio-lower-grid{grid-template-columns:1fr}.goals-header{align-items:stretch;gap:15px;flex-direction:column}.goals-header form{flex-direction:column}.goals-header input{width:auto}.portfolio-progress{align-items:flex-start;gap:16px;flex-direction:column}.portfolio-progress>div{width:calc(100% - 45px)}}.quick-create{align-items:stretch}.quick-create input{min-height:48px;padding:0 12px;border-radius:8px 0 0 8px}.quick-create button{width:48px;min-width:48px;min-height:48px;align-self:stretch;display:grid;place-items:center;margin:0!important;padding:0!important;border:1px solid #13754f;border-radius:0 8px 8px 0;line-height:1}.quick-create button svg{display:block;width:18px;height:18px}.goals-header form,.goal-link-form{align-items:stretch}.goals-header input,.goals-header button,.goal-link-form select,.goal-link-form button{min-height:48px;margin:0!important}.goals-header button,.goal-link-form button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.goal-link-form button{min-width:72px;padding:0 14px}.goal-linked-work{display:grid;gap:7px;margin:0 0 14px}.goal-linked-work>small{color:#718078;font-size:12px;font-weight:650}.goal-linked-work>a{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:9px;min-height:46px;padding:7px 10px;color:#173d2b;background:#f1f7f4;border:1px solid #d9e8df;border-radius:9px;text-decoration:none}.goal-linked-work>a:hover{background:#e7f3ec;border-color:#b9d8c6}.goal-linked-work>a>svg:first-child{width:17px;color:#08734b}.goal-linked-work>a>svg:last-child{width:15px}.goal-linked-work>a>span{display:grid;min-width:0}.goal-linked-work strong,.goal-linked-work a small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.goal-linked-work a small{color:#718078;font-size:11px}.integration-shell{min-height:100vh;background:#f6f8f7;color:#16261e}.integration-page{max-width:1500px;margin:auto;padding:32px clamp(24px,4vw,64px) 70px}.integration-breadcrumb{display:flex;gap:8px;color:#78867e;font-size:13px}.integration-breadcrumb a{color:#16714d;text-decoration:none}.integration-page>header{display:flex;justify-content:space-between;align-items:end;margin:22px 0 26px}.integration-page h1{font:700 clamp(34px,4vw,50px)/1.05 Georgia,serif;margin:5px 0 8px}.integration-page header p:last-child{color:#6b7971}.api-state{background:#fff;border:1px solid #dbe4de;border-radius:20px;padding:8px 13px;display:flex;align-items:center;gap:8px;font-size:12px}.api-state>span{width:8px;height:8px;border-radius:50%;background:#21a769;box-shadow:0 0 0 4px #dff4e9}.integration-tabs{display:flex;gap:5px;border-bottom:1px solid #d7e0da;margin-bottom:23px}.integration-tabs button{display:flex;gap:8px;align-items:center;border:0;border-bottom:2px solid transparent;background:transparent;padding:12px 17px;color:#67756d;font-weight:650}.integration-tabs button.active{color:#08734b;border-color:#08734b}.integration-tabs svg{width:17px}.integration-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:27px}.integration-summary>div{background:#fff;border:1px solid #dae3dd;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px}.integration-summary>div>svg{padding:9px;width:38px;height:38px;background:#e6f3eb;color:#13754f;border-radius:9px}.integration-summary span{display:grid}.integration-summary strong{font-size:20px}.integration-summary small{color:#748179}.provider-section{margin:27px 0}.provider-section>h2{text-transform:capitalize;font-size:15px;margin:0 0 11px}.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.provider-card{background:#fff;border:1px solid #dae3dd;border-radius:12px;padding:18px 16px;display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;column-gap:14px;row-gap:15px;align-items:start;min-height:150px}.provider-logo{grid-row:1;width:44px;height:44px;border-radius:10px;background:#e9f2ed;display:grid;place-items:center;font-weight:800;color:#175f43}.provider-card h3{margin:2px 0 5px;font-size:15px}.provider-card p{margin:0;color:#748179;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.provider-actions{grid-column:1 / -1;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:36px;margin-top:auto}.connect-button:disabled{cursor:not-allowed;opacity:.62}.support-integrations{min-height:100vh;padding:32px;background:#f4f7f5;color:#15231d}.support-console-nav{display:flex;align-items:center;gap:20px;margin-bottom:32px}.support-console-nav a{display:inline-flex;align-items:center;gap:6px;color:#52645c;text-decoration:none}.support-console-nav svg{width:18px;height:18px}.support-integrations>header{display:flex;align-items:flex-start;gap:18px;margin-bottom:28px}.support-integrations>header>svg{width:46px;height:46px;padding:11px;border-radius:14px;color:#087a50;background:#dff1e8}.support-integrations>header p{margin:0 0 5px;color:#087a50;font-weight:800;letter-spacing:.16em;font-size:12px}.support-integrations>header h1{margin:0 0 5px;font:46px/1.05 Georgia,serif}.support-integrations>header span{color:#65756e}.support-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.support-provider-grid>article{min-width:0;padding:20px;border:1px solid #d6dfda;border-radius:16px;background:#fff}.support-provider-grid article>header{display:flex;justify-content:space-between;align-items:center;gap:12px}.support-provider-grid header span{display:flex;align-items:center;gap:9px}.support-provider-grid header svg{width:20px;color:#087a50}.support-provider-grid header em{padding:6px 9px;border-radius:999px;font-size:12px;font-style:normal;background:#e8f5ee;color:#087a50}.support-provider-grid header em.missing{background:#f3f0eb;color:#756e64}.support-provider-grid article>small{display:block;margin:5px 0 18px 29px;color:#78857f;text-transform:capitalize}.support-provider-env{display:grid;gap:7px;margin-bottom:17px}.support-provider-env label,.support-callback{font-size:12px;font-weight:700;color:#5c6d65}.support-provider-env code{padding:8px 10px;border-radius:8px;background:#f1f5f3;overflow-wrap:anywhere}.support-callback{display:grid;gap:7px}.support-callback>span{display:flex;min-width:0;border:1px solid #d6dfda;border-radius:9px;overflow:hidden}.support-callback code{flex:1;min-width:0;padding:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-callback button{display:flex;align-items:center;gap:5px;border:0;border-left:1px solid #d6dfda;padding:0 10px;background:#f5f7f6}.support-callback button svg{width:15px}@media(max-width:1100px){.support-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.support-integrations{padding:20px}.support-provider-grid{grid-template-columns:1fr}.support-integrations>header h1{font-size:36px}.support-console-nav{align-items:flex-start;flex-direction:column;gap:10px}}.connect-button{min-width:108px;height:36px;border:1px solid #aac8b8;background:#fff;color:#08734b;border-radius:7px;padding:0 14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.connect-button:hover{background:#edf7f2;border-color:#5caa84}.connected-label{margin-right:auto;display:flex;align-items:center;gap:4px;color:#168158;font-size:12px}.connected-label svg{width:14px}.text-button{border:0;background:none;font-size:11px;padding:8px}.text-button.danger{color:#ae4646}.integration-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;background:#17231f99;display:grid;place-items:center;padding:20px}.integration-setup-modal{width:min(620px,96vw);background:#fff;border-radius:16px;box-shadow:0 24px 70px #10251b33;overflow:hidden}.integration-setup-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #dce4df}.integration-setup-modal header small{color:#08734b;font-weight:800;letter-spacing:.12em}.integration-setup-modal h2{margin:5px 0 0}.integration-setup-modal header button{width:40px;height:40px;border:1px solid #d4ddd8;background:#fff;border-radius:9px;display:grid;place-items:center}.integration-setup-modal header svg{width:19px}.integration-setup-modal>p,.integration-setup-modal>label,.integration-env-list{margin-left:24px;margin-right:24px}.integration-setup-modal>p{color:#66746d;line-height:1.5}.integration-env-list{display:grid;gap:7px;margin-top:18px;margin-bottom:20px}.integration-env-list code{padding:10px 12px;border:1px solid #d8e1dc;background:#f4f7f5;border-radius:8px;color:#174b38}.integration-setup-modal>label{display:grid;gap:7px;font-weight:700}.integration-setup-modal label>div{display:flex;border:1px solid #d5ded9;border-radius:8px;overflow:hidden}.integration-setup-modal label code{min-width:0;flex:1;padding:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.integration-setup-modal label button{border:0;border-left:1px solid #d5ded9;background:#f4f7f5;padding:0 12px;display:flex;gap:5px;align-items:center}.integration-setup-modal label svg{width:15px}.integration-setup-modal>footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:24px;padding:17px 24px;border-top:1px solid #dce4df}.integration-setup-modal footer span{margin-right:auto;color:#6f7c75;font-size:12px}.integration-setup-modal footer button{border:0;background:#14754f;color:#fff;border-radius:8px;padding:10px 14px;font-weight:700}.developer-intro{background:linear-gradient(120deg,#0f593e,#147954);color:#fff;border-radius:14px;padding:22px 25px;display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.developer-intro>div{display:flex;gap:15px;align-items:center}.developer-intro>div>svg{width:40px;height:40px;padding:9px;background:#ffffff1c;border-radius:9px}.developer-intro p{margin:0;color:#d8ece2}.developer-intro a{color:#fff;border:1px solid #ffffff55;border-radius:8px;padding:9px 13px;text-decoration:none}.developer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.developer-card{background:#fff;border:1px solid #d9e2dc;border-radius:13px;padding:19px}.developer-card.wide{grid-column:1/-1}.card-heading{display:flex;justify-content:space-between;margin-bottom:17px}.card-heading>span{display:flex;gap:10px}.card-heading svg{width:19px;color:#11744d}.card-heading h3{margin:0 0 3px;font-size:16px}.card-heading p{margin:0;color:#76837b;font-size:12px}.card-heading>b{background:#edf3ef;border-radius:12px;padding:3px 9px;height:max-content}.developer-card>form{display:flex;margin-bottom:12px}.developer-card>form input{min-width:0;flex:1;border:1px solid #cdd8d1;padding:9px;border-radius:7px 0 0 7px}.developer-card>form button{border:0;background:#14754f;color:#fff;border-radius:0 7px 7px 0;padding:0 13px;display:flex;align-items:center;gap:5px}.developer-card form svg{width:15px}.outgoing-form{display:grid!important;grid-template-columns:180px 1fr auto}.outgoing-form input{border-radius:0!important}.outgoing-form input:first-child{border-radius:7px 0 0 7px!important}.developer-list>div{border-top:1px solid #e6ebe8;padding:10px 2px;display:flex;justify-content:space-between;align-items:center}.developer-list span{display:grid}.developer-list small{color:#7b8780}.developer-list button{border:0;background:none;color:#a84747}.developer-list i{width:9px;height:9px;border-radius:50%;background:#aaa}.developer-list i.healthy{background:#1da367}.secret-reveal{display:flex;align-items:center;background:#eef7f2;border:1px solid #b9ddca;border-radius:8px;padding:9px;margin-bottom:12px;gap:7px}.secret-reveal>span{display:grid;min-width:0;flex:1}.secret-reveal code{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#155a3f}.secret-reveal button{border:0;background:#fff;border-radius:5px;padding:6px}.secret-reveal svg{width:14px}.activity-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.activity-heading h2{margin:0}.activity-heading p{color:#748179}.activity-heading button{display:flex;align-items:center;gap:6px;border:1px solid #cdd8d1;background:#fff;border-radius:7px;padding:8px 11px}.activity-heading svg{width:15px}.activity-table{border:1px solid #d9e2dc;border-radius:12px;background:#fff;overflow:hidden}.activity-row{display:grid;grid-template-columns:2fr 1fr 1fr .6fr 1.2fr;padding:12px 15px;border-top:1px solid #e4eae6;font-size:13px;align-items:center}.activity-row.header{background:#f1f5f2;border:0;color:#6e7b73;font-size:11px;text-transform:uppercase}.activity-row>span:first-child{display:grid}.activity-row small{color:#a34242}.activity-row>span:nth-child(3){display:flex;align-items:center;gap:6px;text-transform:capitalize}.activity-status{width:8px;height:8px;border-radius:50%;background:#888}.activity-status.succeeded{background:#1aa266}.activity-status.failed{background:#d74949}.activity-status.retrying,.activity-status.pending{background:#e39b31}.activity-empty{text-align:center;padding:50px;color:#7a877f}@media(max-width:1000px){.provider-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.integration-page{padding:20px 12px}.integration-summary,.provider-grid,.developer-grid{grid-template-columns:1fr}.developer-card.wide{grid-column:auto}.integration-page>header,.developer-intro{align-items:flex-start;flex-direction:column;gap:15px}.outgoing-form{grid-template-columns:1fr}.activity-table{overflow:auto}.activity-row{min-width:700px}}.import-center{min-height:100vh;padding:28px 5vw 60px;background:var(--ds-canvas,#f8f9fd);color:var(--ds-text,#17231f)}.import-center>header{display:flex;align-items:flex-start;gap:24px;margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid var(--ds-border,#dce2ee)}.import-center>header>button{display:flex;min-height:42px;align-items:center;gap:6px;padding:9px 13px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;color:var(--ds-muted,#68707b);font-weight:700}.import-center>header>button:hover{color:var(--ds-primary,#2378d8);border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 28%,white)}.import-center>header svg{width:17px}.import-center header p{margin:0;color:var(--ds-primary,#2378d8);font-size:11px;font-weight:800;letter-spacing:.18em}.import-center h1{margin:6px 0;font:700 clamp(40px,5vw,56px)/1.04 var(--font-display,Georgia,serif);letter-spacing:-.035em}.import-center header span,.import-step p{color:var(--ds-muted,#68707b);line-height:1.5}.import-setup,.import-history{overflow:hidden;border:1px solid var(--ds-border,#dce2ee);border-radius:18px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.import-step{display:grid;grid-template-columns:46px minmax(0,1fr);gap:18px;padding:25px;border-bottom:1px solid var(--ds-border,#dce2ee)}.import-step:last-child{border-bottom:0}.import-step>b{display:grid;width:38px;height:38px;place-items:center;border:1px solid color-mix(in srgb,var(--ds-primary,#2378d8) 14%,white);border-radius:11px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8);font-size:14px}.import-step h2{margin:2px 0 5px;font-size:20px}.import-step>div>p{margin:4px 0 12px}.import-step select{height:44px;padding:0 12px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font:inherit}.import-step select:focus{outline:0;border-color:var(--ds-primary,#2378d8);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary,#2378d8) 12%,transparent)}.import-drop{display:flex;max-width:650px;min-height:82px;align-items:center;gap:12px;margin:14px 0;padding:18px;border:1px dashed color-mix(in srgb,var(--ds-primary,#2378d8) 48%,white);border-radius:13px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 4%,white);cursor:pointer}.import-drop:hover{border-style:solid;background:color-mix(in srgb,var(--ds-primary,#2378d8) 7%,white)}.import-drop input{display:none}.import-drop svg{width:34px;height:34px;padding:8px;border-radius:10px;background:#fff;color:var(--ds-primary,#2378d8);box-shadow:0 3px 10px #2027360f}.import-drop span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-center button.primary{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:7px;padding:11px 16px;border:0;border-radius:10px;background:var(--ds-primary,#2378d8);color:#fff;font-weight:700}.import-center button:disabled{cursor:not-allowed;opacity:.5}.import-stats{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:10px;margin:16px 0}.import-stats span{display:flex;align-items:baseline;gap:7px;padding:13px;border:1px solid var(--ds-border,#dce2ee);border-radius:11px;background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-muted,#68707b)}.import-stats strong{color:var(--ds-text,#17231f);font-size:20px}.import-stats .warning{border-color:#edd8a5;background:#fff8e8;color:#875d13}.mapping-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mapping-grid label,.duplicate-choice{display:grid;gap:7px;color:var(--ds-text,#17231f);font-size:13px;font-weight:700;text-transform:capitalize}.duplicate-choice{max-width:390px;margin:17px 0}.duplicate-choice button{min-height:40px;border:1px solid var(--ds-border,#dce2ee);border-radius:9px;background:#fff;font-weight:700}.import-error,.import-success{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border:1px solid #ecc6c3;border-radius:9px;background:#fff2f1;color:#a83b35}.import-success{border-color:#b8dfcc;background:#eefaf4;color:#147754}.import-error svg,.import-success svg{width:18px;flex:0 0 18px}.import-preview{max-height:350px;overflow:auto;margin:15px 0;border:1px solid var(--ds-border,#dce2ee);border-radius:12px}.import-preview table{width:100%;border-collapse:collapse;font-size:13px}.import-preview th,.import-preview td{max-width:260px;padding:11px 12px;overflow:hidden;border-bottom:1px solid var(--ds-border,#dce2ee);text-align:left;text-overflow:ellipsis;white-space:nowrap}.import-preview th{position:sticky;top:0;z-index:1;background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-muted,#68707b);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.import-preview tbody tr:hover{background:color-mix(in srgb,var(--ds-primary,#2378d8) 3%,white)}.import-history{margin-top:20px;padding:20px}.import-history h2{display:flex;align-items:center;gap:8px;margin:0 0 12px}.import-history h2 svg{width:20px;color:var(--ds-primary,#2378d8)}.import-history article{display:grid;min-height:70px;grid-template-columns:40px minmax(180px,1fr) 130px 100px auto;align-items:center;gap:12px;padding:13px 4px;border-top:1px solid var(--ds-border,#dce2ee)}.import-history article>svg{width:38px;height:38px;padding:9px;border-radius:10px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8)}.import-history article span{display:grid;gap:3px}.import-history small{color:var(--ds-muted,#68707b)}.import-history em{width:max-content;padding:5px 9px;border-radius:99px;background:var(--ds-surface-muted,#f5f6fb);font-size:11px;font-style:normal;font-weight:700;text-transform:capitalize}.import-history em.completed{background:#e9f7f0;color:#147754}.import-history em.failed{background:#fff0f0;color:#b63c3c}.import-history em.paused{background:#fff7e5;color:#966414}.import-history button{display:flex;min-height:38px;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--ds-border,#dce2ee);border-radius:9px;background:#fff;font-weight:650}.import-history button:hover{color:var(--ds-primary,#2378d8)}.import-history button svg{width:15px}@media(max-width:850px){.mapping-grid{grid-template-columns:1fr 1fr}.import-history article{grid-template-columns:38px 1fr auto}.import-history article>*:nth-child(4),.import-history article>*:nth-child(5){grid-column:2/-1}.import-step{grid-template-columns:42px 1fr}}@media(max-width:600px){.import-center{padding:18px}.import-center>header{flex-direction:column}.import-center>header>button{width:100%}.mapping-grid,.import-stats{grid-template-columns:1fr}.import-history article{grid-template-columns:36px 1fr}.import-history article>*:nth-child(n+3){grid-column:2}.import-step{grid-template-columns:1fr}.import-step>b{width:34px;height:34px}.import-drop{min-height:72px}}.developer-card>form{align-items:stretch}.developer-card>form input,.developer-card>form button{min-height:56px;margin:0!important}.developer-card>form button{flex:0 0 auto;justify-content:center;padding:0 18px;white-space:nowrap}.outgoing-form input,.outgoing-form button{height:56px}.docs-shell{height:100vh;overflow:hidden;background:#f5f7f6;color:#17261f}.docs-layout{height:calc(100vh - 69px);display:grid;grid-template-columns:270px 1fr}.docs-sidebar{background:#f1f4f2;border-right:1px solid #d8e0db;padding:14px;display:flex;flex-direction:column;overflow:hidden}.docs-back{display:flex;align-items:center;gap:5px;color:#5f6f66;text-decoration:none;font-size:12px;padding:7px}.docs-back svg{width:15px}.docs-sidebar-title{display:flex;justify-content:space-between;align-items:center;margin:9px 4px 12px;font-weight:750}.docs-sidebar-title>span{display:flex;gap:8px;align-items:center}.docs-sidebar-title svg{width:18px}.docs-sidebar-title button{border:0;background:#15764f;color:#fff;border-radius:6px;width:30px;height:30px}.docs-search{display:flex;align-items:center;border:1px solid #ced8d2;background:#fff;border-radius:7px;padding:0 9px}.docs-search svg{width:15px;color:#76837b}.docs-search input{border:0;outline:0;background:none;padding:9px;width:100%}.docs-sidebar nav{overflow:auto;margin:12px -4px}.docs-sidebar nav button{width:100%;border:0;background:none;border-radius:7px;padding:9px;display:flex;text-align:left;gap:8px;align-items:center}.docs-sidebar nav button:hover,.docs-sidebar nav button.active{background:#dfece5}.docs-sidebar nav svg{width:16px}.docs-sidebar nav span{display:grid}.docs-sidebar nav small{color:#76837b;text-transform:capitalize}.template-launcher{margin-top:auto;border-top:1px solid #d8e0db;padding-top:10px}.template-launcher p{font-size:10px;letter-spacing:.13em;color:#76837b}.template-launcher button{display:flex;align-items:center;gap:7px;width:100%;border:0;background:none;padding:6px;color:#56655d}.template-launcher svg{width:14px}.docs-main{overflow:auto;position:relative}.docs-welcome{text-align:center;max-width:780px;margin:9vh auto;padding:35px}.docs-welcome>span{width:60px;height:60px;border-radius:16px;background:#dff0e7;color:#14754f;display:grid;place-items:center;margin:auto}.docs-welcome>span svg{width:28px}.docs-welcome h1{font:700 45px/1.1 Georgia,serif;margin:8px 0 12px}.docs-welcome>p:not(.eyebrow){color:#6f7d75}.docs-welcome>div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:25px 0}.docs-welcome>div button{border:1px solid #d6e0da;background:#fff;border-radius:10px;padding:16px;display:grid;text-align:left;gap:5px}.docs-welcome>div svg{color:#14754f}.docs-welcome>div small{color:#77847c;text-transform:capitalize}.doc-header{height:66px;display:flex;justify-content:space-between;align-items:center;padding:0 25px;background:#fff;border-bottom:1px solid #dce3df;position:sticky;top:0;z-index:5}.doc-header>input{font-size:22px;font-weight:750;border:0;outline:0;min-width:0;flex:1}.doc-actions{display:flex;gap:7px}.doc-actions button,.live-presence{border:1px solid #d1dad4;background:#fff;border-radius:7px;padding:7px 10px;display:flex;align-items:center;gap:5px;font-size:12px}.doc-actions svg,.live-presence svg{width:15px}.doc-actions button.active{background:#e7f2ec;color:#11704a}.doc-actions .save-doc{background:#14754f;color:#fff;border-color:#14754f;min-width:82px}.doc-actions .save-doc:disabled{background:#e9eeeb;color:#748179;border-color:#e0e6e2}.live-presence{color:#188158}.doc-meta{display:flex;gap:16px;padding:10px 28px;background:#fafcfb;border-bottom:1px solid #e1e7e3;color:#718078;font-size:11px}.doc-meta span{display:flex;align-items:center;gap:5px;text-transform:capitalize}.doc-meta svg{width:13px}.doc-workspace{display:grid;grid-template-columns:minmax(500px,850px);justify-content:center;padding:35px}.doc-workspace.with-panel{grid-template-columns:minmax(500px,850px) 330px;gap:18px}.doc-paper{background:#fff;border:1px solid #dce4df;border-radius:10px;min-height:calc(100vh - 220px);box-shadow:0 4px 20px #193b290c}.rich-toolbar{height:44px;display:flex;align-items:center;gap:2px;border-bottom:1px solid #e1e7e3;padding:0 14px;position:sticky;top:66px;background:#fff;z-index:3}.rich-toolbar button{width:31px;height:31px;border:0;background:none;border-radius:5px;display:grid;place-items:center}.rich-toolbar button:hover{background:#edf3ef}.rich-toolbar svg{width:15px}.rich-toolbar>i{height:18px;border-left:1px solid #d8e0db;margin:0 5px}.rich-content{min-height:calc(100vh - 270px);outline:0;padding:55px clamp(38px,8vw,95px);font:16px/1.75 Arial,sans-serif}.rich-content:empty:before{content:attr(data-placeholder);color:#9aa59f}.rich-content h1{font:700 38px/1.2 Georgia,serif}.rich-content h2{font-size:25px;margin-top:1.6em}.rich-content blockquote{border-left:4px solid #75ae91;margin-left:0;padding:5px 17px;color:#53645b;background:#f1f7f4}.rich-content a{color:#1475aa}.doc-side-panel{background:#fff;border:1px solid #dbe3de;border-radius:10px;align-self:start;position:sticky;top:111px;max-height:calc(100vh - 150px);overflow:auto}.doc-side-panel>header{display:flex;justify-content:space-between;align-items:center;padding:14px;border-bottom:1px solid #e2e8e4}.doc-side-panel h3{margin:0;font-size:15px}.doc-side-panel header button{border:0;background:none}.doc-side-panel header svg{width:17px}.inline-comment-compose{padding:13px;border-bottom:1px solid #e3e8e5}.inline-comment-compose blockquote,.doc-comments blockquote{font-size:11px;color:#63736a;border-left:3px solid #57a37a;margin:0 0 8px;padding-left:8px}.inline-comment-compose textarea{width:100%;box-sizing:border-box;border:1px solid #ccd7d0;border-radius:7px;padding:8px;min-height:75px}.inline-comment-compose button{float:right;margin-top:6px;border:0;background:#14754f;color:#fff;border-radius:6px;padding:7px 11px}.doc-comments{padding:10px;clear:both}.doc-comments article{border-bottom:1px solid #e5eae7;padding:12px 5px}.doc-comments article.resolved{opacity:.5}.doc-comments p{font-size:13px}.doc-comments small{color:#7a877f;font-size:10px}.version-list article{padding:13px;border-bottom:1px solid #e3e8e5}.version-list article>span{display:grid}.version-list small{color:#748179}.version-list button{float:right;margin-top:-30px;border:1px solid #cbd6cf;background:#fff;border-radius:5px}.version-list p{font-size:12px;color:#627168}.drawer-rich-description .rich-toolbar{position:static}.drawer-rich-description .rich-content{padding:15px;min-height:130px}.drawer-rich-description-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:7px}@media(max-width:950px){.docs-layout{grid-template-columns:220px 1fr}.doc-workspace.with-panel{grid-template-columns:1fr}.doc-side-panel{position:static}.docs-welcome>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.docs-layout{grid-template-columns:1fr}.docs-sidebar{display:none}.doc-workspace{padding:12px;display:block}.doc-header{padding:0 10px}.doc-actions .live-presence{display:none}.rich-content{padding:30px 22px}.docs-welcome h1{font-size:34px}}.document-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#11201885;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.document-modal{width:min(480px,100%);overflow:hidden;background:#fff;border:1px solid #d8e2dc;border-radius:16px;box-shadow:0 24px 70px #0e271940}.document-modal>header{display:flex;justify-content:space-between;gap:20px;padding:24px 24px 18px;border-bottom:1px solid #e3e9e5}.document-modal header h2{margin:4px 0 5px;color:#17261f;font:700 27px/1.1 Georgia,serif}.document-modal header span{color:#6f7d75;font-size:13px}.document-modal header>button{display:grid;place-items:center;width:38px;height:38px;padding:0;color:#53645b;background:#f7f9f8;border:1px solid #d6dfda;border-radius:10px}.document-modal header svg{width:18px}.document-modal>label{display:grid;gap:8px;padding:22px 24px;color:#33463c;font-size:13px;font-weight:700}.document-modal input{box-sizing:border-box;height:48px;padding:0 13px;border:1px solid #cbd7d0;border-radius:9px;outline:none;font:16px Arial,sans-serif}.document-modal input:focus{border-color:#148258;box-shadow:0 0 0 3px #bfe7d2}.document-modal>footer{display:flex;justify-content:flex-end;gap:9px;padding:0 24px 24px}.document-modal footer button{min-height:42px;padding:0 17px;color:#405148;background:#fff;border:1px solid #ccd7d0;border-radius:9px;font-weight:700}.document-modal footer button.primary{display:inline-flex;align-items:center;gap:7px;color:#fff;background:#14754f;border-color:#14754f}.document-modal footer button.primary:disabled{opacity:.55}.document-modal footer svg{width:16px}@media(max-width:650px){.document-modal-backdrop{align-items:end;padding:10px}.document-modal{border-radius:16px 16px 10px 10px}.document-modal>header,.document-modal>label{padding-right:18px;padding-left:18px}.document-modal>footer{padding:0 18px 18px}}.proof-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1d2421;z-index:3000;color:#fff;display:flex;flex-direction:column}.proof-overlay>header{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;background:#111713}.proof-overlay>header>button{border:0;background:none;color:#fff;display:flex;align-items:center;gap:6px}.proof-overlay>header>button:last-child{justify-self:end}.proof-overlay>header svg{width:18px}.proof-overlay>header>div{display:grid;text-align:center}.proof-overlay>header small{color:#aeb9b2}.proof-overlay>main{display:grid;grid-template-columns:1fr 340px;min-height:0;flex:1}.proof-canvas{position:relative;display:grid;place-items:center;overflow:auto;background:#252d29}.proof-canvas img,.proof-canvas iframe{max-width:90%;max-height:90%;width:80%;height:85%;object-fit:contain;border:0;background:#fff}.proof-pin{position:absolute;transform:translate(-50%,-50%);width:27px;height:27px;border-radius:50%;border:2px solid #fff;background:#e34d4d;color:#fff;font-weight:750;z-index:2}.proof-pin.resolved{background:#1ba56a}.proof-pin.draft{background:#2588dc}.proof-overlay>main>aside{background:#fff;color:#17261f;overflow:auto;padding:16px}.proof-overlay aside h3{display:flex;gap:7px;align-items:center}.proof-overlay aside h3 svg{width:18px}.proof-compose{border:1px solid #ccd7d0;border-radius:8px;padding:8px}.proof-compose textarea{border:0;outline:0;width:100%;min-height:70px}.proof-compose button{border:0;background:#14754f;color:#fff;border-radius:6px;padding:7px;display:flex;gap:5px}.proof-compose svg{width:14px}.proof-comments article{display:grid;grid-template-columns:26px 1fr;gap:8px;padding:13px 0;border-bottom:1px solid #e2e8e4}.proof-comments article>span{width:24px;height:24px;border-radius:50%;background:#e54e4e;color:#fff;display:grid;place-items:center;font-size:11px}.proof-comments p{font-size:13px}.proof-comments footer{display:flex;gap:5px}.proof-comments footer button{font-size:10px;border:1px solid #cdd7d1;background:#fff;border-radius:5px;padding:5px;display:flex;align-items:center;gap:3px}.proof-comments footer svg{width:12px}.proof-comments small{padding:4px 6px;border-radius:5px;text-transform:capitalize}.proof-comments small.approved{background:#dff4e9;color:#087347}.proof-comments small.changes_requested{background:#ffead7;color:#a95d18}@media(max-width:700px){.proof-overlay>main{grid-template-columns:1fr}.proof-overlay>main>aside{position:absolute;bottom:0;left:0;right:0;max-height:40vh}}.linked-documents{display:grid;gap:6px}.linked-documents>a{display:flex;align-items:center;gap:8px;border:1px solid #dbe3de;border-radius:7px;padding:9px;text-decoration:none;color:#21342a}.linked-documents>a>svg{width:17px;color:#14754f}.linked-documents>a>span{display:grid}.linked-documents small{text-transform:capitalize;color:#748179}.link-document-control{display:flex;margin-top:9px}.link-document-control select{flex:1;min-width:0;border:1px solid #ccd7d0;border-radius:7px 0 0 7px;padding:8px}.link-document-control button{border:0;background:#14754f;color:#fff;border-radius:0 7px 7px 0;padding:0 11px;display:flex;align-items:center;gap:4px}.link-document-control button svg{width:14px}.ai-shell{min-height:100vh;background:#f6f8f7;color:#17231d}.ai-page{max-width:1320px;margin:auto;padding:42px 34px 80px}.ai-breadcrumb{display:flex;gap:9px;color:#647269;font-size:14px;margin-bottom:28px}.ai-breadcrumb a{color:#1b6f4a}.ai-page>header{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;margin-bottom:28px}.ai-page h1{font-family:Georgia,serif;font-size:48px;line-height:1.05;margin:7px 0 12px;letter-spacing:-1.5px}.ai-page header p:last-child{color:#647269;font-size:17px;max-width:700px}.ai-state{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #d9e1dc;border-radius:14px;padding:14px 18px;min-width:190px}.ai-state svg{color:#9a6a19}.ai-state.ready svg{color:#11734b}.ai-state span,.ai-usage span,.ai-setup span{display:flex;flex-direction:column}.ai-state small,.ai-usage small,.ai-setup small{color:#718078;margin-top:3px}.ai-setup{display:flex;gap:14px;align-items:center;background:#fff7dc;border:1px solid #efdda0;border-radius:12px;padding:16px 18px;margin-bottom:18px}.ai-usage{background:#fff;border:1px solid #dce3df;border-radius:14px;padding:18px 20px;margin-bottom:22px;display:flex;align-items:center;gap:22px}.ai-usage>div:first-child{display:flex;gap:12px;align-items:center;min-width:220px}.ai-meter{height:8px;background:#edf0ee;border-radius:999px;flex:1;overflow:hidden}.ai-meter i{display:block;height:100%;background:#158052;border-radius:inherit}.ai-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.8fr);gap:22px}.ai-command,.ai-insights,.ai-result{background:#fff;border:1px solid #dce3df;border-radius:16px;padding:24px}.ai-command-title{display:flex;gap:13px}.ai-command-title svg{color:#197a50}.ai-command h2,.ai-insights h2,.ai-result h2{margin:0 0 5px;font-size:20px}.ai-command p,.ai-insights p{margin:0;color:#6c7971}.ai-command textarea{display:block;width:100%;min-height:140px;box-sizing:border-box;margin:22px 0 12px;border:1px solid #cdd8d1;border-radius:12px;padding:16px;font:inherit;resize:vertical}.ai-command textarea:focus,.ai-selectors select:focus{outline:3px solid #d9f2e6;border-color:#26845b}.ai-selectors{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ai-selectors select{height:44px;border:1px solid #d5ddd8;background:#fff;border-radius:9px;padding:0 11px}.ai-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.ai-actions button,.ai-insights button{display:flex;align-items:center;gap:8px;border:1px solid #cfd9d3;background:#fff;border-radius:9px;padding:10px 13px;color:#345044;font-weight:650}.ai-actions button:first-child{background:#14764d;color:#fff;border-color:#14764d}.ai-actions svg,.ai-insights svg{width:17px}.ai-actions button:disabled,.ai-insights button:disabled{opacity:.45}.ai-insights>button{width:100%;margin-top:12px;justify-content:flex-start}.ai-capabilities{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.ai-capabilities span{background:#eef6f1;color:#35604b;padding:9px;border-radius:8px;font-size:12px}.ai-result{margin-top:22px}.ai-result pre{white-space:pre-wrap;background:#f4f7f5;border-radius:10px;padding:16px;max-height:420px;overflow:auto}.ai-result.error{border-color:#efc6c3}.ai-result.error h2{color:#bd342e}@media(max-width:850px){.ai-page{padding:28px 18px}.ai-page>header{display:block}.ai-state{margin-top:20px}.ai-page h1{font-size:38px}.ai-grid,.ai-selectors{grid-template-columns:1fr}}.agents-console{margin-top:24px}.agents-toggle{display:flex;min-height:44px;align-items:center;gap:9px;padding:10px 15px;border:1px solid color-mix(in srgb,var(--ds-primary,#2378d8) 28%,white);border-radius:11px;background:#fff;color:var(--ds-primary,#2378d8);font-weight:750;box-shadow:0 2px 7px #2027360a}.agents-toggle:hover{background:color-mix(in srgb,var(--ds-primary,#2378d8) 7%,white)}.agents-toggle svg{width:18px}.agents-toggle b{min-width:25px;padding:3px 8px;border-radius:999px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 10%,white);text-align:center}.agents-body{display:grid;gap:16px;margin-top:15px}.agents-body>header,.agent-create,.agent-list,.approval-card,.run-list{border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.agents-body>header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;background:linear-gradient(120deg,#fff,color-mix(in srgb,var(--ds-primary,#2378d8) 5%,white))}.agents-body h2,.agents-body h3,.agents-body p{margin:0}.agents-body h2{margin:4px 0 7px;font:700 30px/1.1 var(--font-display,Georgia,serif)}.agents-body>header p:last-child,.agent-copy p,.agent-copy small{color:var(--ds-muted,#68707b)}.agent-guard{display:flex;min-width:280px;align-items:center;gap:11px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--ds-primary,#2378d8) 17%,white);border-radius:12px;background:#fff;color:var(--ds-primary,#2378d8)}.agent-guard>svg{width:24px;height:24px}.agent-guard span{display:flex;flex-direction:column}.agent-guard small{margin-top:2px;color:var(--ds-muted,#68707b);font-size:11px}.agent-create{display:grid;grid-template-columns:minmax(180px,1fr) minmax(320px,2fr) auto;align-items:stretch;gap:10px;padding:16px}.agent-create input,.agent-create textarea,.agent-run-form input{min-height:45px;padding:11px 12px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font:inherit}.agent-create textarea{height:45px;min-height:45px;resize:vertical}.agent-create input:focus,.agent-create textarea:focus,.agent-run-form input:focus{outline:0;border-color:var(--ds-primary,#2378d8);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary,#2378d8) 12%,transparent)}.agent-create button,.agent-run-form button,.approval-card button{display:flex;min-height:43px;align-items:center;justify-content:center;gap:7px;padding:10px 14px;border:0;border-radius:10px;background:var(--ds-primary,#2378d8);color:#fff;font-weight:700}.agent-create button:disabled,.agent-run-form button:disabled{opacity:.45}.agent-create svg,.agent-run-form svg,.approval-card button svg{width:17px}.agent-list{overflow:hidden}.agent-list>article{display:flex;gap:14px;padding:18px 20px;border-bottom:1px solid var(--ds-border,#dce2ee)}.agent-list>article:last-child{border-bottom:0}.agent-list>article:hover{background:color-mix(in srgb,var(--ds-primary,#2378d8) 3%,white)}.agent-avatar{display:grid;width:46px;height:46px;place-items:center;flex:0 0 46px;border:1px solid color-mix(in srgb,var(--ds-primary,#2378d8) 15%,white);border-radius:13px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8);font-weight:800}.agent-copy{min-width:0;flex:1}.agent-copy>span{display:flex;align-items:center;gap:9px}.agent-copy h3{font-size:17px}.agent-copy i{padding:4px 8px;border-radius:999px;background:#edf3ff;color:#315fa7;font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}.agent-copy p{margin-top:4px}.agent-copy small{display:block;margin-top:5px}.agent-run-form{display:flex;gap:8px;margin-top:13px}.agent-run-form input{min-width:0;flex:1}.agent-run-form button{min-width:88px}.ai-empty{display:grid;min-height:210px;place-content:center;gap:7px;padding:38px;color:var(--ds-muted,#68707b);text-align:center}.ai-empty>svg{width:36px;height:36px;margin:auto;padding:8px;border-radius:11px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8)}.ai-empty h3{color:var(--ds-text,#17231f)}.approval-card{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:15px;padding:19px;border-color:#e6d7aa;background:linear-gradient(110deg,#fffdf6,#fff)}.approval-card>svg{width:25px;color:#a97012}.approval-card>div:nth-child(2)>p{margin-top:5px;color:var(--ds-muted,#68707b)}.approval-card pre{max-height:180px;overflow:auto;padding:11px;border:1px solid #eadfbf;border-radius:9px;background:#fffbef;white-space:pre-wrap}.approval-card>div:last-child{display:flex;gap:8px}.approval-card button.danger{border:1px solid #e7c8c5;background:#fff;color:#b93732}.run-list{overflow:hidden}.run-list:before{content:"RECENT EXECUTIONS";display:block;padding:14px 18px 10px;border-bottom:1px solid var(--ds-border,#dce2ee);color:var(--ds-muted,#68707b);font-size:10px;font-weight:800;letter-spacing:.1em}.run-list article{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-bottom:1px solid var(--ds-border,#dce2ee)}.run-list article:last-child{border-bottom:0}.run-list h3{font-size:14px}.run-list p{margin-top:3px;color:var(--ds-muted,#68707b);font-size:12px}.run-status{width:9px;height:9px;flex:0 0 9px;margin-top:5px;border-radius:50%;background:#8793a3}.run-status.succeeded{background:#1ba674;box-shadow:0 0 0 4px #e6f7f0}.run-status.waiting_approval{background:#d58b18;box-shadow:0 0 0 4px #fff4df}.run-status.failed{background:#d34646;box-shadow:0 0 0 4px #fdecec}@media(max-width:900px){.agent-create{grid-template-columns:1fr}.agents-body>header{align-items:flex-start;flex-direction:column}.agent-guard{width:100%;min-width:0}.approval-card{grid-template-columns:auto 1fr}.approval-card>div:last-child{grid-column:1/-1;justify-content:flex-end}}@media(max-width:600px){.agents-body>header{padding:18px}.agent-list>article{padding:16px}.agent-run-form{align-items:stretch;flex-direction:column}.approval-card{grid-template-columns:1fr}.approval-card>div:last-child{grid-column:auto}.approval-card button{flex:1}}.drawer-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.drawer-ai-actions{display:flex;gap:7px}.drawer-ai-actions button{display:flex;align-items:center;gap:5px;border:1px solid #d6ded9;background:#fff;border-radius:8px;padding:7px 9px;color:#315344}.drawer-ai-actions svg{width:14px}.drawer-ai-result{background:#edf8f2;border:1px solid #cbe7d8;border-radius:10px;padding:12px;margin:10px 0}.drawer-ai-result pre{white-space:pre-wrap;font-size:12px;max-height:220px;overflow:auto}.drawer-ai-result button{border:0;background:transparent;color:#176d49;padding:0}.billing-shell{min-height:100vh;background:#f7f9f8;color:#17251e}.billing-page{max-width:1380px;margin:auto;padding:34px 32px 90px}.billing-back{display:inline-flex;align-items:center;gap:5px;color:#527063;margin-bottom:25px}.billing-back svg{width:18px}.billing-page>header{display:flex;justify-content:space-between;gap:24px}.billing-page h1{font-family:Georgia,serif;font-size:48px;letter-spacing:-1.5px;margin:5px 0 10px}.billing-page header>div>p:last-child{color:#64746c;font-size:17px}.billing-status{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #dbe3de;border-radius:15px;padding:15px 20px;min-width:220px}.billing-status>svg{color:#18764e}.billing-status span{display:grid;grid-template-columns:1fr auto}.billing-status small{grid-column:1/-1;color:#75837b}.billing-status strong{font-size:19px}.billing-status em,.invoice-row em{font-style:normal;border-radius:99px;padding:3px 8px;background:#e7f5ed;color:#176e49;font-size:12px}.billing-status em.past_due,.billing-status em.unpaid,.invoice-row em.open{background:#fff1d8;color:#9b6011}.billing-notice{display:flex;align-items:center;gap:12px;background:#fff7dd;border:1px solid #ead799;border-radius:11px;padding:13px 16px;margin:22px 0}.billing-notice span{display:flex;flex-direction:column;flex:1}.billing-notice small{color:#6f766e}.billing-notice.danger{background:#fff0ef;border-color:#efc4c1}.billing-notice button{border:0;background:#a92d29;color:#fff;border-radius:8px;padding:9px 13px}.subscription-summary{display:grid;grid-template-columns:repeat(3,1fr) auto;background:#fff;border:1px solid #dce4df;border-radius:15px;margin:22px 0 30px;padding:19px}.subscription-summary article{display:flex;gap:11px;border-right:1px solid #e3e8e5;padding:3px 20px}.subscription-summary article:first-child{padding-left:0}.subscription-summary article svg{color:#1a7650}.subscription-summary article span{display:flex;flex-direction:column}.subscription-summary small,.subscription-summary em{color:#77857d;font-style:normal;font-size:12px}.subscription-summary strong{font-size:20px}.billing-summary-actions{display:flex;gap:8px;align-items:center;padding-left:18px}.billing-summary-actions button{display:flex;gap:6px;align-items:center;border:1px solid #d4ded8;background:#fff;border-radius:8px;padding:9px}.billing-summary-actions button:first-child{background:#16784f;color:#fff}.billing-summary-actions svg{width:15px}.billing-toggle{display:flex;justify-content:center;align-items:center;gap:10px;margin:25px}.billing-toggle>span{color:#75827b}.billing-toggle>span.active{color:#1b2c23;font-weight:700}.billing-toggle b{color:#17734b;font-size:11px}.billing-toggle button{width:45px;height:25px;border:0;border-radius:99px;background:#b7c1bb;padding:3px}.billing-toggle button i{display:block;width:19px;height:19px;background:#fff;border-radius:50%;transition:.2s}.billing-toggle button.annual{background:#1a7a51}.billing-toggle button.annual i{transform:translate(20px)}.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.plan-grid>article{background:#fff;border:1px solid #dbe3de;border-radius:16px;padding:22px;display:flex;flex-direction:column;min-height:400px}.plan-grid>article.business{border-color:#73b998;box-shadow:0 7px 25px #145d3d14}.plan-grid>article.current{outline:2px solid #16784f}.plan-title{display:flex;justify-content:space-between;gap:8px}.plan-title h2{margin:0;font-size:22px}.plan-title p{color:#6e7b74;min-height:60px}.plan-title em{font-style:normal;background:#e3f5eb;color:#147149;height:min-content;padding:4px 8px;border-radius:99px;font-size:11px}.plan-price{min-height:72px;margin:8px 0 18px}.plan-price strong{font-size:32px}.plan-price small{display:block;color:#7b8680}.plan-grid ul{list-style:none;padding:0;display:grid;gap:10px;flex:1}.plan-grid li{display:flex;gap:8px}.plan-grid li svg{width:16px;color:#168053}.plan-grid article>button,.plan-grid article>a{border:0;background:#17784f;color:#fff;border-radius:9px;text-align:center;padding:11px;font-weight:700}.plan-grid article>button:disabled{background:#e7ebe8;color:#7f8b84}.invoice-section{background:#fff;border:1px solid #dce4df;border-radius:16px;padding:24px;margin-top:28px}.invoice-section>div:first-child{display:flex;gap:11px}.invoice-section h2{margin:0}.invoice-section p{color:#718078;margin:4px 0}.invoice-table{margin-top:18px}.invoice-row{display:grid;grid-template-columns:1.2fr 1fr .8fr .8fr .8fr 40px;align-items:center;border-top:1px solid #e6ebe8;padding:12px}.invoice-row.head{font-size:12px;color:#718078;background:#f5f7f6;border:0}.invoice-row svg{width:16px}.billing-empty{text-align:center;padding:24px}.support-billing{background:#f6f8f7;min-height:100vh;padding:35px max(30px,calc((100vw - 1200px)/2))}.support-billing>a{display:flex;align-items:center;color:#567065}.support-billing header{display:flex;gap:18px;margin:35px 0}.support-billing header>svg{width:48px;height:48px;color:#17764e}.support-billing h1{font-family:Georgia,serif;font-size:42px;margin:3px 0}.support-billing>label{display:flex;gap:8px;background:#fff;border:1px solid #d8e1dc;border-radius:10px;padding:11px;margin-bottom:18px}.support-billing input{border:0;outline:0;flex:1}.support-billing section{background:#fff;border:1px solid #dce3df;border-radius:13px;overflow:hidden}.support-row{display:grid;grid-template-columns:2fr 1fr 1fr .6fr 1fr;padding:14px 18px;border-top:1px solid #e6ebe8}.support-row.head{background:#eef2f0;color:#66766e;font-size:12px}.support-row span:first-child{display:flex;flex-direction:column}.support-row small{color:#829087}.support-row .delinquent{color:#b03832}@media(max-width:1000px){.plan-grid,.subscription-summary{grid-template-columns:1fr 1fr}.billing-page>header{display:block}}@media(max-width:650px){.plan-grid{grid-template-columns:1fr}.billing-page{padding:24px 15px}.billing-page h1{font-size:38px}.subscription-summary{grid-template-columns:1fr}.invoice-row{grid-template-columns:1fr 1fr}.invoice-row>*:nth-child(3),.invoice-row>*:nth-child(4){display:none}}.commercial-billing-page{min-height:100vh;padding:30px max(26px,calc((100vw - 1320px)/2)) 80px;background:var(--ds-canvas,#f8f9fd);color:var(--ds-text,#17231f)}.commercial-back,.commercial-billing-page nav a{display:inline-flex;align-items:center;gap:7px;color:var(--ds-muted,#68707b);font-weight:700;text-decoration:none}.commercial-back:hover{color:var(--ds-primary,#2378d8)}.commercial-back svg,.commercial-billing-page nav svg{width:18px}.commercial-billing-page>header{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin:27px 0;padding-bottom:24px;border-bottom:1px solid var(--ds-border,#dce2ee)}.commercial-billing-page header p{margin:0;color:var(--ds-primary,#2378d8);font-size:11px;font-weight:800;letter-spacing:.18em}.commercial-billing-page h1{margin:6px 0;font:700 clamp(40px,5vw,56px)/1.04 var(--font-display,Georgia,serif);letter-spacing:-.035em}.commercial-billing-page header span,.commercial-card>p{color:var(--ds-muted,#68707b)}.danger-link{min-height:43px;padding:10px 15px;border:1px solid #e2c3c0;border-radius:10px;background:#fff;color:#aa3833;font-weight:700}.danger-link:hover{background:#fff4f3}.commercial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.commercial-grid article{display:flex;min-height:108px;align-items:center;gap:14px;padding:19px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.commercial-grid article>svg{box-sizing:content-box;width:22px;height:22px;padding:11px;border-radius:11px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8)}.commercial-grid article div{display:flex;min-width:0;flex-direction:column;gap:3px}.commercial-grid small,.commercial-card small{color:var(--ds-muted,#68707b)}.commercial-grid strong{overflow:hidden;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.commercial-grid article span{color:var(--ds-muted,#68707b);font-size:12px}.commercial-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.commercial-card{padding:22px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.commercial-card h2{margin:0 0 6px;font-size:20px}.commercial-card>p{margin:0;line-height:1.5}.inline-fields{display:flex;align-items:flex-end;gap:10px;margin-top:20px}.commercial-card label{display:grid;flex:1;gap:6px;font-size:13px;font-weight:700}.commercial-card input,.commercial-card select,.commercial-card textarea{min-height:44px;padding:9px 11px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font:inherit}.commercial-card input:focus,.commercial-card select:focus,.commercial-card textarea:focus{outline:0;border-color:var(--ds-primary,#2378d8);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary,#2378d8) 12%,transparent)}.commercial-card button,.operation-save button{min-height:44px;padding:10px 15px;border:0;border-radius:10px;background:var(--ds-primary,#2378d8);color:#fff;font-weight:700}.commercial-card button:disabled{opacity:.5}.addon-list,.usage-list{display:grid;margin-top:16px}.addon-list>div,.usage-list>div,.certificate-row,.report-row{display:flex;min-height:63px;align-items:center;gap:12px;padding:13px 1px;border-top:1px solid var(--ds-border,#dce2ee)}.addon-list span,.report-row span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.addon-list span strong,.addon-list span small{overflow:hidden;text-overflow:ellipsis}.addon-list b{font-size:13px;white-space:nowrap}.addon-list button{min-width:82px;border:1px solid color-mix(in srgb,var(--ds-primary,#2378d8) 24%,white);background:#fff;color:var(--ds-primary,#2378d8)}.usage-list span{flex:1;text-transform:capitalize}.usage-list em,.certificate-row em,.operation-list em{padding:5px 9px;border-radius:99px;background:#e9f7f0;color:#147754;font-size:11px;font-style:normal;font-weight:700}.certificate-row svg{width:18px;color:var(--ds-primary,#2378d8)}.certificate-row span{flex:1}.commercial-error,.operation-save span{padding:10px;border-radius:8px;background:#fff0f0;color:#b13934}.commercial-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;place-items:center;padding:20px;background:#111926ab;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.commercial-modal>section{position:relative;width:min(620px,100%);max-height:90vh;overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.5);border-radius:20px;background:#fff;box-shadow:0 30px 90px #0f172a47}.commercial-modal .close{position:absolute;top:18px;right:18px;display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid var(--ds-border,#dce2ee);border-radius:12px;background:#fff;color:var(--ds-muted,#68707b)}.commercial-modal .close svg{width:20px}.commercial-modal>section>p:first-of-type{margin:0;color:var(--ds-primary,#2378d8);font-size:11px;font-weight:800;letter-spacing:.14em}.commercial-modal h2{margin:7px 58px 20px 0;font:700 32px/1.08 var(--font-display,Georgia,serif)}.commercial-modal label{display:grid;gap:7px;margin:15px 0;font-weight:700}.commercial-modal select,.commercial-modal textarea{min-height:44px;padding:11px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;font:inherit}.commercial-modal textarea{min-height:120px;resize:vertical}.preview-lines{overflow:hidden;border:1px solid var(--ds-border,#dce2ee);border-radius:11px}.preview-lines>div,.preview-total{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border-top:1px solid var(--ds-border,#dce2ee)}.preview-lines>div:first-child{border-top:0}.preview-lines span{display:flex;flex-direction:column}.preview-total{margin-top:12px;border:0;border-radius:10px;background:var(--ds-surface-muted,#f5f6fb);font-size:19px}.commercial-modal footer{display:flex;justify-content:flex-end;gap:9px;margin-top:21px}.commercial-modal footer button{display:flex;min-height:43px;align-items:center;justify-content:center;gap:7px;padding:10px 14px;border:1px solid var(--ds-border,#dce2ee);border-radius:10px;background:#fff;font-weight:700}.commercial-modal footer .primary{border-color:var(--ds-primary,#2378d8);background:var(--ds-primary,#2378d8);color:#fff}.commercial-modal footer .danger{border-color:#b53b35;background:#b53b35;color:#fff}.support-commercial nav{display:flex;justify-content:space-between}.support-commercial nav button{display:flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--ds-border,#dce2ee);border-radius:9px;background:#fff}.commercial-tabs{display:flex;gap:4px;margin:22px 0;padding:5px;border:1px solid var(--ds-border,#dce2ee);border-radius:13px;background:#fff}.commercial-tabs button{min-height:41px;flex:1;padding:10px 15px;border:1px solid transparent;border-radius:9px;background:transparent;text-transform:capitalize}.commercial-tabs .active{border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 15%,white);background:color-mix(in srgb,var(--ds-primary,#2378d8) 8%,white);color:var(--ds-primary,#2378d8);font-weight:800}.report-row small{color:var(--ds-muted,#68707b)}.report-row b{font-weight:600}.commercial-card h3{margin-top:24px}.commercial-operations{display:grid;grid-template-columns:1fr 1fr;gap:18px}.operation-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.operation-save{display:flex;align-items:center;gap:12px;margin-top:14px}.operation-save button{display:flex;align-items:center;gap:6px}.operation-save svg{width:17px}@media(max-width:900px){.commercial-grid{grid-template-columns:1fr 1fr}.commercial-columns,.commercial-operations{grid-template-columns:1fr}}@media(max-width:650px){.commercial-billing-page{padding:20px}.commercial-grid{grid-template-columns:1fr}.inline-fields,.operation-fields{display:grid;grid-template-columns:1fr}.commercial-billing-page>header{align-items:flex-start;flex-direction:column}.commercial-billing-page>header .danger-link{width:100%}.commercial-modal footer{align-items:stretch;flex-direction:column-reverse}.commercial-modal footer button{width:100%}.commercial-tabs{overflow:auto}.commercial-tabs button{min-width:130px;white-space:nowrap}}.subscription-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#0d1c1494;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.subscription-route-state,.subscription-upgrade-state{min-height:calc(100vh - 70px);display:grid;place-content:center;justify-items:center;gap:14px;padding:32px;text-align:center;background:#f7f8f5;color:#53645d}.subscription-upgrade-state>span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;color:#087a50;background:#e3f3eb}.subscription-upgrade-state p{margin:6px 0 0;color:#087a50;font-size:12px;font-weight:800;letter-spacing:.18em}.subscription-upgrade-state h1{margin:0;color:#14241d;font-size:clamp(30px,4vw,48px)}.subscription-upgrade-state a{margin-top:10px;padding:12px 20px;border-radius:10px;color:#fff;background:#117a52;font-weight:750;text-decoration:none}.subscription-modal{width:min(720px,100%);max-height:min(880px,calc(100vh - 48px));overflow:auto;color:#17251e;background:#fff;border:1px solid #d7e1db;border-radius:18px;box-shadow:0 28px 80px #071e124d}.subscription-modal>header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:24px;padding:24px 26px 20px;background:#fff;border-bottom:1px solid #e2e8e4}.subscription-modal header h2{margin:4px 0 6px;font:700 31px/1.08 Georgia,serif}.subscription-modal header span{color:#6f7d75;font-size:14px}.subscription-modal header>button{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding:0;color:#506159;background:#f7f9f8;border:1px solid #d4ddd8;border-radius:10px}.subscription-modal header svg{width:19px}.subscription-modal-body{display:grid;gap:18px;padding:22px 26px}.subscription-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}.subscription-choice>button{position:relative;display:grid;gap:3px;min-height:112px;padding:17px;text-align:left;color:#34473d;background:#f8faf9;border:1px solid #d5dfd9;border-radius:12px}.subscription-choice>button.active{background:#edf8f2;border-color:#168258;box-shadow:inset 0 0 0 1px #168258}.subscription-choice strong{color:#15261d;font-size:25px}.subscription-choice small{color:#718078}.subscription-choice em{position:absolute;top:10px;right:10px;padding:3px 7px;color:#08734b;background:#d9f2e5;border-radius:99px;font-size:10px;font-style:normal;font-weight:750}.subscription-order{overflow:hidden;border:1px solid #dce4df;border-radius:12px}.subscription-order>div{display:flex;justify-content:space-between;gap:18px;padding:10px 14px;border-top:1px solid #e8ece9}.subscription-order span{color:#68786f}.subscription-order .subscription-total{align-items:center;padding:15px 14px;background:#f1f7f4}.subscription-total span{display:grid;gap:2px;color:#22362b;font-weight:700}.subscription-total small{color:#748179;font-size:11px;font-weight:400}.subscription-total strong{color:#0c7049;font-size:23px}.subscription-benefits{padding:16px;background:#fafcfb;border:1px solid #e0e7e3;border-radius:12px}.subscription-benefits h3{margin:0 0 12px;font-size:15px}.subscription-benefits ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin:0;padding:0;list-style:none}.subscription-benefits li{display:flex;gap:7px;font-size:13px}.subscription-benefits svg{flex:0 0 15px;width:15px;color:#168053}.subscription-trial,.subscription-modal-warning{display:flex;align-items:center;gap:11px;padding:12px 14px;color:#1b583d;background:#ecf8f1;border:1px solid #cce8d8;border-radius:10px}.subscription-trial>svg,.subscription-modal-warning>svg{flex:0 0 20px;width:20px}.subscription-trial span,.subscription-modal-warning span{display:grid}.subscription-trial small,.subscription-modal-warning small{color:#63756a}.subscription-modal-warning{color:#805111;background:#fff7df;border-color:#ead89d}.subscription-modal-error{margin:0;padding:11px 13px;color:#a42e2e;background:#fff0ef;border:1px solid #edc5c2;border-radius:9px}.subscription-modal>footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:9px;padding:17px 26px 22px;background:#fff;border-top:1px solid #e2e8e4}.subscription-modal footer button{min-height:44px;padding:0 17px;color:#405148;background:#fff;border:1px solid #ccd7d0;border-radius:9px;font-weight:700}.subscription-modal footer button.confirm{display:inline-flex;align-items:center;gap:7px;min-width:210px;justify-content:center;color:#fff;background:#14754f;border-color:#14754f}.subscription-modal footer button:disabled{cursor:not-allowed;opacity:.55}.subscription-modal footer svg{width:17px}@media(max-width:650px){.subscription-modal-backdrop{align-items:end;padding:8px}.subscription-modal{max-height:calc(100vh - 16px);border-radius:16px 16px 10px 10px}.subscription-modal>header,.subscription-modal-body,.subscription-modal>footer{padding-right:17px;padding-left:17px}.subscription-choice,.subscription-benefits ul{grid-template-columns:1fr}.subscription-modal>footer{display:grid;grid-template-columns:1fr 1.5fr}.subscription-modal footer button.confirm{min-width:0}}.support-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.support-metrics article{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #dce3df;border-radius:13px;padding:17px}.support-metrics article>svg{width:22px;color:#17764e}.support-metrics article span{display:flex;flex-direction:column}.support-metrics small{color:#74837b}.support-metrics strong{font-size:24px}.support-metrics article.attention{border-color:#e5b7ae;background:#fff8f6}.support-metrics article.attention svg{color:#b94736}.support-plan-catalog{padding:20px!important;margin-bottom:20px}.support-plan-catalog>div:first-child p{font-size:11px;font-weight:800;letter-spacing:.16em;color:#17764e;margin:0}.support-plan-catalog h2{margin:4px 0 16px}.support-plan-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.support-plan-cards article{display:flex;flex-direction:column;border:1px solid #dfe6e2;border-radius:11px;padding:14px}.support-plan-cards article span{display:flex;justify-content:space-between}.support-plan-cards article span small{text-transform:uppercase}.support-plan-cards article b{font-size:22px;margin-top:15px}.support-plan-cards article>small,.support-plan-cards article em{font-style:normal;color:#78867f;font-size:12px}.support-plan-cards article em{margin-top:12px}.support-controls{display:grid;grid-template-columns:1fr 180px;gap:10px;margin-bottom:14px}.support-controls label{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d8e1dc;border-radius:10px;padding:11px}.support-controls label svg{width:18px}.support-controls input{border:0;outline:0;flex:1}.support-controls select,.support-subscription-modal select,.support-subscription-modal textarea{border:1px solid #d2ddd7;border-radius:9px;background:#fff;padding:11px}.support-customer-table .support-row{grid-template-columns:2fr .8fr 1fr .5fr 1fr .8fr;align-items:center}.support-plan-pill{text-transform:capitalize;font-weight:700}.support-row button{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #d5dfda;background:#fff;border-radius:8px;padding:8px}.support-row button svg{width:14px}.support-empty{text-align:center;padding:35px;color:#738078}.support-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;color:#6f7e76;font-size:13px}.support-pagination div{display:flex;align-items:center;gap:10px}.support-pagination strong{color:#26372f;font-size:13px}.support-pagination button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #d5dfda;border-radius:9px;background:#fff;color:#254d3b}.support-pagination button:disabled{opacity:.4;cursor:not-allowed}.support-pagination button:not(:disabled):hover{border-color:#17784f;background:#eef8f3}.support-pagination svg{width:17px}.support-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;background:#12231c88;padding:20px}.support-subscription-modal{width:min(520px,100%);background:#fff;border-radius:17px;box-shadow:0 30px 80px #071a1260;padding:24px;overflow:visible!important}.support-subscription-modal>header{display:flex;justify-content:space-between;align-items:start;margin:0 0 18px}.support-subscription-modal header p{color:#17764e;font-size:11px;font-weight:800;letter-spacing:.16em;margin:0}.support-subscription-modal h2{font-size:28px;margin:5px 0}.support-subscription-modal header button{display:grid;place-items:center;width:40px;height:40px;border:1px solid #dbe3df;background:#fff;border-radius:10px}.support-subscription-modal header button svg{width:18px}.support-override-warning{display:flex;gap:10px;background:#fff7e4;border:1px solid #ead8a9;border-radius:10px;padding:12px;margin-bottom:16px}.support-override-warning svg{flex:0 0 18px;color:#a46a15}.support-override-warning p{margin:0;font-size:13px}.support-subscription-modal>label{display:grid;gap:6px;margin-top:13px;font-weight:700}.support-subscription-modal textarea{min-height:90px;resize:vertical;font:inherit}.support-subscription-modal footer{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.support-subscription-modal footer button{display:flex;align-items:center;gap:6px;border:1px solid #d4ddd8;border-radius:9px;background:#fff;padding:10px 14px;font-weight:700}.support-subscription-modal footer button.primary{background:#17784f;color:#fff}.support-subscription-modal footer svg{width:16px}.support-error{color:#b3322d}.support-denied{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:10px;text-align:center;background:#f6f8f7}.support-denied>svg{width:45px;height:45px;color:#17764e}.support-denied h1,.support-denied p{margin:0}.support-denied a{margin-top:10px;color:#17764e}@media(max-width:900px){.support-metrics,.support-plan-cards{grid-template-columns:1fr 1fr}.support-customer-table{overflow:auto}.support-row{min-width:800px}}@media(max-width:600px){.support-metrics,.support-plan-cards,.support-controls{grid-template-columns:1fr}.support-pagination{align-items:flex-start;flex-direction:column}.support-pagination div{width:100%;justify-content:space-between}}.support-plan-cards article>button{display:flex;justify-content:center;gap:6px;margin-top:14px;border:1px solid #d5dfda;border-radius:8px;background:#fff;padding:8px}.support-plan-cards article>button svg{width:14px}.support-subscription-modal input{border:1px solid #d2ddd7;border-radius:9px;padding:11px;font:inherit}.plan-price-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px}.plan-price-fields label{display:grid;gap:6px;margin-top:13px;font-weight:700}.plan-editor{width:min(650px,100%)}@media(max-width:600px){.plan-price-fields{grid-template-columns:1fr}}.enterprise-shell,.security-page{min-height:100vh;background:#f6f8f7;color:#18271f}.enterprise-page{max-width:1360px;margin:auto;padding:32px}.enterprise-page>a{display:flex;align-items:center;color:#587166}.enterprise-page>header{display:flex;justify-content:space-between;margin:28px 0}.enterprise-page h1{font:48px Georgia,serif;margin:4px 0}.enterprise-page header span{color:#6a7a72}.enterprise-score{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #d8e2dc;border-radius:14px;padding:15px 20px}.enterprise-score>svg{color:#13754b}.enterprise-score span{display:flex;flex-direction:column}.enterprise-page>nav{display:flex;gap:4px;border-bottom:1px solid #d9e1dc;margin-bottom:20px}.enterprise-page>nav button{display:flex;gap:7px;align-items:center;border:0;background:transparent;padding:12px 16px;color:#61736a}.enterprise-page>nav button.active{color:#14744b;border-bottom:2px solid #14744b}.enterprise-page nav svg{width:17px}.enterprise-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.enterprise-grid>section,.audit-panel,.security-page section{background:#fff;border:1px solid #dbe3de;border-radius:14px;padding:20px}.enterprise-grid section.wide{grid-column:1/-1}.enterprise-heading{display:flex;gap:11px;margin-bottom:18px}.enterprise-heading>svg{color:#17774e}.enterprise-heading h2{font-size:19px;margin:0}.enterprise-heading p{color:#708078;margin:4px 0}.enterprise-grid input,.enterprise-grid textarea,.enterprise-grid select{box-sizing:border-box;width:100%;border:1px solid #ccd8d1;border-radius:8px;padding:10px;margin:6px 0}.enterprise-grid textarea{height:100px}.policy-toggle{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e7ebe9;padding:13px 0}.policy-toggle button{width:42px;height:23px;border:0;border-radius:99px;background:#b9c3bd;padding:3px}.policy-toggle button i{display:block;width:17px;height:17px;background:#fff;border-radius:50%}.policy-toggle button.on{background:#16784f}.policy-toggle button.on i{transform:translate(19px)}.enterprise-action,.enterprise-grid form button,.enterprise-grid section>button{display:inline-flex;gap:6px;align-items:center;border:0;background:#16784f;color:#fff;border-radius:8px;padding:9px 12px;margin-top:9px}.enterprise-grid form{display:flex;gap:8px}.enterprise-grid form input{flex:1}.enterprise-list,.provider-line,.backup-line{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5ebe7;padding:12px 3px}.enterprise-list span{display:flex;flex-direction:column}.enterprise-list small{color:#75847c}.scim-token{display:block;overflow:auto;background:#edf3ef;padding:10px;margin-top:10px}.control-state{margin-top:14px;color:#176f49}.audit-row{display:grid;grid-template-columns:1.5fr 1fr .8fr .8fr 1fr;gap:10px;padding:12px;border-top:1px solid #e5ebe8}.audit-row.head{background:#eef2f0;font-size:12px}.audit-row span:first-child{display:flex;flex-direction:column}.audit-row small{color:#77867e}.security-page{max-width:900px;margin:auto;padding:45px}.security-page>header{display:flex;gap:15px;margin:30px 0}.security-page h1{font:40px Georgia,serif;margin:4px 0}.security-page section{margin:15px 0}.security-page h2{display:flex;gap:9px}.security-page button{border:0;background:#16784f;color:#fff;border-radius:8px;padding:9px 12px}.mfa-setup{display:grid;gap:8px}.mfa-setup code,.recovery-codes{background:#eef3f0;padding:12px}.recovery-codes{display:grid;grid-template-columns:1fr 1fr;gap:8px}.recovery-codes strong{grid-column:1/-1}.session-row{display:flex;justify-content:space-between;padding:13px;border-top:1px solid #e4eae6}.session-row span{display:flex;flex-direction:column}.session-row small{color:#77847d}.session-row button{display:flex;gap:5px;align-items:center;background:#fff;color:#a0322d;border:1px solid #e1c7c5}@media(max-width:800px){.enterprise-grid{grid-template-columns:1fr}.enterprise-grid section.wide{grid-column:auto}.enterprise-page>header{display:block}.enterprise-page h1{font-size:37px}.enterprise-page>nav{overflow:auto}.audit-row{grid-template-columns:1fr 1fr}}.administration-page{min-width:0;flex:1;overflow:auto;padding:28px;background:var(--ds-canvas,#f8f9fd);color:var(--ds-text,#17231f)}.administration-page>header{padding-bottom:24px;border-bottom:1px solid var(--ds-border,#dce2ee)}.administration-page header p{margin:0;color:var(--ds-primary,#2378d8);font-size:11px;font-weight:800;letter-spacing:.18em}.administration-page h1{margin:6px 0;font:700 clamp(40px,5vw,56px)/1.04 var(--font-display,Georgia,serif);letter-spacing:-.035em}.administration-page header>span,.administration-page p,.administration-page small{color:var(--ds-muted,#68707b);line-height:1.5}.administration-page>nav{display:flex;gap:4px;margin:22px 0 18px;padding:5px;overflow:auto;border:1px solid var(--ds-border,#dce2ee);border-radius:13px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.administration-page>nav button{display:flex;min-height:42px;align-items:center;justify-content:center;gap:7px;flex:1;padding:10px 14px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--ds-muted,#68707b);white-space:nowrap}.administration-page>nav button.active{border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 15%,white);background:color-mix(in srgb,var(--ds-primary,#2378d8) 8%,white);color:var(--ds-primary,#2378d8)}.administration-page svg{width:19px}.admin-metrics,.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.administration-page section{padding:20px;border:1px solid var(--ds-border,#dce2ee);border-radius:16px;background:#fff;box-shadow:var(--ds-shadow-sm,0 3px 12px rgba(32,39,54,.05))}.admin-metrics section{display:flex;min-height:108px;align-items:center;gap:14px}.admin-metrics section>svg{box-sizing:content-box;width:22px;height:22px;padding:12px;border-radius:12px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 9%,white);color:var(--ds-primary,#2378d8)}.admin-metrics span{display:flex;min-width:0;flex-direction:column;gap:3px}.admin-metrics strong{font-size:26px;line-height:1}.admin-metrics small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.administration-page h2{margin:0 0 13px;font-size:20px}.adoption-list>div{display:grid;grid-template-columns:minmax(160px,220px) minmax(100px,1fr) 50px;align-items:center;gap:12px;margin:12px 0}.adoption-list span{text-transform:capitalize}.adoption-list i{height:9px;border-radius:10px;background:linear-gradient(90deg,var(--ds-primary,#2378d8),var(--ds-secondary,#6c55d8))}.adoption-list b{text-align:right}.admin-section-head,.admin-line{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-section-head{margin-bottom:15px}.admin-section-head h2,.admin-section-head p{margin:0}.admin-section-head>div:last-child,.admin-line>div{display:flex;gap:8px}.administration-page button{min-height:39px;padding:8px 12px;border:1px solid var(--ds-border,#dce2ee);border-radius:9px;background:#fff;color:var(--ds-text,#17231f);font-weight:700}.administration-page button:not(:disabled):hover{border-color:var(--ds-primary,#2378d8);color:var(--ds-primary,#2378d8)}.administration-page form button{border-color:var(--ds-primary,#2378d8);background:var(--ds-primary,#2378d8);color:#fff}.administration-page button:disabled{cursor:not-allowed;opacity:.45}.admin-table{overflow:hidden;border:1px solid var(--ds-border,#dce2ee);border-radius:12px}.admin-table>div{display:grid;min-width:700px;grid-template-columns:34px minmax(220px,2fr) .7fr 1fr 1fr;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid var(--ds-border,#dce2ee)}.admin-table>div:first-child{border-top:0}.admin-table>div:not(.head):hover{background:color-mix(in srgb,var(--ds-primary,#2378d8) 3%,white)}.admin-table .head{background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-muted,#68707b);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.admin-table span{display:flex;min-width:0;flex-direction:column;gap:2px}.admin-table span b,.admin-table span small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table .warn{width:max-content;padding:5px 8px;border-radius:99px;background:#fff5df;color:#a06410;font-size:11px;font-weight:700}.admin-table input[type=checkbox]{width:17px;height:17px;accent-color:var(--ds-primary,#2378d8)}.administration-page form{display:flex;gap:8px}.administration-page .stack{display:grid}.administration-page input,.administration-page textarea{box-sizing:border-box;width:100%;min-height:43px;padding:10px 11px;border:1px solid var(--ds-border,#dce2ee);border-radius:9px;background:#fff;font:inherit}.administration-page input:focus,.administration-page textarea:focus{outline:0;border-color:var(--ds-primary,#2378d8);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary,#2378d8) 12%,transparent)}.administration-page textarea{min-height:130px;resize:vertical}.admin-line{min-height:64px;padding:13px 2px;border-top:1px solid var(--ds-border,#dce2ee)}.admin-line>span{display:flex;min-width:0;flex-direction:column;gap:3px}.admin-line>span small{overflow:hidden;text-overflow:ellipsis}.admin-grid>section>p:first-of-type{margin-top:-5px}.hint{padding:10px 12px;border-radius:9px;background:var(--ds-surface-muted,#f5f6fb);font-size:12px}.administration-page time{color:var(--ds-muted,#68707b);font-size:12px}@media(max-width:1100px){.admin-metrics{grid-template-columns:repeat(2,1fr)}.administration-page>nav button{flex:0 0 auto}}@media(max-width:760px){.administration-page{padding:18px}.admin-grid,.admin-metrics{grid-template-columns:1fr}.admin-table{overflow:auto}.admin-section-head{align-items:flex-start;flex-direction:column}.admin-section-head>div:last-child{width:100%;flex-wrap:wrap}.admin-section-head button{flex:1}.administration-page form:not(.stack){align-items:stretch;flex-direction:column}.admin-line{align-items:flex-start;flex-direction:column}.admin-line>div{width:100%}.admin-line>div button{flex:1}.adoption-list>div{grid-template-columns:minmax(110px,160px) 1fr 35px}}.status-page{min-height:100vh;background:#f6f8f7;color:#17251e}.status-page>header{height:70px;background:#fff;border-bottom:1px solid #dce3df;display:flex;align-items:center;justify-content:space-between;padding:0 max(25px,calc((100vw - 900px)/2))}.status-page .brand{font-weight:800}.status-page .brand i{font-style:normal;background:#18764e;color:#fff;padding:8px 11px;border-radius:8px;margin-right:8px}.status-page>section{max-width:900px;margin:55px auto}.status-banner{display:flex;gap:17px;align-items:center;background:#e9f7ef;border:1px solid #b9dfca;border-radius:15px;padding:24px}.status-banner svg{width:40px;height:40px;color:#16764d}.status-banner h1{margin:0}.status-banner p{margin:5px 0;color:#6a7971}.status-components{background:#fff;border:1px solid #dce3df;border-radius:14px;margin:20px 0}.status-components>div{display:flex;justify-content:space-between;padding:17px 20px;border-top:1px solid #e5ebe7;text-transform:capitalize}.status-components>div:first-child{border:0}.status-components span{display:flex;align-items:center;gap:7px;color:#18744d}.status-components i{width:8px;height:8px;border-radius:50%;background:#21a364}.status-page section>button{display:flex;gap:7px;border:1px solid #d3ddd7;background:#fff;border-radius:8px;padding:9px 12px}.status-note{color:#75827b;font-size:13px;margin-top:20px}@media(max-width:950px){.status-page>section{margin:30px 15px}}.empty-board-create{margin:50px auto;max-width:680px;background:#fff;border:1px solid #d9e2dd;border-radius:16px;padding:25px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 28px #173c2910}.empty-board-create>div{display:flex;align-items:center;gap:12px;flex:1}.empty-board-create>div>svg{width:38px;height:38px;padding:9px;color:#16774e;background:#e8f5ee;border-radius:10px}.empty-board-create span{display:flex;flex-direction:column}.empty-board-create strong{font-size:17px}.empty-board-create small{color:#718078;margin-top:3px}.empty-board-create>button{display:flex;align-items:center;gap:6px;border:1px solid #d3dcd7;background:#fff;border-radius:9px;padding:10px 13px;font-weight:650}.empty-board-create>button.ui-primary{background:#16784f;color:#fff;border-color:#16784f}@media(max-width:700px){.empty-board-create{margin:28px 15px;align-items:stretch;flex-direction:column}.empty-board-create>button{justify-content:center}}.landing{--ink:#14211c;--muted:#63706a;--paper:#f8f8f2;--green:#9cf239;--flow:#087a57;--blue:#66c8f5;position:relative;overflow:hidden;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.landing *{box-sizing:border-box}.landing-grid{position:absolute;inset:0 0 auto;height:980px;background-image:linear-gradient(#1f3e3109 1px,transparent 1px),linear-gradient(90deg,#1f3e3109 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(#000,transparent);mask-image:linear-gradient(#000,transparent);pointer-events:none}.landing a{text-decoration:none;color:inherit}.landing-nav{position:relative;z-index:10;width:min(1400px,calc(100% - 48px));height:88px;margin:auto;border-bottom:1px solid #dfe2da;display:flex;align-items:center;justify-content:space-between}.landing-brand{display:flex;align-items:center;gap:11px;font-size:20px;letter-spacing:-.04em}.landing-brand span{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:var(--ink);color:var(--green);font-weight:900}.landing-links{display:flex;gap:34px;color:#53605a;font-size:14px;font-weight:650}.landing-nav-actions{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:700}.landing-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;padding:13px 18px;font-size:14px;font-weight:780;transition:transform .2s ease,box-shadow .2s ease}.landing-button svg{width:17px}.landing-button:hover{transform:translateY(-2px)}.landing-button.dark{background:var(--ink);color:#fff;box-shadow:0 8px 25px #14211c20}.landing-button.green{background:var(--green);color:#152218;box-shadow:0 12px 28px #74b8232b}.landing-button.ghost{border:1px solid #d7dcd4;background:#fff}.landing-hero{position:relative;width:min(1400px,calc(100% - 48px));min-height:780px;margin:0 auto;padding:82px 0 65px;display:grid;grid-template-columns:minmax(430px,610px) minmax(550px,1fr);gap:60px;align-items:start}.landing-hero:before{content:"";position:absolute;width:530px;height:530px;border-radius:50%;background:radial-gradient(circle,#bbffd286,transparent 70%);right:-300px;top:-300px}.hero-copy{position:relative;z-index:2;padding-top:16px}.launch-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px 7px 7px;border-radius:99px;border:1px solid #dce0d8;background:#ffffffb8;color:#52605a;font-size:12px;font-weight:720}.launch-pill span{background:var(--green);color:#183020;border-radius:99px;padding:5px 9px;font-size:10px;letter-spacing:.08em}.launch-pill svg{width:14px;color:#2589bb}.landing-hero h1{margin:27px 0 24px;font-family:Inter,ui-sans-serif,sans-serif;font-size:clamp(64px,6.3vw,96px);font-weight:820;letter-spacing:-.075em;line-height:.91}.landing-hero h1 em{position:relative;color:var(--ink);font-style:normal;z-index:1}.landing-hero h1 em:after{content:"";position:absolute;z-index:-1;left:0;right:-8px;bottom:5px;height:13px;border-radius:3px;background:var(--green);transform:rotate(-1deg)}.hero-copy>p{font-size:19px;line-height:1.62;color:var(--muted);max-width:575px}.hero-buttons{display:flex;gap:12px;margin-top:31px}.hero-buttons .landing-button{padding:16px 21px}.hero-fine{display:flex;gap:17px;margin-top:14px;color:#79837e;font-size:12px}.hero-fine span{display:flex;align-items:center;gap:4px}.hero-fine svg{width:13px;color:#399764}.hero-proof{display:flex;align-items:center;gap:15px;margin-top:48px}.proof-faces{display:flex}.proof-faces i{width:36px;height:36px;margin-left:-8px;border:3px solid var(--paper);border-radius:50%;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:800;color:#273a31}.proof-faces i:first-child{margin:0;background:#ffd0c0}.proof-faces i:nth-child(2){background:#d7cbff}.proof-faces i:nth-child(3){background:#bce9ff}.proof-faces i:nth-child(4){background:#dcf8b5}.hero-proof>div:last-child{display:grid;font-size:11px;color:#6f7a74}.hero-proof strong{color:#318c55;letter-spacing:.06em}.product-stage{position:relative;height:620px}.stage-shape{position:absolute;display:block}.stage-shape.blue{width:165px;height:165px;border-radius:50%;background:var(--blue);right:-20px;top:38px}.stage-shape.lime{width:125px;height:125px;border-radius:34px;background:var(--green);left:0;bottom:12px;transform:rotate(13deg)}.product-window{position:absolute;z-index:2;width:720px;height:520px;top:25px;right:0;border:1px solid #dde2d9;border-radius:20px;background:#fff;box-shadow:0 38px 90px #26382f2b;overflow:hidden;transform:rotate(-.7deg);transition:transform .5s ease}.product-stage:hover .product-window{transform:rotate(0) translateY(-4px)}.product-window>header{height:61px;border-bottom:1px solid #e7eae4;display:flex;align-items:center;gap:12px;padding:0 18px}.window-logo{width:27px;height:27px;border-radius:8px;background:var(--ink);color:var(--green);display:grid;place-items:center;font-weight:900}.window-search{width:230px;margin-left:12px;padding:9px 12px;border-radius:8px;background:#f2f4f0;color:#9aa39e;font-size:10px}.product-window>header i{margin-left:auto;width:27px;height:27px;border-radius:50%;background:#eef1ec}.product-window>header i+i{margin-left:0}.product-window>header>b{width:28px;height:28px;border-radius:50%;background:#dff0e4;display:grid;place-items:center;font-size:9px}.window-body{display:grid;grid-template-columns:145px 1fr;height:459px}.window-body>aside{padding:18px 12px;background:#fafbf8;border-right:1px solid #e7eae4;display:flex;flex-direction:column;gap:3px}.window-body>aside strong{margin:12px 8px 6px;color:#a0a8a3;font-size:8px;letter-spacing:.1em}.window-body>aside span{padding:9px;border-radius:7px;color:#68736d;font-size:9px}.window-body>aside .selected{background:#eaf6dd;color:#283b2f;font-weight:750}.window-body>section{padding:19px 20px;background:#f7f8f5}.window-title{display:flex;justify-content:space-between}.window-title h3{margin:0;font-size:18px;letter-spacing:-.03em}.window-title p{margin:4px 0;color:#8b948f;font-size:9px}.window-title button{margin:0;padding:7px 10px;border:1px solid #dce1d9;background:#fff;color:#53615a;font-size:8px}.window-body section>nav{height:auto;margin-top:12px;display:flex;justify-content:flex-start;gap:5px;border:0}.window-body section>nav button{margin:0;padding:7px 9px;border:0;background:transparent;border-radius:6px;font-size:8px}.window-body section>nav button.active{background:#fff;color:#087a57;box-shadow:0 2px 7px #1c302517}.board-group-title{margin-top:13px;height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;background:#f1f5f1;border:1px solid #e1e5df;border-radius:8px 8px 0 0;font-size:9px}.board-group-title>span{width:7px;height:7px;border-radius:2px;background:#1b9969}.board-group-title small{margin-left:auto;color:#8e9792}.board-head,.board-demo-row{display:grid;grid-template-columns:1.7fr .45fr .8fr .55fr 1fr;align-items:center;border:1px solid #e5e8e3;border-top:0}.board-head{height:30px;padding:0 8px;background:#fff;color:#99a19d;font-size:6px;letter-spacing:.08em}.board-demo-row{height:48px;padding:0 8px;background:#fff;font-size:8px}.board-demo-row>strong{font-size:9px}.demo-owner{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#dff1e5;font-size:7px;font-weight:800}.demo-status{border-radius:5px;padding:6px 5px;text-align:center;font-size:7px;font-weight:760}.demo-status.done{background:#b7f58c;color:#2c641f}.demo-status.working{background:#ffe0a1;color:#805a05}.demo-status.review{background:#cceafd;color:#1a6994}.demo-progress{position:relative;height:9px;border-radius:6px;background:#edf0ec;overflow:hidden}.demo-progress i{position:absolute;inset:0 auto 0 0;background:#77b8ee;border-radius:6px}.demo-progress b{position:absolute;right:3px;top:0;font-size:6px}.add-demo-row{height:30px;padding:10px;border:1px solid #e5e8e3;border-top:0;background:#fbfcfa;color:#819087;font-size:8px}.velocity-float{position:absolute;z-index:3;width:190px;right:-34px;top:320px;padding:17px;border-radius:14px;background:var(--ink);color:#fff;box-shadow:0 23px 48px #12291e42;transform:rotate(2deg)}.velocity-float>span{font-size:10px;color:var(--green)}.velocity-float>strong{display:block;margin:6px 0;font-size:25px}.velocity-float>small{color:#9eaaa4;font-size:8px}.velocity-float>div{height:50px;margin-top:7px;display:flex;align-items:flex-end;gap:5px}.velocity-float i{width:11px;border-radius:3px 3px 0 0;background:var(--blue)}.velocity-float i:nth-child(4),.velocity-float i:nth-child(6){background:var(--green)}.company-strip{width:min(1400px,calc(100% - 48px));margin:0 auto;padding:28px 0;border-top:1px solid #dce0d8;display:flex;align-items:center;justify-content:space-between}.company-strip>span{font-size:10px;color:#838d87;font-weight:750;letter-spacing:.08em}.company-strip>div{display:flex;gap:52px;align-items:center;color:#69756f}.company-strip b{font-size:15px;letter-spacing:-.03em}.company-1{letter-spacing:.12em!important}.company-2:before{content:"●";margin-right:6px;color:var(--blue)}.company-3:before{content:"✦";margin-right:6px;color:#55ad66}.outcome-section,.platform-section{padding:130px max(24px,calc((100vw - 1400px)/2));background:#fff}.section-heading{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;align-items:end;margin-bottom:58px}.section-heading>p,.story-copy>p,.automation-copy>p,.closing-cta>p{align-self:start;color:var(--flow);font-size:11px;font-weight:850;letter-spacing:.16em}.section-heading h2{margin:0;font-family:Inter,sans-serif;font-size:clamp(48px,5.2vw,76px);line-height:.98;letter-spacing:-.06em}.section-heading h2 em{font-style:normal;color:var(--flow)}.section-heading>span{grid-column:2;color:var(--muted);font-size:17px;line-height:1.65;max-width:700px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature-card{min-height:390px;padding:35px;border:1px solid #e0e4de;border-radius:16px;background:#f8f9f5;position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-130px;top:-110px;background:#dff3e6}.feature-1:after{background:#dcefff}.feature-2:after{background:#e8f8d6}.feature-3:after{background:#eee7ff}.feature-card>div{display:flex;align-items:center;gap:10px;color:var(--flow)}.feature-card>div svg{width:30px;height:30px}.feature-card small{font-weight:850;letter-spacing:.13em}.feature-card h3{max-width:500px;margin:75px 0 14px;font-size:28px;letter-spacing:-.04em}.feature-card p{max-width:580px;color:var(--muted);font-size:15px;line-height:1.65}.feature-card>a{position:absolute;left:35px;bottom:30px;display:flex;align-items:center;gap:7px;color:var(--flow);font-size:13px;font-weight:750}.feature-card>a svg{width:15px}.workspace-story{min-height:760px;padding:120px max(24px,calc((100vw - 1400px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;background:#eef1eb}.story-copy h2{margin:15px 0 24px;font-size:clamp(44px,4.6vw,68px);line-height:1;letter-spacing:-.06em}.story-copy>span{display:block;color:var(--muted);font-size:16px;line-height:1.65}.story-copy ul{list-style:none;padding:0;margin:28px 0}.story-copy li{display:flex;gap:8px;margin:13px 0;font-size:14px}.story-copy li svg{width:18px;color:var(--flow)}.story-copy>a{display:flex;align-items:center;color:var(--flow);font-weight:760;font-size:14px}.view-stack{position:relative;height:520px}.timeline-card,.insight-card{position:absolute;border:1px solid #dae0d8;background:#fff;border-radius:17px;box-shadow:0 30px 70px #314a3d21}.timeline-card{width:90%;right:0;top:10px;padding:25px}.timeline-card header{display:flex;justify-content:space-between;margin-bottom:26px}.timeline-card header span{font-weight:800}.timeline-card header small{color:#8a958f}.timeline-card>div{display:grid;grid-template-columns:110px 1fr;align-items:center;height:67px;border-top:1px solid #edf0ec;font-size:12px}.timeline-card>div>i{position:relative;height:15px;border-radius:8px;background:#edf0ec}.timeline-card>div>i:after{content:"";position:absolute;left:var(--start);width:var(--width);height:100%;border-radius:8px;background:var(--blue)}.timeline-card>div:nth-child(3)>i:after,.timeline-card>div:nth-child(5)>i:after{background:var(--green)}.insight-card{left:0;bottom:0;width:260px;padding:22px;background:var(--ink);color:#fff}.insight-card>span{display:flex;align-items:center;gap:8px;color:#b7c1bb;font-size:12px}.insight-card svg{width:17px}.insight-card>strong{display:block;font-size:44px;margin:13px 0 2px}.insight-card>small{color:#a3aea8}.insight-card>div{height:82px;display:flex;align-items:flex-end;gap:8px;margin-top:15px}.insight-card>div i{flex:1;background:var(--blue);border-radius:3px 3px 0 0}.insight-card>div i:nth-child(5),.insight-card>div i:nth-child(7){background:var(--green)}.automation-band{position:relative;overflow:hidden;min-height:730px;padding:110px max(24px,calc((100vw - 1260px)/2));display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;background:#101d18;color:#fff}.automation-glow{position:absolute;width:700px;height:700px;border-radius:50%;right:-250px;top:-300px;background:radial-gradient(circle,#236344,transparent 68%)}.automation-copy,.recipe-card{position:relative}.automation-copy h2{margin:18px 0 23px;font-size:clamp(50px,5vw,76px);line-height:.98;letter-spacing:-.06em}.automation-copy>span{display:block;max-width:570px;color:#aebbb4;line-height:1.7}.automation-copy .landing-button{margin-top:30px}.recipe-card{border:1px solid #476057;border-radius:20px;background:#182721;box-shadow:0 35px 80px #0005;padding:21px}.recipe-card header{display:flex;align-items:center;gap:10px;padding-bottom:18px;border-bottom:1px solid #34473f;font-size:13px}.recipe-card header svg{color:var(--green)}.recipe-card header b{margin-left:auto;padding:5px 8px;border-radius:99px;background:#285d44;color:#9cf239;font-size:8px}.recipe-card>div{min-height:75px;display:flex;align-items:center;gap:13px;padding:0 14px;border-bottom:1px solid #2c3d36}.recipe-card>div>span{display:grid;gap:4px;color:#dce4df;font-size:13px}.recipe-card small{color:#7f9188;font-size:8px;letter-spacing:.12em}.recipe-dot{width:12px;height:12px;border:3px solid #ff65b3;border-radius:50%}.recipe-dot.blue{border-color:var(--blue)}.recipe-dot.green{border-color:var(--green)}.recipe-line{width:2px;height:35px;margin-left:5px;background:#597068}.recipe-card footer{padding-top:18px;display:flex;align-items:center;gap:8px;color:#8fa098;font-size:10px}.recipe-card footer svg{width:16px}.platform-section{background:var(--paper)}.section-heading.centered{display:block;text-align:center}.section-heading.centered h2{margin-top:16px}.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.platform-grid article{min-height:360px;padding:34px;border:1px solid #dce1d9;border-radius:16px;background:#fff}.platform-grid article>svg{width:38px;height:38px;color:var(--flow)}.platform-grid h3{margin-top:65px;font-size:22px;letter-spacing:-.04em}.platform-grid p{color:var(--muted);line-height:1.65}.platform-grid article>div{display:flex;align-items:center;gap:8px;margin-top:28px;padding-top:18px;border-top:1px solid #e7ebe5;font-size:12px;font-weight:750}.platform-grid article>div svg{width:16px;color:var(--flow)}.closing-cta{position:relative;overflow:hidden;min-height:620px;padding:120px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--ink);color:#fff}.closing-cta h2{position:relative;margin:18px 0;font-size:clamp(58px,7vw,104px);line-height:.9;letter-spacing:-.07em}.closing-cta>span:not(.closing-orbit){color:#aebbb4;font-size:18px}.closing-cta .landing-button{margin-top:31px;padding:16px 23px}.closing-orbit{position:absolute;border-radius:50%}.closing-orbit.one{width:420px;height:420px;left:-220px;top:-200px;background:#63c7f5}.closing-orbit.two{width:480px;height:480px;right:-270px;bottom:-280px;background:var(--green)}.landing-footer{padding:70px max(24px,calc((100vw - 1400px)/2)) 30px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;background:#f1f2ed}.landing-footer>div{display:flex;flex-direction:column;gap:12px;color:#68746e;font-size:13px}.landing-footer>div>b{color:var(--ink);margin-bottom:8px}.landing-footer>div:first-child p{color:#748079}.footer-end{grid-column:1/-1!important;flex-direction:row!important;justify-content:space-between;border-top:1px solid #d9ded7;padding-top:25px;margin-top:30px}@media(max-width:1100px){.landing-links{display:none}.landing-hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{max-width:720px}.product-stage{width:min(760px,100%);margin:auto}.company-strip{overflow:auto;gap:40px}.company-strip>div{gap:35px}.section-heading{grid-template-columns:1fr}.section-heading>span{grid-column:1}.workspace-story,.automation-band{grid-template-columns:1fr}.platform-grid{grid-template-columns:1fr 1fr}.landing-footer{grid-template-columns:2fr repeat(2,1fr)}}@media(max-width:760px){.landing-nav{width:calc(100% - 28px);height:72px}.landing-nav-actions>a:first-child{display:none}.landing-nav-actions .landing-button{padding:10px 12px}.landing-hero{width:calc(100% - 28px);padding-top:46px;min-height:auto}.landing-hero h1{font-size:56px}.hero-copy>p{font-size:17px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-fine{flex-wrap:wrap}.product-stage{height:460px;margin-top:25px}.product-window{width:690px;transform:scale(.65) rotate(-.7deg);transform-origin:top left;left:0}.product-stage:hover .product-window{transform:scale(.65)}.velocity-float{right:0;top:260px}.company-strip{margin-top:30px}.company-strip>span{display:none}.outcome-section,.platform-section{padding-top:85px;padding-bottom:85px}.section-heading h2{font-size:48px}.feature-grid,.platform-grid{grid-template-columns:1fr}.feature-card{min-height:340px}.workspace-story{padding-top:85px;padding-bottom:85px}.view-stack{height:420px}.timeline-card{width:100%;padding:17px}.timeline-card>div{grid-template-columns:85px 1fr}.automation-band{padding-top:85px;padding-bottom:85px}.automation-copy h2{font-size:50px}.recipe-card{padding:15px}.closing-cta{min-height:530px;padding-top:90px}.closing-cta h2{font-size:58px}.landing-footer{grid-template-columns:1fr 1fr}.landing-footer>div:first-child{grid-column:1/-1}}@media(prefers-reduced-motion:no-preference){.launch-pill{animation:landing-rise .7s ease both}.hero-copy h1{animation:landing-rise .75s .08s ease both}.hero-copy>p,.hero-buttons{animation:landing-rise .75s .16s ease both}.velocity-float{animation:landing-float 4s ease-in-out infinite}.stage-shape.blue{animation:landing-drift 7s ease-in-out infinite}@keyframes landing-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes landing-float{50%{transform:translateY(-8px) rotate(1deg)}}@keyframes landing-drift{50%{transform:translate(8px,10px)}}}.ecosystem-shell{min-height:100vh;background:#f6f8f7;color:#17231f}.ecosystem-page{max-width:1320px;margin:auto;padding:44px 32px 80px}.ecosystem-breadcrumb{display:flex;gap:8px;color:#68756f;font-size:13px}.ecosystem-breadcrumb a{color:inherit}.ecosystem-page>header{display:flex;align-items:flex-end;justify-content:space-between;margin:26px 0 28px}.ecosystem-page h1{font-size:48px;line-height:1.05;margin:7px 0 10px;letter-spacing:-1.5px}.ecosystem-page>header p:last-child{color:#64716c;max-width:700px}.ecosystem-ready{background:#e5f5ed;color:#087653;border:1px solid #c8e9db;border-radius:999px;padding:9px 13px;font-size:13px}.ecosystem-ready i{display:inline-block;width:8px;height:8px;background:#13a36f;border-radius:50%;margin-right:7px}.ecosystem-tabs{display:flex;gap:5px;border-bottom:1px solid #dbe2de;overflow:auto}.ecosystem-tabs button{display:flex;align-items:center;gap:8px;padding:13px 17px;border:0;background:transparent;color:#53615b;white-space:nowrap;border-bottom:2px solid transparent}.ecosystem-tabs svg{width:17px}.ecosystem-tabs button.active{color:#007f5f;border-color:#007f5f;background:#eaf5f0}.mobile-ecosystem,.marketplace-view,.sdk-view,.portal-view{padding-top:28px}.install-card{display:grid;grid-template-columns:260px 1fr;gap:50px;align-items:center;background:linear-gradient(135deg,#e4f5ed,#f9fbfa);border:1px solid #d5e5dd;border-radius:24px;padding:36px 55px;overflow:hidden}.install-card h2{font-size:32px;margin:7px 0}.install-card p:not(.eyebrow){color:#65726d;line-height:1.7;max-width:710px}.phone-preview{width:170px;height:260px;margin:auto;border:8px solid #1c2924;border-radius:30px;background:#fff;padding:30px 17px;box-shadow:0 18px 40px #295f4930;position:relative}.phone-speaker{position:absolute;top:9px;left:58px;width:45px;height:5px;background:#1c2924;border-radius:4px}.phone-logo{width:34px;height:34px;border-radius:9px;background:#007f5f;color:#fff;display:grid;place-items:center;font-weight:800;margin-bottom:18px}.phone-preview strong{font-size:15px}.phone-preview>span{display:block;height:32px;background:#edf2ef;border-radius:7px;margin-top:10px}.ecosystem-primary{display:inline-flex;align-items:center;gap:8px;background:#007f5f!important;color:#fff!important;border:0!important;border-radius:9px!important;padding:11px 16px!important;font-weight:700}.ecosystem-primary:disabled{opacity:.55}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.capability-card{background:#fff;border:1px solid #dbe2de;border-radius:15px;padding:24px}.capability-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#e8f5ef;color:#007f5f}.capability-card h3{margin:16px 0 8px}.capability-card p{color:#6b7772;line-height:1.55;min-height:72px}.capability-card small{color:#087653}.capability-card button{border:1px solid #bfcac5;background:#fff;border-radius:8px;padding:8px 11px}.native-roadmap{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.native-roadmap>div{border:1px dashed #bdc9c3;border-radius:13px;padding:20px}.native-roadmap span{font-size:12px;color:#007f5f;font-weight:800}.marketplace-heading{display:flex;justify-content:space-between;align-items:center}.marketplace-heading p{color:#6b7772}.marketplace-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.marketplace-grid article{display:grid;grid-template-columns:auto 1fr;gap:15px;background:#fff;border:1px solid #dbe2de;border-radius:15px;padding:21px}.listing-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;background:#e6f4ed;color:#087653}.listing-icon.app{background:#eeeafa;color:#6d54bd}.listing-type{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#718079}.marketplace-grid h3{margin:5px 0}.marketplace-grid p{color:#67736e;min-height:42px}.marketplace-grid small{color:#84908a}.marketplace-grid button{grid-column:1/-1;border:1px solid #007f5f;background:#007f5f;color:#fff;border-radius:8px;padding:9px;display:flex;justify-content:center;gap:7px}.marketplace-grid button.installed{background:#edf7f2;color:#007653}.marketplace-grid button svg{width:16px}.sdk-view{display:grid;grid-template-columns:1.6fr 1fr;gap:22px}.sdk-view>div,.sdk-view aside{background:#fff;border:1px solid #dbe2de;border-radius:16px;padding:28px}.sdk-view pre{background:#14231d;color:#dff8ec;border-radius:12px;padding:21px;overflow:auto;line-height:1.7}.sdk-actions{display:flex;gap:10px}.sdk-actions a{border:1px solid #bfcac5;border-radius:8px;padding:9px 13px;color:#23332c}.sdk-view ul{list-style:none;padding:0}.sdk-view li{display:flex;gap:8px;margin:13px 0}.sdk-view li svg{width:17px;color:#0a9768}.sdk-view aside p{color:#6a7771;line-height:1.6}.portal-view{display:grid;grid-template-columns:1fr 1fr;gap:25px}.portal-view>form{background:#fff;border:1px solid #dbe2de;border-radius:16px;padding:27px}.portal-view form>p{color:#6a7771}.portal-view label{display:grid;gap:6px;font-size:13px;font-weight:700;margin:15px 0}.portal-view input,.portal-view textarea{border:1px solid #cdd6d1;border-radius:8px;padding:10px;font:inherit}.portal-view textarea{min-height:90px}.portal-fields{display:grid;grid-template-columns:150px 1fr;gap:12px}.portal-fields label{margin:0}.portal-fields input[type=color]{height:42px;padding:3px;width:100%}.portal-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.portal-preview{--portal-color:#007f5f;background:#eef2f0;border:1px solid #d4ddd8;border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:center}.portal-preview-bar{display:flex;align-items:center;gap:10px;background:#fff;padding:15px;border-radius:12px 12px 0 0;border-bottom:3px solid var(--portal-color)}.portal-preview-bar span{width:34px;height:34px;background:var(--portal-color);color:#fff;border-radius:8px;display:grid;place-items:center}.portal-preview-bar img{width:100%;height:100%;object-fit:contain}.portal-preview-body{background:#fff;padding:32px 25px 45px}.portal-preview-body p{font-size:11px;color:var(--portal-color);font-weight:800;letter-spacing:.1em}.portal-preview-body h3{font-size:24px}.portal-preview-body div{height:42px;background:#edf1ef;border-radius:7px;margin-top:10px}.portal-preview>small{text-align:center;padding:12px;color:#7b8781}@media(max-width:800px){.ecosystem-page{padding:24px 14px 90px}.ecosystem-page>header{align-items:flex-start;gap:15px}.ecosystem-page h1{font-size:35px}.ecosystem-ready{display:none}.install-card{grid-template-columns:1fr;padding:26px 20px;gap:22px}.phone-preview{display:none}.capability-grid,.marketplace-grid,.native-roadmap,.sdk-view,.portal-view,.portal-fields{grid-template-columns:1fr}.ecosystem-tabs{position:sticky;top:64px;background:#f6f8f7;z-index:5}.ecosystem-tabs button{padding:11px}.marketplace-grid article{grid-template-columns:auto 1fr}}@media(max-width:700px){.app-frame{grid-template-columns:1fr!important}.app-sidebar{position:fixed!important;z-index:80;left:0;bottom:0;top:auto!important;width:100%!important;height:64px!important;border:0!important;border-top:1px solid #d8dfdb;background:#fff;padding:5px 8px!important}.app-sidebar .sidebar-workspace,.app-sidebar .sidebar-label,.app-sidebar .sidebar-settings,.app-sidebar nav>a:nth-of-type(n+6),.app-sidebar nav>button{display:none!important}.app-sidebar nav{display:grid!important;grid-template-columns:repeat(5,1fr);height:100%;gap:2px}.app-sidebar nav>a{display:flex!important;flex-direction:column;justify-content:center;gap:2px!important;padding:3px!important;font-size:10px;text-align:center}.app-sidebar nav>a svg{width:19px}.workspace-main{grid-column:1!important;padding:20px 14px 90px!important}.board-page{padding-bottom:72px}.board-top-shell{padding-left:12px!important;padding-right:12px!important}.board-view-tabs{overflow-x:auto;scroll-snap-type:x proximity}.board-view-tabs button{scroll-snap-align:start;flex:none}.board-toolbar{overflow-x:auto}.group-shell{min-width:720px}.board-scroll{overflow:auto;-webkit-overflow-scrolling:touch}.item-drawer{width:100vw!important;max-width:none!important}}.camera-upload{display:inline-flex!important;align-items:center;gap:7px;border:1px solid #becbc5;border-radius:8px;padding:8px 11px!important;margin:9px 0!important;cursor:pointer}.camera-upload input{position:absolute;opacity:0;pointer-events:none}.client-portal{--portal-accent:#007f5f;min-height:100vh;background:#f5f7f6;color:#17231f}.client-portal header{height:72px;background:#fff;border-bottom:3px solid var(--portal-accent);display:flex;align-items:center;gap:12px;padding:0 max(24px,calc((100vw - 1100px)/2))}.client-portal header>span,.client-portal header>img{width:38px;height:38px;border-radius:9px;background:var(--portal-accent);color:#fff;display:grid;place-items:center;object-fit:contain}.client-portal header>a{margin-left:auto;display:flex;gap:6px;align-items:center;color:var(--portal-accent)}.client-portal header svg{width:15px}.client-portal>section{max-width:1100px;margin:90px auto;padding:0 24px}.client-portal>section>p:first-child{color:var(--portal-accent);font-weight:800;letter-spacing:.15em;font-size:12px}.client-portal h1{font-size:52px;max-width:750px;line-height:1.08}.client-portal>section>p{color:#66736d;font-size:18px}.client-portal>section>div{display:flex;gap:13px;background:#fff;border:1px solid #d7dfdb;border-radius:13px;padding:20px;margin-top:40px;max-width:500px}.client-portal>section>div svg{color:var(--portal-accent)}.client-portal>section span{display:grid}.client-portal>section small{color:#74817b;margin-top:4px}.client-portal footer{text-align:center;color:#7b8781}.client-portal-state{min-height:100vh;display:grid;place-content:center;text-align:center}.chat-page{height:100vh;background:#f6f7f5;overflow:hidden}.chat-shell{height:calc(100vh - 68px);min-height:0;display:grid;grid-template-columns:340px minmax(0,1fr);max-width:1600px;margin:auto;border-inline:1px solid #dfe4df;background:#fff;overflow:hidden}.chat-list{position:relative;border-right:1px solid #dfe4df;display:flex;flex-direction:column;min-height:0;background:#fbfcfb}.chat-list-heading{display:flex;align-items:center;justify-content:space-between;padding:24px 20px 16px}.chat-list-heading>div{display:flex;align-items:center;gap:12px}.chat-list-heading a,.chat-list-heading>button,.chat-thread header>button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #dce3de;border-radius:10px;background:#fff;color:#506158}.chat-list-heading svg{width:18px}.chat-list-heading small{display:block;color:#08754d;font-weight:800;letter-spacing:.14em;font-size:10px}.chat-list-heading h1{font-size:24px;margin:2px 0 0;color:#14271e}.chat-search{margin:0 18px 14px;height:42px;border:1px solid #dce3de;border-radius:10px;display:flex;align-items:center;padding:0 12px;gap:8px;background:#fff}.chat-search svg{width:17px;color:#708078}.chat-search input{border:0;outline:0;width:100%;font:inherit;background:transparent}.chat-list nav{display:grid;grid-auto-flow:row;grid-auto-rows:max-content;align-content:start;align-items:stretch;justify-content:stretch;gap:2px;width:100%;height:auto;min-height:0;flex:1;padding:0 10px 18px;overflow-x:hidden;overflow-y:auto}.chat-list nav>button,.chat-member-picker>button{border:0;background:transparent;width:100%;min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;padding:10px;border-radius:10px;color:#24382e}.chat-list nav>button:hover,.chat-list nav>button.active{background:#e9f5ef}.chat-list nav i,.chat-member-picker i,.chat-thread header>i{width:40px;height:40px;border-radius:14px;background:#dff1e7;color:#08754d;display:grid;place-items:center;font-style:normal;font-weight:800;font-size:12px}.chat-list nav i svg{width:18px}.chat-list nav span,.chat-member-picker span{min-width:0}.chat-list nav b,.chat-member-picker span{display:block}.chat-list nav small,.chat-member-picker small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#718078;margin-top:3px}.chat-list nav em{font-style:normal;background:#08754d;color:#fff;border-radius:99px;min-width:21px;height:21px;padding:0 6px;display:grid;place-items:center;font-size:11px;font-weight:700}.communication-library-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:0 18px 14px}.scheduled-meetings{display:grid;gap:10px}.schedule-meeting-button{width:max-content;min-height:40px;display:flex;align-items:center;gap:7px;padding:0 14px;border:0;border-radius:9px;background:#08754d;color:#fff;font-weight:800}.schedule-meeting-button svg,.scheduled-meetings article svg{width:17px}.scheduled-meetings>article{display:grid;grid-template-columns:42px minmax(180px,1fr) minmax(170px,auto) auto;align-items:center;gap:12px;padding:14px;border:1px solid #dfe5e0;border-radius:12px;background:#fff}.scheduled-meetings>article>i{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#e8f4ee;color:#08754d}.scheduled-meetings article>span,.scheduled-meetings article>time{display:grid;gap:3px}.scheduled-meetings article small{color:#718078}.scheduled-meetings article>div{display:flex;gap:6px}.scheduled-meetings article>div button{min-height:34px;display:flex;align-items:center;gap:5px;padding:0 9px;border:1px solid #d9e1dc;border-radius:8px;background:#fff;color:#405148;font-weight:700}.scheduled-meetings article>div button.danger{color:#bd3e36}.schedule-meeting-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:20px;background:#13271e80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.schedule-meeting-dialog>div{width:min(500px,100%);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:13px;border-radius:15px;background:#fff;box-shadow:0 25px 70px #14291f3d}.chat-thread .schedule-meeting-dialog header{grid-column:1 / -1;height:auto;min-height:0;padding:0 0 8px;display:flex;justify-content:space-between;border:0}.schedule-meeting-dialog h3{margin:0;font-size:22px}.schedule-meeting-dialog header button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:#f0f3f1}.schedule-meeting-dialog label{display:grid;gap:6px;color:#506158;font-size:12px;font-weight:800}.schedule-meeting-dialog label:first-of-type,.schedule-meeting-dialog label:nth-of-type(2){grid-column:1 / -1}.schedule-meeting-dialog input,.schedule-meeting-dialog select{min-width:0;height:42px;padding:0 10px;border:1px solid #d6dfd9;border-radius:9px;background:#fff;font:inherit}.schedule-meeting-dialog footer{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.schedule-meeting-dialog footer button{min-height:40px;padding:0 15px;border:1px solid #d8dfda;border-radius:9px;background:#fff;font-weight:800}.schedule-meeting-dialog footer button.primary{border-color:#08754d;background:#08754d;color:#fff}@media(max-width:760px){.communication-library-links{grid-template-columns:1fr}.scheduled-meetings>article{grid-template-columns:40px 1fr}.scheduled-meetings article>time,.scheduled-meetings article>div{grid-column:2}.schedule-meeting-dialog>div{grid-template-columns:1fr}.schedule-meeting-dialog label,.schedule-meeting-dialog label:first-of-type,.schedule-meeting-dialog label:nth-of-type(2),.schedule-meeting-dialog footer{grid-column:1}}.communication-library-links button{width:100%;min-width:0;border:1px solid #dce3de;border-radius:10px;background:#fff;color:#506158;min-height:38px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 6px;overflow:hidden;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.communication-library-links button:hover,.communication-library-links button.active{border-color:#8cc5aa;background:#e9f5ef;color:#08754d}.communication-library-links svg{flex:0 0 auto;width:16px}.communication-library{height:100%;min-height:0;overflow-y:auto;background:#f8faf8;padding:30px clamp(20px,4vw,54px)}.chat-thread .communication-library>header{height:auto;min-height:0;padding:0 0 24px;border:0;display:flex;align-items:flex-start;justify-content:space-between;background:transparent}.communication-library>header small{color:#08754d;font-size:10px;font-weight:800;letter-spacing:.15em}.communication-library>header h2{margin:4px 0 5px;color:#14271e;font-size:clamp(26px,3vw,38px)}.communication-library>header p{margin:0;color:#687870}.communication-library>header button{width:38px;height:38px;flex:0 0 38px;margin-top:25px;padding:0;display:grid;place-items:center;border:1px solid #dce3de;border-radius:10px;background:#fff;color:#506158;line-height:0}.communication-library>header button>svg{display:block;width:18px;height:18px;margin:0}.call-history-list{display:grid;grid-auto-rows:max-content;align-content:start;gap:10px}.call-history-list>article{width:100%;height:auto;min-height:76px;min-width:0;display:grid;grid-template-columns:44px minmax(170px,1fr) minmax(150px,auto) 120px;gap:14px;align-items:center;padding:14px 16px;border:1px solid #dfe5e0;border-radius:12px;background:#fff}.call-history-list>article>i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e6f4ed;color:#08754d}.call-history-list>article>i.video{background:#e9effd;color:#3568c0}.call-history-list svg{width:18px}.call-history-list article>span{display:grid;gap:3px}.call-history-list small{color:#748179}.call-history-list time,.recording-library-grid footer span{display:flex;align-items:center;gap:6px;color:#5d6d65;font-size:13px}.call-status{width:max-content;padding:3px 8px;border-radius:99px;background:#edf0ee;color:#5f6c65;text-transform:capitalize;font-size:12px}.call-status.ended,.call-status.active{background:#e2f5e9;color:#08754d}.call-status.missed,.call-status.declined{background:#fde9e7;color:#bb3e35}.recording-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(360px,100%),1fr));gap:18px}.recording-library-grid>article{min-width:0;overflow:hidden;border:1px solid #dfe5e0;border-radius:14px;background:#fff;box-shadow:0 10px 30px #203b2d0a}.chat-thread .recording-library-grid article>header{height:auto;min-height:0;padding:15px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border:0;background:#fff}.recording-library-grid header span{min-width:0;display:grid;gap:3px}.recording-library-grid header small{overflow:hidden;color:#718078;text-overflow:ellipsis;white-space:nowrap}.recording-library-grid header em{padding:4px 8px;border-radius:99px;background:#fff2d8;color:#9b6a0a;font-size:11px;font-style:normal;font-weight:800;text-transform:uppercase}.recording-library-grid header em.complete{background:#e2f5e9;color:#08754d}.recording-media{position:relative;display:grid;background:#13261e}.recording-media video{width:100%;aspect-ratio:16 / 9;background:#13261e}.recording-media a{position:absolute;right:10px;top:10px;display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:8px;background:#ffffffeb;color:#1f392d;font-size:12px;font-weight:800;text-decoration:none}.recording-media a svg{width:15px}.recording-processing{min-height:190px;margin:0;display:grid;place-items:center;background:#edf1ee;color:#687870}.recording-library-grid footer{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:9px 14px}.recording-library-grid footer svg{width:16px}.recording-library-grid footer button{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:#c13d35;font-weight:700}.communication-empty{grid-column:1 / -1;min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;border:1px dashed #cad5ce;border-radius:14px;color:#687870;text-align:center}.communication-empty>svg{width:32px;height:32px;color:#31936b}.communication-empty p{margin:0}@media(max-width:820px){.call-history-list>article{grid-template-columns:42px minmax(0,1fr)}.call-history-list>article>span:nth-of-type(2),.call-history-list>article>time{grid-column:2}}.call-actions button.active{background:#dff7e9;color:#08754d}.call-device-panel{width:min(520px,100%);margin:14px auto 0;padding:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:1px solid #ffffff30;border-radius:14px;background:#10271fee;text-align:left}.call-device-panel label{display:grid;gap:6px;color:#bdd1c7;font-size:11px;font-weight:700}.call-device-panel select{width:100%;height:38px;padding:0 10px;border:1px solid #ffffff30;border-radius:9px;background:#fff;color:#19362a}.call-history-panel{position:absolute;right:118px;top:66px;z-index:120;width:min(380px,calc(100vw - 32px));max-height:min(480px,calc(100vh - 100px));overflow:hidden;border:1px solid #d9e1dc;border-radius:14px;background:#fff;box-shadow:0 18px 48px #17352a24;color:#193128}.call-history-panel>header{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:68px!important;height:68px!important;padding:12px 14px 12px 16px!important;border-bottom:1px solid #e4e9e6!important;background:#fff}.call-history-panel>header span{display:grid}.call-history-panel>header b{color:#183228;font-size:15px}.call-history-panel>header small{color:#718078;font-size:11px}.call-history-panel>header button{box-sizing:border-box;width:34px!important;height:34px!important;flex:0 0 34px;margin:0;padding:0!important;display:inline-grid!important;place-items:center;border:1px solid #dce3de;border-radius:9px;background:#fff;color:#506158;line-height:0}.call-history-panel>header button:hover{border-color:#bdcbc2;background:#f3f7f4}.call-history-panel>header button>svg{display:block;width:17px;height:17px;margin:0}.call-history-panel>div{max-height:min(400px,calc(100vh - 168px));display:block!important;align-content:start!important;overflow-x:hidden;overflow-y:auto;padding:6px 8px;background:#fff;scrollbar-width:thin;scrollbar-color:#a8b6ad transparent}.call-history-panel article{box-sizing:border-box;width:100%!important;max-width:none!important;min-height:62px!important;height:auto!important;margin:0!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;align-items:center;align-content:center!important;gap:10px;padding:10px 8px!important;border-bottom:1px solid #edf1ee;border-radius:8px;background:#fff!important}.call-history-panel article:last-child{border-bottom-color:transparent}.call-history-panel article:hover{background:#f3f7f4!important}.call-history-panel article>svg{box-sizing:border-box;width:34px;height:34px;padding:8px;border-radius:10px;background:#e8f4ed;color:#25825d}.call-history-panel article.missed>svg,.call-history-panel article.declined>svg{background:#fff0f0;color:#d64550}.call-history-panel article span{min-width:0;display:grid!important;gap:3px}.call-history-panel article b{overflow:hidden;color:#20362c;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.call-history-panel article small{overflow:hidden;color:#738078;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.call-history-panel>div>p{padding:24px 12px;text-align:center;color:#718078;font-size:12px}@media(max-width:760px){.call-device-panel{grid-template-columns:1fr}.call-history-panel{position:fixed;left:12px;right:12px;top:78px;width:auto}}.conference-card{width:min(1080px,100%);text-align:center;color:#fff}.conference-card>p{margin:0;color:#a9c4b7;font-size:11px;font-weight:800;letter-spacing:.16em}.conference-card h2{margin:7px 0 18px;font-size:28px}.conference-invite{width:min(460px,100%);margin:auto;padding:36px;border:1px solid #ffffff24;border-radius:22px;background:#153026;display:grid;place-items:center;gap:16px}.conference-invite>svg{width:70px;height:70px;padding:18px;border-radius:50%;background:#214a39}.conference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;max-height:65vh;overflow:auto}.conference-grid figure{position:relative;min-height:190px;margin:0;overflow:hidden;border:1px solid #ffffff20;border-radius:17px;background:#142a21}.conference-grid video{width:100%;height:100%;min-height:190px;object-fit:cover}.conference-grid figcaption{position:absolute;left:10px;bottom:10px;padding:5px 9px;border-radius:8px;background:#07130fcc;font-size:11px}.conference-grid figcaption svg{width:13px;height:13px;margin-left:5px;vertical-align:-2px;color:#9cf0bd}.conference-grid figure.screen-share{grid-column:span 2}.conference-audio{position:absolute;width:1px;height:1px;overflow:hidden}.conference-count{margin-top:13px;color:#b7cbc1;font-size:12px}.conference-host-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0 0 12px}.conference-host-tools>span,.conference-host-tools button{display:flex;align-items:center;gap:6px;min-height:34px;padding:0 11px;border:1px solid #ffffff30;border-radius:9px;background:#ffffff12;color:#fff;font-size:11px}.conference-host-tools button.recording{border-color:#f26b72;background:#7b2229}.conference-host-tools button.danger{background:#b52f39}.conference-host-tools svg{width:15px}.conference-recording-banner{width:min(640px,calc(100% - 28px));margin:10px auto 0;min-height:42px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #f17b743d;border-radius:10px;background:#561e1be8;color:#fff;font-weight:800}.conference-connection{position:absolute;top:18px;right:22px;min-height:30px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #ffffff25;border-radius:99px;background:#173229e8;color:#c4e8d5;font-size:12px;font-weight:800;text-transform:capitalize}.conference-connection svg{width:15px}.conference-connection.reconnecting,.conference-connection.quality-poor{background:#55431de8;color:#ffdda0}.conference-connection.disconnected,.conference-connection.quality-lost{background:#5a211ee8;color:#ffc4bf}.conference-recording-banner small{color:#f5c7c3;font-weight:500}.conference-live-notice{width:min(640px,calc(100% - 28px));margin:8px auto 0;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 8px 7px 13px;border:1px solid #ffffff24;border-radius:9px;background:#24443a;color:#dcece5;font-size:13px}.conference-live-notice button{width:26px;height:26px;border:0;border-radius:7px;background:#ffffff12;color:#fff;font-size:20px}.conference-waiting-self{width:min(440px,calc(100% - 30px));margin:34px auto;padding:28px;display:grid;place-items:center;gap:10px;border:1px solid #ffffff24;border-radius:16px;background:#173128;text-align:center}.conference-waiting-self>svg{width:38px;height:38px;color:#7dd9ae}.conference-waiting-self h3,.conference-waiting-self p{margin:0}.conference-waiting-self p{color:#b6c9c0;line-height:1.5}.conference-waiting-self button{min-height:38px;margin-top:8px;padding:0 14px;border:1px solid #ffffff30;border-radius:9px;background:transparent;color:#fff;font-weight:800}.conference-waiting-queue{width:min(760px,calc(100% - 28px));max-height:180px;margin:10px auto;padding:10px;overflow-y:auto;border:1px solid #e9bd643d;border-radius:11px;background:#3b321cf0}.conference-waiting-queue>b,.conference-waiting-queue>span{min-height:38px;display:flex;align-items:center;gap:8px}.conference-waiting-queue>b{color:#f2d89f}.conference-waiting-queue svg{width:16px}.conference-waiting-queue>span{padding:6px 0 0;border-top:1px solid #ffffff14}.conference-waiting-queue i{min-width:0;flex:1;overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.conference-waiting-queue button{min-height:30px;display:flex;align-items:center;gap:5px;padding:0 9px;border:0;border-radius:7px;background:#c9f1dc;color:#125b3d;font-weight:800}.conference-waiting-queue button.reject{background:#f8d8d5;color:#9c312b}.call-actions button.hand-raised{background:#f2bd4c;color:#312308}.conference-diagnostics{width:min(680px,calc(100% - 28px));margin:10px auto 0;padding:13px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border:1px solid #ffffff24;border-radius:12px;background:#10251ee8;text-align:left}.conference-diagnostics header,.conference-diagnostics dl,.conference-diagnostics>small{grid-column:1 / -1}.conference-diagnostics header{display:flex;align-items:center;justify-content:space-between}.conference-diagnostics header span{display:flex;align-items:center;gap:7px;font-weight:800}.conference-diagnostics header svg{width:17px}.conference-diagnostics header button{border:0;background:transparent;color:#8ddbb5;font-weight:800}.conference-diagnostics dl{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.conference-diagnostics dl div{padding:8px;border-radius:8px;background:#ffffff0a}.conference-diagnostics dt{color:#8ea69a;font-size:10px;text-transform:uppercase}.conference-diagnostics dd{margin:3px 0 0;overflow:hidden;color:#e8f2ed;font-size:12px;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.conference-diagnostics label{display:grid;gap:5px;color:#9eb3a9;font-size:11px;font-weight:700}.conference-diagnostics select{min-width:0;height:34px;padding:0 8px;border:1px solid #ffffff20;border-radius:8px;background:#1d362d;color:#fff}.conference-diagnostics>small{color:#8ea69a}@media(max-width:720px){.conference-connection{position:static;width:max-content;margin:8px auto}.conference-diagnostics,.conference-diagnostics dl{grid-template-columns:1fr}.conference-diagnostics header,.conference-diagnostics dl,.conference-diagnostics>small{grid-column:1}}.recording-consent-dialog{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:grid;place-items:center;padding:20px;background:#06130ebd;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.recording-consent-dialog>div{width:min(440px,100%);padding:26px;border:1px solid #dfe5e0;border-radius:16px;background:#fff;color:#20352a;box-shadow:0 24px 70px #0006;text-align:left}.recording-consent-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fde9e7}.recording-consent-dialog h3{margin:14px 0 8px;font-size:22px}.recording-consent-dialog p{margin:0 0 12px;color:#4f6258;line-height:1.55}.recording-consent-dialog>div>small{display:block;color:#79867f;line-height:1.45}.recording-consent-dialog footer{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.recording-consent-dialog footer button{min-height:40px;padding:0 15px;border:1px solid #d7ded9;border-radius:9px;background:#fff;color:#405148;font-weight:800}.recording-consent-dialog footer button.confirm{border-color:#c8453d;background:#c8453d;color:#fff}.record-dot{width:9px;height:9px;border-radius:50%;background:#f34e5c}.participant-tools{display:inline-flex;gap:4px;margin-left:8px}.participant-tools button{display:inline-grid;place-items:center;width:23px;height:23px;padding:0;border:0;border-radius:6px;background:#ffffff20;color:#fff}.participant-tools button:hover{background:#d84750}.participant-tools button svg{width:12px;height:12px;margin:0}@media(max-width:760px){.conference-grid{grid-template-columns:1fr 1fr}.conference-grid figure,.conference-grid video{min-height:145px}}.chat-member-picker{position:absolute;z-index:20;top:74px;left:18px;right:18px;padding:12px;border:1px solid #dce3de;border-radius:13px;background:#fff;box-shadow:0 18px 50px #183a2924}.chat-member-picker>b{display:block;padding:5px 8px 9px}.chat-member-picker>button{grid-template-columns:36px 1fr;padding:8px}.chat-member-picker i{width:34px;height:34px;border-radius:11px}.chat-thread{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden}.chat-thread>header{flex:0 0 78px;height:78px;display:flex;align-items:center;gap:12px;padding:0 25px;border-bottom:1px solid #e2e7e3}.chat-thread>header span{flex:1}.chat-thread h2{margin:0;font-size:18px}.chat-thread header p{margin:3px 0 0;color:#78847e;font-size:12px}.chat-messages{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#a8b6ad transparent;padding:26px max(26px,6vw);background:linear-gradient(180deg,#fbfcfb 0,#fff 30%)}.chat-messages::-webkit-scrollbar{width:10px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#a8b6ad;background-clip:padding-box}.chat-messages::-webkit-scrollbar-thumb:hover{background:#7f9186;background-clip:padding-box}.chat-messages article{width:fit-content;max-width:min(620px,92%);min-height:0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;align-content:start;gap:10px;margin:16px 0}.chat-messages article.mine{width:fit-content;margin-left:auto;grid-template-columns:minmax(0,1fr)}.chat-messages article.grouped{margin-top:-10px}.chat-messages article>i{width:36px;height:36px;border-radius:12px;background:#edf2ef;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:800;color:#526159}.chat-messages article>div{min-width:0;width:fit-content;max-width:100%}.chat-messages article.mine>div{margin-left:auto}.chat-messages article>div>span{display:flex;gap:10px;align-items:baseline;margin-bottom:5px}.chat-messages time{font-size:10px;color:#87928c}.chat-messages article p{display:table;margin:0;padding:10px 13px;border:1px solid #e1e6e2;border-radius:4px 15px 15px;background:#fff;white-space:pre-wrap;overflow-wrap:anywhere}.chat-messages article.mine p{margin-left:auto;background:#dff4e9;border-color:#cae9d8;border-radius:15px 4px 15px 15px}.chat-messages article p.deleted{color:#8d9892;font-style:italic;background:#f5f6f5}.chat-messages article small{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px;color:#839089}.chat-messages article small svg{width:13px}.chat-composer{margin:15px max(22px,5vw) 22px;border:1px solid #cfd9d2;border-radius:15px;display:flex;align-items:flex-end;padding:9px;background:#fff;box-shadow:0 6px 22px #173b2810}.chat-composer textarea{flex:1;border:0;outline:0;resize:none;min-height:25px;max-height:130px;padding:8px;font:inherit}.chat-composer button,.chat-welcome button,.chat-empty-list button{border:0;border-radius:10px;background:#08754d;color:#fff;height:41px;padding:0 14px;display:flex;align-items:center;gap:7px;font-weight:700}.chat-composer button svg{width:17px}.chat-composer button:disabled{opacity:.45}.chat-welcome{margin:auto;text-align:center;max-width:430px;padding:25px}.chat-welcome>div{width:68px;height:68px;border-radius:22px;background:#dff3e8;color:#08754d;display:grid;place-items:center;margin:auto}.chat-welcome>div svg{width:30px;height:30px}.chat-welcome h2{font-size:27px;margin:20px 0 8px}.chat-welcome p,.chat-empty-list p{color:#748078;line-height:1.55}.chat-welcome button{margin:20px auto}.chat-empty-list{text-align:center;padding:50px 28px;color:#53635a}.chat-empty-list>svg{color:#0b7c53}.chat-empty-list b{display:block;margin:12px}.chat-empty-list button{margin:14px auto}.chat-empty-list button,.chat-welcome button{height:42px}.chat-message-actions{position:absolute;top:-17px;right:0;max-width:min(420px,85vw);display:none;align-items:center;padding:3px;border:1px solid #dce4df;border-radius:9px;background:#fff;box-shadow:0 6px 18px #173b281a;z-index:2}.chat-messages article>div{position:relative}.chat-messages article:hover .chat-message-actions{display:flex}.chat-message-actions button{border:0;background:transparent;width:28px;height:27px;display:grid;place-items:center;border-radius:6px}.chat-message-actions button:hover{background:#edf4f0}.chat-message-actions svg{width:14px}.chat-message-actions>span{display:none}.chat-reply-preview{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:min(400px,100%);border:0;border-left:3px solid #1c9063!important;border-radius:7px!important;background:#f0f5f2!important;padding:7px 10px!important;margin:0 0 4px!important;text-align:left}.chat-reply-preview b{font-size:11px;color:#08754d}.chat-reply-preview span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#67756d;font-size:12px}.chat-reactions{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}.chat-reactions button{border:1px solid #dce5df;background:#fff;border-radius:99px;padding:3px 7px;font-size:12px}.chat-reactions button.active{border-color:#56aa83;background:#e5f5ed}.chat-reactions b{font-size:10px}.chat-compose-wrap{flex:0 0 auto;background:#fff}.chat-compose-wrap .chat-composer{margin-top:0}.chat-compose-reply{margin:10px max(22px,5vw) 0;padding:9px 13px;display:flex;align-items:center;gap:10px;border:1px solid #d9e2dc;border-bottom:0;border-radius:13px 13px 0 0;background:#f5f8f6}.chat-compose-reply>svg{width:17px;color:#08754d}.chat-compose-reply span{min-width:0;flex:1}.chat-compose-reply b,.chat-compose-reply small{display:block}.chat-compose-reply small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#748078}.chat-compose-reply button{border:0;background:transparent}.chat-compose-reply button svg{width:16px}.chat-compose-reply+.chat-composer{border-radius:0 0 15px 15px}.chat-typing{height:34px;display:flex;align-items:center;gap:4px;color:#748078;font-size:11px}.chat-typing i{width:6px;height:6px;border-radius:50%;background:#55a782;animation:chatTyping 1.2s infinite}.chat-typing i:nth-child(2){animation-delay:.15s}.chat-typing i:nth-child(3){animation-delay:.3s}.chat-typing span{margin-left:5px}@keyframes chatTyping{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.chat-composer>button[type=button]{border:0;background:transparent;color:#607168;width:36px;padding:0;display:grid;place-items:center}.chat-composer>button[type=button] svg{width:18px}.chat-composer>button.recording{color:#d63d4b;animation:recordPulse 1.2s infinite}@keyframes recordPulse{50%{opacity:.45}}.chat-image{display:block;max-width:min(360px,100%);max-height:290px;object-fit:cover;border-radius:12px;margin-top:6px;border:1px solid #dce4df}.chat-audio{display:block;width:min(340px,100%);height:42px;margin-top:7px}.chat-file{display:flex;align-items:center;gap:10px;width:min(340px,100%);padding:10px;margin-top:6px;border:1px solid #dbe4de;border-radius:10px;background:#f8faf9;color:#263a30;text-decoration:none}.chat-file>svg{width:20px;color:#08754d}.chat-file span{min-width:0}.chat-file b,.chat-file small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-file small,.chat-file-loading{color:#7a8780;font-size:11px}.chat-thread-search{position:absolute;z-index:10;top:78px;left:0;right:0;height:52px;padding:7px 24px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #dfe5e1;background:#fff}.chat-thread{position:relative}.chat-thread-search>svg{width:17px}.chat-thread-search>input{border:0;outline:0;flex:1;font:inherit}.chat-thread-search>button{border:0;background:transparent}.chat-thread-search>button svg{width:17px}.chat-thread-search>div{position:absolute;top:51px;left:20px;right:20px;max-height:330px;overflow:auto;border:1px solid #dce4df;border-radius:12px;background:#fff;box-shadow:0 15px 40px #173b2820;padding:7px}.chat-thread-search>div>button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:130px 1fr auto;gap:10px;padding:10px;text-align:left;border-radius:8px}.chat-thread-search>div>button:hover{background:#eff6f2}.chat-thread-search>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-thread-search>div small{color:#7d8982}.chat-thread-search>div p{text-align:center;color:#7a8780}.chat-thread>header>i.online{position:relative;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #2bc477}.chat-thread>header>button.active{background:#e2f4ea;color:#08754d;border-color:#9ccdb5}.chat-thread>header>button svg,.chat-conversation-menu summary svg{width:17px}.chat-conversation-menu{position:relative}.chat-conversation-menu summary{list-style:none;width:38px;height:38px;border:1px solid #dce3de;border-radius:10px;background:#fff;color:#506158;display:grid;place-items:center}.chat-conversation-menu summary::-webkit-details-marker{display:none}.chat-list-heading a,.chat-list-heading>button,.chat-thread>header>button,.chat-call-buttons button,.chat-conversation-menu summary{box-sizing:border-box;padding:0;display:inline-grid;place-items:center;align-items:center;justify-items:center;line-height:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.chat-list-heading a>svg,.chat-list-heading>button>svg,.chat-thread>header>button>svg,.chat-call-buttons button>svg,.chat-conversation-menu summary>svg{display:block;flex:0 0 auto;width:18px;height:18px;margin:0;transform:none}.chat-conversation-menu>div{position:absolute;right:0;top:45px;z-index:20;width:230px;padding:7px;background:#fff;border:1px solid #dce4df;border-radius:12px;box-shadow:0 15px 45px #173b2825}.chat-conversation-menu button{width:100%;border:0;background:transparent;padding:10px;display:flex;align-items:center;gap:9px;text-align:left;border-radius:8px}.chat-conversation-menu button:hover{background:#eef5f1}.chat-conversation-menu button svg{width:16px}.chat-message-actions button.active{color:#0a8156;background:#e1f3e9}.chat-pinned-label{display:inline-flex!important;align-items:center!important;gap:4px!important;color:#08754d;font-size:10px!important;margin:0 0 4px!important}.chat-pinned-label svg{width:11px}.chat-filter-empty{text-align:center;color:#7a8780;padding:45px}.chat-forward-dialog{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;background:#1833295c;display:grid;place-items:center;padding:20px}.chat-forward-dialog>div{width:min(440px,100%);max-height:70vh;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 24px 65px #10291f40;overflow:hidden}.chat-forward-dialog header{padding:18px 20px;display:flex;justify-content:space-between;border-bottom:1px solid #e0e6e2}.chat-forward-dialog header small{font-size:10px;letter-spacing:.13em;color:#08754d;font-weight:800}.chat-forward-dialog h3{margin:4px 0 0}.chat-forward-dialog header button{border:0;background:transparent}.chat-forward-dialog header svg{width:18px}.chat-forward-dialog>div>p{margin:15px 20px;padding:10px;background:#f3f6f4;border-radius:8px;color:#617067;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-forward-dialog nav{padding:0 10px 15px;overflow:auto}.chat-forward-dialog nav button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:38px 1fr 25px;align-items:center;gap:10px;padding:9px;border-radius:9px;text-align:left}.chat-forward-dialog nav button:hover{background:#eaf4ef}.chat-forward-dialog nav i{width:36px;height:36px;border-radius:12px;background:#def1e7;display:grid;place-items:center;font-style:normal;color:#08754d;font-weight:800}.chat-forward-dialog nav span,.chat-forward-dialog nav small{display:block}.chat-forward-dialog nav small{color:#7b8780}.chat-forward-dialog nav svg{width:16px}.chat-archive-filter{margin:0 18px 8px;border:0;background:transparent;color:#65756c;display:flex;align-items:center;gap:7px;padding:6px 8px;font-size:12px}.chat-archive-filter svg{width:14px}.chat-archive-filter.active{color:#08754d;font-weight:700}.chat-list nav>button.archived{opacity:.7}.chat-call-buttons{display:flex;gap:6px}.chat-call-buttons button{width:38px;height:38px;border:1px solid #dce3de;border-radius:10px;background:#fff;color:#315646;display:grid;place-items:center}.chat-call-buttons button:hover{background:#e7f5ed;color:#08754d}.chat-call-buttons button:disabled{opacity:.45}.chat-call-buttons svg{width:17px}.call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0c1d17e8;display:grid;place-items:center;padding:24px}.call-card{width:min(760px,100%);text-align:center;color:#fff}.call-card>p{font-size:11px;letter-spacing:.16em;color:#a9c4b7;font-weight:800}.call-card h2{font-size:30px;margin:8px 0 22px}.call-video{position:relative;width:100%;aspect-ratio:16/9;border-radius:20px;overflow:hidden;background:#142a21;box-shadow:0 28px 80px #0006}.call-video video:first-child{width:100%;height:100%;object-fit:cover}.call-video video:last-child{position:absolute;right:16px;bottom:16px;width:25%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:2px solid #ffffff80;background:#253d33}.call-video.audio{max-width:380px;aspect-ratio:1;margin:auto;border-radius:50%}.call-video.audio video{opacity:0}.call-actions{display:flex;justify-content:center;gap:14px;margin-top:24px}.call-actions button{min-width:54px;height:54px;border:0;border-radius:99px;background:#fff;color:#18382a;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;font-weight:700}.call-actions button.accept{background:#1baa69;color:#fff}.call-actions button.decline{background:#e44854;color:#fff}.call-actions svg{width:20px}.call-error{position:fixed;z-index:1100;right:20px;bottom:20px;padding:12px 16px;border-radius:10px;background:#ffe8e8;color:#b2232e;box-shadow:0 10px 30px #0002}@media(max-width:760px){.chat-call-buttons{margin-left:auto}.call-card h2{font-size:24px}.call-video video:last-child{width:34%}}.chat-member-picker{z-index:200;max-height:calc(100vh - 180px);overflow:auto;pointer-events:auto;box-shadow:0 18px 50px #183a2938}.chat-picker-title{display:flex;align-items:center;justify-content:space-between;padding:5px 8px 9px}.chat-picker-title>button{border:0;background:transparent;display:grid;place-items:center}.chat-picker-title svg{width:16px}.chat-picker-section-title{display:block;padding:10px 8px 5px;color:#75837b;font-size:9px;font-weight:800;letter-spacing:.12em}.chat-member-picker>button{grid-template-columns:36px 1fr auto;cursor:pointer}.chat-member-picker>button:hover{background:#eaf4ef}.chat-member-picker>button:disabled{cursor:not-allowed;opacity:.55}.chat-member-picker>p{margin:8px;padding:10px;border-radius:8px;background:#f4f6f4;color:#69776f;font-size:12px}.chat-member-picker>p.error{background:#fff0f0;color:#b72f38}.chat-member-picker em{font-style:normal;color:#08754d;font-size:11px}@media(max-width:760px){.chat-shell{grid-template-columns:1fr}.chat-list{display:none}.chat-thread>header{padding:0 14px}.chat-messages{padding:18px 12px}.chat-composer{margin:10px 12px 14px}.chat-compose-reply{margin:10px 12px 0}.chat-page .top-search,.chat-page .org-switcher{display:none}}.forms-shell{min-height:100vh;background:#f6f8f7;color:#17231f}.forms-page{max-width:1440px;margin:0 auto;padding:28px 28px 70px}.forms-breadcrumb{display:flex;gap:8px;color:#65736d;font-size:13px}.forms-breadcrumb a{color:inherit}.forms-page>header{display:flex;justify-content:space-between;align-items:end;margin:24px 0}.forms-page h1{font:600 48px/1.05 Georgia,serif;margin:5px 0 8px}.forms-page>header p:last-child,.forms-muted{color:#68756f}.forms-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#087c57!important;color:#fff!important;border:0!important;border-radius:10px!important;padding:12px 18px!important;font-weight:750}.forms-primary svg{width:17px}.forms-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}.forms-list,.forms-workspace{background:#fff;border:1px solid #d8e0dc;border-radius:16px;min-height:610px}.forms-list>div:first-child{display:flex;justify-content:space-between;padding:12px}.forms-list>div:first-child span{background:#edf2ef;border-radius:99px;padding:2px 8px}.forms-list>button{width:100%;border:0;background:transparent;border-radius:11px;padding:13px;text-align:left;display:flex;justify-content:space-between;color:#1a2822}.forms-list>button:hover,.forms-list>button.active{background:#eaf5f0}.forms-list button>span{display:grid;grid-template-columns:26px 1fr;align-items:center}.forms-list button svg{width:18px;color:#087c57;grid-row:1/3}.forms-list button small{color:#77847e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:205px}.forms-list button i{width:8px;height:8px;border-radius:50%;background:#aeb8b3}.forms-list button i.published{background:#19a874}.forms-empty-small,.forms-empty{text-align:center;padding:60px 24px;color:#6a7771}.forms-empty-small svg,.forms-empty>svg{color:#14835e}.forms-empty-small p,.forms-empty p{margin:7px}.forms-editor-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid #e0e6e3}.forms-editor-head>div:first-child{display:grid;gap:4px}.forms-editor-head input{border:0;font:700 22px/1.3 inherit;padding:3px;width:min(480px,50vw)}.forms-editor-head span{font-size:13px;color:#728078}.forms-editor-head>div:last-child{display:flex;gap:7px}.forms-editor-head button,.forms-editor-head a{height:40px;min-width:40px;border:1px solid #d3dcd7;border-radius:9px;background:#fff;display:grid;place-items:center;color:#405049}.forms-editor-head svg{width:17px}.forms-editor-head .forms-save{display:block;background:#087c57;color:#fff;border-color:#087c57;padding:0 15px}.forms-tabs{display:flex;padding:0 22px;border-bottom:1px solid #e0e6e3}.forms-tabs button{border:0;background:transparent;padding:14px 4px;margin-right:24px;border-bottom:2px solid transparent}.forms-tabs button.active{color:#087c57;border-color:#087c57;font-weight:700}.forms-tabs span{background:#edf2ef;border-radius:99px;padding:1px 6px}.forms-builder{padding:22px;max-width:900px}.form-settings-card,.form-field-card,.forms-publish{border:1px solid #dbe2de;border-radius:12px;background:#fbfcfb;padding:17px}.form-settings-card label{display:grid;gap:6px;font-size:13px;font-weight:700}.form-settings-card textarea,.form-settings-card input,.form-field-card input,.form-field-card select{border:1px solid #cbd6d0;border-radius:8px;padding:10px;font:inherit;background:#fff}.form-settings-card textarea{min-height:70px;resize:vertical}.form-settings-card>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.form-fields-heading{display:flex;justify-content:space-between;align-items:center;margin:24px 0 12px}.form-fields-heading h2{margin:0}.form-fields-heading p{margin:3px 0;color:#728078}.form-fields-heading button{display:flex;gap:6px;border:1px solid #bfcac4;background:#fff;border-radius:8px;padding:9px 11px}.form-fields-heading svg{width:16px}.form-field-card{display:grid;grid-template-columns:24px 1fr auto auto;gap:10px;align-items:center;margin-bottom:10px}.field-grip{width:17px;color:#9aa6a0}.field-main{display:grid;gap:8px}.field-main>input:first-child{font-weight:700}.field-main>div{display:grid;grid-template-columns:160px 1fr;gap:8px}.field-required{display:flex;gap:6px;align-items:center;font-size:13px}.field-delete{border:0;background:transparent;color:#b84444}.field-delete svg{width:17px}.forms-publish{margin-top:18px;display:flex;align-items:center;justify-content:space-between}.forms-publish>div{display:flex;gap:12px;align-items:center}.forms-publish svg{color:#087c57}.forms-publish span{display:grid}.forms-publish small{color:#728078}.switch input{position:absolute;opacity:0}.switch span{display:block;width:46px;height:26px;background:#c8d0cc;border-radius:99px;padding:3px}.switch span:after{content:"";display:block;width:20px;height:20px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+span{background:#087c57}.switch input:checked+span:after{transform:translate(20px)}.forms-danger{border-top:1px solid #e3e8e5;margin-top:24px;padding-top:18px}.forms-danger button{display:flex;gap:7px;color:#c33;border:0;background:transparent}.forms-danger svg{width:16px}.forms-submissions{padding:22px}.forms-submissions>article{border:1px solid #dbe2de;border-radius:12px;padding:18px;margin-bottom:12px}.forms-submissions article>div{display:flex;justify-content:space-between}.forms-submissions article span{color:#728078;font-size:13px}.forms-submissions dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.forms-submissions dl div{background:#f5f7f6;padding:10px;border-radius:8px}.forms-submissions dt{font-size:12px;color:#728078}.forms-submissions dd{margin:3px 0 0}.forms-submissions a{display:inline-flex;gap:5px;color:#087c57}.forms-submissions a svg{width:14px}.forms-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#10231b99;z-index:1000;display:grid;place-items:center;padding:20px}.forms-modal{width:min(520px,100%);background:#fff;border-radius:18px;padding:24px;box-shadow:0 30px 90px #0003}.forms-modal header{display:flex;justify-content:space-between}.forms-modal h2{font:600 34px Georgia,serif;margin:5px 0 20px}.forms-modal header p{font-size:12px;letter-spacing:.15em;color:#087c57;font-weight:800}.forms-modal header button{border:1px solid #d3dcd7;background:#fff;border-radius:9px;width:42px;height:42px}.forms-modal label{display:grid;gap:7px;margin:14px 0;font-weight:700}.forms-modal input,.forms-modal select{padding:12px;border:1px solid #cbd6d0;border-radius:9px;font:inherit}.forms-modal footer{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.forms-modal footer>button:first-child{border:1px solid #ccd5d0;background:#fff;border-radius:9px;padding:10px 15px}.forms-error{background:#fff0ef;color:#b12d28;padding:10px;border-radius:8px}.public-form-page{min-height:100vh;background:linear-gradient(145deg,#f5f2e9,#e6f5ed);padding:60px 20px;display:grid;place-items:start center}.public-form-card{width:min(680px,100%);background:#fff;border:1px solid #d5dfda;border-radius:20px;padding:38px;box-shadow:0 20px 60px #1d543927}.public-form-card .eyebrow{letter-spacing:.16em;font-size:12px;color:#087c57;font-weight:800}.public-form-card h1{font:600 44px/1.05 Georgia,serif;margin:9px 0}.public-form-description{color:#68756f;margin-bottom:30px;white-space:pre-wrap}.public-form-card>label{display:grid;gap:8px;margin:20px 0;font-weight:700}.public-form-card label>b{color:#c33}.public-form-card input,.public-form-card textarea,.public-form-card select{border:1px solid #c6d2cc;border-radius:10px;padding:13px;font:inherit}.public-form-card textarea{min-height:110px;resize:vertical}.public-checkbox{display:flex;align-items:center;gap:9px;font-weight:400}.public-checkbox input{width:20px;height:20px}.public-form-card>.forms-primary{width:100%;margin-top:12px}.public-form-card>small{display:block;text-align:center;color:#84908a;margin-top:16px}.public-form-success{text-align:center}.public-form-success>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#e2f5eb;color:#087c57;font-size:28px;margin:auto}.form-honeypot{position:absolute!important;left:-9999px!important}@media(max-width:900px){.forms-page{padding:20px 14px 70px}.forms-layout{grid-template-columns:1fr}.forms-list{min-height:auto}.forms-workspace{min-height:500px}.forms-page h1{font-size:38px}.form-field-card{grid-template-columns:20px 1fr auto}.field-required{grid-column:2}.field-main>div,.form-settings-card>div{grid-template-columns:1fr}.public-form-card{padding:25px}.public-form-card h1{font-size:36px}.forms-editor-head{align-items:flex-start;gap:12px}.forms-editor-head>div:last-child{flex-wrap:wrap;justify-content:flex-end}}.forms-modal header button{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 42px;width:42px;height:42px;margin:0!important;padding:0!important;line-height:1!important}.forms-modal header button svg{display:block;width:22px;height:22px;margin:0}.form-advanced-settings,.forms-analytics{display:grid;gap:16px}.form-advanced-settings{margin-top:16px;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 1px 2px #132d230a}.form-advanced-settings>header{display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--line)}.form-advanced-settings>header>svg{flex:0 0 auto;width:40px;height:40px;padding:9px;border-radius:10px;background:var(--green-soft);color:var(--green)}.form-advanced-settings>header h3,.form-advanced-settings>header p{margin:0}.form-advanced-settings>header h3{font-size:16px;line-height:1.35}.form-advanced-settings>header p{margin-top:3px;color:var(--ink-muted);font-size:13px}.form-setting-grid,.analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.form-setting-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-setting-grid label{display:grid;gap:7px;color:var(--ink-muted);font-size:13px}.form-setting-grid input,.field-condition select,.field-condition input{width:100%;min-width:0}.form-setting-grid input:not([type=color]),.form-setting-grid select,.form-wide-setting input{width:100%;min-width:0;height:44px;padding:0 12px;border:1px solid var(--line-strong, #cbd6d0);border-radius:9px;background:var(--surface);color:var(--ink);font:inherit}.form-setting-grid input[type=color]{width:100%;height:44px;padding:4px;border:1px solid var(--line-strong, #cbd6d0);border-radius:9px;background:var(--surface);cursor:pointer}.form-setting-grid input[type=color]::-webkit-color-swatch-wrapper{padding:0}.form-setting-grid input[type=color]::-webkit-color-swatch{border:0;border-radius:6px}.form-wide-setting{display:grid;gap:7px;color:var(--ink-muted);font-size:13px}.form-wide-setting>span{display:inline-flex;align-items:center;gap:7px}.form-wide-setting>span svg{width:16px;height:16px;color:var(--green)}.form-check-setting{display:flex!important;align-items:center;grid-template-columns:none!important;gap:9px!important;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:var(--surface-muted);color:var(--ink);cursor:pointer}.form-check-setting input{width:17px;height:17px;accent-color:var(--green)}.field-condition{display:grid;grid-template-columns:minmax(130px,1fr) minmax(120px,.8fr) minmax(130px,1fr);gap:8px;padding:10px;border-radius:10px;background:var(--surface-muted)}.submission-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.analytics-card{min-height:112px}.analytics-card strong{display:block;margin-top:8px;font-size:28px}.group-forms-menu{position:relative}.board-group>header{grid-template-columns:auto auto auto minmax(200px,1fr) auto!important}.group-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:max-content}.group-header-actions>.action-menu{flex:0 0 auto}.group-forms-menu>summary{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink-muted);cursor:pointer;list-style:none}.group-forms-menu>summary::-webkit-details-marker{display:none}.group-forms-menu[open]>div{position:absolute;z-index:80;top:calc(100% + 6px);right:0;width:250px;padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-lg)}.board-group:has(>header .group-forms-menu[open]),.board-group>header:has(.group-forms-menu[open]){z-index:1001!important;overflow:visible!important}.group-forms-menu[open]>div{z-index:1002}.group-forms-menu section{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:5px;padding:7px 3px}.group-forms-menu section>span{display:grid;min-width:0}.group-forms-menu section small{overflow:hidden;color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap}.group-forms-menu a,.group-forms-menu button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:var(--ink);text-align:left;text-decoration:none}.group-forms-menu a:hover,.group-forms-menu button:hover{background:var(--surface-muted)}.public-form-page{background:var(--form-background, var(--page-bg))}.public-form-card .eyebrow{color:var(--form-primary, var(--green))}.public-form-card>.forms-primary{background:var(--form-primary, var(--green))}.form-access-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.form-access-options>label{display:flex;align-items:flex-start;gap:9px;min-height:74px;padding:14px;border:1px solid var(--line);border-radius:11px;cursor:pointer}.form-access-options>label input{flex:0 0 auto;width:17px;height:17px;margin-top:1px;accent-color:var(--green)}.form-access-options b{color:var(--ink);font-size:14px}.form-access-options>label.active{border-color:var(--green);background:var(--green-soft)}.form-access-options span,.form-audience-grid label>span{display:grid;gap:3px}.form-access-options small,.form-audience-grid small{color:var(--ink-muted);font-size:11px}.form-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-audience-grid>div{display:grid;align-content:start;gap:5px;max-height:260px;overflow:auto;padding:10px;border:1px solid var(--line);border-radius:10px}.form-audience-grid label{display:flex;align-items:center;gap:9px;padding:7px;border-radius:7px}.form-audience-grid label:hover{background:var(--surface-muted)}.public-form-progress{display:grid;grid-template-columns:1fr auto;gap:8px;color:var(--muted);font-size:13px}.public-form-progress b{color:var(--ink)}.public-form-progress i{grid-column:1 / -1;height:6px;overflow:hidden;border-radius:999px;background:var(--surface-muted)}.public-form-progress em{display:block;height:100%;border-radius:inherit;background:var(--form-primary, var(--brand));transition:width .18s ease}.public-form-actions{display:flex;justify-content:flex-end;gap:10px}.public-form-actions>button{min-width:110px}.public-multi-select{display:grid;gap:8px}.public-multi-select label{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:9px}.public-rating{display:flex;gap:5px}.public-rating button{border:0;padding:3px;background:transparent;color:#b8b9b3;font-size:30px}.public-rating button.active{color:#e7a51b}.submission-toolbar label{display:flex;align-items:center;gap:7px;min-width:220px;margin-left:auto}.submission-toolbar label svg{width:17px}.submission-toolbar label input{width:100%}.forms-submissions article footer,.submission-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px}.submission-delete{color:#bd342f}.submission-delete svg{width:16px}.submission-pagination{justify-content:center;padding:12px 0}.field-options-extra{min-width:220px}@media(max-width:900px){.form-setting-grid,.analytics-grid,.field-condition,.form-access-options,.form-audience-grid{grid-template-columns:1fr}.board-group>header{grid-template-columns:auto auto auto minmax(160px,1fr) auto!important}}.forms-submissions,.forms-analytics{padding:24px;background:#f8faf9}.submission-toolbar{display:grid;grid-template-columns:1fr minmax(240px,320px) auto;align-items:center;gap:12px;margin:0 0 20px;padding:14px 16px;border:1px solid #dfe6e2;border-radius:12px;background:#fff}.submission-toolbar>span{color:#26372f;font-size:13px;font-weight:750}.submission-toolbar label{min-width:0;height:40px;margin:0;padding:0 11px;border:1px solid #d4ddd8;border-radius:9px;background:#fafcfb;color:#718078}.submission-toolbar label:focus-within{border-color:#16825a;box-shadow:0 0 0 3px #dff3e9;background:#fff}.submission-toolbar label input{height:38px;padding:0;border:0;outline:0;background:transparent;font:inherit}.submission-toolbar>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:40px;margin:0;padding:0 14px;border:1px solid #cdd9d2;border-radius:9px;background:#fff;color:#315244;font:inherit;font-size:13px;font-weight:700}.submission-toolbar>button:hover{border-color:#16825a;background:#eef8f3;color:#087a52}.submission-toolbar>button svg{width:16px;height:16px}.forms-submissions>.forms-empty{min-height:300px;padding:40px 24px;border:1px dashed #d4dfd9;border-radius:14px;background:#fff;align-content:center}.forms-submissions>.forms-empty>svg{box-sizing:content-box;width:26px;height:26px;padding:13px;border-radius:14px;background:#e5f4ec;color:#087c57}.forms-submissions>.forms-empty h2{margin:12px 0 0;color:#26372f;font-size:17px}.forms-submissions>.forms-empty p{margin:5px 0 0;font-size:13px}.submission-pagination{width:max-content;margin:18px auto 0;padding:5px;border:1px solid #dfe6e2;border-radius:10px;background:#fff}.submission-pagination span{min-width:66px;text-align:center;color:#52645b;font-size:12px;font-weight:700}.submission-pagination button{height:34px;margin:0;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#315244;font:inherit;font-size:12px}.submission-pagination button:not(:disabled):hover{background:#eaf5ef;color:#087a52}.submission-pagination button:disabled{color:#a9b2ad;cursor:not-allowed}.forms-analytics{gap:18px}.forms-analytics .analytics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.forms-analytics .analytics-grid article{display:flex;align-items:center;gap:13px;min-height:92px;padding:17px;border:1px solid #dfe6e2;border-radius:13px;background:#fff;box-shadow:0 1px 2px #132d230a}.forms-analytics .analytics-grid article>svg{box-sizing:content-box;flex:0 0 auto;width:20px;height:20px;padding:10px;border-radius:10px;background:#e5f4ec;color:#087c57}.forms-analytics .analytics-grid article>span{display:flex;min-width:0;flex-direction:column;gap:4px;color:#6d7b73;font-size:12px}.forms-analytics .analytics-grid article strong{margin:0;color:#17271f;font-size:25px;line-height:1}.forms-analytics>section{padding:20px;border:1px solid #dfe6e2;border-radius:13px;background:#fff}.forms-analytics>section h3{margin:0 0 5px;font-size:16px}.forms-analytics>section p{margin:0 0 16px;color:#6d7b73;font-size:13px}.forms-analytics>section>div{height:8px;overflow:hidden;border-radius:99px;background:#e7ede9}.forms-analytics>section>div span{display:block;height:100%;border-radius:inherit;background:#16825a}@media(max-width:1000px){.forms-analytics .analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.submission-toolbar,.forms-analytics .analytics-grid{grid-template-columns:1fr}}.workspace-main{width:100%;max-width:1440px;margin:0 auto;padding:64px clamp(64px,5vw,80px)}.workspace-heading{border-bottom:1px solid #d9dcd8;padding-bottom:44px}.workspace-heading h1{margin:.65rem 0 1.25rem;font-size:clamp(3.25rem,4.5vw,4rem);line-height:1}.workspace-name-display{min-width:0}.workspace-name-display h1{min-width:0;overflow-wrap:anywhere}.workspace-name-edit,.workspace-name-action{width:44px;height:44px;margin:0;border-radius:11px;opacity:1;transform:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.workspace-name-edit:active,.workspace-name-action:active{transform:scale(.96)}.workspace-name-edit:focus-visible,.workspace-name-action:focus-visible{outline:3px solid #9dc9af;outline-offset:3px}.workspace-name-editor{width:min(760px,100%);margin:.65rem 0 1.25rem}.workspace-name-editor input{height:64px;font-size:clamp(2.75rem,4.5vw,4rem)}.workspace-heading>div>p:last-child{max-width:650px;margin:0;font-size:1.125rem;line-height:1.55}.primary-button.compact{min-height:44px;border-radius:11px}.workspace-section{margin-top:52px}.workspace-section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:32px}.workspace-section-heading>div{display:flex;align-items:center;gap:.65rem}.workspace-section-heading h2{margin:0;font-family:Georgia,serif;font-size:2.15rem;font-weight:500;letter-spacing:-.025em}.board-count{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 .45rem;border-radius:999px;background:#e7ebe7;color:#5e6b63;font-size:.8rem;font-weight:750}.board-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}.board-card{min-width:0;min-height:140px;grid-template-columns:auto minmax(0,1fr) auto;gap:1.15rem;padding:24px;border-radius:15px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.board-card:hover{border-color:#9aaba0;box-shadow:0 10px 25px #26372e12}.board-card:focus-visible{outline:3px solid #76ad8e;outline-offset:3px}.board-card h3{overflow:hidden;font-size:1rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.board-card p{display:-webkit-box;overflow:hidden;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.board-card-icon{width:54px;height:54px;border-radius:12px}.board-card-icon svg{width:25px}.board-card-arrow{transition:transform .18s ease}.board-card:hover .board-card-arrow{transform:translate(4px)}.empty-board-list{min-height:300px;padding:48px 24px;border-radius:15px;place-content:center;background:#ffffff80}.empty-board-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:14px;color:#1f6a4a;background:#e0eee4}.empty-board-list h3{margin:1.2rem 0 .35rem;font-family:Georgia,serif;font-size:1.65rem}.empty-board-list p{max-width:430px;margin:0 0 1.35rem;line-height:1.55}.inline-create{margin-top:24px}@media(max-width:1100px){.workspace-main{padding:48px 32px}.workspace-heading h1{font-size:3.25rem}.board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.workspace-main{padding:40px 32px}}@media(max-width:640px){.workspace-main{padding:32px 20px 92px!important}.workspace-heading{padding-bottom:40px}.workspace-heading h1{margin:.55rem 0 1rem;font-size:clamp(2.375rem,12vw,2.625rem);line-height:1.02}.workspace-name-display{align-items:center;gap:.55rem}.workspace-name-editor{grid-template-columns:minmax(0,1fr) auto auto}.workspace-name-editor input{height:54px;font-size:2.375rem}.workspace-heading>div>p:last-child{font-size:1rem}.workspace-section{margin-top:48px}.workspace-section-heading{flex-wrap:wrap;margin-bottom:28px}.workspace-section-heading h2{font-size:1.875rem}.board-grid{grid-template-columns:minmax(0,1fr);gap:16px}.board-card{min-height:132px;padding:20px;gap:.9rem}.board-card-icon{width:52px;height:52px}.empty-board-list{min-height:280px;padding:40px 20px}}@media(prefers-reduced-motion:reduce){.workspace-name-edit,.workspace-name-action,.board-card,.board-card-arrow{transition:none}.board-card:hover,.board-card:hover .board-card-arrow{transform:none}}.workspace-main{max-width:none;padding:20px 24px 0!important}.workspace-content{padding:20px 24px 0}.workspace-heading{padding-bottom:28px}.workspace-heading h1{margin-bottom:14px}.workspace-heading .workspace-name-display h1{font-size:clamp(42px,5vw,45px)}.workspace-section{margin-top:32px}.workspace-section-header{margin-bottom:18px}.board-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.board-card{min-height:108px;gap:13px;padding:16px;border-radius:12px}.board-card-icon{width:44px;height:44px;border-radius:10px}.board-card-icon svg{width:21px;height:21px}.board-card h3{font-size:15px}.board-card p{margin-top:4px;font-size:12px}@media(max-width:1250px){.board-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:950px){.workspace-main{padding:30px 28px 48px}.board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.workspace-main{padding:26px 20px 44px!important}.board-grid{grid-template-columns:minmax(0,1fr)}}.global-search-trigger{margin:0;border:0;cursor:pointer;text-align:left}.global-search-trigger kbd{margin-left:auto}.global-search-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:7vh 18px;background:#111926a8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.global-search-dialog{display:flex;width:min(920px,100%);max-height:86vh;overflow:hidden;flex-direction:column;border:1px solid rgba(255,255,255,.5);border-radius:20px;background:#fff;box-shadow:0 30px 100px #0f172a4d}.global-search-dialog>header{display:grid;min-height:68px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:8px 14px 8px 20px;border-bottom:1px solid var(--ds-border,#dce2ee)}.global-search-dialog>header>svg{color:var(--ds-primary,#2378d8)}.global-search-dialog>header input{height:50px;border:0;outline:0;color:var(--ds-text,#17231f);font:inherit;font-size:17px}.global-search-dialog button{margin:0}.global-search-dialog>header button{display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--ds-muted,#68707b)}.global-search-dialog>header button:hover,.global-search-dialog>header button.active{border-color:var(--ds-border,#dce2ee);background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-primary,#2378d8)}.global-search-dialog>header button svg{width:19px;height:19px}.search-filters{display:grid;gap:10px;padding:14px 20px;border-bottom:1px solid var(--ds-border,#dce2ee);background:var(--ds-surface-muted,#f5f6fb)}.search-filters>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.search-filters strong{width:76px;font-size:12px}.search-filters button{min-height:32px;padding:6px 11px;border:1px solid var(--ds-border,#dce2ee);border-radius:999px;background:#fff;font-size:12px;text-transform:capitalize}.search-filters button.active{border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 38%,white);background:color-mix(in srgb,var(--ds-primary,#2378d8) 10%,white);color:var(--ds-primary,#2378d8)}.search-filters small{color:var(--ds-muted,#68707b)}.search-filters code{padding:3px 6px;border-radius:5px;background:#e9edf5}.search-mode-tabs{display:flex;height:45px;justify-content:flex-start;gap:18px;padding:0 20px;border-bottom:1px solid var(--ds-border,#dce2ee)}.search-mode-tabs button{display:flex;height:45px;align-items:center;gap:6px;padding:0 5px;border:0;border-radius:0;background:transparent;color:var(--ds-muted,#68707b);font-size:12px}.search-mode-tabs button svg{width:15px}.search-mode-tabs button.active{border-bottom:2px solid var(--ds-primary,#2378d8);color:var(--ds-primary,#2378d8)}.global-search-dialog>main{min-height:270px;overflow:auto}.search-results,.command-results{padding:9px}.search-results>button,.command-results>button{display:grid;width:100%;min-height:72px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:10px 13px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--ds-text,#17231f);text-align:left}.search-results>button:hover,.search-results>button.selected,.command-results>button:hover,.command-results>button.selected{border-color:color-mix(in srgb,var(--ds-primary,#2378d8) 17%,white);background:color-mix(in srgb,var(--ds-primary,#2378d8) 7%,white)}.search-results i{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 10%,white);color:var(--ds-primary,#2378d8)}.search-results i svg{width:18px}.search-results>button>span{display:grid;min-width:0;gap:3px}.search-results b,.search-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-results small{color:var(--ds-muted,#68707b);font-weight:400}.search-results em{color:#87909c;font-size:10px;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.search-results>button>svg,.command-results>button>svg{width:17px;color:#98a1af}.search-home{display:grid;gap:20px;padding:17px 20px}.search-home section{display:grid;gap:4px}.search-label{display:flex;align-items:center;gap:7px;margin:4px 4px 8px;color:var(--ds-muted,#68707b);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.search-label svg{width:15px}.recent-row,.history-row{min-height:46px;border-radius:9px}.recent-row{display:flex;align-items:center;justify-content:space-between;padding:8px 11px;border:0;background:transparent;text-align:left}.recent-row:hover,.history-row:hover{background:var(--ds-surface-muted,#f5f6fb)}.recent-row small,.history-row span{color:var(--ds-muted,#68707b)}.history-row{display:grid;grid-template-columns:1fr auto}.history-row>button:first-child{display:flex;align-items:baseline;gap:10px;padding:8px 11px;border:0;background:transparent;text-align:left}.history-row>button:last-child{padding:8px;border:0;background:transparent;color:#929aa6}.history-row svg{width:16px}.command-tip{display:flex;align-items:center;gap:7px;margin:8px 0 0;padding:13px;border-top:1px solid var(--ds-border,#dce2ee);color:var(--ds-muted,#68707b);font-size:12px}.command-tip svg{width:15px}.global-search-dialog kbd{padding:3px 6px;border:1px solid var(--ds-border,#dce2ee);border-radius:6px;background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-muted,#68707b);font:inherit;font-size:10px}.search-empty{display:grid;min-height:250px;place-items:center;align-content:center;gap:9px;color:var(--ds-muted,#68707b);text-align:center}.search-empty svg{width:34px;height:34px;padding:8px;border-radius:11px;background:color-mix(in srgb,var(--ds-primary,#2378d8) 8%,white);color:var(--ds-primary,#2378d8)}.search-empty b{color:var(--ds-text,#17231f)}.search-empty.compact{min-height:90px}.search-loading{display:grid;gap:10px;padding:16px}.search-loading span{height:62px;border-radius:11px;background:linear-gradient(90deg,#f0f2f7,#fafbfe,#f0f2f7);background-size:200%;animation:search-shimmer 1.4s infinite}.global-search-dialog footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 16px;border-top:1px solid var(--ds-border,#dce2ee);background:#fffffff5;color:var(--ds-muted,#68707b);font-size:11px}.global-search-dialog footer form{display:flex;align-items:center}.global-search-dialog footer input{width:165px;height:36px;padding:0 9px;border:1px solid var(--ds-border,#dce2ee);border-radius:8px 0 0 8px}.global-search-dialog footer button{display:flex;height:36px;align-items:center;gap:5px;padding:0 11px;border:0;border-radius:0 8px 8px 0;background:var(--ds-primary,#2378d8);color:#fff}.global-search-dialog footer svg{width:14px}.search-analytics{padding:22px}.search-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.search-metrics span{display:grid;gap:5px;padding:17px;border:1px solid var(--ds-border,#dce2ee);border-radius:12px;background:var(--ds-surface-muted,#f5f6fb);color:var(--ds-muted,#68707b)}.search-metrics b{color:var(--ds-text,#17231f);font-size:23px}.search-analytics h3{margin-top:24px}.analytics-row{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid var(--ds-border,#dce2ee)}.command-results>button{min-height:50px;grid-template-columns:1fr auto auto}.command-results kbd{margin-right:8px}@keyframes search-shimmer{to{background-position:-200%}}@media(max-width:700px){.global-search-backdrop{padding:0}.global-search-dialog{height:100dvh;max-height:none;border:0;border-radius:0}.global-search-dialog>header{grid-template-columns:auto 1fr auto auto;padding-left:14px}.search-metrics{grid-template-columns:1fr 1fr}.global-search-dialog footer{align-items:flex-start;flex-direction:column}.global-search-dialog footer form,.global-search-dialog footer input{width:100%}}@font-face{font-family:Daysiz Sans;src:url(/fonts/Instagram%20Sans.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Daysiz Sans;src:url(/fonts/Instagram%20Sans%20Medium.ttf) format("truetype");font-style:normal;font-weight:500 700;font-display:swap}@font-face{font-family:Daysiz Sans;src:url(/fonts/Instagram%20Sans%20Bold.ttf) format("truetype");font-style:normal;font-weight:800 900;font-display:swap}:root{font-family:Daysiz Sans,Inter,ui-sans-serif,system-ui,sans-serif}button,input,select,textarea{font-family:inherit}.landing{font-family:Daysiz Sans,Inter,ui-sans-serif,system-ui,sans-serif}.daysiz-logo{display:block;flex:0 0 auto;object-fit:contain}.daysiz-logo-wordmark{width:130px;height:42px;object-fit:cover;object-position:center}.daysiz-logo-mark{width:32px;height:32px}.brand .daysiz-logo-wordmark{width:130px;height:42px}.landing-brand .daysiz-logo-wordmark{width:142px;height:46px}.window-logo{overflow:hidden;background:#fff!important;padding:2px}.window-logo .daysiz-logo-mark{width:100%;height:100%}.portal-brand .daysiz-logo-mark{width:28px;height:28px}.shared-report>header>.daysiz-logo-wordmark{width:142px;height:46px}.status-page .brand .daysiz-logo-wordmark{width:134px;height:44px}@media(max-width:560px){.app-topbar .daysiz-logo-wordmark{width:34px;height:34px;object-position:left}}.capability-section,.pricing-section{padding:120px max(24px,calc((100vw - 1400px)/2));background:#fff}.capability-section{background:#f1f4ef}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.capability-grid article{min-height:270px;padding:28px;border:1px solid #dce2da;border-radius:16px;background:#fff}.capability-grid article>svg{width:30px;height:30px;color:var(--flow)}.capability-grid h3{margin:28px 0 18px;font-size:20px;letter-spacing:-.035em}.capability-grid ul,.pricing-card ul{list-style:none;margin:0;padding:0}.capability-grid li{display:flex;align-items:flex-start;gap:9px;margin:11px 0;color:var(--muted);font-size:13px;line-height:1.45}.capability-grid li svg{width:15px;height:15px;flex:none;margin-top:2px;color:var(--flow)}.pricing-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:50px}.pricing-heading p{color:var(--flow);font-size:11px;font-weight:850;letter-spacing:.16em}.pricing-heading h2{margin:14px 0 18px;font-size:clamp(48px,5.2vw,76px);line-height:.98;letter-spacing:-.06em}.pricing-heading>div:first-child>span{color:var(--muted);font-size:15px}.landing-billing-switch{display:grid;grid-template-columns:1fr 1fr;flex:none;width:300px;height:54px;margin:0;padding:5px;border:1px solid #d8ded6;border-radius:13px;background:#f2f4f0}.landing-billing-switch button{width:auto;height:44px;min-height:0;margin:0;padding:0 14px;border:0;border-radius:9px;background:transparent;color:#5e6a64;font-size:13px;font-weight:750;line-height:1;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.landing-billing-switch button.active{background:var(--ink);color:#fff;box-shadow:0 5px 16px #17271f22}.landing-billing-switch button span{color:inherit}.landing-billing-switch small{display:inline;margin:0;color:#38a867;font-size:9px;line-height:1}.pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;min-height:610px;padding:28px;border:1px solid #dce2da;border-radius:17px;background:#fafbf8}.pricing-card.featured{border:2px solid var(--flow);background:#f4faf6}.popular-plan{position:absolute;right:18px;top:18px;padding:6px 8px;border-radius:99px;background:#dff4e7;color:var(--flow);font-size:8px;letter-spacing:.1em}.pricing-card>p{margin:0;color:var(--flow);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.plan-price{min-height:115px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #e0e5df}.plan-price strong{font-size:38px;letter-spacing:-.05em}.plan-price span{margin-top:6px;color:var(--muted);font-size:11px}.pricing-card ul{padding:21px 0}.pricing-card li{display:flex;align-items:flex-start;gap:8px;margin:12px 0;font-size:13px;line-height:1.4}.pricing-card li svg{width:16px;height:16px;flex:none;color:var(--flow)}.plan-limits{display:grid;gap:7px;padding:15px 0;border-top:1px solid #e0e5df;color:#6b7771;font-size:11px}.plan-button{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;padding:14px;border-radius:10px;background:var(--ink);color:#fff!important;font-size:13px;font-weight:800}.pricing-card.featured .plan-button{background:var(--flow)}.plan-button svg{width:16px}.pricing-note{margin:20px 0 0;text-align:center;color:#78837e;font-size:11px}@media(max-width:1100px){.capability-grid,.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.capability-section,.pricing-section{padding:82px 20px}.capability-grid,.pricing-grid{grid-template-columns:1fr}.pricing-heading{align-items:flex-start;flex-direction:column}.landing-billing-switch{width:100%}.pricing-card{min-height:auto}.plan-button{margin-top:20px}}:root{--ds-ink: #2d2d34;--ds-primary: #2378d8;--ds-primary-hover: #185eaf;--ds-primary-soft: #eaf2ff;--ds-secondary: #6c55d8;--ds-secondary-soft: #f0edff;--ds-mint: #12c7ad;--ds-pink: #f046ba;--ds-amber: #f5bc2e;--ds-canvas: #f8f9fd;--ds-surface: #ffffff;--ds-surface-muted: #f5f6fb;--ds-border: #dce2ee;--ds-border-strong: #c7d3e6;--ds-muted: #68707b;--ds-shadow-sm: 0 3px 12px rgba(32, 39, 54, .05);--ds-shadow-md: 0 12px 30px rgba(32, 39, 54, .1);--font-display: Georgia, "Times New Roman", serif;--font-body: Arial, Helvetica, sans-serif;--fb-bg-app: #f8f9fd;--fb-bg-sidebar: #f5f6fb;--fb-bg-surface: #ffffff;--fb-bg-subtle: #f8f9fd;--fb-bg-hover: #f0f4ff;--fb-bg-selected: #eaf2ff;--fb-border: #dce2ee;--fb-border-subtle: #e8ebf3;--fb-border-strong: #c7d3e6;--fb-text-primary: var(--ds-ink);--fb-text-secondary: #68707b;--fb-text-muted: #8a93a2;--fb-primary: var(--ds-primary);--fb-primary-hover: var(--ds-primary-hover);--fb-primary-soft: var(--ds-primary-soft);--fb-success: #149d78;--fb-focus: 0 0 0 3px rgba(35, 120, 216, .2);--fb-radius-sm: 8px;--fb-radius-md: 10px;--fb-radius-lg: 14px;--fb-control: 40px;--fb-control-compact: 36px;--fb-space-1: 4px;--fb-space-2: 8px;--fb-space-3: 12px;--fb-space-4: 16px;--fb-space-5: 20px;--fb-space-6: 24px}html,body,#root{background:var(--fb-bg-app);color:var(--ds-ink)}:where(button,a,input,select,textarea,summary):focus-visible{outline-color:#2378d87a}.app-frame,.workspace-main,.portfolio-shell,.integration-page,.productivity-page,.service-page,.forms-page{background:var(--fb-bg-app)}.app-topbar,.org-shell header{border-color:var(--fb-border)}.app-sidebar,.persistent-workspace-sidebar{background:var(--fb-bg-sidebar);border-color:var(--fb-border)}.app-sidebar nav a.active{background:var(--ds-primary-soft);color:var(--ds-primary)}.app-sidebar nav a:hover,.app-sidebar nav button:hover{background:var(--fb-bg-hover)}.board-dot{background:var(--ds-primary)}.avatar,.org-icon,.fb-avatar{background:var(--ds-primary-soft);color:var(--ds-primary)}.app-topbar{min-height:64px;padding-inline:20px;background:color-mix(in srgb,var(--fb-bg-surface) 92%,transparent)!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-color:var(--fb-border)!important;box-shadow:0 1px #222a3d08}.app-topbar .top-icon,.app-topbar .top-work-link{transition:background-color var(--fb-transition),color var(--fb-transition),border-color var(--fb-transition)}.app-topbar .top-icon:hover,.app-topbar .top-work-link:hover{background:var(--fb-bg-hover);color:var(--ds-primary)}.app-sidebar{padding:20px 12px}.app-sidebar nav{gap:3px}.app-sidebar nav a,.app-sidebar nav button,.sidebar-settings{min-height:40px;padding:9px 10px;border-radius:var(--fb-radius-md);transition:background-color var(--fb-transition),color var(--fb-transition)}.sidebar-workspace{padding:4px 10px 20px}.sidebar-label{padding-inline:10px}.fb-button,.fb-icon-button,.fb-input,.fb-textarea,.fb-select,.fb-card{border-radius:var(--fb-radius-md)}.fb-button{min-height:var(--fb-control);font-weight:650}.fb-icon-button{width:var(--fb-control);height:var(--fb-control);display:inline-grid;place-items:center}.fb-icon-button>svg{width:18px;height:18px}.fb-input,.fb-select{min-height:var(--fb-control)}.fb-card{border-color:var(--fb-border);box-shadow:0 1px 2px #1f2a410a,0 8px 24px #1f2a4109}.fb-empty-state{border-radius:var(--fb-radius-lg)}@media(max-width:850px){.app-topbar{min-height:56px;padding-inline:12px}}.board-main{background:var(--fb-bg-app)!important}.compact-board-header{padding:18px 24px 0!important;background:var(--fb-bg-surface)!important;border-color:var(--fb-border)!important}.board-breadcrumb{color:var(--fb-text-muted);font-weight:600}.board-title-row{gap:6px;margin-top:6px}.board-title-row>input{width:min(620px,60vw);font-size:clamp(28px,3vw,34px)!important;font-weight:720!important;color:var(--fb-text-primary)!important}.board-title-row>input:focus{background:var(--fb-bg-surface)!important}.board-team-button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-bg-surface);color:var(--fb-text-secondary)}.board-team-button:hover{border-color:var(--ds-primary);color:var(--ds-primary)}.compact-board-header>p{margin:4px 4px 12px;color:var(--fb-text-secondary)}.compact-board-header .view-tabs{min-height:42px;gap:2px!important;align-items:flex-end!important}.compact-board-header .view-tabs>button{min-height:38px;padding:8px 11px;border-radius:8px 8px 0 0;color:var(--fb-text-secondary);font-weight:620}.compact-board-header .view-tabs>button.active{border-bottom-color:var(--ds-primary)!important;background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important}.sticky-board-controls{padding:9px 24px!important;border-color:var(--fb-border)!important;background:color-mix(in srgb,var(--fb-bg-app) 92%,transparent)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.board-toolbar{gap:8px}.toolbar-search,.toolbar-actions>button,.toolbar-primary>button,.saved-menu>summary,.view-settings>button{min-height:36px;border-radius:var(--fb-radius-md)!important}.toolbar-search{border-color:var(--fb-border);background:var(--fb-bg-surface)}.toolbar-actions>button:hover,.saved-menu>summary:hover,.view-settings>button:hover{border-color:var(--fb-border-strong);background:var(--fb-bg-surface)}.board-table-shell{padding:10px 24px 48px!important}.table-scroll{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important}.board-table{gap:18px!important;padding:12px 0!important}.board-group{border-color:var(--fb-border)!important;border-left-width:3px!important;background:var(--fb-bg-surface)!important;box-shadow:0 1px 2px #1f2a410a!important}.board-group>header{min-height:46px!important;background:var(--fb-bg-subtle)!important}.board-group>header input{font-size:14px!important}.column-strip,.sticky-item-head,.polished-column-head,.end-add-column{background:var(--fb-bg-surface)!important;border-color:var(--fb-border-subtle)!important}.column-strip{min-height:46px}.sticky-item-head{color:var(--fb-text-secondary)}.board-item-row{border-color:var(--fb-border-subtle)!important;background:var(--fb-bg-subtle)!important}.board-item-row:hover{background:var(--fb-bg-hover)!important}.board-item-row:has(input[type=checkbox]:checked){background:var(--fb-bg-selected)!important;box-shadow:inset 3px 0 var(--ds-primary)}.item-title-cell,.cell-editor{border-color:var(--fb-border-subtle)!important}.compact-add-item,.add-new-group{min-height:38px;border-radius:var(--fb-radius-md);color:var(--fb-text-secondary)}.compact-add-item:hover,.add-new-group:hover{color:var(--ds-primary);background:var(--ds-primary-soft)}.action-menu>div,.saved-menu>div,.status-options,.people-menu,.context-access-menu{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important;box-shadow:0 18px 42px #1f2a4129!important}.bulk-action-bar{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important;box-shadow:0 14px 36px #1f2a4124!important}@media(max-width:760px){.compact-board-header{padding:14px 14px 0!important}.board-title-row>input{width:min(70vw,460px);font-size:27px!important}.sticky-board-controls{padding:8px 14px!important}.board-table-shell{padding:8px!important}.compact-board-header .view-tabs{overflow-x:auto;scrollbar-width:none}}.item-drawer{width:clamp(500px,40vw,620px)!important;border-color:var(--fb-border)!important;background:var(--fb-bg-surface)!important;box-shadow:-18px 0 50px #1f2a4124!important}.item-drawer-header{padding:20px 22px 14px!important;background:var(--fb-bg-surface)!important}.drawer-context{margin-bottom:6px}.drawer-context p{color:var(--ds-secondary)!important;font-size:9px}.drawer-context span{color:var(--fb-text-muted);font-size:12px}.drawer-title-row{gap:8px}.drawer-title-row>input{min-height:38px;padding:3px 7px!important;border-radius:var(--fb-radius-md)!important;color:var(--fb-text-primary)!important;font-size:24px!important}.drawer-title-row>input:hover{border-color:var(--fb-border)!important}.drawer-title-row>input:focus{border-color:var(--ds-primary)!important;box-shadow:var(--fb-focus)!important}.drawer-header-actions{gap:3px}.drawer-close,.drawer-more>summary{width:38px!important;height:38px!important;display:inline-grid!important;place-items:center!important;border-radius:var(--fb-radius-md)!important;color:var(--fb-text-secondary)!important}.drawer-close>svg,.drawer-more>summary>svg{display:block;width:19px;height:19px}.drawer-close:hover,.drawer-more>summary:hover{background:var(--fb-bg-hover)!important;color:var(--ds-primary)!important}.drawer-meta{min-height:30px;margin-top:8px;gap:8px;color:var(--fb-text-secondary)}.meta-badge{background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important}.meta-avatar{background:var(--ds-secondary-soft)!important;color:var(--ds-secondary)!important}.item-drawer-tabs{height:46px;padding:0 12px;border-color:var(--fb-border)!important;background:var(--fb-bg-surface)!important;scrollbar-width:none}.item-drawer-tabs button{height:45px;padding:0 10px;color:var(--fb-text-secondary);font-size:12px}.item-drawer-tabs button:hover{background:var(--fb-bg-hover);color:var(--fb-text-primary)}.item-drawer-tabs button.active{border-bottom-color:var(--ds-primary)!important;color:var(--ds-primary)!important}.item-drawer-tabs button span{background:var(--fb-bg-hover);color:var(--fb-text-secondary)}.drawer-quick-actions{gap:6px!important;padding:9px 20px!important;border-bottom:1px solid var(--fb-border-subtle);background:var(--fb-bg-surface)}.drawer-quick-actions button{min-height:32px!important;border-color:var(--fb-border)!important;border-radius:var(--fb-radius-md)!important;background:var(--fb-bg-surface)!important}.drawer-parent-control{padding:9px 20px!important;border-color:var(--fb-border-subtle)!important;background:var(--fb-bg-surface)}.drawer-parent-control select{border-color:var(--fb-border);border-radius:var(--fb-radius-md)}.item-drawer-content{background:var(--fb-bg-surface)!important}.drawer-tab-panel{padding:20px 22px 44px}.drawer-section{gap:12px}.drawer-section h3{color:var(--fb-text-primary);font-size:13px}.item-description-empty{min-height:84px;border:0!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-subtle)!important;color:var(--fb-text-muted)!important}.item-description-empty:hover{background:var(--fb-bg-hover)!important;color:var(--fb-text-secondary)!important}.item-property-list,.subitem-list{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)}.item-property-row,.fb-property-row{border-color:var(--fb-border-subtle)!important}.property-icon{background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important}.update-composer{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important}.update-composer:focus-within{border-color:var(--ds-primary)!important;box-shadow:var(--fb-focus)!important}.attachment-dropzone,.drawer-empty{border-color:var(--fb-border-strong)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-subtle)!important}.attachment-dropzone:hover{border-color:var(--ds-primary)!important;background:var(--ds-primary-soft)!important}.attachment-list article{border-color:var(--fb-border-subtle)!important;border-radius:var(--fb-radius-md)!important;background:var(--fb-bg-surface)!important}.file-icon{background:var(--ds-secondary-soft)!important;color:var(--ds-secondary)!important}.drawer-more>div{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important;box-shadow:0 18px 42px #1f2a412e!important}.drawer-more button{min-height:36px;border-radius:var(--fb-radius-sm);color:var(--fb-text-primary)}.drawer-more button:hover{background:var(--fb-bg-hover)}.activity-entry i{border-color:var(--fb-border);background:var(--fb-bg-surface);color:var(--ds-primary)}@media(max-width:1000px){.item-drawer{width:min(72vw,560px)!important}.item-drawer-backdrop{display:block;background:#12192661}}@media(max-width:650px){.item-drawer{width:100vw!important}.item-drawer-header{padding:16px 14px 11px!important}.drawer-tab-panel{padding:18px 16px 40px}}.portfolio-page{width:100%;max-width:1680px;margin:0 auto;padding:28px 34px 54px}.portfolio-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--fb-muted);font-size:14px}.portfolio-hero{padding-bottom:26px}.portfolio-hero h1{margin:5px 0 8px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.04em}.portfolio-hero>span,.portfolio-hero>p:last-child{color:var(--fb-muted);font-size:17px}.executive-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin:8px 0 28px}.executive-metric{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;min-height:108px;padding:17px;border:1px solid var(--fb-border);border-radius:14px;background:#fff;box-shadow:var(--fb-shadow-sm)}.executive-metric>svg,.executive-metric>span:first-child{grid-row:1 / 3;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:9px;box-sizing:border-box;border-radius:11px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.executive-metric small{color:var(--fb-muted)}.executive-metric strong{font-size:26px;line-height:1}.executive-metric.warning>svg,.executive-metric.warning>span:first-child{background:#fff4d8;color:#956200}.strategy-tabs{display:flex;align-items:center;gap:5px;min-height:60px;padding:7px 0;border-bottom:1px solid var(--fb-border)}.strategy-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:0 17px;border:0;border-radius:10px;background:transparent;color:var(--fb-text-secondary);font-weight:650}.strategy-tabs button:hover{background:var(--fb-hover)}.strategy-tabs button.active{background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.portfolio-layout{display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr);gap:16px;padding-top:20px}.portfolio-list-panel,.portfolio-detail,.goals-panel{border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.portfolio-list-panel{align-self:start;padding:14px}.panel-title{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 5px 10px;border-bottom:1px solid var(--fb-border)}.panel-title h2,.panel-title h3{margin:0;font-size:17px}.panel-title span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:var(--fb-surface-muted);font-size:12px;font-weight:750}.portfolio-list-panel>button{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:74px;margin-top:8px;padding:11px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--fb-text);text-align:left}.portfolio-list-panel>button:hover{background:var(--fb-hover)}.portfolio-list-panel>button.selected{border-color:color-mix(in srgb,var(--fb-primary) 25%,var(--fb-border));background:color-mix(in srgb,var(--fb-primary) 8%,white)}.portfolio-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary)}.portfolio-list-panel button>span:not(.portfolio-icon){display:grid;gap:3px;min-width:0}.portfolio-list-panel button small{color:var(--fb-muted)}.quick-create{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:0!important;min-height:44px!important;margin-top:12px!important;padding:0!important;border:1px solid var(--fb-border)!important;overflow:hidden}.quick-create input{min-width:0;padding:0 12px;border:0;outline:none}.quick-create button{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--fb-primary);color:#fff}.portfolio-detail{min-width:0;padding:24px}.detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--fb-border)}.detail-heading h2{margin:5px 0 6px;font-size:31px}.detail-heading>div:first-child>p:last-child{margin:0;color:var(--fb-muted)}.owner-chip{display:grid;gap:4px;min-width:150px;padding:12px 14px;border-radius:10px;background:var(--fb-surface-muted)}.owner-chip span{color:var(--fb-muted);font-size:12px}.portfolio-progress{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(260px,1.4fr) auto;align-items:center;gap:16px;margin:18px 0;padding:15px 17px;border-radius:11px;background:var(--fb-surface-muted)}.portfolio-progress>div:first-child{display:grid;gap:4px}.portfolio-progress small{color:var(--fb-muted)}.portfolio-progress>div:nth-child(2){height:9px;overflow:hidden;border-radius:999px;background:var(--fb-border)}.portfolio-progress i,.portfolio-progress>div:nth-child(2) span{display:block;height:100%;border-radius:inherit;background:var(--fb-primary)}.portfolio-progress>strong{font-size:20px}.portfolio-table-wrap{overflow-x:auto;border:1px solid var(--fb-border);border-radius:11px}.portfolio-table{width:100%;min-width:900px;border-collapse:collapse}.portfolio-table th{height:43px;padding:0 12px;background:var(--fb-surface-muted);color:var(--fb-muted);text-align:left;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.portfolio-table td{height:54px;padding:8px 12px;border-top:1px solid var(--fb-border)}.portfolio-table tbody tr:hover{background:color-mix(in srgb,var(--fb-primary) 3%,white)}.health-pill,.risk-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:750;text-transform:capitalize}.health-pill.on_track{background:#e8f7ef;color:#156945}.health-pill.at_risk,.risk-badge.medium{background:#fff4d8;color:#855700}.health-pill.off_track,.risk-badge.high,.risk-badge.critical{background:#fff0ef;color:#a22f2a}.mini-progress{display:flex;align-items:center;gap:8px}.mini-progress>span{width:85px;height:7px;overflow:hidden;border-radius:999px;background:var(--fb-surface-muted)}.mini-progress i{display:block;height:100%;background:var(--fb-primary)}.connect-project{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:13px}.connect-project select{min-height:42px;padding:0 10px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.primary-button.compact{min-height:42px;padding:0 14px;border-radius:9px}.portfolio-lower-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.portfolio-lower-grid>section{min-height:180px;padding:17px;border:1px solid var(--fb-border);border-radius:12px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:11px;border-bottom:1px solid var(--fb-border)}.section-heading h3{margin:0}.dependency-row,.stakeholder-stack>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--fb-border)}.quiet{color:var(--fb-muted)}.goals-panel{margin-top:20px;padding:24px}.goals-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--fb-border)}.goals-header h2{margin:0 0 5px;font-size:28px}.goals-header p{margin:0;color:var(--fb-muted)}.goal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-top:18px}.goal-card{display:flex;min-height:350px;flex-direction:column;padding:20px;border:1px solid var(--fb-border);border-radius:14px;background:#fff;box-shadow:var(--fb-shadow-sm)}.goal-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.goal-health{display:inline-flex;align-items:center;min-height:29px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:750;text-transform:capitalize}.goal-health.on_track{background:#e8f7ef;color:#156945}.goal-health.at_risk{background:#fff4d8;color:#855700}.goal-health.off_track{background:#fff0ef;color:#a22f2a}.goal-card>h3{margin:17px 0 6px;font-size:21px}.goal-card>p{margin:0;color:var(--fb-muted)}.goal-owner{display:flex;align-items:center;gap:9px;margin-top:18px}.goal-owner>span:first-child{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary);font-size:11px;font-weight:800}.goal-owner>div{display:grid;gap:2px}.goal-owner small{color:var(--fb-muted)}.goal-progress-label{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.goal-progress{height:9px;margin-top:8px;overflow:hidden;border-radius:999px;background:var(--fb-surface-muted)}.goal-progress span{display:block;height:100%;border-radius:inherit;background:var(--fb-primary)}.goal-linked-work{display:grid;gap:7px;margin-top:15px;padding-top:14px;border-top:1px solid var(--fb-border)}.goal-linked-work>div{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:38px;padding:7px 9px;border-radius:8px;background:var(--fb-surface-muted)}.goal-link-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:auto;padding-top:15px}.goal-link-form select{min-width:0;min-height:42px;padding:0 10px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.link-work-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 13px;border:0;border-radius:9px;background:var(--fb-primary);color:#fff;font-weight:700}.strategy-empty{display:flex;min-height:400px;flex-direction:column;align-items:center;justify-content:center;padding:38px;border:1px dashed var(--fb-border-strong);border-radius:15px;text-align:center}.strategy-empty svg{width:38px;height:38px;color:var(--fb-primary)}@media(max-width:1150px){.executive-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.portfolio-page{padding:22px 16px 42px}.portfolio-layout{grid-template-columns:1fr}.portfolio-list-panel{display:flex;overflow-x:auto}.portfolio-list-panel .panel-title,.portfolio-list-panel .quick-create{min-width:220px}.portfolio-list-panel>button{min-width:230px}.portfolio-progress,.portfolio-lower-grid{grid-template-columns:1fr}}@media(max-width:620px){.executive-strip,.goal-grid{grid-template-columns:1fr}.detail-heading,.goals-header{align-items:stretch;flex-direction:column}.owner-chip{min-width:0}}.workspace-main{background:var(--fb-bg-app)!important}.workspace-heading{padding-bottom:24px!important;border-color:var(--fb-border)!important}.workspace-heading>.eyebrow{color:var(--ds-secondary)!important}.workspace-heading .workspace-name-display{gap:10px;align-items:center}.workspace-heading .workspace-name-display h1{margin:8px 0 10px;color:var(--fb-text-primary);letter-spacing:-.04em}.workspace-heading .workspace-subtitle{max-width:680px;color:var(--fb-text-secondary)}.workspace-name-edit,.workspace-name-action{width:40px;height:40px;display:inline-grid;place-items:center;border-color:var(--fb-border)!important;border-radius:var(--fb-radius-md)!important;background:var(--fb-bg-surface)!important;color:var(--fb-text-secondary)!important}.workspace-name-edit:hover,.workspace-name-action:hover{border-color:var(--ds-primary)!important;background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important}.workspace-name-action.save{background:var(--ds-primary)!important;color:#fff!important}.workspace-name-editor input{border-bottom-color:var(--ds-primary)!important;color:var(--fb-text-primary)!important}.workspace-section{margin-top:28px!important}.workspace-section-header{margin-bottom:16px!important}.workspace-section-title h2{color:var(--fb-text-primary)}.board-count{background:var(--ds-secondary-soft)!important;color:var(--ds-secondary)!important}.board-grid{gap:14px!important}.board-card{min-height:106px!important;padding:15px!important;border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important;box-shadow:0 1px 2px #1f2a4109}.board-card:hover{border-color:color-mix(in srgb,var(--ds-primary) 48%,var(--fb-border))!important;box-shadow:0 10px 26px #1f2a4114!important;transform:translateY(-2px)}.board-card-icon{background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important}.board-card h3{color:var(--fb-text-primary)}.board-card p{color:var(--fb-text-secondary)}.board-card-arrow{color:var(--fb-text-muted)}.board-card:hover .board-card-arrow{color:var(--ds-primary)}.inline-create{padding:14px;border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important;box-shadow:0 12px 32px #1f2a4114}.inline-create input{min-height:40px;border-color:var(--fb-border);border-radius:var(--fb-radius-md)}.empty-board-list{border-color:var(--fb-border-strong)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important}.empty-board-icon{background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important}.personal-page{background:var(--fb-bg-app)!important;color:var(--fb-text-primary)}.personal-page>main{width:min(1180px,calc(100% - 40px));padding:32px 0 56px}.personal-page h1{margin:6px 0 24px;color:var(--fb-text-primary);letter-spacing:-.035em}.personal-back{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-bg-surface);color:var(--fb-text-secondary)}.productivity-heading{margin-bottom:20px}.productivity-heading>div>p:last-child{color:var(--fb-text-secondary)!important}.focus-ready{border-color:color-mix(in srgb,var(--ds-secondary) 32%,var(--fb-border));background:var(--ds-secondary-soft);color:var(--ds-secondary)}.focus-stop{background:var(--ds-primary)!important;color:#fff}.productivity-tabs{gap:2px;margin-bottom:18px;border-color:var(--fb-border)}.productivity-tabs button{min-height:42px;padding:0 14px;color:var(--fb-text-secondary)}.productivity-tabs button:hover{background:var(--fb-bg-hover);color:var(--fb-text-primary)}.productivity-tabs button.active{border-color:var(--ds-primary)!important;color:var(--ds-primary)!important}.personal-capture,.daily-grid>section,.daily-grid>aside,.personal-list,.assigned-work,.personal-controls-grid>article{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important;box-shadow:0 1px 2px #1f2a4109}.personal-capture{padding:14px;gap:8px}.personal-capture input,.personal-capture select{height:40px;border-color:var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-bg-surface)}.personal-capture>button{min-height:40px;background:var(--ds-primary)!important;border-color:var(--ds-primary)!important}.daily-grid{gap:14px}.daily-grid>section,.daily-grid>aside,.personal-list,.assigned-work{padding:16px}.daily-grid>section>header,.personal-task-row,.personal-list>article,.assigned-work a{border-color:var(--fb-border-subtle)!important}.personal-task-row{min-height:52px;padding:9px 0}.personal-task-row button,.personal-list button,.notes-grid button{min-height:34px;border-color:var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-bg-surface);color:var(--fb-text-secondary)}.personal-task-row button:hover,.personal-list button:hover{border-color:var(--ds-primary);color:var(--ds-primary)}.personal-task-row .task-check{color:var(--ds-primary)}.waiting-card{border-color:#f0d48a;background:#fff9e9}.notes-grid{gap:12px}.notes-grid article{border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg);background:var(--fb-bg-surface)!important}.personal-controls-toggle{border-color:var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-bg-surface);color:var(--fb-text-primary)}.rule-create input{border-color:var(--fb-border)}.rule-create button,.rule-row button{background:var(--ds-primary)!important}.personal-heading{align-items:center;gap:20px}.mark-all-read{height:40px;margin:0;border-color:var(--ds-primary)!important;border-radius:var(--fb-radius-md);background:var(--ds-primary)!important}.preference-strip{min-height:58px;padding:12px 16px!important;border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important}.preference-strip label{min-height:32px;color:var(--fb-text-secondary)}.preference-strip select{min-height:32px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-sm);background:var(--fb-bg-surface)}.inbox-list{overflow:hidden;border-color:var(--fb-border)!important;border-radius:var(--fb-radius-lg)!important;background:var(--fb-bg-surface)!important}.inbox-list>a{min-height:72px;padding:13px 16px!important;border-color:var(--fb-border-subtle)!important}.inbox-list>a:hover{background:var(--fb-bg-hover)}.inbox-list>a.unread{background:var(--ds-primary-soft)!important}.inbox-list>a.unread>i{background:var(--ds-primary)!important}.inbox-list p{color:var(--fb-text-secondary)}@media(max-width:650px){.personal-page>main{width:calc(100% - 24px);padding-top:20px}.personal-heading{align-items:flex-start}.preference-strip{gap:10px}}.primary-button,.connect-button,.fb-button.primary,.fb-button--primary,button.primary,button.primary-button,.plan-button,.landing-button.green{background:var(--ds-primary)!important;color:#fff!important;border-color:var(--ds-primary)!important}.primary-button:hover,.connect-button:hover,.fb-button.primary:hover,.fb-button--primary:hover,button.primary:hover,button.primary-button:hover,.plan-button:hover,.landing-button.green:hover{background:var(--ds-primary-hover)!important;border-color:var(--ds-primary-hover)!important}.eyebrow,.workspace-heading>.eyebrow,.portfolio-breadcrumb a,.sidebar-label{color:var(--ds-secondary)}.health-pill.on_track,.goal-health.on_track{background:#dcf7ef;color:#087958}.health-pill.complete,.goal-health.complete{background:var(--ds-primary-soft);color:var(--ds-primary)}.portfolio-list-panel>button:hover,.portfolio-list-panel>button.selected,.app-sidebar nav a.active,.docs-sidebar nav button.active,.docs-sidebar nav button:hover,.ecosystem-tabs button.active,.product-tabs button.active,.strategy-tabs button.active{background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important;border-color:var(--ds-primary)!important}.portfolio-icon,.executive-metric>span,.goal-owner>span,.stakeholder-stack>span,.docs-welcome>span,.capability-card>span,.ecosystem-ready,.board-card-icon{background:var(--ds-secondary-soft)!important;color:var(--ds-secondary)!important}.portfolio-progress,.portfolio-progress>div,.mini-progress,.goal-progress{background:#e5e9f3!important}.portfolio-progress i,.goal-progress i,.mini-progress i{background:var(--ds-primary)!important}:where(.app-frame,.org-shell,.workspace-main,.board-main,.agile-page,.ecosystem-shell,.docs-shell,.portfolio-shell,.service-workspace,.product-page,.commercial-billing-page,.forms-page,.integration-page) :is(button,a)[class*=primary]:not(.danger):not(.delete),:where(.app-frame,.org-shell,.workspace-main,.board-main,.agile-page,.ecosystem-shell,.docs-shell,.portfolio-shell,.service-workspace,.product-page,.commercial-billing-page,.forms-page,.integration-page) :is(button,a)[class*=save]:not(.danger):not(.delete),:where(.app-frame,.org-shell,.workspace-main,.board-main,.agile-page,.ecosystem-shell,.docs-shell,.portfolio-shell,.service-workspace,.product-page,.commercial-billing-page,.forms-page,.integration-page) :is(button,a)[class*=submit]:not(.danger):not(.delete),:where(.app-frame,.org-shell,.workspace-main,.board-main,.agile-page,.ecosystem-shell,.docs-shell,.portfolio-shell,.service-workspace,.product-page,.commercial-billing-page,.forms-page,.integration-page) :is(button,a)[class*=create]:not(.danger):not(.delete),:where(.app-frame,.org-shell,.workspace-main,.board-main,.agile-page,.ecosystem-shell,.docs-shell,.portfolio-shell,.service-workspace,.product-page,.commercial-billing-page,.forms-page,.integration-page) :is(button,a)[class*=connect]:not(.danger):not(.delete){background:var(--ds-primary)!important;border-color:var(--ds-primary)!important;color:#fff!important}:where(.app-frame,.org-shell,.workspace-main,.board-main,.agile-page,.ecosystem-shell,.docs-shell,.portfolio-shell,.service-workspace,.product-page,.commercial-billing-page,.forms-page,.integration-page) :is(button,a)[class*=selected],:where(.app-frame,.org-shell,.workspace-main,.board-main,.agile-page,.ecosystem-shell,.docs-shell,.portfolio-shell,.service-workspace,.product-page,.commercial-billing-page,.forms-page,.integration-page) :is(button,a)[class*=active]:not(.danger){color:var(--ds-primary)!important;border-color:var(--ds-primary)!important}.landing .landing-button.dark,.landing .velocity-float,.landing .insight-card,.landing .closing-cta{background:var(--ds-ink)}.landing{--ink: var(--ds-ink);--muted: #68707b;--paper: #fafaff;--green: var(--ds-primary);--flow: var(--ds-secondary);--blue: #9b8cff}.landing .section-heading h2 em,.landing .feature-card>div,.landing .platform-grid article>svg,.landing .capability-grid article>svg{color:var(--ds-secondary)}.landing .pricing-card.featured .plan-button{background:var(--ds-secondary);border-color:var(--ds-secondary);color:#fff}.landing .automation-band{background:linear-gradient(135deg,#242431 0%,var(--ds-ink) 54%,#182b47 100%)}.landing .automation-glow{background:radial-gradient(circle,rgba(35,120,216,.48),transparent 68%)}.landing .recipe-card{border-color:#b6c2e759;background:#181927e6}.landing .recipe-card header{border-color:#b6c2e738}.landing .recipe-card header svg{color:var(--ds-primary)}.landing .recipe-card header b{background:#2378d840;color:#fff}.landing .recipe-card>div{border-color:#b6c2e72e}.landing .recipe-dot{border-color:var(--ds-pink)}.landing .recipe-dot.blue{border-color:var(--ds-primary)}.landing .recipe-dot.green{border-color:var(--ds-secondary)}.landing .recipe-line{background:#74729a}.auth-story{background:radial-gradient(circle at 16% 84%,rgba(108,85,216,.34),transparent 31%),radial-gradient(circle at 86% 18%,rgba(35,120,216,.3),transparent 28%),var(--ds-ink)}.auth-story .eyebrow{color:#a99cff}.auth-story p:not(.eyebrow){color:#d6d9e4}.auth-panel{background:#fbfbfe}.auth-panel input:focus,.create-org input:focus{border-color:var(--ds-primary);box-shadow:0 0 0 3px #2378d829}.forgot-password,.switch-copy a{color:var(--ds-primary)}.auth-layout{background:var(--ds-canvas)}.auth-story{min-height:100vh;padding:clamp(34px,5vw,76px)}.auth-story-centered .brand{top:clamp(34px,5vw,76px);left:clamp(34px,5vw,76px)}.auth-story-centered>div{width:min(560px,100%)}.auth-story h1{max-width:7.5ch;margin:18px 0 20px;font-size:clamp(64px,6.2vw,104px);line-height:.88}.auth-story p:not(.eyebrow){max-width:510px;line-height:1.55}.auth-panel{padding:clamp(24px,5vw,72px)}.auth-panel form{width:min(540px,100%);padding:clamp(28px,4vw,48px);border:1px solid var(--ds-border);border-radius:22px;background:var(--ds-surface);box-shadow:var(--ds-shadow-md)}.auth-panel h2{margin:10px 0 8px;color:var(--ds-ink);font-size:clamp(34px,3.4vw,48px);line-height:1.08;letter-spacing:-.035em}.auth-intro{max-width:46ch;margin:0 0 26px;color:var(--ds-muted);font-size:15px;line-height:1.55}.auth-panel label{margin:16px 0;color:var(--ds-ink);font-size:13px}.auth-panel input{min-height:52px;padding:12px 14px;border-color:var(--ds-border-strong);border-radius:11px;transition:border-color .16s ease,box-shadow .16s ease}.auth-panel .optional{color:var(--ds-muted);font-weight:500}.auth-panel .primary-button{min-height:52px;margin-top:24px;border-radius:11px;font-size:15px;box-shadow:0 8px 20px color-mix(in srgb,var(--ds-primary) 22%,transparent)}.auth-panel .primary-button svg{transition:transform .16s ease}.auth-panel .primary-button:hover svg{transform:translate(3px)}.forgot-password{margin:-5px 0 18px;font-size:13px}.switch-copy{margin:16px 0 0}.form-error{margin:12px 0;border:1px solid #efc4c0}.field-row{gap:14px}@media(max-width:900px){.auth-layout{grid-template-columns:minmax(280px,36%) 1fr}.auth-story h1{font-size:clamp(48px,7vw,70px)}.auth-panel form{padding:28px}}@media(max-width:760px){.auth-layout{display:block}.auth-story{min-height:250px;padding:30px 24px;justify-content:flex-end}.auth-story-centered .brand{top:26px;left:24px}.auth-story-centered>div{margin-top:82px}.auth-story h1{max-width:none;margin:8px 0;font-size:48px}.auth-story p:not(.eyebrow){margin-bottom:0;font-size:15px}.auth-panel{min-height:calc(100vh - 250px);padding:22px 14px 40px;align-items:start}.auth-panel form{padding:24px 20px;border-radius:17px}}.org-shell{min-height:100vh;background:var(--ds-canvas)}.org-shell>header{position:sticky;top:0;z-index:20;height:72px;padding:0 clamp(22px,4vw,62px);border-color:var(--ds-border);background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.org-account{gap:10px!important;color:var(--ds-ink)}.org-account-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--ds-secondary-soft);color:var(--ds-secondary);font-size:11px;font-weight:850;text-transform:uppercase}.org-account .icon-button{display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid var(--ds-border);border-radius:10px;background:#fff;color:var(--ds-muted)}.org-content{width:min(1180px,calc(100% - 40px));max-width:none;padding:clamp(54px,8vw,96px) 0 70px}.org-content>h1{max-width:900px;margin:10px 0 14px;color:var(--ds-ink);font-size:clamp(58px,8vw,104px);line-height:.9;letter-spacing:-.06em}.org-content>p:not(.eyebrow){margin:0;color:var(--ds-muted);font-size:18px}.org-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;margin:42px 0 18px}.org-card{min-height:112px;padding:20px;border-color:var(--ds-border);border-radius:15px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.org-card:hover{border-color:var(--ds-primary);box-shadow:var(--ds-shadow-md);transform:translateY(-3px)}.org-card h2{color:var(--ds-ink);font-size:17px}.org-card p{margin-top:5px;color:var(--ds-muted);font-size:12px}.org-card>svg{color:var(--ds-muted);transition:transform .16s ease,color .16s ease}.org-card:hover>svg{color:var(--ds-primary);transform:translate(4px)}.org-icon{width:50px;height:50px;border-radius:12px;background:var(--ds-primary-soft);color:var(--ds-primary)}.create-org{grid-template-columns:42px minmax(0,1fr) 140px;gap:14px;padding:18px;border-color:var(--ds-border-strong);border-radius:15px;background:#ffffff80}.create-org>svg{align-self:center;justify-self:center;color:var(--ds-primary)}.create-org input{min-height:50px;border-color:var(--ds-border-strong);border-radius:10px}.create-org .primary-button{min-height:50px;margin:0;border-radius:10px}.loading-card{margin-top:34px;border:1px solid var(--ds-border);border-radius:14px;background:#fff}.workspace-setup{min-height:100vh;padding:30px clamp(24px,5vw,72px);background:radial-gradient(circle at 82% 18%,var(--ds-secondary-soft),transparent 30%),var(--ds-canvas)}.workspace-setup>section{width:min(760px,100%);margin:clamp(70px,11vh,130px) auto 50px;padding:clamp(30px,5vw,56px);border:1px solid var(--ds-border);border-radius:22px;background:#fffffff0;box-shadow:var(--ds-shadow-md)}.workspace-setup section>svg{box-sizing:content-box;width:25px;height:25px;padding:12px;border-radius:13px;background:var(--ds-primary-soft);color:var(--ds-primary)}.workspace-setup h1{margin:16px 0;color:var(--ds-ink);font-size:clamp(52px,7vw,78px);line-height:.94;letter-spacing:-.055em}.workspace-setup section>p:not(.eyebrow){color:var(--ds-muted);font-size:17px}.workspace-setup form{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:30px}.workspace-setup input{min-height:52px;border-color:var(--ds-border-strong);border-radius:11px}.workspace-setup .primary-button{min-height:52px;padding:0 20px;border-radius:11px;white-space:nowrap}@media(max-width:650px){.org-content{width:min(100% - 28px,1180px);padding-top:44px}.org-content>h1{font-size:56px}.org-grid{grid-template-columns:1fr;margin-top:30px}.create-org{grid-template-columns:1fr}.create-org>svg{display:none}.org-account>span:not(.org-account-avatar){display:none}.workspace-setup{padding:20px 14px}.workspace-setup>section{padding:28px 20px}.workspace-setup form{grid-template-columns:1fr}.workspace-setup .primary-button{width:100%}}.auth-recovery-story{position:relative;justify-content:center}.auth-recovery-story .brand{position:absolute;top:clamp(34px,5vw,76px);left:clamp(34px,5vw,76px)}.auth-recovery-story>div{width:min(580px,100%)}.auth-security-icon{display:grid;width:54px;height:54px;margin-bottom:28px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:#ffffff1a;color:#fff}.auth-security-icon svg{width:24px;height:24px}.auth-recovery-story h1{max-width:8.5ch}.auth-recovery-panel form{width:min(500px,100%)}.auth-verifying{display:flex;min-height:70px;align-items:center;margin:18px 0;padding:16px;border:1px solid var(--ds-border);border-radius:11px;background:var(--ds-surface-muted);color:var(--ds-muted)}.auth-success{min-height:64px;margin:20px 0;border-color:color-mix(in srgb,var(--ds-primary) 25%,white);background:var(--ds-primary-soft);color:var(--ds-primary)}.auth-success svg{flex:0 0 auto}.auth-recovery-panel label small{margin-top:2px;color:var(--ds-muted);font-weight:500;line-height:1.45}@media(max-width:760px){.auth-recovery-story{min-height:280px}.auth-recovery-story .brand{top:26px;left:24px}.auth-security-icon{width:44px;height:44px;margin:72px 0 12px}.auth-recovery-story h1{font-size:44px}.auth-recovery-panel{min-height:calc(100vh - 280px)}}[data-theme=dark]{color-scheme:dark;--ds-ink: #edf0f8;--ds-primary: #6caeff;--ds-primary-hover: #91c4ff;--ds-primary-soft: #1d3354;--ds-secondary: #b9adff;--ds-secondary-soft: #302b55;--fb-bg-app: #151722;--fb-bg-sidebar: #1b1e2b;--fb-bg-surface: #222635;--fb-bg-subtle: #1b1e2b;--fb-bg-hover: #252b3d;--fb-bg-selected: #1d3354;--fb-border: #343b50;--fb-border-subtle: #2b3143;--fb-border-strong: #48526a;--fb-text-primary: #edf0f8;--fb-text-secondary: #bdc4d2;--fb-text-muted: #8993a6}[data-theme=dark] body,[data-theme=dark] .app-frame,[data-theme=dark] .org-shell,[data-theme=dark] .workspace-main,[data-theme=dark] .board-main,[data-theme=dark] .portfolio-shell,[data-theme=dark] .integration-page,[data-theme=dark] .forms-page,[data-theme=dark] .service-page{background:var(--fb-bg-app)!important;color:var(--fb-text-primary)}[data-theme=dark] :is(.app-topbar,.app-sidebar,.persistent-workspace-sidebar,.fb-card,.workspace-section,.portfolio-detail,.portfolio-list-panel,.goals-panel,.service-layout>*,.form-editor,.form-card){border-color:var(--fb-border)!important}[data-theme=dark] :is(.app-topbar,.app-sidebar,.persistent-workspace-sidebar,.fb-card,.portfolio-detail,.portfolio-list-panel,.goals-panel,.form-card){background:var(--fb-bg-surface)!important}[data-theme=dark] :is(input,textarea,select){background:#171b28!important;border-color:var(--fb-border-strong)!important;color:var(--fb-text-primary)!important}[data-theme=dark] .auth-panel{background:#171925}[data-theme=dark] .auth-panel h2,[data-theme=dark] .auth-panel label{color:var(--fb-text-primary)}.nav-actions .nav-primary,.hero-action,.oncall-primary,.ecosystem-primary,.forms-primary,.service-portal form>button,.service-empty button,.product-columns form>button,.product-modal .primary,.product-setup button,.commercial-card button,.operation-save button,.commercial-modal footer .primary,.docs-sidebar-title button,.doc-actions .save-doc,.inline-comment-compose button,.quick-create button,.goal-link-form button,.link-document-control button,.agile-page header>button,.agile-heading>button,.new-automation,.automation-builder footer .primary,.override-form button{background:var(--ds-primary)!important;border-color:var(--ds-primary)!important;color:#fff!important}.nav-actions .nav-primary:hover,.hero-action:hover,.oncall-primary:hover,.ecosystem-primary:hover,.forms-primary:hover,.service-portal form>button:hover,.product-columns form>button:hover,.commercial-card button:hover,.operation-save button:hover,.doc-actions .save-doc:hover,.new-automation:hover,.automation-builder footer .primary:hover,.override-form button:hover{background:var(--ds-primary-hover)!important;border-color:var(--ds-primary-hover)!important}.forms-page{width:100%;max-width:1680px;margin:0 auto;padding:28px 32px 48px}.forms-page>header,.forms-editor-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.forms-page>header h1{margin:3px 0 6px;font-size:clamp(36px,4vw,54px);line-height:1}.forms-layout{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:22px;margin-top:28px}.forms-list,.forms-workspace{border:1px solid var(--fb-border);border-radius:var(--fb-radius-xl);background:var(--fb-surface);box-shadow:var(--fb-shadow-sm);overflow:hidden}.forms-list{padding:12px}.forms-list>button{width:100%;min-height:72px;padding:13px 14px;border:1px solid transparent;border-radius:var(--fb-radius-lg);background:transparent;color:var(--fb-text);text-align:left}.forms-list>button:hover{background:var(--fb-hover)}.forms-list>button.active{border-color:color-mix(in srgb,var(--fb-primary) 25%,var(--fb-border));background:color-mix(in srgb,var(--fb-primary) 8%,white)}.forms-list>button span{display:grid;grid-template-columns:22px 1fr;gap:2px 9px}.forms-list>button svg{grid-row:1 / 3;width:18px;margin-top:2px;color:var(--fb-primary)}.forms-list>button small{color:var(--fb-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-editor-head{min-height:106px;padding:22px 28px;border-bottom:1px solid var(--fb-border)}.forms-editor-head>label{display:grid;gap:6px;min-width:0}.forms-editor-head>label input{max-width:520px;padding:0;border:0;background:transparent;font-size:22px;font-weight:700}.forms-editor-head>div:last-child{display:flex;align-items:center;gap:8px}.forms-editor-head>div:last-child>button:not(.forms-save),.forms-editor-head>div:last-child>a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-surface);color:var(--fb-text-secondary)}.forms-editor-head svg{width:18px;height:18px}.forms-save{min-height:44px;padding:0 20px;border-radius:var(--fb-radius-md)}.forms-tabs{display:flex;align-items:center;gap:4px;min-height:62px;padding:0 24px;border-bottom:1px solid var(--fb-border)}.forms-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:120px;min-height:42px;padding:0 18px;border:0;border-radius:var(--fb-radius-md);background:transparent;color:var(--fb-text-secondary);font-weight:650}.forms-tabs button:hover{background:var(--fb-hover);color:var(--fb-text)}.forms-tabs button.active{background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.forms-tabs button span{min-width:24px;padding:2px 7px;border-radius:999px;background:var(--fb-surface-muted);font-size:12px}.forms-builder,.forms-submissions,.forms-analytics{padding:24px 28px 32px}.form-settings-card,.form-advanced-settings,.forms-publish,.forms-analytics>section{margin-bottom:18px;padding:22px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-lg);background:var(--fb-surface)}.form-settings-card>div,.form-advanced-settings>div:first-child{margin-bottom:18px}.form-setting-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-setting-grid label,.form-wide-setting{display:grid;gap:8px;color:var(--fb-text-secondary);font-weight:650}.form-setting-grid input:not([type=color]),.form-setting-grid select,.form-wide-setting input{width:100%;min-height:46px;padding:0 13px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-surface)}.form-setting-grid input[type=color]{width:100%;height:46px;padding:5px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:#fff}.form-wide-setting{margin-top:14px}.form-wide-setting>span{display:inline-flex;align-items:center;gap:8px}.form-wide-setting svg{width:17px}.form-check-setting{display:flex;align-items:center;gap:10px;min-height:38px;margin-top:8px}.form-check-setting input{width:17px;height:17px;accent-color:var(--fb-primary)}.form-access-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.form-access-options>label{display:flex;align-items:flex-start;gap:10px;min-height:94px;padding:16px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-surface)}.form-access-options>label.active{border-color:var(--fb-primary);background:color-mix(in srgb,var(--fb-primary) 6%,white)}.form-access-options small{display:block;margin-top:5px;color:var(--fb-muted);font-weight:400}.form-fields-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 14px}.form-fields-heading h2{margin:0 0 3px}.form-fields-heading p{margin:0;color:var(--fb-muted)}.form-fields-heading button{min-height:42px;padding:0 16px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-surface)}.form-field-card{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr) auto auto;gap:14px;align-items:start;margin-bottom:12px;padding:18px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-lg);background:var(--fb-surface)}.form-field-card:hover{border-color:color-mix(in srgb,var(--fb-primary) 25%,var(--fb-border));box-shadow:var(--fb-shadow-sm)}.field-main{display:grid;gap:11px}.field-main>input:first-child{min-height:44px;padding:0 12px;border:0;border-bottom:1px solid var(--fb-border);font-size:17px;font-weight:650}.field-main>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.field-main select,.field-main input,.field-options-extra{min-height:42px;padding:0 12px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:var(--fb-surface)}.field-required{display:flex;align-items:center;gap:7px;min-height:42px;white-space:nowrap}.field-delete{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:var(--fb-radius-md);background:transparent;color:var(--fb-danger)}.submission-toolbar{display:grid;grid-template-columns:auto minmax(220px,360px) auto;align-items:center;gap:12px;margin-bottom:20px;padding:14px 16px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-lg);background:var(--fb-surface-muted)}.submission-toolbar>span{font-weight:700}.submission-toolbar label{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:#fff}.submission-toolbar label input{width:100%;border:0;outline:none;background:transparent}.submission-toolbar button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:#fff}.forms-submissions>article{margin-bottom:12px;padding:18px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-lg);background:#fff}.forms-empty{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.forms-empty svg{width:32px;height:32px;color:var(--fb-primary)}.submission-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px}.submission-pagination button{min-height:40px;padding:0 15px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-md);background:#fff}.analytics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.analytics-grid article{display:flex;align-items:center;gap:14px;min-height:118px;padding:20px;border:1px solid var(--fb-border);border-radius:var(--fb-radius-lg);background:#fff}.analytics-grid article>svg{width:24px;height:24px;padding:11px;box-sizing:content-box;border-radius:12px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.analytics-grid article span{display:grid;gap:4px;color:var(--fb-muted)}.analytics-grid article strong{color:var(--fb-text);font-size:28px;line-height:1}.forms-analytics>section>div{height:8px;overflow:hidden;border-radius:999px;background:var(--fb-surface-muted)}.forms-analytics>section>div span{display:block;height:100%;border-radius:inherit;background:var(--fb-primary)}@media(max-width:960px){.forms-page{padding:20px 16px 36px}.forms-layout{grid-template-columns:1fr}.forms-list{display:flex;overflow-x:auto}.forms-list>button{min-width:220px}.form-access-options,.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.forms-page>header,.forms-editor-head{align-items:flex-start;flex-direction:column}.forms-editor-head{padding:18px}.forms-tabs{overflow-x:auto;padding:0 12px}.forms-builder,.forms-submissions,.forms-analytics{padding:16px}.form-setting-grid,.form-access-options,.analytics-grid{grid-template-columns:1fr}.form-field-card{grid-template-columns:20px minmax(0,1fr)}.field-required,.field-delete{grid-column:2}.submission-toolbar{grid-template-columns:1fr}}.automation-backdrop{padding:28px;background:#14231d61;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.automation-center{width:min(1180px,calc(100vw - 56px));max-height:calc(100vh - 56px);border:1px solid var(--fb-border);border-radius:22px;background:var(--fb-surface);box-shadow:0 28px 80px #14231d38;overflow:hidden}.automation-center>header{min-height:82px;padding:20px 24px;border-bottom:1px solid var(--fb-border)}.automation-center>header h2{margin:2px 0 0;font-size:26px}.automation-center>header button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--fb-border);border-radius:12px;background:#fff}.automation-center>nav{display:flex;align-items:center;gap:4px;min-height:60px;padding:8px 20px;border-bottom:1px solid var(--fb-border);overflow-x:auto}.automation-center>nav button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:0;border-radius:10px;background:transparent;color:var(--fb-text-secondary);font-weight:650;white-space:nowrap}.automation-center>nav button:hover{background:var(--fb-hover);color:var(--fb-text)}.automation-center>nav button.active{background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.automation-usage{display:flex;align-items:center;gap:18px;padding:13px 24px;border-bottom:1px solid var(--fb-border);background:var(--fb-surface-muted)}.automation-usage span{display:grid;gap:2px;min-width:180px}.automation-usage small{color:var(--fb-muted)}.automation-usage>i{height:7px;flex:1;overflow:hidden;border-radius:999px;background:var(--fb-border)}.automation-usage>i b{display:block;height:100%;border-radius:inherit;background:var(--fb-primary)}.automation-center>main{padding:22px 24px 28px;overflow-y:auto}.new-automation{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:11px;background:var(--fb-primary);color:#fff;font-weight:700}.automation-list{display:grid;gap:10px;margin-top:18px}.automation-list>article,.automation-history>article{display:grid;grid-template-columns:42px minmax(0,1fr) repeat(4,40px);align-items:center;gap:10px;min-height:82px;padding:14px 16px;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.automation-list>article:hover,.automation-history>article:hover{border-color:color-mix(in srgb,var(--fb-primary) 25%,var(--fb-border));box-shadow:var(--fb-shadow-sm)}.automation-list>article>span,.automation-history>article>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:var(--fb-surface-muted);color:var(--fb-muted)}.automation-list>article>span.enabled{background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary)}.automation-list article p,.automation-history article p{margin:4px 0;color:var(--fb-text-secondary)}.automation-list article small,.automation-history article small{color:var(--fb-muted)}.automation-list article>button,.automation-history article>button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--fb-text-secondary)}.automation-list article>button:hover,.automation-history article>button:hover{border-color:var(--fb-border);background:var(--fb-hover)}.automation-builder{display:grid;gap:16px}.automation-builder-title{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--fb-border)}.automation-builder-title>div{display:grid;gap:4px}.automation-builder-title b{font-size:21px}.automation-builder-title small{color:var(--fb-muted)}.automation-builder-title>button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--fb-border);border-radius:11px;background:#fff}.automation-builder-options{display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:14px}.automation-builder label{display:grid;gap:7px;color:var(--fb-text-secondary);font-weight:650}.automation-builder input,.automation-builder select,.automation-builder textarea{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--fb-border);border-radius:10px;background:#fff;color:var(--fb-text)}.automation-sentence,.automation-block{padding:18px;border:1px solid var(--fb-border);border-radius:14px;background:var(--fb-surface-muted)}.automation-sentence section{display:grid;grid-template-columns:auto repeat(3,minmax(0,1fr));align-items:center;gap:10px}.automation-sentence section>span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:9px;background:var(--fb-primary);color:#fff;font-size:12px;font-weight:800;letter-spacing:.12em}.automation-block>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.automation-block>header button{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.automation-condition,.automation-action{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 38px;align-items:center;gap:9px;margin-top:9px}.automation-action{grid-template-columns:30px repeat(4,minmax(0,1fr)) 38px}.automation-action>b{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--fb-primary);color:#fff;font-size:12px}.automation-condition>button,.automation-action>button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:9px;background:#fff;color:var(--fb-danger)}.automation-json{min-height:120px!important;padding:12px!important;resize:vertical;font-family:ui-monospace,monospace;font-size:13px}.automation-builder>footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.automation-builder>footer button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 18px;border:1px solid var(--fb-border);border-radius:10px;background:#fff}.automation-builder>footer button.primary{border-color:var(--fb-primary);background:var(--fb-primary);color:#fff}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.recipe-grid>article{display:flex;min-height:210px;flex-direction:column;padding:20px;border:1px solid var(--fb-border);border-radius:15px;background:#fff}.recipe-grid>article>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:16px;border-radius:11px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.recipe-grid article p{flex:1;color:var(--fb-muted)}.recipe-grid article>div{display:flex;gap:8px}.recipe-grid article button{min-height:38px;padding:0 12px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.automation-history{display:grid;gap:10px}.automation-history>article{grid-template-columns:42px minmax(0,1fr) 40px}.automation-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.automation-metrics article{display:grid;grid-template-columns:42px 1fr;align-items:center;min-height:108px;padding:17px;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.automation-metrics article svg{grid-row:1 / 3;width:22px;color:var(--fb-primary)}.automation-metrics article b{font-size:24px}.automation-metrics article small{color:var(--fb-muted)}.automation-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.automation-ops-grid>article{min-height:180px;padding:18px;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.automation-ops-grid article>header{display:flex;align-items:center;gap:9px;padding-bottom:12px;border-bottom:1px solid var(--fb-border)}.automation-approval{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--fb-border)}.automation-approval span{display:grid;gap:3px}.automation-approval button{min-height:34px;padding:0 10px;border:1px solid var(--fb-border);border-radius:8px;background:#fff}@media(max-width:900px){.automation-center{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.automation-backdrop{padding:12px}.recipe-grid,.automation-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.automation-sentence section,.automation-condition,.automation-action{grid-template-columns:1fr}.automation-condition>button,.automation-action>button{justify-self:end}}@media(max-width:620px){.automation-center>main{padding:16px}.automation-builder-options,.recipe-grid,.automation-metrics,.automation-ops-grid{grid-template-columns:1fr}.automation-list>article{grid-template-columns:38px minmax(0,1fr)}.automation-list article>button{grid-row:2}}.dashboard-builder{width:100%;padding:22px 24px 34px}.dashboard-command{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--fb-border);border-radius:14px;background:var(--fb-surface-muted)}.dashboard-command>div:first-child{display:grid;gap:6px;min-width:260px}.dashboard-command label{color:var(--fb-muted);font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.dashboard-command select{min-height:44px;padding:0 38px 0 12px;border:1px solid var(--fb-border);border-radius:10px;background:#fff;color:var(--fb-text);font-weight:650}.dashboard-command-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.dashboard-command-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 14px;border:1px solid var(--fb-border);border-radius:10px;background:#fff;color:var(--fb-text-secondary)}.dashboard-command-actions button:hover{border-color:color-mix(in srgb,var(--fb-primary) 25%,var(--fb-border));background:var(--fb-hover);color:var(--fb-primary)}.dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 2px 18px}.dashboard-heading span{color:var(--fb-primary);font-size:12px;font-weight:800;letter-spacing:.16em}.dashboard-heading h2{margin:5px 0 4px;font-size:clamp(28px,3vw,40px);line-height:1.05}.dashboard-heading p{margin:0;color:var(--fb-muted)}.dashboard-heading .icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--fb-border);border-radius:11px;background:#fff;color:var(--fb-primary)}.dashboard-filters{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(150px,.8fr)) repeat(2,minmax(145px,.65fr)) auto auto;align-items:end;gap:10px;padding:15px;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.dashboard-filters>input,.dashboard-filters select,.dashboard-filters label:not(:has(input[type=checkbox])) input{width:100%;min-height:42px;padding:0 11px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.dashboard-filters label{display:grid;gap:5px;color:var(--fb-muted);font-size:12px;font-weight:650}.dashboard-filters label:has(input[type=checkbox]){display:flex;align-items:center;gap:7px;min-height:42px;padding:0 10px;border:1px solid var(--fb-border);border-radius:9px;white-space:nowrap}.dashboard-filters input[type=checkbox]{width:16px;height:16px;accent-color:var(--fb-primary)}.dashboard-filters>button{min-height:42px;padding:0 13px;border:1px solid var(--fb-border);border-radius:9px;background:var(--fb-surface-muted)}.widget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:18px}.dashboard-widget{min-width:0;min-height:260px;padding:18px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.dashboard-widget.width-2{grid-column:1 / -1}.dashboard-widget>header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding-bottom:13px;border-bottom:1px solid var(--fb-border)}.dashboard-widget>header>div:first-child{display:flex;align-items:center;gap:9px;min-width:0}.dashboard-widget>header h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.dashboard-widget>header svg{width:19px;color:var(--fb-primary)}.widget-actions{display:flex;align-items:center;gap:3px;opacity:.45;transition:opacity .16s ease}.dashboard-widget:hover .widget-actions{opacity:1}.widget-actions button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--fb-text-secondary)}.widget-actions button:hover{background:var(--fb-hover)}.metric-value{display:flex;min-height:170px;flex-direction:column;align-items:center;justify-content:center;gap:8px}.metric-value strong{color:var(--fb-text);font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.04em}.metric-value span{color:var(--fb-muted);font-weight:650;text-transform:capitalize}.progress-widget{display:flex;min-height:185px;flex-direction:column;align-items:center;justify-content:center;gap:14px}.progress-widget>div{display:grid;width:116px;height:116px;place-items:center;border-radius:50%;background:conic-gradient(var(--fb-primary) var(--progress),var(--fb-surface-muted) 0);position:relative}.progress-widget>div:after{content:"";position:absolute;top:11px;right:11px;bottom:11px;left:11px;border-radius:50%;background:#fff}.progress-widget strong{position:relative;z-index:1;font-size:24px}.progress-widget p{margin:0;color:var(--fb-muted)}.calendar-widget{display:grid;gap:7px;padding-top:12px}.calendar-widget>div{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;min-height:42px;padding:7px 10px;border-radius:9px;background:var(--fb-surface-muted)}.calendar-widget time{color:var(--fb-primary);font-weight:750}.calendar-widget span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-table-wrap{margin-top:14px;overflow-x:auto;border:1px solid var(--fb-border);border-radius:12px}.report-table-wrap table{width:100%;border-collapse:collapse;min-width:720px}.report-table-wrap th{height:44px;padding:0 13px;background:var(--fb-surface-muted);color:var(--fb-muted);text-align:left;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.report-table-wrap td{height:54px;padding:8px 13px;border-top:1px solid var(--fb-border);vertical-align:middle}.report-table-wrap td:first-child{font-weight:650}.report-table-wrap td:first-child small{display:block;margin-top:2px;color:var(--fb-muted);font-weight:400}.report-table-wrap tbody tr:hover{background:color-mix(in srgb,var(--fb-primary) 3%,white)}.status-chip{min-height:32px;padding:4px 10px;border:0;border-radius:999px;color:var(--fb-text);font-weight:650}.inline-report-input{min-height:34px;padding:0 8px;border:1px solid var(--fb-border);border-radius:7px}.inline-report-input.is-overdue{border-color:#dc6b66;color:#a62f2a}.inline-progress{display:inline-flex;align-items:center;gap:3px}.inline-progress input{width:62px;min-height:34px;padding:0 7px;border:1px solid var(--fb-border);border-radius:7px}.table-empty{padding:36px;color:var(--fb-muted);text-align:center}.report-empty{display:flex;min-height:440px;flex-direction:column;align-items:center;justify-content:center;padding:38px;border:1px dashed var(--fb-border-strong);border-radius:16px;background:var(--fb-surface);text-align:center}.report-empty>svg{width:40px;height:40px;margin-bottom:13px;color:var(--fb-primary)}.report-empty h2{margin:0 0 7px;font-size:28px}.report-empty p{max-width:500px;margin:0 0 18px;color:var(--fb-muted)}.report-modal-backdrop{display:grid;place-items:center;padding:22px;background:#14231d6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.report-dialog{width:min(560px,calc(100vw - 44px));max-height:calc(100vh - 44px);overflow-y:auto;border:1px solid var(--fb-border);border-radius:18px;background:#fff;box-shadow:0 26px 70px #14231d3d}.report-dialog.report-wide{width:min(920px,calc(100vw - 44px))}.report-dialog>header{display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:16px 20px;border-bottom:1px solid var(--fb-border)}.report-dialog>header h3{margin:0;font-size:22px}.report-dialog>header button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--fb-border);border-radius:11px;background:#fff}.report-dialog>label,.report-dialog>fieldset,.report-dialog>.inline-fields,.report-dialog>.management-list,.report-dialog>h4,.report-dialog>.generated-link,.report-dialog>.primary-button{margin-left:20px;margin-right:20px}.report-dialog>label{display:grid;gap:7px;margin-top:16px;color:var(--fb-text-secondary);font-weight:650}.report-dialog input,.report-dialog select{min-height:44px;padding:0 11px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.report-dialog fieldset{margin-top:16px;padding:14px;border:1px solid var(--fb-border);border-radius:11px}.report-dialog fieldset label{display:flex;align-items:center;gap:8px;padding:6px 0}.report-dialog>.primary-button{width:calc(100% - 40px);min-height:44px;margin-top:18px;margin-bottom:20px}.widget-type-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:18px 20px 0}.widget-type-picker button{min-height:42px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.widget-type-picker button.active{border-color:var(--fb-primary);background:color-mix(in srgb,var(--fb-primary) 8%,white);color:var(--fb-primary)}.inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:8px;margin-top:16px}.management-list{display:grid;gap:8px;margin-top:14px;margin-bottom:20px}.management-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px;border:1px solid var(--fb-border);border-radius:9px}.management-list span{display:grid;gap:2px;min-width:0}.management-list small{color:var(--fb-muted)}.management-list button{min-height:34px;padding:0 10px;border:1px solid var(--fb-border);border-radius:8px;background:#fff}.generated-link{display:flex;gap:8px;margin-top:16px}.generated-link input{flex:1;min-width:0}.generated-link button{min-height:44px;padding:0 13px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.shared-report{max-width:1380px;margin:0 auto;padding:44px 32px 60px}.shared-report>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:26px;border-bottom:1px solid var(--fb-border)}.shared-report>header span{color:var(--fb-primary);font-size:12px;font-weight:800;letter-spacing:.16em}.shared-report>header h1{margin:7px 0;font-size:clamp(38px,5vw,64px)}.shared-report>header p{color:var(--fb-muted)}.shared-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:24px 0}.shared-metrics article{display:grid;gap:5px;min-height:112px;align-content:center;padding:17px;border:1px solid var(--fb-border);border-radius:13px;background:#fff}.shared-metrics strong{font-size:28px}.shared-metrics span{color:var(--fb-muted);text-transform:capitalize}.shared-chart{margin-top:16px;padding:22px;border:1px solid var(--fb-border);border-radius:15px;background:#fff}.shared-chart h2{margin:0 0 18px}.shared-report-gate{display:grid;min-height:100vh;place-items:center;padding:24px;background:var(--fb-page)}.shared-report-gate>div{width:min(460px,100%);padding:34px;border:1px solid var(--fb-border);border-radius:18px;background:#fff;box-shadow:var(--fb-shadow-md)}.shared-report-gate h1{margin:7px 0 9px;font-size:34px}.shared-report-gate p{color:var(--fb-muted)}.shared-report-gate input{width:100%;min-height:46px;padding:0 12px;border:1px solid var(--fb-border);border-radius:10px}.shared-report-gate button{width:100%;min-height:46px;margin-top:12px}@media(max-width:1100px){.dashboard-filters,.shared-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.dashboard-builder{padding:16px}.dashboard-command,.dashboard-heading{align-items:stretch;flex-direction:column}.dashboard-command>div:first-child{min-width:0}.dashboard-command-actions{justify-content:flex-start}.dashboard-filters,.widget-grid{grid-template-columns:1fr}.dashboard-widget.width-2{grid-column:auto}.widget-actions{opacity:1}.shared-report{padding:28px 16px 44px}.shared-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-fields,.widget-type-picker{grid-template-columns:1fr}}.ai-page{width:100%;max-width:1600px;margin:0 auto;padding:28px 34px 54px}.ai-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--fb-muted);font-size:14px}.ai-page>header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:26px}.ai-page>header h1{max-width:900px;margin:5px 0 9px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.04em}.ai-page>header>div:first-child>p:last-child{max-width:760px;margin:0;color:var(--fb-muted);font-size:17px;line-height:1.5}.ai-state{display:flex;align-items:center;gap:12px;min-width:230px;padding:16px;border:1px solid var(--fb-border);border-radius:14px;background:#fff;box-shadow:var(--fb-shadow-sm)}.ai-state>svg{width:23px;height:23px;padding:10px;box-sizing:content-box;border-radius:11px;background:var(--fb-surface-muted);color:var(--fb-muted)}.ai-state.ready>svg{background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary)}.ai-state span{display:grid;gap:3px}.ai-state small{color:var(--fb-muted)}.ai-setup{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px;padding:15px 17px;border:1px solid #ebd28e;border-radius:11px;background:#fff8e6;color:#775000}.ai-setup span{display:grid;gap:4px}.ai-setup small{line-height:1.45}.ai-setup code{padding:2px 5px;border-radius:5px;background:#fff9}.ai-usage{display:grid;grid-template-columns:auto minmax(200px,1fr);align-items:center;gap:20px;margin-bottom:18px;padding:16px 18px;border:1px solid var(--fb-border);border-radius:13px;background:#fff}.ai-usage>div:first-child{display:flex;align-items:center;gap:10px;min-width:230px}.ai-usage svg{color:var(--fb-primary)}.ai-usage span{display:grid;gap:3px}.ai-usage small{color:var(--fb-muted)}.ai-meter{height:8px;overflow:hidden;border-radius:999px;background:var(--fb-surface-muted)}.ai-meter i{display:block;height:100%;border-radius:inherit;background:var(--fb-primary)}.ai-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(300px,.75fr);gap:16px}.ai-command,.ai-insights{padding:22px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.ai-command-title{display:grid;grid-template-columns:44px minmax(0,1fr);gap:4px 12px;align-items:start;padding-bottom:17px;border-bottom:1px solid var(--fb-border)}.ai-command-title>svg{grid-row:1 / 3;width:22px;height:22px;padding:11px;box-sizing:content-box;border-radius:12px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.ai-command-title h2,.ai-insights h2{margin:0 0 4px;font-size:22px}.ai-command-title p,.ai-insights>p{margin:0;color:var(--fb-muted)}.ai-command>textarea{width:100%;min-height:150px;margin-top:17px;padding:15px;border:1px solid var(--fb-border);border-radius:12px;background:var(--fb-surface-muted);color:var(--fb-text);font:inherit;resize:vertical}.ai-command>textarea:focus{border-color:var(--fb-primary);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--fb-primary) 13%,transparent);outline:none}.ai-selectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.ai-selectors select{min-height:44px;padding:0 11px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text)}.ai-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.ai-actions button,.ai-insights>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:41px;padding:0 13px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text-secondary);font-weight:650}.ai-actions button:first-child,.ai-insights>button:first-of-type{border-color:var(--fb-primary);background:var(--fb-primary);color:#fff}.ai-actions button:disabled,.ai-insights button:disabled{opacity:.45;cursor:not-allowed}.ai-insights{display:flex;flex-direction:column}.ai-insights>button{width:100%;margin-top:10px}.ai-capabilities{display:grid;gap:8px;margin-top:18px;padding-top:17px;border-top:1px solid var(--fb-border)}.ai-capabilities span{position:relative;padding:9px 10px 9px 31px;border-radius:9px;background:var(--fb-surface-muted);color:var(--fb-text-secondary)}.ai-capabilities span:before{content:"✓";position:absolute;left:11px;color:var(--fb-primary);font-weight:800}.ai-result{margin-top:16px;overflow:hidden;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.ai-result>div{padding:16px 18px;border-bottom:1px solid var(--fb-border)}.ai-result h2{margin:0;font-size:20px}.ai-result pre{max-height:480px;margin:0;padding:18px;overflow:auto;background:#14231d;color:#e6f7ee;font-size:13px;line-height:1.55}.ai-result.error{border-color:#efb8b4}.ai-result.error>div{background:#fff1f0;color:#9d302b}.agents-console{margin-top:18px}.agents-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:0 14px;border:1px solid var(--fb-border);border-radius:10px;background:#fff;color:var(--fb-text-secondary);font-weight:700}.agents-toggle b{display:inline-flex;align-items:center;justify-content:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary);font-size:11px}.agents-body{margin-top:13px;padding:22px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.agents-body>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--fb-border)}.agents-body header h2{margin:4px 0;font-size:25px}.agents-body header p:last-child{margin:0;color:var(--fb-muted)}.agent-guard{display:flex;align-items:center;gap:10px;min-width:250px;padding:13px;border-radius:11px;background:color-mix(in srgb,var(--fb-primary) 7%,white);color:var(--fb-primary)}.agent-guard span{display:grid;gap:3px}.agent-guard small{color:var(--fb-text-secondary)}.agent-create{display:grid;grid-template-columns:minmax(160px,.7fr) minmax(260px,1.5fr) auto;gap:9px;margin:17px 0;padding:14px;border-radius:12px;background:var(--fb-surface-muted)}.agent-create input,.agent-create textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;resize:vertical}.agent-create button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 14px;border:0;border-radius:9px;background:var(--fb-primary);color:#fff;font-weight:700}.agent-list{display:grid;gap:10px}.agent-list>article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;padding:16px;border:1px solid var(--fb-border);border-radius:13px;background:#fff}.agent-avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:13px;background:var(--fb-primary);color:#fff;font-weight:800}.agent-copy>span{display:flex;align-items:center;gap:8px}.agent-copy h3{margin:0}.agent-copy i{padding:3px 7px;border-radius:999px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary);font-size:10px;font-style:normal;font-weight:750;text-transform:uppercase}.agent-copy p{margin:6px 0;color:var(--fb-text-secondary)}.agent-copy small{color:var(--fb-muted)}.agent-run-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:12px}.agent-run-form input{min-height:41px;padding:0 11px;border:1px solid var(--fb-border);border-radius:9px}.agent-run-form button{display:inline-flex;align-items:center;gap:6px;min-height:41px;padding:0 13px;border:0;border-radius:9px;background:var(--fb-primary);color:#fff}.approval-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:13px;margin-top:12px;padding:16px;border:1px solid #ebd28e;border-radius:13px;background:#fff8e6}.approval-card>svg{color:#8a6500}.approval-card h3{margin:0 0 4px}.approval-card p{margin:0 0 8px}.approval-card pre{max-height:140px;overflow:auto;font-size:12px}.approval-card>div:last-child{display:flex;gap:7px}.approval-card button{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 11px;border:1px solid #dcc378;border-radius:8px;background:#fff}.run-list{display:grid;gap:8px;margin-top:17px;padding-top:17px;border-top:1px solid var(--fb-border)}.run-list>article{display:grid;grid-template-columns:12px minmax(0,1fr);align-items:center;gap:10px;min-height:56px;padding:9px 11px;border-radius:9px;background:var(--fb-surface-muted)}.run-status{width:9px;height:9px;border-radius:50%;background:var(--fb-muted)}.run-status.succeeded{background:var(--fb-success)}.run-status.waiting_approval{background:var(--fb-warning)}.run-list h3{margin:0 0 3px;font-size:15px}.run-list p{margin:0;color:var(--fb-muted);font-size:12px}@media(max-width:900px){.ai-page>header,.agents-body>header{align-items:stretch;flex-direction:column}.ai-grid{grid-template-columns:1fr}.ai-state,.agent-guard{min-width:0}.agent-create{grid-template-columns:1fr}}@media(max-width:650px){.ai-page{padding:22px 16px 42px}.ai-usage,.ai-selectors{grid-template-columns:1fr}.agents-body{padding:16px}.approval-card{grid-template-columns:1fr}}.enterprise-page{width:100%;max-width:1600px;margin:0 auto;padding:28px 34px 54px}.enterprise-page>a:first-child{display:inline-flex;align-items:center;gap:7px;min-height:40px;margin-bottom:18px;color:var(--fb-text-secondary);font-weight:650}.enterprise-page>header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:28px}.enterprise-page>header p{margin:0 0 8px;color:var(--fb-primary);font-size:12px;font-weight:800;letter-spacing:.16em}.enterprise-page>header h1{max-width:900px;margin:0 0 9px;font-size:clamp(40px,5vw,66px);line-height:.98;letter-spacing:-.035em}.enterprise-page>header>div:first-child>span{color:var(--fb-muted);font-size:17px}.enterprise-score{display:flex;align-items:center;gap:12px;min-width:250px;padding:17px;border:1px solid var(--fb-border);border-radius:14px;background:#fff;box-shadow:var(--fb-shadow-sm)}.enterprise-score>svg{width:24px;height:24px;padding:10px;box-sizing:content-box;border-radius:11px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.enterprise-score span{display:grid;gap:3px}.enterprise-score small{color:var(--fb-muted)}.enterprise-page>nav{display:flex;align-items:center;gap:5px;min-height:62px;padding:8px 0;border-bottom:1px solid var(--fb-border);overflow-x:auto}.enterprise-page>nav button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:0;border-radius:10px;background:transparent;color:var(--fb-text-secondary);font-weight:650;white-space:nowrap}.enterprise-page>nav button:hover{background:var(--fb-hover)}.enterprise-page>nav button.active{background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.enterprise-page>nav svg{width:17px}.enterprise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding-top:20px}.enterprise-grid>section{min-width:0;min-height:260px;padding:21px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.enterprise-grid>section.wide{grid-column:1 / -1;min-height:200px}.enterprise-heading{display:grid;grid-template-columns:42px minmax(0,1fr);gap:4px 11px;align-items:start;padding-bottom:16px;border-bottom:1px solid var(--fb-border)}.enterprise-heading>svg{grid-row:1;width:20px;height:20px;padding:10px;box-sizing:content-box;border-radius:11px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.enterprise-heading h2{margin:0 0 4px;font-size:19px}.enterprise-heading p{margin:0;color:var(--fb-muted);line-height:1.45}.enterprise-grid section>label:not(.policy-toggle){display:grid;gap:7px;margin-top:15px;color:var(--fb-text-secondary);font-size:13px;font-weight:650}.enterprise-grid input,.enterprise-grid select,.enterprise-grid textarea{width:100%;min-height:44px;padding:0 11px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text)}.enterprise-grid textarea{min-height:116px;padding:11px;resize:vertical}.enterprise-grid section>small{display:block;margin-top:8px;color:var(--fb-muted);line-height:1.45}.enterprise-grid section>button,.enterprise-action,.enterprise-grid form button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:41px;margin-top:14px;padding:0 13px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text-secondary);font-weight:650}.enterprise-action:hover,.enterprise-grid section>button:hover{border-color:var(--fb-primary);color:var(--fb-primary)}.enterprise-grid form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:16px}.enterprise-grid form button{margin:0;border-color:var(--fb-primary);background:var(--fb-primary);color:#fff}.policy-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:54px;padding:8px 0;border-bottom:1px solid var(--fb-border);color:var(--fb-text-secondary)}.policy-toggle>button{position:relative;width:46px;height:26px;flex:0 0 auto;padding:0;border:0;border-radius:999px;background:var(--fb-border-strong)}.policy-toggle button i{position:absolute;top:4px;left:4px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;transition:transform .18s ease}.policy-toggle button.on{background:var(--fb-primary)}.policy-toggle button.on i{transform:translate(20px)}.control-state{display:flex;align-items:center;gap:8px;margin-top:15px;padding:12px;border-radius:9px;background:color-mix(in srgb,var(--fb-primary) 7%,white);color:var(--fb-primary);font-weight:650}.enterprise-list,.provider-line,.backup-line{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:60px;margin-top:9px;padding:10px 12px;border:1px solid var(--fb-border);border-radius:9px;background:var(--fb-surface-muted)}.enterprise-list span{display:grid;gap:3px;min-width:0}.enterprise-list small{overflow-wrap:anywhere;color:var(--fb-muted)}.enterprise-list button{min-height:36px;padding:0 10px;border:1px solid var(--fb-border);border-radius:8px;background:#fff}.provider-line span,.backup-line span{padding:4px 8px;border-radius:999px;background:#fff;color:var(--fb-muted);font-size:11px;font-weight:700}.scim-token{display:block;margin-top:12px;padding:12px;overflow-wrap:anywhere;border-radius:9px;background:#14231d;color:#dff6ea;font-size:12px}.audit-panel{margin-top:20px;overflow-x:auto;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.audit-row{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(160px,1fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(170px,1fr);align-items:center;gap:12px;min-width:980px;min-height:66px;padding:10px 15px;border-top:1px solid var(--fb-border)}.audit-row.head{min-height:44px;border-top:0;background:var(--fb-surface-muted);color:var(--fb-muted);font-size:12px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.audit-row>span:first-child{display:grid;gap:3px}.audit-row small{overflow:hidden;color:var(--fb-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audit-row code{justify-self:start;padding:5px 8px;border-radius:7px;background:var(--fb-surface-muted);color:var(--fb-primary);font-size:11px}@media(max-width:900px){.enterprise-page>header{align-items:stretch;flex-direction:column}.enterprise-score{min-width:0}}@media(max-width:720px){.enterprise-page{padding:22px 16px 42px}.enterprise-grid{grid-template-columns:1fr}.enterprise-grid>section.wide{grid-column:auto}.enterprise-grid form{grid-template-columns:1fr}}.billing-page{width:100%;max-width:1500px;margin:0 auto;padding:28px 34px 56px}.billing-back{display:inline-flex;align-items:center;gap:7px;min-height:40px;margin-bottom:20px;color:var(--fb-text-secondary);font-weight:650}.billing-page>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:26px;border-bottom:1px solid var(--fb-border)}.billing-page>header h1{margin:5px 0 7px;font-size:clamp(40px,5vw,64px);line-height:1}.billing-page>header p:last-child{margin:0;color:var(--fb-muted)}.billing-status{display:grid;gap:6px;min-width:220px;padding:16px 18px;border:1px solid var(--fb-border);border-radius:13px;background:#fff;box-shadow:var(--fb-shadow-sm)}.billing-status>span{color:var(--fb-muted);font-size:12px;font-weight:700;text-transform:uppercase}.billing-status strong{font-size:21px;text-transform:capitalize}.billing-status em{justify-self:start;padding:5px 9px;border-radius:999px;background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary);font-size:11px;font-style:normal;font-weight:750;text-transform:capitalize}.billing-notice{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:14px 16px;border:1px solid #ebd28e;border-radius:11px;background:#fff8e6;color:#775000}.billing-notice.danger{border-color:#efb8b4;background:#fff1f0;color:#9d302b}.subscription-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;margin:22px 0 26px;padding:22px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.subscription-summary h2{margin:0 0 6px;font-size:26px}.subscription-summary p{margin:0;color:var(--fb-muted)}.subscription-summary dl{display:flex;gap:26px;margin:17px 0 0}.subscription-summary dl div{display:grid;gap:4px}.subscription-summary dt{color:var(--fb-muted);font-size:12px}.subscription-summary dd{margin:0;font-weight:750}.billing-summary-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.billing-summary-actions button,.billing-summary-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text-secondary);font-weight:650}.billing-summary-actions .primary,.billing-summary-actions button:first-child{border-color:var(--fb-primary);background:var(--fb-primary);color:#fff}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:10px;margin:12px auto 24px}.billing-toggle>span{color:var(--fb-muted);font-weight:650}.billing-toggle>span.active{color:var(--fb-text)}.billing-toggle button{position:relative;width:54px;height:30px;padding:0;border:0;border-radius:999px;background:var(--fb-border-strong)}.billing-toggle button:after{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .18s ease}.billing-toggle button.annual{background:var(--fb-primary)}.billing-toggle button.annual:after{transform:translate(24px)}.billing-toggle>span:last-child{display:inline-flex;align-items:center;gap:7px}.billing-toggle>span:last-child small{padding:3px 7px;border-radius:999px;background:color-mix(in srgb,var(--fb-success) 12%,white);color:var(--fb-success);font-size:11px}.plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.plan-grid>article{position:relative;display:flex;min-height:430px;flex-direction:column;padding:22px;border:1px solid var(--fb-border);border-radius:16px;background:#fff;box-shadow:var(--fb-shadow-sm)}.plan-grid>article.current{border:2px solid var(--fb-primary);padding:21px}.plan-grid>article.current:before{content:"CURRENT PLAN";position:absolute;top:-12px;right:18px;padding:5px 9px;border-radius:999px;background:var(--fb-primary);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em}.plan-grid>article.business{box-shadow:0 13px 36px #14231d1a}.plan-title{min-height:75px}.plan-title h2,.plan-title h3{margin:0 0 6px;font-size:23px}.plan-title p{margin:0;color:var(--fb-muted);line-height:1.45}.plan-price{display:flex;align-items:baseline;gap:6px;min-height:72px;padding:15px 0;border-bottom:1px solid var(--fb-border)}.plan-price strong{font-size:38px;line-height:1}.plan-price span{color:var(--fb-muted)}.plan-grid ul{display:grid;gap:11px;flex:1;margin:18px 0;padding:0;list-style:none}.plan-grid li{position:relative;padding-left:24px;color:var(--fb-text-secondary);line-height:1.4}.plan-grid li:before{content:"✓";position:absolute;left:0;color:var(--fb-primary);font-weight:800}.plan-grid article>button{width:100%;min-height:44px;padding:0 13px;border:1px solid var(--fb-primary);border-radius:10px;background:#fff;color:var(--fb-primary);font-weight:750}.plan-grid article:not(.current)>button:hover,.plan-grid article.business>button{background:var(--fb-primary);color:#fff}.plan-grid article.current>button{border-color:var(--fb-border);color:var(--fb-muted)}.invoice-section{margin-top:30px;padding:22px;border:1px solid var(--fb-border);border-radius:15px;background:#fff}.invoice-section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.invoice-section h2{margin:0 0 5px;font-size:24px}.invoice-section header p{margin:0;color:var(--fb-muted)}.invoice-table{overflow:hidden;border:1px solid var(--fb-border);border-radius:11px}.invoice-row{display:grid;grid-template-columns:minmax(140px,1.2fr) repeat(4,minmax(100px,.7fr));align-items:center;gap:12px;min-height:56px;padding:9px 14px;border-top:1px solid var(--fb-border)}.invoice-row.head{min-height:44px;border-top:0;background:var(--fb-surface-muted);color:var(--fb-muted);font-size:12px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.invoice-row em{justify-self:start;padding:5px 9px;border-radius:999px;background:var(--fb-surface-muted);font-size:11px;font-style:normal;font-weight:750;text-transform:capitalize}.invoice-row em.open,.invoice-row em.past_due,.invoice-row em.unpaid{background:#fff1f0;color:#a22f2a}.billing-empty{padding:38px 20px;color:var(--fb-muted);text-align:center}.subscription-modal-backdrop{display:grid;place-items:center;padding:22px;background:#14231d70;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.subscription-modal{width:min(900px,calc(100vw - 44px));max-height:calc(100vh - 44px);overflow-y:auto;border:1px solid var(--fb-border);border-radius:20px;background:#fff;box-shadow:0 28px 80px #14231d40}.subscription-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:23px 28px;border-bottom:1px solid var(--fb-border)}.subscription-modal>header h2{margin:5px 0 6px;font-size:34px}.subscription-modal>header p:last-child{margin:0;color:var(--fb-muted)}.subscription-modal>header button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--fb-border);border-radius:11px;background:#fff}.subscription-modal-body{padding:24px 28px}.subscription-choice{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.subscription-choice button{display:grid;gap:5px;min-height:122px;padding:18px;border:1px solid var(--fb-border);border-radius:13px;background:#fff;text-align:left}.subscription-choice button.active{border:2px solid var(--fb-primary);padding:17px;background:color-mix(in srgb,var(--fb-primary) 5%,white)}.subscription-choice strong{font-size:25px}.subscription-order{margin-top:16px;overflow:hidden;border:1px solid var(--fb-border);border-radius:12px}.subscription-order>div{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:10px 16px;border-top:1px solid var(--fb-border)}.subscription-order>div:first-child{border-top:0}.subscription-total{background:color-mix(in srgb,var(--fb-primary) 6%,white);font-size:18px}.subscription-benefits{margin-top:16px;padding:17px;border:1px solid var(--fb-border);border-radius:12px}.subscription-benefits ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:12px 0 0;padding:0;list-style:none}.subscription-benefits li{padding-left:23px;position:relative}.subscription-benefits li:before{content:"✓";position:absolute;left:0;color:var(--fb-primary);font-weight:800}.subscription-trial{margin-top:16px;padding:15px;border:1px solid color-mix(in srgb,var(--fb-primary) 24%,var(--fb-border));border-radius:11px;background:color-mix(in srgb,var(--fb-primary) 7%,white)}.subscription-modal-warning,.subscription-modal-error{margin-top:15px;padding:13px 15px;border-radius:10px}.subscription-modal-warning{border:1px solid #ebd28e;background:#fff8e6;color:#775000}.subscription-modal-error{border:1px solid #efb8b4;background:#fff1f0;color:#9d302b}.subscription-modal>footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:9px;padding:16px 28px;border-top:1px solid var(--fb-border);background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.subscription-modal>footer button{min-height:44px;padding:0 17px;border:1px solid var(--fb-border);border-radius:10px;background:#fff;font-weight:700}.subscription-modal>footer .confirm{border-color:var(--fb-primary);background:var(--fb-primary);color:#fff}@media(max-width:1100px){.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.billing-page{padding:22px 16px 44px}.billing-page>header,.subscription-summary{grid-template-columns:1fr;align-items:stretch;flex-direction:column}.billing-status{min-width:0}.subscription-summary dl{flex-wrap:wrap}.billing-summary-actions{justify-content:flex-start}.plan-grid,.subscription-choice,.subscription-benefits ul{grid-template-columns:1fr}.invoice-row{grid-template-columns:1fr 1fr;padding:13px}.invoice-row.head{display:none}.subscription-modal-body{padding:18px}.subscription-modal>header,.subscription-modal>footer{padding-left:18px;padding-right:18px}}.resource-page{min-height:100vh;background:var(--fb-page);color:var(--fb-text)}.resource-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:64px;padding:0 28px;border-bottom:1px solid var(--fb-border);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.resource-topbar a{display:inline-flex;align-items:center;gap:7px;color:var(--fb-text-secondary)}.resource-topbar strong{justify-self:center}.resource-topbar>span{justify-self:end;color:var(--fb-muted)}.resource-page>main{width:100%;max-width:1600px;margin:0 auto;padding:32px 34px 52px}.resource-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:28px}.resource-hero p{margin:0 0 8px;color:var(--fb-primary);font-size:12px;font-weight:800;letter-spacing:.16em}.resource-hero h1{max-width:900px;margin:0 0 10px;font-size:clamp(40px,5vw,66px);line-height:.98;letter-spacing:-.035em}.resource-hero>div>span{color:var(--fb-muted);font-size:18px}.resource-hero>label{display:grid;gap:7px;min-width:190px;color:var(--fb-muted);font-size:12px;font-weight:700}.resource-hero input{min-height:44px;padding:0 11px;border:1px solid var(--fb-border);border-radius:10px;background:#fff;color:var(--fb-text)}.resource-tabs{display:flex;align-items:center;gap:5px;min-height:62px;padding:8px 0;border-bottom:1px solid var(--fb-border);overflow-x:auto}.resource-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:10px;background:transparent;color:var(--fb-text-secondary);font-weight:650;white-space:nowrap}.resource-tabs button:hover{background:var(--fb-hover)}.resource-tabs button.active{background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.resource-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0 16px}.resource-metrics article{display:grid;gap:6px;min-height:112px;align-content:center;padding:18px;border:1px solid var(--fb-border);border-radius:14px;background:#fff;box-shadow:var(--fb-shadow-sm)}.resource-metrics article span,.resource-metrics article small{color:var(--fb-muted)}.resource-metrics article strong,.resource-metrics article b{font-size:27px;line-height:1}.daily-time-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:14px}.daily-time-strip>div{display:grid;gap:4px;min-height:72px;place-content:center;border:1px solid var(--fb-border);border-radius:11px;background:#fff;text-align:center}.daily-time-strip span{color:var(--fb-muted);font-size:12px;font-weight:700;text-transform:uppercase}.daily-time-strip b{font-size:18px}.resource-table{overflow-x:auto;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.resource-table table{width:100%;min-width:820px;border-collapse:collapse}.resource-table th{height:44px;padding:0 14px;background:var(--fb-surface-muted);color:var(--fb-muted);text-align:left;font-size:12px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.resource-table td{height:54px;padding:8px 14px;border-top:1px solid var(--fb-border)}.resource-table tbody tr:hover{background:color-mix(in srgb,var(--fb-primary) 3%,white)}.resource-empty{display:grid;min-height:210px;place-items:center;padding:30px;color:var(--fb-muted);text-align:center}.resource-primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:16px;padding:0 18px;border:0;border-radius:10px;background:var(--fb-primary);color:#fff;font-weight:700}.resource-export{display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:18px 0 12px}.resource-export span{margin-right:auto;font-size:20px;font-weight:700}.resource-export button{min-height:38px;padding:0 12px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text-secondary);font-weight:650}.planner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.resource-card{min-height:250px;padding:19px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.resource-card.warning{border-color:color-mix(in srgb,var(--fb-warning) 45%,var(--fb-border));background:color-mix(in srgb,var(--fb-warning) 4%,white)}.resource-card>header{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px}.resource-card>header>span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary);font-weight:800}.resource-card header div{display:grid;gap:3px;min-width:0}.resource-card header small{overflow:hidden;color:var(--fb-muted);text-overflow:ellipsis;white-space:nowrap}.resource-card header>svg{color:var(--fb-warning)}.capacity-bar{height:9px;margin:22px 0;overflow:hidden;border-radius:999px;background:var(--fb-surface-muted)}.capacity-bar i{display:block;height:100%;border-radius:inherit;background:var(--fb-primary)}.resource-card.warning .capacity-bar i{background:var(--fb-warning)}.resource-card dl{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0}.resource-card dl div{padding:11px;border-radius:9px;background:var(--fb-surface-muted)}.resource-card dt{color:var(--fb-muted);font-size:12px}.resource-card dd{margin:4px 0 0;font-size:18px;font-weight:750}.resource-card>p{color:#976100}.approval-list{display:grid;gap:10px;padding-top:20px}.approval-list>article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:76px;padding:14px 16px;border:1px solid var(--fb-border);border-radius:13px;background:#fff}.approval-list article>div:first-child{display:grid;gap:4px}.approval-list article span{color:var(--fb-muted)}.approval-list article>strong{min-height:30px;padding:6px 10px;border-radius:999px;font-size:12px;text-transform:capitalize}.state-submitted{background:#fff4d8;color:#855700}.state-approved{background:#e8f7ef;color:#156945}.state-rejected{background:#fff0ef;color:#a22f2a}.approval-list article>div:last-child{display:flex;gap:7px}.approval-list button{min-height:38px;padding:0 12px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}.resource-settings,.budget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:20px}.resource-settings>article,.budget-grid>article{padding:20px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.resource-settings article>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--fb-border)}.resource-settings header div{display:grid;gap:4px}.resource-settings header small{color:var(--fb-muted)}.resource-settings header svg{color:var(--fb-primary)}.setting-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px 0}.setting-fields label,.budget-grid label{display:grid;gap:6px;color:var(--fb-muted);font-size:12px;font-weight:650}.setting-fields input,.budget-grid input,.holiday-add input{width:100%;min-height:42px;padding:0 10px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text)}.work-schedule{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-bottom:14px}.work-schedule label{display:grid;gap:5px;color:var(--fb-muted);font-size:11px;text-align:center}.work-schedule input{width:100%;min-height:38px;padding:0 4px;border:1px solid var(--fb-border);border-radius:8px;text-align:center}.resource-settings article>button,.budget-grid article>button,.holiday-add button{min-height:40px;padding:0 13px;border:0;border-radius:9px;background:var(--fb-primary);color:#fff;font-weight:700}.holiday-add{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.budget-grid article h3{margin:0 0 14px;font-size:20px}.budget-actuals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:15px}.budget-actuals span{display:grid;gap:5px;padding:11px;border-radius:9px;background:var(--fb-surface-muted);color:var(--fb-muted);font-size:12px}.budget-actuals b{color:var(--fb-text);font-size:16px}.budget-grid label{margin-top:10px}.budget-grid article>button{width:100%;margin-top:14px}@media(max-width:1050px){.planner-grid,.resource-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.resource-topbar{grid-template-columns:1fr auto;padding:0 16px}.resource-topbar strong{display:none}.resource-page>main{padding:24px 16px 42px}.resource-hero{align-items:stretch;flex-direction:column}.resource-hero>label{min-width:0}.planner-grid,.resource-settings,.budget-grid,.resource-metrics{grid-template-columns:1fr}.daily-time-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.approval-list>article{grid-template-columns:1fr}.setting-fields,.budget-actuals{grid-template-columns:1fr}.work-schedule{grid-template-columns:repeat(4,minmax(0,1fr))}}.integration-page{width:100%;max-width:1680px;margin:0 auto;padding:28px 32px 48px}.integration-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--fb-muted);font-size:14px}.integration-page>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:26px}.integration-page>header h1{margin:5px 0 7px;font-size:clamp(38px,4vw,58px);line-height:1}.integration-page>header p:last-child{margin:0;color:var(--fb-muted)}.api-state{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid var(--fb-border);border-radius:999px;background:#fff;color:var(--fb-text-secondary);white-space:nowrap}.integration-tabs{display:flex;align-items:center;gap:5px;min-height:60px;padding:7px 0;border-bottom:1px solid var(--fb-border);overflow-x:auto}.integration-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:0;border-radius:10px;background:transparent;color:var(--fb-text-secondary);font-weight:650;white-space:nowrap}.integration-tabs button:hover{background:var(--fb-hover)}.integration-tabs button.active{background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.catalog-view,.developer-view,.activity-view{padding-top:22px}.integration-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:28px}.integration-summary>article{display:grid;grid-template-columns:48px 1fr;align-items:center;min-height:104px;padding:17px 19px;border:1px solid var(--fb-border);border-radius:14px;background:#fff;box-shadow:var(--fb-shadow-sm)}.integration-summary article>svg,.integration-summary article>span:first-child{grid-row:1 / 3;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary)}.integration-summary strong{font-size:25px;line-height:1}.integration-summary small{color:var(--fb-muted)}.provider-section{margin-top:26px}.provider-section>h2{margin:0 0 13px;font-size:20px}.provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.provider-card{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:minmax(96px,auto) auto;gap:13px 16px;min-height:190px;padding:20px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.provider-card:hover{border-color:color-mix(in srgb,var(--fb-primary) 24%,var(--fb-border));box-shadow:var(--fb-shadow-md);transform:translateY(-1px)}.provider-logo{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:13px;background:color-mix(in srgb,var(--fb-primary) 9%,white);color:var(--fb-primary);font-size:18px;font-weight:800}.provider-copy{min-width:0}.provider-copy h3{margin:3px 0 7px;font-size:18px}.provider-copy p{margin:0;color:var(--fb-muted);line-height:1.45;overflow-wrap:anywhere}.provider-actions{grid-column:1 / -1;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:40px;padding-top:12px;border-top:1px solid var(--fb-border)}.connect-button,.provider-actions .text-button{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 13px;border:1px solid var(--fb-border);border-radius:9px;background:#fff;color:var(--fb-text-secondary);font-weight:650}.connect-button:not(:disabled){border-color:var(--fb-primary);background:var(--fb-primary);color:#fff}.connect-button:disabled{opacity:.7;cursor:not-allowed}.connected-label{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:999px;background:color-mix(in srgb,var(--fb-primary) 10%,white);color:var(--fb-primary);font-size:12px;font-weight:750}.developer-intro{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:20px;padding:22px 24px;border-radius:15px;background:var(--fb-primary);color:#fff}.developer-intro h2{margin:0 0 4px}.developer-intro p{margin:0;color:#ffffffc7}.developer-intro button,.developer-intro a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border:1px solid rgb(255 255 255 / 30%);border-radius:9px;background:#ffffff14;color:#fff;white-space:nowrap}.developer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.developer-card{min-width:0;min-height:280px;padding:20px;border:1px solid var(--fb-border);border-radius:15px;background:#fff;box-shadow:var(--fb-shadow-sm)}.developer-card.wide{grid-column:1 / -1}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:15px;border-bottom:1px solid var(--fb-border)}.card-heading>div{display:grid;grid-template-columns:32px 1fr;gap:3px 9px}.card-heading svg{grid-row:1 / 3;color:var(--fb-primary)}.card-heading h3{margin:0;font-size:18px}.card-heading p{margin:0;color:var(--fb-muted)}.card-heading>span{display:inline-flex;min-width:32px;height:32px;align-items:center;justify-content:center;border-radius:999px;background:var(--fb-surface-muted);font-weight:750}.outgoing-form{display:grid;grid-template-columns:minmax(160px,.6fr) minmax(280px,1.6fr) auto;gap:8px;padding:16px 0}.outgoing-form input{width:100%;min-height:44px;padding:0 11px;border:1px solid var(--fb-border);border-radius:9px}.outgoing-form button{min-height:44px;padding:0 15px;border:0;border-radius:9px;background:var(--fb-primary);color:#fff;font-weight:700}.developer-list{display:grid;gap:8px;padding-top:15px}.developer-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:9px 11px;border:1px solid var(--fb-border);border-radius:9px;background:var(--fb-surface-muted)}.developer-list span{min-width:0;overflow-wrap:anywhere}.developer-list i{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:var(--fb-muted)}.developer-list i.healthy{background:var(--fb-success)}.activity-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.activity-heading h2{margin:0 0 4px;font-size:27px}.activity-heading p{margin:0;color:var(--fb-muted)}.activity-table{overflow:hidden;border:1px solid var(--fb-border);border-radius:14px;background:#fff}.activity-row{display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(150px,.8fr) minmax(110px,.6fr) minmax(160px,.8fr);align-items:center;gap:12px;min-height:58px;padding:9px 15px;border-top:1px solid var(--fb-border)}.activity-row.header{min-height:44px;border-top:0;background:var(--fb-surface-muted);color:var(--fb-muted);font-size:12px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.activity-status{display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:50%;background:var(--fb-muted)}.activity-status.succeeded{background:var(--fb-success)}.activity-status.failed{background:var(--fb-danger)}.activity-status.pending,.activity-status.retrying{background:var(--fb-warning)}.activity-empty{display:grid;min-height:260px;place-items:center;padding:30px;color:var(--fb-muted);text-align:center}.integration-modal-backdrop{display:grid;place-items:center;padding:22px;background:#14231d6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.integration-setup-modal{width:min(620px,calc(100vw - 44px));max-height:calc(100vh - 44px);overflow-y:auto;border:1px solid var(--fb-border);border-radius:18px;background:#fff;box-shadow:0 26px 70px #14231d3d}.integration-setup-modal>header{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:16px 20px;border-bottom:1px solid var(--fb-border)}.integration-setup-modal>header h2{margin:4px 0 0}.integration-setup-modal>header button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--fb-border);border-radius:11px;background:#fff}.integration-setup-modal>p,.integration-setup-modal>section,.integration-setup-modal>footer{margin-left:20px;margin-right:20px}.integration-setup-modal>p{color:var(--fb-muted)}.integration-setup-modal>footer{display:flex;justify-content:flex-end;gap:9px;padding:18px 0 20px}.integration-setup-modal footer button{min-height:43px;padding:0 15px;border:1px solid var(--fb-border);border-radius:9px;background:#fff}@media(max-width:1040px){.provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.integration-page{padding:20px 16px 38px}.integration-page>header,.developer-intro,.activity-heading{align-items:stretch;flex-direction:column}.integration-summary,.provider-grid,.developer-grid{grid-template-columns:1fr}.developer-card.wide{grid-column:auto}.outgoing-form,.activity-row{grid-template-columns:1fr}.activity-row.header{display:none}}.ecosystem-page{width:min(100%,1680px);max-width:none;padding:28px 32px 64px}.ecosystem-breadcrumb{align-items:center;gap:10px;min-height:24px;color:var(--ds-muted);font-size:14px}.ecosystem-breadcrumb a{color:var(--ds-secondary);font-weight:650}.ecosystem-page>header{align-items:center;gap:28px;margin:22px 0 26px}.ecosystem-page>header>div{min-width:0}.ecosystem-page>header .eyebrow{color:var(--ds-secondary)}.ecosystem-page h1{margin:6px 0 10px;color:var(--ds-ink);font-size:clamp(40px,4.2vw,62px);line-height:.98;letter-spacing:-.045em}.ecosystem-page>header p:last-child{margin:0;max-width:760px;color:var(--ds-muted);font-size:16px;line-height:1.55}.ecosystem-ready{display:inline-flex;align-items:center;flex:none;gap:8px;padding:9px 14px;border:1px solid color-mix(in srgb,var(--ds-secondary) 24%,white);background:var(--ds-secondary-soft);color:var(--ds-secondary);font-weight:700}.ecosystem-ready i{margin:0;background:var(--ds-secondary)}.ecosystem-tabs{gap:4px;border-color:var(--ds-border)}.ecosystem-tabs button{min-height:48px;padding:0 18px;border-radius:10px 10px 0 0;color:var(--ds-muted);font-weight:650}.ecosystem-tabs button:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.ecosystem-tabs button.active{border-color:var(--ds-secondary);background:transparent;color:var(--ds-secondary)}.mobile-ecosystem,.marketplace-view,.sdk-view,.portal-view{padding-top:24px}.install-card{grid-template-columns:230px minmax(0,1fr);gap:clamp(30px,5vw,70px);min-height:350px;padding:38px clamp(32px,5vw,72px);border:1px solid var(--ds-border);border-radius:20px;background:linear-gradient(135deg,var(--ds-secondary-soft),var(--ds-surface) 70%);box-shadow:var(--ds-shadow-sm)}.install-card h2{margin:6px 0 10px;color:var(--ds-ink);font-size:32px}.install-card p:not(.eyebrow){margin:0 0 22px;max-width:760px;color:var(--ds-muted)}.install-card .eyebrow{color:var(--ds-secondary)}.phone-preview{width:168px;height:270px;border-color:var(--ds-ink);background:var(--ds-surface);box-shadow:0 22px 45px #1c232129}.phone-speaker{background:var(--ds-ink)}.phone-logo{background:var(--ds-primary)}.ecosystem-primary{justify-content:center;min-height:44px;padding:0 18px!important;border-radius:10px!important;background:var(--ds-primary)!important;box-shadow:0 8px 18px color-mix(in srgb,var(--ds-primary) 18%,transparent)}.ecosystem-primary:hover:not(:disabled){background:var(--ds-primary-hover)!important}.mobile-ecosystem .capability-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.mobile-ecosystem .capability-card{display:flex;min-height:230px;flex-direction:column;padding:24px;border-color:var(--ds-border);border-radius:16px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.mobile-ecosystem .capability-card>span{width:44px;height:44px;background:var(--ds-secondary-soft);color:var(--ds-secondary)}.mobile-ecosystem .capability-card h3{margin:18px 0 8px;color:var(--ds-ink)}.mobile-ecosystem .capability-card p{min-height:0;margin:0 0 18px;color:var(--ds-muted)}.mobile-ecosystem .capability-card small,.mobile-ecosystem .capability-card button{margin-top:auto}.mobile-ecosystem .capability-card small{color:var(--ds-secondary);font-weight:700}.mobile-ecosystem .capability-card button{align-self:flex-start;min-height:38px;border-color:var(--ds-border);background:var(--ds-surface);color:var(--ds-secondary);font-weight:700}.native-roadmap{gap:16px;margin-top:16px}.native-roadmap>div{padding:22px 24px;border:1px solid var(--ds-border);border-radius:16px;background:var(--ds-surface)}.native-roadmap span{color:var(--ds-secondary);letter-spacing:.1em}.native-roadmap h3{margin:8px 0 6px}.native-roadmap p{margin:0;color:var(--ds-muted);line-height:1.55}.marketplace-heading{gap:20px}.marketplace-heading h2{margin:0 0 5px;font-size:30px}.marketplace-heading p{margin:0}.marketplace-heading>span{flex:none;padding:7px 11px;border-radius:999px;background:var(--ds-surface-muted);color:var(--ds-muted);font-weight:700}.marketplace-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.marketplace-grid article{grid-template-columns:48px minmax(0,1fr);align-content:start;min-height:245px;border-color:var(--ds-border);border-radius:16px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.listing-icon{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.marketplace-grid h3{color:var(--ds-ink)}.marketplace-grid p{color:var(--ds-muted)}.marketplace-grid button{align-items:center;align-self:end;min-height:42px;margin-top:10px;border-color:var(--ds-primary);background:var(--ds-primary)}.marketplace-grid button.installed{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.sdk-view{grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:18px}.sdk-view>div,.sdk-view aside,.portal-view>form,.portal-preview{border-color:var(--ds-border);border-radius:16px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.sdk-view h2{margin:6px 0 10px;font-size:32px}.sdk-view pre{border:1px solid var(--ds-border-strong);background:var(--ds-ink)}.sdk-actions{flex-wrap:wrap}.sdk-actions a{border-color:var(--ds-border);background:var(--ds-surface);font-weight:700}.sdk-view li svg{color:var(--ds-secondary)}.portal-view{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:18px}.portal-view>form{padding:28px}.portal-view h2{margin:0 0 6px;font-size:30px}.portal-view input,.portal-view textarea{min-height:44px;border-color:var(--ds-border-strong);background:var(--ds-surface)}.portal-view input:focus,.portal-view textarea:focus{border-color:var(--ds-primary);outline:3px solid color-mix(in srgb,var(--ds-primary) 14%,transparent)}.portal-preview{padding:24px;background:var(--ds-surface-muted)}.portal-preview-bar,.portal-preview-body{background:var(--ds-surface)}@media(max-width:1120px){.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sdk-view,.portal-view{grid-template-columns:1fr}}@media(max-width:880px){.ecosystem-page{padding:22px 18px 64px}.ecosystem-page>header{align-items:flex-start}.install-card{grid-template-columns:1fr;min-height:0;padding:30px 24px}.phone-preview{display:none}.mobile-ecosystem .capability-grid,.native-roadmap{grid-template-columns:1fr}}@media(max-width:620px){.ecosystem-page h1{font-size:40px}.ecosystem-ready{display:none}.ecosystem-tabs{margin-inline:-18px;padding-inline:18px}.marketplace-grid{grid-template-columns:1fr}.marketplace-heading{align-items:flex-start;flex-direction:column}.portal-fields{grid-template-columns:1fr}}.docs-shell{background:var(--ds-canvas);color:var(--ds-ink)}.docs-layout{grid-template-columns:286px minmax(0,1fr);height:calc(100vh - 64px)}.docs-sidebar{padding:16px 14px;border-color:var(--ds-border);background:var(--ds-surface)}.docs-back{min-height:34px;padding:0 8px;border-radius:8px;color:var(--ds-muted);font-size:13px;font-weight:650}.docs-back:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.docs-sidebar-title{min-height:46px;margin:8px 4px 12px;color:var(--ds-ink);font-size:16px}.docs-sidebar-title>span{gap:9px}.docs-sidebar-title>span svg{color:var(--ds-secondary)}.docs-sidebar-title button{display:grid;width:36px;height:36px;place-items:center;border-radius:9px;background:var(--ds-primary);color:#fff}.docs-sidebar-title button:hover{background:var(--ds-primary-hover)}.docs-sidebar-title button svg{width:17px;height:17px}.docs-search{min-height:42px;padding:0 11px;border-color:var(--ds-border-strong);border-radius:10px;background:var(--ds-surface-muted)}.docs-search:focus-within{border-color:var(--ds-primary);background:var(--ds-surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary) 12%,transparent)}.docs-search input{padding:10px 8px;color:var(--ds-ink)}.docs-sidebar nav{margin:14px -3px;padding-right:3px}.docs-sidebar nav button{min-height:50px;padding:9px 10px;border-radius:9px;color:var(--ds-ink)}.docs-sidebar nav button:hover{background:var(--ds-surface-muted)}.docs-sidebar nav button.active{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.docs-sidebar nav button>svg{flex:none;color:var(--ds-muted)}.docs-sidebar nav button.active>svg{color:var(--ds-secondary)}.docs-sidebar nav span{min-width:0;gap:2px}.docs-sidebar nav strong,.docs-sidebar nav small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-launcher{border-color:var(--ds-border)}.template-launcher p{color:var(--ds-muted);font-weight:800}.template-launcher button{min-height:36px;border-radius:8px;color:var(--ds-muted)}.template-launcher button:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.docs-main{background:var(--ds-canvas)}.docs-welcome{width:min(100%,1040px);max-width:none;margin:clamp(40px,8vh,92px) auto;padding:32px 36px}.docs-welcome>span{width:62px;height:62px;border-radius:16px;background:var(--ds-secondary-soft);color:var(--ds-secondary)}.docs-welcome .eyebrow{margin:20px 0 4px;color:var(--ds-secondary)}.docs-welcome h1{max-width:820px;margin:8px auto 14px;color:var(--ds-ink);font-family:var(--font-display);font-size:clamp(42px,5vw,64px);line-height:1;letter-spacing:-.045em}.docs-welcome>p:not(.eyebrow){max-width:680px;margin-inline:auto;color:var(--ds-muted);font-size:16px;line-height:1.55}.docs-welcome>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:30px 0 22px}.docs-welcome>div button{min-height:138px;align-content:start;padding:20px;border-color:var(--ds-border);border-radius:14px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.docs-welcome>div button:hover{border-color:color-mix(in srgb,var(--ds-secondary) 38%,var(--ds-border));transform:translateY(-2px);box-shadow:var(--ds-shadow-md)}.docs-welcome>div svg{color:var(--ds-secondary)}.docs-welcome>div strong{margin-top:18px;color:var(--ds-ink)}.docs-welcome .primary-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:0;border-radius:10px;background:var(--ds-primary);color:#fff;font-weight:750}.doc-header{height:68px;padding:0 24px;border-color:var(--ds-border);background:color-mix(in srgb,var(--ds-surface) 95%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.doc-header>input{height:44px;color:var(--ds-ink);font-size:22px;font-weight:750}.doc-actions{align-items:center;gap:8px}.doc-actions button,.live-presence{min-width:38px;min-height:38px;justify-content:center;padding:0 11px;border-color:var(--ds-border);border-radius:9px;background:var(--ds-surface);color:var(--ds-muted)}.doc-actions button:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.doc-actions button.active{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.doc-actions .save-doc{min-width:94px;border-color:var(--ds-primary);background:var(--ds-primary);color:#fff}.doc-actions .save-doc:hover:not(:disabled){background:var(--ds-primary-hover);color:#fff}.live-presence{color:var(--ds-secondary)}.doc-meta{min-height:38px;align-items:center;padding:0 28px;border-color:var(--ds-border);background:var(--ds-surface-muted);color:var(--ds-muted)}.doc-workspace{grid-template-columns:minmax(560px,900px);padding:32px}.doc-workspace.with-panel{grid-template-columns:minmax(560px,900px) 340px;gap:18px}.doc-paper{border-color:var(--ds-border);border-radius:14px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.rich-toolbar{height:48px;gap:3px;padding:0 16px;border-color:var(--ds-border);border-radius:14px 14px 0 0;background:var(--ds-surface)}.rich-toolbar button{width:34px;height:34px;border-radius:7px;color:var(--ds-muted)}.rich-toolbar button:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.rich-content{padding:58px clamp(42px,8vw,100px);color:var(--ds-ink);font-family:var(--font-body);font-size:16px;line-height:1.75}.rich-content h1{font-family:var(--font-display);font-size:42px;letter-spacing:-.035em}.rich-content blockquote{border-color:var(--ds-secondary);background:var(--ds-secondary-soft)}.doc-side-panel{border-color:var(--ds-border);border-radius:14px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.doc-side-panel>header{min-height:52px;padding:0 15px;border-color:var(--ds-border)}.doc-side-panel header button{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;color:var(--ds-muted)}.doc-side-panel header button:hover{background:var(--ds-surface-muted)}.inline-comment-compose{padding:14px;border-color:var(--ds-border)}.inline-comment-compose textarea{min-height:90px;border-color:var(--ds-border-strong);border-radius:9px;resize:vertical}.inline-comment-compose textarea:focus{border-color:var(--ds-primary);outline:3px solid color-mix(in srgb,var(--ds-primary) 12%,transparent)}.inline-comment-compose button{min-height:36px;border-radius:8px;background:var(--ds-primary);font-weight:700}.doc-comments article,.version-list article{border-color:var(--ds-border)}@media(max-width:1080px){.docs-layout{grid-template-columns:240px minmax(0,1fr)}.doc-workspace.with-panel{grid-template-columns:1fr}.doc-side-panel{position:static;max-height:none}.docs-welcome>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.docs-layout{grid-template-columns:1fr}.docs-sidebar{display:none}.docs-welcome{margin:28px auto;padding:24px 18px}.docs-welcome>div{grid-template-columns:1fr}.docs-welcome>div button{min-height:108px}.doc-header{padding:0 10px}.doc-actions{gap:4px}.doc-actions .live-presence{display:none}.doc-workspace{display:block;padding:12px}.rich-content{padding:34px 22px}}.chat-page{background:var(--ds-canvas)}.chat-shell{width:min(100%,1680px);max-width:none;grid-template-columns:350px minmax(0,1fr);border-color:var(--ds-border);background:var(--ds-surface)}.chat-list{border-color:var(--ds-border);background:var(--ds-surface)}.chat-list-heading{min-height:82px;padding:18px 18px 12px}.chat-list-heading a,.chat-list-heading>button,.chat-thread header>button{display:grid;width:40px;height:40px;place-items:center;padding:0;border-color:var(--ds-border);border-radius:10px;background:var(--ds-surface);color:var(--ds-muted)}.chat-list-heading a:hover,.chat-list-heading>button:hover,.chat-thread header>button:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.chat-list-heading small{color:var(--ds-secondary)}.chat-list-heading h1{color:var(--ds-ink);font-size:25px}.chat-search{height:44px;margin:0 16px 12px;border-color:var(--ds-border-strong);border-radius:10px;background:var(--ds-surface-muted)}.chat-search:focus-within{border-color:var(--ds-primary);background:var(--ds-surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary) 12%,transparent)}.communication-library-links{gap:7px;padding:0 16px 14px}.communication-library-links button{min-height:40px;border-color:var(--ds-border);border-radius:9px;color:var(--ds-muted)}.communication-library-links button:hover,.communication-library-links button.active{border-color:color-mix(in srgb,var(--ds-secondary) 32%,var(--ds-border));background:var(--ds-secondary-soft);color:var(--ds-secondary)}.chat-list nav{gap:3px;padding:0 9px 18px}.chat-list nav>button{min-height:64px;padding:10px 11px;border-radius:11px;color:var(--ds-ink)}.chat-list nav>button:hover{background:var(--ds-surface-muted)}.chat-list nav>button.active{background:var(--ds-secondary-soft)}.chat-list nav i,.chat-member-picker i,.chat-thread header>i{background:var(--ds-primary-soft);color:var(--ds-primary)}.chat-list nav small,.chat-member-picker small{color:var(--ds-muted)}.chat-list nav em{background:var(--ds-primary)}.chat-thread{background:var(--ds-surface)}.chat-thread>header{flex-basis:76px;height:76px;padding:0 22px;border-color:var(--ds-border);background:var(--ds-surface)}.chat-thread h2{color:var(--ds-ink);font-size:18px}.chat-thread header p{color:var(--ds-muted)}.chat-thread>header>button.active{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.chat-messages{padding:28px clamp(24px,5vw,74px);background:linear-gradient(180deg,var(--ds-surface-muted),var(--ds-surface) 34%);scrollbar-color:var(--ds-border-strong) transparent}.chat-messages article{max-width:min(680px,78%);margin:14px 0}.chat-messages article>i{background:var(--ds-surface-muted);color:var(--ds-muted)}.chat-messages article p{padding:11px 14px;border-color:var(--ds-border);border-radius:5px 15px 15px;background:var(--ds-surface);color:var(--ds-ink);box-shadow:0 2px 7px #2027360a}.chat-messages article.mine p{border-color:color-mix(in srgb,var(--ds-primary) 20%,var(--ds-border));border-radius:15px 5px 15px 15px;background:var(--ds-primary-soft)}.chat-messages time,.chat-messages article small{color:var(--ds-muted)}.chat-message-actions{border-color:var(--ds-border);background:var(--ds-surface);box-shadow:var(--ds-shadow-md)}.chat-message-actions button:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.chat-composer{min-height:60px;margin:14px clamp(18px,4vw,58px) 18px;padding:8px;border-color:var(--ds-border-strong);border-radius:15px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.chat-composer:focus-within{border-color:var(--ds-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary) 11%,transparent),var(--ds-shadow-sm)}.chat-composer textarea{color:var(--ds-ink);line-height:1.5}.chat-composer button,.chat-welcome button,.chat-empty-list button{justify-content:center;min-width:42px;background:var(--ds-primary)}.chat-composer button:hover:not(:disabled),.chat-welcome button:hover,.chat-empty-list button:hover{background:var(--ds-primary-hover)}.chat-composer>button[type=button]{background:transparent;color:var(--ds-muted)}.chat-composer>button[type=button]:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.chat-welcome>div{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.chat-welcome h2{color:var(--ds-ink)}.chat-welcome p,.chat-empty-list p{color:var(--ds-muted)}.chat-empty-list>svg{color:var(--ds-secondary)}.communication-library{padding:28px clamp(22px,4vw,54px);background:var(--ds-canvas)}.communication-library>header small{color:var(--ds-secondary)}.communication-library>header h2{color:var(--ds-ink)}.communication-library>header p{color:var(--ds-muted)}.communication-library>header button{border-color:var(--ds-border);background:var(--ds-surface);color:var(--ds-muted)}.schedule-meeting-button{background:var(--ds-primary)}.scheduled-meetings>article,.call-history-list>article,.recording-library-grid article{border-color:var(--ds-border);background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.scheduled-meetings>article>i{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.schedule-meeting-dialog{background:#2027366b}.schedule-meeting-dialog>div{border:1px solid var(--ds-border);background:var(--ds-surface);box-shadow:var(--ds-shadow-md)}.schedule-meeting-dialog header button{border:1px solid var(--ds-border);background:var(--ds-surface-muted)}.schedule-meeting-dialog input,.schedule-meeting-dialog select{border-color:var(--ds-border-strong)}.schedule-meeting-dialog footer button.primary{border-color:var(--ds-primary);background:var(--ds-primary)}@media(max-width:900px){.chat-shell{grid-template-columns:310px minmax(0,1fr)}.chat-messages article{max-width:88%}}@media(max-width:700px){.chat-shell{grid-template-columns:1fr;border:0}.chat-list{border:0}.chat-thread>header{padding:0 10px}.chat-messages{padding:20px 14px}.chat-messages article{max-width:94%}.chat-composer{margin:10px 10px max(10px,env(safe-area-inset-bottom))}}.service-page,.service-empty,.oncall-page,.oncall-workspace{background:var(--ds-canvas);color:var(--ds-ink)}.service-page{width:min(100%,1680px);max-width:none;margin:0 auto;padding:28px 32px 64px}.service-page>header{align-items:center;gap:24px}.service-page h1,.service-empty h1,.service-portal h1{color:var(--ds-ink);font-family:var(--font-display);font-size:clamp(42px,5vw,62px);letter-spacing:-.045em}.service-page>header select{min-width:210px;border-color:var(--ds-border-strong);background:var(--ds-surface);color:var(--ds-ink)}.service-metrics{gap:14px;margin:24px 0}.service-metrics button{min-height:112px;align-items:center;padding:20px;border-color:var(--ds-border);border-radius:15px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.service-metrics button:hover{border-color:color-mix(in srgb,var(--ds-secondary) 28%,var(--ds-border));transform:translateY(-1px)}.service-metrics svg{color:var(--ds-secondary)}.service-metrics b{color:var(--ds-ink);font-size:28px}.service-metrics span{gap:5px;color:var(--ds-muted)}.service-layout{grid-template-columns:230px minmax(0,1fr);gap:16px}.service-layout>aside,.ticket-list,.ticket-detail{border-color:var(--ds-border);border-radius:15px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.service-layout>aside h2{color:var(--ds-muted)}.service-layout>aside h2:nth-of-type(2){border-color:var(--ds-border)}.service-layout>aside button,.service-layout>aside a{color:var(--ds-muted)}.service-layout>aside button:hover,.service-layout>aside a:hover{background:var(--ds-surface-muted);color:var(--ds-secondary)}.service-layout>aside button.active{background:var(--ds-secondary-soft);color:var(--ds-secondary);box-shadow:inset 3px 0 var(--ds-secondary)}.ticket-list>header{border-color:var(--ds-border)}.ticket-list>header span{background:var(--ds-surface-muted);color:var(--ds-muted)}.ticket-list>button{border-color:var(--ds-border);background:var(--ds-surface)}.ticket-list>button:hover{background:var(--ds-secondary-soft);box-shadow:inset 3px 0 var(--ds-secondary)}.ticket-list>button:focus-visible{outline-color:var(--ds-primary)}.ticket-list>button b{color:var(--ds-ink)}.ticket-list>button small,.ticket-list>button time{color:var(--ds-muted)}.priority{background:var(--ds-secondary)}.service-zero{color:var(--ds-muted)}.service-zero:before{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.ticket-detail{box-shadow:var(--ds-shadow-md)}.ticket-detail .close{display:grid;place-items:center;border-color:var(--ds-border);background:var(--ds-surface);color:var(--ds-muted);line-height:1}.ticket-detail>small:first-of-type{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.ticket-detail h2{color:var(--ds-ink)}.ticket-detail>p{color:var(--ds-muted)}.ticket-detail dl{border-color:var(--ds-border);background:var(--ds-surface-muted)}.ticket-detail dt,.ticket-detail dd{border-color:var(--ds-border)}.ticket-detail textarea{border-color:var(--ds-border-strong);background:var(--ds-surface)}.ticket-detail textarea:focus{border-color:var(--ds-primary);outline:3px solid color-mix(in srgb,var(--ds-primary) 12%,transparent)}.ticket-detail .primary,.service-empty button,.service-portal form>button{background:var(--ds-primary)}.ticket-detail .ticket-actions button:last-child{border-color:var(--ds-primary);background:var(--ds-primary)}.ticket-detail .ticket-actions button:last-child:hover{border-color:var(--ds-primary-hover);background:var(--ds-primary-hover)}.service-toast{border-color:color-mix(in srgb,var(--ds-secondary) 26%,var(--ds-border));background:var(--ds-secondary-soft);color:var(--ds-secondary);box-shadow:var(--ds-shadow-md)}.service-portal{background:var(--ds-canvas)}.service-portal>section{border-color:var(--ds-border);background:var(--ds-surface);box-shadow:var(--ds-shadow-md)}.service-portal input,.service-portal select,.service-portal textarea{border-color:var(--ds-border-strong)}.portal-success svg,.service-empty>svg{color:var(--ds-secondary)}.oncall-page .oncall-panel,.oncall-panel{width:min(100%,1680px);max-width:none;margin:0 auto}.oncall-page{padding:28px 32px 64px}.oncall-panel h2{color:var(--ds-ink);font-family:var(--font-display);font-size:clamp(40px,4vw,56px);letter-spacing:-.04em}.oncall-page-back{border-color:var(--ds-border);background:var(--ds-surface);color:var(--ds-muted)}.oncall-page-back:hover{border-color:var(--ds-secondary);color:var(--ds-secondary)}.oncall-primary{background:var(--ds-primary)!important}.oncall-primary:hover{background:var(--ds-primary-hover)!important}.oncall-summary{gap:14px}.oncall-summary article,.oncall-grid>section{border-color:var(--ds-border);border-radius:15px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.oncall-summary article svg{color:var(--ds-secondary)}.oncall-summary article b{color:var(--ds-ink)}.oncall-summary article span{color:var(--ds-muted)}.oncall-grid>section>h3:nth-of-type(2),.override-heading{border-color:var(--ds-border)}.oncall-grid>section .oncall-empty,.override-empty{border-color:var(--ds-border);background:var(--ds-surface-muted);color:var(--ds-muted)}.oncall-card,.override-row,.alert-card{border-color:var(--ds-border);background:var(--ds-surface-muted)}.oncall-person i{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.override-heading>button{border-color:var(--ds-secondary);color:var(--ds-secondary)}.override-heading>button:hover{background:var(--ds-secondary-soft)}.oncall-actions button,.override-row button,.alert-card button{border-color:var(--ds-border);background:var(--ds-surface)}.oncall-modal{background:#20273670;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.oncall-modal form{border:1px solid var(--ds-border);border-radius:18px;background:var(--ds-surface);box-shadow:var(--ds-shadow-md)}.oncall-modal form>header button{display:grid;width:42px;min-width:42px;height:42px;min-height:42px;place-items:center;padding:0;border-color:var(--ds-border);background:var(--ds-surface);color:var(--ds-muted);line-height:1}.oncall-modal input,.oncall-modal select{border-color:var(--ds-border-strong)}.oncall-modal fieldset{border-color:var(--ds-border)}.oncall-modal fieldset label{border-color:var(--ds-border);background:var(--ds-surface)}.oncall-modal fieldset label:has(input:checked){border-color:var(--ds-secondary);background:var(--ds-secondary-soft);color:var(--ds-secondary)}.oncall-modal footer>button{border-color:var(--ds-border);background:var(--ds-surface)}@media(max-width:900px){.service-page,.oncall-page{padding:22px 18px 56px}.service-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.service-layout,.oncall-grid{grid-template-columns:1fr}.service-layout>aside{display:none}}@media(max-width:560px){.service-page>header{align-items:stretch;flex-direction:column}.service-page>header select{width:100%}.service-metrics{grid-template-columns:1fr}.ticket-detail{top:72px!important;right:10px!important;bottom:10px!important;left:10px!important;width:auto!important}}.agile-page{width:min(100%,1680px);min-height:100vh;margin:0 auto;padding:28px 32px 64px;background:var(--ds-canvas);color:var(--ds-ink)}.agile-page>header{align-items:center;gap:24px}.agile-page header a{align-items:center;min-height:34px;color:var(--ds-muted);font-weight:650;text-decoration:none}.agile-page header a:hover{color:var(--ds-secondary)}.agile-page header p{margin:20px 0 5px;color:var(--ds-secondary)}.agile-page h1{margin:0;color:var(--ds-ink);font-family:var(--font-display);font-size:clamp(42px,4.5vw,62px);line-height:1;letter-spacing:-.045em}.agile-page header span{color:var(--ds-muted)}.agile-page button{min-height:40px;justify-content:center;border-color:var(--ds-border);border-radius:9px;background:var(--ds-surface);color:var(--ds-muted);font-weight:700}.agile-page button:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.agile-page header>button,.agile-heading>button{border-color:var(--ds-primary);background:var(--ds-primary);color:#fff}.agile-page header>button:hover,.agile-heading>button:hover{background:var(--ds-primary-hover);color:#fff}.agile-page>nav{gap:4px;margin-top:26px;border-color:var(--ds-border)}.agile-page>nav button{min-height:48px;padding:0 16px;border-radius:9px 9px 0 0;color:var(--ds-muted)}.agile-page>nav button:hover{background:var(--ds-surface-muted)}.agile-page>nav button.active{border-color:var(--ds-secondary);background:transparent;color:var(--ds-secondary)}.agile-panel{margin-top:20px;padding:24px;border-color:var(--ds-border);border-radius:16px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.agile-heading{gap:20px;margin-bottom:20px}.agile-heading h2{color:var(--ds-ink);font-size:24px}.agile-heading p{color:var(--ds-muted)}.agile-table{overflow:auto;border:1px solid var(--ds-border);border-radius:12px}.agile-row{border-color:var(--ds-border);background:var(--ds-surface)}.agile-row:first-child{border-top:0}.agile-row:hover:not(.head){background:var(--ds-surface-muted)}.agile-row>*{padding:11px 12px}.agile-row small{color:var(--ds-muted)}.agile-row.head{border:0;background:var(--ds-surface-muted);color:var(--ds-muted);font-weight:750}.agile-row select,.agile-row input,.sprint-grid input,.sprint-grid textarea,.release-grid input,.release-grid select,.dev-row input,.dev-row select,.poker select{min-height:40px;border-color:var(--ds-border-strong);border-radius:8px;background:var(--ds-surface);color:var(--ds-ink)}.agile-row select:focus,.agile-row input:focus,.sprint-grid input:focus,.sprint-grid textarea:focus,.release-grid input:focus,.release-grid select:focus,.dev-row input:focus,.dev-row select:focus,.poker select:focus{border-color:var(--ds-primary);outline:3px solid color-mix(in srgb,var(--ds-primary) 12%,transparent)}.sprint-grid,.release-grid,.report-cards,.chart-grid{gap:16px}.sprint-grid article,.release-grid article,.report-cards article,.chart-grid article{border-color:var(--ds-border);border-radius:14px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.sprint-grid article{padding:18px}.sprint-grid .title{color:var(--ds-ink)}.sprint-grid textarea{resize:vertical}.sprint-grid span{background:var(--ds-surface-muted);color:var(--ds-muted)}.sprint-grid span.active{background:var(--ds-secondary-soft);color:var(--ds-secondary)}.sprint-grid span.closed{background:var(--ds-surface-muted)}.release-grid article{min-height:74px;padding:16px 18px}.release-grid svg{color:var(--ds-secondary)}.report-cards article{min-height:120px;padding:20px}.report-cards strong{margin-bottom:6px;color:var(--ds-ink)}.report-cards small{color:var(--ds-muted)}.chart-grid article{min-height:250px;padding:20px}.bars i{background:var(--ds-secondary)}.burn{background:var(--ds-surface-muted)}.burn span{background:var(--ds-primary)}.flow i{background:var(--ds-secondary)}.roadmap{min-height:360px;border:1px solid var(--ds-border);border-radius:14px;background-color:var(--ds-surface);background-image:repeating-linear-gradient(90deg,var(--ds-border) 0,var(--ds-border) 1px,transparent 1px,transparent 12.5%)}.roadmap article{border-color:var(--ds-secondary);background:var(--ds-secondary-soft)}.roadmap article.epic{border-color:var(--ds-primary);background:var(--ds-primary-soft)}.roadmap span{color:var(--ds-muted)}.dev-row{align-items:center;gap:9px}.poker>div{flex-wrap:wrap}.poker>div button{border-color:var(--ds-border-strong);background:var(--ds-surface)}.poker>div button.active{border-color:var(--ds-primary);background:var(--ds-primary);color:#fff}.agile-loading{color:var(--ds-muted)}@media(max-width:1000px){.sprint-grid,.report-cards,.chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.release-grid{grid-template-columns:1fr}.release-grid article,.dev-row{grid-template-columns:1fr}}@media(max-width:700px){.agile-page{padding:22px 16px 56px}.agile-page>header{align-items:stretch;flex-direction:column}.agile-page>nav{margin-inline:-16px;padding-inline:16px}.agile-panel{padding:16px}.agile-heading{align-items:stretch;flex-direction:column}.sprint-grid,.report-cards,.chart-grid{grid-template-columns:1fr}.poker>select{min-width:0;width:100%}}.whiteboard-page{height:100vh;overflow:hidden;background:var(--ds-canvas);color:var(--ds-ink)}.whiteboard-page header{height:76px;padding:10px 18px;border-color:var(--ds-border);background:color-mix(in srgb,var(--ds-surface) 96%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.whiteboard-page header>div{gap:8px}.whiteboard-page header p{margin:0 0 3px;color:var(--ds-secondary)}.whiteboard-page h1{color:var(--ds-ink);font-family:var(--font-display);font-size:30px;line-height:1;letter-spacing:-.03em}.whiteboard-page button,.whiteboard-page header a{min-height:40px;padding:0 12px;border:1px solid var(--ds-border);border-radius:9px;background:var(--ds-surface);color:var(--ds-muted);font-weight:700;text-decoration:none}.whiteboard-page button:hover,.whiteboard-page header a:hover{background:var(--ds-surface-muted);color:var(--ds-ink)}.whiteboard-page .primary,.wb-inspector>button{border-color:var(--ds-primary);background:var(--ds-primary);color:#fff}.whiteboard-page .primary:hover,.wb-inspector>button:hover{background:var(--ds-primary-hover);color:#fff}.wb-shell{background:var(--ds-canvas)}.wb-tools{width:68px;gap:8px;padding:12px;border-color:var(--ds-border);background:var(--ds-surface);box-shadow:3px 0 12px #20273608}.wb-tools button{width:44px;height:44px;min-height:44px;padding:0;border-color:transparent;background:transparent}.wb-tools button:hover{background:var(--ds-surface-muted)}.wb-tools .active{border-color:color-mix(in srgb,var(--ds-secondary) 28%,var(--ds-border));background:var(--ds-secondary-soft);color:var(--ds-secondary)}.wb-stage{overflow:hidden;background-color:#fbfcff;background-image:radial-gradient(circle,#cfd6e3 1px,transparent 1px);background-size:20px 20px}.wb-stage svg{display:block}.wb-stage g>rect,.wb-stage g>ellipse,.wb-stage g>polygon{stroke:var(--ds-border-strong)}.wb-stage g.selected>rect,.wb-stage g.selected>ellipse,.wb-stage g.selected>polygon{stroke:var(--ds-primary);stroke-width:3}.obj-text{fill:var(--ds-ink);font-family:var(--font-body)}.task-label{fill:var(--ds-secondary);font-family:var(--font-body)}.zoom{bottom:18px;left:18px;min-height:42px;overflow:hidden;border-color:var(--ds-border);border-radius:10px;background:var(--ds-surface);box-shadow:var(--ds-shadow-md)}.zoom button{width:40px;height:40px;min-height:40px;padding:0;border:0;border-radius:0}.zoom span{width:60px;color:var(--ds-muted);font-size:12px;font-weight:750}.wb-inspector{width:310px;padding:20px;border-color:var(--ds-border);background:var(--ds-surface);box-shadow:-4px 0 14px #2027360a}.wb-inspector h2{margin:2px 0 18px;color:var(--ds-ink);font-family:var(--font-display);font-size:28px;letter-spacing:-.025em}.wb-inspector h3{color:var(--ds-ink);font-size:14px}.wb-inspector label{color:var(--ds-muted);font-size:12px;font-weight:750}.wb-inspector input{min-width:0;height:42px;border-color:var(--ds-border-strong);border-radius:9px;background:var(--ds-surface);color:var(--ds-ink)}.wb-inspector input:focus{border-color:var(--ds-primary);outline:3px solid color-mix(in srgb,var(--ds-primary) 12%,transparent)}.colors,.reactions{flex-wrap:wrap;gap:7px}.colors button{width:34px;height:34px;min-height:34px;padding:0;border-color:var(--ds-border)}.colors button:hover{transform:scale(1.06)}.wb-inspector form{gap:7px}.wb-inspector form input{min-height:42px}.wb-inspector .danger{border-color:#efbebe;background:#fff5f4;color:#bd3535}.wb-inspector .danger:hover{background:#fee9e7;color:#a82828}@media(max-width:900px){.whiteboard-page header{height:70px;padding:8px 12px}.whiteboard-page h1{font-size:25px}.wb-inspector{position:absolute;z-index:8;top:70px;right:0;bottom:0;width:min(320px,90vw);box-shadow:var(--ds-shadow-md)}}@media(max-width:620px){.whiteboard-page header button:not(.primary){display:none}.wb-tools{width:58px;padding:8px 7px}.wb-tools button{width:42px;height:42px}.zoom{left:70px}}.workspace-main{width:100%;max-width:none;margin:0;padding:20px 24px 48px!important;background:var(--ds-canvas)}.workspace-content{width:100%;max-width:1480px;margin:0 auto;padding:18px 20px 0}.workspace-heading{padding:10px 0 28px;border-color:var(--ds-border)}.workspace-heading>.eyebrow{margin:0 0 6px}.workspace-name-display{display:flex;align-items:center;gap:10px}.workspace-heading .workspace-name-display h1{margin:0;color:var(--ds-ink);font-size:clamp(42px,5vw,45px);line-height:1.04;letter-spacing:-.045em}.workspace-name-edit,.workspace-name-action{display:grid;width:40px;height:40px;place-items:center;padding:0;border-color:var(--ds-border);border-radius:10px;background:#fff;color:var(--ds-muted);box-shadow:none}.workspace-name-edit:hover,.workspace-name-action:hover{border-color:var(--ds-primary);background:var(--ds-primary-soft);color:var(--ds-primary)}.workspace-subtitle{max-width:680px;margin:12px 0 0!important;color:var(--ds-muted)!important;font-size:16px!important;line-height:1.5}.workspace-section{margin-top:28px}.workspace-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px!important}.workspace-section-title{display:flex;align-items:center;gap:9px}.workspace-section-title h2{margin:0;color:var(--ds-ink);font:600 27px/1.1 var(--font-display,Georgia,serif);letter-spacing:-.025em}.workspace-section-title span{display:inline-grid;min-width:28px;height:28px;place-items:center;padding:0 8px;border-radius:99px;background:var(--ds-secondary-soft);color:var(--ds-secondary);font-size:12px;font-weight:800}.workspace-new-board{min-height:42px!important;margin:0;padding:0 16px!important;border-radius:10px!important}.workspace-main .board-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.workspace-main .board-card{min-height:112px;padding:16px;gap:13px;border:1px solid var(--ds-border);border-radius:14px;background:var(--ds-surface);box-shadow:var(--ds-shadow-sm)}.workspace-main .board-card:hover{border-color:var(--ds-primary);box-shadow:var(--ds-shadow-md);transform:translateY(-2px)}.workspace-main .board-card-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:11px;background:var(--ds-primary-soft)!important;color:var(--ds-primary)!important}.workspace-main .board-card-icon svg{width:21px;height:21px}.workspace-main .board-card-copy{min-width:0}.workspace-main .board-card h3{margin:0;color:var(--ds-ink);font-size:15px;line-height:1.35}.workspace-main .board-card p{margin:4px 0 0;color:var(--ds-muted);font-size:12px;line-height:1.4}.workspace-main .board-card-arrow{width:19px;color:var(--ds-muted)}.workspace-main .inline-create{grid-template-columns:minmax(0,1fr) auto auto;margin:0 0 16px;padding:16px;border-color:var(--ds-border);border-radius:13px;background:#fff;box-shadow:var(--ds-shadow-sm)}.workspace-main .inline-create input{min-height:44px;border-color:var(--ds-border-strong)}.workspace-main .inline-create button{min-height:44px;align-self:end}.workspace-board-loading{padding:42px;border:1px solid var(--ds-border);border-radius:14px;background:#fff;color:var(--ds-muted);text-align:center}.workspace-main .empty-board-list{min-height:270px;border-color:var(--ds-border-strong);border-radius:15px;background:#ffffffb8}.workspace-main .empty-board-icon{background:var(--ds-primary-soft);color:var(--ds-primary)}@media(max-width:1250px){.workspace-main .board-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:960px){.workspace-main .board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.workspace-main{padding:16px 14px 80px!important}.workspace-content{padding:12px 0 0}.workspace-heading .workspace-name-display h1{font-size:38px}.workspace-section-header{align-items:flex-start}.workspace-main .board-grid,.workspace-main .inline-create{grid-template-columns:1fr}.workspace-main .inline-create button{width:100%}}.board-main .compact-board-header{padding:16px 24px 0!important;box-shadow:0 1px #1f2a4105}.board-main .board-breadcrumb{min-height:22px;gap:6px;color:var(--fb-text-muted);font-size:11px;letter-spacing:.01em}.board-main .board-title-row{display:flex;min-width:0;align-items:center;gap:6px;margin-top:4px}.board-main .board-title-row>input{min-width:180px;width:auto;flex:1 1 460px;max-width:680px;min-height:42px;padding:3px 7px;border-radius:9px}.board-main .board-title-row>.ui-icon,.board-main .board-title-row>.board-team-button,.board-main .board-title-row>.access-picker{flex:0 0 auto}.board-main .ui-icon{width:38px;height:38px;padding:0!important;border:1px solid transparent!important;border-radius:10px!important}.board-main .ui-icon:hover{border-color:var(--fb-border)!important}.board-main .board-team-button{height:38px;margin:0;border-radius:10px;white-space:nowrap}.board-main .board-title-menu{position:relative;flex:0 0 auto}.board-main .board-title-menu>summary{list-style:none}.board-main .board-title-menu>summary::-webkit-details-marker{display:none}.board-main .board-title-menu>div{position:absolute;z-index:80;top:44px;right:0;display:grid;width:210px;padding:7px;border:1px solid var(--fb-border);border-radius:12px;background:var(--fb-bg-surface);box-shadow:var(--ds-shadow-md)}.board-main .board-title-menu button{min-height:36px;margin:0;padding:8px 10px;border-radius:8px;background:transparent;color:var(--fb-text-secondary);text-align:left}.board-main .board-title-menu button:hover{background:var(--ds-primary-soft);color:var(--ds-primary)}.board-main .compact-board-header>p{max-width:780px;margin:2px 7px 10px;font-size:13px}.board-main .compact-board-header .view-tabs{min-height:44px;gap:4px!important}.board-main .compact-board-header .view-tabs>button{position:relative;min-height:40px;padding:9px 12px;border:0!important;border-radius:9px 9px 0 0}.board-main .compact-board-header .view-tabs>button.active:after{position:absolute;right:9px;bottom:0;left:9px;height:2px;border-radius:2px 2px 0 0;background:var(--ds-primary);content:""}.board-main .sticky-board-controls{min-height:56px;gap:8px;padding:9px 24px!important}.board-main .sticky-board-controls>:not(.board-toolbar){flex:0 0 auto}.board-main .toolbar-primary>button{min-height:38px;padding-inline:14px;border-radius:9px!important;box-shadow:0 4px 12px color-mix(in srgb,var(--ds-primary) 16%,transparent)}@media(max-width:1100px){.board-main .board-team-button{font-size:0}.board-main .board-team-button svg{width:18px}.board-main .board-title-row>input{flex-basis:300px}}@media(max-width:760px){.board-main .board-title-row{flex-wrap:wrap}.board-main .board-title-row>input{flex-basis:calc(100% - 92px);max-width:none}.board-main .board-title-row>.board-team-button{display:none}.board-main .compact-board-header>p{margin-left:4px}.board-main .sticky-board-controls{min-height:auto}}.board-main .board-table-shell{padding:14px 24px 54px!important;background:var(--fb-bg-app)!important}.board-main .table-scroll{overflow:auto;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;scrollbar-width:thin;scrollbar-color:#adb6c3 transparent}.board-main .table-scroll::-webkit-scrollbar{width:10px;height:10px}.board-main .table-scroll::-webkit-scrollbar-track{background:transparent}.board-main .table-scroll::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#adb6c3;background-clip:padding-box}.board-main .board-table{gap:16px!important;padding:8px 0!important}.board-main .board-group{overflow:visible!important;border:1px solid var(--fb-border)!important;border-left:4px solid var(--group-color)!important;border-radius:13px!important;background:var(--fb-bg-surface)!important;box-shadow:0 3px 12px #1a26220d!important}.board-main .board-group>header{min-height:48px!important;padding:0 12px!important;border-bottom:1px solid var(--fb-border-subtle)!important;border-radius:9px 9px 0 0!important;background:color-mix(in srgb,var(--group-color) 5%,var(--fb-bg-surface))!important}.board-main .board-group>header input{color:var(--fb-text-primary)!important;font-size:14px!important;font-weight:700!important}.board-main .group-color{width:9px!important;height:9px!important;border-radius:50%!important}.board-main .group-items{overflow:visible!important;border-radius:0 0 10px 10px!important;background:var(--fb-bg-surface)!important}.board-main .column-strip{height:48px!important;border-bottom:1px solid var(--fb-border)!important;background:var(--fb-bg-subtle)!important}.board-main .sticky-item-head,.board-main .polished-column-head,.board-main .end-add-column{height:48px!important;background:var(--fb-bg-subtle)!important}.board-main .sticky-item-head{color:var(--fb-text-secondary)!important;font-size:12px!important;letter-spacing:.05em!important}.board-main .polished-column-head{padding:0 14px!important}.board-main .column-heading strong{font-size:12px!important;font-weight:700!important}.board-main .column-heading small{margin-top:2px!important;color:var(--fb-text-muted)!important;font-size:10px!important}.board-main .board-item-row{min-height:44px!important;border-top:1px solid var(--fb-border-subtle)!important;background:var(--fb-bg-surface)!important;transition:background-color .14s ease!important}.board-main .board-item-row:hover{background:var(--fb-bg-hover)!important}.board-main .item-leading,.board-main .item-title-cell,.board-main .item-title-input,.board-main .cell-editor{min-height:44px!important;height:44px!important}.board-main .item-title-cell,.board-main .cell-editor{border-right:1px solid var(--fb-border-subtle)!important}.board-main .status-cell,.board-main .dropdown-cell{padding:7px 8px!important;background:transparent!important}.board-main .status-cell>summary,.board-main .dropdown-cell>summary{min-height:30px!important;height:30px!important;border-radius:8px!important}.board-main .progress-cell{background:transparent!important}.board-main .compact-add-item{width:100%!important;min-height:40px!important;padding:0 14px!important;border-top:1px solid var(--fb-border-subtle)!important;border-radius:0 0 9px 9px!important;background:var(--fb-bg-surface)!important}.board-main .compact-add-item:hover{background:var(--fb-bg-hover)!important}.board-main .add-new-group{min-height:42px!important;margin-top:14px!important;border-radius:10px!important;background:var(--fb-bg-surface)!important}.board-main .status-options,.board-main .people-menu,.board-main .action-menu>div{overflow:hidden!important;border:1px solid var(--fb-border)!important;border-radius:12px!important;background:var(--fb-bg-surface)!important;box-shadow:0 18px 48px #1f2a412e!important}.board-main .status-options button,.board-main .people-menu button,.board-main .action-menu>div button{min-height:38px!important;border-radius:7px!important}.board-main .status-options button:hover,.board-main .people-menu button:hover,.board-main .action-menu>div button:hover{background:var(--fb-bg-hover)!important}@media(max-width:900px){.board-main .board-table-shell{padding-inline:14px!important}}.board-main .board-table{gap:28px!important;padding-block:14px 24px!important}.board-main .board-group{border:0!important;border-left:4px solid var(--group-color)!important;border-radius:7px 0 0 7px!important;background:transparent!important;box-shadow:none!important}.board-main .board-group>header{min-height:46px!important;padding:0 10px 0 12px!important;border:0!important;border-radius:0!important;background:transparent!important}.board-main .board-group>header input{color:var(--group-color)!important;font-size:17px!important;font-weight:750!important;letter-spacing:-.01em!important}.board-main .board-group>header .item-count{color:var(--fb-text-secondary)!important;font-size:12px!important}.board-main .group-items{overflow:visible!important;border:1px solid var(--fb-border)!important;border-left:0!important;border-radius:0 8px 8px 0!important;background:var(--fb-bg-surface)!important;box-shadow:0 2px 7px #1a262209!important}.board-main .column-strip{height:46px!important;border:0!important;border-bottom:1px solid var(--fb-border)!important;background:var(--fb-bg-surface)!important}.board-main .sticky-item-head,.board-main .polished-column-head,.board-main .end-add-column{height:46px!important;background:var(--fb-bg-surface)!important}.board-main .sticky-item-head,.board-main .polished-column-head{border-right:1px solid var(--fb-border)!important}.board-main .board-item-row{min-height:44px!important;border-top:0!important;border-bottom:1px solid var(--fb-border-subtle)!important;background:var(--fb-bg-surface)!important}.board-main .board-item-row:last-of-type{border-bottom:1px solid var(--fb-border-subtle)!important}.board-main .compact-add-item{width:100%!important;min-height:40px!important;border:0!important;border-radius:0 0 8px!important;background:var(--fb-bg-surface)!important;color:var(--fb-text-secondary)!important}.board-main .compact-add-item:hover{background:var(--fb-bg-hover)!important;color:var(--fb-primary)!important}.board-main .group-color{background:var(--group-color)!important}.board-main .group-items{overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:thin;scrollbar-color:transparent transparent}.board-main .group-items:hover{scrollbar-color:#adb6c3 transparent}.board-main .group-items::-webkit-scrollbar{width:10px;height:10px}.board-main .group-items::-webkit-scrollbar-track{background:transparent}.board-main .group-items::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:transparent;background-clip:padding-box}.board-main .group-items:hover::-webkit-scrollbar-thumb{background:#adb6c3;background-clip:padding-box}.board-main .board-table,.board-main .board-group{width:100%!important;min-width:0!important}.board-main .board-group:last-child .status-dropdown .status-options,.board-main .status-dropdown .status-options{top:34px!important;bottom:auto!important}.board-main .status-dropdown.menu-viewport-positioned[open]>.status-options{position:fixed!important;top:var(--cell-menu-top)!important;right:auto!important;bottom:auto!important;left:var(--cell-menu-left)!important;z-index:5000!important}.board-main .status-dropdown[open]>.status-options{max-height:min(360px,calc(100vh - var(--cell-menu-top, 0px) - 16px))!important;overflow-x:hidden!important;overflow-y:auto!important}.board-main .status-options>.dropdown-add-option{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:40px!important;padding:9px 10px!important;color:var(--fb-primary)!important;background:var(--fb-bg-surface)!important;border-top:1px solid var(--fb-border)!important;border-radius:0 0 8px 8px!important;font-weight:700!important;white-space:nowrap!important}.automation-backdrop{z-index:20000!important;box-sizing:border-box!important;display:grid!important;place-items:center!important;overflow:hidden!important}.automation-center{position:relative!important;isolation:isolate!important;width:min(1180px,calc(100vw - 56px))!important;height:min(760px,calc(100dvh - 56px))!important;max-height:calc(100dvh - 56px)!important;min-height:0!important;overflow:hidden!important;background:var(--fb-bg-surface, #fff)!important}.automation-center>header,.automation-center>nav,.automation-center>.automation-usage{position:relative!important;z-index:2!important;flex:0 0 auto!important;background:var(--fb-bg-surface, #fff)!important}.automation-center>main{position:relative!important;z-index:1!important;min-height:0!important;flex:1 1 auto!important;overflow:auto!important;background:var(--fb-bg-app, #f7f8fa)!important}.board-main .people-cell.menu-viewport-positioned[open]>.people-menu,.board-main .column-actions.menu-viewport-positioned[open]>div,.board-main .item-actions.menu-viewport-positioned[open]>div{position:fixed!important;top:var(--cell-menu-top)!important;right:auto!important;bottom:auto!important;left:var(--cell-menu-left)!important;z-index:5000!important}.board-main .board-group:has(.column-actions[open]){position:relative!important;z-index:4900!important;overflow:visible!important;contain:none!important}.board-main .group-column-strip:has(.column-actions[open]),.board-main .polished-column-head:has(.column-actions[open]){position:relative!important;z-index:4950!important;overflow:visible!important}.board-main .board-group .inline-add-item{box-sizing:border-box!important;width:326px!important;min-width:326px!important;max-width:326px!important;gap:5px!important;padding:6px 8px!important}.board-main .board-group .inline-add-item input{min-width:0!important;padding:7px 8px!important}.board-main .board-group .inline-add-item button{flex:0 0 auto;padding:7px 8px!important;font-size:11px!important}.board-main .group-column-strip{border-top:1px solid var(--fb-border)!important;border-bottom:1px solid var(--fb-border)!important;box-shadow:inset 0 -1px 0 var(--fb-border)!important}.board-main .group-column-strip>.sticky-item-head,.board-main .group-column-strip>.polished-column-head,.board-main .group-column-strip>.end-add-column{border-bottom:1px solid var(--fb-border)!important}.board-main .board-group .compact-add-item{box-sizing:border-box!important;width:326px!important;min-width:326px!important;max-width:326px!important;border-top:1px solid var(--fb-border)!important;border-bottom:0!important;border-right:0!important;border-radius:0!important}.board-main .board-group .inline-add-item{border:1px solid var(--fb-border)!important;border-radius:0 0 8px!important;background:var(--fb-bg-surface)!important}.board-main .board-group .empty-group-drop{box-sizing:border-box!important;width:var(--empty-group-width, 100%)!important;min-width:var(--empty-group-width, 100%)!important;min-height:48px!important;padding:14px 18px!important;border:0!important;border-bottom:1px solid var(--fb-border)!important;background:var(--fb-bg-surface)!important}.board-main .board-group .empty-group-drop+.compact-add-item{border-top:0!important}.drawer-description{gap:10px!important}.drawer-description>h3{display:flex;align-items:center;gap:8px;margin:0}.drawer-rich-description{overflow:hidden;border:1px solid var(--ds-border);border-radius:12px;background:var(--ds-surface);transition:border-color .16s ease,box-shadow .16s ease}.drawer-rich-description:focus-within{border-color:var(--ds-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-primary) 13%,transparent)}.drawer-rich-description .rich-editor{display:flex;min-width:0;flex-direction:column}.drawer-rich-description .rich-toolbar{position:static;top:auto;display:flex;align-items:center;flex-wrap:wrap;width:100%;height:auto;min-height:44px;gap:2px;padding:5px 8px;border:0;border-bottom:1px solid var(--ds-border);border-radius:0;box-sizing:border-box;background:var(--ds-surface-muted)}.drawer-rich-description .rich-toolbar button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;margin:0;padding:0;border:0;border-radius:7px;background:transparent;color:var(--ds-muted);cursor:pointer}.drawer-rich-description .rich-toolbar button:hover,.drawer-rich-description .rich-toolbar button:focus-visible{background:var(--ds-surface);color:var(--ds-ink);outline:none}.drawer-rich-description .rich-toolbar button:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--ds-primary) 24%,transparent)}.drawer-rich-description .rich-toolbar svg{width:16px;height:16px}.drawer-rich-description .rich-toolbar>i{flex:0 0 1px;width:1px;height:20px;margin:0 4px;border:0;background:var(--ds-border)}.drawer-rich-description .rich-content{min-height:142px;max-height:280px;overflow-y:auto;padding:14px 16px 18px;box-sizing:border-box;color:var(--ds-ink);font-family:var(--font-body);font-size:14px;line-height:1.65}.drawer-rich-description .rich-content:empty:before{color:var(--ds-muted);opacity:.8;pointer-events:none}.drawer-rich-description .rich-content h1{margin:.25em 0 .55em;font-family:var(--font-display);font-size:25px;line-height:1.2}.drawer-rich-description .rich-content h2{margin:.35em 0 .5em;font-size:19px;line-height:1.3}.drawer-rich-description .rich-content p,.drawer-rich-description .rich-content ul,.drawer-rich-description .rich-content ol,.drawer-rich-description .rich-content blockquote{margin:0 0 .75em}.drawer-rich-description-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:0}.item-drawer .item-property-list{overflow:visible;border:1px solid var(--ds-border)!important;border-radius:12px!important;background:var(--ds-surface);box-shadow:0 1px 2px #18261e08}.item-drawer .fb-property-row{grid-template-columns:136px minmax(0,1fr);min-height:52px;border-bottom:1px solid var(--ds-border)!important;transition:background .15s ease}.item-drawer .fb-property-row:first-child{border-radius:11px 11px 0 0}.item-drawer .fb-property-row:last-child{border-bottom:0!important;border-radius:0 0 11px 11px}.item-drawer .fb-property-row:hover{background:var(--ds-surface-muted)}.item-drawer .fb-property-row>div:first-child{align-self:stretch;gap:8px;min-width:0;padding:0 12px;border-right:1px solid var(--ds-border);color:var(--ds-muted);font-size:12px;font-weight:600}.item-drawer .fb-property-row>div:first-child svg{flex:0 0 auto;width:16px;height:16px;color:var(--ds-muted)}.item-drawer .fb-property-row>div:first-child span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-drawer .fb-property-row>div:last-child{display:flex;align-items:center;min-width:0;padding:6px 10px}.item-drawer .fb-property-row .cell-editor{display:flex;align-items:center;width:100%!important;height:38px!important;min-width:0;border:0!important;background:transparent!important}.item-drawer .fb-property-row .cell-editor>input,.item-drawer .fb-property-row .cell-editor>textarea,.item-drawer .fb-property-row .empty-cell-button,.item-drawer .fb-property-row .numeric-cell,.item-drawer .fb-property-row .progress-cell,.item-drawer .fb-property-row .date-cell,.item-drawer .fb-property-row .people-cell,.item-drawer .fb-property-row .status-cell,.item-drawer .fb-property-row .dropdown-cell{width:100%!important;min-width:0}.item-drawer .fb-property-row .cell-editor>input,.item-drawer .fb-property-row .cell-editor>textarea,.item-drawer .fb-property-row .empty-cell-button{min-height:34px;padding:0 10px;border:1px solid transparent!important;border-radius:8px;background:transparent;color:var(--ds-ink);font-size:12px;text-align:left}.item-drawer .fb-property-row .cell-editor>input:hover,.item-drawer .fb-property-row .cell-editor>textarea:hover,.item-drawer .fb-property-row .empty-cell-button:hover{border-color:var(--ds-border)!important;background:var(--ds-surface)}.item-drawer .fb-property-row .status-cell>summary,.item-drawer .fb-property-row .dropdown-cell>summary{min-height:34px;padding:0 11px;border-radius:8px!important;font-size:12px;font-weight:700}.item-drawer .fb-property-row .date-cell{min-height:34px;padding:0 10px;border:1px solid transparent;border-radius:8px;font-size:12px}.item-drawer .fb-property-row .date-cell:hover{border-color:var(--ds-border);background:var(--ds-surface)}.item-drawer .fb-property-row .progress-cell,.item-drawer .fb-property-row .numeric-cell,.item-drawer .fb-property-row .people-cell{min-height:34px;border-radius:8px}@media(max-width:650px){.item-drawer .fb-property-row{grid-template-columns:116px minmax(0,1fr)}}.item-drawer-content>.item-mail-tab{min-height:100%;padding:20px 22px 44px;box-sizing:border-box}.item-drawer .item-mail-tab>header{gap:10px;margin:0 0 16px;padding-bottom:14px;border-bottom:1px solid var(--ds-border)}.item-drawer .item-mail-tab>header svg{flex:0 0 auto;width:18px;height:18px;color:var(--ds-primary)}.item-drawer .item-mail-tab>header h3{color:var(--ds-ink);font-size:14px;font-weight:750}.item-drawer .item-mail-tab>header p{margin-top:3px;color:var(--ds-muted);font-size:12px}.item-drawer .item-mail-tab article{padding:14px 12px;border:1px solid var(--ds-border);border-radius:10px;background:var(--ds-surface)}.item-drawer .item-mail-tab article+article{margin-top:8px}.item-drawer .item-mail-tab .drawer-panel-empty{min-height:230px;align-content:center;padding:32px 20px;border:1px dashed var(--ds-border);border-radius:12px;background:var(--ds-surface-muted)}@media(max-width:650px){.item-drawer-content>.item-mail-tab{padding:18px 16px 40px}}@media(min-width:761px){.auth-layout{height:100dvh;min-height:0;overflow:hidden}.auth-story{min-height:0;height:100dvh;padding:clamp(28px,4vw,58px)}.auth-story-centered .brand{top:clamp(28px,4vw,58px);left:clamp(28px,4vw,58px)}.auth-panel{min-height:0;height:100dvh;padding:16px clamp(22px,4vw,54px);overflow:hidden}.auth-panel form{width:min(540px,100%);max-height:calc(100dvh - 32px);overflow-y:auto;padding:clamp(22px,2.4vw,32px);border-radius:18px;scrollbar-width:thin}.auth-panel h2{margin:7px 0 5px;font-size:clamp(32px,3vw,43px);line-height:1.04}.auth-intro{margin-bottom:14px;font-size:14px;line-height:1.45}.auth-panel label{gap:6px;margin:10px 0}.auth-panel input{min-height:46px;padding:10px 13px}.auth-panel .optional{margin-left:3px}.forgot-password{margin:-2px 0 10px}.auth-panel .primary-button{min-height:46px;margin-top:14px}.switch-copy{margin-top:8px;margin-bottom:0}.field-row{gap:12px}}@media(min-width:761px)and (max-height:720px){.auth-panel form{padding:18px 24px}.auth-panel h2{font-size:34px}.auth-intro{margin-bottom:9px}.auth-panel label{margin:7px 0}.auth-panel input,.auth-panel .primary-button{min-height:42px}}.item-drawer .item-drawer-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));width:100%;height:48px;padding:0 12px;overflow:visible}.item-drawer .item-drawer-tabs button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:0;width:100%;height:47px;gap:4px;padding:0 4px;border-bottom:0;background:transparent;font-size:12px;text-align:center}.item-drawer .item-drawer-tabs button:after{content:"";position:absolute;right:8px;bottom:-1px;left:8px;height:2px;border-radius:2px 2px 0 0;background:transparent}.item-drawer .item-drawer-tabs button:hover{background:var(--ds-surface-muted)}.item-drawer .item-drawer-tabs button.active{background:transparent;color:var(--ds-primary)}.item-drawer .item-drawer-tabs button.active:after{background:var(--ds-primary)}.item-drawer .item-drawer-tabs button span{flex:0 0 auto}@media(max-width:520px){.item-drawer .item-drawer-tabs{display:flex;padding:0 8px;overflow-x:auto}.item-drawer .item-drawer-tabs button{flex:0 0 auto;width:auto;min-width:72px;padding:0 8px}}html,body,#root{height:100%}body{overflow:auto;overflow-x:hidden}body:has(.app-frame){overflow:hidden}.app-frame{height:100dvh;min-height:0!important;grid-template-rows:64px minmax(0,1fr)!important;overflow:hidden}.app-topbar{height:64px!important;min-height:64px!important}.app-frame>.app-sidebar,.persistent-workspace-sidebar>.app-sidebar{height:100%;min-height:0!important;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:transparent transparent;scrollbar-width:thin}.app-frame>.app-sidebar:hover,.persistent-workspace-sidebar>.app-sidebar:hover{scrollbar-color:color-mix(in srgb,var(--fb-text-muted) 45%,transparent) transparent}.app-frame>.app-sidebar::-webkit-scrollbar,.persistent-workspace-sidebar>.app-sidebar::-webkit-scrollbar{width:6px}.app-frame>.app-sidebar::-webkit-scrollbar-track,.persistent-workspace-sidebar>.app-sidebar::-webkit-scrollbar-track{background:transparent}.app-frame>.app-sidebar::-webkit-scrollbar-thumb,.persistent-workspace-sidebar>.app-sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:transparent}.app-frame>.app-sidebar:hover::-webkit-scrollbar-thumb,.persistent-workspace-sidebar>.app-sidebar:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--fb-text-muted) 45%,transparent)}.app-frame>:is(.board-main,.workspace-main){min-height:0;overflow-x:hidden;overflow-y:auto!important;overscroll-behavior:contain}.persistent-workspace-sidebar{top:64px;bottom:0;height:auto}.persistent-workspace-sidebar+main,.resource-sidebar-route>.resource-page{width:calc(100% - 260px)!important;max-width:none;margin-right:0!important;margin-left:260px!important;overflow-x:hidden}:is(.portfolio-shell,.ecosystem-shell,.integration-page,.service-workspace,.commercial-billing-page,.forms-page,.resource-sidebar-route){width:100%;max-width:100%;overflow-x:hidden}.app-topbar{width:100%;max-width:100vw}@media(max-width:850px){body,body:has(.app-frame){overflow:auto}.app-frame{height:auto;min-height:100dvh!important;grid-template-rows:56px minmax(0,1fr)!important;overflow:visible}.app-topbar{height:56px!important;min-height:56px!important}.app-frame>:is(.board-main,.workspace-main){overflow:visible!important}.persistent-workspace-sidebar+main,.resource-sidebar-route>.resource-page{width:100%!important;margin-left:0!important;overflow-x:hidden}}:root{--font-sans: Inter, sans-serif;--fb-font-sans: Inter, sans-serif;--ds-font-sans: Inter, sans-serif}html,body,#root,#root *{font-family:Inter,sans-serif!important}:is(.portfolio-hero,.ai-page>header,.enterprise-page>header,.billing-page>header,.resource-hero,.integration-page>header,.ecosystem-page>header,.forms-page>header,.agile-page>header,.shared-report>header,.service-page>header,.service-empty,.product-page>header,.docs-welcome,.administration-page>header) h1{max-width:none!important;margin:6px 0 8px!important;font-size:clamp(30px,2.6vw,40px)!important;font-weight:650!important;line-height:1.1!important;letter-spacing:-.025em!important}@media(max-width:700px){:is(.portfolio-hero,.ai-page>header,.enterprise-page>header,.billing-page>header,.resource-hero,.integration-page>header,.ecosystem-page>header,.forms-page>header,.agile-page>header,.shared-report>header,.service-page>header,.service-empty,.product-page>header,.docs-welcome,.administration-page>header) h1{font-size:30px!important}}.org-content>h1{max-width:none!important;margin:8px 0 12px!important;font-size:clamp(34px,4vw,48px)!important;font-weight:650!important;line-height:1.05!important;letter-spacing:-.035em!important}@media(max-width:700px){.org-content>h1{font-size:34px!important}}.product-page .product-metrics{align-items:stretch}.product-page .product-metrics>article{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-content:center!important;align-items:center!important;column-gap:14px!important;row-gap:3px!important;min-height:112px!important;height:auto!important;padding:18px 20px!important}.product-page .product-metrics>article>svg{grid-column:1!important;grid-row:1 / 3!important;align-self:center!important}.product-page .product-metrics>article>b{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important}.product-page .product-metrics>article>span{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:0!important}
