:root{--bg:#ffffff;--panel:#ffffff;--panel2:#f7f8fa;--line:#e3e6ea;--text:#181b20;--muted:#6f7781;--soft:#343a42;--accent:#779600;--accent2:#668200;--danger:#ff7676;--blue:#8eb8ff;--radius:18px}*{box-sizing:border-box}body,html{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Pretendard Variable,Pretendard,Noto Sans KR,Arial,sans-serif}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;border-right:1px solid var(--line);padding:28px 18px;background:#ffffff;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 30px}.brandMark{width:34px;height:34px;border-radius:10px;background:var(--accent);color:#ffffff;display:grid;place-items:center;font-weight:900}.brand b{display:block;font-size:14px;letter-spacing:.08em}.brand small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.sidebar nav{display:grid;grid-gap:7px;gap:7px}.nav{border:0;background:transparent;color:var(--muted);text-align:left;border-radius:11px;padding:11px 12px;display:flex;gap:12px;align-items:center;cursor:pointer}.nav.active,.nav:hover{background:#f3f5f7;color:var(--text)}.nav.active{box-shadow:inset 2px 0 var(--accent)}.nav span{width:20px;text-align:center}.sideBottom{margin-top:auto}.miniStat{padding:15px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.eyebrow,.miniStat span{font-size:10px;letter-spacing:.14em;color:var(--accent);font-weight:800}.miniStat b{display:block;font-size:28px;margin-top:6px}.miniStat small{color:var(--muted)}.sideBottom p{font-size:11px;line-height:1.6;color:#7b838c;padding:8px}.content{min-width:0}.topbar{height:76px;padding:0 36px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5}.channelSwitch{display:flex;background:#f7f8fa;border:1px solid var(--line);border-radius:12px;padding:4px}.channel{border:0;background:transparent;color:var(--muted);padding:8px 13px;border-radius:8px;font-size:13px;cursor:pointer}.channel.active{background:#ffffff;color:#181b20}.topActions{display:flex;align-items:center;gap:8px;color:#7a828b;font-size:10px;letter-spacing:.08em}.statusDot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent)}.ghost,.outline,.primary{border-radius:10px;padding:9px 13px;cursor:pointer;transition:.15s}.ghost{margin-left:15px;border:1px solid var(--line);color:var(--soft)}.ghost,.outline{background:transparent}.outline{border:1px solid #ccd2d8;color:var(--text)}.ghost:hover,.outline:hover{border-color:#9ca6b0}.primary{border:1px solid var(--accent);background:var(--accent);color:#ffffff;font-weight:800}.primary:hover{background:var(--accent2);border-color:var(--accent2)}button:disabled{opacity:.45;cursor:not-allowed}.candidateGrid,.dnaView,.heroRow,.libraryView,.manual,.sectionHeader,.workspace{margin-left:36px;margin-right:36px}.heroRow{padding:58px 0 34px;display:grid;grid-template-columns:1fr 440px;grid-gap:40px;gap:40px;align-items:flex-end}.dnaView h1,.heroRow h1,.libraryView h1{font-size:44px;line-height:1.05;letter-spacing:-.04em;margin:9px 0 15px}.sub{color:var(--muted);line-height:1.65;max-width:650px}.statsGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.stat{border-top:1px solid #d9dde2;padding:16px 0}.stat span{display:block;color:var(--muted);font-size:11px}.stat b{display:block;font-size:27px;margin:8px 0 2px}.stat small{color:#7b838c;font-size:10px}.card{background:#ffffff;border:1px solid var(--line);border-radius:var(--radius)}.manual{padding:22px 24px;display:grid;grid-template-columns:280px 1fr;grid-gap:30px;gap:30px;align-items:center}.manual h2,.sectionHeader h2{font-size:21px;margin:5px 0}.manualInput{display:flex;gap:8px}.libraryTools input,.manualInput input{width:100%;border:1px solid #d8dde2;background:#ffffff;color:#181b20;border-radius:10px;padding:13px 14px;outline:none}.libraryTools input:focus,.manualInput input:focus{border-color:#8a949e}.sectionHeader{display:flex;align-items:flex-end;justify-content:space-between;margin-top:46px;margin-bottom:17px}.sectionHeader p{margin:4px 0}.emptyDiscovery{margin:0 36px 46px;min-height:260px;display:grid;place-items:center;text-align:center;align-content:center;padding:32px}.emptyDiscovery h3{margin:9px 0 5px}.emptyDiscovery p{color:var(--muted);margin:0 0 18px}.radar{font-size:32px;color:var(--accent)}.candidateGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:13px;gap:13px;margin-bottom:50px}.candidate{padding:20px;display:flex;flex-direction:column;min-height:440px}.candidateTop{display:flex;justify-content:space-between;align-items:center}.index{font-size:11px;color:#7b838c;font-family:monospace}.pill{font-size:10px;color:#59616a;background:#f0f2f4;border-radius:999px;padding:5px 8px}.candidate h3{font-size:20px;line-height:1.3;letter-spacing:-.02em;margin:15px 0 9px}.summary{color:#68717b;font-size:13px;line-height:1.62;min-height:64px}.hook{font-size:12px;line-height:1.55;color:#30363d;background:#ffffff;border-left:2px solid var(--accent);padding:10px 11px;margin:10px 0 15px}.hook span{display:block;color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.1em;margin-bottom:4px}.meters{display:grid;grid-gap:7px;gap:7px}.meter>div{display:flex;justify-content:space-between;font-size:10px;color:#707984;margin-bottom:4px}.meter b{color:#30363d}.meter i{display:block;height:3px;background:#e8ebee;border-radius:10px;overflow:hidden}.meter u{display:block;height:100%;background:var(--accent);text-decoration:none}.overlap{font-size:10px;color:#7b838c;margin:12px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.why{font-size:11px;color:#747d87;line-height:1.5}.full{width:100%;margin-top:auto}.workspace{margin-bottom:70px;padding:28px}.workspaceHead{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:22px}.workspaceHead h2{font-size:28px;margin:6px 0}.workspaceHead p{margin:0;color:var(--muted)}.close{border:0;background:#f0f2f4;color:#59616a;border-radius:10px;width:38px;height:38px;font-size:20px;cursor:pointer}.dupPanel{display:grid;grid-template-columns:150px 1fr;grid-gap:25px;gap:25px;padding:20px;margin:22px 0;background:#f7f8fa;border:1px solid #e1e4e8;border-radius:14px}.dupList>span,.dupScore span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.dupScore b{display:block;color:var(--accent);font-size:31px;margin-top:5px}.dupList{display:grid;grid-gap:6px;gap:6px}.dupList div{display:flex;justify-content:space-between;border-bottom:1px dashed #d9dde2;padding-bottom:5px;font-size:12px}.dupList em{font-style:normal;color:#707984}.step{display:grid;grid-template-columns:40px 1fr;grid-gap:14px;gap:14px;padding:22px 0;border-top:1px solid var(--line)}.stepNum{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid #cbd1d7;color:var(--accent);font-size:12px}.stepTitle{display:flex;align-items:center;justify-content:space-between;gap:20px}.stepTitle h3{margin:0 0 4px}.stepTitle p{margin:0;color:var(--muted);font-size:12px}.researchBox,.scriptEditor{width:100%;margin-top:16px;background:#ffffff;color:#252a30;border:1px solid #d7dce1;border-radius:12px;padding:16px;line-height:1.72;resize:vertical;outline:none}.researchBox{min-height:360px;font-size:12px}.scriptEditor{min-height:520px;font-size:14px}.settingsLine{display:flex;gap:10px;margin-top:14px}.settingsLine label{color:var(--muted);font-size:11px}.settingsLine input,.settingsLine select,.uploadControls select{margin-left:7px;background:#ffffff;border:1px solid #d2d7dc;color:#252a30;border-radius:8px;padding:7px 9px}.editorFoot,.saveRow{display:flex;justify-content:space-between;align-items:center;margin-top:10px;color:#7a828b;font-size:11px}.quickBtns{display:flex;gap:6px}.quickBtns button{background:#f5f6f7;border:1px solid #d9dde2;color:#4a5159;padding:6px 9px;border-radius:8px;cursor:pointer}.saveRow{justify-content:flex-end;gap:8px;margin-top:18px}.errorBanner{margin:18px 36px 0;padding:12px 15px;border:1px solid #5b3434;background:#fff4f4;border-radius:11px;color:#b83a3a;display:flex;gap:10px;align-items:center;font-size:12px}.errorBanner span{flex:1 1}.errorBanner button{border:0;background:transparent;color:#b83a3a;font-size:18px}.dnaView,.libraryView{padding:38px 0 70px}.dnaView .sectionHeader,.libraryView .sectionHeader{margin:0 0 22px}.uploadCard{padding:22px;display:grid;grid-template-columns:50px 1fr auto;grid-gap:18px;gap:18px;align-items:center}.uploadIcon{width:46px;height:46px;border-radius:13px;background:#f1f5e3;display:grid;place-items:center;font-size:25px}.uploadCard h3{margin:0 0 5px}.uploadCard p{margin:0;color:var(--muted);font-size:12px}.uploadControls{display:flex;gap:8px}.libraryTools{display:flex;align-items:center;gap:12px;margin:20px 0 10px}.libraryTools span{white-space:nowrap;color:var(--muted);font-size:11px}.tableWrap{overflow:auto;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse;background:#ffffff;font-size:12px}th{text-align:left;color:#737c86;font-size:10px;letter-spacing:.08em;font-weight:600;padding:12px 14px;border-bottom:1px solid var(--line)}td{padding:13px 14px;border-bottom:1px solid #eceef1;color:#5e6670}td b{color:#20242a;font-weight:600}.channelTag{font-size:10px;padding:4px 7px;border-radius:999px}.night{background:#eef4d8;color:#566d00}.textbook{background:#e8f1ff;color:#3369a8}.delete,.muted{color:#7b838c}.delete{border:0;background:transparent;cursor:pointer}.delete:hover{color:var(--danger)}.dnaGrid{display:grid;grid-template-columns:250px 1fr;grid-gap:14px;gap:14px}.dnaCard{padding:25px;height:max-content}.dnaBig{font-size:50px;font-weight:800;color:var(--accent);letter-spacing:-.05em}.dnaCard span{font-size:12px;color:#3e454d}.dnaCard p{font-size:11px;color:#737c86;line-height:1.6}.dnaText{padding:28px}.dnaText pre{font:13px/1.85 inherit;white-space:pre-wrap;color:#424950;margin:0}@media(max-width:1100px){.shell{grid-template-columns:190px 1fr}.heroRow{grid-template-columns:1fr}.candidateGrid{grid-template-columns:repeat(2,1fr)}.statsGrid{max-width:520px}.topbar{padding:0 24px}.candidateGrid,.dnaView,.heroRow,.libraryView,.manual,.sectionHeader,.workspace{margin-left:24px;margin-right:24px}.dnaView,.libraryView{padding-left:0;padding-right:0}}@media(max-width:760px){.shell{display:block}.sidebar{display:none}.topbar{padding:0 14px;height:auto;min-height:68px;gap:8px}.topActions span:not(.statusDot){display:none}.ghost{margin-left:2px;padding:8px}.channel{font-size:11px;padding:8px}.candidateGrid,.dnaView,.heroRow,.libraryView,.manual,.sectionHeader,.workspace{margin-left:14px;margin-right:14px}.heroRow{padding-top:34px}.dnaView h1,.heroRow h1,.libraryView h1{font-size:36px}.manual{grid-template-columns:1fr}.manualInput{flex-direction:column}.candidateGrid{grid-template-columns:1fr}.sectionHeader{align-items:center}.dupPanel,.step{grid-template-columns:1fr}.stepTitle{align-items:flex-start;flex-direction:column}.dnaGrid,.uploadCard{grid-template-columns:1fr}.quickBtns,.uploadControls{flex-wrap:wrap}.editorFoot{align-items:flex-start;gap:8px;flex-direction:column}.statsGrid{grid-template-columns:repeat(3,1fr)}.errorBanner{margin-left:14px;margin-right:14px}}.shell.themeNight{--accent:#677b08;--accent2:#526406;--tint:#f5f7ed;--tintStrong:#edf1dc}.shell.themeTextbook{--accent:#2e64ad;--accent2:#234f8b;--tint:#f3f7fd;--tintStrong:#e7f0fc}.sideLabel{font-size:9px;letter-spacing:.13em;color:#969da5;font-weight:800;margin:8px 10px 9px}.utilityLabel{margin-top:26px}.channelNav{display:grid;grid-gap:7px;gap:7px}.channelNavBtn{width:100%;display:grid;grid-template-columns:28px 1fr;grid-gap:8px;gap:8px;align-items:center;text-align:left;border:1px solid transparent;background:transparent;border-radius:12px;padding:10px;color:#5f6872;cursor:pointer}.channelNavBtn:hover{background:#f7f8fa}.channelNavBtn.active{background:var(--tint);border-color:color-mix(in srgb,var(--accent) 22%,#e4e7eb);color:#1d2228}.channelNavBtn b{display:block;font-size:12px}.channelNavBtn small{display:block;font-size:8px;letter-spacing:.1em;color:#8a939d;margin-top:3px}.channelNavBtn.active .channelIcon,.channelNavBtn.active small{color:var(--accent)}.channelIcon{font-size:15px;color:#89919a}.breadcrumb{display:flex;align-items:center;gap:10px}.breadcrumb span{font-size:9px;letter-spacing:.14em;color:var(--accent);font-weight:900}.breadcrumb b{font-size:12px;color:#343a42}.channelHero{align-items:stretch}.heroCopy{padding-right:25px}.channelHero h1{font-size:52px;margin-bottom:10px}.heroQuestion{font-size:21px;letter-spacing:-.025em;margin:0 0 12px;font-weight:700;color:#262b31}.focusTags{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}.focusTags span{font-size:10px;border:1px solid color-mix(in srgb,var(--accent) 24%,#e3e6e9);background:var(--tint);color:var(--accent);border-radius:999px;padding:6px 9px;font-weight:700}.dashboardPanel{background:var(--tint);border:1px solid color-mix(in srgb,var(--accent) 18%,#e1e4e8);border-radius:18px;padding:21px}.dashboardPanelTop{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid color-mix(in srgb,var(--accent) 14%,#dfe3e7);padding-bottom:13px;margin-bottom:5px}.dashboardPanelTop span{font-size:9px;letter-spacing:.12em;color:var(--accent);font-weight:900}.dashboardPanelTop b{font-size:12px}.dashboardPanel .stat{border-color:color-mix(in srgb,var(--accent) 14%,#d7dce1)}.recentMini{border-top:1px solid color-mix(in srgb,var(--accent) 14%,#d7dce1);padding-top:13px;margin-top:5px;display:grid;grid-gap:5px;gap:5px}.recentMini>span{font-size:9px;letter-spacing:.09em;color:#818a94}.recentMini button{border:0;background:transparent;text-align:left;padding:3px 0;color:#4f5862;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.recentMini button:hover{color:var(--accent)}.manual{border-top:3px solid var(--accent)}.candidate .hook{background:var(--tint)}.emptyDiscovery .radar{width:52px;height:52px;background:var(--tint);border-radius:50%;display:grid;place-items:center;margin-bottom:5px}.dupPanel{border-color:color-mix(in srgb,var(--accent) 16%,#e1e4e8)}.dupPanel,.uploadIcon{background:var(--tint)}.uploadIcon{color:var(--accent)}.dnaChannelSwitch{display:flex;border:1px solid #d9dde2;padding:4px;border-radius:10px;background:#f7f8fa}.dnaChannelSwitch button{border:0;background:transparent;padding:7px 10px;border-radius:7px;color:#76808a;cursor:pointer}.dnaChannelSwitch button.active{background:#fff;color:var(--accent);font-weight:800}.channelTag.night{background:#eef2dd;color:#5a6e08}.channelTag.textbook{background:#e8f1fc;color:#2e64ad}@media(max-width:1100px){.channelHero h1{font-size:46px}.dashboardPanel{max-width:620px}}@media(max-width:760px){.channelHero h1{font-size:38px}.heroQuestion{font-size:18px}.breadcrumb span{display:none}.focusTags{margin-top:14px}.dashboardPanel{padding:16px}.dnaChannelSwitch{margin-top:10px}}.statusDot.off{background:#c6cbd1;box-shadow:none}.storageBadge{margin-left:5px;border:1px solid #dce1e6;background:#f7f8fa;color:#6e7781;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800;letter-spacing:.08em}.dupScore small{display:block;margin-top:3px;color:#89919a;font-size:9px}.dupList .riskHigh{color:#9d2f2f}.dupList .riskHigh em{color:#b24b4b}.dupList .riskMedium{color:#7f650c}.dupList .riskMedium em{color:#967b1a}.loginPage{min-height:100vh;background:#fff;display:grid;place-items:center;padding:24px}.loginCard{width:min(440px,100%);border:1px solid #e1e5e9;border-radius:20px;padding:34px;background:#fff;box-shadow:0 18px 55px rgba(31,38,45,.08)}.loginCard .brandMark{margin-bottom:22px}.loginCard h1{font-size:28px;letter-spacing:-.035em;margin:8px 0 10px}.loginCard>p:not(.eyebrow){color:#717a84;font-size:13px;line-height:1.6;margin:0 0 22px}.loginCard input{width:100%;border:1px solid #d7dce1;border-radius:11px;padding:13px 14px;outline:none;margin-bottom:10px}.loginCard input:focus{border-color:#7d8791}.loginCard button{width:100%;margin-top:4px}.loginError{font-size:12px;color:#b23d3d;background:#fff4f4;border:1px solid #f0caca;border-radius:9px;padding:9px 10px;margin-bottom:8px}.shell.themeArt{--accent:#8b4b25;--accent2:#703a1b;--tint:#fcf5ed;--tintStrong:#f5e5d1}.channelTag.art{background:#f7e8d8;color:#8b4b25}[hidden]{display:none!important}.artDesk{max-width:1280px;margin:0 auto;padding:42px 36px 70px}.artDesk h1{font-size:46px;letter-spacing:-.04em;margin:8px 0}.artNotice{font-size:12px;color:#72716d;line-height:1.7}.artPanel{padding:26px;margin:22px 0;scroll-margin-top:90px}.artPanel h2{font-size:21px;margin:0 0 12px}.artPanel p{line-height:1.75}.artActions,.artHeading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.artActions{justify-content:flex-end;margin-top:18px}.artForm{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.artField,.artForm label,.artStart label,.artTarget{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#555}.artField input,.artField textarea,.artForm input:not([type=checkbox]),.artForm select,.artForm textarea,.artStart input,.artStart select,.artTarget input{width:100%;border:1px solid #d8d7d2;border-radius:9px;background:white;padding:11px;color:#24211d}.artForm textarea{min-height:80px;resize:vertical}.artField textarea{min-height:110px;resize:vertical}.artField .scriptEditor{min-height:560px;line-height:1.9;font-size:15px}.artField{margin:16px 0}.artTarget{margin:20px 0;max-width:230px}.artModes{border:0;margin:24px 0 18px;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.artModes legend{grid-column:1/-1;padding:0 0 8px;font-size:12px;font-weight:800;color:#514a43}.artModes label{display:flex;align-items:flex-start;gap:10px;border:1px solid #ded9d2;border-radius:12px;padding:16px;background:#fff;cursor:pointer}.artModes label.active{border-color:var(--accent);background:var(--tint);box-shadow:0 0 0 1px var(--accent)}.artModes input{margin-top:3px;accent-color:var(--accent)}.artModes span{display:flex;flex-direction:column;gap:6px}.artModes b{font-size:14px}.artModes em{font-style:normal;font-size:10px;color:white;background:var(--accent);border-radius:999px;padding:3px 6px;margin-left:5px}.artModes small{color:#746e67;line-height:1.55}.artOptional{border-color:#e8d8c8;background:#fffdf9}.artCheck{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;font-size:12px}.artCheck input{width:auto}.artStart{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.artStart label:nth-child(2){flex:1 1;min-width:230px}.artCandidateGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:20px}.artCandidate{background:var(--tint);padding:18px;border-radius:12px;border:1px solid #eadaca}.artCandidate small{color:var(--accent)}.artCandidate h3{font-size:17px}.artCandidate p,.artWarning{font-size:13px}.artWarning{background:#fff7df;border-left:3px solid #b68b29;padding:12px 15px}.artError{background:#fff0ee;color:#a33429;border-left:3px solid #a33429;padding:12px 15px}.artSuccess{background:#edf7e9;color:#315e35;border-left:3px solid #4c8a52;padding:12px 15px;font-size:13px;font-weight:700}.artRevisionMeta{color:#79736c;font-size:12px;margin:8px 0}.artPrevious{margin:18px 0;padding:14px;border:1px solid #e3ddd5;border-radius:10px;background:#faf8f5}.artPrevious summary{cursor:pointer;font-weight:700}.artPrevious h3{font-size:14px;margin:16px 0 8px}.artPrevious pre{max-height:320px;overflow:auto;white-space:pre-wrap;font:13px/1.75 inherit;color:#5f5a55;background:white;border:1px solid #e8e3dd;border-radius:8px;padding:14px}.artClaims details{padding:14px 0;border-bottom:1px solid #eee}.artClaims summary{cursor:pointer;line-height:1.6}.artStatus{font-size:11px;border-radius:20px;padding:4px 8px;white-space:nowrap}.artStatus.confirmed{background:#e8f3e7;color:#35613c}.artStatus.caution{background:#fff1c8;color:#795700}.artStatus.unverified{background:#fce9e4;color:#97372a}.artSources{font-size:12px;line-height:1.6;padding-left:20px}.artSources a{color:#765335;overflow-wrap:anywhere}.artSources small{display:block;color:#888}.artSources p{margin:4px 0}.artFinding{border:1px solid #e7e1d9;border-radius:12px;padding:18px;margin:14px 0}.artFinding blockquote{margin:16px 0;padding:10px 15px;background:#faf7f2;border-left:3px solid #d2baa2}.artOutline{padding:16px 0;border-bottom:1px solid #eee}.artOutline span{float:right;color:#8b4b25;font-size:12px}.artOutline small{color:#888}.saveToast{position:fixed;right:24px;bottom:24px;z-index:9999;background:#171717;color:white;border-radius:14px;padding:18px 24px;box-shadow:0 16px 40px #0003;max-width:420px}.saveToast p{font-size:12px;margin-bottom:0;color:#ccc}.mobileChannels{display:none}@media(max-width:900px){.artCandidateGrid{grid-template-columns:1fr 1fr}.artForm{grid-template-columns:1fr}}@media(max-width:760px){.artDesk{padding:24px 14px}.artPanel{padding:18px}.artCandidateGrid,.artModes{grid-template-columns:1fr}.mobileChannels{display:block;padding:12px 14px;background:#fafafa}.mobileChannels select{margin-left:10px;padding:8px;border:1px solid #ddd;border-radius:8px}.artDesk h1{font-size:36px}.saveToast{left:14px;right:14px;bottom:14px}.artHeading{align-items:flex-start}}.reviewDesk{max-width:1380px}.reviewDesk .artPanel{scroll-margin-top:80px}.stepLabel{margin:0 0 4px!important;color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.14em}.sourcePanel{border-top:4px solid var(--accent)}.visuallyHidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.artActions.inline{margin:0}.uploadMeta{display:inline-block;background:var(--tint);color:var(--accent);border-radius:999px;padding:5px 9px;font-size:11px}.reviewEditor{min-height:680px!important;background:#fffefa!important}.scriptMetrics{display:flex;gap:18px;flex-wrap:wrap;padding:13px 15px;background:#f7f5f2;border-radius:10px;color:#68615a;font-size:12px}.scriptMetrics b{color:#27231f}.reviewControls{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin:18px 0}.reviewControls label{display:flex;flex-direction:column;gap:6px;color:#5f5952;font-size:12px}.reviewControls input,.reviewControls select{min-width:190px;border:1px solid #d8d3cc;border-radius:9px;padding:10px;background:white;color:#28231f}.reviewResults{margin-top:20px}.reviewFindingHead,.reviewHeading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.reviewHeading>p{flex:1 1}.reviewFindingHead small{color:#7f7770}.reviewSuggestion{margin:14px 0;padding:13px 15px;background:var(--tint);border-radius:9px}.reviewSuggestion p{margin:7px 0 0;white-space:pre-wrap}.reviewEmpty{padding:18px;border:1px dashed #d8d1c8;border-radius:10px;color:#777;text-align:center}.artStatus.needs_edit{background:#fee6df;color:#9a3528}.artStatus.insufficient{background:#fff0c9;color:#765700}.confidence{font-size:10px;font-weight:800;border-radius:999px;padding:4px 8px}.confidence.high{background:#e6f3e5;color:#316039}.confidence.medium{background:#fff0c9;color:#765700}.confidence.low{background:#f4e8e4;color:#883f32}.storyGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px}.proofItem,.storyCard{border:1px solid #e5ded6;border-radius:12px;padding:18px;background:#fff}.storyCard h3{margin:14px 0 8px}.proofItem{margin:12px 0}.reviewCompare{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin:18px 0}.reviewCompare>div{min-width:0;border:1px solid #e3ddd5;border-radius:11px;padding:14px;background:#faf8f5}.reviewCompare pre{max-height:520px;overflow:auto;white-space:pre-wrap;font:13px/1.75 inherit;margin:12px 0 0}.reviewCompare.compact{margin:0 0 12px}.reviewCompare.compact p{white-space:pre-wrap;margin:8px 0}.savePanel{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;border-bottom:4px solid var(--accent)}@media(max-width:900px){.reviewCompare,.storyGrid{grid-template-columns:1fr}.reviewEditor{min-height:520px!important}}.authLoading{display:grid;place-items:center;color:#625c55;font-size:14px}.authLoading,.editorShell{min-height:100vh;background:#f3f1ed}.editorShell{color:#282522}.editorTopbar{height:74px;padding:0 28px;border-bottom:1px solid #dcd7d0;background:#fff;display:flex;align-items:center;justify-content:space-between}.editorTopbar .brand{margin:0}.editorDesk{padding:34px;max-width:1500px;margin:0 auto}.editorDeskHead{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.editorDeskHead h1{font-size:32px;margin:5px 0 8px}.roleBadge{border:1px solid #cfc8bf;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;letter-spacing:.08em;background:#fff}.editorChannels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:14px}.editorChannels button{border:1px solid #d8d2ca;background:#fff;border-radius:11px;padding:15px 16px;display:flex;justify-content:space-between;align-items:center;color:#514b45;font-weight:750}.editorChannels button b{min-width:25px;border-radius:999px;padding:4px 7px;background:#efebe6;color:#615950}.editorChannels button.active{border-color:#27231f;background:#27231f;color:#fff}.editorChannels button.active b{background:#fff;color:#27231f}.editorFilters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.editorFilters button{border:1px solid #d8d2ca;background:#fff;border-radius:999px;padding:8px 12px;color:#665f58;font-size:12px}.editorFilters button.active{background:#e6dfd6;border-color:#9e9286;color:#27231f;font-weight:800}.editorNotice{border:1px solid #bfd7c3;background:#eef8ef;color:#315b37;padding:12px 15px;border-radius:10px;margin-bottom:15px;font-size:13px}.editorWorkspace{display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.editorDetail,.editorList{border:1px solid #dcd6ce;border-radius:13px;background:#fff}.editorList{padding:10px;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 270px);overflow:auto}.editorScriptCard{border:1px solid #e6e0d9;border-radius:10px;padding:13px;background:#fff}.editorScriptCard.selected{border-color:#82766b;box-shadow:0 0 0 1px #82766b}.editorScriptOpen{width:100%;padding:0;border:0;background:transparent;text-align:left;display:flex;flex-direction:column;gap:6px;color:#292521}.editorScriptOpen b{font-size:15px;line-height:1.45}.editorCardMeta,.editorScriptOpen time{font-size:11px;color:#817970}.editorStatus{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:11px;border-top:1px solid #eee9e3}.editorStatus>span{font-size:11px;color:#786f67}.editorStatus select{border:1px solid #d5cec5;border-radius:8px;background:#faf8f5;padding:7px 8px;color:#38332f;font-size:12px}.editorStatus select:disabled{opacity:.55}.editorDetail{padding:24px;min-height:550px;position:-webkit-sticky;position:sticky;top:18px}.editorDetailHead{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.editorDetailHead h2{margin:10px 0 7px;font-size:25px}.editorDetailHead p{margin:0;color:#7c746d;font-size:12px}.editorStatusPill{white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;background:#eeeae5}.editorStatusPill.assets_ready{background:#e8f0fb;color:#385b83}.editorStatusPill.editing{background:#fff0c9;color:#765700}.editorStatusPill.done{background:#e6f3e5;color:#316039}.editorReadonly{margin-top:17px;width:100%;min-height:430px;resize:vertical;border:1px solid #e1dbd4;border-radius:10px;background:#fbfaf8;color:#332f2b;padding:18px;font:14px/1.85 inherit}.editorEmpty{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;color:#817970;padding:25px}.editorEmpty b{color:#3d3834}@media(max-width:900px){.editorDesk{padding:20px 15px}.editorDeskHead h1{font-size:26px}.editorChannels,.editorWorkspace{grid-template-columns:1fr}.editorList{max-height:none}.editorDetail{position:static}.editorDetail,.editorReadonly{min-height:360px}.editorTopbar{padding:0 16px}}.editorDetailTabs{display:flex;gap:5px;border-bottom:1px solid #dfd9d1;margin:0 0 18px}.editorDetailTabs button{border:0;background:transparent;padding:11px 16px;color:#777068;border-bottom:2px solid transparent;margin-bottom:-1px}.editorDetailTabs button.active{color:#28231f;border-bottom-color:#28231f;font-weight:850}.sceneAssets{display:flex;flex-direction:column;gap:16px}.assetProgress{border:1px solid #e1dbd4;border-radius:11px;padding:14px 16px;background:#faf8f5}.assetProgress>div:first-child{display:flex;justify-content:space-between;gap:12px;font-size:13px}.assetProgress span{color:#746d66}.progressTrack{height:6px;background:#e4dfd8;border-radius:999px;margin-top:11px;overflow:hidden}.progressTrack i{display:block;height:100%;background:#496c50;border-radius:inherit}.assetsIntro{min-height:280px;border:1px dashed #d4cdc4;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:#746d66}.assetsIntro h3{margin:0;color:#312d29}.assetsIntro p{max-width:520px;line-height:1.65}.assetsIntro small{margin-top:12px}.commonsEmpty,.copyrightNotice,.fallbackNotice,.sceneError,.staleNotice{border-radius:9px;padding:12px 14px;font-size:12px}.staleNotice{display:flex;flex-direction:column;gap:4px;background:#fff0e9;color:#8a3d30;border:1px solid #efc5b9}.fallbackNotice{background:#fff5d8;color:#6f5818;border:1px solid #ead28e}.copyrightNotice{background:#f3f0ed;color:#625a53;border:1px solid #d9d1c9}.sceneError{background:#feece7;color:#903b2e;border:1px solid #edc3b8;margin:10px 0}.commonsEmpty{background:#f5f2ee;color:#6e665e;border:1px dashed #d7d0c7}.sceneToolbar{display:flex;justify-content:space-between;gap:10px;position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#fff;padding:10px 0}.sceneList{display:flex;flex-direction:column;gap:18px}.sceneCard{border:1px solid #ded8d0;border-radius:12px;padding:18px;background:#fff}.sceneCard.complete{border-color:#a9c7ae}.sceneCardHead{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.sceneCardHead span:first-child{font-size:10px;letter-spacing:.12em;color:#887f76;font-weight:850}.sceneCardHead h3{font-size:18px;margin:5px 0 15px}.visualType{font-size:10px;border-radius:999px;padding:6px 9px;background:#eeeae4;color:#5d554e;font-weight:850}.sceneSource,.sceneSuggestion{padding:13px 14px;border-radius:9px;margin:9px 0}.sceneSource{background:#f7f5f2}.sceneSuggestion{background:#f0f4ef}.sceneSource b,.sceneSuggestion b{font-size:11px;color:#6d655d}.sceneSource p,.sceneSuggestion p{margin:7px 0 0;white-space:pre-wrap;line-height:1.7;font-size:13px}.sceneQueries{margin-top:15px}.sceneSubhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.querySave,.sceneSubhead button{border:0;background:transparent;color:#665e57;text-decoration:underline;font-size:11px}.sceneHint{color:#857c74;font-size:12px}.queryRow{display:grid;grid-template-columns:58px minmax(150px,1fr) auto auto 30px;grid-gap:6px;gap:6px;margin:7px 0;align-items:center}.queryRow input,.queryRow select{border:1px solid #d9d2ca;border-radius:8px;background:#fff;padding:8px;font-size:12px;min-width:0}.queryRow button,.webSearchLink{border:1px solid #d4ccc3;border-radius:8px;background:#faf8f5;padding:8px 10px;font-size:11px;color:#49433e;text-decoration:none;white-space:nowrap}.queryRow .queryRemove{padding:8px}.webSearchLink.disabled{pointer-events:none;opacity:.45}.querySave{margin-top:5px}.assetGrid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.assetCard{border:1px solid #ded8d0;border-radius:10px;overflow:hidden;background:#faf9f7;display:flex;flex-direction:column}.assetCard.selected{border:2px solid #426b4a;background:#f1f8f2}.assetCard img{width:100%;height:180px;object-fit:contain;background:#edeae5}.assetCard>div{padding:11px}.assetCard b{font-size:12px;overflow-wrap:anywhere}.assetCard p{font-size:11px;color:#746d66;margin:6px 0}.assetCard small{display:block;color:#777068;margin-top:6px}.licenseBadge{display:inline-block;border-radius:999px;padding:5px 7px;background:#f5dcd7;color:#8c342b;font-size:9px;font-weight:850}.licenseBadge.cc0,.licenseBadge.public_domain{background:#dff0e2;color:#315f38}.licenseBadge.cc_by,.licenseBadge.cc_by_sa{background:#fff0c9;color:#725600}.assetActions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto}.assetActions a{font-size:11px;color:#555;text-decoration:underline}.assetActions button{border:1px solid #bcb2a8;border-radius:8px;background:#fff;padding:7px 9px;font-size:11px}.sceneCompleteRow{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #ebe6e0;margin-top:15px;padding-top:13px}.sceneCompleteRow span{font-size:11px;font-weight:850;color:#5d6f60}.sceneCompleteRow button{border:1px solid #d4ccc3;border-radius:8px;background:#fff;padding:8px 10px;font-size:11px}@media(max-width:1100px){.queryRow{grid-template-columns:55px 1fr auto}.queryRow .webSearchLink{grid-column:2}.assetGrid{grid-template-columns:1fr}}@media(max-width:600px){.editorDetail{padding:16px}.queryRow{grid-template-columns:50px minmax(0,1fr) 30px}.queryRow .webSearchLink,.queryRow button:not(.queryRemove){grid-column:1/-1;text-align:center}.sceneCompleteRow{align-items:stretch;flex-direction:column}.sceneToolbar{position:static}.assetCard img{height:220px}}.assetActions>span{display:flex;gap:8px;flex-wrap:wrap}.editorDetail,.editorList,.editorWorkspace{min-width:0;max-width:100%}.assetMobileTabs{display:none}.analysisStatus{display:block;color:#756d65;text-align:center}.assetBoardWorkspace{display:grid;grid-template-columns:minmax(300px,40%) minmax(0,60%);grid-gap:12px;gap:12px;height:clamp(560px,calc(100vh - 265px),760px);min-height:0}.fullScriptPane,.sceneBoardPane{min-width:0;overflow-y:auto;overscroll-behavior:contain;border:1px solid #dcd6ce;border-radius:12px;background:#fff;scroll-behavior:smooth}.fullScriptPane>header,.sceneBoardPane>header{position:-webkit-sticky;position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:15px 17px;border-bottom:1px solid #e4ded7;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.fullScriptPane>header{display:block}.fullScriptPane header p,.sceneBoardPane header p{margin:0 0 4px;color:#887e74;font-size:9px;font-weight:900;letter-spacing:.14em}.fullScriptPane header h3,.sceneBoardPane header h3{margin:0;font-size:17px}.fullScriptPane header>div{display:flex;gap:12px;margin-top:8px;color:#776f67;font-size:11px}.sceneBoardPane>header>span{border-radius:999px;background:#efebe6;padding:5px 8px;color:#655d55;font-size:10px;font-weight:800}.fullScriptDocument{padding:8px 17px 28px}.scriptScene{width:100%;display:block;border:0;border-bottom:1px dashed #bdb4aa;background:transparent;padding:15px 3px 13px;text-align:left;color:#35302c;cursor:pointer}.scriptScene:hover{border-bottom-color:#63594f;background:#faf7f3}.scriptScene.active{border-bottom:2px solid #45694c;background:#f1f6f1;box-shadow:inset 3px 0 #45694c;padding-left:11px}.scriptScene small{display:block;margin-bottom:7px;color:#847970;font-size:9px;font-weight:900;letter-spacing:.12em}.sceneExactText,.scriptUnsegmented{display:block;white-space:pre-wrap;overflow-wrap:anywhere;font:13px/1.82 inherit}.scriptUnsegmented{padding:14px 3px}.sceneBoardPane .sceneList{padding:14px}.sceneCard{scroll-margin:85px}.sceneCard.active{border-color:#6f8e75;box-shadow:0 0 0 2px rgba(78,112,85,.14)}.sceneCard:focus-visible{outline:2px solid #45694c;outline-offset:2px}.featuredAssets{margin:14px 0}.featuredAssets>.sceneSubhead span{color:#82786f;font-size:10px}.assetGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:8px}.assetCard{min-width:0}.assetPreview{width:100%;border:0;background:transparent;padding:0;color:inherit;text-align:left;cursor:zoom-in}.assetPreview:focus-visible{outline:2px solid #45694c;outline-offset:-2px}.assetImage{position:relative;display:block;background:#ece8e2;aspect-ratio:4/3;overflow:hidden}.assetImage img{width:100%;height:100%;object-fit:contain;background:#ece8e2}.assetImage>b{position:absolute;left:7px;bottom:7px;border-radius:999px;background:#315f3a;color:#fff;padding:5px 7px;font-size:9px}.assetSummary{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:9px}.assetSummary strong{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.assetCard>.assetChoose{margin-top:auto;padding:0 9px 8px}.assetChoose button{width:100%;border:1px solid #bcb2a8;border-radius:7px;background:#fff;padding:7px 8px;color:#49433e;font-size:10px}.assetCard.selected .assetChoose button{border-color:#4f7657;color:#315f3a;font-weight:800}.assetDetails{border-top:1px solid #e1dbd4;padding:7px 9px}.assetDetails summary{cursor:pointer;color:#665e57;font-size:9px}.assetDetails p,.assetDetails small{margin:6px 0;color:#756d65;font-size:9px;line-height:1.4}.assetDetails>span{display:flex;gap:7px;flex-wrap:wrap}.assetDetails a{color:#555;font-size:9px;text-decoration:underline}.moreAssets{display:block;margin:9px auto 0;border:1px solid #d1c8bf;border-radius:999px;background:#fff;padding:7px 11px;color:#575049;font-size:10px}.assetSkeleton{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.assetSkeleton>span{aspect-ratio:4/3;border-radius:9px;background:linear-gradient(90deg,#eee9e3 20%,#f8f5f1 50%,#eee9e3 80%);background-size:220% 100%;animation:assetPulse 1.3s infinite}.assetSkeleton>b{grid-column:1/-1;text-align:center;color:#7a7168;font-size:10px}.assetSkippedState,.commonsPending{border:1px dashed #d7d0c7;border-radius:9px;background:#f8f6f3;padding:16px;color:#776f67;text-align:center;font-size:11px}.assetSkippedState{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f0f4ef;color:#4d6652}.assetSkippedState button,.commonsEmpty a,.commonsEmpty button{border:1px solid #cfc6bd;border-radius:7px;background:#fff;padding:7px 9px;color:#4e4741;font-size:10px;text-decoration:none}.commonsEmpty{display:flex;flex-direction:column;gap:9px;margin:0}.commonsEmpty>span{display:flex;gap:7px;flex-wrap:wrap}.sceneSearchOptions{margin-top:14px;border:1px solid #dfd8d0;border-radius:9px}.sceneSearchOptions>summary{cursor:pointer;padding:11px 13px;color:#5f5750;font-size:11px;font-weight:800}.sceneSearchOptions[open]>summary{border-bottom:1px solid #e8e2dc}.sceneSearchOptions .sceneQueries{margin:0;padding:12px}.sceneCard .sceneSource{margin-bottom:0}.sceneCard .sceneSuggestion{margin-top:14px}.licenseBadge{white-space:normal;line-height:1.25}.sceneCard.complete .featuredAssets{border-left:3px solid #7fa087;padding-left:9px}@keyframes assetPulse{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:800px){.assetMobileTabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid #d8d1c9;border-radius:9px;overflow:hidden}.assetMobileTabs button{border:0;background:#f6f3ef;padding:10px;color:#716960}.assetMobileTabs button.active{background:#302b27;color:#fff;font-weight:800}.assetBoardWorkspace{display:block;height:auto}.fullScriptPane,.sceneBoardPane{display:none;max-height:none;overflow:visible}.fullScriptPane.mobileActive,.sceneBoardPane.mobileActive{display:block}.fullScriptPane>header,.sceneBoardPane>header{position:static}.sceneBoardPane .sceneList{padding:10px}.assetGrid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.assetCard{flex:0 0 min(76vw,245px);scroll-snap-align:start}.sceneAssets .sceneToolbar{position:static}.sceneAssets{min-width:0}}.webRightsNotice{border:1px solid #e2c5c0;border-radius:9px;background:#fff2ef;padding:11px 13px;color:#7c3c34;font-size:11px}.providerBadge{display:inline-block;border-radius:999px;padding:4px 6px;background:#e9ecef;color:#454d55;font-size:8px;font-weight:900;letter-spacing:.04em}.providerBadge.commons{background:#e6f0e7;color:#345b39}.providerBadge.web{background:#e8edf7;color:#36577e}.providerNotices{display:flex;flex-direction:column;gap:3px;margin-top:8px;color:#89572d;font-size:10px}.searchModeRow{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:13px;padding-bottom:12px;border-bottom:1px solid #e7e1da}.searchModeRow label{display:flex;flex-direction:column;gap:5px;color:#6e655d;font-size:10px}.searchModeRow select{border:1px solid #d3cbc2;border-radius:7px;background:#fff;padding:7px;font-size:11px}.searchModeRow button{border:1px solid #cfc6bd;border-radius:7px;background:#fff;padding:8px 10px;color:#4e4741;font-size:10px}.assetCard.web .licenseBadge.review{background:#f8dcd8;color:#8a3028}@media(max-width:600px){.searchModeRow{align-items:stretch;flex-direction:column}.searchModeRow button{width:100%}}.searchDebug{margin:0 0 14px;border:1px solid #ddd7cf;border-radius:8px;background:#faf9f7}.searchDebug>summary{padding:9px 11px;color:#655e57;font-size:10px;font-weight:800;cursor:pointer}.searchDebugBody{padding:0 10px 10px;display:grid;grid-gap:10px;gap:10px}.searchDebugBody section{border-top:1px solid #e5dfd8;padding-top:8px}.searchDebugBody p{display:grid;grid-template-columns:110px 1fr;grid-gap:8px;gap:8px;margin:4px 0;font-size:9px;color:#655e57}.searchDebugRows{display:grid;grid-gap:3px;gap:3px;margin-top:8px;max-height:260px;overflow:auto}.searchDebugRows>div{display:grid;grid-template-columns:minmax(180px,1fr) 74px 62px 120px;grid-gap:6px;gap:6px;align-items:center;padding:6px 7px;border-radius:5px;background:#f0f3ed;color:#4e574b;font-size:9px}.searchDebugRows>div.excluded{background:#f4f1ee;color:#8a827a}.searchDebugRows strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:600px){.searchDebugRows>div{grid-template-columns:minmax(140px,1fr) 70px}.searchDebugRows>div span:nth-of-type(n+2){display:none}.searchDebugBody p{grid-template-columns:1fr}.searchDebugBody p b{margin-bottom:-5px}}.assetLightboxOverlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:rgba(15,17,20,.88);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.assetLightbox{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,340px);grid-template-rows:auto minmax(0,1fr) auto;width:min(94vw,1280px);max-height:94vh;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:#1c1e21;color:#fff;box-shadow:0 24px 80px rgba(0,0,0,.48)}.assetLightbox:focus{outline:none}.assetLightbox>header{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.14)}.assetLightbox>header span{display:block;margin-bottom:4px;color:#b9c5af;font-size:10px;font-weight:900;letter-spacing:.14em}.assetLightbox>header p{display:-webkit-box;max-width:900px;margin:0;overflow:hidden;color:#e3e4e6;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lightboxClose{flex:0 0 auto;width:36px;height:36px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer}.lightboxMedia{display:grid;place-items:center;min-height:300px;padding:16px;background:#0d0e10}.lightboxMedia img{display:block;max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain}.lightboxInfo{min-width:0;overflow-y:auto;padding:20px}.lightboxInfo h3{margin:10px 0 18px;font-size:18px;line-height:1.35;overflow-wrap:anywhere}.lightboxInfo dl{display:grid;grid-gap:8px;gap:8px;margin:0}.lightboxInfo dl>div{display:grid;grid-template-columns:72px 1fr;grid-gap:9px;gap:9px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);font-size:11px}.lightboxInfo dt{color:#9da2a8}.lightboxInfo dd{margin:0;overflow-wrap:anywhere}.lightboxInfo .needsReview{color:#ff9a8e;font-weight:800}.lightboxRights{margin:14px 0;padding:10px;border-radius:8px;background:rgba(160,64,49,.2);color:#ffc0b7;font-size:10px;line-height:1.5}.lightboxActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;margin-top:18px}.lightboxActions a,.lightboxActions button{display:grid;place-items:center;min-height:38px;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:#2a2d31;color:#fff;padding:8px;text-align:center;text-decoration:none;font-size:10px;cursor:pointer}.lightboxActions .primary{border-color:#779600;background:#779600}.lightboxNav{grid-column:1/-1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px;padding:10px 16px;border-top:1px solid rgba(255,255,255,.14)}.lightboxNav button{border:0;background:transparent;color:#fff;padding:8px;font-size:11px;cursor:pointer}.lightboxNav button:first-child{text-align:left}.lightboxNav button:last-child{text-align:right}.lightboxNav span{color:#afb3b8;font-size:10px}@media(max-width:760px){.assetLightboxOverlay{padding:0}.assetLightbox{grid-template-columns:1fr;grid-template-rows:auto minmax(220px,55vh) minmax(0,1fr) auto;width:100vw;height:100dvh;max-height:none;border:0;border-radius:0}.assetLightbox>header,.lightboxNav{grid-column:1}.lightboxMedia{min-height:0;padding:8px}.lightboxMedia img{max-width:96vw;max-height:55vh}.lightboxInfo{padding:14px 16px}.lightboxInfo h3{margin-bottom:12px;font-size:16px}.lightboxActions{grid-template-columns:1fr 1fr}.lightboxActions a,.lightboxActions button{min-height:42px}.lightboxNav{padding:7px 14px}}.youtubeWorkspace{--yt-green:#6f8f2b;max-width:1500px;margin:0 auto;padding:34px 40px 70px;color:#1d232b}.youtubeHead{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.youtubeHead h1{margin:4px 0 10px;font-size:34px;letter-spacing:-.04em}.youtubeOwnerActions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.youtubeRole{border-radius:999px;background:#f0f2f4;padding:8px 11px;color:#606a75;font-size:10px;font-weight:850;letter-spacing:.05em}.youtubeRole.owner{background:#edf3df;color:#526d19}.youtubeConnect{display:inline-flex;align-items:center;min-height:39px;border-radius:9px;background:#1e252d;color:#fff;padding:9px 14px;text-decoration:none;font-size:12px;font-weight:800}.youtubeTabs{display:flex;gap:4px;margin:30px 0 20px;border-bottom:1px solid #e2e6e9}.youtubeTabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:12px 18px;color:#77808a;cursor:pointer}.youtubeTabs button.active{border-bottom-color:var(--yt-green);color:#1e252d;font-weight:850}.youtubeNotice,.youtubeSetup{margin:12px 0;border-radius:10px;padding:12px 14px;font-size:12px}.youtubeNotice{border:1px solid #cbdcb1;background:#f2f7e9;color:#4c6818}.youtubeSetup{border:1px solid #ead7a3;background:#fff9e8;color:#745b15}.youtubeKpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:11px;gap:11px;margin:20px 0 34px}.youtubeKpis article{display:flex;min-width:0;min-height:130px;flex-direction:column;border:1px solid #e2e6e9;border-radius:14px;background:#fff;padding:17px;box-shadow:0 7px 25px rgba(29,35,43,.04)}.youtubeKpis span{color:#747f8a;font-size:11px}.youtubeKpis b{margin:auto 0 3px;overflow:hidden;font-size:26px;letter-spacing:-.04em;text-overflow:ellipsis}.youtubeKpis small{color:#9aa2aa;font-size:9px}.youtubeEmpty,.youtubeLoading{display:flex;min-height:330px;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #d9dee2;border-radius:16px;background:#fafbfc;color:#747f89;text-align:center}.youtubeEmpty>span{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:#edf3df;color:var(--yt-green);font-size:20px}.youtubeEmpty h2{margin:18px 0 4px;color:#283039;font-size:21px}.youtubeSectionTitle{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:34px 0 16px}.youtubeSectionTitle h2{margin:3px 0 0;font-size:23px;letter-spacing:-.025em}.youtubeSectionTitle>span{color:#8b949d;font-size:10px}.youtubeChannels{display:grid;grid-gap:18px;gap:18px}.youtubeChannelCard{overflow:hidden;border:1px solid #e1e5e8;border-top:3px solid var(--channel-color);border-radius:16px;background:#fff;box-shadow:0 9px 34px rgba(35,43,51,.05)}.youtubeChannelCard>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 22px;border-bottom:1px solid #edf0f2}.youtubeChannelIdentity{display:flex;align-items:center;gap:13px}.youtubeChannelIdentity>img,.youtubeChannelIdentity>span{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#edf0f2;object-fit:cover;font-weight:900}.youtubeChannelIdentity h3{margin:0 0 5px;font-size:18px}.youtubeChannelIdentity a{color:#7b858e;font-size:10px;text-decoration:none}.youtubeDisconnect{border:0;background:transparent;color:#a06a62;font-size:10px;text-decoration:underline}.youtubeChannelStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #edf0f2}.youtubeChannelStats span{display:flex;min-width:0;flex-direction:column;gap:3px;padding:14px 20px;border-right:1px solid #edf0f2;color:#89929b;font-size:9px}.youtubeChannelStats span:last-child{border-right:0}.youtubeChannelStats b{overflow:hidden;color:#283039;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.youtubeRecentVideos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;padding:18px}.youtubeVideoCard{min-width:0;overflow:hidden;border:1px solid #e6e9eb;border-radius:11px;background:#fafbfb;color:inherit;text-decoration:none;transition:.16s ease}.youtubeVideoCard:hover{transform:translateY(-2px);border-color:#cbd1d5;box-shadow:0 8px 22px rgba(30,37,45,.08)}.youtubeThumb{position:relative;display:grid;aspect-ratio:16/9;place-items:center;overflow:hidden;background:#e8ebed;color:#858f98;font-size:9px}.youtubeThumb img{width:100%;height:100%;object-fit:cover}.youtubeThumb b{position:absolute;right:7px;bottom:7px;border-radius:4px;background:rgba(10,12,14,.84);color:#fff;padding:3px 5px;font-size:9px}.youtubeVideoCard>div:last-child{padding:12px}.youtubeVideoCard h4{display:-webkit-box;min-height:38px;margin:0 0 7px;overflow:hidden;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.youtubeVideoCard time{color:#8e969e;font-size:9px}.youtubeVideoCard p{display:flex;gap:10px;margin:10px 0 0;color:#69747e;font-size:9px;flex-wrap:wrap}.youtubeFilters{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:4px 0 18px;padding:16px;border:1px solid #e1e5e8;border-radius:12px;background:#fafbfc}.youtubeFilters label{display:flex;min-width:230px;flex-direction:column;gap:6px;color:#7c858e;font-size:10px}.youtubeFilters select{border:1px solid #d6dce0;border-radius:8px;background:#fff;padding:9px 11px;color:#283039}.youtubeFilters>div{display:flex;gap:5px}.youtubeFilters button{border:1px solid transparent;border-radius:8px;background:transparent;padding:8px 12px;color:#707b84}.youtubeFilters button.active{border-color:#cdd8b7;background:#edf3df;color:#516e16;font-weight:850}.youtubeCharts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px}.youtubeChart{min-width:0;border:1px solid #e0e5e8;border-radius:15px;background:#fff;padding:18px;box-shadow:0 7px 28px rgba(29,35,43,.04)}.youtubeChart.wide{grid-column:1/-1}.youtubeChart>header h3{margin:0;font-size:15px}.youtubeChart>header p{margin:4px 0 0;color:#8b949d;font-size:9px}.youtubeChartCanvas{height:290px;margin-top:17px}.youtubeChart.wide .youtubeChartCanvas{height:380px}.youtubeChart .recharts-text{font-size:9px;fill:#7e8790}.youtubeVideoTable{margin-top:20px;border:1px solid #e1e5e8;border-radius:15px;background:#fff;padding:0 18px 18px}.youtubeVideoTable .youtubeSectionTitle{margin:20px 4px 15px}.youtubeVideoTable a{color:#2b343c;text-decoration:none}.editorPortal .editorTopbar nav{display:flex;gap:5px}.editorPortal .editorTopbar nav button{border:0;border-radius:8px;background:transparent;padding:9px 12px;color:#767069;font-size:11px}.editorPortal .editorTopbar nav button.active{background:#302b27;color:#fff}.editorPortal>.youtubeWorkspace{width:100%}@media(max-width:1250px){.youtubeKpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.youtubeWorkspace{padding:25px 18px 55px}.youtubeHead{flex-direction:column}.youtubeOwnerActions{justify-content:flex-start}.youtubeRecentVideos{grid-template-columns:1fr}.youtubeVideoCard{display:grid;grid-template-columns:180px 1fr}.youtubeChannelStats{grid-template-columns:repeat(2,1fr)}.youtubeChannelStats span:nth-child(2){border-right:0}.youtubeChannelStats span:nth-child(-n+2){border-bottom:1px solid #edf0f2}.youtubeCharts{grid-template-columns:1fr}.youtubeChart.wide{grid-column:auto}.editorPortal .editorTopbar{height:auto;min-height:72px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.editorPortal .editorTopbar .brand{padding:0}}@media(max-width:600px){.youtubeWorkspace{padding:20px 12px 45px}.youtubeHead h1{font-size:29px}.youtubeOwnerActions>*{flex:1 1 auto;text-align:center;justify-content:center}.youtubeKpis{grid-template-columns:repeat(2,1fr);gap:8px}.youtubeKpis article{min-height:110px;padding:14px}.youtubeKpis b{font-size:22px}.youtubeSectionTitle{flex-direction:column}.youtubeChannelCard>header,.youtubeSectionTitle{align-items:flex-start}.youtubeChannelStats{grid-template-columns:1fr 1fr}.youtubeRecentVideos{padding:11px}.youtubeVideoCard{display:block}.youtubeFilters{align-items:stretch;flex-direction:column}.youtubeFilters label{min-width:0}.youtubeFilters>div{display:grid;grid-template-columns:repeat(5,1fr)}.youtubeFilters button{padding:8px 4px;font-size:10px}.youtubeChart{padding:13px}.youtubeChartCanvas{height:260px}.youtubeVideoTable{padding:0 10px 10px}.editorPortal .editorTopbar nav{order:3;width:100%}.editorPortal .editorTopbar nav button{flex:1 1}.editorPortal .editorTopbar .ghost{margin-left:auto}}.youtubeWorkspace{min-width:0;overflow-x:clip}.youtubeChartCanvas{min-width:0;overflow:hidden}.youtubeChartCanvas .recharts-legend-wrapper{width:100%!important;max-width:100%!important}.youtubePickerOverlay{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:24px;background:rgba(18,23,28,.68);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.youtubePicker{display:flex;width:min(680px,calc(100vw - 32px));max-height:min(780px,calc(100vh - 40px));flex-direction:column;overflow:hidden;border:1px solid #dfe4e7;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(10,14,18,.3)}.youtubePicker>header{display:flex;justify-content:space-between;gap:22px;padding:25px 27px 20px;border-bottom:1px solid #e7eaec}.youtubePicker>header h2{margin:4px 0 7px;font-size:24px;letter-spacing:-.035em}.youtubePicker>header p:last-child{margin:0;color:#7a858e;font-size:12px}.youtubePicker>header>button{width:34px;height:34px;flex:0 0 auto;border:0;border-radius:50%;background:#f1f3f4;color:#59636b;font-size:21px;cursor:pointer}.youtubeCandidateList{display:grid;grid-gap:10px;gap:10px;overflow:auto;padding:18px 27px}.youtubeCandidateList>label{display:grid;grid-template-columns:auto 54px minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;border:1px solid #dfe4e7;border-radius:13px;padding:13px;background:#fff;cursor:pointer;transition:.15s ease}.youtubeCandidateList>label:hover{border-color:#b8c49e}.youtubeCandidateList>label.selected{border-color:#748f38;background:#f5f8ee;box-shadow:0 0 0 2px rgba(111,143,43,.12)}.youtubeCandidateList>label.connected{opacity:.62;cursor:default}.youtubeCandidateList input{accent-color:#6f8f2b}.youtubeCandidateFallback,.youtubeCandidateList img{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:#edf0f2;object-fit:cover;color:#6f8f2b}.youtubeCandidateText{display:flex;min-width:0;flex-direction:column;gap:3px}.youtubeCandidateText b{color:#222a31;font-size:15px}.youtubeCandidateText b,.youtubeCandidateText small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.youtubeCandidateText small{color:#8a939b;font-family:monospace;font-size:10px}.youtubeCandidateText em{color:#5d6871;font-size:11px;font-style:normal}.youtubeCandidateList strong{border-radius:999px;background:#e8ecef;padding:6px 9px;color:#66717a;font-size:9px}.youtubePicker>footer{display:flex;justify-content:flex-end;gap:9px;padding:17px 27px;border-top:1px solid #e7eaec;background:#fafbfb}.youtubePicker>footer button{min-width:110px}.youtubePickerEmpty,.youtubePickerLoading{display:grid;min-height:190px;place-items:center;color:#7b858d;font-size:12px}@media(max-width:600px){.youtubePickerOverlay{align-items:end;padding:0}.youtubePicker{width:100vw;max-height:92vh;border-radius:18px 18px 0 0}.youtubeCandidateList,.youtubePicker>header{padding-right:17px;padding-left:17px}.youtubeCandidateList>label{grid-template-columns:auto 46px minmax(0,1fr)}.youtubeCandidateFallback,.youtubeCandidateList img{width:46px;height:46px}.youtubeCandidateList strong{grid-column:3}.youtubePicker>footer{display:grid;grid-template-columns:1fr 1fr;padding:14px 17px}.youtubePicker>footer button{min-width:0}}.youtubeAllVideosAction{display:flex;justify-content:flex-end;padding:0 18px 18px}.youtubeAllVideosAction button{border:1px solid #dbe0e3;border-radius:9px;background:#fff;padding:9px 13px;color:#3c474f;font-size:11px;font-weight:800;cursor:pointer}.youtubeAllVideosAction button:hover{border-color:#aeb9bf;background:#fafbfb}.youtubeAllVideosAction span{margin-left:5px;color:#87919a;font-weight:500}.youtubeVideoLibraryOverlay{position:fixed;z-index:1190;inset:0;display:grid;place-items:center;padding:22px;background:rgba(18,23,28,.68);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.youtubeVideoLibrary{display:flex;width:min(1050px,calc(100vw - 32px));height:min(850px,calc(100vh - 38px));flex-direction:column;overflow:hidden;border:1px solid #dfe4e7;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(10,14,18,.3)}.youtubeVideoLibrary>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:23px 27px 18px;border-bottom:1px solid #e6eaec}.youtubeVideoLibrary>header h2{margin:4px 0 6px;font-size:24px;letter-spacing:-.035em}.youtubeVideoLibrary>header p:last-child{margin:0;color:#7f8992;font-size:11px}.youtubeVideoLibrary>header>button{width:34px;height:34px;border:0;border-radius:50%;background:#f0f2f3;color:#58636b;font-size:21px;cursor:pointer}.youtubeVideoTools{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:15px 27px;border-bottom:1px solid #eceff1;background:#fafbfb}.youtubeVideoTools form{flex:1 1;max-width:520px}.youtubeVideoTools label{display:flex;flex-direction:column;gap:6px;color:#737e87;font-size:10px}.youtubeVideoTools form>div{display:flex}.youtubeVideoTools input,.youtubeVideoTools select{border:1px solid #d5dbe0;background:#fff;color:#263039;padding:9px 11px}.youtubeVideoTools input{min-width:0;flex:1 1;border-radius:8px 0 0 8px}.youtubeVideoTools form button{border:1px solid #1e252d;border-radius:0 8px 8px 0;background:#1e252d;color:#fff;padding:9px 16px;font-size:11px;font-weight:800}.youtubeVideoTools select{min-width:130px;border-radius:8px}.youtubeAllVideoList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;grid-gap:12px;gap:12px;overflow:auto;padding:18px 27px}.youtubeAllVideo{display:grid;grid-template-columns:180px minmax(0,1fr);min-width:0;overflow:hidden;border:1px solid #e3e7e9;border-radius:12px;background:#fff}.youtubeAllVideoThumb{position:relative;display:grid;min-height:108px;place-items:center;overflow:hidden;background:#e9ecee;color:#89929a;font-size:9px}.youtubeAllVideoThumb img{width:100%;height:100%;object-fit:cover}.youtubeAllVideoThumb>b{position:absolute;right:7px;bottom:7px;border-radius:4px;background:rgba(10,12,14,.84);color:#fff;padding:3px 5px;font-size:9px}.youtubeAllVideo>div{min-width:0;padding:12px}.youtubeAllVideo h3{display:-webkit-box;margin:0 0 5px;overflow:hidden;font-size:13px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.youtubeAllVideo time{color:#89929a;font-size:9px}.youtubeAllVideo p{display:flex;gap:10px;margin:10px 0 8px;color:#7a848d;font-size:9px;flex-wrap:wrap}.youtubeAllVideo p b{color:#444f57}.youtubeAllVideo>div>a{color:#60782b;font-size:9px;font-weight:800;text-decoration:none}.youtubeVideoLibrary>footer{margin-top:auto;padding:14px 27px;border-top:1px solid #e6eaec;background:#fafbfb;color:#78838c;font-size:10px}.youtubeLibraryError,.youtubeVideoLibrary>footer{display:flex;align-items:center;justify-content:space-between;gap:15px}.youtubeLibraryError{margin:14px 27px 0;border:1px solid #efcdca;border-radius:9px;background:#fff4f3;padding:10px 12px;color:#a6423b;font-size:11px}.youtubeLibraryError button{border:0;background:transparent;color:inherit;font-weight:800;text-decoration:underline}@media(max-width:900px){.youtubeAllVideoList{grid-template-columns:1fr}.youtubeVideoLibrary{width:calc(100vw - 24px)}}@media(max-width:600px){.youtubeAllVideosAction{padding:0 11px 13px}.youtubeAllVideosAction button{width:100%}.youtubeVideoLibraryOverlay{align-items:end;padding:0}.youtubeVideoLibrary{width:100vw;height:94vh;border-radius:18px 18px 0 0}.youtubeAllVideoList,.youtubeVideoLibrary>footer,.youtubeVideoLibrary>header,.youtubeVideoTools{padding-right:15px;padding-left:15px}.youtubeVideoLibrary>header h2{font-size:20px}.youtubeVideoTools{align-items:stretch;flex-direction:column}.youtubeVideoTools form{max-width:none}.youtubeAllVideoList{padding-top:12px;padding-bottom:12px}.youtubeAllVideo{grid-template-columns:128px minmax(0,1fr)}.youtubeAllVideoThumb{min-height:90px}.youtubeAllVideo>div{padding:9px}.youtubeAllVideo p{gap:7px;margin:7px 0}.youtubeVideoLibrary>footer .outline{min-width:130px}}