@font-face{font-family:Noto Sans SC;src:url(/brand/fonts/NotoSansSC-Variable.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}:root{--green:#008042;--green-deep:#005f35;--green-dark:#00492d;--ink:#231815;--muted:#716964;--paper:#f7f3ee;--cream:#efe5d8;--khaki:#bfb08f;--line:rgba(35,24,21,0.13);--white:#ffffff;--shadow:0 24px 70px rgba(44,36,31,0.12)}*{box-sizing:border-box}html{min-width:320px;background:var(--paper);color:var(--ink)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 3%,rgba(191,176,143,.2),transparent 24rem),linear-gradient(135deg,rgba(255,255,255,.72),transparent 42%),var(--paper);font-family:PingFang SC,Source Han Sans SC,Noto Sans CJK SC,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}a,button,label{-webkit-tap-highlight-color:transparent}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,label:has(input:focus-visible),select:focus-visible{outline:3px solid rgba(0,128,66,.26);outline-offset:3px}.studio-shell{min-height:100vh;padding-bottom:72px}.studio-header{min-height:82px;padding:14px clamp(24px,5vw,72px);justify-content:space-between;gap:24px;color:var(--white);background:var(--green-deep);border-bottom:1px solid rgba(255,255,255,.16)}.brand-lockup,.studio-header{display:flex;align-items:center}.brand-lockup{gap:18px}.brand-lockup img{width:122px;height:56px;object-fit:contain}.brand-lockup>span{width:1px;height:36px;background:rgba(255,255,255,.35)}.brand-lockup div{display:grid;gap:1px}.brand-lockup strong{font-size:19px;letter-spacing:.18em}.brand-lockup small{color:rgba(255,255,255,.68);font-size:9px;letter-spacing:.24em}.privacy-note{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.78)}.live-dot,.privacy-dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:#7ce7a8;box-shadow:0 0 0 5px rgba(124,231,168,.13)}.studio-intro{max-width:1460px;margin:0 auto;padding:52px clamp(24px,5vw,72px) 34px;position:relative}.studio-intro:after{content:"";position:absolute;right:clamp(32px,8vw,120px);top:34px;width:118px;height:118px;border:1px solid rgba(0,128,66,.2);border-radius:50%;box-shadow:inset 0 0 0 18px rgba(191,176,143,.08)}.studio-intro p{margin:0 0 10px;color:var(--green);font-size:14px;font-weight:700;letter-spacing:.14em}.studio-intro h1{max-width:760px;margin:0;font-family:Songti SC,STSong,"Noto Serif CJK SC",serif;font-size:clamp(34px,4vw,58px);line-height:1.13;letter-spacing:-.04em;font-weight:700}.studio-layout{width:min(1460px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,480px);align-items:start;gap:clamp(26px,4vw,56px)}.control-panel{min-width:0;overflow:hidden;border:1px solid rgba(35,24,21,.1);border-radius:22px;background:rgba(255,255,255,.82);box-shadow:var(--shadow);backdrop-filter:blur(14px)}.mode-switch{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);background:rgba(239,229,216,.56)}.mode-switch button{position:relative;padding:21px 18px;border:0;background:transparent;color:var(--muted);cursor:pointer;font-weight:700}.mode-switch button:after{content:"";position:absolute;left:18%;right:18%;bottom:-1px;height:3px;transform:scaleX(0);background:var(--green);transition:transform .18s ease}.mode-switch button.is-active{color:var(--green-deep);background:rgba(255,255,255,.76)}.mode-switch button.is-active:after{transform:scaleX(1)}.editor-section{padding:32px clamp(20px,4vw,38px);border-bottom:1px solid var(--line)}.editor-section:last-child{border-bottom:0}.section-heading{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:24px}.section-heading>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:var(--white);font-family:Georgia,serif;font-size:13px}.section-heading h2{margin:0 0 4px;font-size:20px;line-height:1.3}.section-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.section-heading--action{grid-template-columns:42px minmax(0,1fr) auto}.template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.template-card{min-width:0;padding:10px;display:grid;grid-template-columns:68px minmax(0,1fr) 24px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:15px;background:var(--white);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.template-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(35,24,21,.08)}.template-card.is-active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green),0 10px 24px rgba(0,128,66,.09)}.template-thumb{aspect-ratio:3/4;border-radius:9px;background-size:cover;background-position:50%;box-shadow:inset 0 0 0 1px rgba(35,24,21,.08)}.template-card>span:not(.template-thumb){display:grid;gap:4px;min-width:0}.template-card strong{font-size:16px}.template-card small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.template-card i{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:transparent;font-style:normal;font-size:12px}.template-card.is-active i{border-color:var(--green);background:var(--green);color:var(--white)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.field{display:grid;gap:8px}.field--full{grid-column:1/-1}.field>span{color:#4d4642;font-size:13px;font-weight:650}.field input,.field select{width:100%;min-width:0;height:47px;padding:0 14px;border:1px solid rgba(35,24,21,.14);border-radius:10px;background:rgba(247,243,238,.58);color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.field input:focus,.field select:focus{border-color:var(--green);outline:0;background:var(--white);box-shadow:0 0 0 3px rgba(0,128,66,.09)}.add-button,.template-download{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;align-self:center;border:1px solid var(--green);border-radius:999px;color:var(--green-deep);background:transparent;text-decoration:none;font-size:13px;font-weight:700;cursor:pointer}.add-button:disabled{opacity:.38;cursor:not-allowed}.schedule-list{display:grid;gap:16px}.schedule-editor{overflow:hidden;border:1px solid rgba(0,128,66,.14);border-radius:15px;background:linear-gradient(160deg,rgba(239,229,216,.36),rgba(255,255,255,.9))}.schedule-editor header{min-height:44px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.schedule-editor header strong{color:var(--green-deep);font-size:14px}.schedule-editor header button{border:0;background:transparent;color:#9c554b;font-size:12px;cursor:pointer}.schedule-editor header button:disabled{visibility:hidden}.field-grid--schedule{padding:18px 16px 20px}.preview-panel{position:sticky;top:24px;padding:24px;border-radius:24px;color:var(--white);background:radial-gradient(circle at 86% 12%,rgba(124,231,168,.15),transparent 14rem),var(--green-dark);box-shadow:0 30px 80px rgba(0,73,45,.26)}.preview-heading{margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.preview-heading div{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700}.preview-heading small{color:rgba(255,255,255,.6);font-size:11px}.canvas-frame{position:relative;overflow:hidden;aspect-ratio:3/4;border-radius:10px;background:#eee5da;box-shadow:0 20px 48px rgba(0,0,0,.32)}.canvas-frame canvas{display:block;width:100%;height:100%}.canvas-frame.is-rendering canvas{opacity:.72}.canvas-loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--green-deep);background:rgba(247,243,238,.56);font-size:13px;font-weight:700;backdrop-filter:blur(3px)}.preview-tip{margin:15px 0 18px;color:rgba(255,255,255,.6);font-size:12px;line-height:1.55;text-align:center}.download-button,.primary-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:13px;color:var(--green-deep);background:var(--white);box-shadow:0 14px 30px rgba(0,0,0,.14);font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.download-button:hover,.primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,0,0,.18)}.download-button:disabled,.primary-button:disabled{opacity:.46;transform:none;cursor:not-allowed}.template-download{width:fit-content;margin-left:56px;min-height:46px;padding-inline:20px;border-radius:12px}.upload-zone{min-height:178px;margin-left:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1.5px dashed rgba(0,128,66,.48);border-radius:16px;color:var(--green-deep);background:rgba(0,128,66,.035);cursor:pointer;transition:background .16s ease,border-color .16s ease}.upload-zone:hover{border-color:var(--green);background:rgba(0,128,66,.065)}.upload-zone strong{max-width:80%;overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.upload-zone span{color:var(--muted);font-size:12px}.upload-zone input{position:absolute;width:1px;height:1px;opacity:0}.batch-summary{margin:18px 0 0 56px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.batch-summary div{padding:14px 16px;display:flex;align-items:baseline;gap:8px;border-radius:12px;background:rgba(0,128,66,.08);color:var(--green-deep)}.batch-summary div.has-error{color:#9d4237;background:rgba(157,66,55,.08)}.batch-summary strong{font-family:Georgia,serif;font-size:28px}.batch-summary span{font-size:12px}.error-list{margin:18px 0 0 56px;padding:16px;border-radius:12px;background:#fff6f3;color:#7f3d35}.error-list h3{margin:0 0 10px;font-size:14px}.error-list ul{margin:0;padding:0;display:grid;gap:8px;list-style:none}.error-list li{display:grid;grid-template-columns:68px minmax(0,1fr);gap:8px;font-size:12px;line-height:1.5}.error-list p{margin:10px 0 0;font-size:12px}.batch-editor .primary-button,.batch-editor .progress-track{width:auto;margin-left:56px}.batch-editor .primary-button{color:var(--white);background:var(--green);box-shadow:0 14px 28px rgba(0,128,66,.2)}.progress-track{height:8px;margin-top:14px;overflow:hidden;border-radius:999px;background:rgba(0,128,66,.1)}.progress-track span{height:100%;display:block;border-radius:inherit;background:var(--green);transition:width .18s ease}.toast{position:fixed;left:50%;bottom:26px;z-index:50;max-width:min(520px,calc(100% - 32px));padding:14px 18px;transform:translateX(-50%);border-radius:999px;color:var(--white);background:#2f3b35;box-shadow:0 14px 38px rgba(0,0,0,.24);font-size:13px;text-align:center;animation:toast-in .2s ease both}.toast--error{background:#85463d}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,12px)}}@media (max-width:1040px){.studio-layout{grid-template-columns:minmax(0,1fr) 390px;gap:24px}.field-grid,.template-grid{grid-template-columns:1fr}.field--full{grid-column:auto}}@media (max-width:820px){.studio-shell{padding-bottom:24px}.studio-header{min-height:68px;padding:8px 16px}.brand-lockup{gap:10px}.brand-lockup img{width:92px;height:46px}.brand-lockup>span{height:28px}.brand-lockup strong{font-size:15px}.brand-lockup small{font-size:7px}.privacy-note{font-size:11px}.studio-intro{padding:32px 18px 22px}.studio-intro:after{display:none}.studio-intro p{font-size:12px}.studio-intro h1{font-size:clamp(31px,8vw,44px)}.studio-layout{width:min(100% - 24px,680px);display:flex;flex-direction:column;gap:18px}.preview-panel{width:100%;position:static;order:-1;padding:16px;border-radius:20px}.canvas-frame{width:min(100%,410px);margin:0 auto}.control-panel{width:100%;border-radius:18px}.field-grid,.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field--full{grid-column:1/-1}}@media (max-width:520px){.privacy-note{display:none}.studio-intro h1{max-width:330px}.editor-section{padding:24px 16px}.mode-switch button{min-height:56px;padding:12px 8px;font-size:13px}.section-heading{grid-template-columns:36px minmax(0,1fr);gap:10px}.section-heading>span{width:34px;height:34px}.section-heading h2{font-size:18px}.section-heading--action{grid-template-columns:36px minmax(0,1fr)}.section-heading--action .add-button{grid-column:2;justify-self:start;margin-top:4px}.field-grid,.template-grid{grid-template-columns:1fr}.field--full{grid-column:auto}.template-card{grid-template-columns:56px minmax(0,1fr) 24px}.field input,.field select{height:50px}.batch-editor .primary-button,.batch-editor .progress-track,.batch-summary,.error-list,.template-download,.upload-zone{margin-left:0}.upload-zone{min-height:150px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}