:root{--bg:#f8f7f4;--surface:#ffffff;--text:#1d1a17;--muted:#6f655b;--brand:#c24d2c;--border:#e5ded6;--footer-height:56px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(circle at 20% 20%,#fff5eb 0,var(--bg) 45%),var(--bg);color:var(--text);font-family:Georgia,Times New Roman,serif}body.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1 1;padding-bottom:calc(var(--footer-height) + 12px)}a{color:inherit}main{min-height:auto}.app-footer{position:fixed;left:0;right:0;bottom:0;z-index:60;min-height:var(--footer-height);border-top:1px solid rgba(255,255,255,.1);background:rgba(8,8,17,.94);box-shadow:0 -6px 24px rgba(4,3,14,.28);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-footer-inner{max-width:1040px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.app-footer-brand{color:#9288aa;font-size:13px}.app-footer-links{display:flex;gap:10px;flex-wrap:wrap}.app-footer-links a{font-size:13px;color:#d9c9ff;text-decoration:none;white-space:nowrap}.app-footer-links a:hover{color:#ffffff;text-decoration:underline}@media (max-width:640px){:root{--footer-height:90px}.app-footer-inner{align-items:flex-start;flex-direction:column;gap:6px}.app-content{padding-bottom:calc(var(--footer-height) + 16px)}}.container{max-width:1040px;margin:0 auto;padding:32px 16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px}.button{border:0;border-radius:10px;background:var(--brand);color:#fff;padding:10px 16px;font-weight:700;cursor:pointer}.input{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px;font-size:16px}.subtle{color:var(--muted)}.author-editor-page{min-height:calc(100vh - var(--footer-height));background:radial-gradient(circle at 12% 0,rgba(141,77,255,.22),transparent 26rem),radial-gradient(circle at 92% 12%,rgba(246,197,106,.18),transparent 24rem),linear-gradient(135deg,#090912,#171329 42%,#f7f2ea 180%);color:#fbf7ee;font-family:Georgia,Times New Roman,serif}.author-editor-shell{width:min(1500px,calc(100% - 40px));margin:0 auto;padding:28px 0 44px}.author-editor-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.author-editor-header h1{margin:0;font-size:clamp(30px,3vw,48px);line-height:1}.author-editor-kicker{margin:0 0 8px;color:#f6c56a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:800;text-transform:uppercase}.author-editor-links{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.author-editor-links a{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:8px 12px;color:#f2e8ff;background:rgba(255,255,255,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:750;text-decoration:none}.author-editor-links a:hover{border-color:rgba(246,197,106,.62);color:#ffffff}.author-editor-grid{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(540px,1.95fr) minmax(280px,.9fr);grid-gap:18px;gap:18px;align-items:start}.author-editor-panel{border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:16px;box-shadow:0 22px 70px rgba(4,3,14,.28)}.author-editor-ai-panel,.author-editor-chapters{background:rgba(18,15,33,.82);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.author-editor-writing-panel{background:#fffdf8;color:#1d1a17;border-color:rgba(246,197,106,.32)}.author-editor-action-buttons,.author-editor-actions,.author-editor-ai-result-actions,.author-editor-panel-header{display:flex;align-items:center;gap:10px}.author-editor-actions,.author-editor-panel-header{justify-content:space-between}.author-editor-ai-panel,.author-editor-chapter-list{display:grid;grid-gap:10px;gap:10px}.author-editor-chapter{width:100%;border:1px solid rgba(255,255,255,.13);border-radius:10px;padding:10px;background:rgba(255,255,255,.08);color:#fbf7ee;cursor:pointer;text-align:left}.author-editor-chapter.is-selected{border-color:rgba(246,197,106,.72);background:linear-gradient(135deg,rgba(246,197,106,.22),rgba(255,255,255,.08))}.author-editor-textarea{width:100%;min-height:520px;border:1px solid #dfd3c4;border-radius:12px;padding:14px;background:#fffaf1;color:#1d1a17;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.58;resize:vertical}.author-editor-actions{margin-top:12px;flex-wrap:wrap}.author-editor-action-buttons{flex:1 1 520px;justify-content:flex-end;flex-wrap:wrap}.author-editor-ai-tools{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.author-editor-ai-prompt{width:100%;min-height:120px;border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:10px;background:rgba(255,255,255,.94);color:#1d1a17;resize:vertical}.author-editor-ai-panel{max-height:calc(100vh - var(--footer-height) - 116px);overflow:auto}.author-editor-ai-result{border:1px solid rgba(246,197,106,.34);border-radius:12px;padding:10px;display:grid;grid-gap:10px;gap:10px;background:rgba(255,255,255,.08)}.author-editor-ai-output{max-height:320px;overflow:auto;white-space:pre-wrap;color:#f8f1ff;font-size:14px;line-height:1.5}.author-editor-muted{color:#a895c3}.author-editor-writing-panel .author-editor-muted{color:#6f655b}.author-editor-error{border:1px solid rgba(255,150,150,.4);border-radius:12px;padding:10px 12px;color:#ffe0e0;background:rgba(128,24,24,.24)}@media (max-width:1180px){.author-editor-grid{grid-template-columns:minmax(220px,.72fr) minmax(0,1.6fr)}.author-editor-ai-panel{grid-column:1/-1;max-height:none}}@media (max-width:760px){.author-editor-shell{width:min(100% - 24px,1500px);padding-top:20px}.author-editor-actions,.author-editor-header{align-items:flex-start;flex-direction:column}.author-editor-links{justify-content:flex-start}.author-editor-grid{grid-template-columns:1fr}.author-editor-textarea{min-height:420px}}.studio-public{min-height:calc(100vh - var(--footer-height));background:radial-gradient(circle at 20% 0,rgba(141,77,255,.35),transparent 30rem),radial-gradient(circle at 85% 18%,rgba(240,91,216,.16),transparent 24rem),linear-gradient(135deg,#080811,#14112a 58%,#f6f2ea 160%);color:#ffffff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.studio-shell{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:24px 0 76px}.studio-nav{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:46px}.studio-brand{display:inline-flex;align-items:center;gap:12px;color:#ffffff;font-weight:850;text-decoration:none}.studio-brand img{width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:14px;box-shadow:0 12px 34px rgba(141,77,255,.34)}.studio-nav-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.studio-nav-link{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:9px 13px;color:#d8d0ee;background:rgba(255,255,255,.07);font-size:14px;font-weight:750;text-decoration:none}.studio-nav-link:hover{border-color:rgba(246,197,106,.55);color:#ffffff}.studio-hero-panel,.studio-login-grid{display:grid;align-items:center;grid-gap:34px;gap:34px}.studio-hero-panel{grid-template-columns:minmax(0,1fr) minmax(300px,430px)}.studio-login-grid{grid-template-columns:minmax(0,.92fr) minmax(320px,470px)}.studio-eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 16px;color:#ffe6a6;font-size:13px;font-weight:850;text-transform:uppercase}.studio-eyebrow:before{content:"";width:30px;height:2px;border-radius:999px;background:linear-gradient(90deg,#f6c56a,#f05bd8)}.studio-hero-copy h1,.studio-login-intro h1{max-width:760px;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,6.2vw,76px);line-height:.98}.studio-auth-card p,.studio-feature-panel p,.studio-hero-copy p,.studio-login-intro p{color:#c9c2dd;line-height:1.65}.studio-hero-copy>p,.studio-login-intro>p{max-width:680px;font-size:18px}.studio-auth-card,.studio-feature-panel{border:1px solid rgba(255,255,255,.15);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.055));box-shadow:0 24px 90px rgba(4,3,14,.58);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.studio-feature-panel{padding:28px}.studio-auth-card h2,.studio-feature-panel h2{margin:0 0 12px;color:#ffffff;font-size:24px}.studio-feature-panel ul{display:grid;grid-gap:13px;gap:13px;margin:22px 0 0;padding:0;list-style:none}.studio-feature-panel li{display:flex;gap:10px;color:#f2eefc;line-height:1.48}.studio-feature-panel li:before{content:"";width:9px;height:9px;flex:0 0 auto;margin-top:8px;border-radius:999px;background:#f6c56a;box-shadow:0 0 20px rgba(246,197,106,.5)}.studio-action-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:28px}.studio-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 18px;border:1px solid transparent;font-weight:850;text-decoration:none;cursor:pointer}.studio-button-primary{background:linear-gradient(135deg,#ffffff,#f4e8ff 48%,#f6c56a);color:#17101f}.studio-button-primary:disabled{cursor:not-allowed;opacity:.68}.studio-button-secondary{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#ffffff}.studio-login-shell{padding-bottom:84px}.studio-auth-card{padding:28px}.studio-form{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.studio-field{display:grid;grid-gap:7px;gap:7px;color:#f7f4ff;font-weight:750}.studio-public .input{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.94);color:#17101f;font-family:inherit}.studio-password-field{position:relative}.studio-password-field .input{padding-right:86px}.studio-password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:1px solid rgba(23,16,31,.15);border-radius:999px;background:#ffffff;padding:5px 10px;color:#17101f;cursor:pointer;font-size:12px;font-weight:850}.studio-check-row{display:flex;align-items:flex-start;gap:9px;color:#d8d0ee;font-size:14px;line-height:1.45}.studio-check-row input{margin-top:3px}.studio-error{margin:0;border:1px solid rgba(255,128,128,.38);border-radius:14px;padding:10px 12px;color:#ffd3d3;background:rgba(255,71,87,.12)}@media (max-width:860px){.studio-hero-panel,.studio-login-grid{grid-template-columns:1fr}.studio-nav{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.studio-shell{width:min(100% - 28px,1120px);padding-top:18px}.studio-action-row,.studio-button{width:100%}.studio-auth-card,.studio-feature-panel{border-radius:20px;padding:22px}}