:root{--paper:#f4f7f5;--ink:#202422;--muted:#66716c;--line:#d7ded9;--panel:#fff;--panel-strong:#edf6f1;--accent:#166b5f;--accent-strong:#0e5048;--gold:#a96f23;--rose:#b85f5f;--blue:#315a8a;--shadow:0 18px 48px #231f1a1f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{background:var(--paper);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}.app-root{background:linear-gradient(90deg,#fffffff5,#f4f7f5db),radial-gradient(circle at 0 0,#1b6f681f,#0000 40%);grid-template-columns:292px minmax(0,1fr) 340px;min-height:100vh;display:grid}.sidebar,.voice-pane{border-color:var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;min-height:100vh}.sidebar{border-right:1px solid var(--line)}.voice-pane{border-left:1px solid var(--line);overflow-y:auto}.main-pane{flex-direction:column;min-width:0;min-height:100vh;display:flex}.topbar,.sidebar-header,.pane-section,.editor-footer,.settings-panel,.auth-panel,.public-audio{border-bottom:1px solid var(--line)}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f7f5e6;justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:12px 18px;display:flex}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-mark{border:1px solid var(--line);width:38px;height:38px;color:var(--accent);background:#fff;border-radius:8px;place-items:center;display:grid;box-shadow:0 8px 22px #231f1a14}.brand h1,.brand p,.entry-card h3,.entry-card p{margin:0}.brand h1{font-size:1rem;line-height:1.2}.brand p,.muted,.stat-label,.entry-meta,.audio-meta,.public-audio span{color:var(--muted);font-size:.84rem}.toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.icon-button,.text-button,.primary-button,.danger-button,.segmented button{border:1px solid var(--line);min-height:38px;color:var(--ink);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 12px;transition:transform .12s,background .12s,border-color .12s;display:inline-flex}.icon-button{width:38px;padding:0}.icon-button:hover,.text-button:hover,.segmented button:hover{background:#fff;border-color:#c6bcab}.primary-button{background:var(--accent);border-color:var(--accent);color:#fff}.primary-button:hover{background:var(--accent-strong)}.danger-button{color:#8b3333;border-color:#b85f5f73}.danger-button:hover{background:#fff0f0}.sidebar-header,.pane-section,.settings-panel{padding:14px}.token-panel{background:#fff8ed;border:1px solid #b9802d52;border-radius:8px;gap:10px;padding:12px;display:grid}.token-panel p{color:#5d4b2e;margin:0;font-size:.9rem;line-height:1.45}.entry-list{gap:8px;padding:10px;display:grid}.entry-card{text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;gap:8px;width:100%;padding:12px;display:grid}.entry-card:hover,.entry-card.active{border-color:var(--line);background:#fff}.entry-card h3{font-size:.96rem;line-height:1.25}.entry-card p{color:var(--muted);max-height:3.7em;line-height:1.35;overflow:hidden}.entry-meta,.status-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.status-pill{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:3px 8px;font-size:.76rem}.status-pill.public{color:var(--accent-strong);background:#1b6f6814;border-color:#1b6f6852}.editor-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.editor-title{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);letter-spacing:0;background:#ffffffc7;outline:0;padding:22px 28px 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3.5vw,3.5rem);line-height:1}.editor-toolbar{border-bottom:1px solid var(--line);z-index:2;background:#ffffffd6;justify-content:space-between;align-items:center;gap:14px;padding:10px 18px;display:flex;position:sticky;top:0}.editor-surface{background:#ffffff9e;outline:0;flex:1;min-height:420px;padding:28px;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.75}.editor-surface:empty:before{content:"Begin";color:#a5a097}.editor-surface h2{margin:1.3em 0 .5em;font-size:1.7rem;line-height:1.2}.editor-surface blockquote{border-left:3px solid var(--gold);color:#4d4740;margin:1em 0;padding-left:1em}.editor-footer{background:#f4f7f5e6;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.field-grid{gap:12px;display:grid}.token-badges{flex-wrap:wrap;gap:6px;display:flex}.token-badges span{min-height:24px;color:var(--accent-strong);background:#166b5f14;border:1px solid #166b5f38;border-radius:999px;align-items:center;padding:0 8px;font-size:.75rem;font-weight:700;display:inline-flex}.field{gap:6px;display:grid}.field label{color:var(--muted);font-size:.82rem}.field input,.field textarea,.field select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:8px;outline:0;padding:10px 12px}.field textarea{resize:vertical;min-height:88px}.segmented{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:6px;display:grid}.segmented button{width:100%;padding:0 8px}.segmented button.active{color:#fff;background:var(--accent);border-color:var(--accent)}.audio-list{gap:10px;display:grid}.audio-item{border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;padding:10px;display:grid}.audio-item audio,.public-audio audio{width:100%}.audio-meta{justify-content:space-between;gap:8px;display:flex}.meter{background:#ebe3d5;border-radius:999px;height:8px;overflow:hidden}.meter span{background:linear-gradient(90deg, var(--accent), var(--blue));height:100%;transition:width .2s;display:block}.notice{color:#315477;background:#486f9f14;border:1px solid #486f9f47;border-radius:8px;padding:10px 12px;font-size:.88rem;line-height:1.4}.warning{color:#7e3f3f;background:#b85f5f14;border-color:#b85f5f47}.sample-script{background:#1b6f6814;border:1px solid #1b6f6847;border-radius:8px;gap:8px;padding:12px;display:grid}.sample-script p{margin:0;font-family:Georgia,Times New Roman,serif;line-height:1.5}.compact-button{min-height:30px;padding:0 10px}.auth-page{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);min-height:100vh;display:grid}.auth-intro{color:#fff;background-color:#0000;background-image:linear-gradient(#20222533,#2022257a),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='900' viewBox='0 0 1200 900'%3E%3Crect width='1200' height='900' fill='%23dce9e2'/%3E%3Cpath d='M0 685c193-52 305-74 490-38 191 37 327 124 710 50v203H0z' fill='%23166b5f' opacity='.84'/%3E%3Cpath d='M190 128h548v62H190zM190 240h720v34H190zM190 310h610v34H190zM190 380h700v34H190zM190 450h520v34H190z' fill='%23ffffff' opacity='.78'/%3E%3Ccircle cx='944' cy='228' r='94' fill='%23a96f23' opacity='.72'/%3E%3C/svg%3E");background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-content:center;gap:22px;padding:8vw;display:grid}.auth-intro h1{letter-spacing:0;max-width:780px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,8vw,6.6rem);line-height:.95}.auth-intro p{max-width:620px;margin:0;font-size:1.08rem;line-height:1.6}.auth-panel{background:var(--panel);align-content:center;gap:18px;padding:min(10vw,82px);display:grid}.auth-switch{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.auth-switch button{min-height:38px;color:var(--muted);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.auth-switch button.active{background:var(--accent);color:#fff}.google-button{border:1px solid var(--line);min-height:42px;color:var(--ink);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-weight:700;text-decoration:none;display:inline-flex}.google-button:hover{background:#fffdf8;border-color:#c6bcab}.auth-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;font-size:.78rem;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);height:1px}.auth-panel h2,.pane-section h2,.settings-panel h2{margin:0 0 12px;font-size:1rem}.public-post,.offline-page,.public-feed-page{min-height:100vh;padding:clamp(22px,7vw,92px)}.public-post article,.offline-page section{max-width:820px;margin:0 auto}.public-post h1,.offline-page h1{letter-spacing:0;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,8vw,5rem);line-height:1}.published-content{font-family:Georgia,Times New Roman,serif;font-size:1.16rem;line-height:1.78}.public-audio{gap:8px;margin-bottom:24px;padding:12px 0 22px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-strong);font-size:.75rem;font-weight:700}.public-feed-page{background:linear-gradient(#fffffff5,#f4f7f5f5),linear-gradient(90deg,#1b6f681f,#b9802d1a);padding-top:0}.feed-rail{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#f7f3eae6;justify-content:space-between;align-items:center;gap:18px;max-width:1120px;min-height:64px;margin:0 auto;padding:12px 0;display:flex;position:sticky;top:0}.feed-brand{align-items:center;gap:10px;font-weight:800;text-decoration:none;display:inline-flex}.feed-brand.compact{margin-bottom:30px}.feed-tabs{border:1px solid var(--line);background:#fff;border-radius:8px;gap:6px;padding:4px;display:inline-flex}.feed-tabs a{min-height:34px;color:var(--muted);border-radius:6px;align-items:center;padding:0 12px;font-size:.9rem;text-decoration:none;display:inline-flex}.feed-tabs a.active{background:var(--accent);color:#fff}.feed-shell{max-width:1120px;margin:0 auto}.feed-hero{gap:14px;padding:clamp(28px,6vw,62px) 0 22px;display:grid}.feed-hero h1{letter-spacing:0;max-width:820px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.25rem,6vw,4.8rem);line-height:.98}.feed-hero p{max-width:680px;color:var(--muted);margin:0;font-size:1.03rem;line-height:1.55}.feed-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:18px;display:grid}.feed-sidebar{gap:10px;display:grid;position:sticky;top:86px}.feed-stat{border:1px solid var(--line);background:#fff;border-radius:8px;gap:4px;padding:14px;display:grid}.feed-stat strong{font-size:1.6rem;line-height:1}.feed-stat span{color:var(--muted);font-size:.86rem}.feed-stream{border-top:1px solid var(--line);display:grid}.feed-post{border-bottom:1px solid var(--line);grid-template-columns:44px minmax(0,1fr);gap:12px;padding:15px 0;display:grid}.feed-avatar{border:1px solid var(--line);width:42px;height:42px;color:var(--accent);background:#fff;border-radius:8px;place-items:center;display:grid}.feed-post-body{gap:10px;min-width:0;display:grid}.feed-post-head,.feed-player{justify-content:space-between;gap:12px;display:flex}.feed-post-head div{align-items:center;gap:8px;min-width:0;display:inline-flex}.feed-post-head span,.feed-player span{color:var(--muted);font-size:.84rem}.feed-title{font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.15;text-decoration:none}.feed-title:hover{color:var(--accent-strong)}.feed-post p{color:#423f3a;margin:0;line-height:1.55}.feed-player{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;padding:10px}.feed-player audio{width:min(100%,420px)}.share-bar{flex-wrap:wrap;align-items:center;gap:7px;margin:4px 0 12px;display:flex}.share-bar.compact{margin:0}.share-button{border:1px solid var(--line);min-height:32px;color:var(--ink);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.8rem;text-decoration:none;display:inline-flex}.share-button:hover{background:#fff;border-color:#c6bcab}.share-button.x{color:#111}.share-button.facebook{color:#245ca8}.share-button.tiktok{color:#202225}.share-button.instagram{color:#a43c6c}.share-button.native,.share-button.copy{color:var(--accent-strong)}.share-message{color:var(--muted);font-size:.8rem}.feed-empty{text-align:center;color:var(--muted);place-items:center;gap:12px;padding:70px 20px;display:grid}.feed-empty h2,.feed-empty p{margin:0}@media (max-width:1120px){.app-root{grid-template-columns:280px minmax(0,1fr)}.voice-pane{border-left:0;border-top:1px solid var(--line);grid-column:1/-1;min-height:auto}}@media (max-width:760px){.app-root,.auth-page{grid-template-columns:1fr}.sidebar,.voice-pane,.main-pane{min-height:auto}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.entry-list{padding-bottom:14px;display:flex;overflow-x:auto}.entry-card{min-width:240px}.topbar,.editor-toolbar,.editor-footer{flex-direction:column;align-items:stretch}.editor-title{padding:20px 18px 14px;font-size:2.3rem}.editor-surface{min-height:360px;padding:22px 18px}.auth-intro{min-height:56vh}.feed-rail,.feed-layout,.feed-post,.feed-player,.feed-post-head{grid-template-columns:1fr}.feed-rail,.feed-player,.feed-post-head{flex-direction:column;align-items:stretch}.share-bar{align-items:stretch}.share-button{flex:116px}.feed-sidebar{position:static}}
