/* Selected cinematic creation concept — interactive app surfaces. */
:root{--bg:#060c10;--panel:#10171d;--line:#26333d;--muted:#84929f;--cyan:#12d4df;font-family:'Noto Sans SC','Microsoft YaHei',sans-serif}
.icon{background:currentColor;mask-image:var(--icon);mask-position:center;mask-repeat:no-repeat;mask-size:contain;width:21px;height:21px}
.cinema-rail{width:88px;padding:0;background:#0a1117;border-right:1px solid #17212a;align-items:center}
.rail-brand{height:78px;border:0;background:none;padding:20px 24px;width:88px}
.rail-brand img{width:38px;height:38px;object-fit:contain}
.cinema-rail nav{width:100%;padding-top:15px}
.rail-item{border:0;background:none;border-radius:0;display:flex;flex-direction:column;align-items:center;gap:9px;width:100%;height:86px;justify-content:center;padding:10px 0;color:#93a5b4;font-size:13px;position:relative}
.rail-item .icon{width:24px;height:24px}.rail-item.active{color:var(--cyan);box-shadow:inset 2px 0 var(--cyan)}
.rail-item:hover{background:#101d25;color:#d7f8fa}.rail-tools{margin-top:6px}.rail-foot{margin-top:auto;padding-bottom:40px;width:100%}.rail-foot .rail-item{height:50px}.rail-foot p{font-size:12px;line-height:1.8;padding-left:24px;color:#6e8292;margin-top:12px}
.cinema-workspace{margin-left:88px}.cinema-topbar{height:78px;background:#060c10;border-bottom:1px solid #13202a;padding:0 36px}
.studio-brand{display:flex;align-items:center;gap:14px;white-space:nowrap}.studio-brand strong{font:600 25px 'Songti SC',SimSun,serif}.studio-brand>span{font-size:10px;letter-spacing:3px;color:#b3c1cc}.studio-brand>i{width:1px;height:18px;background:#35424b;margin:0 4px 0 8px}.studio-brand>button{display:flex;align-items:center;gap:8px;background:none;border:0;padding:5px;font-size:14px}.studio-brand .icon{width:15px;height:15px}
.iconbutton{background:transparent;border:0;padding:7px;display:inline-flex;align-items:center;justify-content:center;color:#adc0cf}.profilebutton{display:flex;align-items:center;gap:10px;border:0;background:none;padding:4px;font-size:13px}.profilebutton img{width:30px;height:30px;border-radius:50%;object-fit:cover}.profilebutton .icon{width:14px;height:14px}
.cinema-workspace main{max-width:1600px;padding:32px 36px 50px}.cinema-workspace main.cinema-home{padding-top:0;padding-bottom:22px}
.cinema-hero{position:relative;height:359px;background:url('assets/home-hero.png') center center/cover no-repeat;margin:0 -36px;padding:29px 36px 0}
.hero-heading h1{font:600 50px/1.35 'Songti SC',SimSun,serif;letter-spacing:1px;margin:0 0 8px}.hero-heading p{font-size:21px;font-weight:300;color:#a8b9c7}
.new-project{position:absolute;right:36px;top:25px;height:47px;display:flex;align-items:center;gap:8px;padding:0 18px}.new-project .icon{margin:0}
.hero-project{position:absolute;bottom:31px;left:36px}.hero-project h2{font:600 27px 'Songti SC',SimSun,serif;margin-bottom:13px}.hero-project button{border:0;background:none;padding:0;display:flex;gap:16px;align-items:center;font-size:16px}.hero-mark{margin-top:24px;width:35px;height:3px;background:var(--cyan);border-radius:2px;box-shadow:45px 0 #31404a,90px 0 #25323c}
.home-composer{position:relative;border:1px solid #2c3a44;border-radius:14px;background:#10171ddf;padding:16px 20px 18px}
.composer-tabs{display:flex;gap:34px;margin-bottom:10px}.composer-tabs button{display:flex;align-items:center;gap:16px;border:0;border-bottom:2px solid transparent;border-radius:0;background:none;padding:10px 7px 13px;font-size:18px;color:#a5b5c3}.composer-tabs button.selected{color:#f1f6f8;border-bottom-color:var(--cyan)}.composer-tabs button.selected .icon{color:#8ce9ee}
#home-prompt{min-height:90px;height:90px;border-radius:11px;background:#ffffff03;border:1px solid #2c3b46;padding:18px 16px;font-size:16px;line-height:1.8;resize:vertical;display:block}#home-prompt::placeholder{color:#8593a0}
.composer-controls{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:15px}.composer-options,.composer-submit{display:flex;align-items:center;gap:10px}.reference-button,.composer-select{height:43px;border:1px solid #2a3a46;border-radius:9px;display:flex;align-items:center;gap:10px;padding:0 14px;font-size:14px;color:#ced8e1;background:#0b131a;white-space:nowrap}.reference-button{cursor:pointer}.reference-button input{display:none}.composer-select select{border:0;background:none;color:inherit;padding:0;width:auto;max-width:105px;font-size:14px;cursor:pointer}.composer-select option{background:#10171d}.settings-button{border:1px solid #293944;border-radius:9px;height:43px;width:48px}.generate-button{height:46px;min-width:175px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px}.generate-button .icon{margin:0}
.home-result{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);margin-top:16px;padding-top:14px;font-size:14px;color:#8ae0dc}.home-result button{margin-left:auto;display:flex;gap:10px;align-items:center;background:none;border:0;color:#8ae0dc}
.home-projects{margin-top:31px}.recent-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.recent-heading h2{font:600 22px 'Songti SC',SimSun,serif}.recent-heading button{border:0;background:none;padding:0;display:flex;align-items:center;gap:8px;color:#8a9aa8;font-size:12px}.recent-heading .icon{width:16px;height:16px}
.recent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.recent-cover{display:block;width:100%;aspect-ratio:2.15;border:1px solid #253641;border-radius:9px;overflow:hidden;padding:0;background:#0b1319}.recent-cover img{height:100%;width:100%;object-fit:cover;display:block;transition:transform .35s}.recent-cover:hover img{transform:scale(1.025)}.recent-title{display:flex;justify-content:space-between;align-items:center;margin-top:7px;gap:10px}.recent-title button{border:0;background:none;padding:0;text-align:left;font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-title button:last-child{color:#8295a4}.recent-project p{font-size:12px;color:#8393a2;margin-top:5px}.home-demo-note{font-size:11px;color:#526674;margin-top:22px}
.tool-menu{display:grid;gap:7px;grid-template-columns:1fr 1fr}.tool-menu button{display:flex;align-items:center;gap:12px;padding:17px;background:#0b151d}.tool-menu button .icon:last-child{margin-left:auto;width:16px}.search-result{display:flex;align-items:center;gap:12px;margin-top:14px;width:100%;padding:17px}.search-result span:last-child{margin-left:auto;color:var(--muted);font-size:12px}
@media(min-width:1550px){.cinema-hero{height:390px}.recent-cover{aspect-ratio:2.1}}
@media(max-width:1100px){.studio-brand>span{display:none}.composer-options{gap:7px}.reference-button,.composer-select{padding:0 9px;gap:7px}.generate-button{min-width:150px}.hero-heading h1{font-size:38px}.cinema-workspace main{padding-left:26px;padding-right:26px}.cinema-hero{margin-left:-26px;margin-right:-26px;padding-left:26px}.hero-project{left:26px}.new-project{right:26px}.cinema-topbar{padding:0 26px}.composer-controls{flex-wrap:wrap}.composer-submit{margin-left:auto}}
@media(max-width:720px){.cinema-rail{width:64px}.rail-brand{width:64px;padding:19px 15px}.rail-brand img{width:32px}.rail-item{height:76px;font-size:12px}.rail-item .icon{width:21px;height:21px}.rail-foot p{padding-left:16px}.cinema-workspace{margin-left:64px}.cinema-topbar{height:64px;padding:0 18px}.studio-brand strong{font-size:23px}.studio-brand>i,.studio-brand>button,.profilebutton{display:none}.topactions{gap:7px}.cinema-workspace main{padding:22px 18px}.cinema-hero{height:345px;margin:0 -18px;padding:25px 18px;background-position:57% center}.hero-heading h1{font-size:30px;max-width:250px}.hero-heading p{font-size:16px}.new-project{right:18px;top:auto;bottom:28px;height:39px;padding:0 11px;font-size:12px}.hero-project{left:18px;bottom:28px}.hero-project h2{font-size:24px}.hero-project button{font-size:14px}.hero-mark{display:none}.home-composer{padding:10px 12px 14px}.composer-tabs{gap:10px}.composer-tabs button{font-size:13px;gap:6px;padding:10px 2px}.composer-tabs .icon{width:16px;height:16px}#home-prompt{font-size:14px;height:110px;padding:12px}.composer-options{flex-wrap:wrap}.reference-button,.composer-select{height:36px;font-size:12px}.composer-select select{font-size:12px;max-width:86px}.composer-options .icon{width:16px;height:16px}.composer-submit{width:100%;margin-top:3px}.generate-button{flex:1;height:42px;font-size:14px}.settings-button{height:42px}.recent-grid{grid-template-columns:1fr}.recent-cover{aspect-ratio:2}.recent-heading h2{font-size:21px}.recent-project{margin-bottom:8px}.tool-menu{grid-template-columns:1fr}.home-result{flex-wrap:wrap}.home-result button{margin-left:0}.home-demo-note{line-height:1.8}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

.recent-cover img[src$="frame-5.jpg"]{object-position:center 22%}
