:root{--bg:#f7f9fb;--surface:#fff;--surface-soft:#f9fbfc;--line:#e6ebf1;--line-strong:#d2dbe6;--text:#1d2733;--sub:#5f6b7a;--muted:#8a96a6;--head:#f5f8fb;--blue:#0f6f69;--blue-dark:#0a5f5a;--blue-soft:#f3f8f7;--accent-line:#c4d9d5;--red:#c83f3a;--red-soft:#fff1f0;--orange:#b46513;--orange-soft:#fff6e5;--green:#1f7a4d;--green-soft:#edf8f2;--shadow:0 10px 26px #1018280e;--soft-shadow:0 1px 2px #10182806, 0 10px 24px #1018280b;--radius-sm:8px;--radius-md:8px;--radius-lg:8px;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-size:13px}button,input,select,textarea{font:inherit}button{cursor:pointer;transition:background .14s,border-color .14s,color .14s,box-shadow .14s,transform 80ms}button:active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.55}.workspace{grid-template-columns:244px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#ffffffdb;flex-direction:column;padding:18px 14px;display:flex}.workspace-title{border-bottom:1px solid var(--line);padding:8px 8px 16px}.workspace-logo{width:132px;height:auto;display:block}.workspace-title strong{color:#101828;font-size:15px;display:block}.workspace-title span{color:var(--sub);margin-top:4px;font-size:12px;display:block}.new-button{border:1px solid var(--line-strong);background:var(--surface);border-radius:var(--radius-md);text-align:left;color:#344054;width:100%;height:36px;margin:14px 0;padding:0 12px;box-shadow:0 1px 2px #10182809}.new-button:hover{border-color:var(--accent-line);background:#fbfcfd}.menu{gap:4px;margin-bottom:20px;display:grid}.menu button{color:#475467;text-align:left;border-radius:var(--radius-sm);background:0 0;border:0;width:100%;padding:9px 10px;display:block}.menu button:hover{background:#f7f9fc}.sidebar-footer{border-top:1px solid var(--line);margin-top:auto;padding:14px 8px 0}.logout-button{border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface);color:#344054;text-align:left;width:100%;min-height:34px;padding:0 12px;box-shadow:0 1px 2px #10182809}.logout-button:hover{color:var(--red);background:#f8fafc;border-color:#cbd5e1}.side-section{border-top:1px solid var(--line);padding-top:14px}.side-label{color:var(--muted);margin:0 0 8px 8px;font-size:11px;font-weight:700}.batch{border-radius:var(--radius-sm);color:#475467;text-align:left;background:0 0;border:1px solid #0000;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 10px;display:grid}.batch:hover{background:#f7f9fc}.batch.active{background:var(--surface);border-color:var(--accent-line);box-shadow:inset 3px 0 0 var(--blue);color:var(--text)}.batch-title{min-width:0}.batch-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:inherit;font-size:13px;display:block;overflow:hidden}.batch-title small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:2px;font-size:11px;display:block;overflow:hidden}.batch.active .batch-title strong{font-weight:800}.batch em{color:var(--muted);flex:none;font-style:normal}.main{min-width:0}.topline{border-bottom:1px solid var(--line);background:#ffffffe6;justify-content:space-between;align-items:center;gap:16px;min-height:80px;padding:16px 22px;display:flex}.crumb{color:var(--muted);margin-bottom:6px;font-size:12px}h1,h2,h3,p{margin-top:0}h1{color:#101828;margin-bottom:0;font-size:21px}h2{color:#101828;margin-bottom:4px;font-size:16px}h3{color:#101828;margin-bottom:8px;font-size:18px}p{color:var(--sub);line-height:1.55}.top-actions,.button-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.top-actions button,.button-row button,.item-actions button,.submit-card button,.ghost{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:#344054;min-height:34px;padding:0 13px;box-shadow:0 1px 2px #10182806}.top-actions button:hover,.button-row button:hover,.item-actions button:hover,.submit-card button:hover,.ghost:hover{background:#f8fafc;border-color:#cbd5e1}button.primary,.top-actions .primary,.submit-card .primary{border:1px solid var(--blue);background:var(--blue);color:#fff;box-shadow:none}button.primary:hover,.top-actions .primary:hover,.submit-card .primary:hover{background:var(--blue-dark)}button.full{width:100%;min-height:42px}.metrics{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px 18px;display:grid}.metrics div{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--soft-shadow);padding:14px 16px}.metrics span{color:var(--sub);font-size:12px;display:block}.metrics strong{color:#1d2939;margin-top:5px;font-size:23px;font-weight:760;display:block}.dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:14px;padding:14px 18px 18px;display:grid}.panel{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-md);min-width:0;box-shadow:var(--soft-shadow);overflow:hidden}.panel.wide{grid-column:1/2}.panel-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;gap:12px;padding:16px;display:flex}.panel-head p{margin-bottom:0;font-size:12px}.batch-list,.compact-list{display:grid}.batch-row,.compact-row{border:0;border-bottom:1px solid var(--line);background:var(--surface);text-align:left;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:14px 16px;display:flex}.batch-row:last-child,.compact-row:last-child{border-bottom:0}.batch-row:hover,.compact-row:hover{background:var(--surface-soft)}.batch-row strong,.compact-row strong{color:var(--text);display:block}.batch-row span,.compact-row span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.batch-row-stat{text-align:right;flex:none}.batch-row-stat b{color:var(--text);font-size:18px;display:block}.dashboard-table{min-width:760px}.workarea{grid-template-columns:minmax(560px,1fr) minmax(420px,440px);gap:14px;min-height:calc(100vh - 151px);padding:14px 18px 18px;display:grid}.request-fullscreen-workarea{grid-template-columns:minmax(0,1120px);justify-content:center;gap:14px;min-height:calc(100vh - 96px);padding:14px 18px 18px;display:grid}.list-panel,.detail-panel{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--soft-shadow);overflow:hidden}.list-panel{flex-direction:column;min-width:0;display:flex}.detail-panel{min-width:0}.list-panel-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px 12px;display:flex}.list-panel-head h2{margin-bottom:4px;font-size:16px}.list-panel-head p{color:var(--muted);margin-bottom:0;font-size:12px}.list-panel-head strong{border:1px solid var(--line);background:var(--surface);color:#344054;white-space:nowrap;border-radius:999px;flex:none;align-items:center;min-height:28px;padding:0 10px;font-size:12px;display:inline-flex}.toolbar{border-bottom:1px solid var(--line);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.search-wrap{flex:260px;min-width:180px}.date-filter-controls{flex:360px;grid-template-columns:112px minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;min-width:min(100%,360px);display:grid}.date-filter-controls select,.date-filter-controls input{width:100%;min-width:0}.date-filter-controls span{color:var(--muted);font-weight:800}.date-filter-controls .date-filter-label{color:#344054;white-space:nowrap}input,select,textarea{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:#344054;padding:0 11px}input,select{height:34px}input::placeholder{color:var(--muted)}input{width:100%}select{min-width:126px}textarea{resize:vertical;background:#fbfdff;width:100%;height:190px;padding:12px;line-height:1.65}.table-scroll{overflow-x:auto}table{border-collapse:collapse;table-layout:fixed;width:100%}.request-table{min-width:700px}th{text-align:left;background:var(--head);height:38px;color:var(--sub);border-bottom:1px solid var(--line);padding:0 12px;font-size:12px;font-weight:700}td{vertical-align:middle;color:#344054;border-bottom:1px solid #eef2f6;padding:12px}tbody tr{cursor:pointer}tbody tr:hover{background:#f8fafc}tbody tr:last-child td{border-bottom:0}tr.row-selected{background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}td strong{color:#1d2939;font-size:13px;display:block}td small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.request-table th:first-child,.request-table td:first-child{width:180px}.request-table th:nth-child(2),.request-table td:nth-child(2){width:82px}.request-table th:nth-child(3),.request-table td:nth-child(3){width:112px}.request-table th:nth-child(4),.request-table td:nth-child(4){width:86px}.request-table th:nth-child(5),.request-table td:nth-child(5){width:138px}.request-table th:nth-child(6),.request-table td:nth-child(6){width:102px}.missing-text{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.request-group-row{cursor:default}.request-group-row:hover{background:var(--surface)}.request-group-row td{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfdff;padding:10px 12px}.request-group-row.group-selected td{background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.request-tree-head{width:100%;min-height:28px;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.request-tree-head:hover{background:0 0}.request-tree-head strong{color:var(--blue);font-size:13px}.request-tree-head span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--sub);font-size:12px;font-weight:800;overflow:hidden}.request-group-row em{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px;font-size:12px;font-style:normal;display:block;overflow:hidden}.request-tree-child-row td:first-child{padding-left:14px}.request-tree-client{grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.request-tree-client>span:last-child{min-width:0}.request-group-line{align-items:center;gap:10px;min-width:0;display:flex}.request-group-line .request-tree-head{flex:auto;min-width:0}.bulk-feedback{border-top:1px solid var(--line);background:var(--surface-soft);color:var(--green);padding:10px 12px;font-weight:800}.request-status-tree{background:var(--surface);flex-direction:column;flex:auto;gap:0;min-height:0;padding:0;display:flex;overflow:auto}.request-status-tree .request-group-row{background:var(--surface);border:0;border-bottom:1px solid #f0f3f7;border-radius:0;grid-template-rows:auto auto;display:grid;overflow:visible}.request-status-tree .request-group-row:last-child{border-bottom:0}.request-status-tree .request-group-row.group-selected{box-shadow:inset 3px 0 0 var(--blue)}.request-status-tree-head{background:#f8fafc;border-bottom:1px solid #edf1f5;grid-template-columns:minmax(0,1fr);align-items:center;min-height:40px;display:grid}.request-status-tree .request-group-row.is-collapsed .request-status-tree-head{border-bottom:0}.request-status-tree .request-group-row.group-selected .request-status-tree-head{background:#fbfcfd}.request-status-head-button{background:0 0;border-bottom:0;grid-template-columns:24px minmax(0,1fr) minmax(132px,auto);align-items:center;gap:12px;min-width:0;min-height:42px;padding:6px 10px 6px 14px;display:grid}.request-status-tree .request-status-head-button{background:0 0}.request-status-head-button:hover{background:#f8fafc}.request-status-head-button span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:0;overflow:hidden}.request-status-title{align-items:center;gap:9px;min-width:0;display:flex}.request-status-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;font-weight:700;overflow:hidden}.request-status-title small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);flex:none;font-size:11px;font-weight:600;overflow:hidden}.request-status-title small:before{content:"· ";color:#b5bfcc}.request-status-counts{white-space:nowrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.request-status-counts b{color:#344054;font-size:13px}.request-status-counts small{color:var(--muted);font-size:11px;font-weight:600}.request-status-counts small:before{content:"· ";color:#b5bfcc}.request-status-delivery{color:var(--muted);text-align:right;font-size:12px;font-weight:600}.request-status-tree-row-frame{background:var(--surface);border-bottom:1px solid #f3f5f8;grid-template-columns:minmax(0,1fr);align-items:stretch;display:grid}.request-status-tree-row-frame:last-child{border-bottom:0}.request-status-tree-row-frame .request-status-tree-row{border-bottom:0;width:auto;min-width:0}.request-status-tree-row{grid-template-columns:14px minmax(220px,1.35fr) minmax(120px,.72fr) minmax(104px,.7fr) minmax(72px,.45fr)}.request-status-tree-row>span:last-child{color:var(--sub);justify-self:start;font-weight:600}.client-request-tree .client-request-group-row.group-selected{box-shadow:inset 3px 0 0 var(--blue)}.client-request-head-button{grid-template-columns:24px minmax(0,1fr) minmax(150px,auto)}.client-request-tree-row>span:nth-child(2){min-width:0}.client-request-tree-row>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:220px;overflow:hidden}.request-status-tree .client-tree-children{background:var(--surface);border-top:0}.progress-line{background:#eef2f6;border-radius:99px;width:100%;height:7px;overflow:hidden}.progress-line span{background:var(--blue);border-radius:99px;height:100%;display:block}.status{white-space:nowrap;border:1px solid;border-radius:99px;justify-content:center;align-items:center;min-width:62px;min-height:24px;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.status-neutral{color:#667085;background:#f4f6f8;border-color:#dce3ea}.status-blue{color:var(--blue);background:var(--blue-soft);border-color:var(--accent-line)}.status-sent{color:#475569;background:#f8fafc;border-color:#cbd5e1}.status-indigo{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.status-green{color:#166534;background:#dcfce7;border-color:#86efac}.status-done{color:#14532d;background:#f0fdf4;border-color:#22c55e}.status-orange{color:var(--orange);background:var(--orange-soft);border-color:#f3d49e}.status-red{color:var(--red);background:var(--red-soft);border-color:#ffd0cc}.detail-panel{padding:14px;overflow-x:hidden}.request-fullscreen-panel{width:100%;overflow:auto}.detail-head{background:var(--surface-soft);border:1px solid #e6edf7;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.detail-head h2{margin-bottom:5px;font-size:18px}.detail-head p{margin-bottom:0}.detail-head-actions{flex-direction:column;flex:none;align-items:flex-end;gap:8px;display:flex}.detail-head-actions .data-room-download-btn{margin:0}.detail-head-action-grid{grid-template-columns:repeat(2,minmax(104px,1fr));gap:6px;width:min(260px,100%);display:grid}.detail-head-action-grid .data-room-download-btn{width:100%}.meta-grid{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:1fr 1fr;margin:12px 0 14px;display:grid;overflow:hidden}.meta-grid div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-width:0;padding:10px 12px}.meta-grid div:nth-child(2n){border-right:0}.meta-grid div:nth-last-child(-n+2){border-bottom:0}.meta-grid span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.meta-grid b{text-overflow:ellipsis;white-space:nowrap;color:#344054;font-size:13px;display:block;overflow:hidden}.tabs{background:#f3f6fa;border-radius:8px;gap:2px;margin-bottom:12px;padding:4px;display:flex;overflow-x:auto}.tabs button{color:var(--sub);background:0 0;border:0;border-radius:6px;flex:1 0 auto;padding:8px 6px}.tabs button.on{color:#1d2939;background:var(--surface);font-weight:800;box-shadow:0 1px 3px #1018280f}.items{gap:8px;display:grid}.item-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:10px;padding:11px;display:grid}.item-main{grid-template-columns:76px minmax(0,1fr);align-items:start;gap:10px;display:grid}.item-main b{color:#344054;margin-bottom:3px;display:block}.item-main p{color:var(--sub);margin-bottom:0;font-size:12px}.item-main em{color:var(--red);margin-top:6px;font-size:12px;font-style:normal;display:block}.item-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.item-actions span{color:var(--muted);margin-right:auto;font-size:12px}.box-section{gap:10px;display:grid}.box-section label{color:#344054;font-weight:800}.box-section code{border:1px solid var(--line);color:#1d2939;word-break:break-all;background:#fbfdff;border-radius:8px;padding:12px;display:block}.box-section p{margin-bottom:0}.auth-policy{border:1px solid var(--accent-line);background:var(--blue-soft);border-radius:8px;padding:12px}.auth-policy span{color:var(--sub);margin-bottom:4px;font-size:12px;display:block}.auth-policy strong{color:#1d2939;margin-bottom:6px;font-size:14px;display:block}.inline-feedback{color:var(--green);font-weight:700}.timeline{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:8px 14px}.timeline p{border-bottom:1px solid var(--line);color:#475467;margin:0;padding:11px 0}.timeline p:last-child{border-bottom:0}.file-list{border:1px solid var(--line);border-radius:8px;margin-top:12px;overflow:hidden}.file-list-title{border-bottom:1px solid var(--line);background:var(--head);color:var(--sub);padding:10px 12px;font-weight:800}.file-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:10px;padding:10px 12px;display:flex}.file-row:last-child{border-bottom:0}.file-row span{text-overflow:ellipsis;white-space:nowrap;color:#344054;min-width:0;overflow:hidden}.file-row b{color:var(--muted);flex:none;font-weight:700}.file-row b.status{color:var(--sub);flex:none;display:inline-flex}.file-row b.status-green{color:var(--green)}.file-row b.status-orange{color:var(--orange)}.file-row b.status-red{color:var(--red)}.customer-preview{background:var(--blue-soft);border:1px solid var(--accent-line);border-radius:8px;padding:12px}.customer-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid #e6edf7;border-radius:8px;padding:16px}.customer-logo{background:var(--blue-soft);width:fit-content;max-width:100%;color:var(--blue);border-radius:99px;margin-bottom:14px;padding:6px 10px;font-size:12px;font-weight:800}.preview-state{border-top:1px solid var(--line);justify-content:space-between;gap:8px;padding:10px 0;display:flex}.preview-state span{color:var(--muted)}.preview-state b{color:var(--text)}.marketing-home{min-height:100vh;color:var(--text);background:#f4f7f5}.marketing-nav{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border-bottom:1px solid #d2dbd8c7;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;min-height:72px;padding:0 max(24px,50vw - 620px);display:grid;position:sticky;top:0}.marketing-brand{box-shadow:none;background:0 0;border:0;align-items:center;padding:0;display:inline-flex}.marketing-brand img{width:148px;height:auto;display:block}.marketing-nav-links{background:#f7faf8db;border:1px solid #d3dcd9d6;border-radius:999px;justify-self:center;align-items:center;gap:6px;padding:4px;display:flex}.marketing-nav-links a{color:#52615f;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.marketing-nav-links a:hover{color:var(--blue);background:#fff;box-shadow:0 1px 4px #1018280f}.marketing-nav-actions,.marketing-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.marketing-nav-actions button,.marketing-actions button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:38px;padding:0 14px;font-weight:900;box-shadow:0 1px 2px #10182808}.marketing-nav-actions button:hover,.marketing-actions button:hover{background:#f8fafc;border-color:#cbd5e1}.marketing-nav-actions button.primary,.marketing-actions button.primary{border-color:var(--blue);background:var(--blue);color:#fff}.marketing-nav-actions button.primary:hover,.marketing-actions button.primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.marketing-actions button.large{min-height:48px;padding:0 18px;font-size:14px}.marketing-actions .ghost{background:#ffffffe6}.marketing-hero{background:#e9efec;border-bottom:1px solid #dce5e2;grid-template-columns:minmax(0,.82fr) minmax(580px,1.18fr);align-items:center;gap:42px;min-height:0;padding:76px max(24px,50vw - 620px);display:grid;overflow:hidden}.marketing-hero-content{align-content:center;justify-items:start;min-width:0;animation:.72s both homeFadeUp;display:grid}.marketing-eyebrow{color:var(--blue);letter-spacing:0;margin-bottom:14px;font-size:12px;font-weight:950;display:block}.marketing-hero h1{color:#101828;letter-spacing:0;word-break:keep-all;max-width:560px;margin-bottom:18px;font-size:64px;line-height:1.06}.marketing-hero p{color:#45535f;word-break:keep-all;max-width:560px;margin-bottom:28px;font-size:18px;line-height:1.72}.marketing-signal-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:min(100%,560px);margin:26px 0 0;display:grid}.marketing-signal-list div{border-top:1px solid #cbd8d5;min-width:0;padding-top:12px}.marketing-signal-list dt{color:#6b7775;margin-bottom:5px;font-size:12px;font-weight:800}.marketing-signal-list dd{color:#1d2733;white-space:nowrap;margin:0;font-size:14px;font-weight:950}.marketing-hero-scene{justify-content:center;align-items:center;min-width:0;padding:18px 0 52px;display:flex;position:relative}.marketing-hero-scene:before{content:"";filter:blur(18px);background:#0f6f691f;border-radius:50%;height:72px;position:absolute;bottom:22px;left:10%;right:4%}.hero-product-shell{background:var(--surface);border:1px solid #c9d5d2;border-radius:8px;grid-template-columns:148px minmax(0,1fr);width:min(100%,760px);min-height:520px;animation:7s ease-in-out infinite homeFloat;display:grid;position:relative;overflow:visible;box-shadow:0 28px 88px #10182830}.hero-product-sidebar{background:#f8faf9;border-right:1px solid #e0e7e5;border-radius:8px 0 0 8px;align-content:start;gap:8px;padding:22px 12px;display:grid}.hero-product-sidebar strong{color:#101828;margin-bottom:14px;font-size:14px;display:block}.hero-product-sidebar span{color:#6b7775;border-radius:8px;align-items:center;min-height:32px;padding:0 10px;font-size:12px;font-weight:900;display:flex}.hero-product-sidebar span.active{color:var(--blue);box-shadow:inset 3px 0 0 var(--blue);background:#eaf4f2}.hero-product-main{background:#fbfcfc;border-radius:0 8px 8px 0;align-content:start;gap:16px;min-width:0;padding:24px;display:grid}.hero-product-top{border-bottom:1px solid #e2e8e6;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.hero-product-top span{color:#7a8583;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.hero-product-top strong{color:#101828;font-size:22px;line-height:1.25;display:block}.hero-product-top em{color:#1f7a4d;background:#edf8f4;border:1px solid #bdd5ce;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:12px;font-style:normal;font-weight:950;display:inline-flex}.live-dot{background:#16a36b;border-radius:50%;flex:none;width:7px;height:7px;animation:1.6s ease-out infinite livePulse;display:inline-block;box-shadow:0 0 #16a36b57}.hero-product-progress{background:#eef3f1;border-radius:999px;height:8px;overflow:hidden}.hero-product-progress span{border-radius:inherit;background:var(--blue);width:72%;height:100%;animation:1.1s both progressSweep;display:block}.hero-product-board{grid-template-columns:minmax(0,1.38fr) minmax(220px,.72fr);align-items:start;gap:12px;min-width:0;display:grid}.hero-panel{background:#fff;border:1px solid #dfe7e5;border-radius:8px;min-width:0;position:relative;overflow:hidden;box-shadow:0 1px 2px #1018280a}.hero-panel-main:after{content:"";opacity:.8;pointer-events:none;background:linear-gradient(90deg,#0f6f6900,#0f6f6973,#0f6f6900);height:1px;animation:4.4s ease-in-out infinite homePanelScan;position:absolute;top:66px;left:0;right:0}.hero-panel-head{border-bottom:1px solid #edf2f0;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.hero-panel-head span{color:#66736f;font-size:12px;font-weight:900}.hero-panel-head strong{color:#101828;font-size:13px}.hero-request-list,.hero-queue-list{display:grid}.hero-request-row{z-index:1;background:#fff;border-bottom:1px solid #edf2f0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:13px 14px;animation:.54s both homeRowIn;display:grid;position:relative}.hero-request-row:nth-child(2){animation-delay:.12s}.hero-request-row:nth-child(3){animation-delay:.24s}.hero-request-row:last-child{border-bottom:0}.hero-request-row strong,.hero-queue-list strong{text-overflow:ellipsis;white-space:nowrap;color:#1d2733;min-width:0;display:block;overflow:hidden}.hero-request-row span,.hero-queue-list span{text-overflow:ellipsis;white-space:nowrap;color:#6b7775;min-width:0;margin-top:4px;font-size:12px;display:block;overflow:hidden}.hero-request-row em{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 9px;font-size:12px;font-style:normal;font-weight:950;display:inline-flex}.hero-request-row em.tone-done{color:#1f7a4d;background:#edf8f4;border:1px solid #bdd5ce}.hero-request-row em.tone-warn{color:#9a5a08;background:#fff8e8;border:1px solid #f3d49e}.hero-request-row em.tone-review{color:#475467;background:#f5f7fa;border:1px solid #cfd8e3}.hero-queue-list div{border-bottom:1px solid #edf2f0;min-width:0;padding:13px 14px}.hero-queue-list div:last-child{border-bottom:0}.hero-submit-card{background:#fff;border:1px solid #c9d5d2;border-radius:8px;gap:10px;width:230px;padding:16px;animation:5.8s ease-in-out infinite homeFloatCard;display:grid;position:absolute;bottom:-36px;right:28px;box-shadow:0 20px 44px #1018282e}.hero-submit-card>span{color:var(--blue);font-size:12px;font-weight:950}.hero-submit-card>strong{color:#101828;font-size:18px}.hero-submit-card div{border-top:1px solid #edf2f0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;padding-top:10px;display:grid}.hero-submit-card b{text-overflow:ellipsis;white-space:nowrap;color:#344054;min-width:0;font-size:12px;overflow:hidden}.hero-submit-card em{color:#64706d;font-size:11px;font-style:normal;font-weight:900}.hero-submit-card button{border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:8px;min-height:34px;font-weight:950}.home-proof-strip{background:#fff;border-bottom:1px solid #dce5e2;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;min-height:50px;padding:10px 24px;display:flex}.home-proof-strip span{color:#52615f;background:#f8faf9;border:1px solid #d9e2df;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.home-archive-band{grid-template-columns:minmax(300px,.76fr) minmax(0,1fr);align-items:center;gap:48px;width:min(1240px,100%);margin:0 auto;padding:96px 24px 56px;display:grid}.home-archive-copy{min-width:0}.home-archive-copy h2{color:#101828;letter-spacing:0;word-break:keep-all;margin-bottom:18px;font-size:32px;line-height:1.28}.home-archive-copy p{color:#5f6b7a;word-break:keep-all;margin-bottom:0;font-size:15px;line-height:1.72}.home-archive-note{border-left:3px solid var(--blue);align-items:center;gap:12px;width:fit-content;max-width:100%;margin-top:24px;padding-left:12px;display:flex}.home-archive-note span{color:var(--blue);flex:none;font-size:12px;font-weight:950}.home-archive-note strong{color:#1d2733;word-break:keep-all;min-width:0;font-size:13px;line-height:1.45}.home-folder-preview{background:#fff;border:1px solid #cfded9;border-radius:8px;min-width:0;overflow:hidden;box-shadow:0 12px 30px #10182813}.home-folder-toolbar{background:#fbfcfc;border-bottom:1px solid #edf2f0;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:0 18px;display:flex}.home-folder-toolbar span{color:#66736f;font-size:12px;font-weight:900}.home-folder-toolbar strong{color:#1f7a4d;white-space:nowrap;background:#edf8f4;border:1px solid #bdd5ce;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.home-folder-tree{padding:12px 18px 14px;display:grid}.home-folder-tree div{border-bottom:1px solid #edf2f0;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:9px;min-width:0;min-height:38px;display:grid}.home-folder-tree div:last-child{border-bottom:0}.home-folder-tree .depth-1{padding-left:24px}.home-folder-tree .depth-2{padding-left:48px}.home-folder-tree strong{text-overflow:ellipsis;white-space:nowrap;color:#1d2733;min-width:0;font-size:13px;overflow:hidden}.folder-icon{background:#eaf4f2;border:1px solid #a9c8c2;border-radius:4px;width:18px;height:14px;position:relative}.folder-icon.folder:before{content:"";background:#eaf4f2;border:1px solid #a9c8c2;border-bottom:0;border-radius:4px 4px 0 0;width:9px;height:5px;position:absolute;top:-5px;left:2px}.folder-icon.file{background:#f5f7fa;border-color:#cfd8e3;border-radius:3px;width:14px;height:18px}.folder-icon.file:before{content:"";background:#fff;border-bottom:1px solid #cfd8e3;border-left:1px solid #cfd8e3;width:6px;height:6px;position:absolute;top:-1px;right:-1px}.home-folder-note{background:#f8faf9;border-top:1px solid #edf2f0;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.home-folder-note span{color:#66736f;font-size:12px;font-weight:900}.home-folder-note strong{min-width:0;color:var(--blue);text-align:right;word-break:keep-all;font-size:13px;font-weight:950}.home-live-band{grid-template-columns:minmax(280px,.48fr) minmax(0,1fr);align-items:center;gap:44px;width:min(1240px,100%);margin:0 auto;padding:34px 24px 0;display:grid}.home-live-head{grid-template-columns:14px minmax(0,1fr);align-items:start;gap:12px;min-width:0;display:grid}.home-live-head .live-dot{margin-top:6px}.home-live-head h2{color:#101828;word-break:keep-all;margin-bottom:0;font-size:24px;line-height:1.32}.home-live-list{background:#fff;border:1px solid #dfe7e5;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;min-width:0;display:grid;overflow:hidden;box-shadow:0 1px 2px #10182809}.home-live-list article{background:#fff;border-right:1px solid #edf2f0;gap:5px;min-width:0;padding:17px 18px;transition:background .18s;animation:6.2s ease-in-out infinite homeLiveCard;display:grid}.home-live-list article:nth-child(2){animation-delay:.8s}.home-live-list article:nth-child(3){animation-delay:1.6s}.home-live-list article:last-child{border-right:0}.home-live-list article:hover{background:#fbfcfc}.home-live-list article span{color:var(--blue);font-size:12px;font-weight:950}.home-live-list article strong{text-overflow:ellipsis;white-space:nowrap;color:#101828;min-width:0;font-size:15px;overflow:hidden}.home-live-list article p{text-overflow:ellipsis;white-space:nowrap;color:#5f6b7a;min-width:0;margin-bottom:0;font-size:12px;overflow:hidden}.home-client-band{grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);align-items:start;gap:44px;width:min(1240px,100%);margin:0 auto;padding:108px 24px 0;display:grid}.home-client-copy{min-width:0}.home-client-copy h2{color:#101828;word-break:keep-all;margin-bottom:16px;font-size:34px;line-height:1.24}.home-client-copy p{color:#5f6b7a;word-break:keep-all;margin-bottom:0;font-size:15px;line-height:1.72}.home-client-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;display:grid}.home-client-grid article{background:#fff;border:1px solid #d6e4df;border-radius:8px;align-content:start;gap:10px;min-width:0;min-height:208px;padding:22px;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 1px 2px #1018280a}.home-client-grid article:hover{transform:translateY(-4px);box-shadow:0 14px 28px #10182817}.home-client-grid article:before{content:"";background:#eaf4f2;border-radius:8px;width:34px;height:34px;box-shadow:inset 0 0 0 9px #cde7df}.home-client-grid article:nth-child(2):before{background:#fff8e8;box-shadow:inset 0 0 0 9px #f3d49e}.home-client-grid article:nth-child(3):before{background:#f1f5fb;box-shadow:inset 0 0 0 9px #cfd8e3}.home-client-grid strong{color:#101828;word-break:keep-all;font-size:18px;line-height:1.35}.home-client-grid p{color:#5f6b7a;margin-bottom:0;line-height:1.68}.home-benefit-band{grid-template-columns:minmax(300px,.58fr) minmax(0,1fr);align-items:start;gap:34px;width:min(1240px,100%);margin:0 auto;padding:88px 24px 0;display:grid}.home-benefit-head{min-width:0;position:sticky;top:96px}.home-benefit-head h2{color:#101828;word-break:keep-all;margin-bottom:16px;font-size:34px;line-height:1.24}.home-benefit-head p{color:#5f6b7a;word-break:keep-all;margin-bottom:0;font-size:15px;line-height:1.72}.home-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;display:grid}.home-benefit-grid article{background:#fff;border:1px solid #dfe7e5;border-radius:8px;align-content:start;gap:9px;min-width:0;min-height:166px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 1px 2px #1018280a}.home-benefit-grid article:hover{border-color:#bfd5d0;transform:translateY(-3px);box-shadow:0 12px 26px #10182814}.home-benefit-grid article:before{content:"";background:var(--blue);border-radius:999px;width:28px;height:4px}.home-benefit-grid strong{color:#101828;word-break:keep-all;font-size:17px;line-height:1.35}.home-benefit-grid p{color:#5f6b7a;margin-bottom:0;line-height:1.68}.home-section{width:min(1240px,100%);margin:0 auto;padding:88px 24px}.home-section-head{gap:10px;width:min(720px,100%);margin-bottom:28px;display:grid}.home-section-head span,.home-feature-card>span{color:var(--blue);font-size:12px;font-weight:950}.home-section h2,.home-product-band h2,.home-flow-band h2,.home-cta-band h2{color:#101828;word-break:keep-all;margin-bottom:0;font-size:34px;line-height:1.24}.home-section-head p,.home-product-copy p,.home-flow-list p,.home-cta-band p{color:#5f6b7a;word-break:keep-all;margin-bottom:0;font-size:15px;line-height:1.7}.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.home-feature-card{background:#fff;border:1px solid #dfe7e5;border-radius:8px;align-content:start;gap:12px;min-width:0;min-height:232px;padding:24px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 1px 2px #1018280a}.home-feature-card:hover{border-color:#bfd5d0;transform:translateY(-4px);box-shadow:0 14px 30px #10182817}.home-feature-card h3{color:#101828;word-break:keep-all;margin-bottom:0;font-size:20px;line-height:1.35}.home-feature-card p{color:#5f6b7a;margin-bottom:0;line-height:1.72}.home-product-band{background:#18231f;border-top:1px solid #24332f;border-bottom:1px solid #24332f;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);align-items:center;gap:34px;padding:78px max(24px,50vw - 620px);display:grid}.home-product-copy{min-width:0}.home-product-band h2{color:#fff}.home-product-copy p{color:#c6d0cc;margin-top:16px}.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0;display:grid}.home-product-grid div{background:#ffffff0f;border:1px solid #ffffff29;border-radius:8px;align-content:space-between;min-width:0;min-height:156px;padding:16px;transition:transform .18s,border-color .18s,background .18s;display:grid}.home-product-grid div:hover{background:#ffffff1a;border-color:#ffffff57;transform:translateY(-4px)}.home-product-grid span{background:#e6c96a;border-radius:8px;width:34px;height:34px;animation:4.8s ease-in-out infinite homeTilePulse;box-shadow:inset 0 0 0 8px #18231f2e}.home-product-grid div:nth-child(2) span{background:#7cc7b2}.home-product-grid div:nth-child(3) span{background:#b9c7f0}.home-product-grid div:nth-child(4) span{background:#f0a978}.home-product-grid div:nth-child(2) span{animation-delay:.6s}.home-product-grid div:nth-child(3) span{animation-delay:1.2s}.home-product-grid div:nth-child(4) span{animation-delay:1.8s}.home-product-grid strong{color:#fff;word-break:keep-all;font-size:16px;line-height:1.35}.home-flow-band{background:#f7faf8;border-bottom:1px solid #dce5e2}.home-flow-inner{grid-template-columns:minmax(270px,.7fr) minmax(0,1fr);align-items:start;gap:34px;width:min(1240px,100%);margin:0 auto;padding:82px 24px;display:grid}.home-flow-copy{position:sticky;top:96px}.home-flow-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.home-flow-list li{background:#fff;border:1px solid #dfe7e5;border-radius:8px;align-content:start;gap:8px;min-width:0;min-height:178px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 1px 2px #1018280a}.home-flow-list li:hover{border-color:#bfd5d0;transform:translateY(-3px);box-shadow:0 12px 26px #10182814}.home-flow-list span{color:var(--blue);font-size:12px;font-weight:950}.home-flow-list strong{color:#101828;word-break:keep-all;font-size:20px;line-height:1.3}.home-pricing-band{grid-template-columns:minmax(300px,.7fr) minmax(360px,.58fr);align-items:center;gap:34px;width:min(1240px,100%);margin:0 auto;padding:82px 24px 0;display:grid}.home-pricing-copy{min-width:0}.home-pricing-copy h2{color:#101828;word-break:keep-all;margin-bottom:16px;font-size:34px;line-height:1.24}.home-pricing-copy p{color:#5f6b7a;word-break:keep-all;margin-bottom:0;font-size:15px;line-height:1.72}.home-pricing-card{background:#fff;border:1px solid #cfded9;border-radius:8px;gap:12px;min-width:0;padding:22px;display:grid;box-shadow:0 20px 48px #1018281c}.pricing-main{border-bottom:1px solid #edf2f0;gap:7px;padding-bottom:16px;display:grid}.pricing-main span,.pricing-addon span{color:var(--blue);font-size:12px;font-weight:950}.pricing-main strong{color:#101828;font-size:34px;line-height:1.15}.pricing-main p,.pricing-addon p{color:#5f6b7a;margin-bottom:0;line-height:1.6}.pricing-addon{background:#f8faf9;border:1px solid #dfe7e5;border-radius:8px;gap:6px;padding:14px;display:grid}.pricing-addon strong{color:#101828;font-size:20px}.pricing-includes{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pricing-includes span{color:#344054;background:#fbfcfc;border:1px solid #e2e8e6;border-radius:8px;align-items:center;min-width:0;min-height:34px;padding:0 10px;font-size:12px;font-weight:900;display:flex}.home-pricing-card button{border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:8px;min-height:42px;font-weight:950}.home-pricing-card button:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.home-cta-band{justify-content:space-between;align-items:center;gap:26px;width:min(1240px,100%);margin:0 auto;padding:82px 24px 96px;display:flex}.home-cta-band>div:first-child{width:min(680px,100%)}.home-cta-band p{margin-top:12px}.home-legal-footer{color:#66736f;border-top:1px solid #dce5e2;grid-template-columns:minmax(220px,.44fr) minmax(0,1fr);gap:24px;width:min(1240px,100%);margin:0 auto;padding:28px 24px 36px;display:grid}.home-legal-footer img{width:130px;height:auto;margin-bottom:10px;display:block}.home-legal-footer p{word-break:keep-all;margin:0;font-size:11px;line-height:1.72}.home-legal-info{align-content:start;gap:2px;min-width:0;display:grid}.home-legal-info a{color:var(--blue);margin-left:8px;font-weight:900;text-decoration:none;display:inline-flex}.home-legal-info a:hover{text-decoration:underline}@keyframes homeFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes homeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes homeFloatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes homeRowIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes livePulse{0%{box-shadow:0 0 #16a36b61}70%{box-shadow:0 0 0 8px #16a36b00}to{box-shadow:0 0 #16a36b00}}@keyframes progressSweep{0%{width:18%}to{width:72%}}@keyframes homePanelScan{0%,to{opacity:0;transform:translateY(0)}18%,82%{opacity:.78}50%{opacity:.92;transform:translateY(216px)}}@keyframes homeLiveCard{0%,to{border-color:#dfe7e5;box-shadow:0 1px 2px #1018280a}42%,52%{border-color:#bdd5ce;box-shadow:0 12px 26px #0f6f691c}}@keyframes homeTilePulse{0%,to{transform:scale(1);box-shadow:inset 0 0 0 8px #18231f2e}50%{transform:scale(1.08);box-shadow:inset 0 0 0 6px #18231f24,0 0 0 6px #ffffff14}}@media (width<=760px){.home-legal-footer{grid-template-columns:1fr}.home-legal-info a{margin-left:0}}.seo-page{min-height:100vh;color:var(--text);background:#f5f8f7}.seo-nav{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #d2dbd8c7;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;min-height:72px;padding:0 max(24px,50vw - 620px);display:grid;position:sticky;top:0}.seo-brand{align-items:center;display:inline-flex}.seo-brand img{width:148px;height:auto;display:block}.seo-nav-links{background:#f7faf8e6;border:1px solid #d3dcd9d6;border-radius:999px;justify-self:center;align-items:center;gap:6px;min-width:0;padding:4px;display:flex;overflow-x:auto}.seo-nav-links a,.seo-nav-actions a,.seo-actions a{text-decoration:none}.seo-nav-links a{color:#52615f;white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.seo-nav-links a:hover{color:var(--blue);background:#fff;box-shadow:0 1px 4px #1018280f}.seo-nav-actions,.seo-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.seo-nav-actions a,.seo-actions a{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-weight:900;display:inline-flex;box-shadow:0 1px 2px #10182808}.seo-nav-actions a:hover,.seo-actions a:hover{background:#f8fafc;border-color:#cbd5e1}.seo-nav-actions a.primary,.seo-actions a.primary{border-color:var(--blue);background:var(--blue);color:#fff}.seo-nav-actions a.primary:hover,.seo-actions a.primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.seo-masthead{background:#fbfcfc;border-bottom:1px solid #dce5e2;padding:54px max(24px,50vw - 620px) 48px}.seo-hero-copy{grid-template-columns:minmax(220px,.28fr) minmax(0,1fr);align-items:start;gap:16px 54px;width:min(1240px,100%);min-width:0;display:grid}.seo-hero-kicker{border-top:3px solid var(--blue);grid-area:1/1;align-items:start;gap:8px;min-height:112px;padding-top:14px;display:grid}.seo-eyebrow{color:var(--blue);letter-spacing:0;align-items:center;font-size:12px;font-weight:950;display:inline-flex}.seo-hero-kicker>span:last-child{color:#52615f;background:#fff;border:1px solid #cad8d4;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:900;display:inline-flex}.seo-masthead h1{color:#101828;letter-spacing:0;word-break:keep-all;grid-area:1/2;width:min(860px,100%);margin-bottom:18px;font-size:50px;line-height:1.08}.seo-masthead p{color:#45535f;word-break:keep-all;grid-area:2/2;width:min(760px,100%);margin-bottom:24px;font-size:17px;line-height:1.72}.seo-keyword-list{flex-wrap:wrap;grid-area:3/2;align-items:center;gap:8px;width:min(760px,100%);margin-bottom:24px;display:flex}.seo-keyword-list strong,.seo-keyword-list span{color:#52615f;background:#fff;border:1px solid #d9e2df;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 1px 2px #10182809}.seo-keyword-list strong{color:var(--blue);background:#edf8f4;border-color:#bdd5ce}.seo-stat-list{grid-area:3/1;grid-template-columns:1fr;gap:0;width:100%;margin:0;display:grid}.seo-stat-list div{border-top:1px solid #cbd8d5;min-width:0;padding:12px 0}.seo-stat-list dt{color:#6b7775;margin-bottom:5px;font-size:12px;font-weight:800}.seo-stat-list dd{color:#1d2733;white-space:nowrap;margin:0;font-size:15px;font-weight:950}.seo-masthead .seo-actions{grid-area:2/1;justify-content:flex-start}.seo-masthead .seo-artifact{grid-area:4/2;width:100%;margin:8px 0 0;padding:0}.seo-artifact{width:min(1240px,100%);margin:0 auto;padding:0 24px}.seo-artifact-head{gap:8px;width:min(760px,100%);margin-bottom:18px;display:grid}.seo-artifact-head span{color:var(--blue);font-size:12px;font-weight:950}.seo-artifact-head h2{color:#101828;word-break:keep-all;margin-bottom:0;font-size:30px;line-height:1.28}.seo-flow-lane,.seo-protocol-grid,.seo-problem-map{gap:12px;display:grid}.seo-flow-lane{grid-template-columns:repeat(4,minmax(0,1fr))}.seo-flow-lane article,.seo-protocol-grid article,.seo-problem-map article,.seo-client-table,.seo-sheet{background:#fff;border:1px solid #d9e2df;border-radius:8px;min-width:0;box-shadow:0 14px 32px #10182813}.seo-flow-lane article{align-content:space-between;gap:14px;min-height:190px;padding:22px;display:grid}.seo-flow-lane article:after{content:"";background:var(--blue);border-radius:999px;width:100%;height:4px;display:block}.seo-flow-lane article:nth-child(2):after{background:#e6c96a}.seo-flow-lane article:nth-child(3):after{background:#344e8a}.seo-flow-lane article:nth-child(4):after{background:#7cc7b2}.seo-flow-lane span,.seo-protocol-grid span,.seo-problem-map span{color:var(--blue);font-size:12px;font-weight:950}.seo-flow-lane strong,.seo-protocol-grid strong,.seo-problem-map strong{color:#101828;word-break:keep-all;font-size:18px;line-height:1.34}.seo-flow-lane p,.seo-protocol-grid p{color:#5f6b7a;word-break:keep-all;margin-bottom:0;line-height:1.62}.seo-protocol-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.seo-protocol-grid article{align-content:start;gap:12px;min-height:172px;padding:22px;display:grid}.seo-protocol-grid article:nth-child(2) span{color:#9a5a08}.seo-protocol-grid article:nth-child(3) span{color:#344e8a}.seo-protocol-grid article:nth-child(4) span{color:#1f7a4d}.seo-client-table{display:grid;overflow:hidden}.seo-client-table>div{border-bottom:1px solid #edf2f0;grid-template-columns:minmax(180px,1.2fr) repeat(3,minmax(120px,.7fr));min-height:58px;display:grid}.seo-client-table>div:last-child{border-bottom:0}.seo-client-table span{color:#344054;align-items:center;min-width:0;padding:0 18px;font-weight:850;display:flex}.seo-client-table .head{background:#101828}.seo-client-table .head span{color:#fff;font-size:12px;font-weight:950}.seo-sheet{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.seo-sheet-title{background:#101828;border-bottom:1px solid #edf2f0;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:0 22px;display:flex}.seo-sheet-title strong{color:#fff;font-size:18px}.seo-sheet-title span{color:#e6c96a;font-size:12px;font-weight:950}.seo-sheet article{border-right:1px solid #edf2f0;min-width:0;padding:22px}.seo-sheet article:last-child{border-right:0}.seo-sheet h3{color:#101828;margin-bottom:12px;font-size:18px}.seo-sheet ul{color:#344054;gap:9px;margin:0;padding-left:18px;line-height:1.55;display:grid}.seo-problem-map{grid-template-columns:1fr}.seo-problem-map article{grid-template-columns:minmax(180px,.55fr) minmax(0,1fr) auto;align-items:center;gap:18px;min-height:72px;padding:0 20px;display:grid}.seo-problem-map em{color:#1f7a4d;white-space:nowrap;background:#edf8f4;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-style:normal;font-weight:950;display:inline-flex}.seo-section-list,.seo-checklist-band,.seo-message-band,.seo-template-band,.seo-usecase-band,.seo-related,.seo-cta{width:min(1240px,100%);margin:0 auto;padding:76px 24px 0}.seo-intent-band{z-index:5;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(1240px,100%);margin:34px auto 0;padding:0 24px;display:grid;position:relative}.seo-intent-band article{background:#fff;border:1px solid #d9e2df;border-radius:8px;align-content:start;gap:8px;min-width:0;min-height:148px;padding:20px;display:grid;box-shadow:0 14px 32px #10182814}.seo-intent-band span,.seo-usecase-grid span{color:var(--blue);font-size:12px;font-weight:950}.seo-intent-band strong,.seo-usecase-grid strong{color:#101828;word-break:keep-all;font-size:18px;line-height:1.35}.seo-intent-band p,.seo-usecase-grid p{color:#5f6b7a;word-break:keep-all;margin-bottom:0;line-height:1.62}.seo-usecase-band{grid-template-columns:minmax(280px,.46fr) minmax(0,1fr);align-items:start;gap:28px;display:grid}.seo-usecase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.seo-usecase-grid article{background:#fff;border:1px solid #dfe7e5;border-radius:8px;align-content:start;gap:10px;min-width:0;min-height:210px;padding:22px;display:grid;box-shadow:0 1px 2px #1018280a}.seo-usecase-grid article:nth-child(2) span{color:#9a5a08}.seo-usecase-grid article:nth-child(3) span{color:#344e8a}.seo-section-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.seo-info-section,.seo-checklist-grid article,.seo-template-list article{background:#fff;border:1px solid #dfe7e5;border-radius:8px;min-width:0;box-shadow:0 1px 2px #1018280a}.seo-info-section{padding:26px;position:relative;overflow:hidden}.seo-info-section:before{content:"";background:var(--blue);border-radius:999px;width:34px;height:4px;margin-bottom:18px;display:block}.seo-info-section:nth-child(2):before{background:#e6c96a}.seo-info-section h2,.seo-band-head h2,.seo-message-band h2,.seo-related h2,.seo-cta h2{color:#101828;word-break:keep-all;margin-bottom:14px;font-size:28px;line-height:1.28}.seo-info-section p,.seo-cta p{color:#5f6b7a;word-break:keep-all;margin-bottom:16px;font-size:15px;line-height:1.72}.seo-info-section ul,.seo-info-section ol,.seo-checklist-grid ul,.seo-message-band ul{color:#344054;gap:9px;margin:0;padding-left:20px;line-height:1.62;display:grid}.seo-band-head{width:min(720px,100%);margin-bottom:22px}.seo-band-head span,.seo-message-band span{color:var(--blue);margin-bottom:10px;font-size:12px;font-weight:950;display:block}.seo-checklist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.seo-checklist-grid article{border-top:4px solid var(--blue);align-content:start;gap:12px;padding:22px;display:grid}.seo-checklist-grid article:nth-child(2){border-top-color:#e6c96a}.seo-checklist-grid article:nth-child(3){border-top-color:#344e8a}.seo-checklist-grid h3,.seo-template-list h3{color:#101828;word-break:keep-all;margin-bottom:0;font-size:20px;line-height:1.32}.seo-message-band{border-top:1px solid #dce5e2;grid-template-columns:minmax(260px,.5fr) minmax(0,1fr);align-items:start;gap:22px;margin-top:76px;display:grid}.seo-message-band pre,.seo-template-list pre{white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere;color:#344054;background:#fff;border:1px solid #dfe7e5;border-radius:8px;margin:0;padding:20px;font-family:inherit;font-size:14px;line-height:1.75;box-shadow:0 1px 2px #1018280a}.seo-template-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.seo-template-list article{border-top:4px solid var(--blue);align-content:start;gap:14px;padding:20px;display:grid}.seo-template-list article:nth-child(2){border-top-color:#e6c96a}.seo-template-list article:nth-child(3){border-top-color:#344e8a}.seo-template-list pre{box-shadow:none;background:#f8faf9;border:0;padding:16px}.seo-related{gap:16px;display:grid}.seo-related div{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.seo-related a{color:#1d2733;background:#fff;border:1px solid #dfe7e5;border-radius:8px;align-items:center;min-width:0;min-height:72px;padding:0 18px;font-weight:950;text-decoration:none;display:flex;box-shadow:0 1px 2px #1018280a}.seo-related a:hover{color:var(--blue);border-color:#bdd5ce}.seo-cta{justify-content:space-between;align-items:center;gap:26px;padding-bottom:96px;display:flex}.seo-cta>div:first-child{width:min(700px,100%)}@media (width<=1080px){.seo-nav{grid-template-columns:1fr;gap:12px;padding:14px 20px}.seo-nav-links{justify-self:stretch}.seo-nav-actions{justify-content:flex-start}.seo-hero-copy{grid-template-columns:1fr;row-gap:18px}.seo-hero-kicker,.seo-masthead h1,.seo-masthead p,.seo-keyword-list,.seo-masthead .seo-artifact,.seo-masthead .seo-actions,.seo-stat-list{grid-area:auto/1}.seo-hero-kicker{min-height:0}.seo-stat-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.seo-section-list,.seo-message-band,.seo-usecase-band,.seo-template-list,.seo-related div,.seo-intent-band,.seo-usecase-grid,.seo-flow-lane,.seo-protocol-grid,.seo-sheet{grid-template-columns:1fr}.seo-sheet article{border-bottom:1px solid #edf2f0;border-right:0}}@media (width<=760px){.seo-masthead{padding:48px 18px 40px}.seo-nav-links{border-radius:8px;flex-wrap:wrap;justify-content:flex-start;overflow-x:visible}.seo-masthead h1{font-size:34px}.seo-masthead p{font-size:15px}.seo-stat-list,.seo-checklist-grid{grid-template-columns:1fr}.seo-section-list,.seo-artifact,.seo-checklist-band,.seo-message-band,.seo-template-band,.seo-usecase-band,.seo-related,.seo-cta{padding:54px 18px 0}.seo-intent-band{margin-top:20px;padding:20px 18px 0}.seo-artifact{margin-top:-24px}.seo-masthead .seo-artifact{margin-top:4px;padding:0}.seo-artifact-head h2{font-size:24px}.seo-flow-lane article,.seo-protocol-grid article{min-height:150px}.seo-client-table .head{display:none}.seo-client-table>div{grid-template-columns:1fr;min-height:0;padding:14px 0}.seo-client-table span{min-height:28px;padding:0 16px}.seo-problem-map article{grid-template-columns:1fr;gap:8px;min-height:0;padding:16px}.seo-cta{padding-bottom:72px;display:grid}.seo-actions{justify-content:flex-start}}.legal-link-row{flex-wrap:wrap;align-items:center;gap:7px 12px;display:flex}.legal-link-row a{color:var(--blue);font-size:12px;font-weight:900;text-decoration:none}.legal-link-row a:hover{text-decoration:underline}.legal-link-row.compact{justify-content:center;gap:6px 10px}.legal-link-row.compact a{font-size:11px}.legal-page{min-height:100vh;color:var(--text);background:#f4f7f5}.legal-nav{position:sticky}.legal-nav-links{justify-self:center}.legal-hero{width:min(1000px,100%);margin:0 auto;padding:64px 24px 28px}.legal-hero h1{color:#101828;word-break:keep-all;max-width:820px;margin-bottom:14px;font-size:46px;line-height:1.14}.legal-hero p{color:#4f5f68;word-break:keep-all;max-width:820px;margin-bottom:22px;font-size:16px;line-height:1.72}.legal-hero dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.legal-hero dl div{background:#fff;border:1px solid #dce5e2;border-radius:8px;min-width:0;padding:12px}.legal-hero dt{color:#6b7775;margin-bottom:5px;font-size:11px;font-weight:900}.legal-hero dd{color:#1d2733;overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:900}.legal-content{gap:12px;width:min(1000px,100%);margin:0 auto;padding:0 24px 64px;display:grid}.legal-section{background:#fff;border:1px solid #dce5e2;border-radius:8px;padding:20px;box-shadow:0 8px 24px #1018280d}.legal-section h2{color:#101828;margin-bottom:10px;font-size:20px;line-height:1.35}.legal-section p{color:#4f5f68;word-break:keep-all;margin:0;line-height:1.72}.legal-section ul{color:#4f5f68;gap:7px;margin:0;padding-left:18px;line-height:1.65;display:grid}.legal-section li::marker{color:var(--blue)}.legal-row-list{background:#e2e8e6;border:1px solid #e2e8e6;border-radius:8px;grid-template-columns:1fr;gap:1px;margin:4px 0 0;display:grid;overflow:hidden}.legal-row-list div{background:#fff;grid-template-columns:minmax(140px,.28fr) minmax(0,1fr);gap:0;display:grid}.legal-row-list dt{color:#64706f;background:#f8faf9;padding:12px;font-size:12px;font-weight:900}.legal-row-list dd{color:#24313d;overflow-wrap:anywhere;margin:0;padding:12px;line-height:1.55}.legal-page-footer{padding-top:24px}.auth-legal-links{border-top:1px solid #eef2f6;justify-content:center;margin-top:14px;padding-top:14px}.submit-legal-links{border-top:1px solid var(--line);justify-content:center;margin-top:14px;padding-top:12px}.seo-legal-footer{width:min(1240px,100%);margin:0 auto;padding:0 24px 36px}.seo-legal-footer .legal-link-row{border-top:1px solid #dce5e2;justify-content:center;padding-top:18px}.submit-privacy-notice{background:#f7fbfa;border:1px solid #cfe0dc;border-radius:8px;gap:10px;margin:0 0 16px;padding:13px;display:grid}.submit-privacy-notice strong{color:#102a2b;margin-bottom:4px;display:block}.submit-privacy-notice p{color:#4c5f66;word-break:keep-all;margin:0;font-size:12px;line-height:1.62}.submit-privacy-notice a{color:var(--blue);font-weight:900;text-decoration:none}.submit-privacy-notice a:hover{text-decoration:underline}.submit-privacy-notice dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0;display:grid}.submit-privacy-notice dl div{background:#fff;border:1px solid #e0ebe8;border-radius:8px;min-width:0;padding:9px}.submit-privacy-notice dt{color:#64706f;margin-bottom:4px;font-size:11px;font-weight:900}.submit-privacy-notice dd{color:#25323d;margin:0;font-size:12px;line-height:1.45}@media (width<=760px){.legal-nav{grid-template-columns:1fr auto}.legal-nav .legal-nav-links{order:3;grid-column:1/-1;justify-self:start;padding-bottom:10px}.legal-hero{padding:42px 12px 20px}.legal-hero h1{font-size:34px}.legal-hero dl,.submit-privacy-notice dl{grid-template-columns:1fr}.legal-content{padding:0 12px 44px}.legal-section{padding:16px}.legal-row-list div{grid-template-columns:1fr}.legal-row-list dt{padding-bottom:5px}.legal-row-list dd{padding-top:5px}}.login-screen,.submit-screen{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel,.submit-card{border:1px solid var(--line);background:var(--surface);width:min(100%,460px);box-shadow:var(--shadow);border-radius:8px;padding:22px}.login-screen{isolation:isolate;background:var(--bg);position:relative;overflow:hidden}.login-screen:before{content:none}.login-panel{border-color:var(--line);background:var(--surface);padding:28px;box-shadow:0 8px 24px #10182814}.login-brand{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:20px;display:flex}.login-logo{width:144px;height:auto;display:block}.login-brand strong{color:#101828;font-size:18px;display:block}.login-brand span{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:28px;color:var(--blue);white-space:nowrap;border-radius:99px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.login-panel form{gap:16px;display:grid}.login-copy{gap:6px;margin-bottom:2px;display:grid}.login-eyebrow{color:var(--blue);font-size:12px;font-weight:800}.login-panel h1{margin-bottom:0;font-size:24px;line-height:1.26}.login-panel p{margin-bottom:4px}.login-panel label,.verify-form label{color:#344054;gap:6px;font-weight:800;display:grid}.login-panel input,.verify-form input{height:42px}.login-panel input{background:#fbfefd;border-color:#dbe7e5}.login-panel input:hover{border-color:#b8d8d3}.login-office{background:#f8fafc;border:1px solid #e5eaf0;border-radius:8px;margin-top:20px;padding:13px 14px}.login-office span{color:var(--muted);font-size:12px;display:block}.login-office strong{margin-top:4px;display:block}.login-actions{gap:10px;margin-top:16px;display:grid}.login-panel .ghost.full{background:#fbfefd}.ghost.full{background:var(--surface)}.signup-panel{width:min(100%,620px)}.signup-section{gap:10px;display:grid}.signup-section+.signup-section{padding-top:2px}.signup-section-head{align-items:center;gap:10px;min-height:18px;display:flex}.signup-section-head:after{content:"";background:#eef2f6;flex:auto;height:1px}.signup-section-head span{color:var(--sub);font-size:12px;font-weight:900}.signup-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.signup-email-verification{gap:10px;display:grid}.signup-email-row{grid-template-columns:minmax(0,1fr) 120px;align-items:end;gap:10px;display:grid}.signup-email-row .ghost{min-height:42px;padding:0 12px;font-weight:800}.signup-code-row{border-left:3px solid var(--blue);background:var(--blue-soft);border-radius:0 8px 8px 0;gap:6px;padding:10px 12px;display:grid}.signup-code-row small{color:var(--muted);line-height:1.45}.signup-policy-list{gap:8px;display:grid}.signup-policy{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden}.signup-policy summary{color:#344054;cursor:pointer;align-items:center;gap:10px;min-height:38px;padding:0 12px;font-weight:900;list-style:none;display:flex}.signup-policy summary::-webkit-details-marker{display:none}.signup-policy summary:after{content:"펼치기";color:var(--muted);margin-left:auto;font-size:12px;font-weight:800}.signup-policy[open] summary{border-bottom:1px solid var(--line);background:var(--surface-soft)}.signup-policy[open] summary:after{content:"접기";color:var(--blue)}.signup-policy div{color:var(--sub);gap:8px;padding:12px;line-height:1.55;display:grid}.signup-policy p{margin:0}.signup-policy strong{color:#344054}.google-auth-button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:42px;font-weight:900;display:inline-flex;box-shadow:0 1px 2px #10182808}.google-auth-button:hover{background:#f8fafc;border-color:#cbd5e1}.google-brand-icon{flex:none;width:18px;height:18px}.login-panel .signup-agreement{border:1px solid var(--line);background:var(--surface-soft);color:#344054;cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;padding:12px;display:grid}.signup-agreement input{width:16px;height:16px;margin:2px 0 0;padding:0}.signup-agreement span{min-width:0;line-height:1.45}.signup-agreement small{color:var(--muted);font-size:11px;font-weight:900}.signup-agreement.optional{background:#fbfcfd}.auth-switch{color:var(--sub);border-top:1px solid #eef2f6;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding-top:16px;display:flex}.auth-switch button{min-height:30px;color:var(--blue);box-shadow:none;background:0 0;border:0;padding:0 4px;font-weight:800}.auth-switch button:hover{color:var(--blue-dark);text-decoration:underline}.submit-card{width:min(100%,780px)}.submit-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:12px;display:flex}.submit-head h1{word-break:keep-all;margin-bottom:6px;line-height:1.3}.submit-head p{margin-bottom:0}.submit-meta{border:1px solid var(--line);border-radius:8px;grid-template-columns:1fr 1fr;margin:12px 0 16px;display:grid;overflow:hidden}.submit-meta div{border-right:1px solid var(--line);background:var(--surface-soft);padding:11px 12px}.submit-meta div:last-child{border-right:0}.submit-meta span{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.submit-meta b{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);display:block;overflow:hidden}.verify-form{gap:12px;display:grid}.verify-form small{color:var(--muted);text-align:center}.form-error{color:var(--red);margin:0;font-weight:700}.submit-body{gap:12px;display:grid}.submit-status-board{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);display:grid;overflow:hidden}.submit-status-main{border-right:1px solid var(--line);background:#fbfcfd;gap:8px;min-width:0;padding:14px;display:grid}.submit-status-main>span{color:var(--muted);font-size:11px;font-weight:800}.submit-status-main strong{color:var(--text);font-size:18px;line-height:1.3;display:block}.submit-status-main p{margin:0;font-size:12px}.submit-progress-line{background:#e9eef4;border-radius:99px;width:100%;height:8px;overflow:hidden}.submit-progress-line span{border-radius:inherit;background:var(--blue);height:100%;display:block}.submit-summary-grid{background:var(--line);grid-template-columns:1fr 1fr;gap:1px;min-width:0;display:grid}.submit-summary-grid div{background:var(--surface);min-width:0;padding:12px}.submit-summary-grid div:last-child:nth-child(odd){grid-column:1/-1}.submit-summary-grid span{color:var(--muted);font-size:11px;font-weight:800;display:block}.submit-summary-grid b{color:var(--text);margin-top:3px;font-size:18px;display:block}.submit-guide{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:12px}.submit-guide strong{color:var(--text);margin-bottom:4px;display:block}.submit-guide p{margin-bottom:0}.submit-item-section{gap:8px;display:grid}.submit-section-head{justify-content:space-between;align-items:center;gap:10px;padding:0 2px;display:flex}.submit-section-head strong{color:var(--text);font-size:14px}.submit-section-head span{color:var(--muted);font-size:12px;font-weight:800}.submit-empty-state{border:1px dashed var(--line-strong);color:var(--muted);text-align:center;background:#fbfcfd;border-radius:8px;padding:13px}.submit-items{gap:8px;display:grid}.submit-item{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:54px minmax(0,1fr) 112px;align-items:start;gap:12px;padding:12px;display:grid}.submit-item.pending{border-color:#dfe6ef}.submit-item.needs-revision{background:snow;border-color:#f0c4c0}.submit-item.resolved{background:#fbfdfc}.submit-item-state{background:var(--surface-soft);width:48px;min-height:26px;color:var(--sub);border:1px solid #dce3ea;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:inline-flex}.submit-item.needs-revision .submit-item-state{color:var(--red);background:#fff1f0;border-color:#f0b4ad}.submit-item.resolved .submit-item-state{background:var(--green-soft);color:var(--green);border-color:#bfe5cf}.submit-item-content{gap:7px;min-width:0;display:grid}.submit-item-row{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.submit-item-title{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.submit-item-title strong{color:#344054;overflow-wrap:anywhere;min-width:0;font-size:14px;line-height:1.35}.submit-requirement{border:1px solid var(--line);background:var(--surface-soft);min-height:22px;color:var(--sub);white-space:nowrap;border-radius:999px;align-items:center;padding:0 7px;font-size:11px;font-weight:900;display:inline-flex}.submit-requirement.required{background:var(--orange-soft);color:var(--orange);border-color:#f3d49e}.submit-requirement.optional{color:var(--muted);border-color:#dce3ea}.submit-item p{margin-bottom:0;font-size:12px}.submit-item em{color:var(--red);font-size:12px;font-style:normal;font-weight:700;display:block}.submit-file-list{gap:6px;display:grid}.submit-file-row{background:#fbfcfd;border:1px solid #edf1f5;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:30px;padding:6px 9px;display:grid}.submit-file-name{text-overflow:ellipsis;white-space:nowrap;color:#344054;min-width:0;font-weight:800;overflow:hidden}.submit-file-row small{color:var(--muted);white-space:nowrap;font-size:11px}.submit-file-empty{color:var(--muted);background:#fbfcfd;border:1px dashed #dce3ea;border-radius:8px;margin:0;padding:8px 9px;font-size:12px}.submit-file-more{color:var(--muted);font-size:12px;font-weight:800}.submit-action-note{color:var(--sub);margin:0;font-size:12px;font-weight:800}.file-button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;justify-content:center;align-items:center;min-height:34px;font-weight:800;display:inline-flex;position:relative;overflow:hidden}.submit-item .file-button{align-self:start;width:100%}.file-button.disabled{cursor:not-allowed;opacity:.62}.file-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.file-button input:disabled{cursor:not-allowed}.submit-complete{color:var(--green);margin:0;font-weight:800}.upload-button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #10182808}.upload-button:hover{background:#f8fafc;border-color:#cbd5e1}.upload-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.client-workarea{grid-template-columns:minmax(720px,1fr) 430px;gap:14px;padding:14px 18px 18px;display:grid}.client-list-panel{flex-direction:column;min-height:560px;display:flex}.client-table{min-width:740px}.client-table th:first-child,.client-table td:first-child{width:220px}.client-table th:nth-child(2),.client-table td:nth-child(2){width:106px}.client-table th:nth-child(3),.client-table td:nth-child(3){width:178px}.client-table th:nth-child(4),.client-table td:nth-child(4){width:150px}.client-table th:nth-child(5),.client-table td:nth-child(5){width:86px}.client-detail-panel{align-content:start;gap:14px;display:grid}.view-toggle{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;flex:none;gap:3px;padding:3px;display:inline-flex}.view-toggle button{min-height:28px;color:var(--sub);white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:0 10px;font-weight:800}.view-toggle button:hover{color:#344054;background:#f8fafc}.view-toggle button.selected{background:var(--surface);color:var(--blue);box-shadow:0 1px 3px #10182814}.client-tree{background:var(--surface);flex-direction:column;flex:auto;gap:0;min-height:0;padding:0;display:flex;overflow:auto}.client-tree-section{border:0;border-bottom:1px solid var(--line);background:var(--surface);border-radius:0;flex:none;overflow:hidden}.client-tree-section:last-child{border-bottom:0}.client-tree-head{color:#344054;text-align:left;background:#f8fafc;border:0;border-bottom:1px solid #edf1f5;align-items:center;gap:8px;width:100%;min-height:38px;padding:0 14px;display:flex}.client-tree-head:hover,.request-status-tree .request-status-tree-head:hover{background:#f3f6fa}.request-status-tree .request-group-row.group-selected .request-status-tree-head:hover{background:#fbfcfd}.request-status-tree .request-status-head-button:hover{background:0 0}.client-tree-head strong{color:var(--text);font-weight:700}.client-tree-head span:last-child{color:var(--muted);margin-left:auto;font-size:12px;font-weight:600}.tree-toggle-mark{width:18px;height:18px;color:var(--sub);background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex}.client-tree-children{display:grid}.client-tree-row{background:var(--surface);color:#344054;text-align:left;border:0;border-bottom:1px solid #f3f5f8;grid-template-columns:14px minmax(220px,1.3fr) minmax(170px,1fr) minmax(140px,.8fr) minmax(96px,.7fr);align-items:center;gap:8px 10px;width:100%;min-height:50px;padding:8px 12px 8px 16px;display:grid}.client-tree-children>.client-tree-row,.client-tree-children>.request-status-tree-row-frame>.client-tree-row,.client-tree-children>.data-room-subgroup>.data-room-tree-head .client-tree-head{padding-left:30px}.client-tree-children .client-tree-children>.client-tree-row,.client-tree-children .client-tree-children>.request-status-tree-row-frame>.client-tree-row{padding-left:44px}.client-tree-row:last-child{border-bottom:0}.client-tree-row:hover{background:#fafbfc}.client-tree-row.selected{background:var(--surface);box-shadow:inset 3px 0 0 var(--blue)}.request-status-tree .request-status-tree-row{grid-template-columns:14px minmax(0,1.35fr) minmax(72px,.56fr) minmax(86px,.58fr) minmax(82px,.55fr)}.request-status-tree .client-request-tree-row{grid-template-columns:14px minmax(0,1.35fr) minmax(58px,.42fr) minmax(82px,.5fr) minmax(86px,.52fr)}.client-tree-row strong{text-overflow:ellipsis;white-space:nowrap;color:#1d2939;font-weight:600;display:block;overflow:hidden}.client-tree-row small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px;font-size:12px;display:block;overflow:hidden}.client-tree-row>span:last-child{color:var(--sub);font-weight:600}.tree-branch{opacity:.8;background:#cfd7e3;border:0;border-radius:50%;justify-self:center;width:5px;height:5px}.client-tree-empty{color:var(--muted);padding:13px 30px;font-size:12px}.group-chip-list{flex-wrap:wrap;gap:6px;display:flex}.group-chip-list span{border:1px solid var(--line);background:var(--surface-soft);color:#475467;border-radius:99px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.table-groups{max-height:54px;overflow:hidden}.client-summary-card{gap:12px;display:grid}.client-summary-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.client-summary-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.client-summary-actions button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:30px;padding:0 11px;font-weight:800}.client-summary-actions button:hover{background:#f8fafc;border-color:#cbd5e1}.client-summary-actions button.primary{border-color:var(--blue);background:var(--blue);color:#fff}.client-summary-actions button.primary:hover{background:var(--blue-dark)}.client-summary-card h2{margin-bottom:5px;font-size:18px}.client-summary-card p{margin-bottom:0}.client-request-list{gap:8px;display:grid}.client-request-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px;display:grid}.client-request-row strong{text-overflow:ellipsis;white-space:nowrap;color:var(--text);display:block;overflow:hidden}.client-request-row p{margin:4px 0 0;font-size:12px}.client-request-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:6px;display:flex}.client-request-actions button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:28px;padding:0 10px;font-weight:800}.client-request-actions button:hover{background:#f8fafc;border-color:#cbd5e1}.memo-box{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:12px}.memo-box span{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:800;display:block}.memo-box p{margin-bottom:0}.client-form{border-top:1px solid var(--line);gap:10px;padding-top:14px;display:grid}.form-head h2{margin-bottom:4px}.form-head p{margin-bottom:0;font-size:12px}.client-form label{color:#344054;gap:6px;font-weight:800;display:grid}.client-form textarea{height:82px}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.client-create-modal{background:var(--surface);border:1px solid #d8e0ea;border-radius:8px;gap:14px;width:min(720px,100%);max-height:min(760px,100vh - 48px);padding:20px;display:grid;overflow:auto;box-shadow:0 12px 32px #10182829}.client-group-modal{width:min(820px,100%)}.client-group-modal-body{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:14px;min-height:0;display:grid}.existing-group-panel{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.existing-group-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:0 12px;display:flex}.existing-group-head span{color:var(--muted);font-size:12px;font-weight:800}.existing-group-head strong{color:var(--text);font-size:13px}.existing-group-list{align-content:start;min-height:0;max-height:310px;display:grid;overflow:auto}.existing-group-list div{border-bottom:1px solid #eef2f6;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:grid}.existing-group-list div:last-child{border-bottom:0}.existing-group-list span{min-width:0}.existing-group-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;display:block;overflow:hidden}.existing-group-list small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);margin-top:3px;font-size:12px;display:block;overflow:hidden}.existing-group-list b{color:var(--sub);white-space:nowrap;font-size:12px}.existing-group-list p{color:var(--muted);text-align:center;margin:0;padding:18px 12px;font-size:13px}.client-modal-form{border-top:1px solid var(--line);padding-top:14px}.modal-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding-top:12px;display:flex}.modal-actions button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:34px;padding:0 13px}.modal-field-block{gap:8px;display:grid}.modal-field-block>strong{color:#344054}.group-check-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.group-check-list label{border:1px solid var(--line);background:var(--surface-soft);cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:10px;display:grid}.group-check-list label:hover{border-color:var(--line-strong);background:var(--surface)}.group-check-list input{width:16px;height:16px}.group-check-list span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-weight:800;overflow:hidden}.group-picker{gap:8px;display:grid}.group-picker>input{width:100%}.group-picker-selected{flex-wrap:wrap;gap:6px;min-height:24px;display:flex}.group-picker-selected button{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:24px;color:var(--blue);border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.group-picker-selected button:after{content:"×";margin-left:6px;font-weight:900}.group-picker-list{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;max-height:172px;padding:6px;display:grid;overflow:auto}.group-picker-list label{cursor:pointer;border:1px solid #0000;border-radius:7px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:42px;padding:7px 8px;display:grid}.group-picker-list label:hover{background:var(--surface-soft);border-color:var(--line)}.group-picker-list label.selected{background:var(--blue-soft);border-color:var(--accent-line)}.group-picker-list input{width:16px;height:16px}.group-picker-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;display:block;overflow:hidden}.group-picker-list small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);margin-top:2px;font-size:12px;display:block;overflow:hidden}.bulk-textarea{white-space:pre;min-height:178px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;overflow:auto}.import-errors{background:var(--red-soft);border:1px solid #ffd0cc;border-radius:8px;padding:10px 12px}.import-errors p{color:var(--red);margin:0;font-weight:700}.modal-backdrop{z-index:20;background:#0f172a5c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.import-modal{background:var(--surface);border:1px solid #d8e0ea;border-radius:8px;grid-template-rows:auto auto minmax(0,1fr) auto auto;gap:10px;width:min(1120px,100%);min-height:min(720px,100vh - 48px);max-height:min(820px,100vh - 48px);padding:16px;display:grid;box-shadow:0 12px 32px #10182829}.modal-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.import-modal-head{border-bottom:1px solid var(--line);align-items:center;padding-bottom:10px}.import-eyebrow{color:var(--blue);margin-bottom:6px;font-size:12px;font-weight:800;display:block}.modal-head h2{margin-bottom:5px;font-size:20px}.modal-head p{margin-bottom:0}.import-modal-head .import-eyebrow{margin-bottom:2px}.import-modal-head h2{margin-bottom:2px;font-size:18px}.import-modal-head p{font-size:12px;line-height:1.4}.modal-head button,.import-footer button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:34px;padding:0 13px}.modal-head button:hover,.import-footer button:hover{background:#f8fafc;border-color:#cbd5e1}.import-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.import-step{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:10px;display:grid}.import-step span{background:var(--blue-soft);width:28px;height:28px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.import-step b{color:var(--text);display:block}.import-step small{color:var(--muted);margin-top:3px;font-size:12px;display:block}.import-body{grid-template-columns:minmax(0,1fr) 330px;gap:14px;min-height:0;display:grid}.import-input-panel,.import-side-panel{min-height:0}.import-input-panel{grid-template-rows:auto minmax(0,1fr);gap:10px;display:grid}.import-section-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.import-section-head h3{margin-bottom:4px;font-size:15px}.import-section-head p{margin-bottom:0;font-size:12px}.import-section-head>span{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:28px;color:var(--blue);border-radius:99px;flex:none;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.import-section-head.compact{margin-bottom:8px}.import-modal-textarea{resize:none;background:#fbfdff;border-color:#cfd8e3;width:100%;height:100%;min-height:320px;line-height:1.58}.import-side-panel{align-content:start;gap:10px;display:grid}.import-rule-box,.import-preview-box{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:12px}.import-rule-box strong{color:var(--text);margin-bottom:5px;display:block}.import-rule-box p,.import-empty{margin-bottom:0;font-size:12px}.import-preview-list{gap:8px;display:grid}.import-preview-list div{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:10px}.import-preview-list strong{color:var(--text);display:block}.import-preview-list span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.import-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.import-summary div{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:8px 10px}.import-summary span{color:var(--muted);font-size:12px;font-weight:800;display:block}.import-summary strong{color:var(--text);margin-top:2px;font-size:18px;display:block}.import-result{gap:8px;display:grid}.import-footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:10px;display:flex}.import-top-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:stretch;gap:10px;display:grid}.import-top-grid .import-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.import-upload-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:10px 12px;display:flex}.import-upload-card h3{margin-bottom:3px;font-size:14px}.import-upload-card p{margin-bottom:0;font-size:12px;line-height:1.4}.import-upload-card strong{color:var(--blue);margin-top:5px;display:block}.import-upload-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:8px;display:flex}.import-upload-actions button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:34px;padding:0 13px}.import-result-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-rows:auto minmax(0,1fr);gap:10px;min-height:0;padding:12px;display:grid}.import-result-panel .table-scroll{min-height:0;overflow:auto}.import-result-table{min-width:920px}.import-result-table tbody tr{cursor:default}.import-result-table th:first-child,.import-result-table td:first-child{width:112px}.import-result-table th:nth-child(2),.import-result-table td:nth-child(2){width:180px}.import-result-table th:nth-child(3),.import-result-table td:nth-child(3),.import-result-table th:nth-child(4),.import-result-table td:nth-child(4){width:100px}.import-result-table th:nth-child(5),.import-result-table td:nth-child(5){width:150px}.import-result-table th:nth-child(6),.import-result-table td:nth-child(6){width:100px}.import-result-table th:nth-child(7),.import-result-table td:nth-child(7){width:130px}.template-workarea{grid-template-columns:minmax(680px,1fr) 430px;gap:14px;padding:14px 18px 18px;display:grid}.template-list-panel{flex-direction:column;min-height:560px;display:flex}.template-table{min-width:720px}.template-table th:first-child,.template-table td:first-child{width:248px}.template-table th:nth-child(2),.template-table td:nth-child(2){width:86px}.template-table th:nth-child(3),.template-table td:nth-child(3){width:130px}.template-table th:nth-child(4),.template-table td:nth-child(4){width:92px}.template-table th:nth-child(5),.template-table td:nth-child(5),.template-table th:nth-child(6),.template-table td:nth-child(6){width:82px}.template-detail-panel{display:block}.template-detail-hero{background:var(--surface-soft);border:1px solid #dfe7f1;border-radius:8px;gap:9px;margin-bottom:10px;padding:12px;display:grid}.template-detail-title{min-width:0}.template-detail-title>span{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:22px;color:var(--blue);border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.template-detail-title h2{word-break:keep-all;margin:6px 0 3px;font-size:18px}.template-detail-title p{color:var(--sub);margin-bottom:0;font-size:12px}.template-detail-hero-actions{grid-template-columns:1fr 1fr 1.25fr;gap:8px;display:grid}.template-detail-hero-actions button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:32px;padding:0 12px;font-weight:800}.template-detail-hero-actions button.primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:none}.template-detail-hero-actions button:hover{background:#f8fafc;border-color:#cbd5e1}.template-detail-hero-actions button.primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.template-detail-stats{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:10px;display:grid;overflow:hidden}.template-detail-stats div{border-right:1px solid var(--line);min-width:0;padding:9px 8px}.template-detail-stats div:last-child{border-right:0}.template-detail-stats span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:800;display:block}.template-detail-stats strong{color:var(--text);font-size:15px;line-height:1.2;display:block}.template-internal-note{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;margin-bottom:10px;padding:10px 12px;display:grid}.template-internal-note span{color:var(--muted);font-size:11px;font-weight:800}.template-internal-note p{color:#344054;margin-bottom:0;font-size:12px;line-height:1.45}.template-detail-tags{margin-bottom:10px}.template-detail-tags .template-summary{margin-bottom:0}.template-summary{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.template-summary span{border:1px solid var(--line);background:var(--surface-soft);color:#475467;border-radius:8px;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-weight:700;display:inline-flex}.template-summary b{color:var(--text)}.template-tag-list{flex-wrap:wrap;gap:6px;display:flex}.template-tag{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:24px;color:var(--blue);white-space:nowrap;border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.template-tag.neutral{border-color:var(--line);background:var(--surface-soft);color:var(--sub)}.template-tree-row{grid-template-columns:26px minmax(260px,1.5fr) minmax(150px,.8fr) minmax(100px,.55fr)}.template-tree-row>span:last-child{justify-self:start}.template-category-list{gap:12px;display:grid}.template-category{gap:8px;display:grid}.template-category-head{justify-content:space-between;align-items:center;gap:10px;padding-bottom:2px;display:flex}.template-category-head h3{margin-bottom:0;font-size:15px}.template-category-head span{color:var(--muted);font-weight:800}.template-item-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:11px;display:grid}.template-item-index{background:var(--head);width:24px;height:24px;color:var(--sub);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.template-item-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:3px;display:flex}.template-item-title b{color:#344054}.template-item-title em{color:var(--muted);flex:none;font-size:12px;font-style:normal;font-weight:800}.template-item-row p{margin-bottom:0;font-size:12px}.template-usage-list{gap:8px;display:grid}.template-usage-row{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.template-usage-row:hover{background:var(--surface-soft)}.template-usage-row strong{color:var(--text);display:block}.template-usage-row span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.template-usage-row em{color:var(--blue);flex:none;font-style:normal;font-weight:800}.template-modal{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto auto;gap:0;width:min(1120px,100vw - 48px);max-height:min(820px,100vh - 48px);padding:0;display:grid;overflow:hidden;box-shadow:0 12px 32px #10182824}.template-modal>.modal-head{border-bottom:1px solid var(--line);padding:18px 20px}.template-form-grid{grid-template-columns:1fr 160px 180px;gap:10px;display:grid}.template-form-grid label,.template-form-item label{color:#344054;gap:6px;font-weight:800;display:grid}.template-builder-body{background:#f7f9fc;grid-template-columns:340px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.template-builder-side{border-right:1px solid var(--line);align-content:start;gap:12px;min-width:0;padding:14px;display:grid;overflow:auto}.template-builder-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:12px;padding:12px;display:grid}.template-builder-card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding-bottom:8px;display:flex}.template-builder-card-head strong{color:var(--text);font-size:13px}.template-basics-grid textarea{resize:none;height:74px}.template-message-card label{color:#344054;gap:6px;font-weight:800;display:grid}.template-message-card textarea{resize:none;height:112px}.template-edit-warning{background:var(--orange-soft);color:var(--orange);border:1px solid #f3d49e;border-radius:8px;gap:3px;padding:10px 12px;display:grid}.template-edit-warning strong{color:#9a4b00;font-size:13px}.template-edit-warning span{font-size:12px;font-weight:700}.template-basics-grid{grid-template-columns:1fr}.template-builder-summary{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.template-builder-summary div{border-right:1px solid var(--line);min-width:0;padding:11px 10px}.template-builder-summary div:last-child{border-right:0}.template-builder-summary span{color:var(--muted);margin-bottom:5px;font-size:11px;font-weight:800;display:block}.template-builder-summary strong{color:var(--text);font-size:16px;display:block}.template-items-panel{grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;min-height:0;padding:14px;display:grid;overflow:hidden}.template-group-selector{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;gap:10px;padding:12px;display:grid}.template-group-modal{width:min(560px,100%)}.section-head.compact{margin-bottom:0}.section-head.compact h3{margin-bottom:4px;font-size:15px}.section-head.compact p{margin-bottom:0;font-size:12px}.template-group-checks{grid-template-columns:repeat(2,minmax(0,1fr))}.template-item-editor-head{border:1px solid var(--line);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.template-item-editor-head h3{margin-bottom:0;font-size:15px}.template-item-editor-head p{margin-bottom:0;font-size:12px}.template-item-counts{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-left:auto;display:flex}.template-item-counts span{border:1px solid var(--line);background:var(--surface-soft);min-height:24px;color:var(--sub);white-space:nowrap;border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.template-item-editor-head button,.template-form-item-top button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:32px;padding:0 12px}.template-item-editor{align-content:start;gap:10px;min-height:0;padding-right:4px;display:grid;overflow:auto}.template-form-item{background:var(--surface);border:1px solid #dfe6ef;border-radius:8px;gap:10px;padding:12px;display:grid;box-shadow:0 1px 2px #10182808}.template-form-item-top{align-items:center;gap:10px;display:flex}.template-form-item-top>span{background:var(--head);width:26px;height:26px;color:var(--sub);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.template-form-item-top>strong{color:var(--text);font-size:13px}.template-required-toggle{color:#344054;align-items:center;gap:6px;min-height:26px;font-weight:800;grid-template-columns:none!important;display:inline-flex!important}.template-required-toggle input{width:16px;height:16px}.template-form-item-top .template-required-toggle{margin-left:auto}.template-form-grid.item-fields{grid-template-columns:1fr 180px}.template-form-item textarea{resize:vertical;height:68px}.template-modal>.form-error{margin:12px 20px 0}.template-modal>.button-row{border-top:1px solid var(--line);background:var(--surface);padding:14px 20px}.request-client-list{grid-template-columns:1fr 1fr;gap:8px;min-height:0;padding-right:2px;display:grid;overflow:auto}.request-group-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0;display:grid}.request-group-option{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;padding:11px;display:grid}.request-group-option:hover{background:var(--surface-soft);border-color:var(--line-strong)}.request-group-option.selected{border-color:var(--accent-line);background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.request-group-option input{width:16px;height:16px;margin-top:2px}.request-group-option strong{color:var(--text);display:block}.request-group-option small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.request-client-option{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;padding:11px;display:grid}.request-client-option:hover{background:var(--surface-soft);border-color:var(--line-strong)}.request-client-option input{width:16px;height:16px;margin-top:2px}.request-client-option strong{color:var(--text);display:block}.request-client-option small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.request-create-page{grid-template-columns:minmax(240px,1.05fr) minmax(240px,1fr) minmax(280px,.92fr);gap:12px;padding:14px 18px 18px;display:grid}.request-payment-banner{background:var(--orange-soft);color:var(--orange);border:1px solid #f3d49e;border-radius:8px;flex:none;justify-content:space-between;align-items:center;gap:12px;margin:12px 18px 0;padding:12px 14px;display:flex}.request-payment-banner strong{color:var(--orange);font-size:13px;display:block}.request-payment-banner p{color:var(--orange);margin:4px 0 0;font-size:12px;line-height:1.45}.request-payment-banner button{background:var(--surface);min-height:34px;color:var(--orange);border:1px solid #f3d49e;border-radius:8px;flex:none;padding:0 12px;font-weight:900}.request-focus-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:stretch;gap:14px}.request-focus-layout.request-step-items{align-items:start}.request-create-page.request-step-items{flex:auto;align-content:stretch;min-height:0;padding-bottom:10px;overflow:hidden}.request-step-items .request-brief-panel{align-self:start}.request-step-items .request-focus-pane{flex-direction:column;flex:auto;display:flex;overflow:hidden}.request-step-items .request-focus-main{align-self:stretch;height:auto;min-height:0}.request-step-items .request-brief-panel .summary-card{height:auto}.request-focus-main{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:0;box-shadow:var(--shadow);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.request-flow-tabs{border-bottom:1px solid var(--line);background:var(--surface-soft);flex:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;display:grid}.request-flow-tabs button{min-height:40px;color:var(--sub);background:0 0;border:1px solid #0000;border-radius:8px;font-weight:800}.request-flow-tabs button:hover{background:var(--surface);border-color:var(--line)}.request-flow-tabs button.selected{background:var(--surface);border-color:var(--accent-line);color:var(--blue);box-shadow:inset 0 -3px 0 var(--blue)}.request-focus-pane{flex:auto;min-height:0;padding:18px;overflow:auto}.request-focus-pane .template-choice-list{grid-template-columns:repeat(2,minmax(0,1fr))}.request-focus-pane .request-group-list{grid-template-columns:repeat(3,minmax(0,1fr))}.request-focus-pane .page-client-list{max-height:none}.focus-pane-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;margin-top:14px;padding-top:12px;display:flex}.request-brief-panel .summary-card{align-content:start;height:100%;overflow:auto}.request-client-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin-bottom:10px}.request-client-toolbar .search-wrap{min-width:260px}.request-client-table-scroll{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:0}.request-client-table{min-width:666px}.request-client-table th:first-child,.request-client-table td:first-child{width:58px}.request-client-table th:nth-child(2),.request-client-table td:nth-child(2){width:190px}.request-client-table th:nth-child(3),.request-client-table td:nth-child(3){width:108px}.request-client-table th:nth-child(4),.request-client-table td:nth-child(4){width:180px}.request-client-table th:nth-child(5),.request-client-table td:nth-child(5){width:130px}.request-table-check{color:#344054;white-space:nowrap;align-items:center;gap:6px;font-weight:800;display:inline-flex}.request-table-check input{flex:none;width:16px;height:16px;padding:0}.request-template-picker{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:stretch;gap:12px;margin-bottom:14px;padding:12px;display:grid}.request-template-picker label{color:#344054;align-content:start;gap:6px;font-weight:800;display:grid}.request-template-picker select{width:100%}.request-template-summary{border:1px solid var(--accent-line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 10px;min-width:0;min-height:58px;padding:11px 12px;display:grid;box-shadow:0 1px 2px #10182808}.request-template-summary strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);overflow:hidden}.request-template-summary span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--sub);font-size:12px;overflow:hidden}.request-template-summary em{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:24px;color:var(--blue);border-radius:999px;grid-area:1/2/span 2;justify-content:center;align-items:center;padding:0 9px;font-size:12px;font-style:normal;font-weight:800;display:inline-flex}.request-create-main{flex-direction:column;gap:12px;min-width:0;display:flex}.request-workbench{align-items:stretch}.request-create-section,.request-create-summary .summary-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;padding:14px}.request-create-section{flex:none}.request-material-panel,.request-audience-panel,.request-dispatch-panel .summary-card{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.request-panel-head{flex:none}.section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.section-head h2{margin-bottom:4px}.section-head p{margin-bottom:0;font-size:12px}.section-head>strong{color:var(--blue);flex:none;font-size:14px}.template-choice-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.request-material-panel .template-choice-list{flex:none;grid-template-columns:1fr;max-height:230px;padding-right:2px;overflow:auto}.template-choice{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:10px;min-height:86px;padding:12px;display:flex}.request-material-panel .template-choice{min-height:0;padding:10px 11px}.template-choice:hover{background:var(--surface-soft);border-color:var(--line-strong)}.template-choice.selected{border-color:var(--accent-line);background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.template-choice strong{color:var(--text);display:block}.template-choice span{color:var(--sub);margin-top:5px;font-size:12px;display:block}.template-choice em{color:var(--blue);flex:none;font-size:12px;font-style:normal;font-weight:800}.request-source-toggle{background:0 0;border-bottom:0;flex:none;padding:0}.request-item-editor-head{border:1px solid var(--line);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-top:0;padding:12px 14px;display:flex;box-shadow:0 1px 2px #10182808}.request-item-editor-head strong{color:var(--text);font-size:14px;display:block}.request-item-editor-head span{color:var(--muted);margin-top:3px;font-size:12px;font-weight:800;display:block}.request-item-editor-head button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:34px;padding:0 12px}.request-item-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.request-item-empty{margin:12px}.request-item-editor{gap:10px;margin-top:12px;display:grid}.request-material-panel .request-item-editor{flex:auto;min-height:0;padding-right:2px;overflow:auto}.request-item-inline-editor{align-content:start;max-height:min(560px,100vh - 330px);padding-right:4px;overflow:auto}.request-step-items .request-item-inline-editor{flex:auto;min-height:0;max-height:none;overflow:auto}.request-step-items .focus-pane-actions{flex:none;margin-top:12px}.request-item-inline-row{background:var(--surface);border:1px solid #dfe6ef;border-radius:8px;gap:12px;min-width:0;padding:12px;display:grid;box-shadow:0 1px 2px #10182808}.request-item-inline-row:hover{border-color:var(--line-strong)}.request-item-card-head{border-bottom:1px solid #eef2f6;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding-bottom:10px;display:grid}.request-item-card-title{min-width:0}.request-item-card-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:14px;display:block;overflow:hidden}.request-item-card-title small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);margin-top:3px;font-size:12px;font-weight:700;display:block;overflow:hidden}.request-item-card-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.request-item-card-fields{grid-template-columns:minmax(0,1fr) minmax(150px,.34fr);gap:10px;min-width:0;display:grid}.request-item-inline-row .request-item-number{align-self:center;margin-top:0}.request-item-inline-row .request-required-inline,.request-item-inline-row .request-item-delete{white-space:nowrap;align-self:center}.request-item-inline-row .request-item-description{min-width:0}.request-item-inline-row .request-item-description textarea{resize:vertical;height:62px;min-height:62px}.request-item-form{background:#fbfdff;border:1px solid #dfe6ef;border-radius:8px;gap:8px;padding:10px;display:grid}.request-item-form-top{align-items:center;gap:10px;display:flex}.request-item-form-top>span,.request-item-number{background:var(--head);width:26px;height:26px;color:var(--sub);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.request-item-form-top button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:30px;margin-left:auto;padding:0 10px}.request-item-form-grid{grid-template-columns:minmax(0,1fr) 180px;gap:10px;display:grid}.request-item-row-grid{grid-template-columns:30px minmax(220px,1fr) 150px 70px 56px;align-items:end;gap:8px}.request-item-field,.request-message-field{color:#344054;gap:5px;font-weight:800;display:grid}.request-item-field>span{color:var(--muted);font-size:11px;font-weight:800}.request-item-description textarea{resize:vertical;height:46px;line-height:1.45}.request-required-inline{background:var(--surface);border:1px solid #d6deea;border-radius:8px;justify-content:center;min-height:34px;padding:0 9px}.request-item-delete{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:34px;padding:0 10px}.request-item-workspace{grid-template-columns:minmax(240px,.86fr) minmax(0,1.14fr);align-items:start;gap:10px;display:grid}.request-item-list{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;max-height:520px;overflow:auto}.request-item-list-row{background:var(--surface);text-align:left;border:0;border-bottom:1px solid #eef2f6;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:9px;width:100%;padding:10px;display:grid}.request-item-list-row:last-child{border-bottom:0}.request-item-list-row:hover{background:var(--surface-soft)}.request-item-list-row.selected{background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.request-item-list-row>span:last-child{min-width:0}.request-item-list-row strong,.request-item-detail-head strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;display:block;overflow:hidden}.request-item-list-row small{min-width:0;color:var(--sub);align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex;overflow:hidden}.request-item-list-row small>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.request-item-badge{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:20px;color:var(--blue);border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.request-item-list-row em{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:5px;font-size:12px;font-style:normal;display:block;overflow:hidden}.request-item-detail-editor{background:var(--surface);align-content:start}.request-item-detail-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:8px;display:flex}.request-item-detail-head span{color:var(--muted);margin-bottom:3px;font-size:11px;font-weight:800;display:block}.request-item-detail-grid{grid-template-columns:minmax(0,1fr) 150px}.request-item-detail-actions{justify-content:flex-end;display:flex}.request-create-form-grid{grid-template-columns:minmax(0,1fr) 160px 160px;gap:10px;display:grid}.request-create-form-grid label{color:#344054;gap:6px;font-weight:800;display:grid}.field-hint{color:var(--muted);font-size:11px;font-weight:700;line-height:1.35}.request-message-field{margin-top:10px;margin-bottom:14px}.request-message-field textarea{resize:vertical;height:86px}.delivery-mode-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.delivery-channel-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.delivery-mode-option,.delivery-channel-option{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;padding:11px;display:grid}.delivery-mode-option:hover,.delivery-channel-option:hover{background:var(--surface-soft);border-color:var(--line-strong)}.delivery-mode-option.selected,.delivery-channel-option.selected{border-color:var(--accent-line);background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}:is(.delivery-mode-option:has(input:disabled),.delivery-channel-option:has(input:disabled)){cursor:not-allowed;opacity:.58}.delivery-mode-option input,.delivery-channel-option input{width:16px;height:16px;margin-top:2px}.delivery-mode-option strong,.delivery-channel-option strong{color:var(--text);display:block}.delivery-mode-option small,.delivery-channel-option small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.delivery-schedule-grid{grid-template-columns:minmax(220px,280px);gap:10px;margin-top:12px;display:grid}.delivery-schedule-grid label{color:#344054;gap:6px;font-weight:800;display:grid}.delivery-warning{background:var(--orange-soft);color:var(--orange);border:1px solid #f3d49e;border-radius:8px;margin:10px 0 0;padding:10px 12px;font-size:12px;font-weight:800}.request-blocking-notice,.request-summary-lock{background:var(--red-soft);color:var(--red);border:1px solid #ffd0cc;border-radius:8px;gap:6px;padding:12px;display:grid}.request-blocking-notice{margin-bottom:12px}.request-blocking-notice strong,.request-summary-lock strong{color:var(--red);font-size:13px}.request-blocking-notice p,.request-summary-lock p{color:var(--red);margin:0;font-size:12px;line-height:1.45}.request-blocking-notice button,.request-summary-lock button{background:var(--surface);min-height:30px;color:var(--red);border:1px solid #ffd0cc;border-radius:8px;justify-self:start;padding:0 11px;font-weight:800}.request-message-preview{background:var(--surface-soft);white-space:pre-line;border:1px solid #dce3ea;border-radius:8px;padding:12px}.request-message-preview span,.request-message-preview strong{color:var(--sub);margin-bottom:5px;font-size:12px;font-weight:800;display:block}.request-message-preview p{color:#344054;margin:0;font-size:13px;line-height:1.55}.rejection-notice-card{background:var(--red-soft);color:var(--red);border:1px solid #ffd0cc;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.rejection-notice-card strong{color:var(--red);font-size:13px;display:block}.rejection-notice-card p{color:var(--red);margin:4px 0 0;font-size:12px;line-height:1.45}.rejection-notice-card span{grid-column:1/-1;font-size:12px;font-weight:800}.rejection-notice-card button{min-height:32px;padding:0 12px}.rejection-reason-modal textarea{resize:vertical;min-height:150px}.request-audience-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.request-audience-stats div{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;min-width:0;padding:9px 10px}.request-audience-stats span{color:var(--muted);font-size:11px;font-weight:800;display:block}.request-audience-stats b{color:var(--text);margin-top:3px;font-size:14px;display:block}.selected-client-strip{flex-wrap:wrap;gap:6px;margin:0 0 10px;display:flex}.selected-client-strip span{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:24px;color:var(--blue);border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.request-client-option.selected{border-color:var(--accent-line);background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.client-section{min-height:0}.request-client-tree{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex:auto;min-height:0;max-height:520px}.request-client-tree-head{grid-template-columns:minmax(0,1fr) auto;min-height:42px;padding:0;display:grid}.request-client-tree-head>button{color:#344054;text-align:left;background:0 0;border:0;align-items:center;gap:8px;min-width:0;min-height:40px;padding:0 12px;display:flex}.request-client-tree-head>button strong{color:var(--text)}.request-client-tree-head>button span:last-child{color:var(--muted);margin-left:auto;font-size:12px;font-weight:600}.request-client-tree-head>label{border-left:1px solid var(--line);color:#344054;white-space:nowrap;cursor:pointer;align-items:center;gap:6px;min-height:40px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.request-client-tree-head input{width:16px;height:16px}.request-client-tree-row{grid-template-columns:14px minmax(220px,1.3fr) minmax(170px,1fr) minmax(140px,.8fr)}.request-client-tree-row .request-table-check{max-width:100%;display:inline-flex}.request-client-tree-row .request-table-check strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.request-audience-panel .search-wrap,.request-audience-panel .request-group-list,.request-audience-panel .selected-client-strip{flex:none}.request-audience-panel .request-group-list{grid-template-columns:repeat(2,minmax(0,1fr))}.page-client-list{max-height:310px}.request-audience-panel .page-client-list{flex:auto;min-height:0;max-height:none}.request-create-summary{min-width:0}.request-create-summary .summary-card{gap:12px;display:grid;position:sticky;top:12px}.request-dispatch-panel .summary-card{height:100%;position:static;overflow:auto}.request-create-page.request-step-items .request-create-summary,.request-create-page.request-step-items .request-brief-panel{align-self:start;height:auto;min-height:0;overflow:visible}.request-create-page.request-step-items .request-create-summary .summary-card,.request-create-page.request-step-items .request-brief-panel .summary-card{height:auto;min-height:0;max-height:none;position:static;overflow:visible}.request-create-page.request-step-items .summary-items-card{max-height:260px;overflow:auto}.summary-card>span{color:var(--blue);font-size:12px;font-weight:800}.summary-card h2{margin-bottom:0;font-size:18px;line-height:1.35}.summary-title-field{gap:6px;display:grid}.summary-title-field>span{color:var(--muted);font-size:11px;font-weight:900}.summary-title-field input{width:100%;font-weight:800}.summary-title-field small{color:var(--muted);font-size:11px;line-height:1.35}.request-readiness{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.request-readiness span{border:1px solid var(--line);background:var(--surface-soft);min-height:28px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.request-readiness span.done{border-color:var(--accent-line);background:var(--blue-soft);color:var(--blue)}.dispatch-fields{grid-template-columns:1fr}.request-focus-pane .dispatch-fields{grid-template-columns:minmax(0,1fr) 180px 180px}.summary-grid{border:1px solid var(--line);border-radius:8px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.summary-grid div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px}.summary-grid div:nth-child(2n){border-right:0}.summary-grid div:nth-last-child(-n+2){border-bottom:0}.summary-grid div:nth-last-child(2):nth-child(2n){border-bottom:1px solid var(--line)}.summary-grid div:last-child:nth-child(odd){border-right:0;grid-column:1/-1}.summary-grid span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:800;display:block}.summary-grid b{color:var(--text);font-size:15px}.request-confirm-modal{width:min(680px,100%)}.request-confirm-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.request-confirm-grid div{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;min-width:0;padding:14px}.request-confirm-grid div:first-child{grid-column:1/-1}.request-confirm-grid span{color:var(--muted);margin-bottom:7px;font-size:12px;font-weight:900;display:block}.request-confirm-grid strong{text-overflow:ellipsis;min-width:0;color:var(--text);font-size:22px;line-height:1.25;display:block;overflow:hidden}.summary-template{border:1px solid var(--accent-line);background:var(--blue-soft);border-radius:8px;padding:12px}.summary-template strong{color:var(--text)}.summary-template p{margin:5px 0 0;font-size:12px}.summary-items-card{gap:8px;display:grid}.summary-item-groups{gap:6px;display:grid}.summary-item-groups div{background:var(--surface);border:1px solid #d5e6e2;border-radius:8px;gap:3px;min-width:0;padding:8px;display:grid}.summary-item-groups span{color:var(--blue);font-size:11px;font-weight:900}.summary-item-groups b{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:12px;overflow:hidden}.summary-item-groups p{color:var(--muted);margin:0;font-size:12px}.admin-page{gap:14px;padding:14px 18px 18px;display:grid}.settings-page{gap:12px}.settings-status-board{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) 320px;display:grid;overflow:hidden}.settings-status-main{min-width:0;padding:18px 20px}.settings-status-main>span{color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:700;display:block}.settings-status-main h2{margin-bottom:4px;font-size:22px;line-height:1.3}.settings-status-main p{margin-bottom:0;font-size:13px}.settings-status-side{border-left:1px solid var(--line);background:#fbfcfd;align-content:center;gap:12px;min-width:0;padding:16px;display:grid}.settings-status-side>div{min-width:0}.settings-status-side>div span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.settings-status-side>div strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;display:block;overflow:hidden}.settings-overview{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.settings-overview div{border-right:1px solid var(--line);min-width:0;padding:12px 14px}.settings-overview div:last-child{border-right:0}.settings-overview span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.settings-overview strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:14px;font-weight:700;display:block;overflow:hidden}.settings-grid{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:14px;display:grid}.settings-side{gap:12px;min-width:0;display:grid}.setting-card{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:none;border-radius:8px;gap:16px;padding:16px;display:grid}.setting-card-main{align-content:start}.setting-card.compact-card{align-self:stretch}.setting-card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.setting-card-title{min-width:0}.setting-card-title>span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.setting-card-title h2{margin-bottom:0;font-size:17px}.settings-profile-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:stretch;gap:14px;min-width:0;display:grid}.settings-profile-fields{align-content:start;gap:12px;min-width:0;display:grid}.settings-form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 160px;gap:10px;display:grid}.settings-form-grid.single{grid-template-columns:1fr}.settings-form-grid label{color:#344054;gap:6px;font-weight:700;display:grid}.settings-channel-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 14px;padding:12px;display:grid}.settings-channel-card>div:first-child{min-width:0}.settings-channel-card>div:first-child span{color:var(--muted);margin-bottom:4px;font-size:12px;font-weight:700;display:block}.settings-channel-card>div:first-child strong{color:var(--text);font-size:14px}.settings-channel-card p{grid-column:1/-1;margin-bottom:0;font-size:12px;line-height:1.45}.settings-channel-options{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:inline-grid}.settings-channel-options label{min-width:72px;min-height:28px;color:var(--sub);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.settings-channel-options label.selected{background:var(--surface);color:var(--blue);box-shadow:0 1px 2px #1018280a}.settings-channel-options input{opacity:0;pointer-events:none;position:absolute}.setting-note{border:1px solid #dce3ea;border-left:3px solid var(--accent-line);background:#fbfcfd;border-radius:8px;gap:4px;padding:12px;display:grid}.setting-note span{color:var(--muted);font-size:12px;font-weight:600}.setting-note strong{color:var(--text);font-weight:600}.settings-actions{padding-top:2px}.settings-mail-card{background:#fbfcfd;border:1px solid #dce3ea;border-radius:8px;align-content:start;gap:12px;min-width:0;padding:14px;display:grid}.settings-mail-card-head{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:10px;padding-bottom:10px;display:flex}.settings-mail-card-head span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--sub);font-size:12px;font-weight:700;overflow:hidden}.settings-mail-card-head b{color:var(--green);flex:none;font-size:12px}.settings-mail-card>strong{color:var(--text);font-size:15px;line-height:1.35}.settings-mail-card dl{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:0;margin:0;display:grid;overflow:hidden}.settings-mail-card dl div{border-bottom:1px solid #f1f4f8;grid-template-columns:76px minmax(0,1fr);gap:8px;min-width:0;padding:9px 10px;display:grid}.settings-mail-card dl div:last-child{border-bottom:0}.settings-mail-card dt{color:var(--muted);font-size:12px;font-weight:600}.settings-mail-card dd{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);margin:0;font-size:12px;font-weight:600;overflow:hidden}.settings-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.settings-stat-grid div{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;min-width:0;padding:10px}.settings-stat-grid span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.settings-stat-grid strong{color:var(--text);font-size:20px;line-height:1.15;display:block}.settings-check-list{border:1px solid var(--line);border-radius:8px;display:grid;overflow:hidden}.settings-check-list div{background:var(--surface);border-bottom:1px solid #f1f4f8;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:2px 8px;min-width:0;padding:9px 10px;display:grid}.settings-check-list div:last-child{border-bottom:0}.settings-check-list div>span{width:20px;height:20px;color:var(--muted);background:#f4f6f8;border-radius:50%;grid-row:1/span 2;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.settings-check-list div.done>span{background:var(--green-soft);color:var(--green)}.settings-check-list strong{min-width:0;color:var(--text);font-size:13px;font-weight:700}.settings-check-list small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);font-size:12px;overflow:hidden}.email-preview{border:1px solid var(--line);background:var(--surface);border-radius:8px;display:grid;overflow:hidden}.email-preview div{border-bottom:1px solid #f1f4f8;grid-template-columns:104px minmax(0,1fr);gap:10px;min-width:0;padding:10px 12px;display:grid}.email-preview div:last-child{border-bottom:0}.email-preview span{color:var(--muted);font-size:12px;font-weight:600}.email-preview b{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-weight:600;overflow:hidden}.settings-log-list{border:1px solid var(--line);border-radius:8px;display:grid;overflow:hidden}.settings-log-list div{background:var(--surface);border-bottom:1px solid #f1f4f8;grid-template-columns:68px minmax(0,1fr);gap:2px 10px;min-width:0;padding:10px 12px;display:grid}.settings-log-list div:last-child{border-bottom:0}.settings-log-list span{color:var(--blue);grid-row:1/span 2;align-self:start;font-size:12px;font-weight:700}.settings-log-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;font-weight:700;overflow:hidden}.settings-log-list small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);font-size:12px;overflow:hidden}.settings-team-card{gap:14px}.settings-team-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.settings-team-head-actions button{border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:8px;min-height:32px;padding:0 12px;font-weight:800}.settings-team-head-actions button:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.settings-team-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:14px;display:grid}.settings-seat-panel{gap:10px;min-width:0;display:grid}.settings-seat-price{border:1px solid var(--accent-line);background:var(--blue-soft);border-radius:8px;gap:5px;padding:14px;display:grid}.settings-seat-price span{color:var(--blue);font-size:12px;font-weight:800}.settings-seat-price strong{color:var(--text);font-size:24px;line-height:1.15}.settings-seat-price p{margin-bottom:0;font-size:12px}.settings-seat-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.settings-seat-stats div{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;padding:10px}.settings-seat-stats span{color:var(--muted);margin-bottom:3px;font-size:11px;font-weight:700;display:block}.settings-seat-stats strong{text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:17px;display:block;overflow:hidden}.settings-invite-form{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;gap:12px;min-width:0;padding:14px;display:grid}.settings-invite-modal{background:var(--surface);border:1px solid #d8e0ea;border-radius:8px;gap:14px;width:min(760px,100%);max-height:min(760px,100vh - 48px);padding:18px;display:grid;overflow:auto;box-shadow:0 12px 32px #10182829}.settings-subscription-modal{width:min(640px,100%)}.settings-invite-modal-form{background:0 0;border:0;padding:0}.settings-invite-body{grid-template-columns:minmax(0,1fr) 240px;align-items:stretch;gap:12px;min-width:0;display:grid}.settings-form-grid.invite-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-content:start}.settings-form-grid.invite-grid label:last-child{grid-column:1/-1}.settings-card-form-grid{grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr) minmax(0,.7fr)}.settings-card-form-grid label:nth-child(4){grid-column:1/span 2}.settings-billing-terms{border:1px solid var(--line);background:var(--line);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.settings-billing-terms div{background:var(--surface);min-width:0;padding:10px 11px}.settings-billing-terms span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:900;display:block}.settings-billing-terms strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:12px;display:block;overflow:hidden}.settings-billing-terms p{color:var(--sub);background:#fbfcfd;grid-column:1/-1;margin:0;padding:11px;font-size:12px;line-height:1.55}.settings-billing-terms a{color:var(--blue);font-weight:900;text-decoration:none}.settings-billing-terms a:hover{text-decoration:underline}.settings-invite-receipt{border:1px solid var(--accent-line);background:var(--surface);border-radius:8px;align-content:start;gap:10px;min-width:0;padding:12px;display:grid}.settings-invite-receipt>span{color:var(--blue);font-size:12px;font-weight:800}.settings-invite-receipt>strong{color:var(--text);font-size:22px;line-height:1.15}.settings-invite-receipt dl{border-top:1px solid var(--line);gap:0;margin:0;padding-top:8px;display:grid}.settings-invite-receipt dl div{justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:5px 0;display:flex}.settings-invite-receipt dt{color:var(--muted);font-size:12px;font-weight:600}.settings-invite-receipt dd{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);margin:0;font-size:12px;font-weight:700;overflow:hidden}.settings-payment-agree{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;padding:11px 12px;display:grid}.settings-payment-agree input{width:16px;height:16px;margin-top:2px}.settings-payment-agree span{gap:3px;min-width:0;display:grid}.settings-payment-agree strong{color:var(--text);font-size:13px}.settings-payment-agree small{color:var(--muted);font-size:12px;line-height:1.35}.settings-team-list{gap:12px;min-width:0;display:grid}.team-member-list{border:1px solid var(--line);border-radius:8px;display:grid;overflow:hidden}.team-member-list-head,.team-member-list>div:not(.team-member-list-head){grid-template-columns:86px minmax(180px,1fr) 92px minmax(160px,auto);align-items:center;gap:3px 12px;min-width:0;display:grid}.team-member-list-head{border-bottom:1px solid var(--line);min-height:34px;color:var(--muted);background:#f8fafc;padding:0 12px;font-size:12px;font-weight:700}.team-member-list>div:not(.team-member-list-head){background:var(--surface);border-bottom:1px solid #f1f4f8;padding:10px 12px}.team-member-list>div:last-child{border-bottom:0}.team-member-state{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:22px;color:var(--blue);white-space:nowrap;border-radius:999px;grid-row:1/span 2;justify-content:center;align-self:start;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.team-member-state.active{background:var(--green-soft);color:var(--green);border-color:#c8ead5}.team-member-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;font-weight:700;overflow:hidden}.team-member-list small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);grid-column:2;font-size:12px;overflow:hidden}.team-member-list em{color:var(--sub);font-size:12px;font-style:normal;font-weight:700}.team-member-list b{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);text-align:right;font-size:12px;overflow:hidden}.settings-simple-page{padding-top:16px}.settings-simple-layout{gap:12px;width:100%;display:grid}.settings-billing-feedback{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;display:grid}.settings-billing-feedback.success{background:var(--green-soft);border-color:#c8ead5}.settings-billing-feedback.error{background:#fff5f5;border-color:#f3c2c2}.settings-billing-feedback strong{color:var(--text);white-space:nowrap;font-size:13px}.settings-billing-feedback span{min-width:0;color:var(--sub);font-size:13px;line-height:1.45}.settings-subscription-panel{grid-template-columns:minmax(0,1fr) minmax(260px,.74fr) auto;align-items:stretch;gap:12px;display:grid}.settings-subscription-panel>div:first-child{border:1px solid var(--accent-line);background:var(--blue-soft);border-radius:8px;gap:5px;min-width:0;padding:14px;display:grid}.settings-subscription-panel>div:first-child span{color:var(--blue);font-size:12px;font-weight:800}.settings-subscription-panel>div:first-child strong{color:var(--text);font-size:24px;line-height:1.15}.settings-subscription-panel>div:first-child p{color:var(--sub);margin:0;font-size:12px;line-height:1.5}.settings-subscription-panel dl{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;margin:0;display:grid;overflow:hidden}.settings-subscription-panel dl div{border-bottom:1px solid #f1f4f8;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:9px 10px;display:grid}.settings-subscription-panel dl div:last-child{border-bottom:0}.settings-subscription-panel dt{color:var(--muted);font-size:12px;font-weight:700}.settings-subscription-panel dd{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);margin:0;font-size:12px;font-weight:700;overflow:hidden}.settings-subscription-actions{align-self:center;gap:8px;display:grid}.settings-subscription-actions button{border:1px solid var(--blue);background:var(--blue);color:#fff;white-space:nowrap;border-radius:8px;min-height:38px;padding:0 14px;font-weight:900}.settings-subscription-actions button:disabled{border-color:var(--line);color:var(--muted);cursor:not-allowed;background:#eef2f6}.settings-subscription-actions button.danger,.modal-actions button.danger{background:var(--surface);color:var(--red);border-color:#f3c2c2}.settings-subscription-actions button.danger:hover,.modal-actions button.danger:hover{background:var(--red-soft);border-color:#f0a8a8}.settings-cancel-summary{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.settings-cancel-summary div{border-right:1px solid var(--line);min-width:0;padding:11px 12px}.settings-cancel-summary div:last-child{border-right:0}.settings-cancel-summary span{color:var(--muted);font-size:11px;font-weight:800;display:block}.settings-cancel-summary strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);margin-top:4px;font-size:13px;display:block;overflow:hidden}.settings-cancel-reason{color:#344054;gap:6px;font-weight:800;display:grid}.settings-cancel-reason textarea{resize:vertical;min-height:96px}.settings-simple-card{gap:14px;padding:18px}.settings-simple-head{align-items:center;padding-bottom:10px}.settings-simple-head .status{min-width:auto}.settings-simple-head>button,.settings-test-row>button{border:1px solid var(--line-strong);background:var(--surface);color:#344054;border-radius:8px;min-height:34px;padding:0 13px;font-weight:800;box-shadow:0 1px 2px #10182806}.settings-main-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.settings-email-edit-field{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;min-width:0;display:grid}.settings-email-edit-field label{min-width:0}.settings-email-edit-field>button{border:1px solid var(--line-strong);background:var(--surface);color:#344054;border-radius:8px;min-height:38px;padding:0 13px;font-weight:800;box-shadow:0 1px 2px #10182806}.settings-email-verification{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px 12px;padding:12px;display:grid}.settings-email-verification-main{min-width:0}.settings-email-verification-main span{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:800;display:block}.settings-email-verification-main strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:14px;display:block;overflow:hidden}.settings-email-verification-main p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.settings-email-verification>button{border:1px solid var(--line-strong);background:var(--surface);color:#344054;border-radius:8px;min-height:34px;padding:0 13px;font-weight:800;box-shadow:0 1px 2px #10182806}.settings-verification-code-row{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding-top:10px;display:grid}.settings-verification-code-row label{color:#344054;gap:6px;font-weight:700;display:grid}.settings-verification-code-row input{letter-spacing:3px;font-weight:800}.settings-verification-code-row button{border:1px solid var(--line-strong);background:var(--surface);color:#344054;border-radius:8px;min-height:34px;padding:0 13px;font-weight:800;box-shadow:0 1px 2px #10182806}.settings-email-verification .inline-feedback{grid-column:1/-1;margin-bottom:0}.settings-simple-row{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:10px 12px;display:flex}.settings-simple-row>div:first-child{min-width:0}.settings-simple-row span,.settings-simple-summary span,.settings-team-summary span{color:var(--muted);font-size:11px;font-weight:800;display:block}.settings-simple-row strong,.settings-simple-summary strong,.settings-team-summary strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);margin-top:3px;font-size:13px;display:block;overflow:hidden}.settings-simple-summary,.settings-team-summary{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.settings-team-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-workspace-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-simple-summary div,.settings-team-summary div{border-right:1px solid var(--line);min-width:0;padding:10px 12px}.settings-simple-summary div:last-child,.settings-team-summary div:last-child{border-right:0}.settings-helper-text{color:var(--muted);margin:-2px 0 0;font-size:12px}.settings-test-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.settings-test-row label{color:#344054;gap:6px;font-weight:700;display:grid}.send-card{border:1px solid var(--accent-line);background:var(--blue-soft);border-radius:8px;gap:12px;padding:12px;display:grid}.send-card label{margin-bottom:4px;display:block}.send-card p{margin-bottom:0}.group-detail-panel .detail-head{border-color:var(--accent-line);background:var(--blue-soft)}.group-send-card{border-color:var(--line);background:#fbfdff}.group-send-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.group-send-summary div{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;padding:9px 10px}.group-send-summary span{color:var(--muted);font-size:12px;font-weight:800;display:block}.group-send-summary strong{color:var(--text);margin-top:3px;font-size:18px;display:block}.client-group-detail-panel .detail-head{border-color:var(--accent-line);background:var(--blue-soft)}.client-detail-request-list{background:var(--surface)}.client-detail-request-row{border:0;border-bottom:1px solid var(--line);background:var(--surface);text-align:left;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;width:100%;min-width:0;padding:10px 12px;display:grid}.client-detail-request-row:last-child{border-bottom:0}.client-detail-request-row:hover{background:#f8fafc}.client-detail-request-row span{min-width:0}.client-detail-request-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;font-weight:800;display:block;overflow:hidden}.client-detail-request-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);margin-top:3px;font-size:11px;font-weight:700;display:block;overflow:hidden}.client-detail-request-row>b{color:#344054;white-space:nowrap;font-size:12px}.client-detail-request-row .status{justify-self:end}.client-tree.request-status-tree,.client-tree.send-log-tree,.client-tree.data-room-tree{flex-direction:column;align-content:stretch;display:flex}.request-status-tree .client-tree-section,.send-log-tree .client-tree-section,.data-room-tree .client-tree-section{flex:none}.detail-list{border:1px solid var(--line);border-radius:8px;overflow:hidden}.request-item-download-bar{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.request-item-download-bar span{color:var(--sub);font-size:12px;font-weight:800}.request-item-download-bar .data-room-download-btn{margin:0}.request-download-feedback{background:var(--orange-soft);color:var(--orange);border:1px solid #f3d49e;border-radius:8px;flex:none;justify-content:space-between;align-items:center;gap:10px;margin:10px 18px 0;padding:10px 12px;font-size:12px;font-weight:800;display:flex}.request-download-feedback button{background:var(--surface);min-height:30px;color:var(--orange);border:1px solid #f3d49e;border-radius:8px;flex:none;padding:0 11px;font-weight:900}.item-file-list{gap:6px;min-width:0;max-width:calc(100% - 86px);margin-left:86px;display:grid}.item-file-row{background:#fbfdff;border:1px solid #dce3ea;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;max-width:100%;padding:9px 10px;display:grid}.item-file-main{min-width:0}.item-file-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);display:block;overflow:hidden}.item-file-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);margin-top:4px;font-size:12px;display:block;overflow:hidden}.item-file-row .data-room-download-btn{margin:0}.data-room-panel{flex-direction:column;min-height:620px;display:flex}.data-room-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.data-room-storage-metric strong{font-size:20px}.data-room-storage-metric small{color:var(--muted);margin-top:4px;font-size:11px;font-weight:800;display:block}.data-room-storage-metric.warning strong,.data-room-storage-metric.admin_alert strong{color:var(--orange)}.data-room-storage-metric.blocked strong{color:var(--red)}.data-room-storage-alert{background:var(--orange-soft);border:1px solid #f3d49e;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(160px,260px);align-items:center;gap:14px;margin:12px 18px 0;padding:12px 14px;display:grid}.data-room-storage-alert.blocked{background:var(--red-soft);border-color:#f3c2c2}.data-room-storage-alert strong{color:var(--text);font-size:13px;display:block}.data-room-storage-alert p{color:var(--sub);margin:4px 0 0;font-size:12px;font-weight:700;line-height:1.45}.data-room-storage-bar{background:#ffffffd6;border-radius:999px;height:8px;overflow:hidden}.data-room-storage-bar span{border-radius:inherit;background:var(--orange);height:100%;display:block}.data-room-storage-alert.blocked .data-room-storage-bar span{background:var(--red)}.data-room-tree{border-top:1px solid var(--line);background:var(--surface);flex:auto;gap:0;min-height:0;overflow:auto}.data-room-tree-head{background:#f8fafc;border-bottom:1px solid #edf1f5;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid}.data-room-group.is-collapsed>.data-room-tree-head,.data-room-subgroup.is-collapsed>.data-room-tree-head{border-bottom:0}.data-room-tree-head .client-tree-head{border-bottom:0;min-width:0}.data-room-tree-head.nested{background:#fbfcfd}.data-room-payment-note{background:var(--orange-soft);color:var(--orange);border:1px solid #f3d49e;border-radius:8px;margin:10px 12px 0;padding:10px 12px;font-size:12px;font-weight:800}.data-room-tree-title{gap:2px;min-width:0;display:grid}.data-room-tree-title small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);font-size:11px;font-weight:600;overflow:hidden}.data-room-subgroup{background:var(--surface);border-bottom:1px solid #f3f5f8}.data-room-subgroup:last-child{border-bottom:0}.data-room-subhead{background:var(--surface);padding-left:26px}.data-room-subhead:hover{background:#fafbfc}.data-room-file-row{cursor:default;grid-template-columns:14px minmax(220px,1.35fr) minmax(220px,1fr) minmax(128px,.75fr) minmax(82px,.4fr) minmax(90px,.5fr) auto}.data-room-file-row>span:not(.tree-branch){min-width:0}.data-room-file-row>span:nth-last-child(2){justify-self:start}.data-room-file-row b.status{display:inline-flex}.data-room-file-main{min-width:0;color:inherit;text-align:left;background:0 0;border:0;padding:0;display:block}.data-room-file-main:hover{background:0 0}.data-room-download-btn{background:var(--surface);color:#344054;white-space:nowrap;border:1px solid #d6deea;border-radius:8px;align-self:center;min-height:28px;margin:6px 10px 6px 0;padding:0 10px;font-size:12px;font-weight:800;box-shadow:0 1px 2px #10182808}.data-room-download-btn:hover{background:#f8fafc;border-color:#cbd5e1}.send-log-tree{border-top:1px solid var(--line);background:var(--surface);flex-direction:column;flex:auto;gap:0;min-height:0;display:flex;overflow:auto}.send-log-group{grid-template-rows:auto auto auto;display:grid}.send-log-group-meta{color:var(--muted);background:#fbfcfd;border-bottom:1px solid #f2f4f7;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:8px 12px;font-size:12px;font-weight:600;display:grid}.send-log-group-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.send-log-tree-row{grid-template-columns:14px minmax(120px,1fr) minmax(170px,1.2fr) minmax(122px,.82fr) minmax(176px,1fr) minmax(82px,.5fr) minmax(86px,.55fr);min-width:820px;min-height:38px;padding-top:6px;padding-bottom:6px}.send-log-tree-row>span:not(.tree-branch){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.send-log-cell{color:#344054;font-weight:600}.send-log-recipient{color:#1d2939;font-weight:700}.send-log-cell em{color:var(--muted);font-style:normal;font-weight:600}.send-log-tree-row>span:last-child{justify-self:start}.send-log-tree-row b.status{display:inline-flex}.history-table{min-width:1060px}.history-table tbody tr{cursor:default}.history-table th:first-child,.history-table td:first-child{width:120px}.history-table th:nth-child(2),.history-table td:nth-child(2){width:130px}.history-table th:nth-child(3),.history-table td:nth-child(3){width:190px}.history-table th:nth-child(4),.history-table td:nth-child(4){width:220px}.history-table th:nth-child(5),.history-table td:nth-child(5){width:260px}.history-table th:nth-child(6),.history-table td:nth-child(6){width:90px}.history-table th:nth-child(7),.history-table td:nth-child(7){width:130px}.empty-state{color:var(--muted);text-align:center;padding:24px}.empty-state.compact{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:18px}.list-pagination{border-top:1px solid var(--line);min-height:44px;color:var(--muted);background:#fbfcfd;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:12px;font-weight:800;display:flex}.list-pagination>div{align-items:center;gap:6px;display:flex}.list-pagination button{background:var(--surface);color:#344054;border:1px solid #d6deea;border-radius:8px;min-height:28px;padding:0 10px;font-weight:800}.list-pagination button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.list-pagination button:disabled{cursor:not-allowed;opacity:.48}.easy-topline h1{font-size:23px}.easy-topline p{color:var(--sub);margin:5px 0 0;font-size:12px}.easy-metrics div small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.easy-dashboard{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:14px;padding:14px 18px 18px;display:grid}.easy-action-panel{grid-area:1/1}.easy-due-panel{grid-area:1/2}.easy-request-panel{grid-area:2/1}.easy-file-panel{grid-area:2/2}.easy-wide-panel{grid-column:2}.easy-task-list,.easy-request-list,.easy-file-list,.easy-due-list,.easy-priority-list,.easy-risk-list,.easy-owner-list,.easy-review-list,.easy-client-list,.easy-item-list{gap:10px;padding:12px;display:grid}.easy-task-row,.easy-request-row,.easy-file-row,.easy-due-row,.easy-priority-row,.easy-risk-row,.easy-owner-row,.easy-review-row,.easy-client-row{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:14px;display:flex}.easy-task-row:hover,.easy-request-row:hover,.easy-file-row:hover,.easy-due-row:hover,.easy-priority-row:hover,.easy-risk-row:hover,.easy-owner-row:hover,.easy-review-row:hover,.easy-client-row:hover{background:var(--surface-soft);border-color:var(--line-strong)}.easy-task-row.important{border-color:var(--accent-line);background:var(--blue-soft)}.easy-priority-row.red,.easy-risk-row.red{background:var(--red-soft);border-color:#ffd0cc}.easy-priority-row.orange,.easy-risk-row.orange{background:var(--orange-soft);border-color:#f3d49e}.easy-task-row>div,.easy-request-row>div,.easy-file-row>div,.easy-due-row>div,.easy-priority-row>div,.easy-risk-row>div,.easy-owner-row>div,.easy-review-row>div,.easy-client-row>div:first-child{flex:1;min-width:0}.easy-task-row strong,.easy-request-row strong,.easy-file-row strong,.easy-due-row strong,.easy-priority-row strong,.easy-risk-row strong,.easy-owner-row strong,.easy-review-row strong,.easy-client-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:15px;display:block;overflow:hidden}.easy-task-row span,.easy-request-row span,.easy-file-row span,.easy-due-row span,.easy-priority-row span,.easy-risk-row span,.easy-owner-row span,.easy-review-row span,.easy-client-row span,.easy-client-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--sub);margin-top:5px;font-size:12px;display:block;overflow:hidden}.easy-priority-row small,.easy-risk-row small,.easy-review-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);margin-top:5px;font-size:12px;display:block;overflow:hidden}.easy-task-row em,.easy-file-row em{color:var(--blue);flex:none;font-style:normal;font-weight:800}.easy-task-row b{border:1px solid var(--accent-line);background:var(--surface);min-width:38px;min-height:30px;color:var(--blue);border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 10px;font-size:14px;display:inline-flex}.easy-request-row b,.easy-owner-row b{color:var(--text);flex:none;font-size:18px}.easy-request-row .progress-line,.easy-owner-row .progress-line{margin-top:10px}.easy-priority-state{flex:none;justify-items:end;gap:6px;white-space:normal!important;margin-top:0!important;display:grid!important;overflow:visible!important}.easy-priority-state b{color:var(--text);white-space:nowrap;font-size:13px}.easy-risk-chip,.easy-due-chip{border:1px solid var(--line);background:var(--surface-soft);min-height:28px;color:var(--sub);white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-style:normal;font-weight:800;display:inline-flex}.easy-risk-chip.red,.easy-due-chip.red{color:var(--red);background:#fff;border-color:#ffd0cc}.easy-risk-chip.orange,.easy-due-chip.orange{color:var(--orange);background:#fff;border-color:#f3d49e}.easy-risk-chip.blue,.easy-due-chip.blue{border-color:var(--accent-line);color:var(--blue);background:#fff}.easy-risk-chip.green{color:var(--green);background:#fff;border-color:#c8ead5}.easy-risk-chip.neutral{border-color:var(--line);color:var(--sub);background:#fff}.main:has(.easy-dashboard){background:#f4f7fb}.easy-topline{background:#fff;border-bottom-color:#dbe4ee;min-height:88px;box-shadow:0 1px #0f172a05}.easy-topline h1{color:#0f172a;font-size:25px;line-height:1.22}.easy-topline p{color:#64748b;margin-top:7px;font-weight:650}.easy-topline .top-actions button{border-color:var(--blue);background:var(--blue);color:#fff;min-height:38px;font-weight:850;box-shadow:0 8px 18px #0f6f692e}.easy-topline .top-actions button:hover{border-color:var(--blue-dark);background:var(--blue-dark);box-shadow:0 10px 22px #0f6f6938}.easy-metrics{background:#f4f7fb;border-bottom-color:#dbe4ee;gap:10px;padding:16px 18px}.easy-metrics div{background:#fff;border-color:#dce5ef;align-content:space-between;min-height:96px;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 22px #0f172a0d}.easy-metrics div:before{content:"";background:var(--blue);width:4px;position:absolute;inset:0 auto 0 0}.easy-metrics div:nth-child(2):before{background:var(--red)}.easy-metrics div:nth-child(3):before{background:var(--orange)}.easy-metrics div:nth-child(4):before{background:var(--green)}.easy-metrics span{color:#475569;font-weight:850}.easy-metrics strong{color:#0f172a;margin-top:4px;font-size:28px;line-height:1}.easy-metrics div small{color:#7b8797;margin-top:7px;font-weight:650}.easy-dashboard{background:#f4f7fb;gap:16px;padding:16px 18px 20px}.easy-dashboard .panel{background:#fff;border-color:#dce5ef;box-shadow:0 10px 28px #0f172a0f}.easy-dashboard .panel-head{background:#fbfcfe;border-bottom-color:#e7edf4;align-items:center;min-height:74px}.easy-dashboard .panel-head h2{color:#0f172a;align-items:center;gap:8px;margin-bottom:5px;font-size:16px;display:flex}.easy-dashboard .panel-head h2:before{content:"";background:var(--blue);border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #0f6f691f}.easy-due-panel .panel-head h2:before{background:var(--orange);box-shadow:0 0 0 3px #b465131f}.easy-request-panel .panel-head h2:before{background:#475569;box-shadow:0 0 0 3px #4755691f}.easy-file-panel .panel-head h2:before{background:var(--green);box-shadow:0 0 0 3px #1f7a4d1f}.easy-dashboard .panel-head p{color:#758294;font-weight:600}.easy-dashboard .panel-head .ghost{background:#fff;border-color:#cfd8e3;min-height:30px;font-size:12px;font-weight:850}.easy-dashboard .easy-priority-list,.easy-dashboard .easy-risk-list,.easy-dashboard .easy-owner-list,.easy-dashboard .easy-review-list{gap:9px;padding:12px}.easy-dashboard .easy-priority-row,.easy-dashboard .easy-risk-row,.easy-dashboard .easy-owner-row,.easy-dashboard .easy-review-row{background:#fff;border-color:#e2e8f0;min-height:82px;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a08}.easy-dashboard .easy-priority-row:before,.easy-dashboard .easy-risk-row:before,.easy-dashboard .easy-owner-row:before,.easy-dashboard .easy-review-row:before{content:"";background:#cbd5e1;width:4px;position:absolute;inset:0 auto 0 0}.easy-dashboard .easy-priority-row.red,.easy-dashboard .easy-risk-row.red{background:snow;border-color:#f2c9c6}.easy-dashboard .easy-priority-row.orange,.easy-dashboard .easy-risk-row.orange{background:#fffdf7;border-color:#edd2a7}.easy-dashboard .easy-priority-row.blue,.easy-dashboard .easy-risk-row.blue{background:#fbfefe;border-color:#c8d9d6}.easy-dashboard .easy-priority-row.red:before,.easy-dashboard .easy-risk-row.red:before{background:var(--red)}.easy-dashboard .easy-priority-row.orange:before,.easy-dashboard .easy-risk-row.orange:before{background:var(--orange)}.easy-dashboard .easy-priority-row.blue:before,.easy-dashboard .easy-risk-row.blue:before{background:var(--blue)}.easy-dashboard .easy-owner-row:before{background:#64748b}.easy-dashboard .easy-review-row:before{background:var(--green)}.easy-dashboard .easy-priority-row:hover,.easy-dashboard .easy-risk-row:hover,.easy-dashboard .easy-owner-row:hover,.easy-dashboard .easy-review-row:hover{background:#fff;border-color:#bdc9d8;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a12}.easy-dashboard .easy-priority-row>div,.easy-dashboard .easy-risk-row>div,.easy-dashboard .easy-owner-row>div,.easy-dashboard .easy-review-row>div{padding-left:4px}.easy-dashboard .easy-priority-row strong,.easy-dashboard .easy-risk-row strong,.easy-dashboard .easy-owner-row strong,.easy-dashboard .easy-review-row strong{color:#172033;font-size:14px;font-weight:850}.easy-dashboard .easy-priority-row span,.easy-dashboard .easy-risk-row span,.easy-dashboard .easy-owner-row span,.easy-dashboard .easy-review-row span{color:#536174}.easy-dashboard .easy-priority-row small,.easy-dashboard .easy-risk-row small,.easy-dashboard .easy-review-row small{color:#7b8797}.easy-dashboard .easy-priority-state{min-width:92px}.easy-dashboard .easy-priority-state b,.easy-dashboard .easy-owner-row b{color:#0f172a;font-weight:900}.easy-dashboard .easy-owner-row b{text-align:right;min-width:42px}.easy-dashboard .progress-line{background:#e9eef5;height:8px}.easy-dashboard .progress-line span{background:#64748b}.easy-dashboard .easy-risk-chip{background:#fff;border-width:1px;min-height:28px;box-shadow:0 1px 2px #0f172a0a}.ops-topline h1{color:#101828;font-size:24px;line-height:1.2}.ops-topline p{color:#667085;margin:6px 0 0;font-size:12px;font-weight:650}.ops-topline .top-actions button{color:#344054;min-height:36px;box-shadow:none;background:#fff;border-color:#cfd8e3;font-weight:850}.ops-topline .top-actions button:last-child{color:#fff;background:#1f6f68;border-color:#1f6f68}.ops-topline .top-actions button:hover{background:#f8fafc;border-color:#aebacd}.ops-topline .top-actions button:last-child:hover{background:#175b55;border-color:#175b55}.ops-dashboard{background:#f5f7fa;flex-direction:column;flex:auto;gap:14px;min-height:0;padding:16px 18px 20px;display:flex;overflow:auto}.ops-dashboard>*{flex:none}.ops-command-panel{grid-template-columns:minmax(420px,1.15fr) minmax(340px,.85fr);gap:14px;min-width:0;display:grid}.ops-command-main,.ops-stat-board,.ops-section{background:#fff;border:1px solid #d8dee8;border-radius:8px;min-width:0;box-shadow:0 1px 2px #1018280a}.ops-command-main{align-content:start;gap:14px;padding:22px;display:grid}.ops-command-main h2{color:#101828;letter-spacing:0;margin:0;font-size:28px;line-height:1.24}.ops-command-main p{color:#5f6b7a;margin:-6px 0 0;font-size:14px;font-weight:650}.ops-command-meta{border:1px solid #e4e9f0;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.ops-command-meta div{background:#fbfcfe;border-right:1px solid #e4e9f0;min-width:0;padding:12px 14px}.ops-command-meta div:last-child{border-right:0}.ops-command-meta span,.ops-stat-board span{color:#7b8797;font-size:11px;font-weight:850;display:block}.ops-command-meta b{text-overflow:ellipsis;white-space:nowrap;color:#1d2939;margin-top:5px;font-size:15px;display:block;overflow:hidden}.ops-command-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ops-command-actions button,.ops-section-head button{color:#344054;background:#fff;border:1px solid #cfd8e3;border-radius:8px;min-height:34px;padding:0 13px;font-weight:850}.ops-command-actions button:hover,.ops-section-head button:hover{background:#f8fafc;border-color:#aebacd}.ops-command-actions .primary{color:#fff;background:#1f6f68;border-color:#1f6f68}.ops-command-actions .primary:hover{background:#175b55;border-color:#175b55}.ops-stat-board{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.ops-stat-board div{border-bottom:1px solid #e4e9f0;border-right:1px solid #e4e9f0;align-content:center;gap:6px;min-width:0;min-height:112px;padding:18px;display:grid}.ops-stat-board div:nth-child(2n){border-right:0}.ops-stat-board div:nth-last-child(-n+2){border-bottom:0}.ops-stat-board strong{color:#101828;font-size:30px;line-height:1}.ops-stat-board small{text-overflow:ellipsis;white-space:nowrap;color:#667085;font-size:12px;overflow:hidden}.ops-section{overflow:hidden}.ops-section-head{background:#fff;border-bottom:1px solid #e4e9f0;justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:14px 16px;display:flex}.ops-section-head span{color:#8a96a6;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:900;display:block}.ops-section-head h2{color:#101828;margin:0;font-size:16px}.ops-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:14px;display:grid}.ops-table{min-width:0;display:grid}.ops-table-head,.ops-table-row{grid-template-columns:minmax(220px,1.1fr) minmax(220px,1.25fr) minmax(90px,.45fr) minmax(94px,.42fr);align-items:center;gap:12px;display:grid}.ops-table-head{color:#7b8797;background:#f8fafc;border-bottom:1px solid #e8edf4;min-height:38px;padding:0 16px;font-size:11px;font-weight:900}.ops-table-row{color:#344054;text-align:left;width:100%;min-height:72px;box-shadow:none;background:#fff;border:0;border-bottom:1px solid #edf1f6;border-radius:0;padding:12px 16px}.ops-table-row:last-child{border-bottom:0}.ops-table-row:hover{background:#fbfcfe}.ops-table-row strong,.ops-request-row strong,.ops-team-row strong,.ops-review-row strong{text-overflow:ellipsis;white-space:nowrap;color:#1d2939;min-width:0;font-size:14px;font-weight:850;display:block;overflow:hidden}.ops-table-row small,.ops-request-row span,.ops-team-row small,.ops-review-row small{text-overflow:ellipsis;white-space:nowrap;color:#667085;min-width:0;margin-top:4px;font-size:12px;font-weight:600;display:block;overflow:hidden}.ops-table-row>span,.ops-table-row b,.ops-review-row>span{min-width:0}.ops-table-row b{color:#101828;text-align:right;font-size:15px}.ops-label{color:#475467;white-space:nowrap;background:#f8fafc;border:1px solid #d8dee8;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:26px;padding:0 9px;font-size:12px;font-style:normal;font-weight:900;display:inline-flex}.ops-label.red{color:#b42318;background:#fff7f7;border-color:#efc9c6}.ops-label.orange{color:#9a5a08;background:#fffaf0;border-color:#ead2aa}.ops-label.blue{color:#1f6f68;background:#f4faf9;border-color:#b9d3cf}.ops-label.green{color:#1f7a4d;background:#f3fbf6;border-color:#bee5cf}.ops-label.neutral{color:#475467;background:#f8fafc;border-color:#d8dee8}.ops-request-list,.ops-team-list,.ops-review-list{display:grid}.ops-request-row{text-align:left;width:100%;min-height:88px;box-shadow:none;background:#fff;border:0;border-bottom:1px solid #edf1f6;border-radius:0;grid-template-columns:minmax(0,1fr) minmax(230px,.9fr) 120px 58px;align-items:center;gap:14px;padding:14px 16px;display:grid}.ops-request-row:last-child,.ops-team-row:last-child,.ops-review-row:last-child{border-bottom:0}.ops-request-row:hover,.ops-team-row:hover,.ops-review-row:hover{background:#fbfcfe}.ops-request-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;min-width:0;display:grid}.ops-request-metrics span{color:#8a96a6;gap:2px;min-width:0;font-size:11px;font-weight:800;display:grid}.ops-request-metrics b{color:#1d2939;font-size:15px}.ops-progress{background:#edf1f6;border-radius:999px;width:100%;height:8px;overflow:hidden}.ops-progress span{border-radius:inherit;background:#1f6f68;height:100%;display:block}.ops-progress.muted span{background:#667085}.ops-team-row{text-align:left;width:100%;min-height:74px;box-shadow:none;background:#fff;border:0;border-bottom:1px solid #edf1f6;border-radius:0;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px;display:grid}.ops-avatar{color:#344054;background:#f8fafc;border:1px solid #d8dee8;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:inline-flex}.ops-team-row b{color:#101828;text-align:right;min-width:34px;font-size:19px}.ops-review-row{color:#344054;text-align:left;width:100%;min-height:58px;box-shadow:none;background:#fff;border:0;border-bottom:1px solid #edf1f6;border-radius:0;grid-template-columns:minmax(180px,1fr) minmax(150px,.8fr) minmax(170px,1fr) 86px auto;align-items:center;gap:12px;padding:10px 16px;display:grid}.ops-review-row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ops-empty{color:#8a96a6;text-align:center;padding:22px 16px;font-weight:750}.easy-request-workarea{grid-template-columns:minmax(420px,.95fr) minmax(460px,1.05fr);gap:14px;min-height:calc(100vh - 151px);padding:14px 18px 18px;display:grid}.easy-client-panel{flex-direction:column;min-height:560px;display:flex}.easy-client-list{flex:1;min-height:0;overflow:auto}.easy-client-row.selected{background:var(--blue-soft);border-color:var(--accent-line);box-shadow:inset 3px 0 0 var(--blue)}.easy-client-state{flex:none;justify-items:end;gap:8px;display:grid}.easy-client-state b{color:var(--text);font-size:15px}.easy-detail-panel{align-content:start;gap:12px;display:grid}.easy-next-action{border:1px solid var(--accent-line);background:var(--blue-soft);border-radius:8px;gap:12px;padding:14px;display:grid}.easy-next-action span{color:var(--blue);margin-bottom:4px;font-size:12px;font-weight:800;display:block}.easy-next-action strong{color:var(--text);font-size:16px;display:block}.easy-meta-grid{min-height:108px;margin-top:0}.easy-detail-panel .tabs{min-height:40px}.easy-item-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:10px;padding:12px;display:grid}.easy-item-row strong{color:#344054;margin:7px 0 3px;font-size:14px;display:block}.easy-item-row p{margin-bottom:0;font-size:12px}.panel,.list-panel,.detail-panel,.metrics div,.setting-card,.request-create-section,.request-create-summary .summary-card,.request-focus-main,.submit-card,.login-panel,.client-tree,.request-client-tree,.table-scroll,.settings-simple-summary,.settings-team-summary,.team-member-list,.meta-grid,.summary-grid,.submit-status-board,.settings-status-board{border-color:var(--line)}.setting-card,.request-create-section,.request-create-summary .summary-card,.login-panel,.submit-card,.client-summary-card,.easy-task-row,.easy-request-row,.easy-file-row,.easy-due-row,.easy-priority-row,.easy-risk-row,.easy-owner-row,.easy-review-row,.easy-client-row,.easy-item-row{box-shadow:0 1px 2px #10182806}.batch-row:hover,.compact-row:hover,.client-tree-row:hover,.easy-task-row:hover,.easy-request-row:hover,.easy-file-row:hover,.easy-due-row:hover,.easy-priority-row:hover,.easy-risk-row:hover,.easy-owner-row:hover,.easy-review-row:hover,.easy-client-row:hover,.request-item-list-row:hover,.template-choice:hover,.request-client-option:hover,.delivery-mode-option:hover,.delivery-channel-option:hover{border-color:var(--line-strong);background:#fbfcfd}button.primary,.top-actions .primary,.submit-card .primary{box-shadow:0 8px 18px #0f6f6929}button.primary:hover,.top-actions .primary:hover,.submit-card .primary:hover{box-shadow:0 10px 22px #0f6f6933}@media (width>=1101px){html,body,#root{height:100%}body:has(.workspace){overflow:hidden}.workspace{height:100vh;min-height:0;overflow:hidden}.sidebar{height:100vh;padding:14px;overflow:hidden}.workspace-title{padding:6px 8px 13px}.new-button{height:34px;margin:12px 0}.menu{gap:2px;margin-bottom:16px}.menu button{padding:8px 10px}.side-section{padding-top:12px}.batch{min-height:36px;padding:7px 10px}.main{flex-direction:column;height:100vh;display:flex;overflow:hidden}.topline{flex:none;min-height:62px;padding:10px 18px}.crumb{margin-bottom:4px;font-size:11px}h1{font-size:20px}h2{font-size:15px}.top-actions button,.button-row button,.item-actions button,.submit-card button,.ghost,.upload-button{min-height:32px;padding:0 12px}button.full{min-height:38px}.metrics{flex:none;gap:10px;padding:10px 18px}.metrics div{padding:10px 14px}.metrics strong{margin-top:3px;font-size:21px}.data-room-storage-alert{margin-left:18px;margin-right:18px}.dashboard-grid,.workarea,.request-fullscreen-workarea,.client-workarea,.template-workarea,.easy-dashboard,.easy-request-workarea,.request-create-page,.admin-page{flex:auto;min-height:0;padding:10px 18px;overflow:hidden}.dashboard-grid{grid-template-rows:minmax(0,.9fr) minmax(0,1.1fr);gap:10px}.easy-dashboard{grid-template-rows:minmax(0,.78fr) minmax(0,1fr);gap:10px}.workarea{grid-template-columns:minmax(560px,1fr) minmax(420px,440px);gap:10px}.request-fullscreen-workarea{gap:10px}.easy-request-workarea{grid-template-columns:minmax(390px,.86fr) minmax(460px,1.14fr);gap:10px}.client-workarea{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(640px,1fr) 400px;gap:10px}.template-workarea{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(620px,1fr) 400px;gap:10px}.panel,.list-panel,.detail-panel,.request-fullscreen-panel{min-height:0}.panel{flex-direction:column;display:flex}.panel-head{flex:none;padding:12px 14px}.batch-row,.compact-row{padding:11px 14px}.batch-list,.compact-list{min-height:0;overflow:auto}.panel>.timeline{border:0;border-radius:0;flex:auto;min-height:0;overflow:auto}.panel.wide{overflow:auto}.list-panel{flex-direction:column;display:flex}.toolbar{flex:none;padding:10px 12px}.table-scroll{flex:auto;min-height:0;overflow:auto}th{height:34px;padding:0 10px}td{padding:10px}td small{margin-top:3px}.progress-line{height:6px}.status{min-height:22px;padding:2px 8px}.detail-panel{padding:12px;overflow:auto}.detail-head{padding:12px}.detail-head h2{font-size:17px}.meta-grid{margin:10px 0 12px}.meta-grid div{padding:9px 10px}.tabs{margin-bottom:10px}.tabs button{padding:7px 6px}.items{gap:7px}.item-row{gap:8px;padding:9px}.timeline p{padding:9px 0}.client-list-panel,.template-list-panel{min-height:0}.client-detail-panel,.template-detail-panel,.easy-detail-panel{gap:10px;min-height:0;padding:12px;overflow:auto}.client-summary-card{gap:10px}.memo-box{padding:10px}.client-form{gap:8px;padding-top:12px}.client-form label{gap:5px}.client-form textarea{resize:none;height:66px}.form-grid{gap:8px}.bulk-textarea{resize:none}.import-modal{min-height:min(700px,100vh - 48px)}.import-modal-textarea{min-height:280px}.template-modal{max-height:min(720px,100vh - 48px)}.template-form-item textarea{resize:none;height:62px}.request-create-main,.request-create-summary,.settings-grid,.settings-simple-page{min-height:0;overflow:auto}.easy-client-panel{min-height:0}.easy-task-list,.easy-request-list,.easy-file-list,.easy-due-list,.easy-priority-list,.easy-risk-list,.easy-owner-list,.easy-review-list,.easy-client-list,.easy-item-list{gap:8px;min-height:0;padding:10px;overflow:auto}.easy-task-row,.easy-request-row,.easy-file-row,.easy-due-row,.easy-priority-row,.easy-risk-row,.easy-owner-row,.easy-review-row,.easy-client-row{padding:12px}}@media (width<=1100px){.marketing-nav{grid-template-columns:auto auto;padding:0 18px}.marketing-nav-links{display:none}.marketing-hero{grid-template-columns:1fr;gap:26px;min-height:auto;padding:48px 18px 42px}.marketing-hero h1,.marketing-hero p{max-width:720px}.marketing-hero-scene{padding:0 0 44px}.hero-product-shell{width:min(100%,820px);min-height:500px}.home-proof-strip{justify-content:flex-start;padding-left:18px;padding-right:18px}.home-archive-band{grid-template-columns:1fr;gap:28px;padding:64px 18px 36px}.home-live-band{grid-template-columns:1fr;gap:18px;padding:34px 18px 0}.home-client-band{grid-template-columns:1fr;gap:28px;padding:78px 18px 0}.home-client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-benefit-band{grid-template-columns:1fr;gap:24px;padding:68px 18px 0}.home-benefit-head{position:static}.home-section{padding:68px 18px}.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-product-band{grid-template-columns:1fr;gap:24px;padding:64px 18px}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-flow-inner{grid-template-columns:1fr;gap:24px;padding:66px 18px}.home-flow-copy{position:static}.home-flow-list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-pricing-band{grid-template-columns:1fr;gap:24px;padding:66px 18px 0}.home-cta-band{flex-direction:column;align-items:flex-start;padding-left:18px;padding-right:18px}.workspace{grid-template-columns:1fr}.sidebar{display:none}.topline{flex-direction:column;align-items:flex-start}.metrics,.data-room-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.data-room-storage-alert{grid-template-columns:1fr;margin-left:18px;margin-right:18px}.dashboard-grid{grid-template-columns:1fr}.panel.wide{grid-column:auto}.workarea,.request-fullscreen-workarea,.easy-dashboard,.easy-request-workarea,.settings-grid{grid-template-columns:1fr;min-height:auto}.settings-status-board,.settings-profile-layout{grid-template-columns:1fr}.settings-status-side{border-left:0;border-top:1px solid var(--line)}.settings-side{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.settings-team-layout{grid-template-columns:1fr}.team-member-list-head,.team-member-list>div:not(.team-member-list-head){grid-template-columns:74px minmax(0,1fr) 82px minmax(110px,auto)}.request-create-page,.request-focus-layout{grid-template-columns:1fr}.request-focus-main{height:min(720px,100vh - 180px);min-height:540px}.request-step-items .request-focus-main{height:auto;min-height:0}.request-focus-pane .template-choice-list,.request-focus-pane .request-group-list{grid-template-columns:repeat(2,minmax(0,1fr))}.request-brief-panel .summary-card{height:auto}.template-choice-list{grid-template-columns:1fr}.request-create-summary .summary-card{position:static}.request-material-panel .request-item-editor{max-height:min(620px,70vh)}.request-audience-panel .page-client-list{max-height:min(420px,60vh)}.easy-action-panel,.easy-due-panel,.easy-request-panel,.easy-file-panel,.easy-wide-panel{grid-area:auto}.ops-command-panel,.ops-grid{grid-template-columns:1fr}.ops-command-main h2{font-size:24px}.ops-request-row{grid-template-columns:minmax(0,1fr) minmax(220px,.85fr) 100px 58px}.ops-review-row{grid-template-columns:minmax(170px,1fr) minmax(140px,.8fr) minmax(150px,1fr) 86px auto}.detail-panel{order:-1}.client-workarea{grid-template-columns:1fr}.client-detail-panel{order:-1}.template-workarea{grid-template-columns:1fr}.template-detail-panel{order:-1}.template-builder-body{display:block;overflow:auto}.template-builder-side{border-right:0;border-bottom:1px solid var(--line);overflow:visible}.template-items-panel{display:block;overflow:visible}.template-items-panel .template-item-editor-head{margin-bottom:12px}.template-item-editor{min-height:auto;overflow:visible}}@media (width<=640px){body{font-size:12px}.marketing-nav{gap:12px;min-height:60px;padding:0 12px}.marketing-brand img{width:132px}.marketing-nav-actions{gap:6px}.marketing-nav-actions button{min-height:34px;padding:0 10px}.marketing-hero{gap:18px;padding:34px 12px 14px}.marketing-hero h1{margin-bottom:14px;font-size:42px;line-height:1.08}.marketing-hero p{margin-bottom:20px;font-size:15px;line-height:1.65}.marketing-actions{justify-content:flex-start;align-items:stretch}.marketing-actions button{flex:auto;min-width:136px}.marketing-actions button.large{min-height:44px;padding:0 13px}.marketing-signal-list{grid-template-columns:1fr;gap:7px;margin-top:18px}.marketing-signal-list div{justify-content:space-between;gap:10px;padding-top:8px;display:flex}.marketing-signal-list dt{margin-bottom:0}.marketing-hero-scene{padding:0 0 12px}.marketing-hero-scene:before{height:40px;bottom:4px;left:8%;right:8%}.hero-product-shell{grid-template-columns:1fr;min-height:0;max-height:320px;overflow:hidden}.hero-product-sidebar{display:none}.hero-product-main{border-radius:8px;gap:11px;padding:14px}.hero-product-top{flex-direction:column;align-items:flex-start;gap:6px;padding-bottom:12px}.hero-product-top strong{font-size:18px}.hero-product-board{grid-template-columns:1fr}.hero-panel-side{display:none}.hero-request-row{grid-template-columns:1fr;align-items:start;gap:7px;min-height:66px}.hero-request-row em{justify-self:start}.hero-submit-card{display:none}.home-proof-strip{padding:8px 12px}.home-archive-band{padding:52px 12px 34px}.home-archive-copy h2{font-size:26px}.home-archive-note{flex-direction:column;align-items:flex-start;gap:5px}.home-folder-toolbar{min-height:50px;padding:0 14px}.home-folder-tree{padding:10px 14px 12px}.home-folder-tree .depth-1{padding-left:18px}.home-folder-tree .depth-2{padding-left:30px}.home-folder-note{flex-direction:column;align-items:flex-start;padding:12px 14px}.home-folder-note strong{text-align:left}.home-live-band{padding:26px 12px 0}.home-live-head h2{font-size:20px}.home-live-list{grid-template-columns:1fr}.home-live-list article{border-bottom:1px solid #edf2f0;border-right:0;padding:12px}.home-live-list article:last-child{border-bottom:0}.home-client-band{padding:66px 12px 0}.home-client-copy h2{font-size:26px}.home-client-grid{grid-template-columns:1fr}.home-client-grid article{min-height:0;padding:18px}.home-benefit-band{padding:52px 12px 0}.home-benefit-head h2{font-size:26px}.home-benefit-grid{grid-template-columns:1fr}.home-benefit-grid article{min-height:0;padding:18px}.home-section{padding:52px 12px}.home-section h2,.home-product-band h2,.home-flow-band h2,.home-cta-band h2{font-size:26px}.home-feature-grid,.home-flow-list{grid-template-columns:1fr}.home-feature-card{min-height:0;padding:18px}.home-product-band{padding:52px 12px}.home-product-grid{grid-template-columns:1fr}.home-product-grid div{min-height:118px}.home-flow-inner{padding:52px 12px}.home-flow-list li{min-height:128px}.home-pricing-band{padding:52px 12px 0}.home-pricing-copy h2{font-size:26px}.home-pricing-card{padding:18px}.pricing-main strong{font-size:30px}.pricing-includes{grid-template-columns:1fr}.home-cta-band{padding:52px 12px 62px}.home-cta-band .marketing-actions{width:100%}.topline,.metrics,.dashboard-grid,.workarea,.template-workarea,.easy-dashboard,.easy-request-workarea,.request-create-page,.admin-page{padding-left:12px;padding-right:12px}.request-payment-banner,.request-download-feedback{flex-direction:column;align-items:stretch;margin-left:12px;margin-right:12px}.request-payment-banner button,.request-download-feedback button{width:100%}.settings-status-main{padding:16px}.settings-status-main h2{font-size:19px}.settings-status-side{padding:14px}.settings-side{grid-template-columns:1fr}.settings-simple-card{padding:14px}.settings-simple-row{flex-direction:column;align-items:stretch}.settings-simple-summary,.settings-team-summary{grid-template-columns:1fr}.settings-simple-summary div,.settings-team-summary div{border-right:0;border-bottom:1px solid var(--line)}.settings-simple-summary div:last-child,.settings-team-summary div:last-child{border-bottom:0}.settings-subscription-panel{grid-template-columns:1fr}.settings-subscription-actions{align-self:stretch}.settings-subscription-actions button{width:100%}.settings-billing-terms,.settings-cancel-summary{grid-template-columns:1fr}.settings-cancel-summary div{border-right:0;border-bottom:1px solid var(--line)}.settings-cancel-summary div:last-child{border-bottom:0}.settings-email-edit-field{grid-template-columns:1fr}.settings-email-edit-field>button{width:100%}.settings-email-verification,.settings-verification-code-row{grid-template-columns:1fr}.settings-email-verification>button,.settings-verification-code-row button{width:100%}.settings-test-row{grid-template-columns:1fr}.settings-test-row>button{width:100%}.settings-channel-card{grid-template-columns:1fr}.settings-channel-options{width:100%}.settings-overview{grid-template-columns:1fr}.settings-overview div{border-right:0;border-bottom:1px solid var(--line)}.settings-overview div:last-child{border-bottom:0}.settings-stat-grid{grid-template-columns:1fr 1fr}.settings-log-list div{grid-template-columns:1fr}.settings-log-list span{grid-row:auto}.settings-invite-body,.settings-form-grid.invite-grid{grid-template-columns:1fr}.settings-seat-stats{grid-template-columns:1fr 1fr}.team-member-list-head{display:none}.team-member-list>div:not(.team-member-list-head){grid-template-columns:1fr}.team-member-state,.team-member-list small{grid-area:auto;justify-self:start}.team-member-list b{text-align:left}.ops-dashboard{gap:12px;padding-left:12px;padding-right:12px}.ops-topline .top-actions{justify-content:flex-start;width:100%}.ops-command-main{padding:18px}.ops-command-main h2{font-size:22px}.ops-command-meta{grid-template-columns:1fr}.ops-command-meta div{border-bottom:1px solid #e4e9f0;border-right:0}.ops-command-meta div:last-child{border-bottom:0}.ops-stat-board div{min-height:96px;padding:14px}.ops-stat-board strong{font-size:25px}.ops-section-head{flex-direction:column;align-items:flex-start;min-height:0}.ops-section-head button{width:100%}.ops-table-head{display:none}.ops-table-row{grid-template-columns:1fr;align-items:start;gap:8px}.ops-table-row b{text-align:left}.ops-request-row{grid-template-columns:1fr;align-items:start;gap:10px}.ops-request-metrics{width:100%}.ops-request-row .ops-label{justify-self:start}.ops-team-row{grid-template-columns:34px minmax(0,1fr);align-items:start}.ops-team-row b{text-align:left;grid-column:2;min-width:0}.ops-review-row{grid-template-columns:1fr;align-items:start;gap:7px}.ops-review-row .ops-label{justify-self:start}.metrics{grid-template-columns:1fr 1fr;gap:8px}.metrics div{padding:12px}.metrics strong{font-size:20px}.toolbar{flex-direction:column;justify-content:flex-start;align-items:stretch}.toolbar>*,.search-wrap,.date-filter-controls{flex:none}.date-filter-controls{grid-template-columns:1fr;width:100%;min-width:0}.date-filter-controls span{display:none}.date-filter-controls .date-filter-label{display:block}.view-toggle{width:100%}.view-toggle button{flex:1 1 0}select{width:100%}.meta-grid,.submit-meta{grid-template-columns:1fr}.meta-grid div,.submit-meta div{border-right:0}.meta-grid div:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.meta-grid div:last-child,.submit-meta div:last-child{border-bottom:0}.item-main{grid-template-columns:1fr}.item-file-list{max-width:100%;margin-left:0;padding-left:0}.item-file-row{grid-template-columns:1fr;align-items:stretch}.request-item-download-bar{flex-direction:column;align-items:stretch}.item-file-row .data-room-download-btn,.request-item-download-bar .data-room-download-btn{width:100%}.rejection-notice-card{grid-template-columns:1fr}.rejection-notice-card button{width:100%}.submit-head{flex-direction:column;align-items:stretch;gap:10px}.submit-status-board{grid-template-columns:1fr}.submit-status-main{border-right:0;border-bottom:1px solid var(--line)}.submit-item{grid-template-columns:1fr}.submit-item-state{width:fit-content}.submit-item-row{flex-direction:column;align-items:stretch;gap:7px}.submit-file-row{grid-template-columns:1fr;align-items:start}.submit-file-row small{white-space:normal}.file-button{width:100%}.login-screen,.submit-screen{place-items:start center;padding:12px}.login-panel{padding:22px}.login-brand{flex-direction:column;align-items:flex-start}.login-panel h1{font-size:22px}.signup-form-grid,.signup-email-row{grid-template-columns:1fr}.auth-switch{flex-direction:column;align-items:stretch;gap:4px}.client-workarea{padding-left:12px;padding-right:12px}.client-summary-head{flex-direction:column;align-items:stretch}.client-summary-actions{justify-content:flex-start}.client-summary-actions button{flex:auto}.client-tree-row{grid-template-columns:14px minmax(0,1fr);gap:6px 10px}.client-tree-row>span:not(.tree-branch){grid-column:2}.send-log-tree-row{grid-template-columns:14px minmax(120px,1fr) minmax(170px,1.2fr) minmax(122px,.82fr) minmax(176px,1fr) minmax(82px,.5fr) minmax(86px,.55fr);gap:8px 10px}.send-log-tree-row>span:not(.tree-branch){grid-column:auto}.request-status-tree-head{grid-template-columns:1fr}.request-status-head-button{grid-template-columns:24px minmax(0,1fr);gap:4px 10px;min-height:auto;padding:10px 12px}.request-status-title,.request-status-counts,.request-status-delivery{text-align:left;grid-column:2}.request-client-tree-head{grid-template-columns:1fr}.request-client-tree-head>label{border-left:0;border-top:1px solid var(--line);padding:8px 12px}.tree-branch{height:5px;min-height:0}.form-grid{grid-template-columns:1fr}.panel-head{flex-direction:column}.modal-backdrop{place-items:stretch stretch;padding:12px}.client-create-modal{max-height:calc(100vh - 24px);padding:14px}.client-group-modal-body{grid-template-columns:1fr}.existing-group-list{max-height:220px}.modal-actions{justify-content:stretch}.modal-actions button{flex:auto}.import-modal{min-height:0;max-height:calc(100vh - 24px);padding:14px;overflow:auto}.modal-head{flex-direction:column}.import-steps,.import-body,.import-top-grid,.import-summary,.group-check-list,.request-group-list,.delivery-mode-list,.delivery-channel-list,.delivery-schedule-grid{grid-template-columns:1fr}.request-focus-main{height:calc(100vh - 170px);min-height:520px}.request-step-items .request-focus-main{height:auto;min-height:0}.request-flow-tabs{gap:6px;padding:8px}.request-flow-tabs button{min-height:36px}.request-focus-pane{padding:14px}.request-focus-pane .template-choice-list,.request-focus-pane .request-group-list,.request-focus-pane .dispatch-fields,.request-template-picker,.request-item-workspace,.request-item-detail-grid,.request-item-card-fields{grid-template-columns:1fr}.request-item-list{max-height:230px}.focus-pane-actions{flex-direction:column;align-items:stretch}.focus-pane-actions button{width:100%}.import-upload-card{flex-direction:column;align-items:stretch}.import-upload-actions{justify-content:stretch}.import-upload-actions button,.import-upload-actions .upload-button{flex:auto}.import-footer{justify-content:stretch}.import-footer button,.import-footer .upload-button{flex:auto}.import-modal-textarea{min-height:240px}.template-modal{width:100%;max-height:calc(100vh - 24px);padding:0}.template-modal>.modal-head{flex-direction:row;align-items:flex-start;padding:14px}.template-modal>.button-row{padding:14px}.template-detail-hero-actions{grid-template-columns:1fr}.template-builder-side,.template-items-panel{padding:12px}.template-builder-summary{grid-template-columns:1fr}.template-builder-summary div{border-right:0;border-bottom:1px solid var(--line)}.template-builder-summary div:last-child{border-bottom:0}.template-form-grid,.template-form-grid.item-fields{grid-template-columns:1fr}.template-item-editor-head{flex-direction:column}.template-item-counts{justify-content:flex-start;width:100%;margin-left:0}.template-item-editor-head button{width:100%}.request-client-list,.request-create-form-grid,.request-item-form-grid,.settings-form-grid{grid-template-columns:1fr}.request-source-toggle{width:100%}.request-source-toggle button{flex:1 1 0}.request-item-editor-head,.request-item-form-top{flex-direction:column;align-items:flex-start}.request-item-head-actions{justify-content:space-between;width:100%}.request-item-form-top button{width:100%;margin-left:0}.request-item-row-grid,.request-item-card-head{grid-template-columns:30px minmax(0,1fr);align-items:start}.request-item-number{margin-top:22px}.request-item-inline-row .request-item-number{margin-top:0}.request-item-card-actions{flex-wrap:wrap;grid-column:2;justify-content:flex-start}.request-item-title-field,.request-item-category-field,.request-required-inline,.request-item-delete,.request-item-description{grid-column:2}.request-item-card-fields .request-item-title-field,.request-item-card-fields .request-item-category-field,.request-item-inline-row .request-item-description{grid-column:auto}.request-required-inline{justify-content:flex-start;width:fit-content;min-width:72px}.request-item-delete{width:100%}.request-item-card-actions .request-item-delete{width:auto}.request-item-list-row .request-item-number{margin-top:0}.request-item-detail-head{flex-direction:column}.request-item-detail-head .request-required-inline{grid-column:auto;width:fit-content}.request-confirm-grid{grid-template-columns:1fr}.request-confirm-grid div:first-child{grid-column:auto}.section-head{flex-direction:column}.settings-invite-modal{align-self:start}.settings-invite-modal .modal-head{flex-direction:row;align-items:flex-start}.settings-invite-modal .modal-head button{flex:none}.easy-task-row,.easy-request-row,.easy-file-row,.easy-due-row,.easy-priority-row,.easy-risk-row,.easy-owner-row,.easy-review-row,.easy-client-row{flex-direction:column;align-items:flex-start}.easy-task-row b,.easy-request-row b,.easy-owner-row b,.easy-due-chip,.easy-risk-chip,.easy-file-row em,.easy-priority-state{align-self:flex-start;justify-items:start}.easy-client-state{justify-items:start}.easy-next-action .button-row{justify-content:stretch}.easy-next-action .button-row button{flex:auto}}@media (prefers-reduced-motion:reduce){.marketing-hero-content,.hero-product-shell,.hero-submit-card,.hero-request-row,.hero-panel-main:after,.live-dot,.hero-product-progress span,.home-live-list article,.home-product-grid span{animation:none}.home-live-list article,.home-client-grid article,.home-benefit-grid article,.home-feature-card,.home-product-grid div,.home-flow-list li{transition:none}}:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--surface-strong:#f1f4f9;--line:#e5e8ef;--line-strong:#cfd7e6;--text:#191f28;--sub:#4e5968;--muted:#8b95a1;--head:#f6f8fb;--blue:#3182f6;--blue-dark:#1b64da;--blue-soft:#eef6ff;--accent-line:#b9d7ff;--red:#d92d20;--red-soft:#fff4f2;--orange:#b76e00;--orange-soft:#fff7e6;--green:#14804a;--green-soft:#ecfdf3;--ink:#0b1220;--shadow:0 10px 30px #191f2812;--soft-shadow:0 1px 2px #191f280a, 0 10px 24px #191f280e}html,body{background:var(--bg)}body{color:var(--text);font-size:13px;font-weight:500}button{font-weight:750}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:1px;outline:3px solid #3182f62e}input,select,textarea{border-color:var(--line-strong);color:var(--text);background:#fff}input:hover,select:hover,textarea:hover{border-color:#aeb9cc}input:focus,select:focus,textarea:focus{border-color:var(--blue);outline:3px solid #3182f629}.workspace{background:var(--bg);grid-template-columns:264px minmax(0,1fr)}.sidebar{background:#fffffff5;border-right:1px solid #e7ebf3;gap:14px;padding:18px 14px;box-shadow:1px 0 #191f2805}.workspace-title{border-bottom:0;gap:8px;padding:6px 8px 16px;display:grid}.workspace-brand-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.workspace-logo{width:126px}.workspace-plan{border:1px solid var(--accent-line);background:var(--blue-soft);min-height:24px;color:var(--blue);white-space:nowrap;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:850;display:inline-flex}.workspace-title strong{color:var(--text);font-size:15px;font-weight:850}.workspace-title span:not(.workspace-plan){color:var(--muted);margin-top:0;font-size:12px;font-weight:650}.new-button{background:var(--blue);color:#fff;text-align:left;border:0;border-radius:8px;gap:3px;height:auto;min-height:62px;margin:0;padding:12px 14px;display:grid;box-shadow:0 10px 22px #3182f63d}.new-button:hover{background:var(--blue-dark);border-color:#0000;box-shadow:0 12px 26px #3182f647}.new-button span{font-size:14px;font-weight:850}.new-button small{color:#ffffffc7;font-size:11px;font-weight:650}.menu{gap:3px;margin-bottom:0}.menu-label{color:var(--muted);margin:4px 8px 7px;font-size:11px;font-weight:850}.menu button{color:#4e5968;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:40px;padding:0 12px;font-weight:760;display:grid}.menu button:hover{color:var(--text);background:#f3f6fb}.menu button.selected{background:var(--blue-soft);color:var(--blue-dark);font-weight:850}.menu-dot{background:#c9d1de;border-radius:50%;width:6px;height:6px}.menu button.selected .menu-dot{background:var(--blue);box-shadow:0 0 0 4px #3182f624}.sidebar-plan-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;margin-top:auto;padding:13px;display:grid;box-shadow:0 1px 2px #191f280a}.sidebar-plan-head,.sidebar-storage-row{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.sidebar-plan-head span,.sidebar-storage-row span{color:var(--muted);font-size:11px;font-weight:850}.sidebar-plan-status{border:1px solid var(--line);background:var(--surface-soft);min-height:22px;color:var(--sub);white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:0 7px;font-size:11px;font-weight:900;display:inline-flex}.sidebar-plan-status.active{background:var(--green-soft);color:var(--green);border-color:#bfe5cf}.sidebar-plan-status.warning{background:var(--orange-soft);color:var(--orange);border-color:#f3d49e}.sidebar-plan-status.danger{background:var(--red-soft);color:var(--red);border-color:#f3c2c2}.sidebar-plan-card>strong{color:var(--text);font-size:16px;font-weight:950;line-height:1.2}.sidebar-plan-card>small{color:var(--sub);font-size:11px;font-weight:700}.sidebar-storage-row b{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:11px;font-weight:900;overflow:hidden}.sidebar-storage-bar{background:#edf1f6;border-radius:999px;height:7px;overflow:hidden}.sidebar-storage-bar span{border-radius:inherit;background:var(--blue);height:100%;display:block}.sidebar-storage-bar.warning span,.sidebar-storage-bar.admin_alert span{background:var(--orange)}.sidebar-storage-bar.blocked span{background:var(--red)}.sidebar-plan-card button{border:1px solid var(--line-strong);background:var(--surface-soft);color:#334155;border-radius:8px;width:100%;min-height:32px;font-size:12px;font-weight:850}.sidebar-plan-card button:hover{background:#f3f6fb;border-color:#aeb9cc}.sidebar-footer{margin-top:0;padding:12px 0 0}.logout-button{border-color:var(--line);text-align:center;background:#fff;min-height:38px;font-weight:760}.main{background:var(--bg)}.topline{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #e2e7f0;min-height:76px;padding:15px 22px}.crumb{color:var(--muted);font-weight:700}h1{color:var(--text);font-size:22px;font-weight:900;line-height:1.22}h2,h3{color:var(--text);font-weight:850}p{color:var(--sub)}.top-actions button,.button-row button,.item-actions button,.submit-card button,.ghost,.upload-button,.modal-actions button,.modal-head button,.import-footer button,.client-summary-actions button,.client-request-actions button,.data-room-download-btn{border-color:var(--line-strong);color:#334155;background:#fff;font-weight:800;box-shadow:0 1px 2px #191f280a}.top-actions button:hover,.button-row button:hover,.item-actions button:hover,.submit-card button:hover,.ghost:hover,.upload-button:hover,.modal-actions button:hover,.modal-head button:hover,.import-footer button:hover,.client-summary-actions button:hover,.client-request-actions button:hover,.data-room-download-btn:hover{background:#f8fafc;border-color:#aeb9cc}button.primary,.top-actions .primary,.submit-card .primary,.client-summary-actions button.primary,.ops-command-actions .primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 9px 18px #3182f638}button.primary:hover,.top-actions .primary:hover,.submit-card .primary:hover,.client-summary-actions button.primary:hover,.ops-command-actions .primary:hover{border-color:var(--blue-dark);background:var(--blue-dark);box-shadow:0 11px 22px #3182f642}.metrics{background:var(--bg);border-bottom-color:#e2e7f0;gap:10px;padding:14px 22px}.metrics div{background:#fff;border-color:#e2e7f0;align-content:center;min-height:88px;display:grid;box-shadow:0 1px 2px #191f280a}.metrics span{color:var(--muted);font-weight:800}.metrics strong{color:var(--text);font-size:26px;font-weight:900}.panel,.list-panel,.detail-panel,.setting-card,.request-create-section,.request-create-summary .summary-card,.request-focus-main,.client-tree,.request-client-tree,.table-scroll,.settings-simple-summary,.settings-team-summary,.team-member-list,.meta-grid,.summary-grid,.submit-status-board,.settings-status-board{background:#fff;border-color:#e2e7f0;box-shadow:0 1px 2px #191f280a}.panel-head,.list-panel-head,.toolbar,.client-tree-head,.team-member-list-head,.file-list-title,th{background:#f8fafc}.toolbar{gap:8px}th{color:#6b7684;font-weight:850}td{color:#334155}tbody tr:hover,.batch-row:hover,.compact-row:hover,.client-tree-row:hover,.template-choice:hover,.request-client-option:hover,.delivery-mode-option:hover,.delivery-channel-option:hover{background:#f8fbff}tr.row-selected,.client-tree-row.selected,.easy-client-row.selected,.template-choice.selected,.request-client-option.selected,.delivery-mode-option.selected,.delivery-channel-option.selected,.request-group-option.selected{border-color:var(--accent-line);background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.status{min-width:auto;min-height:24px;padding:3px 9px;font-weight:850}.status-blue,.status-indigo{border-color:var(--accent-line);background:var(--blue-soft);color:var(--blue-dark)}.status-green,.status-done{background:var(--green-soft);color:var(--green);border-color:#b7ebca}.status-orange{background:var(--orange-soft);color:var(--orange);border-color:#f4d092}.status-red{background:var(--red-soft);color:var(--red);border-color:#ffc9c2}.status-neutral,.status-sent{color:#586575;background:#f6f8fb;border-color:#d8dee8}.progress-line,.ops-progress,.submit-progress-line,.hero-product-progress{background:#e9eef6}.progress-line span,.ops-progress span,.submit-progress-line span,.hero-product-progress span{background:var(--blue)}.view-toggle{background:#f2f5fa;border-color:#e2e7f0}.view-toggle button{color:#697586}.view-toggle button.selected{color:var(--blue-dark);background:#fff;box-shadow:0 1px 4px #191f2814}.client-tree-head{background:#f8fafc;min-height:42px}.tree-toggle-mark{color:var(--blue);font-weight:900}.group-chip-list span,.template-tag,.selected-client-strip span,.request-readiness span.done{border-color:var(--accent-line);background:var(--blue-soft);color:var(--blue-dark)}.memo-box,.request-template-picker,.request-message-preview,.settings-mail-card,.settings-invite-form,.submit-guide{background:#f8fafc;border-color:#e2e7f0}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a6b}.client-create-modal,.import-modal,.template-modal,.settings-invite-modal{border-color:#d8e0ea;box-shadow:0 22px 54px #0f172a2e}.login-screen,.submit-screen{background:#f5f7fb}.login-screen:after{content:"";z-index:-1;background:#eaf3ff;height:42%;position:fixed;inset:auto 0 0}.login-panel,.submit-card{border-color:#e2e7f0;box-shadow:0 20px 56px #191f281f}.login-brand span{border-color:var(--accent-line);background:var(--blue-soft);color:var(--blue-dark)}.login-eyebrow,.import-eyebrow,.summary-card>span,.pricing-main span,.pricing-addon span,.marketing-eyebrow{color:var(--blue)}.google-auth-button{border-color:#d8dee8}.auth-switch button{color:var(--blue)}.main:has(.ops-dashboard){background:var(--bg)}.ops-topline{background:#fffffff0;border-bottom-color:#e2e7f0;min-height:76px}.ops-topline h1{color:var(--text);font-size:23px;font-weight:900}.ops-topline .top-actions button:last-child{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 9px 18px #3182f638}.ops-topline .top-actions button:last-child:hover{border-color:var(--blue-dark);background:var(--blue-dark);box-shadow:0 11px 22px #3182f642}.ops-dashboard{background:var(--bg);gap:14px;padding:16px 22px 22px}.ops-command-main,.ops-stat-board,.ops-section{background:#fff;border-color:#e2e7f0;box-shadow:0 1px 2px #191f280a,0 12px 26px #191f280a}.ops-command-main{position:relative;overflow:hidden}.ops-command-main:before{content:"";background:var(--blue);height:4px;position:absolute;inset:0 0 auto}.ops-command-main h2{color:var(--text);font-weight:900}.ops-command-meta{border-color:#e2e7f0}.ops-command-meta div,.ops-stat-board div{background:#fbfcfe;border-color:#e2e7f0}.ops-stat-board strong{color:var(--text);font-weight:950}.ops-section-head,.ops-table-head{background:#fbfcfe;border-color:#e8edf4}.ops-section-head span{color:var(--blue)}.ops-table-row,.ops-request-row,.ops-team-row,.ops-review-row{border-bottom-color:#edf1f6}.ops-table-row:hover,.ops-request-row:hover,.ops-team-row:hover,.ops-review-row:hover{background:#f8fbff}.ops-label.blue{border-color:var(--accent-line);background:var(--blue-soft);color:var(--blue-dark)}.ops-label.red{background:var(--red-soft);color:var(--red);border-color:#ffc9c2}.ops-label.orange{background:var(--orange-soft);color:var(--orange);border-color:#f4d092}.ops-label.green{background:var(--green-soft);color:var(--green);border-color:#b7ebca}.ops-avatar{border-color:var(--accent-line);background:var(--blue-soft);color:var(--blue-dark)}.request-focus-layout{gap:16px;padding:16px 22px 22px}.request-focus-main{box-shadow:var(--soft-shadow);border-color:#e2e7f0}.request-flow-tabs{background:#f8fafc;gap:6px}.request-flow-tabs button{color:#697586;min-height:42px}.request-flow-tabs button.selected{border-color:var(--accent-line);color:var(--blue-dark);box-shadow:inset 0 -3px 0 var(--blue), 0 1px 3px #191f280f;background:#fff}.request-item-inline-row,.template-form-item,.request-client-option,.request-group-option,.delivery-mode-option,.delivery-channel-option,.client-request-row{border-color:#e2e7f0}.request-item-inline-row.selected{border-color:var(--accent-line);box-shadow:inset 3px 0 0 var(--blue), 0 8px 18px #191f280d;background:#f8fbff}.summary-card{border-color:#e2e7f0}.data-room-tree-head,.request-status-tree-head{background:#f8fafc}.data-room-download-btn{min-height:30px}.marketing-home{background:#f5f7fb}.marketing-nav{background:#ffffffeb;border-bottom-color:#e2e7f0}.marketing-nav-links{background:#f6f8fb;border-color:#e2e7f0}.marketing-nav-links a:hover{color:var(--blue)}.marketing-hero{background:#eaf3ff;border-bottom-color:#dce6f3}.marketing-hero h1,.home-archive-copy h2,.home-client-copy h2,.home-benefit-head h2,.home-section h2,.home-pricing-copy h2,.home-flow-band h2,.home-cta-band h2{color:var(--text)}.hero-product-shell,.home-feature-card,.home-client-grid article,.home-benefit-grid article,.home-flow-list li,.home-pricing-card{border-color:#dce4ef;box-shadow:0 14px 34px #191f2814}.hero-product-sidebar span.active{background:var(--blue-soft);color:var(--blue-dark);box-shadow:inset 3px 0 0 var(--blue)}.hero-product-top em,.hero-request-row em.tone-done{background:var(--green-soft);color:var(--green);border-color:#b7ebca}.hero-request-row em.tone-warn{background:var(--orange-soft);color:var(--orange);border-color:#f4d092}.hero-request-row em.tone-review{border-color:var(--accent-line);background:var(--blue-soft);color:var(--blue-dark)}.home-product-band{background:#111827;border-color:#111827}[role=treeitem]{scroll-margin:8px}.client-tree [role=treeitem]:focus-visible{z-index:1;outline-offset:-3px;outline:3px solid #3182f633;position:relative}.client-tree [role=treeitem][aria-selected=true] .tree-branch{background:var(--blue);opacity:1}.client-tree-row[aria-selected=true]{border-color:var(--accent-line);background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.client-tree-head[aria-selected=true],.request-status-head-button[aria-selected=true]{color:var(--blue-dark)}@media (width>=1101px){.sidebar{padding:18px 14px}.topline{min-height:70px;padding:12px 22px}.metrics,.dashboard-grid,.workarea,.request-fullscreen-workarea,.client-workarea,.template-workarea,.easy-dashboard,.easy-request-workarea,.request-create-page,.admin-page{padding:12px 22px}.ops-dashboard{padding:16px 22px 22px}}@media (width<=1100px){.workspace{grid-template-columns:1fr}.sidebar{display:none}.topline{flex-direction:column;align-items:flex-start}.metrics,.data-room-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.data-room-storage-alert{grid-template-columns:1fr;margin-left:18px;margin-right:18px}}@media (width<=640px){body{font-size:12px}.topline,.metrics,.dashboard-grid,.workarea,.template-workarea,.easy-dashboard,.easy-request-workarea,.request-create-page,.admin-page,.ops-dashboard,.request-focus-layout{padding-left:12px;padding-right:12px}.metrics{grid-template-columns:1fr 1fr;gap:8px}.data-room-metrics{grid-template-columns:1fr 1fr}.data-room-storage-alert{margin-left:12px;margin-right:12px}.metrics div{min-height:76px;padding:12px}.metrics strong{font-size:22px}.ops-command-panel,.ops-grid,.ops-command-meta{grid-template-columns:1fr}.ops-command-meta div{border-bottom:1px solid #e2e7f0;border-right:0}.ops-command-meta div:last-child{border-bottom:0}.ops-table-head{display:none}.ops-table-row,.ops-request-row,.ops-review-row{grid-template-columns:1fr;align-items:start}}
