html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--color-text);background:var(--color-bg)}#root{min-height:100vh}button{font-family:inherit;border:none;background:none;cursor:pointer}a{text-decoration:none;color:inherit}:root{--color-primary: #6366f1;--color-primary-600: #5855eb;--color-text: #111827;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-surface: #ffffff;--color-surface-2: #f9fafb;--color-border: #e5e7eb;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 10px 30px rgba(0,0,0,.12);--radius-sm: 6px;--radius-md: 10px}[data-theme=dark]{--color-primary: #818cf8;--color-primary-600: #a5b4fc;--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-bg: #0b1220;--color-surface: #0f172a;--color-surface-2: #111827;--color-border: #1f2937;--shadow-sm: 0 1px 2px rgba(0,0,0,.5);--shadow-md: 0 6px 16px rgba(0,0,0,.45);--shadow-lg: 0 14px 40px rgba(0,0,0,.5)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;border-radius:var(--radius-sm);font-weight:600;line-height:1.1;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .06s ease;border:1px solid transparent}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--color-primary-600)}.btn-outline{background:transparent;border-color:var(--color-border);color:var(--color-text)}.btn-outline:hover{border-color:var(--color-text-muted)}.btn-ghost{background:transparent;color:var(--color-text)}.btn-ghost:hover{background:var(--color-surface-2)}input,textarea,select{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:10px 12px}textarea{resize:vertical}input:focus,textarea:focus,select:focus{outline:2px solid var(--color-primary);outline-offset:2px}.toast-container{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:2000}.toast{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);color:var(--color-text);padding:10px 14px;border-radius:var(--radius-sm);display:flex;align-items:center;gap:8px}.toast-success{border-color:#10b98180}.toast-error{border-color:#ef444480}.no-scroll{overflow:hidden}.essay-modal-overlay{background:#00000080}.download-menu{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md)}.download-option:hover{background:var(--color-surface-2)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.modal{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-width:560px;width:100%;max-height:90vh;overflow:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.modal-body{padding:1rem 1.25rem}.modal-footer{display:flex;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border)}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--color-text);display:flex;flex-direction:column;min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;margin-top:70px}.App.with-banner .hero{margin-top:114px}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff;color:#6366f1;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003;color:#6366f1}.beta-note{margin-top:1rem;font-size:.9rem;opacity:.8}.hero-demo{display:flex;justify-content:center}.demo-preview{background:#ffffff1a;border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-screen{background:#fff;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1rem;min-width:300px}.demo-input{flex:1;background:#f8f9fa;border-radius:6px;padding:1rem}.input-placeholder{color:#666;font-style:italic}.demo-arrow{font-size:1.5rem;color:#6366f1;font-weight:700}.demo-output{flex:1;background:#f8f9fa;border-radius:6px;padding:1rem}.output-lines{display:flex;flex-direction:column;gap:.5rem}.line{height:8px;background:#e5e7eb;border-radius:4px}.line.short{width:60%}.how-it-works{padding:80px 0;background:#f8f9fa}.how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.step{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.step:hover{transform:translateY(-5px)}.step-number{background:#6366f1;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.step p{color:#666}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:1.5rem}.feature h4{font-size:1.25rem;margin-bottom:1rem;color:#333}.feature p{color:#666}.testimonials{padding:80px 0;background:#fff}.testimonials h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#f8f9fa;border-radius:12px;padding:2rem;text-align:center}.testimonial-content{font-size:1.1rem;font-style:italic;margin-bottom:1rem;color:#333}.testimonial-author{color:#6366f1;font-weight:600}.testimonial-placeholder{display:flex;justify-content:center;align-items:center;min-height:200px}.testimonial-message{background:#f8f9fa;border-radius:12px;padding:3rem;text-align:center;max-width:600px;border:2px dashed #e0e0e0}.testimonial-message p{font-size:1.1rem;color:#555;margin:.5rem 0;line-height:1.6}.testimonial-cta{color:#6366f1;text-decoration:none;font-weight:700;font-size:1.2rem;padding:.3rem .6rem;border-radius:4px;transition:all .3s ease;display:inline-block;margin:0 .2rem}.testimonial-cta:hover{background:#6366f1;color:#fff;text-decoration:none;transform:translateY(-1px)}.pricing{padding:80px 0;background:#f8f9fa}.pricing h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.pricing-card{max-width:400px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px #0000001a}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.price{margin-bottom:2rem}.price-amount{font-size:3rem;font-weight:800;color:#6366f1}.price-period{color:#666;margin-left:.5rem}.features-list{list-style:none;text-align:left;margin-bottom:2rem}.features-list li{padding:.5rem 0;color:#333}.pricing-cta{background:#6366f1;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;margin-bottom:1rem;text-decoration:none;display:inline-block;text-align:center;transition:background .3s}.pricing-cta:hover{background:#5855eb;color:#fff}.pricing-note{color:#666;font-size:.9rem}[data-theme=dark] .cta-button{background:var(--color-surface);color:var(--color-primary)}[data-theme=dark] .cta-button:hover{color:var(--color-primary)}[data-theme=dark] .how-it-works h2{color:var(--color-text)}[data-theme=dark] .how-it-works{background:var(--color-surface-2)}[data-theme=dark] .step{background:var(--color-surface);box-shadow:var(--shadow-md)}[data-theme=dark] .step h3{color:var(--color-text)}[data-theme=dark] .step p{color:var(--color-text-muted)}[data-theme=dark] .feature h4{color:var(--color-text)}[data-theme=dark] .feature p{color:var(--color-text-muted)}[data-theme=dark] .testimonials{background:var(--color-surface)}[data-theme=dark] .testimonials h2{color:var(--color-text)}[data-theme=dark] .testimonial{background:var(--color-surface-2)}[data-theme=dark] .testimonial-content{color:var(--color-text)}[data-theme=dark] .testimonial-message{background:var(--color-surface-2);border-color:var(--color-border)}[data-theme=dark] .testimonial-message p{color:var(--color-text-muted)}[data-theme=dark] .pricing{background:var(--color-surface-2)}[data-theme=dark] .pricing h2{color:var(--color-text)}[data-theme=dark] .pricing-card{background:var(--color-surface);box-shadow:var(--shadow-lg)}[data-theme=dark] .pricing-card h3,[data-theme=dark] .features-list li{color:var(--color-text)}[data-theme=dark] .pricing-note{color:var(--color-text-muted)}[data-theme=dark] .demo-preview{background:#ffffff0f}[data-theme=dark] .demo-screen{background:var(--color-surface)}[data-theme=dark] .demo-input{background:var(--color-surface-2)}[data-theme=dark] .line{background:var(--color-border)}@media (max-width: 768px){.hero{padding:40px 0;margin-top:60px}.App.with-banner .hero{margin-top:104px}.hero .container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.cta-button{font-size:1rem;padding:.875rem 1.5rem}.demo-preview,.demo-screen{flex-direction:column;gap:1rem}.demo-arrow{transform:rotate(90deg);margin:.5rem 0}.how-it-works{padding:60px 0}.how-it-works h2{font-size:2rem;margin-bottom:2rem}.steps{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.step{padding:1.5rem}.step h3{font-size:1.25rem}.features{grid-template-columns:1fr;gap:1.5rem}.testimonials{padding:60px 0}.testimonials h2{font-size:2rem;margin-bottom:2rem}.testimonial-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial{padding:1.5rem}.testimonial-message{padding:2rem}.pricing{padding:60px 0}.pricing h2{font-size:2rem;margin-bottom:2rem}.pricing-card{padding:2rem 1.5rem;margin:0 1rem}.price-amount{font-size:2.5rem}}@media (min-width: 769px) and (max-width: 1024px){.hero{padding:60px 0}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.how-it-works h2,.testimonials h2,.pricing h2{font-size:2.25rem}.steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hero{padding:30px 0}.hero-title{font-size:2rem;line-height:1.3}.hero-subtitle{font-size:1rem}.cta-button{font-size:.95rem;padding:.75rem 1.25rem}.container{padding:0 15px}.how-it-works h2,.testimonials h2,.pricing h2{font-size:1.75rem}.step{padding:1.25rem}.step h3{font-size:1.1rem}.step-number{width:40px;height:40px;font-size:1.25rem}.testimonial{padding:1.25rem}.testimonial-content{font-size:1rem}.pricing-card{margin:0 .5rem;padding:1.5rem 1rem}.price-amount{font-size:2rem}}.header{background:var(--color-surface);box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000}.header.with-banner{top:44px}.header .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo a{text-decoration:none}.logo h2{color:var(--color-primary);font-size:1.5rem;font-weight:700}.nav{display:flex;align-items:center;gap:2rem}.nav a{text-decoration:none;color:var(--color-text-muted);font-weight:500;transition:color .3s}.nav a:hover{color:var(--color-primary)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative;transform:rotate(0);transition:.3s ease-in-out}.hamburger span{display:block;position:absolute;height:2px;width:100%;background:var(--color-text);border-radius:2px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger.open span:nth-child(1){top:8px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:8px;transform:rotate(-135deg)}.desktop-nav{display:flex}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--color-bg);flex-direction:column;padding:6rem 2rem 2rem;gap:1.5rem;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-nav.open{display:flex;opacity:1;visibility:visible}.mobile-nav a{color:var(--color-text);text-decoration:none;font-weight:500;padding:1rem 0;border-bottom:1px solid var(--color-border);transition:color .3s;font-size:1.1rem}.mobile-nav a:hover{color:var(--color-primary)}.mobile-nav a:last-of-type{border-bottom:none}.mobile-nav .get-started-btn{margin-top:2rem;text-align:center;width:100%;font-size:1.1rem;padding:.75rem 1.5rem}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-menu-overlay.open{opacity:1;visibility:visible}.theme-toggle-container{display:flex;justify-content:center}.theme-toggle{background:none;border:none;cursor:pointer;padding:8px;border-radius:50px;transition:all .3s ease;outline:none}.theme-toggle:hover{background:#ffffff1a}.theme-toggle:focus{box-shadow:0 0 0 2px #6366f180}.theme-toggle-track{width:60px;height:30px;background:#374151;border-radius:15px;position:relative;transition:all .3s ease;border:2px solid #4b5563}.theme-toggle-thumb{width:26px;height:26px;background:#6366f1;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#fff;left:2px}[data-theme=dark] .header{background:var(--color-surface);box-shadow:0 2px 10px #0000004d}[data-theme=dark] .header .logo h2{color:var(--color-primary)}[data-theme=dark] .header .nav a{color:var(--color-text-muted)}[data-theme=dark] .header .nav a:hover{color:var(--color-primary)}[data-theme=dark] .mobile-nav{background:var(--color-bg)}[data-theme=dark] .mobile-nav a{color:var(--color-text);border-bottom-color:var(--color-border)}[data-theme=dark] .mobile-nav a:hover{color:var(--color-primary)}[data-theme=dark] .hamburger span{background:var(--color-text)}[data-theme=dark] .theme-toggle-track{background:#1f2937;border-color:#374151}[data-theme=dark] .theme-toggle-thumb{left:30px;background:#fbbf24;color:#1f2937}[data-theme=dark] .theme-toggle:hover{background:#0000001a}@media (max-width: 768px){.header .container{padding:.75rem 15px}.logo h2{font-size:1.3rem}.mobile-menu-btn{display:block}.desktop-nav,.mobile-nav{display:none}.mobile-nav.open{display:flex}}@media (min-width: 769px) and (max-width: 1024px){.header .container{padding:.875rem 18px}.nav{gap:1.5rem}.nav a{font-size:.95rem}}@media (min-width: 769px){.mobile-menu-btn{display:none}.desktop-nav{display:flex}.mobile-nav,.mobile-menu-overlay{display:none!important}}@media (min-width: 1200px){.header .container{padding:1rem 20px}.nav{gap:2rem}}.status-widget{cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.status-widget:hover{background:#ffffff1a;transform:translateY(-1px)}.status-widget:focus{outline:none;box-shadow:0 0 0 2px #6366f180}.status-indicator{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-text{font-size:.875rem;font-weight:500;color:#e5e7eb;white-space:nowrap}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}[data-theme=dark] .status-widget{background:#0003;border-color:var(--color-border)}[data-theme=dark] .status-widget:hover{background:#0000004d}[data-theme=dark] .status-text{color:var(--color-text-muted)}.footer{background:#1f2937;color:#fff;padding:60px 0 20px;margin-top:auto;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -2px 12px #00000026}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{color:#6366f1;margin-bottom:1rem}.footer-brand p{color:#9ca3af}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-column h4{margin-bottom:1rem;color:#fff}.footer-column a,.footer-link{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .3s}.footer-column a:hover,.footer-link:hover,.footer-bottom a:hover{color:#6366f1}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;color:#9ca3af;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem}.footer-bottom-left{justify-self:start}.footer-bottom-center{justify-self:center;text-align:center}.footer-bottom-right{justify-self:end}.footer-bottom a{color:#6366f1;text-decoration:none;transition:color .2s ease}[data-theme=dark] .footer{background:var(--color-surface);color:var(--color-text);border-top-color:var(--color-border)}[data-theme=dark] .footer-brand h3{color:var(--color-primary)}[data-theme=dark] .footer-brand p{color:var(--color-text-muted)}[data-theme=dark] .footer-column h4{color:var(--color-text)}[data-theme=dark] .footer-column a,[data-theme=dark] .footer-link,[data-theme=dark] .footer-bottom{color:var(--color-text-muted)}[data-theme=dark] .footer-bottom a{color:var(--color-primary)}[data-theme=dark] .footer-bottom{border-top-color:var(--color-border)}@media (max-width: 768px){.footer{padding:40px 0 15px}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{grid-template-columns:1fr;gap:.75rem;text-align:center;font-size:.9rem}.footer-bottom-left,.footer-bottom-center,.footer-bottom-right{justify-self:center}.footer-brand h3{font-size:1.25rem}.footer-column h4{font-size:1rem}}@media (min-width: 769px) and (max-width: 1024px){.footer{padding:50px 0 18px}.footer-content{gap:2.5rem}.footer-links{gap:1.75rem}}@media (max-width: 480px){.footer{padding:30px 0 12px}.footer .container{padding:0 15px}.footer-content{gap:1.5rem}.footer-links{gap:1.25rem}.footer-bottom{padding-top:1.5rem;font-size:.85rem}.footer-brand h3{font-size:1.1rem}.footer-brand p{font-size:.9rem}.footer-column h4{font-size:.95rem}.footer-column a,.footer-link{font-size:.9rem}}.about-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;display:flex;flex-direction:column;min-height:100vh}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0 60px;text-align:center;margin-top:70px}.App.with-banner .about-hero{margin-top:114px}.about-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.about-subtitle{font-size:1.25rem;opacity:.9}.about-story{padding:80px 0;background:#fff}.story-content h2{font-size:2.5rem;margin-bottom:2rem;color:#333}.story-content p{font-size:1.1rem;margin-bottom:1.5rem;color:#666;max-width:800px}.founder-info{background:#f8f9fa;padding:2rem;border-radius:12px;margin-top:3rem;max-width:400px}.founder-info h3{color:#6366f1;margin-bottom:.5rem}.founder-info p{margin-bottom:.5rem;font-size:1rem}.founder-info a{color:#6366f1;text-decoration:none}.mission{padding:80px 0;background:#f8f9fa}.mission h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.mission-item{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.mission-item:hover{transform:translateY(-5px)}.mission-icon{font-size:3rem;margin-bottom:1rem}.mission-item h3{font-size:1.25rem;margin-bottom:1rem;color:#333}.mission-item p{color:#666}.faq{padding:80px 0;background:#fff}.faq h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#333;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question:hover{background:#f8f9fa}.faq-toggle{font-size:1.5rem;color:#6366f1;font-weight:400}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#f8f9fa}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:1.5rem;margin:0;color:#666}.contact{padding:80px 0;background:#f8f9fa;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:1rem;color:#333}.contact>p{font-size:1.1rem;color:#666;margin-bottom:3rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px;margin:0 auto}.contact-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact-item h3{color:#6366f1;margin-bottom:1rem}.contact-item p{color:#666;margin:0}.contact-item a{color:#6366f1;text-decoration:none}[data-theme=dark] .about-story{background:var(--color-surface)}[data-theme=dark] .story-content h2{color:var(--color-text)}[data-theme=dark] .story-content p{color:var(--color-text-muted)}[data-theme=dark] .founder-info,[data-theme=dark] .mission{background:var(--color-surface-2)}[data-theme=dark] .mission h2{color:var(--color-text)}[data-theme=dark] .mission-item{background:var(--color-surface);box-shadow:var(--shadow-md)}[data-theme=dark] .mission-item h3{color:var(--color-text)}[data-theme=dark] .mission-item p{color:var(--color-text-muted)}[data-theme=dark] .faq{background:var(--color-surface)}[data-theme=dark] .faq h2{color:var(--color-text)}[data-theme=dark] .faq-item{border-color:var(--color-border)}[data-theme=dark] .faq-question{background:var(--color-surface);color:var(--color-text)}[data-theme=dark] .faq-question:hover{background:var(--color-surface-2)}[data-theme=dark] .faq-answer{background:var(--color-surface);color:var(--color-text)}[data-theme=dark] .contact{background:var(--color-surface-2)}[data-theme=dark] .contact h2{color:var(--color-text)}[data-theme=dark] .contact>p{color:var(--color-text-muted)}[data-theme=dark] .contact-item{background:var(--color-surface);box-shadow:var(--shadow-md)}[data-theme=dark] .contact-item h3{color:var(--color-primary)}[data-theme=dark] .contact-item p{color:var(--color-text-muted)}[data-theme=dark] .contact-item a{color:var(--color-primary)}@media (max-width: 768px){.about-hero{padding:60px 0 40px;margin-top:60px}.App.with-banner .about-hero{margin-top:104px}.about-hero h1{font-size:2.25rem;line-height:1.2}.about-subtitle{font-size:1.1rem}.about-story{padding:60px 0}.story-content h2{font-size:2rem;margin-bottom:1.5rem}.story-content p{font-size:1rem;margin-bottom:1.5rem}.mission{padding:60px 0}.mission h2{font-size:2rem;margin-bottom:2rem}.mission-grid{grid-template-columns:1fr;gap:1.5rem}.mission-item{padding:1.5rem}.mission-item h3{font-size:1.25rem}.team{padding:60px 0}.team h2{font-size:2rem;margin-bottom:2rem}.team-grid{grid-template-columns:1fr;gap:1.5rem}.team-member{padding:1.5rem;text-align:center}.contact{padding:60px 0}.contact h2{font-size:2rem;margin-bottom:1.5rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-item{padding:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.about-hero{padding:80px 0 50px}.about-hero h1{font-size:2.75rem}.about-subtitle{font-size:1.2rem}.story-content h2,.mission h2,.team h2,.contact h2{font-size:2.25rem}.mission-grid,.team-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.about-hero{padding:40px 0 30px}.about-hero h1{font-size:1.875rem;line-height:1.3}.about-subtitle{font-size:1rem}.about-story,.mission,.team,.contact{padding:40px 0}.story-content h2,.mission h2,.team h2,.contact h2{font-size:1.75rem}.mission-item,.team-member,.contact-item{padding:1.25rem}.mission-item h3,.team-member h3,.contact-item h3{font-size:1.1rem}}.contact-page{min-height:100vh;background:var(--color-bg);padding:2rem 0}.contact-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.contact-header h1{font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-header p{font-size:1.2rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:start}.contact-info h2,.contact-form-section h2{font-size:2rem;color:var(--color-text);margin-bottom:2rem;font-weight:600}.contact-item{background:var(--color-surface);padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all .3s ease}.contact-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-item h3{font-size:1.3rem;color:var(--color-primary);margin-bottom:1rem;font-weight:600}.contact-item p{color:var(--color-text-muted);margin-bottom:.5rem;line-height:1.6}.contact-item a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.contact-item a:hover{color:var(--color-secondary);text-decoration:underline}.contact-item ul{margin-top:1rem;padding-left:1.5rem}.contact-item li{color:var(--color-text-muted);margin-bottom:.5rem}.contact-description{font-style:italic;color:var(--color-text-muted)!important;font-size:.9rem}.contact-form{background:var(--color-surface);padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--color-text);font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid var(--color-border);border-radius:8px;font-size:1rem;color:var(--color-text);background:var(--color-bg);transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f14d}.submit-btn:active{transform:translateY(0)}.form-note{margin-top:1.5rem;padding:1rem;background:var(--color-surface-2);border-radius:8px;border-left:4px solid var(--color-primary)}.form-note p{color:var(--color-text-muted);font-size:.9rem;margin:0;line-height:1.5}.contact-faq{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--color-border)}.contact-faq h2{font-size:2rem;color:var(--color-text);margin-bottom:2rem;text-align:center;font-weight:600}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:var(--color-surface);padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.faq-item h3{font-size:1.2rem;color:var(--color-primary);margin-bottom:1rem;font-weight:600}.faq-item p{color:var(--color-text-muted);line-height:1.6;margin:0}.faq-item a{color:var(--color-primary);text-decoration:none;font-weight:500}.faq-item a:hover{color:var(--color-secondary);text-decoration:underline}@media (max-width: 768px){.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1.1rem;padding:0 1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-item{padding:1.5rem;margin-bottom:1.5rem}.contact-form{padding:1.5rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem}.faq-item{padding:1.5rem}}@media (max-width: 480px){.contact-page{padding:1rem 0}.contact-header{margin-bottom:2rem;padding:1rem 0}.contact-header h1{font-size:2rem}.contact-info h2,.contact-form-section h2{font-size:1.5rem}.contact-item,.contact-form{padding:1rem}.submit-btn{padding:.8rem 1.5rem;font-size:1rem}}.account-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.account-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003}.account-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.account-header h2{margin:0;color:#333;font-size:1.5rem}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--color-text-muted);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;padding:.25rem;line-height:1}.close-btn:hover{background-color:var(--color-surface-2);color:var(--color-text)}.account-content{padding:2rem}.account-section{margin-bottom:2rem}.account-section:last-child{margin-bottom:0}.account-section h3{margin:0 0 1rem;color:var(--color-text);font-size:1.2rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-text)}.form-group input{width:100%;padding:.75rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:8px;font-size:1rem;transition:border-color .2s,background-color .2s,color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f133}.form-group input:disabled{background-color:var(--color-surface-2);color:var(--color-text-muted)}.password-field{width:50%;padding:.75rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:8px;font-size:1rem;transition:border-color .2s,background-color .2s,color .2s;box-sizing:border-box;display:flex;align-items:center;min-height:48px}.password-field.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.password-field.clickable:hover{border-color:var(--color-primary);background-color:var(--color-surface-hover, rgba(99, 102, 241, .05))}.password-field.clickable:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f133}.password-dots{font-family:monospace;font-size:1.2rem;color:var(--color-text-muted);letter-spacing:2px;line-height:1}.form-actions{margin-top:1.5rem}.edit-btn{background:#6366f1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s}.edit-btn:hover{background:#5046e4}.edit-actions{display:flex;gap:1rem}.save-btn{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s}.save-btn:hover{background:#059669}.save-btn:disabled{background:#9ca3af;cursor:not-allowed}.cancel-btn{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s}.cancel-btn:hover{background:#4b5563}.cancel-btn:disabled{background:#9ca3af;cursor:not-allowed}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.logout-btn{background:#f59e0b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s;width:100%}.logout-btn:hover{background:#d97706}.logout-btn:disabled{background:#9ca3af;cursor:not-allowed}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fecaca}.success-message{background:#d1fae5;color:#059669;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid #a7f3d0}.delete-confirm-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100}.delete-confirm-modal{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:400px;box-shadow:0 10px 30px #0000004d}.delete-confirm-modal h3{margin:0 0 1rem;color:#dc2626;font-size:1.3rem}.delete-confirm-modal p{color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.confirm-actions{display:flex;flex-direction:column;gap:.75rem}.confirm-delete-btn{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s}.confirm-delete-btn:hover{background:#b91c1c}.confirm-delete-btn:disabled{background:#9ca3af;cursor:not-allowed}.cancel-delete-btn{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s}.cancel-delete-btn:hover{background:#4b5563}.cancel-delete-btn:disabled{background:#9ca3af;cursor:not-allowed}.export-description{margin-bottom:1rem}.export-description p{margin:0;color:#6b7280;font-size:.9rem;line-height:1.5}.account-actions-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0;border-radius:8px;transition:background-color .2s}.account-actions-header:hover{background-color:var(--color-surface-2)}.account-actions-header h3{margin:0;color:var(--color-text);font-size:1.2rem;font-weight:600}.account-actions-content{margin-top:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.action-item{margin-bottom:1rem}.action-item:last-child{margin-bottom:0}.action-main{display:flex;align-items:center;gap:.75rem}.tooltip-container{position:relative;display:flex;align-items:center}.info-icon{color:#6b7280;cursor:pointer;font-size:1rem;transition:color .2s}.info-icon:hover{color:#374151}.tooltip{position:absolute;left:50%;bottom:150%;transform:translate(-50%);background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);padding:.75rem;border-radius:8px;font-size:.85rem;line-height:1.4;width:280px;z-index:1000;box-shadow:var(--shadow-md);animation:fadeIn .2s ease-out}.tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--color-surface)}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.sign-out-section{display:flex;justify-content:center}.sign-out-section .logout-btn{width:auto;min-width:150px}.export-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;min-width:150px}.export-btn:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-1px)}.export-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.delete-btn{background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s;min-width:150px}.delete-btn:hover{background:#dc2626}.delete-btn:disabled{background:#9ca3af;cursor:not-allowed}.export-success{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;margin-top:1rem}.export-details{display:flex;flex-direction:column;gap:1rem}.export-info p{margin:.25rem 0;color:var(--color-text);font-size:.9rem}.export-info strong{color:var(--color-text)}.data-summary{background:var(--color-surface);padding:1rem;border-radius:6px;border:1px solid var(--color-border)}.data-summary h5{margin:0 0 .75rem;color:var(--color-text);font-size:.9rem;font-weight:600}.data-summary ul{margin:0;padding-left:1.25rem;list-style-type:none}.data-summary li{margin:.25rem 0;color:var(--color-text-muted);font-size:.85rem;position:relative}.data-summary li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:-1rem}.export-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.download-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.download-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);text-decoration:none;color:#fff}.download-button:before{content:"⬇";font-size:1rem}.clear-export-btn{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s}.clear-export-btn:hover{background:var(--color-surface-2);border-color:var(--color-border);color:var(--color-text)}.mfa-status{display:flex;flex-direction:column;gap:1rem}.mfa-info{flex:1}.mfa-status-display{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.status-label{font-weight:500;color:var(--color-text)}.status-value{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.status-value.enabled{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status-value.disabled{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.mfa-description{color:var(--color-text-muted);font-size:.9rem;line-height:1.4;margin:0}.mfa-actions{display:flex;justify-content:flex-start;align-items:center}.mfa-actions .btn{min-width:120px}@media (prefers-color-scheme: dark){.status-value.enabled{background:#052e16;color:#bbf7d0;border:1px solid #166534}.status-value.disabled{background:#450a0a;color:#fecaca;border:1px solid #991b1b}}@media (max-width: 768px){.mfa-status{gap:.75rem}.mfa-status-display{flex-wrap:wrap;gap:.5rem}.mfa-actions .btn{min-width:100px;font-size:.9rem}}.essay-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.essay-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:modalFadeIn .3s ease-out;transition:max-width .3s ease}.essay-modal.with-edit-panel{max-width:1400px}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.essay-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--color-border);background:var(--color-surface-2);border-radius:16px 16px 0 0}.essay-modal-header h3{margin:0;color:var(--color-text);font-size:1.5rem}.essay-modal-actions{display:flex;gap:.5rem;align-items:center}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--color-text-muted);padding:.25rem;line-height:1;transition:color .3s;margin-left:.5rem}.close-btn:hover{color:var(--color-text)}.download-dropdown{position:relative;display:inline-block}.dropdown-toggle{position:relative}.download-menu{position:absolute;top:100%;right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-md);min-width:180px;z-index:1000;margin-top:4px}.download-option{display:block;width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:var(--color-text);transition:background-color .2s;border-radius:8px}.download-option:hover{background-color:var(--color-surface-2)}.download-option:first-child{border-radius:8px 8px 0 0}.download-option:last-child{border-radius:0 0 8px 8px}.download-option:only-child{border-radius:8px}.essay-modal-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.essay-content-wrapper{display:flex;flex:1;overflow:hidden}.essay-content-wrapper.with-edit-panel{gap:1rem}.essay-modal .essay-content{padding:2rem;overflow-y:auto;flex:1;min-width:0}.essay-modal .essay-content pre{white-space:pre-wrap;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;line-height:1.8;margin:0;color:var(--color-text)}.essay-modal .essay-text{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;line-height:1.8;margin:0;color:var(--color-text)}.essay-modal .essay-text h1,.essay-modal .essay-text h2,.essay-modal .essay-text h3,.essay-modal .essay-text h4,.essay-modal .essay-text h5,.essay-modal .essay-text h6{color:var(--color-text);margin-top:2rem;margin-bottom:1rem;font-weight:600}.essay-modal .essay-text h1{font-size:1.8rem;border-bottom:2px solid var(--color-border);padding-bottom:.5rem}.essay-modal .essay-text h2{font-size:1.6rem}.essay-modal .essay-text h3{font-size:1.4rem}.essay-modal .essay-text p{margin-bottom:1.2rem;text-align:justify}.essay-modal .essay-text strong{font-weight:600;color:var(--color-text)}.essay-modal .essay-text em{font-style:italic}.essay-modal .essay-text ul,.essay-modal .essay-text ol{margin:1rem 0;padding-left:2rem}.essay-modal .essay-text li{margin-bottom:.5rem}.essay-modal .essay-text blockquote{border-left:4px solid var(--color-primary);margin:1.5rem 0;padding:1rem 1.5rem;background-color:var(--color-surface-2);font-style:italic;color:var(--color-text-muted)}.essay-modal .essay-text code{background-color:var(--color-surface-2);color:var(--color-text);padding:.2rem .4rem;border-radius:3px;font-family:Courier New,Courier,monospace;font-size:.9rem}.essay-modal .essay-text pre{background-color:var(--color-surface-2);border:1px solid var(--color-border);border-radius:5px;padding:1rem;overflow-x:auto;margin:1rem 0}.essay-modal .essay-text pre code{background:none;padding:0;border-radius:0}.essay-modal .essay-text a{color:var(--color-primary);text-decoration:none}.essay-modal .essay-text a:hover{text-decoration:underline}.edit-panel{margin-top:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface-2)}.edit-panel-right{width:400px;padding:2rem;border-left:1px solid var(--color-border);background:var(--color-surface-2);overflow-y:auto;flex-shrink:0}@media (max-width: 1200px){.essay-modal.with-edit-panel{max-width:95vw}.edit-panel-right{width:350px;padding:1.5rem}}@media (max-width: 1000px){.essay-content-wrapper.with-edit-panel{flex-direction:column;gap:0}.edit-panel-right{width:100%;border-left:none;border-top:1px solid var(--color-border);padding:1.5rem 2rem}.essay-modal.with-edit-panel{max-width:900px}}.edit-textarea{width:100%;padding:10px;border-radius:6px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);resize:vertical}.edit-error{margin-top:.75rem;color:#dc2626;background:var(--color-surface);border:1px solid #dc2626;padding:10px;border-radius:6px}[data-theme=dark] .edit-error{color:#fca5a5;border-color:#dc2626;background:#dc26261a}.edit-loading{display:flex;align-items:center;gap:8px;color:var(--color-text-muted)}.edit-history{padding-left:1rem}.edit-history-item{margin-bottom:.5rem;color:var(--color-text)}.edit-history-request{font-size:.95rem}.edit-history-date{font-size:.8rem;color:var(--color-text-muted)}.essay-modal .generating-animation{padding:4rem 2rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.essay-modal-overlay{padding:1rem}.essay-modal{max-height:95vh}.essay-modal-header{padding:1rem 1.5rem;flex-direction:column;gap:1rem;align-items:flex-start}.essay-modal-actions{align-self:stretch;justify-content:space-between}.essay-modal .essay-content{padding:1.5rem}.essay-modal .essay-content pre,.essay-modal .essay-text{font-size:1rem}.essay-modal .essay-text h1{font-size:1.6rem}.essay-modal .essay-text h2{font-size:1.4rem}.essay-modal .essay-text h3{font-size:1.2rem}}.dashboard{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.dashboard-header{background:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.header-left{flex:1;display:flex;align-items:center}.account-btn{background:#6366f1;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:background-color .2s}.account-btn:hover{background:#5046e4}.account-icon{font-size:1rem}.dashboard-header h1{color:#6366f1;font-size:1.5rem;font-weight:700;margin:0;flex:2;text-align:center}.user-info{flex:1;display:flex;justify-content:flex-end;align-items:center}.dashboard-content{padding:10px 20px;flex:1}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid #e5e7eb;position:relative}.page-header h1{color:#6366f1;font-size:1.5rem;font-weight:700;margin:0;flex:1;text-align:center;position:absolute;left:50%;transform:translate(-50%)}@media (max-width: 768px){.page-header h1{position:static;transform:none;left:auto;text-align:center}}.dashboard-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem}.generator-section{display:flex;flex-direction:column;gap:2rem}.generator-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.generator-card h2{margin-bottom:1.5rem;color:#333;font-size:1.5rem}.form-group{margin-bottom:1.5rem;flex:1;min-width:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;resize:vertical;transition:border-color .3s}.form-group textarea:focus{outline:none;border-color:#6366f1}.form-group select{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s}.form-group select:focus{outline:none;border-color:#6366f1}.form-row{display:flex;gap:1rem}.generate-btn{background:#6366f1;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;transition:background .3s}.generate-btn:hover:not(:disabled){background:#5855eb}.generate-btn:disabled{background:#9ca3af;cursor:not-allowed}.essay-output{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.output-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f8f9fa}.output-header h3{margin:0;color:#333}.output-actions{display:flex;gap:.5rem}.action-btn{background:#6366f1;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s}.action-btn:hover{background:#5855eb}.generating-animation{padding:3rem 2rem;text-align:center}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.progress-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-top:1rem}.progress{height:100%;background:#6366f1;border-radius:2px;animation:progress 3s ease-in-out}@keyframes progress{0%{width:0%}to{width:100%}}.essay-content{padding:2rem;max-height:600px;overflow-y:auto}.essay-content pre{white-space:pre-wrap;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.8;margin:0;color:#333}.sidebar{display:flex;flex-direction:column;gap:2rem}.history-section,.stats-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a}.history-section h3,.stats-section h3{margin-bottom:1rem;color:#333;font-size:1.25rem}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.history-header h3{margin:0}.show-all-btn{background:#6366f1;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .3s}.show-all-btn:hover{background:#5856eb}.essay-history{display:flex;flex-direction:column;gap:1rem}.history-item{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:border-color .3s,background .3s;position:relative;display:flex;align-items:flex-start;gap:1rem}.history-item:hover{border-color:#6366f1;background:#f8f9fa}.history-content{flex:1;min-width:0}.history-item h4{margin:0 0 .5rem;color:#333;font-size:1rem}.delete-essay-btn{background:#dc2626;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;transition:background-color .2s;flex-shrink:0}.delete-essay-btn:hover{background:#b91c1c}.delete-essay-btn:focus{outline:2px solid #dc2626;outline-offset:2px}.history-prompt{color:#666;font-size:.9rem;margin:0 0 .5rem}.history-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#9ca3af}.stats{display:flex;flex-direction:column;gap:1rem}.stat{text-align:center;padding:1rem;background:#f8f9fa;border-radius:8px}.stat-number{font-size:2rem;font-weight:800;color:#6366f1}.stat-label{font-size:.9rem;color:#666}.loading-message,.empty-message{text-align:center;color:#666;padding:2rem;font-style:italic}[data-theme=dark] .dashboard{background:var(--color-surface-2)}[data-theme=dark] .dashboard-header{background:var(--color-surface);box-shadow:var(--shadow-md)}[data-theme=dark] .page-header{border-bottom-color:var(--color-border)}[data-theme=dark] .generator-card{background:var(--color-surface);box-shadow:var(--shadow-md)}[data-theme=dark] .generator-card h2,[data-theme=dark] .form-group label{color:var(--color-text)}[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}[data-theme=dark] .history-section,[data-theme=dark] .stats-section{background:var(--color-surface);box-shadow:var(--shadow-md);border:1px solid var(--color-border)}[data-theme=dark] .history-section h3,[data-theme=dark] .stats-section h3{color:var(--color-text)}[data-theme=dark] .history-item{border-color:var(--color-border)}[data-theme=dark] .history-item:hover{border-color:var(--color-primary);background:var(--color-surface-2)}[data-theme=dark] .history-item h4{color:var(--color-text)}[data-theme=dark] .history-prompt,[data-theme=dark] .history-meta{color:var(--color-text-muted)}[data-theme=dark] .stat{background:var(--color-surface-2)}[data-theme=dark] .stat-number{color:var(--color-primary)}[data-theme=dark] .stat-label,[data-theme=dark] .loading-message,[data-theme=dark] .empty-message{color:var(--color-text-muted)}@media (max-width: 768px){.dashboard-content{padding:10px 15px}.page-header{flex-direction:column;gap:1rem;text-align:center;align-items:center}.page-header h1{position:relative;font-size:1.25rem;order:1;margin:0}.user-info{order:2;justify-content:center;font-size:1rem;color:var(--color-text-muted)}.account-btn{order:3;padding:.75rem 1rem;font-size:.9rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-left{order:2;justify-content:center}.dashboard-header h1{order:1;font-size:1.25rem}.essay-form{padding:1.5rem}.form-group textarea{min-height:120px;font-size:1rem}.form-row{display:flex;flex-direction:column;gap:1.5rem}.form-group{margin-bottom:0;width:100%}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-text)}.form-group select{width:100%;padding:.875rem;font-size:1rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text)}.generate-btn{padding:.875rem 1.5rem;font-size:1rem;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat{padding:1rem}.stat-number{font-size:1.5rem}.history-section h2{font-size:1.25rem}.history-item{padding:1rem}.history-item h4{font-size:1rem}.history-prompt{font-size:.9rem}.history-meta{font-size:.8rem}.history-actions{flex-direction:column;gap:.5rem}.history-actions .btn{font-size:.85rem;padding:.5rem .75rem}.dashboard-grid{display:flex;flex-direction:column;gap:1.5rem}.generator-section,.history-section{width:100%}}@media (min-width: 769px) and (max-width: 1024px){.dashboard-content{padding:10px 18px}.essay-form{padding:2rem}.stats-grid{grid-template-columns:repeat(3,1fr)}.history-item{padding:1.25rem}}@media (max-width: 480px){.dashboard-content{padding:10px}.dashboard-header h1{font-size:1.1rem}.essay-form{padding:1rem;margin:0 -5px}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{font-size:1rem;padding:.75rem}.generate-btn{padding:1rem;font-size:.95rem}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat{padding:.875rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.8rem}.history-item{padding:.875rem}.history-item h4{font-size:.95rem}.history-prompt{font-size:.85rem}.account-btn{padding:.625rem .875rem;font-size:.85rem}}.terms-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column}.terms-page .header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0}.terms-page .header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.terms-page .header .logo h2{color:#333;margin:0;font-size:1.5rem;text-decoration:none}.terms-page .header .logo a{text-decoration:none}.terms-page .header .nav{display:flex;gap:2rem;align-items:center}.terms-page .header .nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.terms-page .header .nav a:hover{color:#667eea}.terms-content{padding:2rem 0;min-height:100vh;margin-top:70px;flex:1}.App.with-banner .terms-content{margin-top:114px}.terms-content .container{max-width:800px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:3rem}.terms-content h1{color:#333;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.effective-date{text-align:center;color:#666;font-style:italic;margin-bottom:3rem;font-size:.9rem}.terms-content section{margin-bottom:2.5rem}.terms-content h2{color:#333;font-size:1.4rem;margin-bottom:1rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.terms-content h3{color:#444;font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem}.terms-content p{color:#555;line-height:1.7;margin-bottom:1rem}.terms-content ul{color:#555;line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.terms-content li{margin-bottom:.5rem}.terms-content strong{color:#333;font-weight:600}.terms-content a{color:#667eea;text-decoration:none}.terms-content a:hover{text-decoration:underline}.terms-page .footer{background:#000c;color:#fff;padding:3rem 0 1rem}.terms-page .footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.terms-page .footer-content{display:flex;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.terms-page .footer-brand h3{margin-bottom:.5rem;font-size:1.3rem}.terms-page .footer-brand p{color:#ccc;margin:0}.terms-page .footer-links{display:flex;gap:3rem;flex-wrap:wrap}.terms-page .footer-column h4{margin-bottom:1rem;font-size:1rem;color:#fff}.terms-page .footer-column a{display:block;color:#ccc;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.terms-page .footer-column a:hover{color:#fff}.terms-page .footer-bottom{border-top:1px solid #444;padding-top:1rem;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.terms-page .footer-bottom p{margin:0;color:#ccc;font-size:.9rem}.terms-page .footer-bottom a{color:#667eea;text-decoration:none}.terms-page .footer-bottom a:hover{text-decoration:underline}[data-theme=dark] .terms-page{background:linear-gradient(135deg,#1e293b,#0f172a)}[data-theme=dark] .terms-page .header{background:#0f172af2;border-bottom:1px solid var(--color-border)}[data-theme=dark] .terms-page .header .logo h2,[data-theme=dark] .terms-page .header .nav a{color:var(--color-text)}[data-theme=dark] .terms-page .header .nav a:hover{color:var(--color-primary)}[data-theme=dark] .terms-content .container{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-lg)}[data-theme=dark] .terms-content h1{color:var(--color-text)}[data-theme=dark] .effective-date{color:var(--color-text-muted)}[data-theme=dark] .terms-content h2{color:var(--color-text);border-bottom-color:var(--color-primary)}[data-theme=dark] .terms-content h3{color:var(--color-text)}[data-theme=dark] .terms-content p,[data-theme=dark] .terms-content ul,[data-theme=dark] .terms-content li{color:var(--color-text-muted)}[data-theme=dark] .terms-content strong{color:var(--color-text)}[data-theme=dark] .terms-content a{color:var(--color-primary)}[data-theme=dark] .terms-page .footer{background:var(--color-surface);border-top:1px solid var(--color-border)}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column}.privacy-page .header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0}.privacy-page .header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.privacy-page .header .logo h2{color:#333;margin:0;font-size:1.5rem;text-decoration:none}.privacy-page .header .logo a{text-decoration:none}.privacy-page .header .nav{display:flex;gap:2rem;align-items:center}.privacy-page .header .nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.privacy-page .header .nav a:hover{color:#667eea}.privacy-content{padding:2rem 0;min-height:100vh;margin-top:70px;flex:1}.App.with-banner .privacy-content{margin-top:114px}.privacy-content .container{max-width:800px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:3rem}.privacy-content h1{color:#333;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.last-updated{text-align:center;color:#666;font-style:italic;margin-bottom:3rem;font-size:.9rem}.privacy-content section{margin-bottom:2.5rem}.privacy-content h2{color:#333;font-size:1.4rem;margin-bottom:1rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.privacy-content h3{color:#444;font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem}.privacy-content p{color:#555;line-height:1.7;margin-bottom:1rem}.privacy-content ul{color:#555;line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.privacy-content li{margin-bottom:.5rem}.privacy-content strong{color:#333;font-weight:600}.privacy-content a{color:#667eea;text-decoration:none}.privacy-content a:hover{text-decoration:underline}.privacy-page .footer{background:#000c;color:#fff;padding:3rem 0 1rem}.privacy-page .footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.privacy-page .footer-content{display:flex;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.privacy-page .footer-brand h3{margin-bottom:.5rem;font-size:1.3rem}.privacy-page .footer-brand p{color:#ccc;margin:0}.privacy-page .footer-links{display:flex;gap:3rem;flex-wrap:wrap}.privacy-page .footer-column h4{margin-bottom:1rem;font-size:1rem;color:#fff}.privacy-page .footer-column a{display:block;color:#ccc;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.privacy-page .footer-column a:hover{color:#fff}.privacy-page .footer-bottom{border-top:1px solid #444;padding-top:1rem;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.privacy-page .footer-bottom p{margin:0;color:#ccc;font-size:.9rem}.privacy-page .footer-bottom a{color:#667eea;text-decoration:none}.privacy-page .footer-bottom a:hover{text-decoration:underline}[data-theme=dark] .privacy-page{background:linear-gradient(135deg,#1e293b,#0f172a)}[data-theme=dark] .privacy-page .header{background:#0f172af2;border-bottom:1px solid var(--color-border)}[data-theme=dark] .privacy-page .header .logo h2,[data-theme=dark] .privacy-page .header .nav a{color:var(--color-text)}[data-theme=dark] .privacy-page .header .nav a:hover{color:var(--color-primary)}[data-theme=dark] .privacy-content .container{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-lg)}[data-theme=dark] .privacy-content h1{color:var(--color-text)}[data-theme=dark] .last-updated{color:var(--color-text-muted)}[data-theme=dark] .privacy-content h2{color:var(--color-text);border-bottom-color:var(--color-primary)}[data-theme=dark] .privacy-content h3{color:var(--color-text)}[data-theme=dark] .privacy-content p,[data-theme=dark] .privacy-content ul,[data-theme=dark] .privacy-content li{color:var(--color-text-muted)}[data-theme=dark] .privacy-content strong{color:var(--color-text)}[data-theme=dark] .privacy-content a{color:var(--color-primary)}[data-theme=dark] .privacy-page .footer{background:var(--color-surface);border-top:1px solid var(--color-border)}.security-page{min-height:100vh;color:var(--color-text);background:var(--color-bg)}.security-hero{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-600) 100%);color:#fff;padding:6rem 0 4rem;text-align:center}.security-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.security-subtitle{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.security-content{padding:3rem 0}.security-content section{margin-bottom:3rem}.security-content h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text)}.security-content h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--color-text)}.security-content p{margin-bottom:1rem;line-height:1.6;color:var(--color-text)}.security-content ul{margin-bottom:1rem;padding-left:1.5rem;color:var(--color-text)}.security-content li{margin-bottom:.5rem;line-height:1.6}.security-content a{color:var(--color-primary);text-decoration:none}.security-content a:hover{text-decoration:underline}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.resource-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}.resource-card:hover{box-shadow:var(--shadow-md)}.resource-card h3{margin-bottom:1rem}.resource-card h3 a{color:var(--color-text);text-decoration:none}.resource-card h3 a:hover{color:var(--color-primary)}.resource-link{display:inline-flex;align-items:center;font-weight:500;margin-top:1rem}.warning-box{background:var(--color-surface-2);border-left:4px solid #ef4444;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.warning-box p{margin:0;color:var(--color-text)}.contact-box{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0}.contact-box h3{margin-top:0;margin-bottom:1rem}.contact-note{font-size:.9rem;color:var(--color-text-muted);margin:0}.measures-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.measure-item{background:var(--color-surface-2);border-radius:var(--radius-md);padding:1.5rem}.measure-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.measure-item p{font-size:.9rem;margin:0;color:var(--color-text-muted)}.last-updated{border-top:1px solid var(--color-border);padding-top:2rem;margin-top:3rem}.last-updated p{font-size:.9rem;color:var(--color-text-muted);margin:0}.security-policy-page,.security-acknowledgments-page{min-height:100vh;color:var(--color-text);background:var(--color-bg)}.security-policy-content,.security-acknowledgments-content{padding:6rem 0 4rem}.security-policy-content .container,.security-acknowledgments-content .container{max-width:800px}.docs-container{min-height:100vh;display:flex;flex-direction:column}.docs-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0 4rem;text-align:center;margin-top:4rem}.docs-header .container{max-width:1200px;margin:0 auto;padding:0 20px}.docs-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.docs-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.docs-layout{display:flex;flex:1;max-width:1200px;margin:0 auto;gap:2rem;padding:0 20px}.docs-sidebar{width:250px;flex-shrink:0;padding:2rem 0;border-right:1px solid #e5e7eb;position:sticky;top:6rem;height:fit-content;max-height:calc(100vh - 8rem);overflow-y:auto}.docs-sidebar h3{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:1rem;padding-left:1rem}.docs-sidebar ul{list-style:none}.docs-sidebar li{margin-bottom:.5rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;border-radius:8px;font-size:.95rem;color:#6b7280;transition:all .2s ease;cursor:pointer}.sidebar-link:hover{background:#f3f4f6;color:#374151}.sidebar-link.active{background:#6366f1;color:#fff}.sidebar-link .icon{font-size:1.1rem;width:20px;text-align:center}.sidebar-footer{margin-top:2rem;padding:1rem;border-top:1px solid #e5e7eb}.docs-main{flex:1;padding:2rem 0;min-width:0}.docs-content{max-width:800px;line-height:1.7}.docs-content h1{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;border-bottom:2px solid #e5e7eb;padding-bottom:1rem}.docs-content h2{font-size:1.75rem;font-weight:600;color:#374151;margin-top:2.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.docs-content h3{font-size:1.375rem;font-weight:600;color:#374151;margin-top:2rem;margin-bottom:.75rem}.docs-content p{margin-bottom:1.25rem;color:#4b5563}.docs-content ul,.docs-content ol{margin-bottom:1.25rem;padding-left:1.5rem;list-style:disc}.docs-content ol{list-style:decimal}.docs-content li{margin-bottom:.5rem;color:#4b5563}.docs-content strong{font-weight:600;color:#374151}.docs-content code{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#6366f1}.step-by-step{margin:2rem 0}.step{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.step h3{color:#6366f1;margin-top:0;margin-bottom:1rem;font-size:1.25rem}.warning-box{background:#fef3cd;border:1px solid #facc15;border-radius:8px;padding:1rem;margin:1.5rem 0}.info-box{background:#dbeafe;border:1px solid #3b82f6;border-radius:8px;padding:1rem;margin:1.5rem 0}.success-box{background:#dcfce7;border:1px solid #22c55e;border-radius:8px;padding:1rem;margin:1.5rem 0}[data-theme=dark] .docs-header{background:linear-gradient(135deg,#4f46e5,#5b21b6);color:#fff}[data-theme=dark] .docs-layout{background:var(--color-bg)}[data-theme=dark] .docs-sidebar{background:var(--color-surface);border-right:1px solid var(--color-border)}[data-theme=dark] .docs-sidebar h3{color:var(--color-text)}[data-theme=dark] .sidebar-link{color:var(--color-text-muted)}[data-theme=dark] .sidebar-link:hover{background:var(--color-surface-2);color:var(--color-text)}[data-theme=dark] .sidebar-link.active{background:var(--color-primary);color:#fff}[data-theme=dark] .sidebar-footer{border-top:1px solid var(--color-border)}[data-theme=dark] .docs-content h1{color:var(--color-text);border-bottom:2px solid var(--color-border)}[data-theme=dark] .docs-content h2{color:var(--color-text);border-bottom:1px solid var(--color-border)}[data-theme=dark] .docs-content h3,[data-theme=dark] .docs-content p,[data-theme=dark] .docs-content li,[data-theme=dark] .docs-content strong{color:var(--color-text)}[data-theme=dark] .docs-content code{background:var(--color-surface-2);color:var(--color-primary)}[data-theme=dark] .docs-content pre,[data-theme=dark] .docs-content pre code{background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border)}[data-theme=dark] .step{background:var(--color-surface);border:1px solid var(--color-border)}[data-theme=dark] .step h3{color:var(--color-primary)}[data-theme=dark] .warning-box{background:#facc151f;border:1px solid #facc15}[data-theme=dark] .info-box{background:#3b82f61f;border:1px solid #3b82f6}[data-theme=dark] .success-box{background:#22c55e1f;border:1px solid #22c55e}@media (max-width: 768px){[data-theme=dark] .docs-sidebar{border-bottom:1px solid var(--color-border)}}@media (max-width: 768px){.docs-header{padding:4rem 0 3rem;margin-top:3.5rem}.docs-header h1{font-size:2rem}.docs-header p{font-size:1.1rem}.docs-layout{flex-direction:column;gap:0}.docs-sidebar{width:100%;position:static;max-height:none;border-right:none;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.docs-main{padding:1.5rem 0}.docs-content h1{font-size:1.875rem}.docs-content h2{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overscroll-behavior:none;-webkit-overflow-scrolling:touch;height:100%;overflow:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--color-text);background:var(--color-bg);overscroll-behavior:none;position:relative;height:100%;overflow-x:hidden}.App{min-height:100vh}#root{min-height:100vh;overscroll-behavior:none;position:relative}button{font-family:inherit;border:none;background:none;cursor:pointer;transition:all .3s ease}button:focus{outline:2px solid #6366f1;outline-offset:2px}a{color:#6366f1;text-decoration:none;transition:color .3s ease}a:hover{color:#5855eb}ul,ol{list-style:none}input,textarea,select{font-family:inherit}input:focus,textarea:focus,select:focus{outline:2px solid #6366f1;outline-offset:2px}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 480px){.container{padding:0 15px}}@media (min-width: 481px) and (max-width: 768px){.container{padding:0 18px}}@media (min-width: 1201px){.container{padding:0 24px}}@media (max-width: 768px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.section-padding{padding:80px 0}@media (max-width: 768px){.section-padding{padding:60px 0}}@media (max-width: 480px){.section-padding{padding:40px 0}}@media (max-width: 768px){.get-started-btn,.cta-button,.pricing-cta{padding:.75rem 1.25rem;font-size:.95rem;min-height:44px}}@media (max-width: 768px){body{overflow-x:hidden}*{max-width:100%}}.loading{display:flex;align-items:center;justify-content:center;padding:2rem}.spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}[data-theme=dark] .loading{color:var(--color-text)}[data-theme=dark] .spinner{border-color:var(--color-border);border-top-color:var(--color-primary)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{.no-print{display:none!important}}.get-started-btn,.cta-button,.pricing-cta{background:var(--color-primary);color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s}.get-started-btn:hover,.cta-button:hover,.pricing-cta:hover{background:var(--color-primary-600);color:#fff}[data-theme=dark] body{color:var(--color-text);background:var(--color-bg)}[data-theme=dark] .landing-page,[data-theme=dark] .about-page,[data-theme=dark] .dashboard{color:var(--color-text)}[data-theme=dark] .pricing-card,[data-theme=dark] .mission-item,[data-theme=dark] .step,[data-theme=dark] .generator-card,[data-theme=dark] .contact-item{background:var(--color-surface)}[data-theme=dark] .how-it-works h2+p,[data-theme=dark] .feature p,[data-theme=dark] .price-period,[data-theme=dark] .story-content p,[data-theme=dark] .mission-item p,[data-theme=dark] .faq-answer p{color:var(--color-text-muted)}
