@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{font-family:Roboto,sans-serif;background:#f4f6fb;color:#1c1b1f;height:100%;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}#root>div{flex:1;display:flex;flex-direction:column;min-height:100vh}.topbar{background:#0061a4;color:#fff;height:64px;display:flex;align-items:center;padding:0 24px;gap:16px;box-shadow:0 2px 4px #0003;position:sticky;top:0;z-index:100}.topbar-title{font-size:1.25em;font-weight:500;flex:1}.topbar-avatar{width:36px;height:36px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.1em;cursor:pointer}.topbar-lib-btn{height:36px;padding:0 16px;background:#ffffff26;border:none;border-radius:100px;color:#fff;font-size:.85em;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s}.topbar-lib-btn:hover{background:#ffffff40}.md-tabs{background:#fff;box-shadow:0 1px 3px #0000001f;display:flex;overflow-x:auto}.md-tab{padding:16px 28px;font-size:.875em;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#49454f;cursor:pointer;border:none;background:none;border-bottom:3px solid transparent;transition:all .2s;white-space:nowrap;font-family:Roboto,sans-serif}.md-tab:hover{color:#0061a4;background:#0061a40d}.md-tab.active{color:#0061a4;border-bottom-color:#0061a4}.page-full{flex:1;width:100%;padding:32px 24px 40px;overflow-y:auto}.panel-heading{font-size:1.4em;font-weight:500;margin-bottom:4px}.panel-subheading{color:#49454f;font-size:.9em;margin-bottom:28px}.wizard-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:24px;align-items:start;width:100%}@media(max-width:960px){.wizard-layout{grid-template-columns:1fr}}.wizard-left{min-width:0}.right-panel{min-width:0;position:sticky;top:24px}.preview-hero{width:100%;height:160px;border-radius:12px;display:flex;align-items:center;justify-content:center}.md-card{background:#fff;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 1px 2px #00000014,0 2px 6px #0000000d}.md-card-elevated{box-shadow:0 2px 6px #0000001f,0 4px 10px #00000014}.stepper{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.step-node{display:flex;align-items:center;gap:8px}.step-circle{width:36px;height:36px;border-radius:50%;background:#dce9f8;color:#0061a4;font-size:.85em;font-weight:600;display:flex;align-items:center;justify-content:center}.step-circle.active{background:#0061a4;color:#fff;box-shadow:0 0 0 4px #0061a433}.step-circle.done{background:#0061a4;color:#fff}.step-text{font-size:.8em;font-weight:500;color:#79747e}.step-text.active{color:#0061a4;font-weight:700}.step-line{width:52px;height:2px;background:#dce9f8;margin:0 6px}.step-line.done{background:#0061a4}@media(max-width:480px){.step-line{width:20px;margin:0 4px}.step-circle{width:32px;height:32px;font-size:.8em}}.divider{height:1px;background:#e0e7ef;margin:20px 0}.sec-label{font-size:.72em;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:#0061a4;margin-bottom:12px;display:block}.md-field{position:relative;margin-bottom:20px}.md-field input{width:100%;height:52px;padding:14px 16px 0;border:1px solid #79747e;border-radius:4px;font-size:1em;font-family:Roboto,sans-serif;color:#1c1b1f;background:transparent;outline:none;transition:border-color .2s}.md-field input:focus{border:2px solid #0061a4}.md-field label{position:absolute;left:16px;top:16px;font-size:.95em;color:#79747e;pointer-events:none;transition:all .15s}.md-field input:focus~label,.md-field input:not(:placeholder-shown)~label{top:6px;font-size:.72em;color:#0061a4}.md-field input:not(:focus):not(:placeholder-shown)~label{color:#49454f}.chip-group{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.chip{height:36px;padding:0 16px;border-radius:8px;border:1px solid #b9c8da;background:#fff;color:#49454f;font-size:.875em;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s;-webkit-user-select:none;user-select:none}.chip:hover{background:#edf3fa;border-color:#0061a4}.chip.selected{background:#d1e4ff;border-color:#0061a4;color:#001d36}.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.theme-card{padding:20px 8px;border:1px solid #b9c8da;border-radius:12px;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .15s;-webkit-user-select:none;user-select:none}.theme-card:hover{background:#edf3fa;border-color:#0061a4;transform:translateY(-2px)}.theme-card.selected{background:#d1e4ff;border-color:#0061a4;border-width:2px;transform:translateY(-2px);box-shadow:0 4px 12px #0061a42e}.theme-emoji{font-size:2em}.theme-label{font-size:.82em;font-weight:600;color:#1c1b1f}.theme-card.selected .theme-label{color:#001d36}.trait-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}@media(min-width:480px){.trait-grid{grid-template-columns:repeat(6,1fr)}}.trait-btn{padding:14px 6px;border:1px solid #b9c8da;border-radius:12px;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;color:#49454f;font-size:.8em;font-weight:500;font-family:Roboto,sans-serif;transition:all .15s;-webkit-user-select:none;user-select:none}.trait-btn:hover{background:#edf3fa;border-color:#0061a4}.trait-btn.selected{background:#d1e4ff;border-color:#0061a4;border-width:2px;color:#001d36;font-weight:700}.seg-group{display:flex;gap:8px;margin-bottom:20px}.seg-btn{flex:1;height:44px;border:1px solid #b9c8da;border-radius:8px;background:#fff;color:#49454f;font-size:.875em;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;transition:all .15s}.seg-btn:hover{background:#edf3fa;border-color:#0061a4}.seg-btn.selected{background:#0061a4;border-color:#0061a4;color:#fff;font-weight:600}.btn-filled{height:44px;padding:0 24px;background:#0061a4;color:#fff;border:none;border-radius:100px;font-size:.875em;font-weight:500;letter-spacing:.07em;font-family:Roboto,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 3px #00000040;transition:box-shadow .2s}.btn-filled:hover{box-shadow:0 4px 10px #0061a466}.btn-filled:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn-tonal{height:44px;padding:0 24px;background:#d1e4ff;color:#001d36;border:none;border-radius:100px;font-size:.875em;font-weight:500;letter-spacing:.07em;font-family:Roboto,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:opacity .15s}.btn-tonal:hover{opacity:.85}.btn-outlined{height:44px;padding:0 24px;background:transparent;color:#0061a4;border:1px solid #79747e;border-radius:100px;font-size:.875em;font-weight:500;letter-spacing:.07em;font-family:Roboto,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s}.btn-outlined:hover{background:#0061a40f}.btn-danger{height:40px;padding:0 20px;background:#ffdad6;color:#410002;border:none;border-radius:100px;font-size:.85em;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:opacity .15s}.btn-danger:hover{opacity:.85}.btn-row{display:flex;justify-content:flex-end;gap:10px;margin-top:12px;flex-wrap:wrap}.story-preview-box{background:#f4f6fb;border-left:4px solid #0061a4;border-radius:0 4px 4px 0;padding:14px 16px;margin-bottom:20px;font-size:.95em;color:#1c1b1f;line-height:1.6}.story-preview-box h3{font-size:.75em;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0061a4;margin-bottom:6px}.story-display{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 2px 6px #0000001f,0 4px 10px #00000014;animation:fadeUp .35s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.story-display-header{text-align:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e0e7ef}.story-display-title{font-size:1.6em;font-weight:500;margin-bottom:10px}.story-display-meta{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.meta-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#d1e4ff;color:#001d36;border-radius:100px;font-size:.78em;font-weight:500}.story-body{line-height:1.8;margin-bottom:24px}.story-paragraph{margin-bottom:14px;font-size:1em}.story-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.story-action-btn{height:44px;border:none;border-radius:8px;font-size:.875em;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:opacity .15s}.story-action-btn:hover{opacity:.85}.story-action-btn.print{background:#d1e4ff;color:#001d36}.story-action-btn.new{background:#0061a4;color:#fff}.story-action-btn.library{background:#ffd8b4;color:#341100}.library-page{flex:1;width:100%;padding:32px 24px 40px;overflow-y:auto}.library-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:12px;flex-wrap:wrap}.library-title{font-size:1.4em;font-weight:500}.library-subtitle{color:#49454f;font-size:.88em;margin-top:2px}.library-actions-row{display:flex;gap:8px;align-items:center}.story-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.story-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #00000014;cursor:pointer;transition:box-shadow .2s,transform .15s}.story-card:hover{box-shadow:0 4px 14px #00000026;transform:translateY(-3px)}.story-banner{height:100px;display:flex;align-items:center;justify-content:center;font-size:3em}.story-card-body{padding:16px}.story-card-title{font-weight:500;font-size:1em;margin-bottom:4px}.story-card-meta{font-size:.78em;color:#79747e;margin-bottom:8px}.story-card-excerpt{font-size:.82em;color:#49454f;line-height:1.55}.story-badge{display:inline-flex;align-items:center;padding:2px 12px;border-radius:100px;font-size:.75em;font-weight:500;background:#d1e4ff;color:#001d36;margin-top:10px}.no-stories{text-align:center;color:#79747e;padding:60px 20px;grid-column:1 / -1}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e7ef;display:flex;padding:8px 0 12px;z-index:100}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;color:#49454f;font-size:.7em;font-weight:500;padding:4px 8px;font-family:Roboto,sans-serif}.nav-pill{padding:4px 20px;border-radius:100px;font-size:1.4em;transition:background .15s}.nav-item.active .nav-pill{background:#d1e4ff}.nav-item.active{color:#1c1b1f}.fab{position:fixed;bottom:80px;right:24px;width:56px;height:56px;background:#0061a4;color:#fff;border:none;border-radius:16px;font-size:1.6em;cursor:pointer;box-shadow:0 4px 8px #00000040;display:flex;align-items:center;justify-content:center;transition:box-shadow .2s;z-index:99}.fab:hover{box-shadow:0 8px 16px #0061a466}.md-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:580px){.two-col{grid-template-columns:1fr}}@media print{.topbar,.bottom-nav,.fab,.story-actions{display:none!important}}
