:root{--ink:#17312d;--muted:#8a9894;--green:#087565;--line:#e4e9e4;--paper:#f6f7f3}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}a,button{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#fbfcf9;border-right:1px solid var(--line);padding:28px 18px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;padding:0 9px 30px}.brand>b{display:grid;place-items:center;width:38px;height:38px;border-radius:13px 13px 13px 5px;background:var(--green);color:white;font-size:20px}.brand small,.brand span,.brand strong,.user small,.user span,.user strong{display:block}.brand strong{font-size:14px}.brand small{color:#9aa6a2;font-size:9px;letter-spacing:.1em;margin-top:3px}.sidebar nav{display:grid;gap:7px}.settings,.sidebar nav a{display:flex;align-items:center;gap:12px;padding:13px;border-radius:10px;color:#71807c;text-decoration:none;font-size:13px;font-weight:700}.sidebar nav a.active{color:var(--green);background:#e6f1eb}.sidebar nav i{margin-left:auto;background:#e7ebe7;padding:2px 7px;border-radius:10px;font-size:9px}.sideBottom{margin-top:auto}.budget{padding:15px;background:#f0f0e9;border-radius:13px;margin-bottom:15px}.budget>small{font-size:9px;color:var(--muted)}.budget>strong{display:block;margin:7px 0;font-size:17px}.budget em{font-size:10px;color:var(--muted);font-style:normal}.budget>div{height:5px;background:#dce1dc;border-radius:5px;margin-bottom:6px}.budget>div i{display:block;width:26%;height:100%;background:var(--green);border-radius:5px}.user{border-top:1px solid var(--line);padding:17px 7px 0;display:flex;gap:9px;align-items:center}.user>b{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#f1c66b}.user strong,.user>b{font-size:11px}.user small{font-size:9px;color:var(--muted);margin-top:3px}.workspace{padding:34px 40px 50px;max-width:1450px;width:100%;margin:auto}.workspace>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.workspace>header small{color:var(--muted);font-size:10px;letter-spacing:.06em}.workspace h1{margin:5px 0 0;font-size:26px}.workspace>header button{border:0;background:var(--green);color:white;border-radius:10px;padding:13px 16px;font-size:12px;font-weight:700}.message{background:#def0e7;color:#126b5d;padding:11px 14px;margin:-8px 0 17px;border-radius:10px;font-size:12px;display:flex;justify-content:space-between}.message button{border:0;background:none;color:inherit}.hero{min-height:210px;border-radius:20px;overflow:hidden;background:linear-gradient(110deg,#0d7969,#07574e);color:white;display:grid;grid-template-columns:1.2fr .8fr}.hero>div:first-child{padding:32px 36px}.hero small{font-size:9px;letter-spacing:.12em;color:#abd9d0}.hero h2{margin:12px 0 5px;font-size:27px}.hero p{margin:0 0 24px;color:#b9ddd6;font-size:12px}.hero button{border:0;background:white;color:var(--green);border-radius:9px;padding:11px 15px;font-size:11px;font-weight:700}.hero a{color:white;text-decoration:none;margin-left:16px;font-size:11px}.scene{position:relative;background:radial-gradient(circle,#56af9d66,transparent 60%)}.star{right:70px;top:37px;color:#ffd267;font-size:44px;transform:rotate(12deg)}.spark,.star{position:absolute}.spark{right:180px;top:30px;color:#bfe3dc}.robot{position:absolute;bottom:-10px;right:170px;width:100px;text-align:center}.robot>i{display:block;width:3px;height:19px;background:#d6ebe6;margin:auto}.robot section{height:67px;background:#dcece7;border:7px solid #98c8be;border-radius:24px;display:flex;justify-content:center;align-items:center;gap:18px}.robot section b{color:#173b38;font-size:11px}.robot>strong{display:block;margin:auto;width:72px;height:65px;background:#ee896f;border:6px solid #f4ad98;border-radius:13px;color:white;padding-top:15px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:18px 0}.stats article{background:white;border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;gap:12px;align-items:center}.stats article>b{width:36px;height:36px;border-radius:10px;display:grid;place-items:center}.coral{background:#fce7e1;color:#dd725b}.gold{background:#fff0ce;color:#c98e28}.mint{background:#def0e7;color:#18856f}.blue{background:#e3eef5;color:#5384a0}.stats span>*{display:block}.stats small{font-size:8px;color:var(--muted)}.stats strong{font-size:20px;margin:3px 0}.stats em{font-size:8px;color:var(--muted);font-style:normal}.stats em.good{color:#218a72}.columns{display:grid;grid-template-columns:1.7fr .75fr;gap:17px}.panel{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}.panelHead{padding:19px 20px 14px;display:flex;justify-content:space-between}.panelHead h3{font-size:15px;margin:0}.panelHead p{font-size:9px;color:var(--muted);margin:4px 0 0}.panelHead button{border:0;background:none;color:var(--green);font-size:10px}.stages{margin:0 20px 16px;padding:12px;background:#f6f8f5;display:flex;justify-content:space-between;border-radius:10px}.stages span{text-align:center;position:relative}.stages b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e1e6e1;color:#9ba6a2;font-size:9px}.stages span.done b{background:var(--green);color:white}.stages small{position:absolute;top:30px;left:50%;transform:translateX(-50%);font-size:7px;color:var(--muted)}.episodeList>section{border-top:1px solid #edf0ed;padding:11px 18px;display:flex;align-items:center;gap:11px}.thumb{width:49px;height:39px;border-radius:8px;display:grid;place-items:center}.t0{background:#123f49;color:#f3ca62}.t1{background:#f9dfb2;color:#5e956f}.t2{background:#dce8f1;color:#5a87a4}.episodeName{flex:1}.episodeName>*{display:block}.episodeName small{font-size:8px;color:var(--muted)}.episodeName strong{font-size:10px;margin:2px 0 5px}.episodeName>i{height:3px;background:#e8ece8;max-width:200px;border-radius:3px}.episodeName>i b{display:block;height:100%;background:var(--green)}.pill{font-size:8px;font-style:normal;font-weight:700;padding:5px 8px;border-radius:12px}.p0{background:#dff1e9;color:#147461}.p1{background:#fff0d0;color:#a06f1d}.p2{background:#e4eff6;color:#527d99}.episodeList section>button{border:0;background:none;color:#9aa5a2;font-size:20px}.activity>section{display:flex;gap:10px;padding:11px 20px}.activity>section>b{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;font-size:9px}.activity section span>*{display:block}.activity section strong{font-size:10px}.activity section small{font-size:8px;color:var(--muted);margin-top:4px}.a0{background:#fce7e1;color:#d96c56}.a1{background:#fff0d0;color:#bc8322}.a2{background:#e4eff6;color:#527d99}.a3{background:#dff1e9;color:#147461}.all{width:100%;padding:12px;border:0;border-top:1px solid var(--line);background:#fafbf9;color:var(--green);font-size:9px;font-weight:700}@media(max-width:950px){.shell{grid-template-columns:78px 1fr}.sidebar{padding:25px 10px}.brand span,.sideBottom,.sidebar nav i,.sidebar nav span{display:none}.sidebar nav a{justify-content:center;font-size:17px}.workspace{padding:28px 22px}.stats{grid-template-columns:1fr 1fr}.columns{grid-template-columns:1fr}}@media(max-width:640px){.shell{display:block}.sidebar{position:fixed;z-index:5;top:auto;bottom:0;width:100%;height:62px;padding:7px}.brand,.sideBottom{display:none}.sidebar nav{display:flex;justify-content:space-around}.workspace{padding:22px 14px 80px}.workspace h1{font-size:21px}.hero{grid-template-columns:1fr;min-height:350px}.scene{position:absolute}.hero>div:first-child{padding:27px}.stats{grid-template-columns:1fr 1fr}.pill,.stats article>b{display:none}}.newEpisode{background:var(--green);color:white;border-radius:10px;padding:13px 16px;font-size:12px;font-weight:700;text-decoration:none}.creatorPage{min-height:100vh;background:#f7f8f4}.creatorTop{height:70px;padding:0 30px;background:white;border-bottom:1px solid var(--line);justify-content:space-between}.creatorTop,.miniBrand{display:flex;align-items:center}.miniBrand{gap:10px;text-decoration:none;color:var(--ink);font-weight:700}.miniBrand b{width:32px;height:32px;display:grid;place-items:center;border-radius:11px 11px 11px 4px;background:var(--green);color:white}.draftState{font-size:10px;color:#8a9894;background:#f1f3ef;padding:7px 11px;border-radius:20px}.closeCreator{font-size:24px;text-decoration:none;color:#80908b}.creatorLayout{max-width:1240px;margin:auto;display:grid;grid-template-columns:220px minmax(420px,1fr) 280px;gap:32px;padding:42px 25px}.creatorSteps>p,.episodePreview>span,.stepLabel{font-size:9px;font-weight:700;letter-spacing:.12em;color:#8a9894}.creatorSteps>div{display:flex;gap:10px;margin:20px 0;color:#9aa6a2}.creatorSteps>div>b{width:27px;height:27px;flex:none;display:grid;place-items:center;border:1px solid #d9dfda;border-radius:50%;font-size:10px}.creatorSteps>div span{font-size:11px;font-weight:700}.creatorSteps>div small{display:block;font-size:8px;font-weight:400;margin-top:4px}.creatorSteps>div.current{color:var(--green)}.creatorSteps>div.current b{background:var(--green);color:white;border-color:var(--green)}.creatorSteps>section{margin-top:34px;padding:14px;background:#e8f2ed;border-radius:12px}.creatorSteps>section strong{font-size:9px}.creatorSteps>section p{font-size:8px;line-height:1.5;color:#647a74}.creatorForm{background:white;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 12px 35px #23443b0b}.creatorForm h1{font-size:27px;margin:8px 0}.formIntro{font-size:12px;color:#778681;line-height:1.5;margin:0 0 27px}.creatorForm label{display:block;font-size:10px;font-weight:700;margin-bottom:18px}.creatorForm input,.creatorForm select,.creatorForm textarea{width:100%;margin-top:7px;border:1px solid #dbe2dc;border-radius:9px;background:#fbfcfa;color:var(--ink);padding:11px 12px;font:inherit;font-size:12px;outline:none}.creatorForm input:focus,.creatorForm select:focus,.creatorForm textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #0b7a6814}.creatorForm label>small{display:block;font-size:8px;color:#98a39f;margin-top:5px;font-weight:400}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.moneyInput{position:relative}.moneyInput span{position:absolute;left:12px;top:19px;font-size:12px;color:#7d8c87}.moneyInput input{padding-left:25px}.safetyCard{display:flex;gap:11px;padding:13px;background:#edf5f1;border-radius:10px;margin:2px 0 20px}.safetyCard>b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#cde8dc;color:var(--green)}.safetyCard strong,.safetyCard>b{font-size:10px}.safetyCard p{font-size:8px;color:#698079;margin:3px 0}.savedDraft{border:1px solid #a7d6c6;background:#eff8f4;border-radius:10px;padding:12px;margin-bottom:20px}.savedDraft b{font-size:11px;color:var(--green)}.savedDraft p{font-size:9px;margin:4px 0}.creatorForm footer{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;align-items:center}.creatorForm footer a{color:#71817c;font-size:11px;text-decoration:none}.creatorForm footer button{border:0;border-radius:9px;background:var(--green);color:white;padding:12px 16px;font-size:11px;font-weight:700}.episodePreview{align-self:start;position:sticky;top:94px;background:#123f3a;color:white;border-radius:17px;padding:21px;box-shadow:0 15px 35px #123f3a22}.previewArt{height:140px;margin:14px 0 18px;border-radius:12px;background:radial-gradient(circle at 60% 35%,#409889,#1c5c53);position:relative;overflow:hidden}.previewArt b{position:absolute;bottom:-13px;left:50%;transform:translateX(-50%);width:75px;height:75px;border-radius:24px 24px 8px 8px;background:#dcece7;border:7px solid #98c8be;color:#17443e;display:grid;place-items:center;font-size:28px}.previewArt i{position:absolute;right:40px;top:24px;color:#ffd267;font-size:28px}.previewArt em{position:absolute;left:34px;top:24px;color:#a9d9d0}.episodePreview h2{font-size:17px;margin:0}.episodePreview>p{font-size:10px;color:#b9d8d2;line-height:1.5}.episodePreview dl{margin:17px 0;border-top:1px solid #ffffff20}.episodePreview dl div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #ffffff17}.episodePreview dt{font-size:9px;color:#9fc7c0}.episodePreview dd{font-size:9px;font-weight:700;margin:0}.episodePreview>small{display:block;font-size:8px;color:#91bbb4;line-height:1.5}@media(max-width:980px){.creatorLayout{grid-template-columns:180px 1fr}.episodePreview{display:none}}@media(max-width:700px){.creatorTop{padding:0 16px}.creatorLayout{display:block;padding:24px 14px}.creatorSteps{display:none}.creatorForm{padding:23px}.formGrid{grid-template-columns:1fr}.draftState{display:none}}.creatorSteps>div.complete{color:#4d8378}.creatorSteps>div.complete b{background:#d9eee6;border-color:#d9eee6;color:var(--green)}.choiceLabel{font-size:9px;font-weight:700;letter-spacing:.1em;color:#8a9894;margin:8px 0 10px}.choiceCards{display:grid;gap:10px}.choiceCards button{display:flex;align-items:center;gap:12px;text-align:left;border:1px solid #dbe2dc;border-radius:11px;background:#fbfcfa;padding:12px;color:var(--ink)}.choiceCards button>b{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#e4efea;color:var(--green)}.choiceCards button small,.choiceCards button span{display:block}.choiceCards button span{font-size:11px;font-weight:700}.choiceCards button small{font-size:8px;color:#8a9894;margin-top:3px}.choiceCards button.selected,.modeCards button.selected{border-color:var(--green);box-shadow:0 0 0 2px #08756512;background:#f2f8f5}.modeCards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:8px 0 25px}.modeCards button{min-height:115px;border:1px solid #dbe2dc;border-radius:11px;background:#fbfcfa;color:var(--ink);padding:14px;text-align:left}.modeCards button>*{display:block}.modeCards button>b{font-size:12px}.modeCards button>span{font-size:8px;color:#7d8b87;line-height:1.4;margin:7px 0}.modeCards button>small{font-size:10px;color:var(--green);font-weight:700}.reviewGrid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-bottom:22px}.reviewGrid section{border:1px solid #e0e5e0;border-radius:11px;padding:14px;background:#fbfcfa}.reviewGrid small{font-size:8px;color:#8a9894;letter-spacing:.08em}.reviewGrid strong{display:block;font-size:11px;margin:6px 0}.reviewGrid p{font-size:9px;line-height:1.45;color:#71817c;margin:0}.errorDraft{border:1px solid #e8aaa0;background:#fff1ee;border-radius:10px;padding:12px;margin-bottom:20px;color:#9d4133}.errorDraft b{font-size:11px}.errorDraft p{font-size:9px;margin:4px 0}.creatorForm footer .backButton{background:transparent;color:#71817c;padding-left:0}.creatorForm footer button:disabled{opacity:.65;cursor:not-allowed}@media(max-width:700px){.modeCards,.reviewGrid{grid-template-columns:1fr}}.libraryPage{min-height:100vh;background:#f6f7f3}.libraryTop{height:70px;padding:0 34px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:40px}.libraryTop nav{display:flex;gap:7px;margin:auto}.libraryTop nav a{padding:9px 13px;border-radius:8px;color:#74837f;text-decoration:none;font-size:11px;font-weight:700}.libraryTop nav a.active{background:#e8f2ed;color:var(--green)}.libraryTop>.newEpisode{border:0}.libraryBody{max-width:1150px;margin:auto;padding:42px 28px 70px}.libraryTitle{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.libraryTitle>span>small{font-size:9px;letter-spacing:.12em;color:#8a9894;font-weight:700}.libraryTitle h1{font-size:30px;margin:7px 0}.libraryTitle p{font-size:11px;color:#7c8a86;margin:0}.libraryTitle>div{text-align:right}.libraryTitle>div small,.libraryTitle>div strong{display:block}.libraryTitle>div strong{font-size:25px}.libraryTitle>div small{font-size:9px;color:#8a9894}.filters{display:flex;justify-content:space-between;gap:15px;margin-bottom:15px}.filters>input{width:240px;border:1px solid #dce2dd;border-radius:9px;padding:10px 12px;background:white;font-size:11px}.filters>div{display:flex;gap:5px}.filters button{border:0;background:transparent;color:#7d8b87;padding:8px 11px;border-radius:8px;font-size:9px;font-weight:700}.filters button.active{background:#e3f0ea;color:var(--green)}.episodeTable{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.episodeTable>header{display:grid;grid-template-columns:minmax(270px,2fr) 1fr 1fr .6fr 24px;gap:14px;padding:11px 17px;background:#f9faf7;color:#8a9894;font-size:8px;font-weight:700}.episodeTable>article{display:grid;grid-template-columns:50px minmax(205px,2fr) 1fr 1fr .6fr 24px;gap:14px;padding:13px 17px;border-top:1px solid #edf0ed;align-items:center;font-size:10px}.libraryThumb{width:44px;height:37px;border-radius:8px;display:grid;place-items:center}.libraryThumb.c0{background:#123f49;color:#f3ca62}.libraryThumb.c1{background:#f9dfb2;color:#5e956f}.libraryThumb.c2{background:#dce8f1;color:#5a87a4}.libraryName small,.libraryName strong{display:block}.libraryName small{font-size:8px;color:#8a9894;margin-top:4px}.libraryStatus{justify-self:start;padding:5px 8px;border-radius:12px;font-size:8px;font-style:normal;font-weight:700;background:#edf1ee;color:#60716c}.libraryStatus.review{background:#dff1e9;color:#147461}.libraryStatus.rendering{background:#fff0d0;color:#a06f1d}.libraryStatus.storyboard{background:#e4eff6;color:#527d99}.episodeTable article>button{border:0;background:none;color:#8b9995;font-size:18px}.emptyState{text-align:center;padding:50px}.emptyState>b{font-size:28px;color:#98a8a3}.emptyState h3{font-size:14px}.emptyState p{font-size:10px;color:#8a9894}.characterGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.characterGrid>article{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden}.characterPortrait{height:170px;position:relative;display:grid;place-items:center;background:#dceee7}.characterPortrait.gold{background:#f8e6b9}.characterPortrait.coral{background:#f7d9d0}.characterPortrait.blue{background:#dce8f1}.characterPortrait>b{width:82px;height:82px;border-radius:30px 30px 12px 12px;background:#ecf5f1;border:8px solid #91c5ba;display:grid;place-items:center;font-size:32px;color:#23544d;box-shadow:0 10px 20px #29463d22}.characterPortrait>i{position:absolute;right:26px;top:22px;color:#fff;font-size:20px}.characterPortrait>em{position:absolute;left:13px;bottom:12px;padding:5px 8px;border-radius:12px;background:#ffffffcc;color:#55716a;font-size:7px;font-style:normal;text-transform:uppercase;font-weight:700}.characterName{display:block;padding:17px 17px 0}.characterName h2{margin:0;font-size:17px}.characterName small{font-size:9px;color:var(--green)}.characterGrid article>p{font-size:9px;color:#6f7f7a;line-height:1.55;min-height:58px;padding:0 17px}.characterGrid dl{padding:11px 17px;margin:0;background:#f8f9f6}.characterGrid dt{font-size:7px;color:#8a9894;font-weight:700}.characterGrid dd{font-size:9px;margin:5px 0 0}.characterGrid article>footer{display:flex;justify-content:space-between;padding:13px 17px;align-items:center}.characterGrid footer span{font-size:8px;color:#8a9894}.characterGrid footer button{border:0;background:none;color:var(--green);font-size:8px;font-weight:700}.modalBackdrop{position:fixed;inset:0;background:#163b3566;display:grid;place-items:center;z-index:20;padding:20px}.characterModal{width:min(470px,100%);background:white;border-radius:17px;padding:25px;box-shadow:0 20px 60px #173b3555}.characterModal>header{display:flex;justify-content:space-between;margin-bottom:20px}.characterModal header small{font-size:8px;letter-spacing:.12em;color:#8a9894}.characterModal h2{margin:5px 0 0;font-size:21px}.characterModal header button{border:0;background:none;font-size:22px;color:#7c8b86}.characterModal label{display:block;font-size:9px;font-weight:700;margin:13px 0}.characterModal input,.characterModal select,.characterModal textarea{display:block;width:100%;margin-top:6px;padding:10px;border:1px solid #dce2dd;background:#fbfcfa;border-radius:8px;font:inherit;font-size:10px}.characterModal>footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.characterModal footer button{border:0;background:#eef1ee;color:#62726d;border-radius:8px;padding:10px 14px;font-size:10px;font-weight:700}.characterModal footer button.primaryModal{background:var(--green);color:white}@media(max-width:850px){.characterGrid{grid-template-columns:1fr 1fr}.episodeTable>header{display:none}.episodeTable>article{grid-template-columns:50px 1fr auto auto}.episodeTable article>span:nth-of-type(2),.episodeTable article>span:nth-of-type(3),.libraryTop nav{display:none}}@media(max-width:600px){.libraryTop{padding:0 15px;gap:12px}.libraryBody{padding:28px 14px}.libraryTitle{align-items:start}.libraryTitle>div{display:none}.filters{display:block}.filters>input{width:100%;margin-bottom:10px}.filters>div{overflow:auto}.characterGrid{grid-template-columns:1fr}.episodeTable>article{grid-template-columns:45px 1fr auto}.episodeTable article>span:nth-of-type(4){display:none}}.openEpisode{color:#8b9995;font-size:18px;text-decoration:none}.productionPage{min-height:100vh;background:#f6f7f3}.productionTop{height:69px;background:white;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 28px}.backEpisodes{color:#637570;text-decoration:none;font-size:10px;font-weight:700}.productionTop>div{text-align:center}.productionTop>div span,.productionTop>div strong{display:block}.productionTop>div span{font-size:8px;color:#8a9894;letter-spacing:.08em}.productionTop>div strong{font-size:13px;margin-top:3px}.productionTop>section{justify-self:end;display:flex;gap:8px}.productionTop button{border:1px solid #dce2dd;border-radius:8px;background:white;color:#657570;padding:9px 12px;font-size:9px;font-weight:700}.productionTop button.approveTop{background:var(--green);border-color:var(--green);color:white}.productionMeta{background:white;padding:13px 32px;display:flex;justify-content:space-between;align-items:center}.productionMeta>div{display:flex;align-items:center;gap:12px}.stageBadge{padding:5px 8px;background:#fff0d0;color:#966919;border-radius:12px;font-size:8px;font-weight:700}.productionMeta small{font-size:8px;color:#8a9894}.productionMeta dl{display:flex;gap:30px;margin:0}.productionMeta dl div{text-align:right}.productionMeta dt{font-size:7px;color:#8a9894}.productionMeta dd{font-size:9px;font-weight:700;margin:3px 0 0}.productionNotice{margin:15px auto 0;max-width:1160px;background:#e0f1e9;color:#116b5c;border-radius:9px;padding:10px 13px;display:flex;justify-content:space-between;font-size:9px}.productionNotice button{border:0;background:none;color:inherit}.productionTabs{background:white;border-bottom:1px solid var(--line);padding:0 32px;display:flex;justify-content:center;gap:14px}.productionTabs button{border:0;border-bottom:2px solid transparent;background:none;color:#87938f;padding:14px 10px 12px;font-size:9px;font-weight:700}.productionTabs button.active{color:var(--green);border-bottom-color:var(--green)}.productionTabs button i{margin-left:5px;background:#dcefe7;padding:2px 4px;border-radius:50%;font-style:normal}.productionBody{max-width:1160px;margin:25px auto 70px;padding:0 22px;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px}.productionMain{background:white;border:1px solid var(--line);border-radius:15px;padding:27px;min-height:620px}.workHeading{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px}.briefPanel>small,.workHeading small{font-size:8px;letter-spacing:.1em;color:#8a9894;font-weight:700}.workHeading h1{font-size:23px;margin:6px 0}.workHeading p{font-size:10px;color:#7b8985;margin:0}.scriptFooter button,.workHeading>button{border:1px solid #dce2dd;border-radius:8px;background:white;color:#657570;padding:9px 11px;font-size:9px;font-weight:700}.workHeading>button:disabled{opacity:.45}.scriptEditor{width:100%;min-height:430px;border:1px solid #e0e5e0;border-radius:11px;background:#fbfcfa;padding:22px;font:12px/1.8 Georgia,serif;color:#293d39;resize:vertical;outline:none}.scriptEditor:focus{border-color:var(--green);box-shadow:0 0 0 3px #08756512}.scriptFooter{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.scriptFooter span{font-size:8px;color:#8a9894}.briefPanel h1{font-size:25px;line-height:1.35;max-width:650px}.briefPanel>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.briefPanel article{padding:17px;background:#f7f9f6;border-radius:10px}.briefPanel article span,.briefPanel article strong{display:block}.briefPanel article span{font-size:8px;color:#8a9894}.briefPanel article strong{font-size:11px;margin-top:6px}.sceneList{display:grid;gap:12px}.sceneList>article{display:grid;grid-template-columns:180px 1fr;border:1px solid #e0e5e0;border-radius:12px;overflow:hidden}.sceneArt{min-height:145px;display:grid;place-items:center;position:relative;background:#164d47;color:#f3ce6e}.sceneArt.scene2{background:#f6dfb4;color:#43816f}.sceneArt.scene3{background:#dfeaf1;color:#527d99}.sceneArt.scene4{background:#243f62;color:#f2cf72}.sceneArt>span{position:absolute;top:10px;left:10px;font-size:7px;background:#ffffffbb;color:#465c57;padding:4px 6px;border-radius:8px}.sceneArt>b{font-size:36px}.sceneList article>section{padding:15px}.sceneList header{display:flex;justify-content:space-between}.sceneList h3{font-size:12px;margin:3px 0}.sceneList header small{font-size:7px;color:#8a9894}.sceneList header button{border:0;background:none;color:#8a9894}.sceneList p{font-size:9px;color:#6f7f7a;line-height:1.5}.sceneList blockquote{margin:10px 0 0;padding:9px 10px;background:#f6f8f5;border-left:3px solid #b9d9cf;font-size:9px;font-style:italic}.lockedStage{text-align:center;padding:120px 20px}.lockedStage>b{display:grid;place-items:center;margin:auto;width:55px;height:55px;border-radius:18px;background:#e5f0eb;color:var(--green);font-size:24px}.lockedStage h2{font-size:18px}.lockedStage p{font-size:10px;color:#7d8b87}.lockedStage button{border:0;background:var(--green);color:white;border-radius:8px;padding:10px 14px;font-size:9px;font-weight:700}.productionAside{display:grid;gap:13px;align-content:start}.productionAside>section{background:white;border:1px solid var(--line);border-radius:13px;padding:17px}.productionAside small{font-size:7px;letter-spacing:.1em;color:#8a9894;font-weight:700}.approvalCard h3{font-size:14px;margin:7px 0}.approvalCard p{font-size:9px;color:#6f7f7a;line-height:1.5}.approvalCard button{width:100%;border:0;background:var(--green);color:white;border-radius:8px;padding:10px;font-size:9px;font-weight:700}.approvalCard button.approved{background:#dff1e9;color:var(--green)}.costCard header{display:flex;justify-content:space-between}.costCard header span>*{display:block}.costCard header strong{font-size:19px;margin-top:4px}.costCard header em{font-size:7px;font-style:normal;color:#8a9894}.costCard>div{height:5px;background:#e7ebe7;border-radius:6px;margin:12px 0}.costCard>div i{display:block;height:100%;background:var(--green);border-radius:6px}.costCard dl{margin:0}.costCard dl div{display:flex;justify-content:space-between;padding:6px 0}.costCard dd,.costCard dt{font-size:8px;margin:0;color:#71817c}.costCard footer{border-top:1px solid var(--line);margin-top:8px;padding-top:10px;display:flex;justify-content:space-between;font-size:9px}.checkCard p{font-size:9px;margin:11px 0}.checkCard p b{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#dff1e9;color:var(--green);margin-right:8px;font-size:7px}@media(max-width:800px){.productionTop{grid-template-columns:1fr auto}.productionMeta dl,.productionTop>div{display:none}.productionTabs{justify-content:flex-start;overflow:auto}.productionBody{grid-template-columns:1fr}.productionAside{grid-template-columns:1fr 1fr}.checkCard{display:none}}@media(max-width:550px){.productionTop{padding:0 14px}.productionTop>section button:first-child{display:none}.productionMain{padding:17px}.productionAside,.sceneList>article{grid-template-columns:1fr}.sceneArt{min-height:120px}.briefPanel>div{grid-template-columns:1fr}.workHeading{display:block}.workHeading>button{margin-top:12px}}.providerPage{min-height:100vh;background:#f6f7f3}.secureBadge{font-size:8px;color:#167b68;background:#e5f2ec;padding:7px 10px;border-radius:15px}.providerBody{max-width:1060px;margin:auto;padding:42px 27px 70px}.providerSummary{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:18px}.providerSummary article{background:white;border:1px solid var(--line);border-radius:12px;padding:17px}.providerSummary article>*{display:block}.providerSummary small{font-size:7px;color:#8a9894;letter-spacing:.1em}.providerSummary strong{font-size:16px;margin:6px 0}.providerSummary p{font-size:8px;color:#788783;margin:0}.providerGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.providerCard{background:white;border:1px solid var(--line);border-radius:14px;padding:19px}.providerCard.featured{grid-column:1/-1;border-color:#b8d8ce}.providerCard>header{display:flex;align-items:center;gap:11px}.providerLogo{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#173a35;color:white;font-weight:700}.provider0{background:#7f61aa}.provider1{background:#df755f}.provider2{background:#d19b36}.provider3{background:#da4d43}.providerCard header span{flex:1}.providerCard h2{font-size:13px;margin:0}.providerCard header p{font-size:8px;color:#87948f;margin:4px 0 0}.providerCard header em{font-size:7px;font-style:normal;background:#f0f2ef;color:#71817c;border-radius:12px;padding:5px 7px}.providerDetails{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:17px 0}.providerDetails span{padding:11px;background:#f7f9f6;border-radius:9px}.providerDetails span>*{display:block}.providerDetails small{font-size:7px;color:#8a9894}.providerDetails strong{font-size:10px;margin-top:5px}.providerCard>section{background:#f6f8f5;border-radius:9px;padding:12px;margin:15px 0}.providerCard>section b{font-size:9px}.providerCard>section p{font-size:8px;color:#70807b;line-height:1.45;margin:4px 0 0}.providerCard>footer{display:flex;gap:8px}.providerCard footer button{border:1px solid #dbe1dc;background:white;color:#667671;border-radius:8px;padding:9px 11px;font-size:8px;font-weight:700}.providerCard footer button.testProvider{background:var(--green);border-color:var(--green);color:white}.secretRules{margin-top:18px;background:#123f3a;color:white;border-radius:14px;padding:20px;display:grid;grid-template-columns:1.1fr 1fr;gap:25px}.secretRules>span{display:flex;gap:11px}.secretRules>span>b{width:27px;height:27px;flex:none;border-radius:50%;display:grid;place-items:center;background:#ffffff1d;color:#9fe0d1}.secretRules strong{font-size:11px}.secretRules p{font-size:8px;color:#acd0c9;line-height:1.5}.secretRules ul{margin:0;padding-left:17px}.secretRules li{font-size:8px;color:#b4d4ce;margin:7px 0}@media(max-width:700px){.providerGrid,.providerSummary{grid-template-columns:1fr}.providerCard.featured{grid-column:auto}.providerDetails,.secretRules{grid-template-columns:1fr}.secureBadge{display:none}}.costPage{min-height:100vh;background:#f6f7f3}.costBody{max-width:1240px;margin:auto;padding:42px 25px 70px}.ledgerStats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.ledgerStats article{background:white;border:1px solid var(--line);border-radius:12px;padding:16px}.ledgerStats article>*{display:block}.ledgerStats small{font-size:7px;color:#8a9894;letter-spacing:.08em}.ledgerStats strong{font-size:18px;margin:6px 0}.ledgerStats p{font-size:8px;color:#7d8b87;margin:0}.ledgerTools{display:flex;justify-content:space-between;margin:18px 0 10px}.ledgerTools>div{display:flex;gap:5px}.ledgerTools button{border:1px solid #dce2dd;background:white;color:#71817c;border-radius:8px;padding:8px 11px;font-size:8px;font-weight:700}.ledgerTools button.active{background:#e5f1eb;color:var(--green);border-color:#cde4da}.ledgerTable{background:white;border:1px solid var(--line);border-radius:13px;overflow:hidden}.ledgerTable>article,.ledgerTable>header{display:grid;grid-template-columns:1.1fr 1.15fr .75fr 1.35fr .7fr .7fr .7fr;gap:12px;align-items:center}.ledgerTable>header{padding:11px 14px;background:#f8faf7;color:#8a9894;font-size:7px;font-weight:700}.ledgerTable>article{padding:13px 14px;border-top:1px solid #edf0ed;font-size:8px}.ledgerTable code{font-size:8px;color:#5e716b}.ledgerTable article span>*{display:block}.ledgerTable article span>strong{font-size:9px}.ledgerTable article span>small{font-size:7px;color:#8a9894;margin-top:3px}.ledgerTable article>strong{font-size:9px}.ledgerTable article>em{justify-self:start;border-radius:11px;padding:5px 7px;font-style:normal;font-size:7px;font-weight:700;background:#fff0d0;color:#936617}.ledgerTable article>em.reconciled{background:#dff1e9;color:#147461}.reconcileNote{margin-top:15px;border:1px solid #d7e4de;background:#edf5f1;border-radius:12px;padding:15px;display:flex;gap:11px}.reconcileNote>b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#cfe8dd;color:var(--green);font-family:Georgia;font-style:italic}.reconcileNote strong{font-size:9px}.reconcileNote p{font-size:8px;color:#697c76;line-height:1.5;margin:4px 0}@media(max-width:950px){.ledgerStats{grid-template-columns:1fr 1fr}.ledgerTable{overflow:auto}.ledgerTable>article,.ledgerTable>header{min-width:900px}}@media(max-width:550px){.ledgerStats{grid-template-columns:1fr}.costBody{padding:28px 14px}}.loginPage{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:white}.loginBrand{position:relative;overflow:hidden;background:linear-gradient(145deg,#0c7164,#103f3b);color:white;padding:70px;display:flex;flex-direction:column;justify-content:flex-end}.loginBrand>div:last-child{position:relative;z-index:2;max-width:480px}.loginLogo,.mobileLoginLogo{width:42px;height:42px;border-radius:14px 14px 14px 5px;display:grid;place-items:center;background:#f2bf5c;color:#20423b;font-size:20px;font-weight:700}.loginBrand h1{font-size:42px;line-height:1.06;margin:22px 0 13px;letter-spacing:-.035em}.loginBrand p{font-size:13px;line-height:1.65;color:#b9ddd6;max-width:420px}.loginBrand>div>small{display:block;margin-top:28px;font-size:8px;letter-spacing:.16em;color:#9bc9c0}.nightSky{position:absolute;inset:0;background:radial-gradient(circle at 65% 25%,#42a08d55,transparent 35%)}.nightSky>span{position:absolute;right:22%;top:17%;font-size:70px;color:#ffd166;filter:drop-shadow(0 0 20px #ffd16666);transform:rotate(12deg)}.nightSky>i{position:absolute;right:48%;top:28%;font-size:24px;color:#b9e4db}.loginRobot{position:absolute;right:13%;top:35%;width:150px;height:155px;border-radius:45px 45px 18px 18px;background:#dcece7;border:13px solid #8ec3b8;display:grid;place-items:center;box-shadow:0 30px 50px #082d2955}.loginRobot>b{font-size:50px;color:#1f5049}.loginPanel{display:grid;place-items:center;padding:35px}.loginPanel form{width:min(390px,100%)}.loginPanel form>small{font-size:8px;letter-spacing:.14em;color:var(--green);font-weight:700}.loginPanel h2{font-size:27px;margin:9px 0}.loginPanel form>p{font-size:11px;color:#7d8b87;margin:0 0 28px}.loginPanel label{display:block;font-size:9px;font-weight:700;margin:15px 0}.loginPanel input{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #d9e0da;border-radius:9px;background:#fbfcfa;font:inherit;font-size:11px;outline:none}.loginPanel input:focus{border-color:var(--green);box-shadow:0 0 0 3px #08756512}.loginPanel form>button{width:100%;border:0;border-radius:9px;background:var(--green);color:white;padding:13px;font-size:11px;font-weight:700;margin-top:7px}.loginPanel form>button:disabled{opacity:.65}.loginPanel footer{margin-top:18px;padding:12px;background:#f0f6f3;border-radius:9px;display:flex;gap:8px;color:#667a74}.loginPanel footer b{color:var(--green)}.loginPanel footer span{font-size:8px;line-height:1.5}.loginError{padding:10px;border-radius:8px;background:#fff0ed;color:#a34737;font-size:9px;margin-bottom:10px}.mobileLoginLogo{display:none}@media(max-width:750px){.loginPage{display:block;background:#f7f9f6;padding:24px}.loginBrand{display:none}.loginPanel{min-height:calc(100vh - 48px);background:white;border-radius:18px;padding:28px;box-shadow:0 12px 40px #173b3514}.mobileLoginLogo{display:grid;margin-bottom:30px}}.user>button{margin-left:auto;border:0;background:transparent;color:#778782;font-size:8px;font-weight:700;padding:5px}.user>button:hover{color:var(--green)}.budget{color:inherit;text-decoration:none;display:block}.hero .light-button{display:inline-block;text-decoration:none}.hero .heroDetail{color:white;text-decoration:none;margin-left:16px;font-size:11px}