.auth-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:24px;background:#1b142d5c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth-shell{display:flex;flex-direction:column;align-items:center;gap:16px;width:min(640px,calc(100% - 48px))}.auth-modal{position:relative;width:100%;box-sizing:border-box;padding:34px 42px 30px;border-radius:14px;background:linear-gradient(180deg,#fff,#fcf8ff);border:1px solid rgba(196,167,245,.32);box-shadow:0 28px 72px #35255e3d}.auth-close{width:32px;height:32px;border:1px solid rgba(183,170,215,.66);border-radius:50%;color:#7b709a;font-size:1.35rem;line-height:1;cursor:pointer;background:#ffffffeb;z-index:3}.auth-close--outside{position:static;width:38px;height:38px;font-size:1.5rem;color:#fff;border-color:#ffffff70;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-corner-scan{position:absolute;top:5px;right:5px;width:76px;height:76px;border:0;border-top-right-radius:4px;clip-path:polygon(100% 0,100% 100%,0 0);color:#fff;padding:12px 10px 0 0;cursor:pointer;background:linear-gradient(135deg,#7a67f8,#c24fe8);display:block;z-index:2}.auth-corner-scan:disabled{opacity:.72;cursor:not-allowed}.auth-corner-scan__icon{position:absolute;top:12px;right:8px;width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:18px;padding-right:84px;margin-bottom:30px}.auth-tabs button{position:relative;border:0;padding:0 0 10px;color:#3f3a54;font-size:1.95rem;font-weight:700;line-height:1.2;white-space:nowrap;text-align:center;background:transparent;cursor:pointer}.auth-tabs button.active{color:#6d5df6}.auth-tabs button.active:after{content:"";position:absolute;left:50%;bottom:0;width:56%;height:4px;transform:translate(-50%);border-radius:999px;background:linear-gradient(90deg,#6d5df6,#c24fe8)}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-wechat-panel{display:grid;gap:18px;justify-items:center;padding:16px 0 6px;text-align:center}.auth-wechat-panel__head p{margin:0;color:#2e2745;font-size:1.8rem;font-weight:800}.auth-wechat-panel__head span{display:block;margin-top:8px;color:#847b9e;font-size:.95rem}.auth-wechat-frame{width:100%;height:420px;overflow:hidden;border:1px solid rgba(188,167,230,.3);border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #8d69e10a}.auth-wechat-frame iframe{width:100%;height:100%;border:0}.auth-wechat-frame>span{display:grid;height:100%;place-items:center;color:#847b9e}.auth-form__intro{margin-bottom:4px}.auth-form__title{margin:0;color:#2e2745;font-size:1.1rem;font-weight:700}.auth-form__desc{margin:8px 0 0;color:#847b9e;font-size:.92rem;line-height:1.6}.auth-field-wrap{position:relative}.auth-code-row{display:grid;grid-template-columns:minmax(0,1fr) 124px;gap:12px;align-items:center}.auth-field{width:100%;border:1px solid rgba(188,167,230,.3);border-radius:12px;padding:15px 16px;font-size:1rem;color:var(--text-main);background:linear-gradient(180deg,#f6f2ff,#f3eeff);outline:none}.auth-code-btn{height:50px;border:1px solid rgba(163,136,224,.4);border-radius:12px;color:#6f57e6;font-size:.9rem;font-weight:600;cursor:pointer;background:linear-gradient(180deg,#fbf8ff,#f4eeff)}.auth-code-btn:disabled{color:#aaa3be;cursor:not-allowed;background:#f4efffc2}.auth-field:focus{border-color:#8958f48c;box-shadow:0 0 0 4px #9c6cf61a}.auth-field-wrap--password .auth-field{padding-right:70px}.auth-eye-btn{position:absolute;top:50%;right:12px;border:0;color:#7f769c;font-size:.82rem;transform:translateY(-50%);background:transparent;cursor:pointer}.auth-helper-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.auth-check-item{display:inline-flex;align-items:center;gap:8px;color:#6a6383;font-size:.93rem}.auth-check-item input,.auth-agreement input{width:16px;height:16px;accent-color:#8b65f8}.auth-link-btn{border:0;color:#8b65f8;font-size:.93rem;background:transparent;cursor:pointer}.auth-error{margin:0;color:#d14343;font-size:.86rem}.auth-submit{border:0;border-radius:999px;padding:14px 16px;color:#fff;font-size:1.06rem;font-weight:700;cursor:pointer;background:linear-gradient(90deg,#6d5df6,#c24fe8);box-shadow:0 14px 30px #855dec3d}.auth-submit:disabled{opacity:.66;cursor:not-allowed}.auth-secondary-btn{border:1px solid rgba(188,167,230,.38);border-radius:999px;padding:12px 16px;color:#6d5df6;font-size:1rem;font-weight:600;cursor:pointer;background:#ffffffd1}.auth-agreement{display:inline-flex;align-items:center;gap:8px;justify-content:center;color:#7b7395;font-size:.9rem;transform-origin:center}.auth-agreement.is-shaking{animation:auth-agreement-shake .42s ease}.auth-agreement__link{color:#7a5bf6;text-decoration:none}.auth-agreement__link:hover{text-decoration:underline}@keyframes auth-agreement-shake{0%,to{transform:translate(0)}18%{transform:translate(-6px)}36%{transform:translate(5px)}54%{transform:translate(-4px)}72%{transform:translate(3px)}88%{transform:translate(-1px)}}@media(max-width:640px){.auth-shell{width:min(560px,calc(100% - 70px))}.auth-modal{padding:24px 20px 20px}.auth-tabs{gap:14px;padding-right:72px;margin-bottom:22px}.auth-tabs button{font-size:1.42rem;padding-bottom:8px}.auth-helper-row{flex-wrap:wrap;gap:10px}.auth-code-row{grid-template-columns:1fr}}@media(max-width:460px){.auth-shell{width:calc(100% - 54px)}.auth-modal{padding:22px 16px 18px}.auth-corner-scan{width:70px;height:70px;padding:9px 7px 0 0}.auth-corner-scan__icon{top:18px;right:6px;width:22px;height:22px}.auth-tabs button{font-size:1.08rem}.auth-submit{font-size:1rem}}.pay-sheet__method-logo-img{width:16px;height:16px;display:block;object-fit:contain}.pay-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;display:flex;align-items:center;justify-content:center;padding:24px;background:#1f16356b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pay-modal{position:relative;width:min(640px,calc(100% - 20px));padding:0;border-radius:6px;background:#fff;border:1px solid #cfd5df;box-shadow:0 20px 50px #131c3138;text-align:left;overflow:hidden}.pay-sheet__header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px;border-bottom:1px solid #e5e9f0;background:#fff}.pay-sheet__title{color:#2b2f36;font-size:15px;font-weight:600}.pay-sheet__close{border:0;color:#9aa4b2;font-size:18px;line-height:1;cursor:pointer;background:transparent}.pay-sheet__body{padding:18px 20px 8px}.pay-sheet__info-row{display:flex;align-items:center;gap:8px;min-height:34px;color:#596273;font-size:13px}.pay-sheet__info-row+.pay-sheet__info-row{margin-top:8px}.pay-sheet__info-row--start{align-items:center}.pay-sheet__label{flex-shrink:0;color:#5c6574}.pay-sheet__value{color:#3a4352}.pay-sheet__price{display:flex;align-items:baseline;gap:10px}.pay-sheet__amount{color:#d4a62a;font-size:24px;font-weight:700;text-shadow:0 1px 0 rgba(255,244,201,.35)}.pay-sheet__original-amount{color:#98a1b2;font-size:14px;text-decoration:line-through}.pay-sheet__methods{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pay-sheet__method{display:inline-flex;align-items:center;gap:6px;min-width:104px;height:32px;padding:0 12px;border:1px solid #d7dce5;color:#5a6474;font-size:12px;cursor:pointer;background:#f7f8fa}.pay-sheet__method--skeleton{min-width:104px;pointer-events:none;border-style:dashed;background:linear-gradient(90deg,#f2f4f8 25%,#fafbfd,#f2f4f8 75%);background-size:200% 100%}.pay-sheet__method.is-active{border-color:#7aa7e8;color:#2d6fcf;background:#edf5ff}.pay-sheet__method:disabled{cursor:not-allowed;opacity:.72}.pay-sheet__method-logo,.pay-sheet__mini-logo{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pay-sheet__method-logo{width:16px;height:16px}.pay-sheet__method-logo svg,.pay-sheet__mini-logo svg{width:100%;height:100%;fill:currentColor}.pay-sheet__method-logo.is-alipay,.pay-sheet__mini-logo.is-alipay{color:#1677ff}.pay-sheet__method-logo.is-wechat,.pay-sheet__mini-logo.is-wechat{color:#1aad19}.pay-sheet__qr-wrap{display:flex;justify-content:center;margin-top:26px;position:relative}.pay-sheet__qr{width:164px;height:164px;object-fit:cover;background:#fff;opacity:0;transition:opacity .18s ease}.pay-sheet__qr--ready{opacity:1}.pay-sheet__qr--empty{display:flex;align-items:center;justify-content:center;color:#7e8796;font-size:13px;border:1px dashed #ccd4df;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f8fb 25%,#fff,#f7f8fb 75%);background-size:200% 100%;animation:pay-sheet-skeleton 1.4s ease-in-out infinite}.pay-sheet__qr--skeleton{border-radius:8px;background:linear-gradient(90deg,#f0f3f8 25%,#fafbfd,#f0f3f8 75%);background-size:200% 100%}.pay-sheet__channel-icons{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px}.pay-sheet__mini-logo{width:18px;height:18px}.pay-sheet__hint{margin:10px 0 0;color:#7a8494;font-size:13px;line-height:1.5;text-align:center}.pay-sheet__hint--loading{color:#8a94a6}.pay-sheet__skeleton,.pay-sheet__method--skeleton,.pay-sheet__qr--skeleton{animation:pay-sheet-skeleton 1.4s ease-in-out infinite}.pay-sheet__skeleton{display:inline-block;border-radius:999px;background:linear-gradient(90deg,#f0f3f8 25%,#fafbfd,#f0f3f8 75%);background-size:200% 100%}.pay-sheet__skeleton--merchant{width:244px;height:18px}.pay-sheet__skeleton--amount{width:136px;height:30px;border-radius:12px}.pay-sheet__skeleton--original{width:72px;height:18px}@keyframes pay-sheet-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.pay-sheet__footer{display:flex;justify-content:flex-end;padding:16px 20px 18px}.pay-sheet__confirm{min-width:104px;height:34px;border:0;border-radius:3px;color:#fff;font-size:12px;cursor:pointer;background:#2f7df6}.pay-sheet__confirm:disabled{cursor:not-allowed;opacity:.68}@media(max-width:640px){.pay-modal{width:min(100%,calc(100% - 12px));padding:24px 18px 20px}.pay-sheet__body{padding:16px 14px 6px}.pay-sheet__info-row,.pay-sheet__info-row--start{flex-direction:column;align-items:flex-start;gap:6px}.pay-sheet__methods{width:100%}.pay-sheet__method{width:100%;justify-content:center}.pay-sheet__footer{padding:12px 14px 16px}.pay-sheet__confirm{width:100%}.pay-modal h3{font-size:1.4rem}.pay-modal__meta{grid-template-columns:1fr}.pay-modal__qr{width:220px;height:220px}}:root{font-family:PingFang SC,Microsoft YaHei,sans-serif;color:#19152c;background:#fcfbff;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--purple: #9254f4;--purple-deep: #7a4cff;--blue: #5b6dff;--pink: #dc56e9;--text-main: #1b1730;--text-soft: #7b748f;--line: rgba(140, 113, 196, .12)}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{height:100%;margin:0;min-width:320px;color:var(--text-main)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}body:before,body:after{content:"";position:fixed;inset:auto;pointer-events:none;z-index:-1;border-radius:999px;filter:blur(10px)}body:before{left:-12vw;top:220px;width:62vw;height:32vw;background:radial-gradient(circle,rgba(221,192,255,.3),transparent 70%)}body:after{right:-10vw;top:290px;width:58vw;height:28vw;background:radial-gradient(circle,rgba(241,201,255,.28),transparent 72%)}body.runner-page-mode,body.modal-open{overflow:hidden}#app{width:100%;height:100%;min-height:100vh}.page-shell{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 10%,rgba(193,147,255,.22),transparent 26%),linear-gradient(180deg,#fcfbff,#f8f5ff 38%,#fff)}.hero-wrap{position:relative;min-height:700px;padding-bottom:24px}.hero-wrap:before,.hero-wrap:after{content:"";position:absolute;left:50%;transform:translate(-50%);border-radius:50%;pointer-events:none}.hero-wrap:before{bottom:110px;width:1600px;height:520px;background:radial-gradient(ellipse at center,rgba(189,154,255,.12),rgba(189,154,255,.03) 58%,transparent 72%);border:1px solid rgba(191,146,255,.16)}.hero-wrap:after{bottom:-40px;width:1100px;height:360px;background:radial-gradient(ellipse at center,rgba(245,196,255,.16),transparent 74%);border:1px solid rgba(226,180,255,.16)}.topbar,.hero-section,.editor-section{width:min(1280px,calc(100% - 48px));margin:0 auto}.topbar{display:flex;align-items:center;justify-content:flex-start;gap:18px;height:72px;border-bottom:1px solid rgba(120,103,166,.1)}.brand{display:inline-flex;align-items:center;gap:8px;font-weight:800;letter-spacing:-.03em}.brand-mark{width:52px;height:52px;object-fit:contain}.brand-text{font-size:2.2rem;line-height:1;font-weight:800;color:#353179}.nav-links,.nav-actions{display:flex;align-items:center}.nav-links{margin-left:10px;gap:28px;color:#494259;font-size:.95rem}.nav-links button{border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.nav-actions{margin-left:auto;gap:12px}.nav-chip{padding:9px 16px;border-radius:12px;color:#fff;font-size:.88rem;font-weight:500;background:linear-gradient(135deg,#8b55f6,#bd47e7);box-shadow:none}.nav-btn{min-width:86px;padding:9px 18px;border:1px solid transparent;border-radius:12px;font-size:.92rem;line-height:1.2;text-align:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.nav-btn.primary{color:#fff;background:linear-gradient(135deg,#8a55f5,#cb48df)}.nav-btn.secondary{color:var(--purple);border-color:#9154f452;background:#ffffff6b}.nav-avatar-login{display:inline-grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(145,84,244,.24);border-radius:50%;cursor:pointer;background:#ffffff61;transition:background .18s ease,border-color .18s ease}.nav-avatar-login:hover{border-color:#9154f46b;background:#ffffff94}.nav-avatar-login img{width:28px;height:28px;object-fit:contain}.nav-account{position:relative}.nav-account-trigger{display:inline-grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(145,84,244,.18);border-radius:50%;cursor:pointer;background:#ffffff5c}.nav-account-trigger img{width:34px;height:34px;border-radius:50%;object-fit:cover}.nav-account-menu{position:absolute;top:calc(100% + 12px);right:0;z-index:40;width:282px;padding:10px 0;border:1px solid rgba(114,101,141,.12);border-radius:4px;background:#fffffffa;box-shadow:0 10px 32px #2b214029}.nav-account-menu:before{content:"";position:absolute;top:-12px;right:12px;width:54px;height:12px}.nav-account-card{display:flex;gap:12px;padding:10px 14px 12px}.nav-account-card__avatar{width:48px;height:48px;flex:0 0 auto;border-radius:50%;object-fit:cover}.nav-account-card__body{min-width:0;display:grid;gap:3px;color:#242134}.nav-account-card__body strong{font-size:1rem;line-height:1.2}.nav-account-card__body span{max-width:190px;overflow:hidden;color:#6f6880;font-size:.84rem;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.nav-account-card__body em{justify-self:start;padding:1px 6px;border-radius:4px;color:#22a77a;font-size:.7rem;font-style:normal;background:#22a77a1f}.nav-account-menu button,.nav-account-menu a{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:36px;padding:0 14px;border:0;color:#242134;font:inherit;font-size:.9rem;text-align:left;text-decoration:none;cursor:pointer;background:transparent}.nav-account-menu button:hover,.nav-account-menu a:hover{background:#6f5baa0f}.nav-account-menu__section,.nav-account-menu__logout{border-top:1px solid rgba(114,101,141,.12)}.nav-account-menu button span{color:#8a829b}.hero-section{position:relative;padding-top:56px;text-align:center}.hero-stage{position:absolute;inset:-20px -10vw auto;height:720px;pointer-events:none;z-index:0}.hero-stage__glow,.hero-stage__arc{position:absolute;left:50%;transform:translate(-50%)}.hero-stage__glow{border-radius:999px;filter:blur(14px)}.hero-stage__glow--left{left:16%;top:220px;width:420px;height:420px;background:radial-gradient(circle,#8a6cff57,#8a6cff05 72%)}.hero-stage__glow--right{left:auto;right:6%;top:250px;width:420px;height:420px;background:radial-gradient(circle,#ba73ff52,#ba73ff05 72%);transform:none}.hero-stage__arc{border-radius:50%;border:1px solid rgba(224,212,255,.36);opacity:.8}.hero-stage__arc--outer{top:170px;width:1360px;height:540px;box-shadow:inset 0 0 80px #bda9ff14}.hero-stage__arc--inner{top:230px;width:1120px;height:380px;border-color:#e8e1ff70}.hero-copy{position:relative;z-index:1;max-width:980px;margin:0 auto}.hero-kicker,.section-tag,.preview-tag{margin:0 0 14px;color:#8e68df;font-size:.95rem;font-weight:700;letter-spacing:.02em}.hero-copy h1,.hero-title-row{margin:0;font-size:clamp(3rem,5vw,4.8rem);line-height:1.06;letter-spacing:-.03em;white-space:normal;display:flex;align-items:center;justify-content:center;gap:12px 14px;flex-wrap:wrap}.hero-copy h1 span,.hero-title-prefix{display:inline-flex;align-items:center;gap:10px;color:#8653ef}.hero-title-logo{width:74px;height:74px;object-fit:contain;display:block;flex:0 0 auto}.hero-copy h1 strong,.hero-title-main{font-weight:800;display:inline-flex;align-items:center}.hero-subtitle{margin:24px auto 0;max-width:980px;color:#1e152d;font-size:clamp(1.55rem,2.2vw,2.4rem);font-weight:500}.mode-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1160px;margin:68px auto 0}.mode-grid--single{grid-template-columns:minmax(0,820px);max-width:820px;justify-content:center;margin-top:56px}.mode-card{position:relative;display:flex;flex-direction:column;min-height:292px;padding:30px 30px 26px;text-align:left;border-radius:24px;background:linear-gradient(180deg,#fffffff2,#f4edffeb),#ffffffe0;border:1px solid rgba(197,182,236,.55);box-shadow:0 14px 34px #745bb533,0 1px #ffffffd1 inset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mode-card--single{min-height:264px;padding:34px 36px 30px}.mode-card.theme-pink{background:linear-gradient(180deg,#fffffff2,#f4edffed),#ffffffe0}.mode-card.theme-blue{background:linear-gradient(180deg,#fffffff2,#f0eeffeb),#ffffffe0}.mode-card__ambient{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 0% 100%,rgba(166,131,243,.16),transparent 42%),radial-gradient(circle at 100% 0%,rgba(201,179,248,.22),transparent 38%);pointer-events:none}.mode-card__top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.mode-card__copy{max-width:68%}.mode-card--single .mode-card__copy{max-width:60%}.mode-card__visual{position:relative;flex-shrink:0;width:132px;height:106px}.mode-card h2{margin:0;color:#12101a;font-size:2.06rem;line-height:1.06;letter-spacing:-.02em}.mode-card p{margin:10px 0 0;color:#282334;font-size:1rem;line-height:1.38;font-weight:500}.mode-card--single p{font-size:1.04rem;line-height:1.5}.mode-sparkle{position:absolute;right:68px;top:70px;color:#a888f4;font-size:1.38rem;line-height:1;opacity:.88}.mode-illustration{position:absolute;right:0;top:0;width:104px;height:104px;fill:none;stroke:#9772e9;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 10px 16px rgba(160,135,228,.2))}.mode-illustration--image{object-fit:contain;width:108px;height:108px}.mode-points{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px 14px;margin:18px 0 28px;padding:0;list-style:none}.mode-card--single .mode-points{gap:12px 18px;margin:22px 0 30px}.mode-points li{position:relative;padding-left:14px;color:#2b243c;font-size:.96rem;font-weight:500}.mode-points li:before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:#9b86e8}.mode-btn,.generate-btn{width:100%;border:0;border-radius:999px;padding:16px 24px;color:#fff;font-size:1.12rem;font-weight:700;cursor:pointer;background:linear-gradient(90deg,#665ef0,#ad53ed 72%,#b85af0);box-shadow:0 12px 22px #7a5ae04d,inset 0 1px #ffffff40;transition:transform .2s ease,box-shadow .2s ease}.mode-btn{margin-top:auto}.mode-btn:hover,.generate-btn:hover{transform:translateY(-1px);box-shadow:0 14px 26px #855deb57}.generate-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 12px 26px #885ff138}.generate-btn--secondary{background:linear-gradient(90deg,#4f75ff,#5ec4ff);box-shadow:0 14px 30px #4f75ff3d}.editor-section{padding:0 0 36px}.editor-card{position:relative;margin:0 auto;max-width:1180px;padding:48px;border-radius:40px;background:linear-gradient(180deg,#ffffffeb,#faf6fff0),linear-gradient(135deg,#c27eff14,#7070ff0d);border:1px solid rgba(198,171,246,.28);box-shadow:0 30px 80px #8b6cc11f}.section-copy{max-width:760px;margin:0 auto 36px;text-align:center}.section-copy h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.12}.section-text{margin:16px 0 0;color:var(--text-soft);font-size:1.05rem}.editor-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch}.editor-form,.preview-window{min-height:530px;padding:30px;border-radius:28px;background:#ffffffdb;border:1px solid rgba(204,188,238,.32);box-shadow:0 18px 54px #8466b814}.editor-form{display:flex;flex-direction:column;gap:18px}.editor-form .generate-btn{margin-top:auto}.editor-form label{display:flex;flex-direction:column;gap:10px}.editor-form span,.progress-box__meta span{color:#5f5872;font-size:.92rem;font-weight:600}.editor-form input,.editor-form select,.editor-form textarea{width:100%;border:1px solid rgba(188,167,230,.34);border-radius:18px;padding:15px 16px;color:var(--text-main);background:linear-gradient(180deg,#fff,#fcf9ff);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.editor-form textarea{min-height:190px;resize:vertical}.editor-form input:focus,.editor-form select:focus,.editor-form textarea:focus{border-color:#8958f48c;box-shadow:0 0 0 4px #9c6cf61a}.editor-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%233D3652' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 16px) center;background-size:12px}.editor-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.preview-window__head{display:flex;gap:8px;margin-bottom:18px}.preview-window__head span{width:10px;height:10px;border-radius:50%;background:#d7d1e8}.preview-window__head.is-loading span{animation:dot-bounce 1s infinite ease-in-out}.preview-window__head.is-loading span:nth-child(2){animation-delay:.14s}.preview-window__head.is-loading span:nth-child(3){animation-delay:.28s}.preview-window h3{margin:0;font-size:1.8rem;line-height:1.2}.preview-window--stream{padding-left:20px;padding-right:20px}.preview-meta{margin:10px 0 0;color:var(--text-soft)}.progress-box,.outline-box{margin-top:22px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#f6f1ffeb,#ffffffdb)}.progress-box__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.progress-track{height:10px;overflow:hidden;border-radius:999px;background:#b1a2d83d}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#7061f7,#c650e8);transition:width .25s ease}.outline-box p{margin:0 0 12px;font-weight:700}.outline-box ul{margin:0;padding-left:18px}.outline-box li{margin-bottom:10px;color:#695f81}.outline-box--stream{height:370px;overflow-y:auto;scrollbar-width:none}.outline-box--formatted{padding:20px}.outline-text{margin:0;color:#695f81;font-size:.95rem;line-height:1.65;font-family:inherit;white-space:pre-wrap;word-break:break-word}.outline-text--live{width:100%;min-height:100%}.live-stream-panel{margin-top:10px;height:470px;overflow-y:auto;border-radius:22px;padding:2px 0 8px;scrollbar-width:none}.outline-box--stream::-webkit-scrollbar,.live-stream-panel::-webkit-scrollbar{width:0;height:0}.typing-cursor{display:inline-block;width:2px;height:1em;margin-left:2px;vertical-align:text-bottom;background:#5a4bd9;animation:cursor-blink .9s steps(1,end) infinite}.preview-generate-btn{margin-top:18px}.preview-download-btn{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.preview-error{margin:12px 0 0;color:#d14343;font-size:.9rem;line-height:1.5;word-break:break-word}.flow-status,.flow-error,.flow-meta{margin:0;font-size:.9rem}.flow-status{display:flex;align-items:center;gap:10px;color:#5f5872}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:4px 10px;border-radius:999px;color:#fff;font-size:.78rem;text-transform:uppercase;background:linear-gradient(90deg,#7564f7,#bf50e8)}.flow-error{color:#d14343}.flow-board{display:flex;flex-direction:column;gap:10px;margin-top:8px}.flow-board__steps{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.flow-board__steps span{padding:7px 14px;border-radius:999px;color:#8d84ab;font-size:.76rem;line-height:1;font-weight:600;letter-spacing:.01em;text-align:center;background:#f5f1ffeb;border:1px solid rgba(203,189,238,.42);box-shadow:inset 0 1px #ffffffb3;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.flow-board__steps span.active{color:#5d37d6;font-weight:700;background:linear-gradient(180deg,#ece5fffa,#f7f2fff5);border-color:#9154f46b;box-shadow:0 8px 18px #7c5beb1f,inset 0 1px #ffffffd9;transform:translateY(-1px)}.flow-board__error{margin:0;color:#d14343;font-size:.86rem;line-height:1.5;word-break:break-word}.flow-meta-row{display:flex;flex-wrap:wrap;gap:8px}.flow-meta{color:#6c6584;font-size:.78rem;padding:4px 8px;border-radius:999px;background:#f4f0ffe0;border:1px solid rgba(188,167,230,.36)}.profile-page{min-height:100vh}.profile-page__hero{position:relative;min-height:104px}.profile-page__hero:before{content:"";position:absolute;inset:0 0 auto;height:104px;background:linear-gradient(180deg,#fffffff5,#ffffffd1),radial-gradient(circle at 50% 0%,rgba(191,146,255,.16),transparent 64%);border-bottom:1px solid rgba(120,103,166,.08);z-index:-1}.profile-main{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:40px 0 80px}.profile-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.profile-summary-card,.profile-detail-card,.profile-shortcut-card,.profile-empty-state{background:linear-gradient(180deg,#fffffff0,#ffffffe6),radial-gradient(circle at top right,rgba(210,177,255,.16),transparent 34%);border:1px solid rgba(154,126,222,.14);border-radius:28px;box-shadow:0 26px 80px #9c78e61f,inset 0 1px #fffc}.profile-summary-card{grid-column:1 / -1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:34px 36px}.profile-avatar{width:88px;height:88px;border-radius:28px;display:grid;place-items:center;font-size:2rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#5a7cff,#8d55f7 55%,#dd53e5);box-shadow:0 20px 40px #8156f647}.profile-summary-card__body h1,.profile-detail-card__head h2,.profile-shortcut-card h2,.profile-empty-state h1{margin:0;color:#231e43}.profile-summary-card__body h1{font-size:clamp(2rem,3vw,2.8rem);line-height:1.06}.profile-meta,.profile-empty-state p,.profile-detail-item__label{color:#7b748f}.profile-meta{margin:10px 0 0;font-size:1rem}.profile-summary-card__actions{display:flex;gap:12px}.profile-eyebrow{margin:0 0 10px;font-size:.9rem;font-weight:700;letter-spacing:.08em;color:#8a62f4}.profile-ghost-btn,.profile-danger-btn,.profile-link-btn,.profile-primary-btn,.profile-secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:14px;border:1px solid rgba(145,84,244,.2);cursor:pointer;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.profile-ghost-btn,.profile-link-btn,.profile-secondary-btn{color:#6f57ba;background:#ffffffe0}.profile-danger-btn,.profile-primary-btn{color:#fff;background:linear-gradient(135deg,#7a4cff,#d84de7);box-shadow:0 14px 30px #9154f438}.profile-ghost-btn:hover,.profile-danger-btn:hover,.profile-link-btn:hover,.profile-primary-btn:hover,.profile-secondary-btn:hover{transform:translateY(-1px)}.profile-detail-card,.profile-shortcut-card{padding:28px 30px}.profile-detail-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.profile-detail-list{display:grid;gap:14px}.profile-detail-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-radius:18px;background:#f7f4ffe6;border:1px solid rgba(156,120,230,.12)}.profile-detail-item__label{font-size:.95rem}.profile-detail-item__value{font-weight:700;color:#2a244e;text-align:right}.profile-shortcut-actions,.profile-empty-state__actions{display:flex;flex-wrap:wrap;gap:14px}.profile-shortcut-card h2{margin-bottom:10px}.profile-empty-state{max-width:760px;margin:36px auto 0;padding:48px 40px;text-align:center}.profile-empty-state__icon{width:96px;height:96px;margin:0 auto 18px;border-radius:30px;display:grid;place-items:center;color:#fff;font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#5a7cff,#8d55f7 55%,#dd53e5);box-shadow:0 20px 40px #8156f63d}@media(max-width:1080px){.mode-grid,.editor-layout{grid-template-columns:1fr}.hero-wrap{min-height:auto;padding-bottom:24px}.hero-copy h1{white-space:normal}.hero-stage{inset:0 -8vw auto;height:640px}.hero-stage__arc--outer{width:1120px;height:460px}.hero-stage__arc--inner{width:920px;height:320px}.mode-grid{max-width:760px}.editor-section{padding-bottom:64px}.live-stream-panel{height:360px}.outline-box--stream{height:320px}}@media(max-width:820px){.topbar{height:auto;padding:18px 0;flex-wrap:wrap}.profile-grid{grid-template-columns:1fr}.profile-summary-card{grid-template-columns:1fr;justify-items:start}.profile-summary-card__actions{width:100%;flex-wrap:wrap}.nav-links{order:3;margin-left:0;width:100%;gap:18px;justify-content:center;font-size:.9rem}.hero-section{padding-top:52px}.editor-row{grid-template-columns:1fr}.hero-stage{height:560px}.hero-stage__glow--left,.hero-stage__glow--right{width:280px;height:280px}.hero-stage__arc--outer{width:860px;height:360px}.hero-stage__arc--inner{width:700px;height:250px}.editor-card{padding:24px}.flow-board__steps{grid-template-columns:1fr}.section-copy h2{font-size:clamp(1.65rem,6vw,2.3rem)}.mode-card h2{font-size:1.7rem}.mode-card p{font-size:1rem}.mode-card__copy{max-width:58%}.mode-card__visual{width:150px;height:118px}.mode-illustration{width:102px;height:102px}.mode-points{margin:20px 0 26px}.editor-form,.preview-window{border-radius:22px}}@media(max-width:640px){.topbar,.hero-section,.editor-section{width:min(100% - 24px,1280px)}.nav-actions{width:100%;justify-content:space-between}.user-badge{max-width:110px}.nav-btn,.nav-chip{font-size:.84rem}.mode-card,.editor-form,.preview-window{padding:22px}.mode-card__top{gap:12px}.hero-copy h1{font-size:2.1rem;line-height:1.18;letter-spacing:-.02em}.hero-subtitle{font-size:1.05rem}.mode-card{border-radius:24px;min-height:auto}.mode-card__top,.mode-card__copy{display:block;max-width:100%}.mode-card__visual{width:100%;height:102px;margin-top:16px}.mode-illustration{right:0;top:0;width:96px;height:96px}.mode-sparkle{left:12px;bottom:8px;font-size:1.4rem}.mode-btn,.generate-btn{padding:14px 18px;font-size:1rem}.editor-form input,.editor-form select,.editor-form textarea{padding:13px 14px;border-radius:14px}.preview-window--stream{padding-left:16px;padding-right:16px}.live-stream-panel{height:300px}.outline-box--stream{height:260px}.flow-status{align-items:flex-start;flex-direction:column;gap:6px}.preview-generate-btn{margin-top:14px}}@media(max-width:460px){.topbar,.hero-section,.editor-section,.profile-main{width:calc(100% - 16px)}.hero-wrap{padding-bottom:38px}.hero-stage{inset:20px -12vw auto;height:420px}.hero-stage__glow--left,.hero-stage__glow--right{width:190px;height:190px}.hero-stage__arc--outer{width:540px;height:220px;top:190px}.hero-stage__arc--inner{width:420px;height:150px;top:220px}.hero-copy h1{font-size:1.8rem}.hero-subtitle{margin-top:14px;font-size:.96rem}.mode-card,.editor-form,.preview-window,.editor-card,.profile-summary-card,.profile-detail-card,.profile-shortcut-card,.profile-empty-state{padding:16px}.profile-detail-item{align-items:flex-start;flex-direction:column}.section-copy{margin-bottom:24px}.section-text{font-size:.95rem}.mode-points li{font-size:.88rem}.flow-board__steps span{font-size:.74rem;padding:7px 8px}.live-stream-panel{height:240px}.outline-box--stream{height:220px}}@keyframes dot-bounce{0%,80%,to{transform:scale(1);opacity:.55}40%{transform:scale(1.3);opacity:1}}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}
