*,*:before,*:after{box-sizing:border-box}:root{--gold: #f5c540;--gold-dim: #c9952a;--gold-glow: rgba(245, 197, 64, .25);--surface: rgba(18, 16, 38, .75);--border: rgba(255, 255, 255, .09);--border-gold: rgba(245, 197, 64, .38);--text: #f0ead8;--text-muted: #8a7f6a;--text-hint: #4e4840;--font-ui: "Inter", system-ui, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--font-story: "Lora", Georgia, serif;font-family:var(--font-ui);line-height:1.5;font-weight:400;color:var(--text);background-color:#09091a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{background:radial-gradient(ellipse 80% 55% at 50% 10%,rgba(60,30,120,.45) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(20,10,70,.3) 0%,transparent 60%),#09091a;min-height:100%}body{margin:0;min-height:100vh}h1,h2,h3{margin:0}button{font-family:var(--font-ui);cursor:pointer}input,select,textarea{font-family:var(--font-ui)}.story-app{max-width:820px;margin:0 auto;padding:0 0 2rem}.story-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-bottom:2.5rem}.form-section{border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.2rem 1.4rem 1.4rem;margin-bottom:1.4rem}.form-section legend{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#f5c842;padding:0 .5rem}.field-row{display:flex;gap:1rem;flex-wrap:wrap}.field{display:flex;flex-direction:column;flex:1 1 180px;gap:.35rem}.field label{font-size:.8rem;font-weight:600;letter-spacing:.05em;color:#c8bfa0;text-transform:uppercase}.field-optional{font-size:.75rem;font-weight:400;letter-spacing:0;text-transform:none;color:#7a7060;margin-left:.3em}.field input,.field select,.field textarea{background:#00000059;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#f0e6d3;font-family:inherit;font-size:.95rem;padding:.55rem .75rem;outline:none;transition:border-color .2s}.field input::placeholder{color:#6a6255}.field input:focus,.field select:focus,.field textarea:focus{border-color:#f5c842;box-shadow:0 0 0 2px #f5c84233}.field select option{background:#1a1a2e;color:#f0e6d3}.form-error{color:#ff8080;font-size:.9rem;margin:.5rem 0 1rem;padding:.5rem .75rem;background:#ff50501a;border-radius:6px;border-left:3px solid #ff6060}.story-select{width:100%;background:#00000059;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#f0e6d3;font-family:inherit;font-size:.95rem;padding:.55rem 2.5rem .55rem .75rem;cursor:pointer;outline:none;transition:border-color .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f5c842' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.story-select:focus{border-color:#f5c842;box-shadow:0 0 0 2px #f5c84233}.story-select option{background:#1a1a2e;color:#f0e6d3}.action-row{display:grid;grid-template-columns:1fr auto 1fr;gap:0;margin-top:.5rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.action-panel{display:flex;flex-direction:column;gap:.7rem;padding:1.5rem 1.6rem;background:#ffffff08}.action-panel-title{font-family:inherit;font-size:1rem;font-weight:700;color:#f5c842;margin:0;letter-spacing:.01em}.action-panel-desc{font-size:.82rem;color:#8a7f6a;margin:0;line-height:1.5}.action-divider{display:flex;align-items:center;justify-content:center;width:2.5rem;background:#ffffff0a;border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);flex-shrink:0}.action-divider span{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#4e4840;writing-mode:vertical-rl}.btn-action{display:block;width:100%;padding:.75rem 1.25rem;border:none;border-radius:8px;font-family:inherit;font-size:.95rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:transform .15s,box-shadow .15s;margin-top:auto}.btn-action--choose{background:#f5c5401f;border:1px solid rgba(245,197,64,.4);color:#f5c842}.btn-action--choose:hover{background:#f5c54033;border-color:#f5c842;transform:translateY(-1px)}.btn-action--create{background:linear-gradient(135deg,#f5c842,#e8a020);color:#1a1a2e}.btn-action--create:hover{transform:translateY(-1px);box-shadow:0 4px 18px #f5c54066}.btn-action:disabled{opacity:.6;cursor:wait;transform:none;box-shadow:none}.btn-action:active{transform:translateY(0)}@media(max-width:620px){.action-row{grid-template-columns:1fr;grid-template-rows:auto auto auto}.action-divider{width:100%;height:2rem;border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.action-divider span{writing-mode:horizontal-tb}}.identity-preview{display:flex;align-items:baseline;gap:.6rem;background:#f5c84214;border:1px solid rgba(245,200,66,.3);border-radius:10px;padding:.75rem 1.1rem;margin-bottom:1.4rem}.identity-preview-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b0a890;white-space:nowrap}.identity-preview-text{font-family:Georgia,serif;font-size:1.15rem;font-style:italic;color:#f5c842;line-height:1.3}.bus-illustration-wrap{margin:0 auto 2rem;max-width:480px;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #00000040}.bus-illustration-img{display:block;width:100%;height:auto;border-radius:12px}.bus-illustration-skeleton{width:100%;aspect-ratio:1 / 1;border-radius:12px;background:linear-gradient(90deg,#fffdf50f,#fffdf524 40%,#fffdf50f);background-size:200% 100%;animation:shimmer 1.6s infinite}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.image-error{padding:1.5rem;text-align:center;font-size:.85rem;color:#7a7060;font-style:italic}.story-output{background:#fffdf5;border:1px solid #e8d98a;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 32px #00000059}.story-title{text-align:center;font-size:clamp(1.1rem,3vw,1.55rem);color:#b07d00;margin:0 0 2rem;line-height:1.35;font-style:italic}.story-body{max-width:640px;margin:0 auto}.story-paragraph{font-size:1.05rem;line-height:1.8;color:#1a1a2e;margin:0 0 1.15rem;text-indent:2rem}.story-paragraph:nth-child(9){text-align:center;text-indent:0;font-style:italic;color:#8a6200;font-size:1.1rem}.story-footer{text-align:center;margin-top:2rem}.btn-print{background:transparent;border:1px solid rgba(245,200,66,.5);border-radius:8px;color:#f5c842;font-family:inherit;font-size:.95rem;padding:.6rem 1.4rem;cursor:pointer;transition:background .2s,border-color .2s}.btn-print:hover{background:#f5c8421f;border-color:#f5c842}@media(max-width:540px){.story-form,.story-output{padding:1.2rem 1rem}.field-row{flex-direction:column}.field{flex:1 1 100%}}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;transition:background .3s,box-shadow .3s,backdrop-filter .3s}.site-nav--scrolled{background:#09091ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #ffffff12}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:700;color:#f5e6c0;letter-spacing:.01em;white-space:nowrap}.nav-logo-star{color:#f5c842}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#b0a890;transition:color .2s}.nav-links a:hover{color:#f5c842}.section-inner{max-width:900px;margin:0 auto;padding:0 1.5rem}.section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.65rem,4vw,2.4rem);font-weight:700;color:#f5e6c0;margin:0 0 1.5rem;line-height:1.2}.section-title--centered{text-align:center}.section-subtitle{text-align:center;color:#8a7f6a;font-size:1rem;font-style:italic;margin:-.75rem 0 2.5rem}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 4rem;background:radial-gradient(ellipse 70% 60% at 50% 30%,rgba(80,40,160,.35) 0%,transparent 65%),radial-gradient(ellipse 40% 30% at 70% 80%,rgba(245,197,64,.06) 0%,transparent 60%)}.hero-inner{max-width:680px}.hero-eyebrow{font-size:1rem;letter-spacing:.6rem;color:#f5c842;margin:0 0 1.25rem}.hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,9vw,6rem);font-weight:800;line-height:1.05;color:#f5e6c0;margin:0 0 .75rem;text-shadow:0 0 40px rgba(245,197,64,.25)}.hero-title-accent{color:#f5c842}.hero-tagline{font-size:clamp(1rem,2.5vw,1.25rem);color:#b0a890;margin:0 0 2.5rem;line-height:1.6}.hero-tagline em{color:#f5e6c0;font-style:normal;font-weight:600}.hero-cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{text-decoration:none;display:inline-block;padding:.85rem 2rem;background:linear-gradient(135deg,#f5c842,#e8a020);border-radius:50px;color:#1a1a2e;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.03em;transition:transform .15s,box-shadow .15s}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f5c54073}.btn-hero-ghost{text-decoration:none;display:inline-block;padding:.85rem 2rem;border:1px solid rgba(245,197,64,.4);border-radius:50px;color:#f5c842;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s}.btn-hero-ghost:hover{background:#f5c5401a;border-color:#f5c842}.about-section{padding:7rem 0;border-top:1px solid rgba(255,255,255,.06)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-para{color:#b8b0a0;font-size:1rem;line-height:1.8;margin:0 0 1rem}.about-pillars{display:flex;flex-direction:column;gap:1.25rem}.pillar-card{display:flex;gap:1rem;align-items:flex-start;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.1rem 1.25rem}.pillar-icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}.pillar-title{font-size:.95rem;font-weight:700;color:#f5e6c0;margin:0 0 .25rem}.pillar-desc{font-size:.875rem;color:#8a7f6a;margin:0;line-height:1.5}.generator-section{padding:5rem 0 6rem;border-top:1px solid rgba(255,255,255,.06)}.generator-section-header{text-align:center;margin-bottom:2.5rem}.generator-section-header .section-title{margin-bottom:.5rem}.generator-section-header .section-subtitle{margin:0}.testimonials-section{padding:7rem 0;border-top:1px solid rgba(255,255,255,.06);background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(40,20,90,.2) 0%,transparent 70%)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:border-color .2s}.testimonial-card:hover{border-color:#f5c54040}.testimonial-quote{font-family:Lora,Georgia,serif;font-size:.975rem;font-style:italic;color:#c8bfa0;line-height:1.7;margin:0;flex:1}.testimonial-byline{display:flex;flex-direction:column;gap:.15rem}.testimonial-name{font-size:.85rem;font-weight:700;color:#f5c842}.testimonial-role{font-size:.78rem;color:#6a6255}.site-footer{padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.06);text-align:center}.footer-logo{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;color:#f5e6c0;margin:0 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.4rem}.footer-copy{font-size:.8rem;color:#4e4840;margin:0}@media(max-width:720px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.testimonials-grid{grid-template-columns:1fr}.nav-links{gap:1.25rem}.site-nav{padding:.85rem 1.25rem}}@media(max-width:480px){.nav-links{display:none}}
