@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap";:root{color:#24211d;background:#f4f1ea;font-family:Manrope,sans-serif;font-synthesis:none;--ink: #24211d;--muted: #77716a;--paper: #f4f1ea;--surface: #fbfaf6;--line: #dcd6cc;--orange: #ed5b2a;--shadow: 0 18px 50px rgba(49,42,34,.1)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:-.05em}.brand__mark{width:34px;height:34px;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:50% 50% 46% 54%;transform:rotate(-4deg)}.brand__mark svg{transform:rotate(4deg)}.eyebrow{color:var(--orange);font:500 11px/1.2 DM Mono,monospace;letter-spacing:.13em;text-transform:uppercase}.button{border:0;border-radius:999px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:650;transition:.18s ease}.button:disabled{opacity:.55;cursor:wait}.button--primary{color:#fff;background:var(--ink);box-shadow:0 5px 14px #24211d29}.button--primary:hover:not(:disabled){background:var(--orange);transform:translateY(-1px)}.button--quiet{color:var(--ink);background:#e9e5dc}.button--quiet:hover{background:#dfdad0}.icon-button{width:40px;height:40px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink)}.icon-button:hover{background:#fff}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-loading{min-height:100vh;display:grid;place-items:center;color:var(--muted);font:700 20px Manrope,sans-serif}.auth-shell{min-height:100vh;overflow:hidden;position:relative;background:var(--paper)}.auth-shell:before{width:620px;height:620px;position:absolute;right:-180px;top:80px;content:"";border-radius:50%;background:#dad3ff;opacity:.5}.auth-shell>header{max-width:1180px;height:90px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.auth-shell>main{min-height:calc(100vh - 90px);padding:45px 20px 100px;display:grid;place-items:start center;position:relative;z-index:1}.auth-card{width:min(460px,100%);padding:44px;border:1px solid var(--line);border-radius:24px;background:#fbfaf6eb;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-card h1{margin:12px 0 8px;font:500 52px/.95 Newsreader,serif;letter-spacing:-.04em}.auth-card>p{margin:0 0 28px;color:var(--muted);line-height:1.55}.auth-submit{width:100%;margin-top:10px}.account-menu{display:flex;align-items:center;gap:7px}.account-menu>span{max-width:150px;margin-right:4px;display:flex;flex-direction:column;text-align:right}.account-menu strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.account-menu small{overflow:hidden;color:var(--muted);font:9px DM Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.account-menu .icon-button{width:36px;height:36px}.invite-modal{width:min(520px,100%)}.invitation-result p{color:var(--muted);line-height:1.5}.invitation-result>input{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff;font:10px DM Mono,monospace}.projects-shell{min-height:100vh;position:relative;overflow:hidden}.projects-shell:before{content:"";position:absolute;z-index:-1;width:540px;height:540px;right:-170px;top:60px;border-radius:50%;background:#dad3ff;opacity:.45}.projects-header{max-width:1240px;height:90px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.projects-header__actions{display:flex;align-items:center;gap:10px}.language-switcher{min-height:40px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);border:1px solid var(--line);border-radius:999px;background:#ffffff73;font:500 10px DM Mono,monospace;letter-spacing:.05em}.language-switcher:hover{color:var(--orange);border-color:var(--orange);background:#fff}.language-switcher--compact{min-height:31px;margin-left:auto;padding:0 9px;color:#aaa39b;border-color:#514b44;background:transparent}.language-switcher--compact:hover{color:#fff;border-color:var(--orange);background:#35312c}.projects-main{max-width:1240px;margin:0 auto;padding:72px 30px 100px}.hero-copy{max-width:720px;margin-bottom:92px}.hero-copy h1,.editor-heading h1{font-family:Newsreader,serif;font-size:clamp(58px,8vw,106px);font-weight:500;line-height:.88;letter-spacing:-.055em;margin:18px 0 26px}.hero-copy p{max-width:590px;color:var(--muted);font-size:18px;line-height:1.65}.project-section{min-height:0}.section-heading{display:flex;align-items:end;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:24px}.section-heading h2{font-family:Newsreader,serif;font-size:34px;margin:0}.section-heading span{color:var(--muted);font:400 11px DM Mono,monospace;text-transform:uppercase;letter-spacing:.09em}.project-section__actions{display:flex;align-items:center;gap:8px}.project-section__actions .icon-button:disabled{opacity:.3;cursor:default}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.project-grid--carousel{min-height:0;padding:4px 0 12px;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 44px) / 3);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.project-grid--carousel::-webkit-scrollbar{display:none}.project-grid--carousel .project-card{scroll-snap-align:start}.project-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);transition:.2s ease;cursor:pointer}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.project-card__visual{height:178px;padding:18px;overflow:hidden;isolation:isolate;color:#fff;background:#d26138;display:flex;align-items:center;justify-content:center;position:relative}.project-card--1 .project-card__visual{background:#6c64a8}.project-card--2 .project-card__visual{background:#497461}.project-card--3 .project-card__visual{background:#a47a45}.project-card__visual:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(20,17,14,.32),transparent 52%,rgba(20,17,14,.22));opacity:0;transition:opacity .5s}.project-card__visual.has-preview:before{opacity:1}.project-card__visual:after{content:"";position:absolute;z-index:2;inset:15px;pointer-events:none;border:1px solid rgba(255,255,255,.35);border-radius:9px}.project-card__visual>img{width:100%;height:100%;position:absolute;z-index:0;inset:0;object-fit:cover;opacity:0;transform:scale(1.015);transition:opacity .9s ease}.project-card__visual>img.is-active{opacity:1}.project-card__visual>span{position:absolute;left:21px;top:20px;z-index:3;font:500 10px DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 1px 6px rgba(0,0,0,.35)}.project-card__placeholder{position:relative;z-index:1}.project-card__open{position:absolute;z-index:4;right:18px;bottom:18px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--ink)}.project-card__body{padding:22px}.project-card__meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font:400 10px DM Mono,monospace;text-transform:uppercase}.project-card h3{margin:17px 0 8px;font-family:Newsreader,serif;font-size:28px;line-height:1.05}.project-card p{color:var(--muted);font-size:13px;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.status{display:inline-flex;align-items:center;gap:5px;font:500 10px DM Mono,monospace;letter-spacing:.07em;text-transform:uppercase}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:#a09990}.status--active:before{background:#46a66c}.status--archived:before{background:#726d68}.empty-state{min-height:260px;width:100%;border:1px dashed #c8c0b5;border-radius:18px;background:#ffffff4d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted)}.empty-state--action strong{color:var(--ink);font-family:Newsreader,serif;font-size:25px}.empty-state__icon{width:55px;height:55px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;margin-bottom:8px}.skeleton{pointer-events:none}.skeleton .project-card__visual,.skeleton span,.skeleton h3,.skeleton p{background:linear-gradient(90deg,#e6e0d8,#f3efe9,#e6e0d8);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton span,.skeleton h3,.skeleton p{display:block;height:11px;border-radius:8px}.skeleton h3{width:65%;height:22px}.skeleton p{width:90%}@keyframes shimmer{to{background-position:-200% 0}}.modal-backdrop{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:20px;background:#1f1c188c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal{width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;position:relative;padding:42px;border-radius:24px;background:var(--surface);box-shadow:0 30px 100px #00000040}.modal__close{position:absolute;top:20px;right:20px}.modal h2{margin:12px 0 8px;font-family:Newsreader,serif;font-size:43px;line-height:1}.modal__intro{color:var(--muted);margin:0 0 26px;line-height:1.5}.mode-picker{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}.mode-option{padding:15px;text-align:left;display:flex;align-items:flex-start;gap:11px;border:1px solid var(--line);border-radius:13px;color:var(--muted);background:transparent}.mode-option span{display:flex;flex-direction:column;gap:3px}.mode-option strong{color:var(--ink);font-size:13px}.mode-option small{font-size:11px}.mode-option.is-selected{border-color:var(--orange);background:#fff1ea;color:var(--orange);box-shadow:0 0 0 1px var(--orange)}.mode-option:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:19px}.field>span{font-size:12px;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:11px;padding:13px 14px;color:var(--ink);background:#fff;outline:none;transition:.15s}.field textarea{resize:vertical;line-height:1.6}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ed5b2a1a}.field>small{align-self:flex-end;color:var(--muted);font:10px DM Mono,monospace}.modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:28px}.form-error{padding:11px 13px;border-radius:9px;color:#a83219;background:#fbe5de;font-size:13px}.project-create-modal{transition:width .2s}.project-create-modal.has-assistant{width:min(760px,100%)}.field-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.field-heading label{font-size:12px;font-weight:700}.idea-assistant-trigger{padding:0;display:inline-flex;align-items:center;gap:5px;color:var(--orange);border:0;background:transparent;font-size:11px;font-weight:700}.idea-assistant-trigger:disabled{color:var(--muted);cursor:default;opacity:.65}.idea-assistant-hint{align-self:flex-start!important;font-family:inherit!important}.idea-assistant{margin:-5px 0 18px;padding:15px;border:1px solid #e9c3b2;border-radius:14px;background:#fff4ed}.idea-assistant>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}.idea-assistant>header>div{min-width:0;display:flex;flex-direction:column;gap:2px}.idea-assistant>header strong{font-size:12px}.idea-assistant>header small{color:var(--muted);font-size:10px;line-height:1.4}.idea-assistant__icon{width:30px;height:30px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--orange)}.idea-assistant>header .icon-button{width:29px;height:29px}.idea-assistant__original{margin-top:12px;padding:10px 11px;border-left:2px solid #c9bcb2;border-radius:0 8px 8px 0;background:#ffffff8c}.idea-assistant__original span{color:var(--muted);font:8px DM Mono,monospace;text-transform:uppercase}.idea-assistant__original p{margin:4px 0 0;font-size:10px;line-height:1.5}.idea-suggestions{margin-top:10px;display:grid;gap:7px}.idea-suggestions>button{width:100%;padding:10px 11px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left;color:var(--ink);border:1px solid var(--line);border-radius:9px;background:#fff;font-size:10px;line-height:1.45}.idea-suggestions>button:hover,.idea-suggestions>button.is-applied{border-color:var(--orange)}.idea-suggestions em{display:inline-flex;align-items:center;gap:4px;color:var(--orange);font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.idea-assistant>footer{margin-top:10px;display:flex;gap:12px}.idea-assistant>footer button,.idea-assistant__error button{padding:0;display:inline-flex;align-items:center;gap:4px;color:var(--orange);border:0;background:transparent;font-size:9px;font-weight:700}.idea-assistant__error{margin-top:11px;padding:10px;display:flex;justify-content:space-between;gap:10px;color:#a83219;border-radius:8px;background:#fbe5de;font-size:10px}.workspace{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:#f7f5f0}.sidebar{position:sticky;top:0;height:100vh;padding:26px 22px;display:flex;flex-direction:column;background:#24211d;color:#f8f5ed}.sidebar .brand__mark{background:var(--orange)}.sidebar .brand{color:#fff}.back-link{margin:38px 0 22px;display:flex;align-items:center;gap:7px;color:#aba49c;font-size:12px}.back-link:hover{color:#fff}.sidebar__project{padding:18px 0 23px;border-top:1px solid #45413b;border-bottom:1px solid #45413b;display:flex;flex-direction:column;gap:5px}.sidebar__project>span,.sidebar__project small{color:#8f8880;font:10px DM Mono,monospace;text-transform:uppercase;letter-spacing:.07em}.sidebar__project strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.version-picker{margin-top:14px;display:grid;gap:7px}.version-picker label{min-width:0;display:flex;flex-direction:column;gap:5px}.version-picker label>span{color:#8f8880;font:9px DM Mono,monospace;text-transform:uppercase;letter-spacing:.07em}.version-picker select{min-width:0;width:100%;height:34px;padding:0 8px;border:1px solid #514b44;border-radius:8px;background:#2e2a26;color:#f8f5ed;font-size:11px}.version-picker__new{height:32px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #514b44;border-radius:8px;background:transparent;color:#bdb6ae;font-size:11px}.version-picker__new:hover{color:#fff;border-color:var(--orange);background:#312c27}.version-picker .icon-button{width:34px;height:34px;color:#fff;border-color:#514b44}.version-picker .icon-button:hover{color:var(--orange);border-color:var(--orange)}.version-picker--topbar{display:none;margin:0}.version-dialog{width:min(680px,100%)}.version-mode-picker{margin-top:22px}.version-source{padding:14px;border:1px solid var(--line);border-radius:12px;background:#f7f4ee}.version-source>small{align-self:flex-start;color:var(--muted);font:11px/1.45 Inter,sans-serif}.workspace-nav{display:flex;flex-direction:column;gap:3px;margin-top:22px}.workspace-nav a{min-height:43px;padding:0 10px;display:flex;align-items:center;gap:9px;border-radius:8px;color:#aaa39b;font-size:12px}.workspace-nav a:hover:not(.is-disabled),.workspace-nav a.is-active{color:#fff;background:#35312c}.workspace-nav a.is-active .nav-index{color:var(--orange);border-color:var(--orange)}.workspace-nav a.is-disabled{cursor:default;opacity:.48}.workspace-nav a small{margin-left:auto;font:9px DM Mono,monospace;text-transform:uppercase}.nav-index{width:20px;height:20px;display:grid;place-items:center;border:1px solid #5e5750;border-radius:50%;font:9px DM Mono,monospace}.sidebar__footer{margin-top:auto;padding-top:20px;border-top:1px solid #45413b;display:flex;gap:9px;color:#8f8880;font-size:10px;line-height:1.45}.workspace-main{min-width:0}.workspace-topbar{height:78px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#f7f5f0d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workspace-topbar>div{display:flex;align-items:center;gap:17px;color:var(--muted);font:10px DM Mono,monospace}.workspace-topbar>.version-picker--topbar{display:none}.editor-wrap{width:min(850px,calc(100% - 60px));margin:0 auto;padding:42px 0 100px}.editor-heading{max-width:670px;margin-bottom:28px}.editor-heading h1{font-size:clamp(44px,5vw,62px);margin:12px 0}.editor-heading p{max-width:620px;color:var(--muted);line-height:1.55;margin-bottom:0}.story-form{padding:34px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 14px 45px #2d261e0d}.field--title input{padding:2px 0 10px;border-width:0 0 1px;border-radius:0;background:transparent;font-family:Newsreader,serif;font-size:34px}.field--title input:focus{box-shadow:none}.form-grid{display:grid;grid-template-columns:1.7fr .7fr;gap:0 18px;padding-top:10px}.unit-input{position:relative}.unit-input span{position:absolute;top:13px;right:14px;color:var(--muted);font-size:12px}.unit-input input{padding-right:50px}.story-form__footer{margin-top:14px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between}@media(min-width:1100px){.story-editor-wrap{width:min(1100px,calc(100% - 60px));display:grid;grid-template-columns:minmax(280px,.75fr) minmax(560px,1.35fr);align-items:start;gap:42px}.story-editor-wrap>.editor-heading{margin:8px 0 0}.story-editor-wrap>.editor-heading h1{font-size:clamp(48px,4.4vw,64px)}.story-editor-wrap>.next-step{grid-column:2}}.next-step{margin-top:20px;padding:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;border:1px dashed #c9c1b6;border-radius:15px;color:#9b948b}.next-step__icon{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:#ebe6dd}.next-step div{display:flex;flex-direction:column;gap:3px}.next-step div>span{font:9px DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em}.next-step strong{color:#5c5751}.next-step p{margin:0;font-size:11px}.workspace-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:var(--paper);color:var(--muted)}.advanced-panel{margin:4px 0 18px;border:1px solid var(--line);border-radius:12px;background:#f4f1ea;overflow:hidden}.advanced-panel summary{min-height:60px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:15px;list-style:none;cursor:pointer}.advanced-panel summary::-webkit-details-marker{display:none}.advanced-panel summary>span{display:flex;flex-direction:column;gap:3px}.advanced-panel summary strong{font-size:12px}.advanced-panel summary small{color:var(--muted);font-size:10px}.advanced-panel summary svg{transition:transform .2s}.advanced-panel[open] summary svg{transform:rotate(180deg)}.advanced-panel__body{padding:17px 15px 0;border-top:1px solid var(--line);background:#fbfaf6}.compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.next-step--action{width:100%;text-align:left;background:transparent;cursor:pointer;transition:.18s}.next-step--action:hover{border-color:var(--orange);background:#fffaf6;transform:translateY(-1px)}.characters-wrap{width:min(1040px,calc(100% - 60px))}.characters-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:35px}.characters-heading>div{max-width:680px}.characters-heading h1{font-family:Newsreader,serif;font-size:clamp(46px,5vw,64px);font-weight:500;line-height:.9;letter-spacing:-.055em;margin:12px 0}.characters-loading{min-height:220px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted)}.cast-empty{width:100%;min-height:180px;padding:28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;text-align:left;color:var(--muted);border:1px dashed #c8c0b5;border-radius:18px;background:#ffffff59}.cast-empty>span{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff}.cast-empty div{display:flex;flex-direction:column;gap:6px}.cast-empty strong{color:var(--ink);font:500 27px Newsreader,serif}.cast-empty p{margin:0;font-size:12px}.cast-empty:hover{border-color:var(--orange)}.character-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.character-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:var(--surface)}.character-card__portrait{height:240px;position:relative;display:grid;place-items:center;color:#8b8176;background:#e6e0d5}.character-card__portrait.has-image{background:#211e1a}.character-card__portrait img{width:100%;height:100%;object-fit:cover}.character-card__portrait>span{position:absolute;top:14px;left:14px;padding:5px 8px;color:#fff;border-radius:99px;background:#19161394;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font:9px DM Mono,monospace;text-transform:uppercase}.character-card__body{padding:19px}.character-card__body h3{margin:0;font:500 27px Newsreader,serif}.character-card__body>div:first-child>span{color:var(--orange);font:9px DM Mono,monospace;text-transform:uppercase;letter-spacing:.06em}.character-card__body p{min-height:57px;color:var(--muted);font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.character-card__actions{display:flex;align-items:center;justify-content:space-between;padding-top:13px;border-top:1px solid var(--line)}.character-card__actions .button{padding:8px 13px;font-size:11px}.character-card__actions .icon-button{width:34px;height:34px}.danger:hover{color:#b33220;background:#fbe5df;border-color:#edc5ba}.character-add-card{min-height:390px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:var(--muted);border:1px dashed #c8c0b5;border-radius:17px;background:transparent}.character-add-card strong{color:var(--ink)}.character-add-card span{font-size:11px}.character-add-card:hover{border-color:var(--orange);color:var(--orange)}.character-editor{width:min(720px,100%)}.character-editor__grid{display:grid;grid-template-columns:180px 1fr;gap:20px}.portrait-upload{height:180px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:var(--muted);border:1px dashed #bdb4a9;border-radius:13px;background:#eee9e1;cursor:pointer}.portrait-upload input{position:absolute;width:1px;height:1px;opacity:0}.portrait-upload img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.portrait-upload strong{color:var(--ink);font-size:12px}.portrait-upload>span{font-size:9px}.portrait-upload__change{position:absolute;z-index:2;bottom:9px;padding:6px 9px;display:flex;align-items:center;gap:5px;color:var(--ink);border-radius:99px;background:#fff;box-shadow:0 4px 12px #00000026}.storyboard-wrap{width:min(1080px,calc(100% - 60px))}.storyboard-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:32px}.storyboard-heading>div{max-width:710px}.storyboard-heading h1{font-family:Newsreader,serif;font-size:clamp(46px,5vw,64px);font-weight:500;line-height:.9;letter-spacing:-.055em;margin:12px 0}.scene-list{display:flex;flex-direction:column;gap:18px}.board-scene{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.board-scene__header{padding:24px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;border-bottom:1px solid var(--line)}.scene-number{color:#b2aaa0;font:500 22px DM Mono,monospace}.board-scene__header h2{margin:5px 0;font:500 30px Newsreader,serif}.board-scene__header p{max-width:680px;margin:0;color:var(--muted);font-size:12px;line-height:1.5}.scene-location{margin-top:9px;display:inline-flex;align-items:center;gap:5px;color:var(--orange);font-size:10px}.board-scene__tools{display:flex;gap:7px}.board-scene__tools .icon-button{width:34px;height:34px}.shot-strip{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#f0ece4}.shot-card{min-width:0;overflow:hidden;border:1px solid #d4cdc2;border-radius:12px;background:#fbfaf6}.shot-card__frame{height:130px;position:relative;isolation:isolate;overflow:hidden;display:grid;place-items:center;gap:4px;color:#8a837a;background:#ded8ce}.shot-card__frame.has-image{background:#24211d}.shot-card__frame img{width:100%;height:100%;object-fit:cover}.shot-card__frame>span{position:absolute;z-index:2;top:9px;left:9px;padding:3px 5px;border-radius:20px;color:#fff;background:#1916138c;font:9px DM Mono,monospace}.shot-card__frame>small{font:8px DM Mono,monospace;text-transform:uppercase}.generation-failed{position:absolute;bottom:8px;padding:4px 6px;color:#a83219;border-radius:20px;background:#fbe5de}.shot-card__content{min-height:137px;padding:13px;position:relative;z-index:1;background:#fbfaf6}.shot-card__content h3{margin:0 0 7px;font-size:12px}.shot-card__content p{min-height:51px;margin:0 0 8px;color:var(--muted);font-size:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.shot-tag,.shot-camera{max-width:100%;margin-right:5px;display:inline-flex;align-items:center;gap:4px;padding:4px 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:top;border-radius:99px;color:#6959b5;background:#ebe7fb;font-size:8px}.shot-camera{color:#7b6447;background:#eee7dc}.shot-card__actions{min-height:38px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.shot-card__actions>span{display:flex;gap:9px}.shot-card__actions button{padding:0;display:flex;align-items:center;gap:4px;color:var(--muted);border:0;background:transparent;font-size:9px}.shot-card__actions button:hover:not(:disabled){color:var(--orange)}.shot-card__actions button:disabled{opacity:.45;cursor:not-allowed}.shot-card__actions .shot-generate{color:var(--orange);font-weight:700}.add-shot{min-height:320px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:var(--muted);border:1px dashed #bdb4a9;border-radius:12px;background:#ffffff59}.add-shot strong{color:var(--ink);font-size:11px}.add-shot span{font-size:9px}.add-shot:hover{color:var(--orange);border-color:var(--orange)}.add-scene-row{min-height:52px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);border:1px dashed #c8c0b5;border-radius:13px;background:transparent;font-size:11px}.add-scene-row:hover{color:var(--orange);border-color:var(--orange)}.board-editor{width:min(650px,100%)}.generation-error{margin-bottom:15px}.history-wrap{width:min(960px,calc(100% - 60px))}.history-heading{max-width:760px}.job-list{display:flex;flex-direction:column;gap:10px}.job-row{min-height:104px;padding:12px;display:grid;grid-template-columns:116px 1fr auto;align-items:center;gap:18px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.job-row__preview{width:116px;height:78px;overflow:hidden;display:grid;place-items:center;color:#918980;border-radius:9px;background:#ded8ce}.job-row__preview img{width:100%;height:100%;object-fit:cover}.job-row__main{min-width:0;display:flex;flex-direction:column;gap:5px}.job-kind{color:var(--orange);font:9px DM Mono,monospace;text-transform:uppercase}.job-row__main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.job-row__main small{color:var(--muted);font:9px DM Mono,monospace}.job-row__main p{margin:2px 0 0;color:#a83219;font-size:10px}.job-status{min-width:105px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px;color:var(--muted)}.job-status>span{font:9px DM Mono,monospace;text-transform:uppercase}.job-status time{grid-column:1 / -1;font:8px DM Mono,monospace}.job-status--succeeded{color:#3e835a}.job-status--failed{color:#b13b28}.history-empty{min-height:230px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:var(--muted);border:1px dashed #c8c0b5;border-radius:16px}.history-empty>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--ink)}.history-empty strong{color:var(--ink);font:500 24px Newsreader,serif}.history-empty p{margin:0;font-size:11px}@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{grid-template-columns:80px minmax(0,1fr)}.sidebar{padding:25px 14px;align-items:center}.sidebar .brand>span:last-child,.back-link span,.sidebar__project,.sidebar>.version-picker,.workspace-nav a>span:not(.nav-index),.workspace-nav a small,.sidebar__footer>span{display:none}.workspace-topbar>.version-picker--topbar{display:grid;width:155px;grid-template-columns:minmax(0,1fr) 32px}.version-picker--topbar label>span{display:none}.version-picker--topbar select{height:32px;color:var(--ink);border-color:var(--line);background:#fff}.version-picker--topbar .icon-button{width:32px;height:32px;color:var(--ink);border-color:var(--line)}.back-link{margin:38px 0 22px}.workspace-nav a{justify-content:center;padding:0;width:48px}.workspace-nav a svg{display:none}.sidebar__footer{justify-content:center;width:100%;flex-direction:column}.language-switcher--compact{margin:0}.editor-wrap{width:min(760px,calc(100% - 40px))}.character-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.projects-header{height:76px;padding:0 18px}.projects-header__actions .button{padding-inline:13px}.projects-main{padding:48px 18px 70px}.hero-copy{margin-bottom:60px}.hero-copy h1{font-size:58px}.project-grid{grid-template-columns:1fr}.modal{padding:28px 20px 20px}.modal h2{font-size:36px}.modal__intro{margin-bottom:18px}.mode-picker{grid-template-columns:1fr;gap:7px}.mode-option{padding:11px}.modal__actions{flex-direction:column-reverse;margin-top:18px}.modal__actions .button{width:100%}.compact-grid{grid-template-columns:1fr}.field-heading{align-items:flex-start;flex-direction:column;gap:5px}.idea-suggestions>button{grid-template-columns:1fr;gap:5px}.idea-assistant__error{align-items:flex-start;flex-direction:column}.workspace{display:block}.sidebar{position:static;width:100%;height:67px;padding:0 17px;flex-direction:row;justify-content:space-between}.sidebar .brand>span:last-child{display:inline}.back-link,.sidebar__project,.sidebar__footer{display:none}.workspace-nav{flex-direction:row;margin:0}.workspace-nav a{display:none}.workspace-nav a.is-active{display:flex;background:transparent;width:auto}.workspace-nav a.is-active>span:not(.nav-index){display:inline}.workspace-topbar{height:68px;padding:0 17px}.workspace-topbar>div>span:last-child{display:none}.editor-wrap{width:calc(100% - 30px);padding:50px 0 70px}.editor-heading h1,.characters-heading h1{font-size:48px}.story-form{padding:22px 17px}.form-grid{grid-template-columns:1fr}.story-form__footer{gap:8px}.next-step{grid-template-columns:auto 1fr}.next-step>svg{display:none}.characters-heading{align-items:flex-start;flex-direction:column}.character-grid,.character-editor__grid{grid-template-columns:1fr}.portrait-upload{height:150px}.cast-empty{grid-template-columns:auto 1fr}.cast-empty>svg{display:none}}@media(max-width:900px){.shot-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.storyboard-heading{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.storyboard-heading h1{font-size:48px}.board-scene__header{grid-template-columns:auto 1fr;padding:18px 15px}.board-scene__tools{grid-column:2}.shot-strip{grid-template-columns:1fr}.add-shot{min-height:150px}}@media(max-width:620px){.job-row{grid-template-columns:76px 1fr}.job-row__preview{width:76px;height:68px}.job-status{grid-column:2;display:flex}.job-status time{margin-left:auto}}.shot-card__frame video,.job-row__preview video{width:100%;height:100%;display:block;object-fit:cover}.shot-card__actions--media>div{display:flex;align-items:center;gap:10px}.shot-card__actions--media .shot-generate--video{color:#6959b5}.clip-progress{z-index:3!important;top:auto!important;left:50%!important;bottom:9px;transform:translate(-50%);display:flex;align-items:center;gap:5px;white-space:nowrap;text-transform:uppercase}.reel-wrap{width:min(1100px,calc(100% - 60px))}.reel-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:32px}.reel-heading>div{max-width:720px}.reel-heading h1{font-family:Newsreader,serif;font-size:clamp(46px,5vw,64px);font-weight:500;line-height:.9;letter-spacing:-.055em;margin:12px 0}.reel-cut-status{min-height:38px;padding:9px 12px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#35734d;border:1px solid #c7dfcf;border-radius:9px;background:#eaf4ed;font-size:10px;font-weight:700}.reel-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);gap:18px;align-items:start}.reel-player{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:var(--surface)}.reel-player>video,.reel-player__placeholder{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#999188;background:#24211d}.reel-player>video{object-fit:contain}.reel-player__placeholder strong{color:#fff;font:500 26px Newsreader,serif}.reel-player__placeholder span{font-size:10px}.reel-player footer{min-height:82px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px}.reel-player footer>div{min-width:0;display:flex;flex-direction:column;gap:6px}.reel-player footer strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.reel-state{width:fit-content;padding:3px 7px;border-radius:99px;color:#7d746b;background:#eee9e1;font:8px DM Mono,monospace;text-transform:uppercase}.reel-state--ready{color:#35734d;background:#e3f2e8}.reel-state--rendering{color:#6959b5;background:#ece9fa}.reel-state--failed{color:#a83219;background:#fbe5de}.reel-note{margin:0 17px 16px;padding:9px 11px;color:#8d6638;border-radius:8px;background:#f7ead8;font-size:10px}.reel-timeline{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:var(--surface)}.reel-timeline header{min-height:58px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.reel-timeline header span{color:var(--muted);font:9px DM Mono,monospace;text-transform:uppercase}.reel-timeline header strong{font-size:11px}.reel-timeline article{min-height:72px;padding:9px;display:grid;grid-template-columns:22px 76px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.reel-timeline article:last-child{border-bottom:0}.reel-timeline article video{width:76px;height:50px;border-radius:6px;object-fit:cover;background:#24211d}.reel-timeline article>div{min-width:0;display:flex;flex-direction:column;gap:3px}.reel-timeline article small{color:var(--orange);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:8px}.reel-timeline article strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}.reel-timeline article>svg{color:#4c8b61}.reel-timeline__index{color:#9e968d;font:9px DM Mono,monospace}.reel-empty{min-height:330px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--muted);border:1px dashed #c8c0b5;border-radius:17px}.reel-empty>span{width:52px;height:52px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--ink)}.reel-empty strong{color:var(--ink);font:500 26px Newsreader,serif}.reel-empty p{margin:0 0 12px;font-size:11px}@media(max-width:900px){.reel-layout{grid-template-columns:1fr}.reel-heading{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.reel-heading h1{font-size:48px}.reel-player footer{align-items:stretch;flex-direction:column}.reel-player footer .button{width:100%}.reel-timeline article{grid-template-columns:20px 64px 1fr}.reel-timeline article video{width:64px;height:45px}.reel-timeline article>svg{display:none}}.production-wrap{width:min(1080px,calc(100% - 60px));padding-top:54px}.production-hero{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(430px,1.15fr);gap:55px;align-items:center}.production-hero__copy h1{margin:14px 0 19px;font:500 clamp(54px,6vw,82px)/.9 "Newsreader",serif;letter-spacing:-.055em}.production-hero__copy p{max-width:500px;color:var(--muted);font-size:15px;line-height:1.65}.production-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.production-card__header{display:flex;align-items:center;gap:15px;margin-bottom:23px}.production-card__header>div{display:flex;flex-direction:column;gap:4px}.production-card__header strong{font:500 25px Newsreader,serif}.production-card__header small{color:var(--muted);font-size:11px}.production-orbit{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--orange);box-shadow:0 8px 20px #ed5b2a40}.production-orbit.is-success{background:#538664;box-shadow:0 8px 20px #53866438}.production-orbit.is-error{background:#a83219;box-shadow:0 8px 20px #a8321933}.production-intent{margin-bottom:13px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.production-intent>button{min-width:0;min-height:112px;padding:13px;position:relative;display:flex;align-items:flex-start;gap:9px;text-align:left;color:var(--ink);border:1px solid var(--line);border-radius:12px;background:#f7f3ed;font-family:inherit;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s}.production-intent>button:hover:not(:disabled){border-color:#d6a691}.production-intent>button.is-selected{border-color:var(--orange);background:#fff7f2;box-shadow:inset 0 0 0 1px #ed5b2a29}.production-intent>button>svg{margin-top:2px;flex:0 0 auto;color:var(--orange)}.production-intent>button>span{min-width:0;display:flex;flex-direction:column;gap:5px}.production-intent strong{font-size:10px;line-height:1.3}.production-intent small{color:var(--muted);font-size:8px;line-height:1.45}.production-intent em{padding:3px 5px;position:absolute;right:8px;bottom:8px;color:#7b4b31;border-radius:5px;background:#f2ded2;font-size:7px;font-style:normal;font-weight:700}.button--production{width:100%;min-height:54px;color:#fff;background:var(--ink);font-size:14px}.button--production:hover:not(:disabled){background:var(--orange)}.production-warning{margin:10px 0 0;display:flex;align-items:flex-start;gap:7px;color:#9b612b;font-size:10px;line-height:1.45}.production-warning svg{flex:0 0 auto}.production-next-step{display:flex;flex-direction:column;gap:7px}.production-next-step>strong{font-size:11px}.production-next-step>small{color:var(--muted);font-size:9px;line-height:1.45}.production-next-step .button{margin-top:4px}.production-advanced{margin:16px 0 0}.production-result-link{display:flex;text-decoration:none}.check-field{margin-bottom:16px;display:flex;align-items:flex-start;gap:10px;cursor:pointer}.check-field input{margin-top:3px;accent-color:var(--orange)}.check-field>span{display:flex;flex-direction:column;gap:3px}.check-field strong{font-size:11px}.check-field small{color:var(--muted);font-size:9px;line-height:1.45}.production-steps{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.production-steps__heading{margin-bottom:9px;color:var(--muted);font:8px DM Mono,monospace;letter-spacing:.09em;text-transform:uppercase}.production-step{min-height:39px;position:relative;display:grid;grid-template-columns:27px minmax(0,1fr);gap:10px;align-items:center}.production-step:not(:last-child):after{width:1px;height:15px;position:absolute;left:13px;top:32px;content:"";background:var(--line)}.production-step__marker{width:27px;height:27px;z-index:1;display:grid;place-items:center;color:#8f837b;border:1px solid var(--line);border-radius:50%;background:var(--surface);font:9px DM Mono,monospace}.production-step>div{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.production-step strong{font-size:10px;line-height:1.3}.production-step small{flex:0 0 auto;color:var(--muted);font-size:8px}.production-step.is-complete .production-step__marker{color:#fff;border-color:#538664;background:#538664}.production-step.is-current .production-step__marker{color:#fff;border-color:var(--orange);background:var(--orange);box-shadow:0 0 0 4px #ed5b2a1a}.production-step.is-current small{color:var(--orange);font-weight:700}.production-step.is-error .production-step__marker{color:#fff;border-color:#a83219;background:#a83219}.production-step.is-error small{color:#a83219;font-weight:700}.production-step.is-skipped{opacity:.48}.run-progress{margin:0 0 17px;padding:14px;border-radius:11px;background:#f0ece4}.run-progress__title{display:flex;align-items:center;justify-content:space-between}.run-progress__title span{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700}.run-progress__title small{color:var(--muted);font:8px DM Mono,monospace;text-transform:uppercase}.run-progress__bar{height:5px;margin-top:12px;overflow:hidden;border-radius:5px;background:#ddd6cc}.run-progress__bar i{height:100%;display:block;border-radius:inherit;background:var(--orange);transition:width .3s}.run-progress__detail{margin-top:11px;display:flex;flex-direction:column;gap:3px}.run-progress__detail strong{font-size:11px;line-height:1.4}.run-progress__detail small{color:var(--muted);font-size:9px}.run-progress p{margin:10px 0 0;color:#a83219;font-size:10px;line-height:1.5}.run-progress a{margin-top:9px;display:inline-block;color:var(--orange);font-size:10px;font-weight:700}.run-progress__actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.run-progress a.run-progress__action,.run-progress button.run-progress__action{width:auto;min-height:31px;margin:0;padding:7px 9px;display:inline-flex;align-items:center;gap:5px;color:var(--orange);border:1px solid rgba(168,50,25,.18);border-radius:7px;background:#ffffff7a;font-family:inherit;font-size:9px;font-weight:700;cursor:pointer}.run-progress button.run-progress__action:disabled{cursor:default;opacity:.62}.run-progress__recovery{margin-top:11px;padding-top:11px;border-top:1px solid rgba(168,50,25,.13)}.run-progress p.run-progress__preserved{margin:0 0 9px;color:#725c52;font-size:9px}.run-progress__continue{width:100%;min-height:40px;padding:9px 12px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;border:0;border-radius:8px;background:var(--ink);font-family:inherit;font-size:10px;font-weight:700;cursor:pointer}.run-progress__continue:hover:not(:disabled){background:var(--orange)}.run-progress__continue:disabled{cursor:default;opacity:.58}.run-progress__recovery>small{margin-top:6px;display:block;color:#725c52;font-size:8px;line-height:1.45}.run-progress--succeeded{background:#e6f2e9}.run-progress--failed{background:#fbe5de}.provider-alert{margin-top:18px;padding:15px;display:flex;align-items:flex-start;gap:10px;color:#995e28;border:1px solid #e7c9a8;border-radius:12px;background:#faeddd}.provider-alert svg{flex:0 0 auto}.provider-alert div{display:flex;flex-direction:column;gap:4px}.provider-alert strong{font-size:11px}.provider-alert p{margin:0;font-size:10px;line-height:1.5}.provider-alert a{color:var(--orange);font-size:9px;font-weight:700}@media(max-width:900px){.production-hero{grid-template-columns:1fr;gap:28px}.production-hero__copy{max-width:650px}}@media(max-width:620px){.production-wrap{width:calc(100% - 30px);padding-top:38px}.production-hero__copy h1{font-size:55px}.production-card{padding:20px 16px}.production-intent{grid-template-columns:1fr}.production-intent>button{min-height:88px}.production-step>div{align-items:flex-start;flex-direction:column;gap:2px}}@media(min-width:621px){.projects-shell{--projects-header-height: clamp(70px,9vh,90px);height:100vh;min-height:0}.projects-header{height:var(--projects-header-height)}.projects-main{height:calc(100vh - var(--projects-header-height));padding:clamp(8px,2vh,24px) 30px;display:grid;grid-template-rows:auto minmax(0,1fr);row-gap:clamp(6px,1.5vh,18px)}.hero-copy{max-width:clamp(650px,55vw,720px);margin-bottom:0}.hero-copy h1{margin:clamp(2px,1vh,10px) 0 clamp(4px,1.2vh,14px);font-size:clamp(78px,min(8vw,13vh),106px)}.hero-copy p{margin:0;font-size:clamp(14px,2vh,18px);line-height:1.45}.project-section{min-height:0;display:flex;flex-direction:column;justify-content:flex-end}.section-heading{padding-bottom:clamp(6px,1vh,12px);margin-bottom:clamp(4px,1vh,12px)}.section-heading h2{font-size:clamp(31px,4vh,34px)}.section-heading span{font-size:clamp(9px,1.2vh,11px)}.project-grid--carousel{padding-top:0;padding-bottom:clamp(4px,1vh,10px)}.project-card__visual{height:clamp(138px,18vh,178px)}.project-card__body{padding:clamp(14px,2vh,22px) 18px}.project-card__meta{font-size:clamp(9px,1.2vh,10px)}.project-card h3{margin:clamp(9px,1.4vh,15px) 0 clamp(4px,.8vh,8px);font-size:clamp(24px,3vh,28px)}.project-card p{min-height:clamp(33px,5vh,40px);font-size:clamp(11px,1.5vh,13px);line-height:1.5}}@media(min-width:621px)and (max-height:660px){.projects-shell{--projects-header-height: 58px}.projects-main{padding-top:0;padding-bottom:4px}.hero-copy{margin-bottom:0}.hero-copy h1{margin-top:0;margin-bottom:0}.section-heading{padding-bottom:3px;margin-bottom:0}}@media(min-width:901px)and (max-height:820px){.editor-wrap{padding-top:30px;padding-bottom:36px}.editor-heading{margin-bottom:20px}.production-wrap{padding-top:32px}.pipeline-strip{margin-top:28px}.production-edit-links{margin-top:14px}}@media(min-width:1100px)and (max-height:820px){.story-editor-wrap{gap:28px}.story-editor-wrap>.editor-heading{margin-top:4px}.story-editor-wrap .story-form{padding:24px}.story-editor-wrap .story-form>.field{margin-bottom:14px}.story-editor-wrap .story-form>.field textarea{height:118px}.story-editor-wrap .advanced-panel{margin-bottom:12px}.story-editor-wrap .advanced-panel summary{min-height:52px}.story-editor-wrap .story-form__footer{margin-top:8px;padding-top:14px}.story-editor-wrap>.next-step{margin-top:12px;padding:14px 18px}}@media(min-width:621px)and (max-width:900px){.project-grid--carousel{grid-template-columns:none;grid-auto-columns:calc((100% - 22px)/2)}}@media(max-width:620px){.projects-shell{height:auto;min-height:100vh;overflow-x:hidden;overflow-y:visible}.projects-main{height:auto;display:block}.hero-copy{display:block;margin-bottom:42px}.hero-copy h1{white-space:normal}.hero-copy p{margin-top:22px}.project-grid--carousel{grid-template-columns:none;grid-auto-columns:88%}}
