@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";
:root{--ink:#24131f;--ink-soft:#74656f;--berry:#c92f67;--berry-dark:#8c1e46;--berry-light:#fde8f0;--orange:#d95724;--violet:#5a49bb;--cream:#faf7f4;--paper:#fff;--line:#e8e0e5;--success:#14734d;--warning:#965a00;--danger:#b9293a;--blue:#275aa2;--shadow:0 14px 42px #3e223414;--shadow-float:0 28px 80px #24131f3d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,Noto Sans SC,sans-serif;font-size:16px}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #c92f6747}.app-frame{min-height:100dvh}.sidebar{z-index:50;color:#fff;background:#21141e;flex-direction:column;width:244px;padding:22px 16px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-head{justify-content:space-between;align-items:center;display:flex}.brand{align-items:center;gap:11px;min-height:48px;display:inline-flex}.brand-mark{background:#fff;border-radius:11px;flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden;box-shadow:0 9px 20px #da151d40}.brand-mark img{object-fit:cover;width:100%;height:100%;display:block}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.08em;font-size:18px}.brand small{color:#bcadb7;letter-spacing:.1em;margin-top:2px;font-size:12px}.brand.compact .brand-mark{border-radius:10px;width:36px;height:36px}.close-menu{display:none!important}.side-label{color:#9b8d96;letter-spacing:.14em;margin:29px 12px 10px;font-size:12px;font-weight:700}.side-nav{gap:5px;display:grid}.nav-item{color:#b9adb6;border-radius:12px;align-items:center;gap:12px;min-height:48px;padding:0 13px;transition:all .2s;display:flex}.nav-item:hover{color:#fff;background:#ffffff0f;transform:translate(2px)}.nav-item.active{color:#fff;box-shadow:inset 3px 0 var(--berry);background:#c92f6733}.nav-item span{font-size:14px;font-weight:600}.side-card{color:#f5a9c3;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;gap:10px;margin-top:auto;padding:13px;display:flex}.side-card>span{min-width:0}.side-card strong,.side-card small{display:block}.side-card strong{color:#fff;font-size:13px}.side-card small{color:#c2b6be;margin-top:4px;font-size:12px;line-height:1.55}.account-card{border-top:1px solid #ffffff14;align-items:center;gap:9px;min-height:64px;margin-top:11px;padding:9px 4px;display:flex}.account-card>span:nth-child(2){flex:1;min-width:0}.account-card strong,.account-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-card strong{font-size:13px}.account-card small{color:#b5a8b1;margin-top:3px;font-size:12px}.avatar{color:#fff;background:linear-gradient(145deg,#eb729c,#98234d);border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:inline-grid}.avatar.small{width:34px;height:34px;font-size:12px}.avatar.large{width:74px;height:74px;font-size:26px}.main-shell{min-height:100dvh;margin-left:244px}.topbar{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf7f4e6;border-bottom:1px solid #e0d7dcd1;align-items:center;gap:14px;height:72px;padding:0 30px;display:flex;position:sticky;top:0}.menu-button,.mobile-brand{display:none!important}.topbar-copy{flex:1;min-width:0}.topbar-copy strong,.topbar-copy span{display:block}.topbar-copy strong{font-size:15px}.topbar-copy span{color:var(--ink-soft);margin-top:3px;font-size:12px}.topbar-actions{align-items:center;gap:9px;display:flex}.live-pill{border:1px solid var(--line);min-height:34px;color:var(--ink-soft);background:#ffffffb8;border-radius:99px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex}.live-pill i{background:#20ad78;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #20ad781f}.portal-link{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:7px;min-height:42px;padding:0 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.portal-link:hover{color:var(--berry-dark);border-color:#d4c4cd}.main-content{padding:28px 30px 60px}.content-page,.creator-page{width:min(1220px,100%);margin:0 auto}.admin-page{max-width:1320px}.page-enter{animation:.3s page-in}@keyframes page-in{0%{opacity:0;transform:translateY(7px)}}.icon-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;place-items:center;width:40px;height:40px;padding:0;display:inline-grid}.icon-button.dark{color:#c7bac3;background:#ffffff0d;border-color:#ffffff14;width:36px;height:36px}.primary-button,.secondary-button,.text-button,.approve-button,.reject-button,.reject-solid,.back-button{cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 17px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.primary-button{color:#fff;background:var(--berry);box-shadow:0 8px 19px #c92f673d}.primary-button:hover{background:var(--berry-dark);transform:translateY(-1px);box-shadow:0 12px 25px #c92f6747}.secondary-button{border:1px solid var(--line);background:#fff}.secondary-button:hover{background:#fdf9fb;border-color:#d5c6cf}.text-button{min-height:36px;color:var(--berry-dark);background:0 0;padding:0 4px}.text-button.danger{color:var(--danger)}.back-button{min-height:36px;color:var(--ink-soft);background:0 0;margin:-10px 0 17px;padding:0}.primary-button:disabled,.secondary-button:disabled,button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none;transform:none}.full-button{width:100%}.creator-hero{color:#fff;min-height:375px;box-shadow:var(--shadow);background:#2b1726;border-radius:28px;grid-template-columns:1.35fr .7fr;align-items:center;gap:55px;padding:52px;display:grid;position:relative;overflow:hidden}.hero-copy,.hero-panel{z-index:2;position:relative}.eyebrow{color:#dfa7bb;letter-spacing:.13em;align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.hero-copy h1{letter-spacing:-.045em;margin:17px 0;font-size:clamp(36px,4vw,57px);line-height:1.14}.hero-copy h1 em{color:#ff87b1;font-style:normal}.hero-copy p{color:#cbbdc6;max-width:540px;margin:0 0 27px;font-size:14px;line-height:1.8}.hero-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;justify-content:center;min-height:242px;padding:24px;display:flex}.hero-panel-head{color:#c6b7c1;justify-content:space-between;align-items:center;font-size:12px;display:flex}.hero-panel-head i{color:#d3c5cf;background:#ffffff14;border-radius:99px;padding:5px 8px;font-style:normal}.hero-panel-head i.active{color:#9ff0c9;background:#28be781f}.hero-panel>strong{margin-top:25px;font-size:54px;line-height:1}.hero-panel>p{color:#b5a5b0;margin:7px 0 22px;font-size:14px}.hero-panel-note{color:#c9bbc4;border-top:1px solid #ffffff1a;gap:8px;padding-top:17px;font-size:12px;line-height:1.55;display:flex}.hero-panel-note svg{color:#ff8fb5;flex:none}.hero-orb{border-radius:50%;position:absolute}.hero-orb.one{background:#c92f6757;width:250px;height:250px;top:-100px;right:-80px}.hero-orb.two{background:#d957242e;width:150px;height:150px;bottom:-100px;left:43%}.section-head,.content-heading{justify-content:space-between;align-items:flex-end;gap:22px;margin:42px 0 21px;display:flex}.content-heading{margin-top:4px}.section-kicker{color:var(--berry);letter-spacing:.16em;font-size:12px;font-weight:800}.section-head h2,.content-heading h1{letter-spacing:-.025em;margin:7px 0 4px;font-size:28px;line-height:1.2}.content-heading h1{font-size:31px}.section-head p,.content-heading p,.panel-heading p{color:var(--ink-soft);margin:0;font-size:14px;line-height:1.6}.filter-tabs{border:1px solid var(--line);background:#fff;border-radius:12px;padding:4px;display:flex}.filter-tabs button{min-height:40px;color:var(--ink-soft);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:0 15px;font-size:13px;font-weight:600}.filter-tabs button.active{color:#fff;background:#321d2d}.filter-tabs.compact{width:fit-content;overflow-x:auto}.filter-tabs.compact button{white-space:nowrap;min-height:34px}.task-grid,.card-skeletons{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.task-card{border:1px solid var(--line);background:#fff;border-radius:19px;min-width:0;transition:all .22s;overflow:hidden;box-shadow:0 7px 22px #361f2e0a}.task-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.task-card-button{text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;width:100%;height:100%;padding:0;display:flex}.task-cover{color:#fff;height:154px;padding:16px;position:relative;overflow:hidden}.task-cover.berry,.dialog-cover.berry{background:#ab2b57}.task-cover.orange,.dialog-cover.orange{background:#cf5223}.task-cover.violet,.dialog-cover.violet{background:#5748b1}.task-kind{z-index:2;background:#ffffff1f;border:1px solid #ffffff40;border-radius:99px;width:fit-content;padding:6px 9px;font-size:12px;font-weight:700;display:inline-flex;position:relative}.task-cover-word{white-space:pre-line;letter-spacing:-.05em;font-size:25px;font-weight:800;line-height:.86;position:absolute;bottom:13px;left:18px}.task-cover>svg{opacity:.92;position:absolute;bottom:28px;right:27px}.task-cover:after{content:"";border:19px solid #ffffff1a;border-radius:50%;width:130px;height:130px;position:absolute;bottom:-48px;right:-34px}.task-card-body{width:100%;padding:17px 18px 18px}.task-meta{color:#796c74;font-size:12px}.task-meta span{align-items:center;gap:4px;display:inline-flex}.task-card h3{margin:13px 0 7px;font-size:18px;line-height:1.35}.task-card p{min-height:44px;color:var(--ink-soft);margin:0;font-size:14px;line-height:1.65}.topic-pill{width:fit-content;color:var(--berry-dark);background:var(--berry-light);border-radius:7px;margin-top:12px;padding:5px 8px;font-size:12px;font-weight:700;display:block}.task-card-foot{border-top:1px solid #f0eaed;justify-content:space-between;align-items:center;margin-top:15px;padding-top:14px;display:flex}.task-card-foot>span{color:var(--berry-dark);align-items:center;gap:5px;font-size:13px;font-weight:800;display:inline-flex}.task-card-foot small{color:var(--ink-soft);font-size:12px;font-weight:500}.task-card-foot i{background:#f5eff2;border-radius:50%;place-items:center;width:31px;height:31px;font-style:normal;display:grid}.card-skeletons span{background:linear-gradient(100deg,#f0e9ed 30%,#f8f4f6 50%,#f0e9ed 70%) 0 0/300% 100%;border-radius:19px;height:350px;animation:1.3s infinite shimmer}@keyframes shimmer{to{background-position-x:-150%}}.how-it-works{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:.7fr 1.5fr;gap:38px;margin-top:48px;padding:28px 31px;display:grid}.how-it-works h2{margin:7px 0 0;font-size:22px}.steps{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.steps.four{grid-template-columns:repeat(4,1fr)}.steps>div{background:#faf7f9;border-radius:14px;min-height:116px;padding:18px 16px;position:relative}.steps>div>span{color:#d7cdd2;font-size:19px;font-weight:800;position:absolute;top:9px;right:12px}.steps svg{color:var(--berry)}.steps strong,.steps p{display:block}.steps strong{margin-top:13px;font-size:14px}.steps p{color:var(--ink-soft);margin:4px 0 0;font-size:12px}.empty-state{text-align:center;background:#fff9;border:1px dashed #dccfd6;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:270px;padding:35px 20px;display:flex}.empty-icon,.gate-icon{width:58px;height:58px;color:var(--berry-dark);background:var(--berry-light);border-radius:17px;place-items:center;display:grid}.empty-state h2,.gate-card h1{margin:17px 0 7px;font-size:18px}.empty-state p,.gate-card p{max-width:430px;color:var(--ink-soft);margin:0 0 18px;font-size:14px;line-height:1.7}.inline-error{min-height:120px;color:var(--danger);background:#fff6f7;border:1px solid #f0cbd1;border-radius:16px;align-items:center;gap:13px;padding:20px;display:flex}.inline-error>div{flex:1}.inline-error strong{font-size:14px}.inline-error p{color:#875d63;margin:4px 0 0;font-size:13px}.page-loading{min-height:420px;color:var(--ink-soft);align-content:center;place-items:center;gap:10px;display:grid}.page-loading span{border:3px solid #eadfe5;border-top-color:var(--berry);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.page-loading p{font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}.gate-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:460px;padding:40px;display:flex}.gate-icon.warning{color:var(--warning);background:#fff2dc}.metric-grid{gap:14px;margin-bottom:20px;display:grid}.metric-grid.three{grid-template-columns:repeat(3,1fr)}.metric-grid.four{grid-template-columns:repeat(4,1fr)}.metric-card{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-rows:26px 1fr;grid-template-columns:46px 1fr;column-gap:12px;min-height:126px;padding:18px;display:grid}.metric-card>span{width:46px;height:46px;color:var(--berry-dark);background:var(--berry-light);border-radius:13px;grid-row:span 2;place-items:center;display:grid}.metric-card p{color:var(--ink-soft);align-self:center;margin:0;font-size:13px}.metric-card strong{align-self:end;font-size:29px;line-height:1}.metric-card.attention>span{color:var(--warning);background:#fff2dc}.completion-badge{min-height:38px;color:var(--success);background:#e8f6ef;border-radius:10px;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.completion-badge.neutral{color:var(--blue);background:#eaf1fb}.completion-badge.incomplete{color:var(--warning);background:#fff2dc}.profile-gate-banner{color:var(--warning);background:#fff9ed;border:1px solid #f0d6a7;border-radius:14px;align-items:flex-start;gap:10px;margin:-6px 0 18px;padding:14px 16px;display:flex}.profile-gate-banner svg{flex:none}.profile-gate-banner strong,.profile-gate-banner p{display:block}.profile-gate-banner strong{font-size:14px}.profile-gate-banner p{color:#76551f;margin:4px 0 0;font-size:12px;line-height:1.6}.submission-list{gap:12px;display:grid}.submission-card{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:68px 1fr;align-items:center;gap:16px;padding:16px;display:grid}.submission-thumb{color:#fff;background:#3b2234;border-radius:12px;place-items:center;width:68px;height:68px;display:grid}.submission-main{min-width:0}.submission-main h2{margin:6px 0 4px;font-size:13px}.submission-main a{max-width:560px;color:var(--berry-dark);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;font-size:13px;display:flex;overflow:hidden}.submission-main small{color:var(--ink-soft);margin-top:5px;font-size:12px;display:block}.rejection-note{width:fit-content;color:var(--danger);background:#fdebed;border-radius:8px;margin:9px 0 0;padding:7px 9px;font-size:12px}.status-badge{border-radius:99px;align-items:center;gap:5px;width:fit-content;min-height:26px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:5px;height:5px}.status-badge.amber{color:var(--warning);background:#fff3df}.status-badge.green{color:var(--success);background:#e8f6ef}.status-badge.red{color:var(--danger);background:#fdebed}.status-badge.violet{color:var(--violet);background:#eeebff}.status-badge.blue{color:var(--blue);background:#eaf1fb}.list-skeleton{gap:10px;display:grid}.list-skeleton span{background:#f1ebee;border-radius:13px;height:76px;animation:1.2s ease-in-out infinite alternate pulse}@keyframes pulse{to{opacity:.45}}.profile-layout{grid-template-columns:300px 1fr;gap:18px;display:grid}.profile-summary,.form-panel,.panel{border:1px solid var(--line);background:#fff;border-radius:18px}.profile-summary{text-align:center;padding:28px}.profile-summary h2{margin:14px 0 4px;font-size:18px}.profile-summary>p{color:var(--ink-soft);word-break:break-all;margin:0;font-size:13px}.safe-note{color:#32664f;text-align:left;background:#edf8f3;border-radius:11px;gap:9px;margin-top:24px;padding:12px;display:flex}.safe-note svg{flex:none}.safe-note p{margin:0;font-size:12px;line-height:1.6}.form-panel{padding:24px}.panel{padding:20px}.panel-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.panel-heading h2{margin:0 0 4px;font-size:17px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.form-field{gap:7px;display:grid}.form-field.wide{grid-column:span 2}.form-field>span{font-size:14px;font-weight:700}.form-field>div{border:1px solid var(--line);background:#fdfbfc;border-radius:11px;align-items:center;gap:8px;min-height:50px;padding:0 14px;display:flex}.form-field>div:focus-within{border-color:var(--berry);box-shadow:0 0 0 3px #c92f6717}.form-field>div.read-only{background:#f5f1f3}.form-field svg{color:#9c8995;flex:none}.form-field input,.form-field textarea,.form-field select{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:14px}.form-field textarea{resize:vertical;min-height:112px;padding:12px 0;line-height:1.65}.form-field select{cursor:pointer;height:44px}.form-field small{color:var(--ink-soft);align-items:center;gap:5px;font-size:12px;display:flex}.form-field.has-error>div{border-color:var(--danger)}.form-field.has-error>small{color:var(--danger)}.form-actions{justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.privacy-check{border:1px solid var(--line);min-height:52px;color:var(--ink-soft);cursor:pointer;background:#faf7f9;border-radius:11px;align-items:flex-start;gap:9px;margin-top:17px;padding:11px 13px;font-size:12px;line-height:1.6;display:flex}.privacy-check input{width:16px;height:16px;accent-color:var(--berry);flex:none;margin:0}.profile-save-success{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.profile-save-success .form-message{flex:1;margin:0}.form-message{border-radius:10px;align-items:center;gap:7px;min-height:42px;margin:14px 0 0;padding:10px 13px;font-size:13px;display:flex}.form-message.error{color:var(--danger);background:#fdebed}.form-message.success{color:var(--success);background:#e8f6ef}.form-message.floating{width:fit-content;margin:-8px 0 14px auto}.authorization-heading{align-items:center}.authorization-status{color:#6f626b;white-space:nowrap;background:#f0ebee;border-radius:99px;align-items:center;gap:7px;width:fit-content;min-height:34px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.authorization-status i{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.authorization-status.amber{color:var(--warning);background:#fff3df}.authorization-status.blue{color:var(--blue);background:#eaf1fb}.authorization-status.violet{color:var(--violet);background:#eeebff}.authorization-status.green{color:var(--success);background:#e8f6ef}.authorization-progress{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:repeat(5,1fr);margin-bottom:18px;padding:15px 18px;display:grid}.authorization-progress>div{color:#9a8e96;text-align:center;align-content:center;place-items:center;gap:6px;display:grid;position:relative}.authorization-progress>div:not(:last-child):after{content:"";z-index:0;background:#ece5e9;width:calc(100% - 50px);height:2px;position:absolute;top:16px;left:calc(50% + 25px)}.authorization-progress>div>span{z-index:1;background:#fff;border:2px solid #e3d9df;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.authorization-progress strong{font-size:12px}.authorization-progress>div.complete{color:var(--success)}.authorization-progress>div.complete>span{border-color:var(--success);color:#fff;background:var(--success)}.authorization-progress>div.complete:not(:last-child):after{background:#8bc7ad}.authorization-progress>div.current{color:var(--berry-dark)}.authorization-progress>div.current>span{border-color:var(--berry);color:var(--berry);background:var(--berry-light);box-shadow:0 0 0 5px #c92f6714}.authorization-layout{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:start;gap:18px;display:grid}.authorization-main,.authorization-guide{border:1px solid var(--line);background:#fff;border-radius:19px}.authorization-state-card{border-radius:inherit;background:radial-gradient(circle at 90% 8%,#c92f6714,#0000 34%);flex-direction:column;justify-content:center;align-items:flex-start;min-height:470px;padding:48px;display:flex}.authorization-state-card .state-symbol{width:60px;height:60px;color:var(--berry-dark);background:var(--berry-light);border-radius:18px;place-items:center;margin-bottom:23px;display:grid}.authorization-state-card h2{letter-spacing:-.03em;margin:10px 0 9px;font-size:27px}.authorization-state-card>p{max-width:610px;color:var(--ink-soft);margin:0 0 23px;font-size:14px;line-height:1.8}.authorization-state-card.warning .state-symbol{color:var(--warning);background:#fff2dc}.authorization-state-card.action .state-symbol{color:var(--blue);background:#eaf1fb}.authorization-state-card.pending .state-symbol{color:var(--violet);background:#eeebff}.authorization-state-card.pending .state-symbol svg{animation:2.2s linear infinite spin}.authorization-state-card.success{background:radial-gradient(circle at 90% 8%,#14734d1f,#0000 35%)}.authorization-state-card.success .state-symbol{color:var(--success);background:#e8f6ef}.cooperation-code-form{width:min(500px,100%)}.cooperation-code-form .form-field>div{background:#fff;min-height:54px}.cooperation-code-form .form-field input{letter-spacing:.09em;font-size:16px;font-weight:600}.cooperation-code-form .primary-button{margin-top:17px}.spin-icon{animation:.9s linear infinite spin}.douyin-confirm-path{background:#f5f8fc;border:1px solid #dce5f1;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;width:100%;margin:2px 0 23px;padding:18px;display:flex}.douyin-confirm-path>span{min-width:90px;color:var(--blue);text-align:center;place-items:center;gap:7px;display:grid}.douyin-confirm-path>span strong{color:var(--ink);font-size:12px}.douyin-confirm-path>svg{color:#9dafc6;flex:none}.authorization-figure{width:100%;margin:0}.authorization-figure-trigger{border:1px solid var(--line);cursor:zoom-in;background:#f7f5f6;border-radius:13px;width:100%;padding:0;display:block;overflow:hidden}.authorization-figure img{width:100%;height:auto;transition:transform .2s;display:block}.authorization-figure-trigger:hover img{transform:scale(1.01)}.authorization-figure figcaption{color:var(--ink-soft);text-align:center;margin-top:7px;font-size:11px;line-height:1.5}.confirmation-guide{max-width:610px;margin:0 0 23px}.image-preview-backdrop{z-index:120;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#180c15c2;place-items:center;padding:24px;animation:.18s fade-in;display:grid;position:fixed;inset:0}.image-preview-dialog{width:fit-content;max-width:100%;max-height:calc(100dvh - 48px);position:relative}.image-preview-image{object-fit:contain;background:#fff;border-radius:16px;width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 48px);display:block;box-shadow:0 24px 80px #10080e57}.image-preview-close{z-index:1;color:var(--ink);background:#fffffff5;border-color:#1f151c21;position:absolute;top:12px;right:12px;box-shadow:0 6px 18px #1e0f192e}.submitted-code{border:1px solid var(--line);background:#faf7f9;border-radius:12px;justify-content:space-between;align-items:center;min-width:260px;padding:14px 16px;display:flex}.submitted-code span{color:var(--ink-soft);font-size:12px}.submitted-code strong{letter-spacing:.08em;font-size:14px}.authorization-guide{padding:23px}.guide-head{align-items:center;gap:11px;display:flex}.guide-head>span{width:42px;height:42px;color:var(--berry-dark);background:var(--berry-light);border-radius:12px;place-items:center;display:grid}.guide-head h2,.guide-head p{margin:0}.guide-head h2{font-size:14px}.guide-head p{color:var(--ink-soft);margin-top:4px;font-size:12px}.cooperation-code-guide{margin-top:18px}.guide-list{margin-top:20px}.guide-list>div{border-top:1px solid #f0eaed;grid-template-columns:25px 28px 1fr;align-items:center;gap:8px;min-height:67px;display:grid;position:relative}.guide-list>div>span{color:#fff;background:#34202f;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid}.guide-list>div>svg{color:var(--berry)}.guide-list p,.guide-list strong,.guide-list small{margin:0;display:block}.guide-list strong{font-size:13px}.guide-list small{color:var(--ink-soft);margin-top:4px;font-size:12px}.official-note{color:#32664f;background:#edf8f3;border-radius:12px;align-items:flex-start;gap:9px;margin-top:15px;padding:14px;display:flex}.official-note>svg{flex:none}.official-note strong,.official-note span{display:block}.official-note strong{font-size:13px}.official-note span{color:#466b5b;margin-top:4px;font-size:12px;line-height:1.65}.tracking-note{color:#756871;margin:15px 2px 0;font-size:12px;line-height:1.6}.authorization-required-note{color:var(--violet);background:#f7f6ff;border-color:#d8daf1}.authorization-required-note p{color:#615b86}.admin-process-note{color:var(--blue);background:#f5f8fc;border:1px solid #dce5f1;border-radius:14px;align-items:flex-start;gap:10px;margin:-5px 0 18px;padding:14px 16px;display:flex}.admin-process-note svg{flex:none}.admin-process-note strong{font-size:14px}.admin-process-note p{color:#536c8d;margin:4px 0 0;font-size:12px;line-height:1.6}.authorization-table .table-row{grid-template-columns:1.25fr 1fr 1fr .72fr 1.25fr}.authorization-code{align-items:center;gap:6px;display:flex}.authorization-code code{color:var(--ink);letter-spacing:.05em;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.authorization-code .icon-button{width:30px;height:30px;color:var(--berry-dark);background:var(--berry-light)}.authorization-table .row-actions .muted-text{align-items:center;gap:5px;display:inline-flex}.authorized-label{color:var(--success);align-items:center;gap:5px;font-size:12px;font-weight:700;display:inline-flex}.dashboard-panel{margin-top:18px}.review-list{margin-top:12px}.review-row{border-top:1px solid #f0eaed;grid-template-columns:34px 1fr 1.45fr auto;align-items:center;gap:13px;min-height:74px;display:grid}.review-row strong,.review-row small{display:block}.review-row strong{font-size:13px}.review-row small{color:var(--ink-soft);margin-top:4px;font-size:12px}.review-row a{color:var(--berry-dark);margin-top:4px;font-size:12px;display:inline-block}.toolbar,.filter-line{justify-content:space-between;align-items:center;gap:12px;margin:15px 0;display:flex}.search-box{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:8px;width:min(370px,100%);height:42px;padding:0 13px;display:flex}.search-box input{background:0 0;border:0;outline:0;width:100%;font-size:13px}.search-box.small{width:280px;height:38px}.table-panel{padding:0;overflow:hidden}.data-table{min-width:900px}.table-row{color:#5f525a;border-top:1px solid #f0eaed;align-items:center;gap:14px;min-height:72px;padding:0 18px;font-size:12px;display:grid;position:relative}.table-row.table-head{color:#968a92;background:#faf8f9;border:0;min-height:46px;font-weight:700}.task-table .table-row{grid-template-columns:2fr .75fr .72fr .78fr .9fr .7fr}.submission-table .table-row{grid-template-columns:1.2fr 1.7fr .68fr .72fr 1.05fr}.table-title,.table-creator{align-items:center;gap:9px;min-width:0;display:flex}.table-title>i{background:var(--berry);border-radius:99px;width:8px;height:34px}.table-title strong,.table-title small,.table-creator strong,.table-creator small,.table-work strong,.table-work a{display:block}.table-title strong,.table-creator strong,.table-work strong{color:var(--ink);font-size:13px}.table-title small,.table-creator small{color:#786b73;text-overflow:ellipsis;white-space:nowrap;max-width:210px;margin-top:4px;font-size:12px;overflow:hidden}.table-work a{color:var(--berry-dark);margin-top:4px;font-size:12px}.task-status{border-radius:99px;padding:6px 9px;font-size:12px;font-weight:700}.task-status.published{color:var(--success);background:#e8f6ef}.task-status.draft{color:#6f626b;background:#f0ebee}.task-status.closed,.task-status.archived{color:var(--warning);background:#fff3df}.row-actions{align-items:center;gap:6px;display:flex}.row-actions .icon-button{width:32px;height:32px}.approve-button{color:#fff;background:var(--success);min-height:36px;padding:0 11px;font-size:12px}.reject-button{width:34px;min-height:34px;color:var(--danger);background:#fdebed;padding:0}.reject-solid{color:#fff;background:var(--danger)}.small-button{min-height:34px;padding:0 10px;font-size:12px}.muted-text{color:#9b8e97}.inline-review{background:#fff7f8;border-top:1px solid #f0cbd1;grid-column:1/-1;align-items:end;gap:8px;margin:-1px -18px 0;padding:13px 18px;display:flex}.inline-review label{flex:1;gap:6px;display:grid}.inline-review label span{font-size:12px;font-weight:700}.inline-review input{border:1px solid #e3c7cd;border-radius:9px;outline:0;height:40px;padding:0 10px;font-size:13px}.form-dialog{width:min(920px,100%);max-height:calc(100dvh - 48px);box-shadow:var(--shadow-float);background:#fff;border:1px solid #ffffffb8;border-radius:24px;flex-direction:column;animation:.25s both dialog-in;display:flex;overflow:hidden}.form-dialog-head{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff 55%,#fff5f8);justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px 20px;display:flex}.form-dialog-head h2{margin:7px 0 5px;font-size:26px}.form-dialog-head p{color:var(--ink-soft);margin:0;font-size:13px;line-height:1.6}.form-dialog-head .icon-button{flex:none}.form-dialog-body{overscroll-behavior:contain;background:#fbf9fa;min-height:0;padding:24px 28px 8px;overflow-y:auto}.form-section{border:1px solid var(--line);background:#fff;border-radius:16px;margin-bottom:16px;padding:20px}.form-section-head{align-items:center;gap:12px;margin-bottom:18px;display:flex}.form-section-head>span{width:42px;height:42px;color:var(--berry-dark);background:var(--berry-light);border-radius:12px;flex:none;place-items:center;display:grid}.form-section-head strong,.form-section-head small{display:block}.form-section-head strong{font-size:16px}.form-section-head small{color:var(--ink-soft);margin-top:3px;font-size:12px;line-height:1.5}.form-section .field-grid{gap:16px;margin-top:0}.form-dialog-actions{border-top:1px solid var(--line);background:#fff;margin:0;padding:17px 28px;box-shadow:0 -8px 24px #321c2b0a}.form-dialog-actions .primary-button{min-width:132px}.report-layout{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.report-layout .form-field{margin-top:17px}.campaign-list{align-self:start}.campaign-row{border-top:1px solid #f0eaed;align-items:center;gap:10px;min-height:66px;padding:10px 0;display:flex}.campaign-row>span{width:34px;height:34px;color:var(--berry-dark);background:var(--berry-light);border-radius:9px;place-items:center;display:grid}.campaign-row strong,.campaign-row small{display:block}.campaign-row strong{font-size:13px}.campaign-row small{color:var(--ink-soft);margin-top:4px;font-size:12px}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#20101c9e;place-items:center;padding:20px;animation:.18s fade-in;display:grid;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}}.task-dialog{width:min(840px,100%);max-height:calc(100dvh - 40px);box-shadow:var(--shadow-float);background:#fff;border-radius:23px;grid-template-columns:300px 1fr;animation:.25s both dialog-in;display:grid;overflow:hidden}@keyframes dialog-in{0%{opacity:0;transform:translateY(12px)scale(.98)}}.dialog-cover{color:#fff;min-height:590px;padding:24px;position:relative;overflow:hidden}.dialog-cover:after{content:"";border:46px solid #ffffff1a;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-100px;right:-160px}.dialog-close{z-index:3;color:#fff;cursor:pointer;background:#0000002b;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:16px;right:16px}.dialog-cover .task-kind{margin-top:48px}.dialog-cover>span:nth-of-type(2){letter-spacing:-.055em;font-size:40px;font-weight:800;line-height:.88;position:absolute;bottom:88px;left:24px}.dialog-cover>svg{z-index:1;position:absolute;bottom:35px;right:38px}.dialog-content{padding:35px 37px;overflow-y:auto}.dialog-content h2{letter-spacing:-.03em;margin:11px 0;font-size:26px;line-height:1.3}.dialog-lead{color:var(--ink-soft);margin:0;font-size:14px;line-height:1.75}.brief-grid{background:#f7f3f5;border-radius:11px;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:19px;padding:13px;display:grid}.brief-grid>div{align-items:center;gap:8px;display:flex}.brief-grid svg{color:var(--berry)}.brief-grid small,.brief-grid strong{display:block}.brief-grid small{color:var(--ink-soft);font-size:12px}.brief-grid strong{margin-top:3px;font-size:12px}.requirements{margin-top:19px}.requirements h3{font-size:14px}.requirements p{color:#5d5058;align-items:center;gap:8px;min-height:30px;margin:0;font-size:12px;display:flex}.requirements svg{color:var(--success)}.topic-callout{border-left:3px solid var(--berry);color:var(--berry-dark);background:var(--berry-light);border-radius:0 9px 9px 0;justify-content:space-between;margin:15px 0;padding:12px 13px;font-size:12px;display:flex}.topic-callout strong{font-size:13px}.profile-required-note{color:var(--warning);background:#fff9ed;border:1px solid #f0d6a7;border-radius:11px;align-items:flex-start;gap:9px;margin:15px 0 12px;padding:12px 13px;display:flex}.profile-required-note svg{flex:none}.profile-required-note strong{font-size:13px;display:block}.profile-required-note p{color:#76551f;margin:4px 0 0;font-size:12px;line-height:1.55}.success-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:440px;display:flex}.success-state>svg{color:var(--success)}.success-state p{color:var(--ink-soft);margin:0 0 20px;font-size:13px}.auth-page{grid-template-columns:.9fr 1.1fr;min-height:100dvh;display:grid}.auth-aside{color:#fff;background:#251622;flex-direction:column;justify-content:space-between;padding:48px;display:flex}.auth-aside>div{max-width:480px}.auth-aside h1{letter-spacing:-.05em;margin:18px 0;font-size:clamp(38px,5vw,64px);line-height:1.12}.auth-aside p{color:#c7bac3;font-size:13px;line-height:1.8}.auth-aside>small{color:#9b8c96;font-size:12px}.auth-main{place-items:center;padding:70px 28px;display:grid;position:relative}.back-link{min-height:40px;color:var(--ink-soft);align-items:center;gap:6px;font-size:13px;display:flex;position:absolute;top:28px;left:30px}.auth-card{border:1px solid var(--line);width:min(420px,100%);box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:34px}.auth-heading{text-align:center;margin-bottom:23px}.auth-symbol{width:52px;height:52px;color:var(--berry-dark);background:var(--berry-light);border-radius:15px;place-items:center;margin:0 auto 13px;display:grid}.auth-heading h2{margin:0 0 7px;font-size:22px}.auth-heading p{color:var(--ink-soft);margin:0;font-size:13px;line-height:1.6}.auth-card .form-field{margin-top:14px}.auth-card .form-field button{cursor:pointer;background:0 0;border:0;place-items:center;width:36px;height:36px;padding:0;display:grid}.auth-card .primary-button{margin-top:18px}.auth-mode{width:100%;min-height:42px;color:var(--berry-dark);cursor:pointer;background:0 0;border:0;margin-top:8px;font-size:13px;font-weight:700}.mobile-nav{display:none}@media (max-width:1100px){.sidebar{width:210px}.main-shell{margin-left:210px}.creator-hero{gap:30px;padding:42px}.task-grid,.card-skeletons{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid.four{grid-template-columns:repeat(2,1fr)}.report-layout,.authorization-layout{grid-template-columns:1fr}}@media (max-width:760px){.sidebar{width:min(300px,86vw);transition:transform .24s;transform:translate(-105%)}.sidebar.open{transform:none;box-shadow:25px 0 70px #190c1647}.close-menu{color:#fff;background:#ffffff0f;border-color:#ffffff1a;display:inline-grid!important}.menu-scrim{z-index:45;background:#190c1661;border:0;position:fixed;inset:0}.main-shell{margin-left:0;padding-bottom:70px}.topbar{height:62px;padding:0 14px}.menu-button{display:inline-grid!important}.mobile-brand{display:inline-flex!important}.topbar-copy{display:none}.topbar-actions{margin-left:auto}.live-pill{display:none}.portal-link{justify-content:center;width:40px;height:40px;padding:0;font-size:0}.portal-link svg{width:18px;height:18px}.main-content{padding:14px 14px 32px}.creator-hero{border-radius:21px;min-height:auto;padding:32px 23px 23px;display:block}.hero-copy h1{font-size:34px}.hero-copy p{font-size:14px}.hero-panel{min-height:190px;margin-top:28px}.section-head,.content-heading{flex-direction:column;align-items:flex-start;margin-top:32px}.section-head h2,.content-heading h1{font-size:24px}.filter-tabs{width:100%}.filter-tabs button{flex:1}.task-grid,.card-skeletons{grid-template-columns:1fr}.task-cover{height:172px}.how-it-works{padding:23px 18px;display:block}.steps{grid-template-columns:1fr;margin-top:17px}.steps.four{grid-template-columns:1fr}.steps>div{min-height:96px}.mobile-nav{z-index:40;min-height:66px;padding:5px 8px max(6px,env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;justify-content:space-around;display:flex;position:fixed;inset:auto 0 0}.mobile-nav a{color:#796d75;border-radius:10px;align-content:center;place-items:center;gap:2px;min-width:82px;height:52px;font-size:12px;display:grid}.mobile-nav a.active{color:var(--berry);background:var(--berry-light)}.metric-grid.three,.metric-grid.four{grid-template-columns:repeat(2,1fr)}.metric-grid.three .metric-card:last-child{grid-column:span 2}.profile-layout,.field-grid{grid-template-columns:1fr}.authorization-heading{align-items:flex-start}.authorization-progress{padding:13px 8px}.authorization-progress>div:not(:last-child):after{width:calc(100% - 39px);top:14px;left:calc(50% + 20px)}.authorization-progress>div>span{width:28px;height:28px}.authorization-progress strong{max-width:64px;font-size:12px;line-height:1.25}.authorization-state-card{min-height:430px;padding:30px 21px}.authorization-state-card h2{font-size:23px}.authorization-guide{padding:20px 18px}.douyin-confirm-path{flex-direction:column;align-items:stretch}.douyin-confirm-path>svg{align-self:center;transform:rotate(90deg)}.douyin-confirm-path>span{text-align:left;grid-template-columns:22px 1fr;justify-content:start;min-height:58px}.submitted-code{width:100%;min-width:0}.form-field.wide{grid-column:auto}.filter-line{flex-direction:column;align-items:stretch}.filter-tabs.compact,.search-box.small{width:100%}.table-panel{overflow-x:auto}.dialog-backdrop{place-items:end center;padding:0}.task-dialog{border-radius:22px 22px 0 0;width:100%;max-height:94dvh;display:block;overflow-y:auto}.dialog-cover{min-height:172px}.dialog-cover .task-kind{margin-top:0}.dialog-cover>span:nth-of-type(2){font-size:28px;bottom:22px;left:20px}.dialog-cover>svg{width:42px;bottom:24px;right:26px}.dialog-content{padding:25px 21px 30px;overflow:visible}.dialog-content h2{font-size:22px}.brief-grid{grid-template-columns:1fr}.form-dialog{border-radius:22px 22px 0 0;width:100%;max-height:96dvh}.form-dialog-head{padding:20px 18px 16px}.form-dialog-head h2{font-size:23px}.form-dialog-head p{font-size:12px}.form-dialog-body{padding:16px 14px 2px}.form-section{padding:16px}.form-section-head{align-items:flex-start}.form-dialog-actions{padding:14px 18px max(14px,env(safe-area-inset-bottom))}.form-dialog-actions button{flex:1}.auth-page{display:block}.auth-aside{min-height:255px;padding:28px 24px}.auth-aside h1{max-width:430px;font-size:36px}.auth-aside>small{display:none}.auth-main{padding:65px 16px 30px}.back-link{top:13px;left:18px}.auth-card{padding:26px 20px}}@media (max-width:390px){.metric-grid.three,.metric-grid.four{grid-template-columns:1fr}.metric-grid.three .metric-card:last-child{grid-column:auto}.creator-hero{padding-inline:19px}.hero-copy h1{font-size:31px}.content-heading .primary-button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
