@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:ital,wght@1,600&display=swap";:root{color:#1c2a49;font-synthesis:none;--ink:#1c2a49;--muted:#75819a;--line:#e0e6f0;--paper:#fff;--green:#1c2a49;--cyan:#06a9e0;background:#f4f7fb;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{color:inherit}.app-shell{background:radial-gradient(circle at 82% 3%,#06a9e01a,#0000 25%),#f4f7fb;min-height:100vh}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:10;background:#fffffff0;justify-content:space-between;align-items:center;height:74px;padding:0 max(28px,50vw - 590px);display:flex;position:sticky;top:0;box-shadow:0 4px 18px #1c2a4909}.brand{align-items:center;text-decoration:none;display:flex}.brand img{width:136px;height:auto;display:block}.account-actions{align-items:center;gap:8px;display:flex}.nav-action{height:37px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #d7dfeb;border-radius:9px;align-items:center;gap:6px;padding:0 11px;font-size:10px;font-weight:700;display:flex}.nav-action:hover{border-color:#9babc2}.nav-action.primary{background:var(--green);border-color:var(--green);color:#fff}.nav-action.primary:hover{background:var(--cyan);border-color:var(--cyan)}.account-pill{border-left:1px solid var(--line);align-items:center;gap:8px;height:40px;margin-left:4px;padding:0 10px 0 5px;display:flex}.account-avatar,.small-avatar{color:#fff;background:linear-gradient(145deg,#06a9e0,#1672b7);border-radius:50%;place-items:center;font-weight:700;display:grid}.account-avatar{width:30px;height:30px;font-size:11px}.account-pill>div{flex-direction:column;gap:1px;display:flex}.account-pill strong{font-size:10px}.account-pill small{color:#8994a8;text-transform:uppercase;letter-spacing:.07em;font-size:8px}.logout-button{color:#8290a5;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.logout-button:hover{color:#ae4f57;background:#f2f5f9}.dataset-pill{border:1px solid var(--line);color:#56645f;text-transform:uppercase;letter-spacing:.06em;background:#fafbfa;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:11px;font-weight:600;display:flex}.live-dot{background:var(--cyan);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #06a9e024}.pill-separator{background:var(--line);width:1px;height:12px}main{max-width:1180px;margin:auto;padding:58px 28px 72px}.hero{isolation:isolate;color:#fff;background:linear-gradient(125deg,#1c2a49 0%,#233b69 100%);border-radius:24px;justify-content:space-between;align-items:end;margin-bottom:24px;padding:42px 44px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #1c2a4929}.hero:before{content:"";z-index:-1;border:56px solid #06a9e029;border-radius:50%;width:330px;height:330px;position:absolute;top:-190px;right:-75px}.hero:after{content:"";z-index:-1;border:1px solid #ffffff1f;border-radius:50%;width:155px;height:155px;position:absolute;bottom:-100px;right:210px}.eyebrow{color:#66d4f6;letter-spacing:.14em;align-items:center;gap:7px;margin-bottom:15px;font-size:10px;font-weight:700;display:flex}h1{letter-spacing:-.055em;margin:0;font-size:clamp(38px,5vw,59px);font-weight:600;line-height:1}h1 em{color:#36c4f1;font-family:Libre Franklin,sans-serif}.hero p{color:#ffffffb3;max-width:570px;margin:18px 0 0;font-size:15px}.refresh-button{z-index:1;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;box-shadow:none;background:#ffffff1a;border:1px solid #ffffff40;border-radius:11px;align-items:center;gap:8px;padding:11px 15px;font-size:12px;font-weight:600;display:flex;position:relative}.refresh-button:hover{background:var(--cyan);border-color:var(--cyan)}.refresh-button:disabled{opacity:.55}.spinning{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.stat-row{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:repeat(4,1fr);margin-bottom:22px;display:grid;overflow:hidden;box-shadow:0 8px 25px #1c2a490b}.stat{border-right:1px solid var(--line);flex-direction:column;min-height:118px;padding:20px 22px;display:flex}.stat:last-child{border:0}.stat>span{color:#7886a1;text-transform:uppercase;letter-spacing:.085em;font-size:10px;font-weight:700}.stat strong{letter-spacing:-.04em;margin-top:9px;font-size:27px}.stat strong.date-stat{margin-top:13px;font-size:20px}.stat small{color:#94a09c;margin-top:auto;font-size:11px}.workspace{border:1px solid var(--line);background:var(--paper);border-radius:19px;overflow:hidden;box-shadow:0 15px 40px #1c2a4911}.toolbar{border-bottom:1px solid var(--line);background:#f9fbfe;grid-template-columns:minmax(240px,1fr) auto auto auto;gap:9px;padding:15px;display:grid}.search-box{color:#8b9792;background:#fff;border:1px solid #d7dedb;border-radius:9px;align-items:center;height:41px;padding:0 12px;transition:border .2s,box-shadow .2s;display:flex}.search-box:focus-within{border-color:var(--cyan);box-shadow:0 0 0 3px #06a9e01a}.search-box input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:0 9px;font-size:13px}.search-box input::placeholder{color:#9da7a3}.search-box button{cursor:pointer;color:#8a9691;background:0 0;border:0;padding:3px;display:grid}.select-wrap{color:#77837e;background:#fff;border:1px solid #d7dedb;border-radius:9px;align-items:center;height:41px;padding-left:11px;display:flex;position:relative}.select-wrap select{appearance:none;color:#3e4b46;cursor:pointer;background:0 0;border:0;outline:0;height:100%;padding:0 30px 0 8px;font-size:12px;font-weight:500}.select-wrap>svg:last-child{pointer-events:none;position:absolute;right:9px}.toolbox-button{height:41px;color:var(--green);cursor:pointer;background:#f1f6fb;border:1px solid #cfdaea;border-radius:9px;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:700;display:flex}.toolbox-button:hover,.toolbox-button.active{color:#fff;background:var(--green);border-color:var(--green);box-shadow:0 6px 14px #1c2a4924}.toolbox-button>span{color:#fff;background:#c8772a;border-radius:9px;place-items:center;min-width:18px;height:18px;font-size:9px;display:grid}.toolbox{border-bottom:1px solid var(--line);background:#f7f9fd;box-shadow:inset 0 5px 13px #1c2a4906}.toolbox-heading{border-bottom:1px solid #e2e7e5;justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.toolbox-heading>div{flex-direction:column;gap:3px;display:flex}.toolbox-heading span{color:var(--green);letter-spacing:.13em;font-size:9px;font-weight:700}.toolbox-heading strong{letter-spacing:-.02em;font-size:15px}.toolbox-heading>button{color:#7e8a85;cursor:pointer;background:0 0;border:0;display:grid}.toolbox-section{border-bottom:1px solid #e2e7e5;padding:18px 20px 20px}.section-label{color:#7f8c87;letter-spacing:.12em;margin-bottom:11px;font-size:9px;font-weight:700;display:block}.filter-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.filter-field>span{color:#61706a;font-size:10px;font-weight:600}.filter-field input,.filter-field select,.rule-row input,.rule-row select{color:#35433e;background:#fff;border:1px solid #d4ddda;border-radius:7px;outline:0;width:100%;height:37px;padding:0 9px;font-size:11px}.filter-field input:focus,.filter-field select:focus,.rule-row input:focus,.rule-row select:focus{border-color:#74a895;box-shadow:0 0 0 3px #11624b12}.range-inputs{grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;display:grid}.range-inputs>span{color:#9ba5a1;font-size:9px}.range-inputs input{min-width:0}.custom-section{background:#fbfcfb}.custom-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.custom-heading>div{align-items:center;gap:9px;display:flex}.custom-heading .section-label{margin:0}.custom-heading small{color:#a0aaa6;font-size:9px}.custom-heading button{color:var(--green);cursor:pointer;background:#fff;border:1px solid #bfcfc9;border-radius:7px;align-items:center;gap:5px;height:31px;padding:0 10px;font-size:10px;font-weight:700;display:flex}.empty-rules{color:#9ba5a1;border:1px dashed #d4dcd9;border-radius:8px;place-items:center;height:45px;font-size:10px;display:grid}.rule-list{flex-direction:column;gap:7px;display:flex}.rule-row{grid-template-columns:minmax(150px,1.2fr) minmax(130px,.8fr) minmax(150px,1fr) 34px;gap:7px;display:grid}.rule-row:has(.delete-rule:nth-child(3)){grid-template-columns:minmax(150px,1.2fr) minmax(130px,.8fr) 34px}.delete-rule{color:#a75454;cursor:pointer;background:snow;border:1px solid #e2d6d6;border-radius:7px;place-items:center;height:37px;display:grid}.delete-rule:hover{color:#fff;background:#a75454}.toolbox-footer{color:#88948f;justify-content:space-between;align-items:center;min-height:47px;padding:0 20px;font-size:9px;display:flex}.toolbox-footer button{color:#a85c54;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:600}.results-head{height:47px;color:var(--muted);border-bottom:1px solid #edf0ef;justify-content:space-between;align-items:center;padding:0 18px;font-size:12px;display:flex}.results-head strong{color:var(--ink)}.clear-filters{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:600}.comment-card{cursor:pointer;border-bottom:1px solid #edf0ef;outline:0;gap:20px;min-height:143px;padding:23px 18px 20px 23px;transition:background .15s;display:flex}.comment-card:hover,.comment-card:focus-visible{background:#f7faff}.comment-main{flex:1;min-width:0}.comment-meta{color:#87938e;align-items:center;gap:10px;min-height:20px;font-size:10px;display:flex}.source-badge{text-transform:uppercase;letter-spacing:.075em;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:9px;font-weight:700;display:inline-flex}.source-badge>span{background:currentColor;border-radius:50%;width:5px;height:5px}.source-badge.violet{color:#6955a7;background:#f0ecfb}.source-badge.cyan{color:#257c8b;background:#e8f6f8}.source-badge.amber{color:#a16a12;background:#fff4df}.source-badge.rose{color:#a94d68;background:#fcebf0}.source-badge.slate{color:#5f6b67;background:#eef1f0}.label-badge,.unlabeled{text-transform:uppercase;letter-spacing:.05em;border-radius:5px;padding:3px 7px;font-size:9px;font-weight:600}.label-badge{color:#267655;background:#e5f4ec}.unlabeled{color:#8b9591;background:#f1f3f2}.label-editor{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:5px;padding:2px 4px 2px 8px;display:inline-flex}.label-editor.saving{opacity:.7}.label-editor-icon{color:#9aa6a1;display:inline-flex}.label-editor select{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;color:#267655;background:0 0;border:none;outline:none;padding:3px 2px;font:600 9px/1 ui-sans-serif,system-ui}.label-editor select.no-label{color:#8b9591}.label-editor .label-save{background:var(--cyan);color:#042c3a;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:4px;padding:5px 9px;font:700 9px/1 ui-sans-serif,system-ui;display:inline-flex}.label-editor .label-save:disabled{cursor:default;opacity:.7}.label-error{color:#b23a52;background:#fdecef;border-radius:6px;margin:10px 0 0;padding:7px 10px;font-size:12px}.meta-item,.rating{align-items:center;gap:5px;display:flex}.rating{color:#d6972d;margin-left:auto;font-weight:700}.comment-text{color:#283530;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:870px;margin:13px 0 16px;font-size:14px;line-height:1.75;display:-webkit-box;overflow:hidden}.comment-text[dir=rtl]{text-align:right;font-family:Tahoma,DM Sans,sans-serif}.comment-footer{color:#87938e;align-items:center;gap:16px;min-width:0;font-size:10px;display:flex}.comment-footer>span{white-space:nowrap;align-items:center;gap:5px;display:flex}.comment-footer .page-title{color:#a1aaa6;text-overflow:ellipsis;border-left:1px solid var(--line);padding-left:16px;display:block;overflow:hidden}.inspect-button{color:#81908a;cursor:pointer;background:#fff;border:1px solid #d9dfdd;border-radius:50%;flex:0 0 33px;align-self:center;place-items:center;width:33px;height:33px;transition:all .15s;display:grid}.comment-card:hover .inspect-button{background:var(--cyan);color:#fff;border-color:var(--cyan);transform:translate(2px)}.pagination{color:#8b9692;background:#fafbfa;justify-content:space-between;align-items:center;min-height:65px;padding:0 18px;font-size:10px;display:flex}.pagination>div{align-items:center;gap:13px;display:flex}.pagination button{cursor:pointer;background:#fff;border:1px solid #d9dfdd;border-radius:8px;align-items:center;gap:6px;height:33px;padding:0 11px;font-size:10px;font-weight:600;display:flex}.pagination button:disabled{opacity:.38;cursor:default}.state-card{color:#77847f;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:350px;display:flex}.state-card strong{color:var(--ink)}.state-card p{margin:0;font-size:13px}.state-card button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:8px 13px}.drawer-layer{z-index:30;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#131e1a5c;justify-content:flex-end;animation:.18s fade;display:flex;position:fixed;inset:0}.drawer{background:#fbfcfb;width:min(570px,94vw);height:100%;animation:.24s slide;overflow:auto;box-shadow:-18px 0 50px #14231d29}@keyframes fade{0%{opacity:0}}@keyframes slide{0%{opacity:.5;transform:translate(35px)}}.drawer-header{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffed;justify-content:space-between;align-items:center;min-height:76px;padding:16px 24px;display:flex;position:sticky;top:0}.drawer-header div{flex-direction:column;gap:5px;display:flex}.drawer-header span,.page-block>span,.metadata-block>span{color:#8b9792;letter-spacing:.12em;font-size:9px;font-weight:700}.drawer-header strong{color:#5d6964;font:11px ui-monospace,monospace}.drawer-header button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.drawer-body{padding:28px 28px 50px}.drawer-badges{gap:8px;display:flex}.detail-text{border:1px solid #dce4ee;border-left:3px solid var(--cyan);background:#fff;border-radius:4px 12px 12px 4px;margin:25px 0 28px;padding:23px;font-size:17px;line-height:1.85;box-shadow:0 6px 20px #1c2a490a}.detail-text[dir=rtl]{border-left:1px solid #dce4ee;border-right:3px solid var(--cyan);text-align:right;font-family:Tahoma,sans-serif}.detail-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px;display:grid}.detail-item{background:#fff;border:1px solid #e1e6ef;border-radius:9px;align-items:center;gap:10px;min-width:0;padding:13px;display:flex}.detail-icon{width:30px;height:30px;color:var(--cyan);background:#edf7fc;border-radius:8px;place-items:center;display:grid}.detail-item div{flex-direction:column;gap:3px;min-width:0;display:flex}.detail-item small{color:#8b9792;text-transform:uppercase;letter-spacing:.05em;font-size:9px}.detail-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.page-block,.metadata-block{border-top:1px solid var(--line);flex-direction:column;gap:9px;margin-top:20px;padding-top:20px;display:flex}.page-block strong{font-size:13px;line-height:1.5}.page-block a{color:var(--cyan);align-self:flex-start;align-items:center;gap:6px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.metadata-block pre{color:#e1ecf8;background:#1c2a49;border-radius:10px;margin:0;padding:17px;font-size:11px;line-height:1.65;overflow:auto}.auth-loading{min-height:100vh;color:var(--cyan);background:#f4f7fb;flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.auth-loading img{width:165px}.auth-page{background:#fff;grid-template-columns:minmax(410px,47%) 1fr;min-height:100vh;display:grid}.auth-brand-panel{isolation:isolate;color:#fff;background:linear-gradient(145deg,#17233e,#223c6e);flex-direction:column;padding:48px clamp(38px,5vw,76px);display:flex;position:relative;overflow:hidden}.auth-brand-panel>img{background:#fff;border-radius:10px;width:150px;padding:9px 12px}.auth-message{z-index:1;margin:auto 0;position:relative}.auth-message>span{color:#68d8f7;letter-spacing:.16em;font-size:10px;font-weight:700}.auth-message h1{margin-top:18px;font-size:clamp(45px,5vw,70px);line-height:1.03}.auth-message h1 em{color:#32c3ef}.auth-message p{color:#ffffffa6;max-width:460px;margin-top:23px;font-size:15px;line-height:1.7}.auth-orbit{z-index:0;border-radius:50%;position:absolute}.auth-orbit.one{border:72px solid #06a9e024;width:460px;height:460px;top:-190px;right:-260px}.auth-orbit.two{border:1px solid #ffffff21;width:270px;height:270px;bottom:-160px;left:-150px}.auth-form-panel{place-items:center;padding:40px;display:grid}.auth-form{flex-direction:column;width:min(390px,100%);display:flex}.auth-icon{width:44px;height:44px;color:var(--cyan);background:#eaf8fd;border-radius:13px;place-items:center;margin-bottom:20px;display:grid}.auth-kicker{color:var(--cyan);letter-spacing:.15em;font-size:9px;font-weight:700}.auth-form h2{letter-spacing:-.04em;margin:9px 0 8px;font-size:32px}.auth-form>p{color:var(--muted);margin:0 0 26px;font-size:12px;line-height:1.6}.auth-form label,.create-user-form label{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.auth-form label span,.create-user-form label span{color:#66738b;font-size:10px;font-weight:700}.auth-form input,.create-user-form input{height:46px;color:var(--ink);background:#fbfcfe;border:1px solid #d8e0ec;border-radius:10px;outline:0;padding:0 13px;font-size:12px}.auth-form input:focus,.create-user-form input:focus{border-color:var(--cyan);background:#fff;box-shadow:0 0 0 3px #06a9e01a}.auth-form>button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:46px;margin-top:6px;font-size:11px;font-weight:700;display:flex}.auth-form>button:hover{background:#263e70}.auth-form>button:disabled{opacity:.6}.auth-form>small{text-align:center;color:#9aa4b5;margin-top:18px;font-size:9px}.form-error{color:#a64853;background:#fff6f7;border:1px solid #f0d2d5;border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:10px;line-height:1.5}.modal-layer{z-index:40;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e182d80;place-items:center;padding:25px;animation:.18s fade;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(530px,100%);max-height:calc(100vh - 50px);overflow:auto;box-shadow:0 28px 80px #0a173040}.modal.wide{width:min(760px,100%)}.modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:14px 20px 14px 24px;display:flex}.modal>header>div{flex-direction:column;gap:3px;display:flex}.modal>header span{color:var(--cyan);letter-spacing:.14em;font-size:8px;font-weight:700}.modal>header strong{font-size:17px}.modal>header button{border:1px solid var(--line);color:#7c899e;cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.modal-body{padding:24px}.upload-intro{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.modal-feature-icon{height:38px;color:var(--cyan);background:#eaf8fd;border-radius:10px;flex:0 0 38px;place-items:center;display:grid}.modal-feature-icon svg{width:18px}.upload-intro div{flex-direction:column;gap:4px;display:flex}.upload-intro strong{font-size:13px}.upload-intro p{color:var(--muted);margin:0;font-size:10px;line-height:1.6}.drop-zone{color:#8794a8;cursor:pointer;background:#f8fafe;border:1.5px dashed #bdc9d9;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:175px;padding:25px;transition:all .2s;display:flex}.drop-zone:hover{border-color:var(--cyan);background:#f2fbfe}.drop-zone.has-file{color:var(--cyan);background:#f2fbfe;border-style:solid;border-color:#8ed4e9}.drop-zone input{display:none}.drop-zone strong{color:var(--ink);font-size:12px}.drop-zone span{font-size:9px}.validation-notes{color:#6d7b90;justify-content:center;gap:15px;margin:14px 0 22px;font-size:8px;display:flex}.validation-notes span{align-items:center;gap:4px;display:flex}.validation-notes svg{color:#2ca574}.modal-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding-top:18px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 14px;font-size:10px;font-weight:700;display:inline-flex}.primary-button{border:1px solid var(--green);color:#fff;background:var(--green)}.primary-button:hover{background:#263e70}.primary-button:disabled{opacity:.45;cursor:default}.secondary-button{color:#637087;background:#fff;border:1px solid #d5deea}.create-user-form{border:1px solid var(--line);background:#f8fafe;border-radius:12px;grid-template-columns:1.2fr 1fr 1fr auto;align-items:end;gap:10px;padding:18px;display:grid}.create-user-form>div strong{font-size:12px}.create-user-form>div p{color:var(--muted);margin:4px 0 0;font-size:9px;line-height:1.4}.create-user-form label{margin:0}.create-user-form input{background:#fff;height:38px}.create-user-form button{height:38px}.users-table{border:1px solid var(--line);border-radius:11px;margin-top:20px;overflow:hidden}.users-table-head,.user-row{grid-template-columns:1fr 120px 90px;align-items:center;padding:0 16px;display:grid}.users-table-head{color:#8490a4;text-transform:uppercase;letter-spacing:.08em;background:#f8fafe;height:38px;font-size:8px;font-weight:700}.user-row{border-top:1px solid var(--line);min-height:52px;font-size:10px}.user-row>span:first-child{align-items:center;gap:8px;display:flex}.small-avatar{width:26px;height:26px;font-size:9px}.role{color:#6e7b90;text-transform:uppercase;background:#f0f3f7;border-radius:999px;width:fit-content;padding:4px 7px;font-size:8px;font-weight:700}.role.admin{color:#1675a2;background:#e8f7fc}.toast{z-index:60;color:#fff;background:#1c2a49;border-radius:11px;align-items:center;gap:9px;min-height:49px;padding:0 10px 0 14px;font-size:10px;animation:.2s slide;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 15px 35px #121f3838}.toast>svg{color:#48d49c}.toast button{color:#aeb8ca;cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:28px;display:grid}@media (width<=850px){main{padding-top:38px}.hero{align-items:flex-start;gap:20px}.stat-row{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.toolbar{grid-template-columns:1fr 1fr 1fr}.search-box{grid-column:1/-1}.comment-text{font-size:13px}.filter-grid{grid-template-columns:1fr 1fr}.auth-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.create-user-form{grid-template-columns:1fr 1fr}.create-user-form>div{grid-column:1/-1}}@media (width<=560px){.topbar{padding:0 12px}.brand img{width:100px}.nav-action{justify-content:center;width:35px;padding:0;font-size:0}.account-pill{display:none}.dataset-pill{font-size:0}.dataset-pill .live-dot{margin-right:0}.dataset-pill:after{content:"LIVE";font-size:9px}.pill-separator{display:none}main{padding:30px 14px 50px}.hero{border-radius:18px;padding:30px 22px;display:block}.hero p{line-height:1.6}.refresh-button{margin-top:22px}.stat{min-height:105px;padding:16px}.stat strong{font-size:23px}.stat strong.date-stat{font-size:16px}.toolbar{grid-template-columns:1fr}.search-box{grid-column:auto}.select-wrap{display:none}.toolbox-button{justify-content:center}.filter-grid{grid-template-columns:1fr}:is(.rule-row,.rule-row:has(.delete-rule:nth-child(3))){border:1px solid #e1e6e4;border-radius:9px;grid-template-columns:1fr;padding:10px}.delete-rule{width:100%}.custom-heading>div small{display:none}.comment-card{padding:20px 14px}.comment-meta{flex-wrap:wrap}.meta-item,.comment-footer .page-title,.inspect-button{display:none}.pagination{flex-direction:column;gap:12px;padding:13px}.detail-grid{grid-template-columns:1fr}.drawer-body{padding:23px 18px}.modal-layer{padding:10px}.modal-body{padding:18px}.validation-notes{flex-direction:column;gap:6px}.create-user-form{grid-template-columns:1fr}.create-user-form>div{grid-column:auto}.users-table-head,.user-row{grid-template-columns:1fr 90px 55px;padding:0 10px}}
