.auth-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:64px 24px 32px;background:radial-gradient(ellipse at 50% -15%,#1b2a4240,transparent 65%),#0b0e11;color:#e4eaf3}.auth-card.legal-page{max-width:900px}.legal-content{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.75;margin:24px 0}.auth-brand{font-size:38px;letter-spacing:-2px;text-decoration:none;margin-bottom:12px}.auth-tagline{color:#8490a2;font-size:13px;margin:0 0 38px;text-align:center}.auth-card{width:100%;max-width:460px;padding:34px;background:#12171d;border-color:#2a313b;border-radius:12px}.auth-card h1{font-size:26px;letter-spacing:-.6px;margin:0 0 13px}.auth-card>p,.auth-title p{font-size:13px;line-height:1.8;color:#91a0b5;margin-bottom:28px}.auth-title{margin-bottom:28px}.auth-provider{display:flex;align-items:center;gap:14px;width:100%;min-height:51px;padding:14px 18px;border:1px solid #394554;background:#1a222d;border-radius:7px;font-size:13px;color:#d9e5f7}.auth-provider>svg:last-child{margin-left:auto}.auth-provider:hover{border-color:#769bd4;background:#1d2a3b}.google-mark{font-size:20px;font-weight:700;color:#c6d9ff;line-height:1}.auth-provider-hint{display:block;text-align:center;color:#718096;font-size:10px;margin-top:9px}.auth-divider{display:flex;align-items:center;gap:13px;color:#667489;font-size:11px;margin:22px 0}.auth-divider>span{height:1px;flex:1;background:#2a3441}.auth-legal{font-size:10px!important;color:#718096!important;line-height:1.8!important;margin:26px 0 0!important}.auth-legal a{color:#9cb5d8;text-decoration:underline;text-underline-offset:3px}.auth-footer{margin-top:32px;color:#5f6e83;font-size:10px;text-align:center}.auth-demo{border-top:1px solid #293440;margin-top:24px;padding-top:16px;font-size:11px;color:#8c9ab0}.auth-demo summary{cursor:pointer}.auth-demo p{font-size:11px;line-height:1.7}.auth-demo button{width:100%;margin:8px 0;padding:11px;color:#a4c7ff}.auth-demo a{display:block;font-size:11px;margin-top:12px;color:#8facd6}.auth-back{display:flex;align-items:center;gap:4px;color:#93b5e8;font-size:11px;margin:0 0 23px;background:none}.auth-card form{display:grid;gap:17px}.auth-card input,.auth-card select{width:100%;border:1px solid #384553;background:#19212b;border-radius:6px;color:#e0e9f5;padding:12px 13px;outline:none;font:inherit;font-size:13px;min-width:0}.auth-card input:focus,.auth-card select:focus{border-color:#6a9bee;box-shadow:0 0 0 2px #6298f422}.auth-card .field{display:grid;gap:8px}.auth-card .field>span{font-size:11px;color:#9eafc6}.auth-submit{background:#5d91ed;color:#fff;justify-content:center;width:100%;min-height:46px;margin-top:10px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;border:1px solid #74a5f5}.auth-submit>svg:last-child{margin-left:auto}.auth-submit:hover{background:#70a1f1}.auth-screen button:disabled{opacity:.45;cursor:not-allowed}.auth-code{font-size:26px!important;text-align:center;letter-spacing:12px;padding-left:24px!important}.auth-code-copy{font-size:12px;color:#92a4bc;line-height:1.9}.auth-code-copy strong{color:#c2d3eb;overflow-wrap:anywhere}.auth-resend{width:100%;margin:20px 0 0;background:none;font-size:11px;color:#9abbec}.auth-local-note{font-size:11px!important;line-height:1.8!important;background:#182537;border:1px solid #314867;color:#9eb9de!important;padding:12px 14px;border-radius:6px;margin:20px 0 0!important}.auth-local-note a{color:#b7d2fc;text-decoration:underline}.auth-error{font-size:12px;line-height:1.8;color:#f0b4b7;background:#382227;border:1px solid #63383e;padding:12px 14px;border-radius:6px;overflow-wrap:anywhere}.auth-spin{animation:auth-rotate 1s linear infinite}@keyframes auth-rotate{to{transform:rotate(360deg)}}.auth-welcome{text-align:center;max-width:650px;margin:15px 0 35px}.auth-welcome>span,.auth-step{font-size:10px;color:#789acb;letter-spacing:1.8px;display:block;margin-bottom:16px}.auth-welcome h1{font-size:32px;letter-spacing:-.8px}.auth-welcome p{font-size:13px;line-height:1.9;color:#8f9fb4}.auth-roles{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:850px;width:100%}.auth-role{text-align:left;padding:32px;background:#121922;border:1px solid #2d3c50;border-radius:12px;display:flex;flex-direction:column;transition:background .15s,border-color .15s,transform .15s;color:#e2eaf8;min-width:0}.auth-role.company{background:#141b1b;border-color:#2c423a}.auth-role:hover{transform:translateY(-3px);border-color:#719cd9}.auth-role.selected{border-color:#87b5ff;box-shadow:0 0 0 2px #5897f433;background:#192941}.auth-role.company.selected{border-color:#7aceaf;box-shadow:0 0 0 2px #60b99533;background:#1a2d29}.auth-role-icon{width:52px;height:52px;display:grid;place-items:center;background:#253c60;border-radius:12px;color:#a6caff}.auth-role.company .auth-role-icon{background:#214c3e;color:#9fe0c3}.auth-role h2{font-size:23px;margin:23px 0 12px}.auth-role p{font-size:13px;line-height:1.85;color:#99a9bf;min-height:74px}.auth-role ul{list-style:none;padding:0;display:grid;gap:13px;margin:22px 0 30px;font-size:12px;color:#b4c4da}.auth-role li{display:flex;gap:10px;align-items:center}.auth-role-cta{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding-top:20px;border-top:1px solid #34465e;margin-top:auto;color:#acd0ff}.auth-role.company .auth-role-cta{color:#9edac0;border-color:#355749}.auth-role-continue{margin-top:28px;min-width:230px;justify-content:center;background:#6899ed;color:#fff;gap:20px}.auth-back-link{font-size:12px;color:#8faedc;margin-top:24px}.auth-social-options{display:grid;gap:12px}.auth-social-options button{padding:17px;border:1px solid #3a4c63;border-radius:7px;display:flex;justify-content:space-between;background:#1b2635}.auth-skip{width:100%;background:none;margin-top:25px;color:#a3bde3;font-size:12px}.mode-switcher{position:relative}.mode-switcher>button{font-size:12px;color:#abcafa;width:100%;justify-content:space-between}.mode-options{border:1px solid #405575;border-radius:7px;background:#172334;padding:8px;margin-top:9px;max-height:340px;overflow:auto}.mode-options button,.mode-options a{display:block!important;width:100%;text-align:left;padding:10px!important;text-decoration:none;font-size:12px;color:#c1d6f5}.mode-options button:hover,.mode-options a:hover{background:#263b59;border-radius:4px}.mode-options p{font-size:11px;color:#e9a9ad}.profile-popover .mode-switcher{margin-top:18px}.profile-popover>button{width:100%;text-align:left;margin-top:15px}@media(max-width:650px){.auth-screen{padding:35px 16px 24px}.auth-card{padding:27px 22px}.auth-tagline{font-size:11px;line-height:1.8;max-width:280px;margin-bottom:27px}.auth-card h1{font-size:25px}.auth-roles{grid-template-columns:1fr;gap:16px}.auth-role{padding:25px}.auth-role h2{font-size:22px;margin-top:18px}.auth-role p{min-height:0}.auth-welcome{margin:5px 0 25px}.auth-welcome h1{font-size:26px}.auth-welcome p{font-size:12px}.auth-role-continue{width:100%}.auth-footer{line-height:1.8}.auth-card input[type=file]{font-size:11px}}.publication-flow{display:grid;gap:20px;margin:20px 0}.flow-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.flow-columns>section{min-width:0}.flow-preview{display:block;max-width:100%;max-height:260px;border-radius:8px;margin-bottom:16px}.flow-text{white-space:pre-wrap}.publication-flow p,.publication-flow li{font-size:13px;line-height:1.8;color:#9faec2}.publication-flow h3{margin:20px 0 12px}.publication-flow a{color:#98bdf6}.flow-value{font-size:30px;font-weight:700;color:#96ddbe}.flow-actions{display:grid;gap:14px}.flow-actions textarea{width:100%;min-height:90px;background:#19212b;color:#e0e9f5;border:1px solid #384553;padding:12px;border-radius:6px}.flow-timeline{display:grid;gap:20px;padding-left:24px}.flow-timeline small{display:block;color:#79879a}.flow-notifications{max-height:360px;overflow:auto}.flow-notifications p{border-bottom:1px solid #303640;padding:10px 0}.publication-flow .settings-summary dd{overflow-wrap:anywhere}@media(max-width:800px){.flow-columns{grid-template-columns:1fr}.publication-flow .section-toolbar{flex-wrap:wrap}}.page-outlet>.card,.page-outlet>.section-tabs,.page-outlet>.notice{margin-bottom:18px}.padded{padding:24px}.section-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.section-toolbar p{font-size:12px}.section-tabs{display:flex;gap:4px;padding:10px 14px;border-bottom:1px solid var(--border);overflow-x:auto}.section-tabs button{border:0;background:none;white-space:nowrap;color:#929ba9;padding:11px 14px;border-radius:6px;font-size:11px}.section-tabs button.selected{background:#213454;color:#94bdff}.catalog-filters{display:flex;gap:14px;align-items:flex-end;padding:20px;flex-wrap:wrap}.catalog-filters .field{min-width:135px;flex:1}.catalog-filters .field:has(.search-field){min-width:200px}.field{display:flex;flex-direction:column;gap:8px;font-size:12px;min-width:0}.field>span{color:#abb4c1;font-size:11px}.field input,.field select,.field textarea,.invitation-result input,td select{width:100%;min-width:0;padding:10px 12px;color:#e4e8ed;background:#161b21;border:1px solid #303843;border-radius:7px;line-height:1.5}.field textarea{resize:vertical}.field small{font-size:10px;line-height:1.5}.field input:disabled,.field select:disabled{opacity:.6}.field input[type=checkbox]{width:auto}.search-field{display:flex;align-items:center;background:#161b21;border:1px solid #303843;border-radius:7px;color:#8f9baa;padding-left:10px}.search-field input{border:0;background:none;padding-left:7px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:22px 0}.form-grid .wide{grid-column:1/-1}.plain-fieldset{border:0;padding:0}.multi-field{border:1px solid #2b333e;border-radius:8px;margin:0;padding:12px 14px;min-width:0}.multi-field legend{color:#acb5c1;font-size:11px;padding:0 5px}.multi-options{display:flex;gap:12px 18px;flex-wrap:wrap;max-height:165px;overflow:auto}.multi-options label{font-size:11px;color:#b7c0cc;display:flex;align-items:center;gap:6px;line-height:1.4}.multi-options input{accent-color:#4c8dff}.inline-fields{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap}.inline-fields>.field{flex:1;min-width:160px}.inline-fields>input{flex:1;background:#171c22;border:1px solid #343e4b;padding:10px;border-radius:6px;color:#ddd}.inline-actions{display:flex;align-items:center;gap:8px}.inline-actions button{font-size:10px}.pagination{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);color:#8b96a5;font-size:11px}.pagination>div{display:flex;align-items:center;gap:12px}.pagination button{padding:6px}.notice{border:1px solid #355340;border-radius:8px;background:#19291f;color:#9ed6b2;padding:14px 18px;font-size:12px;margin:16px 0}.notice-error{border-color:#694040;background:#2a1b1d;color:#f0aaaa}.risk-badge{display:inline-flex;padding:5px 8px;border-radius:5px;font-size:9px;border:1px solid #34513f;color:#90c4a0;background:#21332755;white-space:nowrap}.risk-badge.medium{border-color:#625431;color:#d1b46e;background:#48381844}.risk-badge.high{border-color:#623238;color:#ed969c;background:#4a212644}.status.rejected,.status.blocked{color:#e8979b;background:#50272b55;border-color:#6b373c66}.status.partial{color:#c8b57c;background:#4a3d2255}.status.confirmed{color:#8fc6a6;background:#203a2a55}.status.pending{color:#b2a2d1;background:#40324f55}.rating{display:inline-flex;background:#24344b;color:#a7caff;font-size:11px;border-radius:5px;padding:5px 9px}.wizard{overflow:visible}.wizard-heading{padding:27px 30px;display:flex;align-items:flex-start;justify-content:space-between}.wizard-heading h2{font-size:25px;margin:10px 0}.wizard-heading p{font-size:12px}.wizard-steps{display:grid;grid-template-columns:repeat(4,1fr);padding:0 30px 22px;gap:14px;border-bottom:1px solid var(--border)}.wizard-steps button{background:none;border:0;color:#7d8796;justify-content:flex-start;font-size:12px;padding:5px 0}.wizard-steps i{height:27px;width:27px;border-radius:50%;font-style:normal;display:flex;align-items:center;justify-content:center;background:#232a33;font-size:11px}.wizard-steps .current{color:#b5d0ff}.wizard-steps .current i{background:#347cff;color:#fff}.wizard-steps .complete{color:#9ecbb0}.wizard-steps .complete i{background:#254333}.wizard-body{padding:8px 30px 28px;min-height:360px}.wizard>.notice{margin:20px 30px}.wizard-footer{padding:20px 30px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.wizard-footer>span{font-size:11px;color:#737e8d}.upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #344151;border-radius:7px;padding:10px 13px;background:#19212b;font-size:11px;cursor:pointer;overflow:hidden}.upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%}.material{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:10px 13px;border:1px solid #2c3745;background:#151c24;border-radius:7px;margin-top:8px;font-size:11px;overflow-wrap:anywhere}.material>span{min-width:0}.material button{padding:4px}.budget-step{display:grid;grid-template-columns:2fr 1fr;gap:25px;align-items:start}.forecast{margin-top:22px;padding:25px;border:1px solid #304664;background:linear-gradient(130deg,#19273a,#121922);border-radius:11px}.forecast h3{font-size:30px;margin:22px 0 6px;letter-spacing:-1px}.forecast p{font-size:11px;line-height:1.8}.forecast>div{display:flex;justify-content:space-between;gap:10px;margin:25px 0;font-size:11px}.forecast.horizontal{margin:18px 0}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.review-card{padding:20px;background:#161b21;border:1px solid #2b3440;border-radius:8px}.review-card h3{font-size:13px;color:#b3caed}.review-card dl,.settings-summary{margin:16px 0 0}.review-card dl>div,.settings-summary>div{display:grid;grid-template-columns:1fr 1.3fr;gap:10px;margin:12px 0;font-size:11px;line-height:1.5}.review-card dt,.settings-summary dt{color:#8591a1}.review-card dd,.settings-summary dd{margin:0;overflow-wrap:anywhere}.form-hint{margin:18px 0;font-size:11px;color:#919dad}.campaign-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:20px}.campaign-title h2{font-size:26px;margin:16px 0}.campaign-title .platforms{gap:12px}.campaign-actions{display:flex;gap:8px;flex-wrap:wrap}.analytics-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:18px 0}.mini-metric{padding:22px 18px;display:flex;flex-direction:column;gap:16px}.mini-metric>span{font-size:10px;color:#8d99a9;min-height:24px}.mini-metric>strong{font-size:25px;letter-spacing:-.5px;white-space:nowrap}.analytics-bottom,.breakdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}.finance-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.profile-grid{display:grid;grid-template-columns:1fr 2fr;gap:18px;margin:18px 0}.publication-link{background:none;border:0;padding:0;white-space:nowrap;justify-content:flex-start;font-size:10px}.video-preview{height:49px;width:36px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(155deg,#284c52,#121b24 60%,#233b47);color:#afc8d5;border:1px solid #304954;flex-shrink:0}.video-preview.instagram{background:linear-gradient(155deg,#594352,#261e2d 65%,#524635)}.video-preview.youtube{background:linear-gradient(155deg,#62403b,#291e21 65%,#46324b)}.video-preview.large{height:260px;width:100%;margin-bottom:20px;border-radius:10px}.profile-grid .padded>p{font-size:12px;margin:12px 0}.history-item{display:flex;gap:24px;padding:15px 0;border-bottom:1px solid var(--border);font-size:12px}.history-item>span{color:#8290a1}.padded>h3{font-size:12px;margin:24px 0 12px}.padded>ul{font-size:12px;color:#aeb8c5;line-height:1.8;padding-left:20px}.author-profile{display:flex;align-items:center;gap:20px;margin:22px 0}.creator-avatar.large{height:70px;width:70px;font-size:22px}.author-profile h2{font-size:25px;margin-bottom:10px}.author-profile p{margin-bottom:12px;font-size:12px}.padded>.directory-item{width:100%;margin-top:10px}.download-link{display:inline-flex;align-items:center;gap:8px;color:#9dbbea;font-size:11px}.invitation-result{padding:18px;background:#1a2735;border:1px solid #324c68;border-radius:8px;margin-top:20px;display:flex;gap:10px;flex-wrap:wrap}.invitation-result p{width:100%;font-size:11px}.invitation-result input{flex:1;min-width:100px}.invitation-row{display:flex;align-items:center;gap:18px;padding:16px 0;border-bottom:1px solid var(--border);font-size:11px}.invitation-row button{margin-left:auto;font-size:10px}.logo-field{display:flex;align-items:center;gap:20px;margin:25px 0}.logo-field img,.logo-field>.company-avatar{width:60px;height:60px;border-radius:9px;object-fit:contain}.notification-settings{margin:22px 0}.notification-settings label{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid #252e39;font-size:12px;color:#b2bfce}.notification-settings input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:34px;height:20px;background:#343c47;border-radius:20px;cursor:pointer;transition:background .2s}.notification-settings input:checked{background:#387bd8}.notification-settings input:after{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;background:#e6edf7;border-radius:50%;transition:transform .2s}.notification-settings input:checked:after{transform:translate(14px)}.integration-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}.integration-list>div{display:flex;justify-content:space-between;gap:15px;border:1px solid #303a48;border-radius:8px;padding:18px;font-size:12px}.integration-list small{font-size:10px}@media(max-width:1350px){.analytics-metrics{grid-template-columns:repeat(3,1fr)}.catalog-filters{gap:12px}.catalog-filters .field{min-width:150px}.budget-step{grid-template-columns:1.5fr 1fr}.wizard-body{padding:8px 22px 25px}}@media(max-width:850px){.profile-grid,.budget-step{grid-template-columns:1fr}.forecast{margin-top:0}.finance-metrics{grid-template-columns:1fr 1fr}.breakdown-grid{grid-template-columns:1fr}.campaign-title{align-items:flex-start;flex-direction:column}.analytics-bottom{grid-template-columns:1fr}.integration-list{grid-template-columns:1fr 1fr}}@media(max-width:600px){.form-grid,.review-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.wizard-heading{padding:22px 18px}.wizard-heading h2{font-size:22px}.wizard-steps{padding:0 15px 18px;gap:6px}.wizard-steps button{font-size:9px;gap:5px;flex-direction:column;align-items:center}.wizard-steps i{width:23px;height:23px}.wizard-body{padding:5px 18px 20px}.wizard-footer{padding:16px}.wizard-footer>span{display:none}.section-toolbar{align-items:flex-start;flex-direction:column}.catalog-filters{padding:16px;display:grid;grid-template-columns:1fr 1fr}.catalog-filters .field,.catalog-filters .field:has(.search-field){min-width:0}.analytics-metrics{grid-template-columns:1fr 1fr}.mini-metric{padding:18px 12px}.mini-metric>strong{font-size:23px}.pagination{font-size:10px;padding:14px 12px;gap:8px}.pagination>div{gap:5px}.padded{padding:20px 16px}.inline-actions{flex-wrap:wrap}.inline-fields>.field{min-width:100%;flex:1}.invitation-row{flex-wrap:wrap;gap:10px}.integration-list{grid-template-columns:1fr}.video-preview.large{height:210px}.review-card{padding:16px}.form-grid{gap:18px}.finance-metrics{gap:10px}.profile-grid .detail-grid{grid-template-columns:1fr 1fr}.campaign-title h2{font-size:22px}}.creator-shell{--creator-blue: #6698ff}.creator-shell .workspace{margin-left:256px}.creator-sidebar{width:256px;position:fixed;inset:0 auto 0 0;background:#0b0e10;border-right:1px solid #252a30;display:flex;flex-direction:column;padding:30px 18px 20px;z-index:40}.creator-sidebar .brand{margin:0 14px 28px;text-decoration:none}.creator-profile-card{display:flex;flex-direction:column;gap:7px;padding:22px 18px;border:1px solid #282d35;border-radius:10px;background:#111519;margin-bottom:30px}.creator-profile-card strong{font-size:17px;margin-top:6px}.creator-profile-card span,.creator-profile-card small{color:#929caa}.creator-profile-card .creator-rating{color:#8eb3ff;margin-top:8px;font-size:11px}.creator-avatar{width:44px;height:44px;border-radius:12px;background:#263c62;color:#c7d9ff;display:grid;place-items:center;font-weight:700;font-size:16px}.creator-nav-label{font-size:10px;letter-spacing:2px;color:#6a7586;margin:0 16px 13px}.creator-sidebar nav{display:grid;gap:5px}.creator-sidebar nav a{display:flex;align-items:center;gap:13px;padding:14px 16px;color:#9ca6b5;border-radius:7px;text-decoration:none;font-size:13px}.creator-sidebar nav a:hover{background:#171d24;color:#fff}.creator-sidebar nav a.active{background:#20304a;color:#b7d0ff}.creator-sidebar nav a i{width:5px;height:5px;background:#79a8ff;border-radius:50%;margin-left:auto}.creator-sidebar-bottom{margin-top:auto;display:grid;gap:18px;padding:22px 12px 0;border-top:1px solid #252a30;color:#8490a0}.creator-sidebar-bottom button{display:flex;gap:10px;align-items:center;text-align:left}.creator-sidebar-bottom a{color:#a3bce4;font-size:12px}.creator-sidebar-bottom small{font-size:10px}.creator-topbar{height:73px;border-bottom:1px solid #242a32;display:flex;align-items:center;justify-content:space-between;padding:0 36px;color:#929baa;font-size:12px}.creator-topbar span:not(.user-avatar){margin:0 10px}.creator-topbar strong{color:#e1e6ee}.creator-top-actions{display:flex;align-items:center;gap:20px;position:relative}.creator-user{display:flex;align-items:center;gap:6px}.creator-user .user-avatar{background:#273b5d;color:#bfd3f7}.creator-bell{position:relative}.creator-bell i{position:absolute;right:7px;top:6px;width:5px;height:5px;background:#7ba9ff;border-radius:50%}.creator-profile-menu{position:absolute;right:0;top:45px;background:#161c24;border:1px solid #354052;z-index:50;border-radius:9px;padding:8px;min-width:230px;box-shadow:0 20px 60px #0009}.creator-profile-menu button{display:flex;align-items:center;gap:12px;width:100%;padding:12px;text-align:left}.creator-profile-menu button:hover{background:#24344d}.creator-main{max-width:1840px;margin:0 auto}.creator-page-heading{margin:4px 0 14px}.creator-page-heading .eyebrow{color:#728197;font-size:10px;letter-spacing:1.5px}.creator-page-heading h1{font-size:28px;margin:9px 0}.creator-subtitle{color:#8592a5;margin:0 0 26px;line-height:1.7}.creator-section-title{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:26px 0 20px}.creator-section-title h2{font-size:18px;margin:0}.creator-section-title h3{margin:0!important}.creator-section-title>.creator-subtitle{margin-bottom:0}.creator-section-title>button{color:#a8c7fc}.creator-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:14px;margin:22px 0}.creator-metric{padding:22px;display:flex;flex-direction:column;gap:15px}.creator-metric>span{color:#909daf;font-size:12px}.creator-metric>strong{font-size:27px;letter-spacing:-1px;font-weight:600;color:#e7edf7}.creator-metric>small{color:#768395;font-size:10px}.creator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.creator-campaign{padding:23px;display:flex;flex-direction:column}.creator-card-top{display:flex;align-items:center;gap:9px;font-size:11px;color:#9aa7b7}.creator-card-top>span:last-child{margin-left:auto;font-size:10px}.creator-card-top .company-avatar{width:32px;height:32px;font-size:10px}.creator-campaign h3{font-size:17px;line-height:1.5;margin:20px 0 18px}.creator-cpm{font-size:34px;letter-spacing:-1px;font-weight:600;line-height:1.3}.creator-cpm>span{font-size:16px;color:#8b9cb2;font-weight:400;letter-spacing:0}.creator-campaign>p,.creator-section>p{font-size:12px;line-height:1.8;color:#8f9cad}.creator-campaign>p{margin:5px 0 18px}.creator-platforms{display:flex;gap:7px;flex-wrap:wrap;margin:15px 0}.creator-platforms span,.creator-platforms a{font-size:10px;padding:6px 9px;border:1px solid #323b48;border-radius:5px;color:#b5c4db}.creator-platforms a{font-size:12px;color:#9ec1fc}.creator-facts{margin:18px 0;display:grid;gap:14px;font-size:11px}.creator-facts>div{display:flex;align-items:start;justify-content:space-between;gap:15px}.creator-facts dt{color:#8290a3}.creator-facts dd{margin:0;text-align:right;color:#d5e0ee;line-height:1.5}.creator-open{margin-top:auto;padding-top:18px;border-top:1px solid #29313b;display:flex;justify-content:space-between;align-items:center;color:#94bbfc;text-decoration:none;font-size:12px}.creator-lock{padding:10px;border-radius:5px;background:#211f1b;color:#c7ad77!important;display:flex;align-items:start;gap:8px}.creator-lock svg{flex-shrink:0;margin-top:4px}.creator-memberships{margin:5px 0 18px;display:grid;gap:12px}.creator-memberships>div{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:12px}.creator-memberships small{width:100%;color:#8597ad;font-size:10px}.creator-badge{display:inline-block;border-radius:4px;font-size:10px;padding:5px 8px;background:#28291f;color:#d3bd7d;white-space:nowrap}.creator-badge.good{background:#16372d;color:#77d8b0}.creator-badge.bad{background:#3a2226;color:#e29b9e}.creator-tabs{display:flex;gap:4px;overflow:auto;border-bottom:1px solid #2b3440;margin-bottom:20px}.creator-tabs button{white-space:nowrap;color:#8798af;padding:13px 18px;border-bottom:2px solid transparent;font-size:12px}.creator-tabs button.active{color:#9dc0ff;border-color:#6b9eff;background:#182334}.creator-filter{padding:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:24px}.creator-filter .field{min-width:0}.creator-filter .creator-checkbox{grid-column:span 2}.creator-filter>button{font-size:11px;color:#9bbef7}.creator-shell input,.creator-shell select,.creator-shell textarea{min-width:0}.creator-checkbox{display:flex;gap:9px;align-items:center;font-size:12px;color:#b3c0d2;line-height:1.5}.creator-checkbox input{width:15px;accent-color:#6c9eff}.creator-shell .primary{background:#568ae9;color:#fff;border:1px solid #6c9cfa;font-weight:500}.creator-shell .primary:hover{background:#699cf4}.creator-shell button:disabled{opacity:.45;cursor:not-allowed}.creator-detail-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:24px 0}.creator-detail-title h2{font-size:24px}.creator-detail-title p{color:#8a9aad}.creator-detail-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:20px}.creator-section{padding:26px;margin-bottom:20px;min-width:0}.creator-section h3{font-size:16px;margin:0 0 20px}.creator-section h3:not(:first-child){margin-top:26px}.creator-section hr{border:0;border-top:1px solid #303a47;margin:25px 0}.creator-list{padding-left:20px;font-size:12px;color:#a3b3c8;line-height:2.2}.creator-account-choice{display:flex;align-items:start;gap:12px;padding:16px;border:1px solid #2d3744;border-radius:7px;margin-top:12px;cursor:pointer}.creator-account-choice.selected{border-color:#638fd4;background:#162132}.creator-account-choice input{width:15px;margin-top:3px;accent-color:#73a5fb}.creator-account-choice>div{display:grid;gap:7px}.creator-account-choice strong{font-size:14px}.creator-account-choice span{font-size:11px;color:#a8b5c6}.creator-account-choice small{font-size:10px;line-height:1.6;color:#8395ac}.creator-account-choice small.green{color:#7bd9b0}.creator-account-choice small.red{color:#e5a5a7}.creator-earning-estimate{position:sticky;top:20px}.creator-earning-estimate>span{font-size:10px;letter-spacing:1.3px;color:#8596af}.creator-earning-estimate>.primary{margin-top:25px;width:100%;justify-content:center}.creator-earning-estimate>small{font-size:11px;line-height:1.7;color:#8395ad;display:block}.creator-member-status{margin-top:24px}.creator-member-status p{font-size:12px;color:#a0b1c6}.creator-prewrap{white-space:pre-wrap}.creator-submit{display:flex;align-items:end;flex-wrap:wrap;gap:16px;margin-top:26px}.creator-submit .field{flex:1;min-width:220px}.creator-submit small{width:100%;color:#8296b0;font-size:11px}.creator-notice{background:#1b283c;border:1px solid #354f73;color:#bed3f4!important;padding:13px 16px;border-radius:6px;font-size:12px;line-height:1.7;overflow-wrap:anywhere}.creator-chart{height:270px;width:100%}.creator-chart-legend{font-size:11px!important;color:#9bacc6!important;white-space:pre-wrap}.creator-table-wrap{overflow-x:auto}.creator-table{width:100%;border-collapse:collapse;font-size:11px;white-space:nowrap}.creator-table th{padding:17px 18px;border-bottom:1px solid #2d3540;text-align:left;color:#798ba3;font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.creator-table td{padding:19px 18px;border-bottom:1px solid #232d39;color:#c5d2e4}.creator-table td small{display:block;color:#7e91aa;font-size:10px;margin-top:6px}.creator-table tbody tr:hover{background:#17202b}.creator-table td button{color:#aacafa;text-align:left}.creator-table tbody tr:last-child td{border-bottom:0}.creator-video{height:240px;border-radius:8px;background:linear-gradient(140deg,#1a2c48,#102623);display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:40px;color:#a3c5ef;gap:20px}.creator-video span{font-size:11px;color:#9cacc3}.creator-reasons{list-style:none;padding:0;display:grid;gap:12px}.creator-reasons li{display:flex;gap:25px;padding:15px;background:#211f22;border-left:2px solid #c19864;font-size:12px;line-height:1.7}.creator-reasons li strong{min-width:65px;color:#d6b788}.creator-reasons li span{color:#aeb9c8}.creator-modal{max-width:520px;width:calc(100vw - 32px);padding:30px;max-height:90vh;overflow:auto}.creator-modal form{display:grid;gap:20px;margin-top:24px}.creator-modal>p{color:#8e9fb8;line-height:1.8;font-size:12px}.creator-connect{display:flex;justify-content:space-between;gap:20px;align-items:center;width:100%;padding:18px;border:1px solid #34445a;border-radius:7px;margin-top:12px}.creator-connect span{font-size:10px;color:#94b7ea}.creator-address{overflow-wrap:anywhere;word-break:break-word;font-family:monospace;color:#a9c3e8!important;font-size:12px}.creator-settings{max-width:620px;display:grid;gap:20px}.creator-settings .primary{justify-self:start}.creator-spaced{margin-top:30px}.creator-referral{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.creator-referral code{flex:1;min-width:0;overflow-wrap:anywhere;padding:15px;background:#182333;border-radius:7px;color:#a8c8f8;font-size:12px}.creator-notifications article{padding:24px;border-bottom:1px solid #293645;display:flex;align-items:center;justify-content:space-between;gap:20px}.creator-notifications article h3{font-size:14px}.creator-notifications article p{font-size:12px;color:#9cacc3;line-height:1.8}.creator-notifications article small{font-size:10px;color:#8293aa}.creator-notifications article button{color:#9fc0f3;font-size:12px;white-space:nowrap}.creator-notifications article.read{opacity:.7}.creator-next{display:flex;justify-content:space-between;align-items:center;margin-top:25px;gap:20px}.creator-next p{font-size:12px;color:#91a2bb;line-height:1.7}.creator-menu-button,.creator-mobile-close{display:none}.creator-login-link{display:block;color:#9dbff5;font-size:12px;margin-top:18px}.creator-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:39}@media(min-width:1800px){.creator-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.creator-main{padding:36px 48px}}@media(max-width:1400px){.creator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-filter{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1000px){.creator-sidebar{transform:translate(-100%);transition:transform .2s}.creator-sidebar.open{transform:none}.creator-shell .workspace{margin-left:0}.creator-menu-button,.creator-mobile-close{display:inline-flex}.creator-mobile-close{position:absolute;right:15px;top:24px}.creator-topbar{padding:0 20px;gap:15px}.creator-topbar>div:nth-child(2){margin-right:auto}.creator-detail-grid{grid-template-columns:1fr}.creator-earning-estimate{position:static}.creator-filter{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.creator-main{padding:25px 16px}.creator-topbar{height:63px;padding:0 12px}.creator-topbar .creator-user>span:first-child,.creator-user>svg{display:none}.creator-top-actions{gap:3px}.creator-topbar>div{font-size:10px}.creator-grid{grid-template-columns:1fr}.creator-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.creator-metric{padding:17px 13px}.creator-metric>strong{font-size:22px}.creator-metric>span{font-size:10px;line-height:1.5}.creator-metric:last-child:nth-child(odd){grid-column:span 2}.creator-page-heading h1{font-size:25px}.creator-section-title{align-items:start;flex-wrap:wrap}.creator-section-title .creator-tabs{width:100%;margin-bottom:5px}.creator-section{padding:20px 16px}.creator-section h2{font-size:18px}.creator-filter{padding:15px;gap:12px}.creator-filter .field>span{font-size:10px}.creator-detail-title h2{font-size:20px}.creator-detail-title{align-items:start;flex-wrap:wrap}.creator-chart{height:230px}.creator-tabs button{padding:12px;font-size:11px}.creator-next{display:block}.creator-next .primary{margin-top:15px}.creator-notifications article{padding:17px;display:block}.creator-notifications article button{margin-top:12px}.creator-profile-menu{right:0;min-width:220px}.creator-facts{font-size:10px}.creator-account-choice{padding:12px}.creator-modal{padding:25px 18px}}.creator-overview-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:24px 0}.creator-overview-metrics .creator-metrics{display:contents}.creator-overview-metrics>.skeleton,.creator-overview-metrics>.error-state{grid-column:span 2}@media(max-width:1250px){.creator-overview-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.creator-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.creator-overview-metrics>.creator-metric:last-child{grid-column:span 2}}.account-languages{display:grid;gap:12px;margin:20px 0}.account-languages>button{justify-self:start}.admin-shell{display:flex;min-height:100vh;background:#0c1016;color:#e8eef6;font-size:14px}.admin-sidebar{width:238px;flex-shrink:0;padding:28px 18px;border-right:1px solid #27313f;background:#101722}.admin-logo{font-size:28px;font-weight:800;color:#f6f9ff;text-decoration:none}.admin-logo span{display:block;font-size:12px;color:#91a9c6;font-weight:400;margin-top:6px}.admin-sidebar>p{color:#91a9c6;font-size:12px;margin:22px 0}.admin-sidebar nav{display:grid;gap:4px;margin-bottom:30px}.admin-sidebar a{color:#a6b7ce;text-decoration:none}.admin-sidebar nav a{padding:10px 14px;border-radius:8px}.admin-sidebar a[aria-current=page]{background:#253e63;color:#fff}.admin-body{min-width:0;flex:1}.admin-body header{display:flex;gap:20px;align-items:center;justify-content:flex-end;padding:20px 36px;border-bottom:1px solid #27313f}.admin-body header>span:first-child{margin-right:auto;color:#91a9c6}.admin-body main{padding:36px;max-width:1800px;margin:auto}.admin-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.admin-title p{font-size:11px;letter-spacing:2px;color:#8b9fb9}.admin-title h1{font-size:30px;margin:8px 0}.admin-shell button{border:1px solid #344358;background:#1a2738;color:#e8eef6;padding:9px 14px;border-radius:7px;cursor:pointer}.admin-shell button.primary{background:#4178db;border-color:#4178db}.admin-shell button:disabled{opacity:.45;cursor:default}.admin-shell input,.admin-shell select,.admin-shell textarea{box-sizing:border-box;background:#101722;color:#e8eef6;border:1px solid #35445a;border-radius:6px;padding:10px;font:inherit;min-width:0}.admin-shell textarea{min-height:85px;resize:vertical}.admin-shell a{color:#9ebeff}.admin-filters{display:flex;gap:12px;margin-bottom:22px}.admin-filters input{flex:1}.admin-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.admin-metrics article,.admin-panel{border:1px solid #2a374b;background:#121c29;padding:24px;border-radius:12px}.admin-metrics strong{font-size:38px}.admin-metrics p{color:#a8b7ca;margin:6px 0}.admin-panel{margin-top:24px;line-height:1.8}.admin-table-wrap{overflow:auto;border:1px solid #2a374b;border-radius:10px;margin-top:16px}.admin-table-wrap table{border-collapse:collapse;width:100%;text-align:left}.admin-table-wrap th{background:#172232;color:#91a9c6;font-size:12px;padding:14px}.admin-table-wrap td{padding:14px;border-top:1px solid #253144;max-width:300px;overflow-wrap:anywhere}.admin-table-wrap tr:hover{background:#131e2d}.admin-status{display:inline-block;padding:5px 9px;background:#273a57;border-radius:5px;white-space:nowrap;font-size:12px}.admin-status.s-blocked,.admin-status.s-rejected{background:#532e3e}.admin-status.s-active,.admin-status.s-paid,.admin-status.s-settled{background:#1e4b41}.admin-empty{text-align:center;padding:32px;color:#8b9fb9}.admin-pagination{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:20px}.admin-notice{padding:15px;border:1px solid #3b648f;border-radius:8px;background:#1d304b}.admin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000a;z-index:100;display:flex;justify-content:flex-end}.admin-dialog{width:min(820px,100%);background:#111b28;overflow:auto;padding:30px;box-sizing:border-box;box-shadow:-10px 0 50px #0008}.admin-close{float:right}.admin-dialog h2{margin:12px 0 24px}.admin-facts{display:grid;gap:0}.admin-facts>div{display:grid;grid-template-columns:180px 1fr;gap:15px;padding:10px 0;border-bottom:1px solid #2b3748}.admin-facts dt{color:#93a9c4}.admin-facts dd{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.admin-action{display:grid;gap:14px;border-top:1px solid #30405a;margin-top:24px;padding-top:20px}.admin-action label{display:grid;gap:8px;color:#b6c6da}.admin-action input[type=checkbox]{width:18px;height:18px}.admin-action>button{justify-self:start}.admin-shell [role=alert]{color:#ffb0b0}.admin-permissions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-permissions label{display:flex;align-items:center;font-size:12px}.admin-notes article{border-left:2px solid #5079ac;padding:10px 14px;margin:12px 0;background:#192537}.admin-notes small{color:#91a9c6}.admin-dialog pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;background:#0b131e;padding:16px}.admin-shell h3{font-size:17px}@media(max-width:900px){.admin-shell{display:block}.admin-sidebar{width:auto;padding:18px}.admin-sidebar nav{display:flex;overflow:auto;margin:12px 0}.admin-sidebar nav a{white-space:nowrap}.admin-sidebar>p{margin:8px 0}.admin-body main{padding:20px}.admin-body header{padding:14px;flex-wrap:wrap}.admin-metrics{grid-template-columns:1fr 1fr}.admin-filters{flex-wrap:wrap}.admin-facts>div{grid-template-columns:120px 1fr}.admin-permissions{grid-template-columns:1fr}}@media(max-width:520px){.admin-metrics{grid-template-columns:1fr}.admin-dialog{padding:18px}.admin-title h1{font-size:24px}.admin-body header>span:first-child{display:none}.admin-filters input{width:100%}.admin-body main{padding:14px}}.legal-editor-list{display:grid;gap:24px}.legal-editor{padding:24px;min-width:0}.legal-editor label{display:grid;gap:8px;margin:20px 0}.legal-editor textarea{width:100%;resize:vertical;line-height:1.6}.legal-editor input{width:100%}.legal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.legal-editor .legal-content{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.75}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff")}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e9e9eb;background:#0e1012;font-synthesis:none;font-size:13px;color-scheme:dark;--muted: #797d85;--border: #24272b;--card: #111315;--green: #6bd593}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{border:1px solid var(--border);background:#191c20;border-radius:8px;padding:9px 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:hover{background:#24282e}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #5494ff;outline-offset:4px}button:disabled{opacity:.5;cursor:default}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1{font-size:23px;letter-spacing:-.65px;font-weight:650}h2{font-size:15px;letter-spacing:-.25px;font-weight:600}p{color:var(--muted);line-height:1.65}small{color:var(--muted)}.green{color:var(--green)!important}.red{color:#f38d8d}.app-shell{min-height:100vh}.sidebar{width:256px;position:fixed;inset:0 auto 0 0;z-index:40;background:#0b0d0f;border-right:1px solid #1f2226;padding:30px 18px 0;display:flex;flex-direction:column}.brand{font-size:30px;font-weight:750;letter-spacing:1px;display:flex;align-items:center;gap:5px;width:max-content;margin-left:14px;line-height:1}.brand-dot{height:6px;width:6px;border-radius:50%;background:#82e8a4;margin-top:18px}.company-picker{position:relative;margin:29px 0 28px}.company-trigger{width:100%;justify-content:flex-start;padding:12px;background:#111315;border-radius:10px;gap:11px}.company-trigger>svg{margin-left:auto;color:#8e9299}.company-trigger strong{font-size:14px}.company-avatar{width:36px;height:36px;border:1px solid #45474d;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:650;flex-shrink:0;background:#131517}.company-avatar img{width:100%;height:100%;object-fit:contain;border-radius:inherit}.company-brand{display:flex;align-items:center;gap:10px}.company-options{position:absolute;top:70px;left:0;right:0;z-index:50;background:#181b1f;border:1px solid #33373d;box-shadow:0 12px 30px #0008;border-radius:10px;padding:6px}.company-options button{width:100%;justify-content:flex-start;background:transparent;border:0;padding:9px}.company-options button:hover,.company-options .selected{background:#24282d}.company-options button>.green{margin-left:auto}.nav-group{margin-bottom:27px}.nav-label{font-size:10px;letter-spacing:1.4px;font-weight:650;color:#656a72;padding:0 14px;margin:0 0 10px}.nav-link{height:42px;display:flex;align-items:center;gap:12px;color:#9599a1;padding:0 14px;border-radius:8px;margin:3px 0;font-weight:500}.nav-link:hover{background:#171a1d;color:#dedfe2}.nav-link.active{background:#202326;color:#f2f3f4}.nav-active-dot{height:5px;width:5px;border-radius:50%;background:#9cdda9;margin-left:auto}.sidebar-bottom{margin-top:auto}.support{border-top:1px solid #202327;padding:19px 10px;display:flex;gap:12px;align-items:center;color:#969ba2}.support strong{font-size:11px;color:#c0c3c8;font-weight:500}.support button{padding:6px 0 0;border:0;background:none;color:#6f747c;font-size:10px;gap:1px}.sidebar-user{border-top:1px solid #202327;display:flex;align-items:center;padding:18px 10px;gap:10px}.user-avatar{height:31px;width:31px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e5e6e9;color:#24262a;font-size:11px;font-weight:700;flex-shrink:0}.sidebar-user .user-avatar{background:#22262a;color:#cfd2d5;border:1px solid #36393d}.sidebar-user strong{display:block;font-size:10px;font-weight:500}.sidebar-user small{display:block;margin-top:5px;font-size:10px}.workspace{margin-left:256px}.top-navigation{height:73px;border-bottom:1px solid #1e2125;position:sticky;top:0;z-index:30;background:#0e1012f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 36px}.breadcrumbs{display:flex;align-items:center;gap:12px;font-size:12px}.breadcrumbs>span:first-of-type{color:#979ba2}.slash{color:#51555d}.breadcrumbs strong{font-weight:550}.top-user{display:flex;align-items:center;gap:17px;position:relative}.icon-button{border:0;background:transparent;color:#8c929b;padding:6px;border-radius:5px}.top-divider{width:1px;height:20px;background:#282b30}.profile-button{padding:0;background:none;border:0;font-size:11px;color:#a9adb4;gap:13px}.notification-wrap{position:relative}.notification-popover,.profile-popover{position:absolute;right:0;top:42px;background:#1b1e22;border:1px solid #34383d;border-radius:10px;padding:20px;min-width:280px;box-shadow:0 14px 35px #0007}.notification-popover p,.profile-popover p{margin:14px 0 5px}.main-content{max-width:2000px;margin:auto;padding:37px 36px 0}.overview-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 25px}.company-heading{display:flex;gap:13px;align-items:center}.header-avatar{width:42px;height:42px;border-color:#363a40;border-radius:10px}.company-heading p{margin-top:8px;font-size:12px}.date-picker{position:relative;z-index:25;flex-shrink:0}.date-trigger{font-size:11px;background:#17191c;padding:11px 12px;border-color:#2c2f34;gap:10px}.date-trigger>svg:first-child{color:#91969e}.date-popover{position:absolute;right:0;top:48px;min-width:292px;background:#181b1f;border:1px solid #353a41;border-radius:10px;box-shadow:0 18px 60px #0008;padding:9px}.popover-label{color:#838a94;text-transform:uppercase;font-size:9px;letter-spacing:1px;padding:9px 10px}.date-popover>button{width:100%;justify-content:space-between;background:none;border:0;font-size:12px}.date-popover>button:hover{background:#262b31}.date-popover form{border-top:1px solid #30343b;margin-top:7px;padding-top:4px}.date-popover label{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;font-size:11px;color:#9299a4}.date-popover input{border:1px solid #373d45;background:#101316;color:#eee;border-radius:5px;padding:6px}.date-popover .primary{width:100%;margin-top:12px}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:16px}.metric{padding:19px 17px 17px}.metric h2{font-size:10px;color:#8a8e96;letter-spacing:0;font-weight:550;min-height:25px}.metric-number{font-size:28px;letter-spacing:-1px;font-weight:600;margin:4px 0 14px;white-space:nowrap}.metric-change{display:flex;align-items:center;gap:4px;font-size:9px;color:#959ba5;white-space:nowrap}.metric-change svg{flex-shrink:0}.primary-charts{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:16px}.chart-card{padding:22px 22px 14px;min-width:0}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.card-header p{font-size:11px;margin-top:8px}.card-value{text-align:right;font-size:23px;letter-spacing:-.5px;font-weight:600;white-space:nowrap}.card-value small{display:block;font-size:9px;letter-spacing:0;font-weight:400;margin-top:6px}.legend{display:flex;gap:18px;margin-top:20px;min-height:17px;flex-wrap:wrap}.legend span{display:flex;align-items:center;gap:6px;font-size:9px;color:#8d929a}.legend i,.chart-tooltip i{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}.legend b{color:#c2c6cd;font-weight:500;margin-left:1px}.chart{height:249px;margin-top:8px}.chart-tooltip{background:#20242a;border:1px solid #383e47;border-radius:8px;padding:14px 16px;box-shadow:0 8px 25px #0005;min-width:240px;font-size:11px}.chart-tooltip>strong{display:block;margin-bottom:12px}.chart-tooltip>div{display:flex;align-items:center;gap:7px;margin-top:8px;color:#a3acb7}.chart-tooltip b{margin-left:auto;padding-left:16px;color:#eee;font-weight:500}.secondary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:23px}.secondary-grid .chart{height:213px}.secondary-grid .card-header h2{font-size:14px}.secondary-grid .card-value{font-size:22px}.ranking{padding:22px 20px 12px}.text-button{border:0;background:none;color:#a3a8b0;font-size:9px;padding:1px 0;gap:4px;white-space:nowrap}.text-button:hover{background:none;color:#f1f4f7}.ranking .card-header{gap:3px}.ranking .card-header p{font-size:10px}.rank-list{margin-top:19px}.campaign-rank,.creator-rank{width:100%;background:none;border:0;padding:12px 0;gap:10px;border-radius:5px;text-align:left;justify-content:flex-start}.campaign-rank:hover,.creator-rank:hover{background:#191d22}.rank-num{font-size:10px;color:#666e78;width:12px;text-align:center;flex-shrink:0}.campaign-rank>div{flex:1;min-width:0}.rank-line{display:flex;justify-content:space-between;gap:8px;font-size:10px;margin-bottom:9px}.rank-line strong{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-line b{font-weight:550}.rank-track{height:3px;background:#24292f;border-radius:3px;overflow:hidden}.rank-track i{display:block;height:100%;background:#4587ff;border-radius:3px}.creator-rank{padding:9px 0;border-bottom:1px solid #202329;border-radius:0;gap:9px}.creator-rank:last-child{border:0}.creator-avatar{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#243e40;color:#9cc4bb;font-size:9px;font-weight:600;flex-shrink:0}.avatar-1{background:#343148;color:#b8aad7}.avatar-2{background:#493a29;color:#d7be90}.avatar-3{background:#294151;color:#9fc0d4}.avatar-4{background:#442e3a;color:#cd9bae}.creator-rank>div{min-width:0}.creator-rank strong{font-size:10px;font-weight:500;display:block;overflow:hidden;text-overflow:ellipsis}.creator-rank small{font-size:8px;display:flex;align-items:center;gap:4px;margin-top:5px}.creator-rank .platform{width:10px;height:10px;font-size:11px}.creator-rank .platform svg{width:10px;height:10px}.creator-rank>b{margin-left:auto;font-size:11px;font-weight:550}.campaigns-table>.card-header{padding:21px 22px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;white-space:nowrap;text-align:left;font-size:11px}th{font-size:9px;text-transform:uppercase;letter-spacing:.25px;color:#727983;font-weight:550;background:#111416;border-top:1px solid var(--border);border-bottom:1px solid var(--border);height:39px;padding:0 14px}td{height:69px;padding:10px 14px;border-bottom:1px solid #22262b;color:#c9cdd3}th:first-child,td:first-child{padding-left:22px}td:last-child{padding-right:18px}tbody tr:hover{background:#161a1e}.campaign-name{border:0;background:none;padding:0;font-size:11px;gap:11px;font-weight:500}.campaign-name:hover{background:none;color:#fff}.campaign-icon{height:32px;width:32px;border-radius:7px;background:linear-gradient(135deg,#384936,#15251c);border:1px solid #4f634455;display:flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:.5px;color:#c0d1a1}.icon-1{background:linear-gradient(135deg,#354b67,#182336);color:#a3bfdb;border-color:#385b7655}.icon-2{background:linear-gradient(135deg,#684734,#2c1c17);color:#dbb494;border-color:#76533a55}.icon-3{background:linear-gradient(135deg,#4d395d,#221b2f);color:#bda1d7;border-color:#67507d55}.platforms{display:flex;gap:9px;align-items:center}.platform{display:inline-flex;align-items:center;justify-content:center;color:#aeb4be;font-size:21px;font-weight:650;width:17px;height:18px}.status{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:9px;border:1px solid #3b414944;border-radius:5px;padding:5px 7px;background:#292e3544;color:#929aa6}.status i{height:4px;width:4px;border-radius:50%;background:currentColor}.status.active{color:#78c99b;background:#203c2d55;border-color:#34594066}.status.paused{color:#d9b65c;background:#4b3b1b33;border-color:#66532855}.status.completed{color:#91a2b7;background:#29354444}.status.review{color:#b3a0d5;background:#45325e33;border-color:#5c437b44}.status.budget_exhausted{color:#dd9b62;background:#59381944}.budget-track{height:3px;width:65px;border-radius:3px;background:#2b3037;margin-top:8px;overflow:hidden}.budget-track i{display:block;height:100%;background:#5d8873}.table-footer{padding:13px 22px;display:flex;justify-content:space-between;color:#626b77;font-size:9px}.table-footer>span:last-child{display:flex;align-items:center;gap:4px}.page-footer{display:flex;justify-content:space-between;align-items:center;color:#5d6671;font-size:9px;padding:23px 0}.page-footer>span{display:flex;align-items:center;gap:7px}.live-dot{height:5px;width:5px;border-radius:50%;background:#669978}.footer-separator{color:#3f4854;margin:0 3px}.error-state,.empty-state{padding:40px 20px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:#7c8794}.error-state strong,.empty-state h3{font-size:15px;color:#c4ccd7;font-weight:550}.empty-state p{max-width:370px;font-size:12px}.empty-link{margin:0 auto 35px;display:flex}.skeleton{min-height:210px;padding:22px;display:flex;flex-direction:column;gap:18px;width:100%}.skeleton i{display:block;height:20px;width:50%;background:linear-gradient(90deg,#1a1e23,#272c33,#1a1e23);background-size:200% 100%;border-radius:5px;animation:shimmer 1.7s infinite}.skeleton i:nth-child(2){width:30%;height:35px}.skeleton i:nth-child(3){width:100%;flex:1}.skeleton.small{min-height:90px}.metrics>.skeleton,.metrics>.error-state{grid-column:1/-1;min-height:136px;background:#14171a;border-radius:12px}.metrics>.skeleton{flex-direction:row}.metrics>.skeleton i{width:33%;height:90px}.ranking>.skeleton{min-height:243px}.chart-card>.skeleton{min-height:348px}@keyframes shimmer{to{background-position:-200% 0}}.menu-toggle,.mobile-close{display:none}.table-filters{display:flex;gap:12px;padding:0 22px 20px}.table-filters label{display:flex;align-items:center;gap:9px;border:1px solid #303741;border-radius:7px;padding:0 10px;color:#858e9b}.table-filters input{padding:10px 0;background:none;border:0;outline:none}.table-filters select{border:1px solid #303741;background:#191d22;border-radius:7px;padding:8px 12px}.main-content>main,.main-content>.chart-card{margin-bottom:16px}.main-content>.card>.card-header{padding:22px}.main-content>.chart-card>.card-header{padding:0}.creators-directory{padding:0 22px 22px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.directory-item{background:#161a1f;padding:18px;justify-content:flex-start;font-size:11px}.directory-item strong{font-weight:500}.directory-item b{margin-left:auto}.report-preview{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding:12px 0 30px}.report-preview>div,.detail-grid>div{display:flex;flex-direction:column;gap:9px}.report-preview span,.detail-grid span{font-size:11px;color:#7f8997}.report-preview strong,.detail-grid strong{font-size:13px;font-weight:500}.reports-card{padding:24px}.reports-card>.card-header{padding:0 0 25px!important}.primary{background:#dcebe1;color:#14231a;border-color:#dcebe1;font-weight:600;font-size:12px}.primary:hover{background:#f1fff6;color:#102619}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:560px;max-width:100%;position:relative;padding:35px;box-shadow:0 25px 90px #0007}.modal-close{position:absolute;right:15px;top:15px}.eyebrow{font-size:9px;font-weight:600;letter-spacing:1.5px;color:#82918e}.modal h2{font-size:23px;margin:16px 0 20px}.modal p{font-size:12px;margin-bottom:20px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:27px 0}.support-context{padding:15px;background:#1b2024;color:#a5afb9;font-size:12px;line-height:2;border-radius:7px;margin:20px 0}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse at 50% 10%,#1b2924 0,transparent 55%)}.login-card{width:470px;max-width:100%;padding:42px}.login-card .brand{margin:0 0 45px}.login-card h1{font-size:30px;line-height:1.3;margin:15px 0}.login-card>p{margin-bottom:28px}.login-card>.primary{width:100%;padding:14px}.login-card>small{display:block;text-align:center;font-size:10px;margin-top:13px}.login-note{border-top:1px solid #29332e;margin-top:30px;padding-top:22px;display:flex;gap:8px;align-items:center;font-size:10px;color:#76857e}@media(min-width:1650px){.sidebar{width:280px;padding:33px 20px 0}.workspace{margin-left:280px}.top-navigation{height:80px;padding:0 45px}.main-content{padding:47px 45px 0}.nav-link{height:46px;font-size:14px}.nav-group{margin-bottom:32px}.nav-label{font-size:11px}.metric{padding:23px 20px}.metric h2{font-size:12px}.metric-number{font-size:31px}.metric-change{font-size:10px}.chart{height:280px}.chart-card{padding:25px}.card-header h2{font-size:17px}.card-header p{font-size:12px}.legend span{font-size:10px}.secondary-grid .chart{height:220px}.ranking{padding:25px}.secondary-grid .card-header h2{font-size:16px}.rank-line,.creator-rank strong{font-size:12px}.creator-rank{padding:11px 0}.campaign-rank{padding:13px 0}.text-button{font-size:10px}.campaign-name,table{font-size:12px}.table-footer{font-size:10px}.metric h2{min-height:20px}.overview-header{margin-bottom:28px}}@media(max-width:1350px){.sidebar{width:220px;padding-left:12px;padding-right:12px}.workspace{margin-left:220px}.main-content{padding:28px 24px 0}.top-navigation{padding:0 24px}.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metric h2{font-size:11px;min-height:15px}.metric-number{font-size:27px;margin:10px 0}.metric-change{font-size:10px}.metric{padding:17px}.ranking{padding:20px 14px}.ranking .card-header{flex-wrap:wrap}.ranking .card-header .text-button{margin-top:8px}.rank-list{margin-top:9px}.chart-card{padding:20px 16px}.company-heading h1{font-size:20px}.date-trigger{font-size:10px}.secondary-grid .chart{height:224px}}@media(max-width:1050px){.sidebar{transform:translate(-100%);transition:transform .2s}.sidebar.mobile-open{transform:translate(0);width:256px}.workspace{margin-left:0}.menu-toggle,.mobile-close{display:inline-flex}.mobile-close{position:absolute;right:15px;top:25px}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0008;border:0;z-index:39;border-radius:0}.secondary-grid{grid-template-columns:1fr 1fr}.secondary-grid>.publications-card{grid-column:1/-1}.secondary-grid .publications-card .chart{height:180px}.ranking .card-header{flex-wrap:nowrap}.ranking .card-header .text-button{margin-top:0}.primary-charts{grid-template-columns:1.7fr 1fr}.main-content{padding:27px 24px 0}}@media(max-width:700px){.top-navigation{height:62px;padding:0 16px}.top-user{gap:8px}.profile-button>span:first-child,.top-divider{display:none}.breadcrumbs{gap:8px;font-size:11px}.main-content{padding:24px 16px 0}.overview-header{align-items:flex-start;flex-direction:column;gap:18px}.company-heading h1{font-size:20px}.company-heading p,.date-trigger{font-size:11px}.date-popover{left:0;right:auto}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metric{padding:16px 12px}.metric h2{font-size:9px;min-height:22px}.metric-number{font-size:26px;margin:5px 0 12px}.metric-change{font-size:8px;white-space:normal;align-items:flex-start}.primary-charts,.secondary-grid{grid-template-columns:1fr;gap:12px}.secondary-grid>.publications-card{grid-column:auto}.chart{height:220px}.secondary-grid .chart{height:195px}.card-header p{font-size:10px}.card-value{font-size:21px}.legend{gap:9px}.legend span{font-size:8px}.chart-card{padding:19px 15px 12px}.ranking{padding:20px}.rank-line,.creator-rank strong{font-size:12px}.creator-rank{padding:11px 0}.page-footer>span:last-child{display:none}.campaigns-table>.card-header{padding:19px 15px}.campaigns-table h2{font-size:14px}.table-footer{padding:12px 15px}.table-footer>span:last-child{display:none}.creators-directory{grid-template-columns:1fr;padding:0 15px 15px}.table-filters{flex-direction:column;padding:0 15px 15px}.report-preview,.detail-grid{grid-template-columns:1fr}.modal{max-height:90vh;overflow:auto;padding:28px}.login-card{padding:30px}.login-card h1{font-size:27px}.profile-popover{right:0}.notification-popover{right:-40px}.report-preview{gap:20px}.chart-tooltip{min-width:210px;padding:10px;font-size:10px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.campaign-detail-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:30px 0 20px}.campaign-detail-header h2{font-size:24px;margin-top:10px}.reports-card .detail-grid{grid-template-columns:repeat(3,1fr);padding:20px 0}.reports-card .detail-grid strong{font-size:23px}.reports-card>p{font-size:11px}@media(max-width:700px){.reports-card .detail-grid{grid-template-columns:1fr 1fr}.campaign-detail-header{align-items:flex-start;flex-direction:column}.campaign-detail-header h2{font-size:21px}}
