body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:400px;padding:2rem;width:90%}.modal-header{margin-bottom:1.5rem}.modal-header h2{color:#2d3748;font-weight:600}.close-button{background:none;border:none;border-radius:8px;color:#718096;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s}.close-button:hover{background:#f7fafc;color:#2d3748}.modal-body p{color:#4a5568;line-height:1.6;margin-bottom:2rem;text-align:center}.auth-buttons{display:flex;flex-direction:column;gap:1rem}.auth-button{align-items:center;border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;justify-content:center;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s}.auth-button:disabled{cursor:not-allowed;opacity:.6}.google-button{background:#fff;border-color:#e2e8f0;color:#2d3748}.google-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0;transform:translateY(-1px)}.github-button{background:#2d3748;color:#fff}.github-button:hover:not(:disabled){background:#1a202c;transform:translateY(-1px)}.auth-icon{font-size:1.25rem}.auth-footer{margin-top:2rem;text-align:center}.auth-footer p{color:#718096;font-size:.875rem;margin:0}.user-profile{position:relative}.user-info{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;cursor:pointer;display:flex;gap:.75rem;padding:.5rem 1rem;transition:all .2s}.user-info:hover{background:#fff3}.user-avatar{object-fit:cover}.user-avatar,.user-avatar-placeholder{border-radius:50%;height:32px;width:32px}.user-avatar-placeholder{align-items:center;background:#e2e8f0;color:#718096;display:flex;justify-content:center}.user-name{color:#fff;font-size:.875rem;font-weight:500}.dropdown-arrow{color:#fff;font-size:.75rem;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;margin-top:.5rem;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:100}.dropdown-item{align-items:center;background:none;border:none;color:#2d3748;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:background-color .2s;width:100%}.dropdown-item:hover{background-color:#f7fafc}.profile-link,.profile-link:hover{color:#667eea!important}.profile-link:hover{background-color:#667eea1a!important;text-decoration:none}.user-details{cursor:default}.user-details:hover{background:none}.user-details p{line-height:1.4;margin:0}.user-email{color:#718096;font-size:.875rem}.user-dropdown hr{border:none;border-top:1px solid #e2e8f0;margin:0}.logout-button{color:#e53e3e;font-weight:500}.logout-button:hover{background:#fed7d7}.auth-callback{align-items:center;display:flex;justify-content:center;min-height:60vh}.loading-message{max-width:400px;text-align:center}.loading-message h2{color:#2d3748;margin-bottom:1rem}.loading-message p{color:#718096;margin-bottom:2rem}.spinner{border:4px solid #e2e8f0;border-top-color:#3182ce;height:40px;margin:0 auto;width:40px}@media (max-width:768px){.modal-content{margin:1rem;padding:1.5rem}.user-name{display:none}.user-dropdown{right:-50px}}.header{background:linear-gradient(135deg,#4a8ea2,#357a8b);box-shadow:0 4px 20px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header .container,.logo{align-items:center;display:flex}.logo{color:#fff;text-decoration:none;transition:all .2s}.logo:hover{transform:scale(1.05)}.logo-image{height:80px;object-fit:contain;width:auto}.nav{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:8px;color:#fff;font-size:.95rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .2s}.nav-link:hover{background:#ffffff1a;transform:translateY(-1px)}.nav-link:after{background:#fff;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s;width:0}.nav-link:hover:after{width:80%}.header-actions{align-items:center;display:flex;gap:1rem}.language-toggle{align-items:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;display:flex;gap:.35rem;padding:.25rem}.language-btn{background:#0000;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.25rem .6rem;transition:all .2s}.language-btn:hover{background:#ffffff26}.language-btn.active{background:#fff;color:#357a8b}.login-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;transition:all .2s}.login-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-1px)}.menu-toggle{background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .2s}.menu-toggle:hover{background:#ffffff1a}@media (max-width:768px){.header .container{padding:0 1rem}.nav{background:linear-gradient(135deg,#4a8ea2,#357a8b);box-shadow:0 4px 20px #0000001a;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem 0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-link{border-radius:0;padding:1rem 2rem;text-align:left;width:100%}.nav-link:after{display:none}.nav-link:hover{background:#ffffff1a;transform:none}.menu-toggle{display:block}.login-btn{font-size:.8rem;padding:.375rem 1rem}}@media (max-width:480px){.header .container{height:70px}.logo-image{height:60px}.header-actions{gap:.5rem}.language-toggle{padding:.2rem}.language-btn{font-size:.7rem;padding:.2rem .5rem}}.features-page{background:linear-gradient(135deg,#4a8ea2,#357a8b);min-height:100vh}.features-hero{color:#fff;padding:4rem 0 6rem;text-align:center}.hero-content h1{font-size:2.25rem}.hero-content p{margin:0 auto 2.5rem;max-width:600px}.cta-button{background:#fff;box-shadow:0 8px 25px #00000026;color:#4a8ea2}.cta-button:hover{box-shadow:0 12px 35px #0003;color:#4a8ea2;text-decoration:none;transform:translateY(-3px)}.cta-button.large{font-size:1.2rem;padding:1.25rem 2.5rem}.features-grid-section{background:#fff;padding:6rem 0}.features-grid-section .section-title{color:#2d3748}.features-grid-section .section-title,.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:700;margin-bottom:3rem;text-align:center}.themes-section{background:#f9f7f0;color:#2d3748;padding:6rem 0}.themes-section .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.25rem}.themes-section .section-subtitle{color:#718096}.themes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:3rem}.theme-card{background:#fff;border:3px solid #0000;border-radius:15px;box-shadow:0 8px 25px #00000026;overflow:hidden;transition:all .3s ease}.theme-card:hover{box-shadow:0 15px 35px #0003;transform:translateY(-5px)}.theme-header{padding:1.5rem;text-align:center}.theme-header h3{color:#fff;font-size:1.25rem;font-weight:600;margin:0;text-shadow:0 1px 2px #0000001a}.theme-card p{color:#4a5568;line-height:1.5;margin:0;padding:1.5rem;text-align:center}.age-groups-section{background:#fff;padding:6rem 0}.age-groups-section .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.25rem}.age-groups{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.age-group{background:linear-gradient(135deg,#4a8ea20d,#357a8b0d);border:2px solid #4a8ea21a;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.age-group:hover{background:linear-gradient(135deg,#4a8ea21a,#357a8b1a);border-color:#4a8ea24d;transform:translateY(-5px)}.age-badge{align-items:center;background:linear-gradient(135deg,#4a8ea2,#357a8b);border-radius:50%;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.age-group h3{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.age-group p{color:#718096;line-height:1.6}.process-section{background:#f9f7f0;padding:6rem 0}.process-section .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.25rem}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.process-step{background:#f9f7f0;border:1px solid #4a8ea21a;border-radius:20px;box-shadow:0 4px 12px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.process-step:hover{background:#fff;border-color:#4a8ea233;box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.step-number{background:linear-gradient(135deg,#4a8ea2,#357a8b);font-size:1.5rem}.step-content h3{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.step-content p{color:#718096;line-height:1.6}.features-cta{background:linear-gradient(135deg,#4a8ea2,#357a8b);color:#fff;padding:6rem 0;text-align:center}.cta-content p{margin-bottom:2.5rem;max-width:500px}@media (max-width:768px){.container{padding:0 1rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1.1rem}.features-grid-section .section-title,.section-title{font-size:1.8rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem}.themes-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.age-groups,.process-steps{grid-template-columns:1fr}.cta-content h2{font-size:2rem}}@media (max-width:480px){.features-hero{padding:3rem 0 4rem}.hero-content h1{font-size:1.8rem}.age-groups-section,.features-cta,.features-grid-section,.process-section,.themes-section{padding:4rem 0}.feature-card,.process-step{padding:1.5rem}.cta-button{font-size:1rem;padding:.875rem 1.5rem}.cta-button.large{font-size:1.1rem;padding:1rem 2rem}}.book-reader-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;bottom:0;flex-direction:column;left:0;overflow:hidden;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.book-reader-container,.book-reader-overlay{align-items:center;display:flex;justify-content:center}.book-reader-container{flex-grow:1;max-width:1200px;width:100%}.storybook-flipbook{box-shadow:0 20px 50px #00000080;perspective:2000px}.demoPage{align-items:center;background:#0000;display:flex;justify-content:center;overflow:hidden}.demoPage canvas{max-height:100%;max-width:100%;object-fit:contain}.book-reader-controls{flex-shrink:0;gap:1.5rem;justify-content:center;padding:1.5rem 0;width:100%}.book-reader-controls,.nav-btn{align-items:center;display:flex}.nav-btn{background:linear-gradient(135deg,#4a8ea2,#357a8b);border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.nav-btn:hover:not(:disabled){box-shadow:0 8px 25px #4a8ea266;transform:translateY(-2px)}.nav-btn:disabled{background:#555;box-shadow:none;color:#888;cursor:not-allowed;transform:none}.page-indicator{background:#0000004d;border-radius:20px;color:#fff;font-size:1.1rem;font-weight:500;padding:.5rem 1rem}.btn-close-reader{background:#00000080;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;height:40px;line-height:36px;position:absolute;right:20px;text-align:center;top:20px;transition:all .3s ease;width:40px}.btn-close-reader:hover{background:#fff;color:#000;transform:rotate(90deg)}.book-reader-error,.book-reader-loading{color:#fff;text-align:center}.spinner{animation:spin 1s linear infinite;border:5px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.book-reader-error p,.book-reader-loading p{font-size:1.2rem;font-weight:500}.book-reader-error .btn-close{background:#f44336;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem}.examples-page{background:linear-gradient(135deg,#4a8ea2,#357a8b);min-height:100vh}.examples-hero{color:#fff;padding:4rem 0 6rem;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.hero-content p{font-size:1.25rem;line-height:1.6;margin:0 auto 3rem;max-width:700px;opacity:.9}.hero-badges{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem}.badge svg{color:#4ecdc4}.examples-stats{background:#fff;margin-top:-3rem;padding:4rem 0;position:relative;z-index:2}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.stat-card{background:linear-gradient(135deg,#4a8ea20d,#357a8b0d);border:1px solid #4a8ea21a;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.stat-card:hover{background:linear-gradient(135deg,#4a8ea21a,#357a8b1a);border-color:#4a8ea24d;transform:translateY(-5px)}.stat-number{color:#4a8ea2;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#718096;font-size:1.1rem;font-weight:500}.examples-page .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#718096;font-size:1.2rem;margin-bottom:3rem;max-width:600px}.stories-section{background:#fff;padding:6rem 0}.stories-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.story-card{background:#fff;border:2px solid #4a8ea21a;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.story-card:hover{border-color:#4a8ea24d;box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.story-card.coming-soon{opacity:.7}.story-card.coming-soon:hover{opacity:.9}.story-image{align-items:center;aspect-ratio:1/1;background:#f8f9fa;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.story-image img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.story-card:hover .story-image img{transform:scale(1.05)}.story-overlay{bottom:1rem;display:flex;flex-direction:column;gap:.5rem;position:absolute;right:1rem}.story-rating{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:20px;color:#2d3748;display:flex;font-size:.9rem;font-weight:600;gap:.25rem;padding:.5rem .75rem}.star-icon{color:gold;font-size:.8rem}.story-reads{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#4a8ea2e6;font-weight:500;padding:.5rem .75rem;text-align:center}.coming-soon-badge,.story-reads{border-radius:20px;color:#fff;font-size:.8rem}.coming-soon-badge{background:linear-gradient(135deg,#ff6b6b,#ff5252);box-shadow:0 4px 15px #ff6b6b66;font-weight:600;left:1rem;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:1rem}.story-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}h3.story-header{margin-bottom:.25rem}h3.story-title{color:#2d3748;font-size:1.75rem!important;font-weight:600;line-height:1.3;margin-bottom:.25rem!important}.story-subtitle{color:#4a8ea2;font-size:1rem;font-weight:500;margin:0}.story-description{color:#718096;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;transition:all .3s ease}.story-description.truncated{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;min-height:4.8rem;overflow:hidden;text-overflow:ellipsis}.story-description.expanded{display:block;min-height:auto;overflow:visible}.story-description-container{margin-bottom:.5rem}.read-more-btn{align-items:center;background:none;border:none;color:#4a8ea2;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.25rem;margin-top:.5rem;padding:.25rem 0;text-decoration:none;transition:all .3s ease}.read-more-btn:hover{color:#357a8b;transform:translateX(2px)}.read-more-btn .chevron-icon{font-size:.8rem;transition:transform .3s ease}.read-more-btn:hover .chevron-icon{transform:scale(1.1)}.story-meta{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.story-details{display:flex;flex-wrap:wrap;gap:.75rem}.story-age{background:#4a8ea21a;color:#4a8ea2}.story-age,.story-theme{border-radius:20px;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.story-theme{color:#fff;text-shadow:0 1px 2px #0000001a}.story-info{align-items:center;color:#718096;display:flex;font-size:.9rem;justify-content:space-between}.story-characters{font-weight:500}.story-style{font-style:italic}.story-buttons{display:flex;gap:.5rem;margin-top:1rem}.read-story-btn{align-items:center;background:linear-gradient(135deg,#4a8ea2,#2d5aa0);border:none;border-radius:6px;box-shadow:0 1px 3px #4a8ea233;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.8rem;font-weight:500;gap:.375rem;justify-content:center;min-height:36px;padding:.625rem 1rem;text-decoration:none;transition:all .2s ease}.read-story-btn:hover{background:linear-gradient(135deg,#5a9fb5,#3d6bb0);box-shadow:0 2px 8px #4a8ea24d;transform:translateY(-1px)}.read-story-btn:active{transform:translateY(0)}.story-details-btn{align-items:center;background:#fff;border:1px solid #4a8ea2;border-radius:6px;color:#4a8ea2;cursor:pointer;display:flex;flex:1 1;font-size:.8rem;font-weight:500;gap:.375rem;justify-content:center;min-height:36px;padding:.625rem 1rem;text-decoration:none;transition:all .2s ease}.story-details-btn:hover{background:#4a8ea2;box-shadow:0 2px 8px #4a8ea233;color:#fff;transform:translateY(-1px)}.story-details-btn:active{transform:translateY(0)}.play-icon{font-size:.7rem}.info-icon,.play-icon{transition:transform .2s ease}.info-icon{font-size:.75rem}.read-story-btn:hover .play-icon,.story-details-btn:hover .info-icon{transform:scale(1.05)}.coming-soon-section{background:#f9f7f0;color:#2d3748;padding:6rem 0}.coming-soon-section .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.25rem}.coming-soon-section .section-subtitle{color:#718096}.examples-features{background:#fff;padding:6rem 0}.examples-features .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.25rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.feature-card{background:#fff;border:1px solid #4a8ea21a;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#4a8ea24d;box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#4a8ea2,#357a8b);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.feature-card h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#718096;line-height:1.6;margin-bottom:1.5rem}.feature-highlight{align-items:center;background:#4a8ea21a;border-radius:25px;color:#4a8ea2;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto;padding:.75rem 1.5rem;width:-webkit-fit-content;width:fit-content}.highlight-icon{font-size:.8rem}.examples-cta{background:linear-gradient(135deg,#4a8ea2,#357a8b);color:#fff;padding:6rem 0;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.cta-content p{font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto}.cta-buttons{gap:1.5rem;margin-bottom:3rem}.cta-button{border:2px solid #0000;border-radius:50px;font-size:1.1rem;padding:1.25rem 2.5rem}.cta-button.primary{color:#6ba3b5}.cta-button.primary:hover{box-shadow:0 12px 35px #0003;color:#6ba3b5;text-decoration:none;transform:translateY(-3px)}.cta-button.secondary{background:#0000;border-color:#fff}.cta-button.secondary:hover{color:#6ba3b5;text-decoration:none}.cta-icon{font-size:1.2rem}.arrow-icon{transition:transform .3s ease}.cta-button:hover .arrow-icon{transform:translateX(5px)}@media (max-width:768px){.container{padding:0 1rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-badges{align-items:center;flex-direction:column;gap:1rem}.coming-soon-section .section-title,.examples-page .section-title{font-size:1.8rem}.stories-grid{grid-template-columns:1fr}.story-card{margin:0 auto;max-width:400px}.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem}.stats-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.story-buttons{gap:.375rem}.read-story-btn,.story-details-btn{font-size:.75rem;min-height:32px;padding:.5rem .75rem}.play-icon{font-size:.65rem}.info-icon{font-size:.7rem}}@media (max-width:480px){.examples-hero{padding:3rem 0}.hero-content h1{font-size:2rem}.story-content{padding:1.5rem}.story-meta{gap:.75rem}.story-details{gap:.5rem}.story-info{align-items:flex-start;flex-direction:column;gap:.5rem}.read-more-btn{font-size:.85rem;margin-top:.75rem}.cta-button{justify-content:center;width:100%}.story-buttons{flex-direction:column;gap:.375rem}.read-story-btn,.story-details-btn{font-size:.75rem;min-height:32px;padding:.5rem;width:100%}.play-icon{font-size:.65rem}.info-icon{font-size:.7rem}}.story-page{background:#fff;min-height:100vh;padding:0}.story-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.story-nav{padding:2rem 0 1rem}.back-link{align-items:center;background:#fff;border-radius:25px;box-shadow:0 2px 10px #0000001a;color:#4a8ea2;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.back-link:hover{box-shadow:0 4px 15px #00000026;color:#2d5aa0;transform:translateY(-2px)}.story-showcase{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:3rem;overflow:hidden}.story-showcase-content{grid-gap:0;display:grid;gap:0;grid-template-columns:400px 1fr;min-height:500px}.story-cover-section{align-items:center;background:linear-gradient(135deg,#4a8ea2,#357a8b);display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:2rem}.story-cover-wrapper{border-radius:12px;box-shadow:0 8px 30px #0000004d;height:350px;overflow:hidden;position:relative;width:280px}.story-cover-image{height:100%;object-fit:cover;width:100%}.cover-overlay{display:flex;flex-direction:column;gap:.5rem;position:absolute;right:1rem;top:1rem}.story-rating,.story-reads{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:20px;color:#333;display:flex;font-size:.8rem;font-weight:600;gap:.25rem;padding:.5rem .75rem}.story-rating .star-icon{color:#ffc107;font-size:.7rem}.child-photo-placeholder{color:#fff;text-align:center}.photo-oval{align-items:center;background:#fff3;border:3px dashed #ffffff80;border-radius:50%;display:flex;flex-direction:column;gap:.5rem;height:120px;justify-content:center;margin:0 auto 1rem;overflow:hidden;position:relative;transition:all .3s ease;width:120px}.child-photo-img{border-radius:50%;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.photo-fallback{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;width:100%}.child-photo-display .photo-oval{background:#0000;border:3px solid #fffc}.child-photo-display .photo-oval:hover{border-color:#fff;transform:scale(1.05)}.photo-oval:hover:not(.child-photo-display .photo-oval){background:#ffffff4d;border-color:#ffffffb3}.camera-icon{font-size:1.5rem;opacity:.8}.photo-oval span{font-size:.75rem;font-weight:500;opacity:.9;text-align:center}.photo-note{font-size:.8rem;line-height:1.4;margin:0;max-width:200px;opacity:.8}.story-info-section{display:flex;flex-direction:column;justify-content:center;padding:3rem}.story-header{margin-bottom:2rem}.story-title{color:#2c3e50;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.story-subtitle{color:#7f8c8d;font-size:1.2rem;font-style:italic;margin:0 0 1.5rem}.story-meta-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.meta-badge{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;color:#4a8ea2;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.meta-badge svg{font-size:.8rem}.story-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.story-theme-tag{color:#fff;text-shadow:0 1px 2px #0000001a}.story-style-tag,.story-theme-tag{border-radius:20px;font-size:.85rem;font-weight:500;padding:.5rem 1rem}.story-style-tag{background:#e9ecef;color:#495057}.story-description{margin-bottom:2rem}.story-description h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.story-description p{color:#34495e;font-size:1rem;line-height:1.6;margin:0}.story-action-section{text-align:center}.read-story-main-btn{align-items:center;background:linear-gradient(135deg,#4a8ea2,#2d5aa0);border:none;border-radius:25px;box-shadow:0 4px 15px #4a8ea24d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;margin-bottom:1rem;padding:1rem 2rem;transition:all .3s ease}.read-story-main-btn:hover{background:linear-gradient(135deg,#5a9fb5,#3d6bb0);box-shadow:0 8px 25px #4a8ea266;transform:translateY(-2px)}.read-story-main-btn .play-icon{font-size:.9rem}.story-action-note{color:#7f8c8d;font-size:.9rem;margin:0}.story-details-section{margin-bottom:3rem}.details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.detail-card{background:#fff;border-radius:12px;box-shadow:0 2px 15px #00000014;padding:2rem}.detail-card h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.detail-items{display:flex;flex-direction:column;gap:1rem}.detail-item{align-items:center;background:#f8f9fa;border-left:4px solid #4a8ea2;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.detail-item strong{color:#2c3e50;font-size:.9rem;font-weight:600}.detail-item span{color:#34495e;font-size:.9rem;font-weight:500}.rating-display{align-items:center;display:flex;gap:.25rem}.rating-display .star-icon{color:#ffc107;font-size:.8rem}.story-cta-section{background:linear-gradient(135deg,#4a8ea2,#357a8b);border-radius:12px;color:#fff;margin-bottom:3rem;padding:4rem 3rem;text-align:center}.cta-content h2{font-size:2rem;font-weight:700;margin:0 0 1rem}.cta-content p{font-size:1.1rem;margin:0 auto 2rem;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{align-items:center;border-radius:25px;box-shadow:0 4px 15px #0003;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#fff;color:#4a8ea2}.cta-button.primary:hover{box-shadow:0 8px 25px #0000004d;color:#357a8b;transform:translateY(-2px)}.cta-button.secondary{background:#fff3;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#fff;color:#4a8ea2;transform:translateY(-2px)}.story-page-error{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh}.error-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:500px;padding:3rem;text-align:center}.error-content h1{color:#e74c3c;font-size:2rem;margin:0 0 1rem}.error-content p{color:#7f8c8d;font-size:1.1rem;margin:0 0 2rem}@media (max-width:768px){.story-page .container{padding:0 .5rem}.story-nav{padding:1rem 0 .5rem}.story-showcase-content{grid-template-columns:1fr}.story-cover-section{order:1;padding:2rem 1rem}.story-info-section{order:2;padding:2rem 1.5rem}.story-cover-wrapper{height:275px;width:220px}.photo-oval{height:100px;width:100px}.story-title{font-size:2rem}.story-meta-badges{justify-content:center}.details-grid{gap:1.5rem;grid-template-columns:1fr}.detail-card{padding:1.5rem}.story-cta-section{padding:3rem 2rem}.cta-content h2{font-size:1.5rem}.cta-buttons{align-items:center;flex-direction:column}.cta-button{justify-content:center;max-width:300px;width:100%}}@media (max-width:480px){.story-nav{padding:.75rem 0 .25rem}.back-link{font-size:.8rem;padding:.5rem 1rem}.story-cover-section,.story-info-section{padding:1.5rem 1rem}.story-cover-wrapper{height:225px;width:180px}.photo-oval{height:80px;width:80px}.photo-oval span{font-size:.7rem}.camera-icon{font-size:1.2rem}.story-title{font-size:1.75rem}.story-subtitle{font-size:1rem}.meta-badge{font-size:.8rem;padding:.4rem .8rem}.detail-card{padding:1rem}.detail-item{align-items:flex-start;flex-direction:column;gap:.25rem}.story-cta-section{padding:2rem 1rem}.read-story-main-btn{font-size:1rem;padding:.875rem 1.5rem}}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#4a8ea2,#357a8b);color:#fff;overflow:hidden;padding:100px 0 60px;position:relative;text-align:center}.contact-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.1)' d='M10 0H0v10'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-title{font-size:3rem;margin-bottom:1rem}.hero-subtitle,.hero-title{position:relative;z-index:1}.hero-subtitle{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.contact-section{background:#f8fafc;padding:80px 0}.contact-grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.contact-info h2{color:#2d3748;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.contact-description{color:#718096;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.contact-method:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#4a8ea2,#357a8b);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;width:50px}.contact-details h3{color:#2d3748;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-details a{color:#4a8ea2;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#357a8b;text-decoration:underline}.contact-details p{color:#718096;font-size:.9rem;margin:.5rem 0 0}.contact-form-container{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:2.5rem}.contact-form-container h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{color:#2d3748;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.contact-form input,.contact-form select,.contact-form textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#4a8ea2;box-shadow:0 0 0 3px #4a8ea21a;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.submit-button{background:linear-gradient(135deg,#4a8ea2,#357a8b);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:16px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.submit-button:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.submit-button:disabled:hover{box-shadow:0 4px 15px #667eea33;transform:none}.success-message{background:linear-gradient(135deg,#48bb78,#38a169)}.error-message,.success-message{animation:slideIn .3s ease-out;border-radius:8px;color:#fff;font-weight:600;margin-bottom:15px;padding:15px 20px;text-align:center}.error-message{background:linear-gradient(135deg,#f56565,#e53e3e)}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-faq{background:#fff;padding:60px 0}.contact-faq h2{color:#2d3748;font-size:2.2rem;font-weight:700;margin-bottom:3rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:1px solid #667eea1a;border-radius:12px;padding:2rem;transition:all .3s ease}.faq-card:hover{border-color:#667eea4d;box-shadow:0 8px 25px #667eea26;transform:translateY(-3px)}.faq-card h3{color:#2d3748;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.faq-card p{color:#718096;line-height:1.6;margin:0}@media (max-width:768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.contact-grid{gap:3rem;grid-template-columns:1fr}.contact-method{flex-direction:column;gap:1rem;text-align:center}.contact-form-container{padding:2rem}.faq-grid{grid-template-columns:1fr}.success-modal{margin:1rem;padding:2rem}.modal-icon{font-size:2rem;height:70px;width:70px}.success-modal h3{font-size:1.5rem}.success-modal p{font-size:1rem}}@media (max-width:480px){.contact-hero{padding:80px 0 40px}.hero-title{font-size:1.8rem}.contact-section{padding:60px 0}.contact-form-container h2,.contact-info h2{font-size:1.6rem}.contact-form-container{padding:1.5rem}.contact-method{padding:1rem}.success-modal{border-radius:16px;padding:1.5rem}.modal-icon{font-size:1.8rem;height:60px;margin-bottom:1rem;width:60px}.success-modal h3{font-size:1.3rem}.success-modal p{font-size:.95rem}.modal-timer{font-size:.85rem;padding:.6rem .8rem}.modal-close-btn{font-size:1rem;height:35px;width:35px}}.success-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.success-modal{animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:2.5rem;position:relative;text-align:center;width:90%}.modal-close-btn{align-items:center;background:#f7fafc;border:none;border-radius:50%;color:#718096;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px}.modal-close-btn:hover{background:#edf2f7;color:#2d3748;transform:scale(1.1)}.modal-icon{align-items:center;animation:iconBounce .6s cubic-bezier(.68,-.55,.265,1.55) .2s;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;box-shadow:0 8px 32px #48bb784d;color:#fff;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.success-modal h3{animation:textSlideUp .5s ease-out .3s both;color:#2d3748;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.success-modal p{animation:textSlideUp .5s ease-out .4s both;color:#718096;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.modal-timer{animation:textSlideUp .5s ease-out .5s both;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #667eea33;border-radius:8px;color:#667eea;font-size:.9rem;font-weight:500;padding:.75rem 1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes iconBounce{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes textSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-profile-page{background:linear-gradient(135deg,#fffef7,#f9f7f0);min-height:100vh;padding:2rem 0}.user-profile-page .container{margin:0 auto;max-width:1000px;padding:0 2rem}.profile-header{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:2rem;margin-bottom:2rem;padding:2rem}.profile-avatar{flex-shrink:0;position:relative}.profile-avatar img{border:3px solid #4a8ea2;border-radius:50%;height:80px;object-fit:cover;width:80px}.provider-icon{background:#fff;border-radius:50%;bottom:-5px;box-shadow:0 2px 8px #00000026;height:24px;padding:4px;position:absolute;right:-5px;width:24px}.provider-icon.google{color:#db4437}.provider-icon.github{color:#333}.provider-icon.default{color:#4a8ea2}.profile-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a8ea2,#357a8b);-webkit-background-clip:text;background-clip:text;color:#2d3748;flex:1 1;font-size:2rem;font-weight:700;margin-bottom:.5rem}.profile-title p{color:#718096;font-size:1rem}.profile-actions{flex-shrink:0}.edit-actions{display:flex;gap:1rem}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.profile-section h2{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:span 2}.form-group label{align-items:center;color:#2d3748;display:flex;font-weight:600;gap:.5rem;margin-bottom:.5rem}.field-icon{color:#4a8ea2}.form-group input,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#4a8ea2;box-shadow:0 0 0 3px #4a8ea21a;outline:none}.field-value{align-items:center;background:#f7fafc;border-radius:8px;color:#2d3748;display:flex;min-height:3rem;padding:.75rem 1rem}.preferences-grid{display:flex;flex-direction:column;gap:1.5rem}.preference-item{border:2px solid #e2e8f0;border-radius:8px;padding:1rem;transition:all .2s}.preference-item:hover{background:#4a8ea205;border-color:#4a8ea2}.checkbox-label{align-items:center;color:#2d3748;cursor:pointer;display:flex;font-weight:600;gap:.75rem;margin-bottom:.5rem}.checkbox-label input[type=checkbox]{-webkit-appearance:none;appearance:none;border:2px solid #cbd5e0;border-radius:4px;cursor:pointer;height:20px;position:relative;transition:all .2s;width:20px}.checkbox-label input[type=checkbox]:checked{background:#4a8ea2;border-color:#4a8ea2}.checkbox-label input[type=checkbox]:checked:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.preference-item p{color:#718096;font-size:.9rem;margin-left:2.75rem}.account-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.account-item{background:#f7fafc;border-radius:8px;gap:1rem;padding:1rem}.account-item,.provider-badge{align-items:center;display:flex}.provider-badge{background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:.9rem;font-weight:500;gap:.5rem;padding:.25rem .75rem}.danger-zone{border-top:2px solid #fed7d7;padding-top:2rem}.danger-zone h3{align-items:center;color:#b8860b;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.btn-primary{background:#4a8ea2;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary:hover{background:#357a8b;box-shadow:0 4px 12px #4a8ea24d}.btn-secondary{background:#4a8ea2;border:1px solid #4a8ea2;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.btn-secondary:hover{background:#357a8b;border-color:#357a8b}.btn-danger{background:linear-gradient(135deg,#b8860b,#a0750a);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.btn-danger:hover{background:linear-gradient(135deg,#a0750a,#8b6508);box-shadow:0 2px 8px #b8860b4d;transform:translateY(-1px)}.auth-required{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:4rem 2rem;text-align:center}.auth-required h1{color:#2d3748;font-size:2rem;margin-bottom:1rem}.auth-required p{color:#718096;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}@media (max-width:768px){.user-profile-page .container{padding:0 1rem}.profile-header{flex-direction:column;gap:1.5rem;text-align:center}.profile-actions{width:100%}.edit-actions{justify-content:center}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.profile-title h1{font-size:1.75rem}.account-item{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.user-profile-page{padding:1rem 0}.profile-header,.profile-section{padding:1.5rem}.profile-title h1{font-size:1.5rem}.btn-danger,.btn-primary,.btn-secondary{justify-content:center;width:100%}.edit-actions{flex-direction:column;gap:.5rem}}.error-message{color:#b8860b}.error-message,.success-message{font-size:.875rem;margin-top:.25rem}.success-message{color:#357a8b}.profile-link{color:#4a8ea2;font-weight:500;text-decoration:none}.section-title{border-bottom:2px solid #4a8ea2;color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.preferences-section{background:linear-gradient(135deg,#4a8ea2,#357a8b);border-radius:1rem;color:#fff;margin-bottom:2rem;padding:2rem}.preference-link{color:#4a8ea2;font-weight:500;text-decoration:none}.preference-link:hover{color:#357a8b;text-decoration:underline}.admin-container{background:linear-gradient(135deg,#4a8ea2,#357a8b);min-height:100vh;padding:2rem 0}.admin-header{background:#fff;border-radius:15px;box-shadow:0 8px 25px #0000001a;margin-bottom:2rem;padding:2rem;text-align:center}.admin-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.admin-header p{color:#666;font-size:1.2rem;margin-bottom:1rem}.error,.loading,.no-orders{background:#fff;border-radius:15px;box-shadow:0 8px 25px #0000001a;margin:2rem auto;max-width:500px;padding:3rem;text-align:center}.error h2,.loading h2,.no-orders h2{color:#333;margin-bottom:1rem}.error p,.loading p,.no-orders p{color:#666;margin-bottom:1.5rem}.orders-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.order-card{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 8px 25px #0000001a;cursor:pointer;padding:1.5rem;transition:all .3s ease}.order-card:hover{border-color:#4a8ea2;box-shadow:0 12px 35px #00000026;transform:translateY(-5px)}.order-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.order-header h3{color:#333;font-size:1.4rem;margin:0}.order-date{color:#666;font-size:.9rem}.order-details{margin-bottom:1rem}.order-details p{color:#555;font-size:.95rem;margin:.3rem 0}.order-details strong{color:#333}.order-stats{display:flex;gap:1rem;margin-bottom:1rem}.stat{color:#555;font-size:.9rem;padding:.5rem 1rem}.order-id,.stat{background:#f8f9fa;border-radius:8px}.order-id{color:#888;font-family:monospace;font-size:.8rem;padding:.5rem;text-align:center}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:15px;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.modal-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.modal-header h2{color:#333;font-size:1.5rem;margin:0}.close-btn{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.close-btn:hover{background:#f0f0f0;color:#333}.modal-body{padding:2rem}.detail-section{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1.5rem}.detail-section:last-child{border-bottom:none;margin-bottom:0}.detail-section h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.detail-section p{color:#555;line-height:1.5;margin:.5rem 0}.detail-section strong{color:#333}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4a8ea2,#357a8b)}.btn-primary:hover{box-shadow:0 5px 15px #4a8ea266}.btn-secondary{background:#f8f9fa;border:2px solid #dee2e6;color:#333}.btn-secondary:hover{background:#e9ecef;border-color:#adb5bd}@media (max-width:768px){.admin-container{padding:1rem 0}.orders-grid{gap:1rem;grid-template-columns:1fr}.order-card{padding:1rem}.order-header{align-items:flex-start}.order-header,.order-stats{flex-direction:column;gap:.5rem}.modal-overlay{padding:1rem}.modal-body,.modal-header{padding:1.5rem}.modal-header h2{font-size:1.3rem}}.admin-sidebar{background:linear-gradient(180deg,#4a8ea2,#357a8b);border-radius:12px;box-shadow:0 4px 12px #4a8ea226;margin-right:2rem;padding:2rem;width:300px}.legal-page{background-color:#f5f9fc;padding:60px 0}.legal-page h1{color:#1f3a4f;font-size:2.25rem;margin-bottom:.5rem}.legal-last-updated{color:#4a687a;font-weight:600;margin-bottom:1rem}.legal-contact,.legal-intro{color:#2c3f50;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.legal-section{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0e2d4114;margin-bottom:1.5rem;padding:1.5rem}.legal-section h2{color:#28536b;font-size:1.25rem;margin-bottom:.75rem}.legal-section p{color:#1f2d3d;line-height:1.7;margin-bottom:.75rem}:root{--primary-color:#4a8ea2;--primary-dark:#357a8b;--primary-light:#6ba3b5;--secondary-color:#d4a574;--secondary-dark:#b8860b;--secondary-light:#e6c799;--accent-color:#a8c3a5;--accent-dark:#8bad87;--text-color:#4a4a4a;--text-light:#6e6e6e;--background-light:#fffef7;--background-medium:#f9f7f0;--white:#fff}body{background-color:#fffef7;background-color:var(--background-light);color:#4a4a4a;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:18px}.text-center{text-align:center}.home-page section{padding:4rem 0}.home-page section:nth-child(odd){background-color:#fff;background-color:var(--white)}.home-page section:nth-child(2n){background-color:#f9f7f0;background-color:var(--background-medium)}.home-page .hero{background-color:#fffef7;background-color:var(--background-light)}.hero-title{color:#357a8b;color:var(--primary-dark);font-size:2.75rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.hero-subtitle{font-size:1.4rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.home-page .section-title{color:#357a8b;color:var(--primary-dark);font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.section-subtitle{font-size:1.3rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.step-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.step-description{font-size:1.1rem}.example-title{font-size:1.4rem;font-weight:600;margin-bottom:1rem}.faq-question{font-size:1.3rem;font-weight:600}.faq-answer{font-size:1.1rem}.about-intro,.feature-text{font-size:1.2rem}.about-intro{margin-bottom:2rem}.about-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.review-text{font-size:1.1rem;font-style:italic;margin-bottom:1rem}.reviewer-name{font-size:1.1rem;font-weight:600;text-align:right}.hero{padding-bottom:4rem;padding-top:3rem}.btn{border:none;border-radius:2rem;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:500;padding:.85rem 1.75rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#4a8ea2;background-color:var(--primary-color);box-shadow:0 4px 10px #7c9eff4d;color:#fff}.btn-primary:hover{background-color:#357a8b;background-color:var(--primary-dark);box-shadow:0 6px 15px #7c9eff66;transform:translateY(-2px)}.btn-secondary{background-color:#d4a574;background-color:var(--secondary-color);box-shadow:0 4px 10px #ffb6c14d;color:#4a4a4a;color:var(--text-color)}.btn-secondary:hover{background-color:#b8860b;background-color:var(--secondary-dark);box-shadow:0 6px 15px #ffb6c166;transform:translateY(-2px)}.book-covers{margin-top:3rem;overflow:hidden;position:relative}.covers-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin:0 auto;max-width:1200px}.cover-item{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:0;overflow:hidden;padding-bottom:100%;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.cover-item:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.book-cover{border-radius:8px;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.steps{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr;margin:4rem 0}@media (min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}.step{background-color:#fff;background-color:var(--white);border-radius:16px;box-shadow:0 8px 30px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-number{align-items:center;background-color:#4a8ea2;background-color:var(--primary-color);border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700;height:50px;margin:0 auto 1.5rem;width:50px}.categories,.step-number{display:flex;justify-content:center}.categories{flex-wrap:wrap;gap:1.5rem;margin:3rem 0}.category-btn{background-color:#fff;background-color:var(--white);border:2px solid #6ba3b5;border:2px solid var(--primary-light);border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1.2rem 2.5rem;transition:all .3s ease}.category-btn:hover{border-color:#4a8ea2;border-color:var(--primary-color);box-shadow:0 6px 15px #7c9eff33;color:#4a8ea2;color:var(--primary-color);transform:translateY(-3px)}.examples-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:3rem}.example-card{background-color:#fff;background-color:var(--white);border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.example-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.example-image{height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.example-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.example-details{padding:1.5rem}.example-specs{list-style:none;padding:0}.example-specs li{font-size:1.05rem;margin-bottom:.5rem}.faq{padding:4rem 0}.faq-list{margin:0 auto;max-width:800px}.faq-item{background-color:#fff;background-color:var(--white);border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:1.25rem;overflow:hidden}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;transition:background-color .3s ease}.faq-question:hover{background-color:#fffef7;background-color:var(--background-light)}.faq-question h3{color:#4a4a4a;color:var(--text-color);font-size:1.2rem;font-weight:500;margin:0}.faq-icon{color:#4a8ea2;color:var(--primary-color);font-size:1.5rem;font-weight:700}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#6e6e6e;color:var(--text-light);line-height:1.6;margin:0}.features-list{margin:3rem auto;max-width:700px}.feature-item{margin-bottom:1.5rem}.feature-check,.feature-item{align-items:center;display:flex}.feature-check{background-color:#a8c3a5;background-color:var(--accent-color);border-radius:50%;color:#fff;font-size:1rem;height:32px;justify-content:center;margin-right:1.5rem;width:32px}.reviews-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr;margin-top:3rem}@media (min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background-color:#fff;background-color:var(--white);border-radius:16px;box-shadow:0 8px 30px #0000000d;padding:2rem;transition:transform .3s ease}.review-card:hover{transform:translateY(-5px)}.about-content{margin:0 auto;max-width:900px}.about-features{font-size:1.1rem;list-style:none;padding:0}.about-features li{margin-bottom:1.5rem;padding-left:2rem;position:relative}.about-features li:before{color:#8bad87;color:var(--accent-dark);content:"•";font-size:1.5rem;left:0;position:absolute}.container{margin:0 auto;max-width:1200px;padding:0 2rem}header{background-color:#fff;background-color:var(--white);box-shadow:0 4px 20px #0000000d;padding:1rem 0}header .container.header-container{align-items:center;display:flex;justify-content:space-between}header .logo{color:#357a8b;color:var(--primary-dark);font-size:1.8rem;font-weight:700;text-decoration:none}header .main-nav ul{align-items:center;display:flex;gap:1rem;list-style:none;margin:0;padding:0}header .main-nav .nav-link{border-radius:6px;color:#4a4a4a;color:var(--text-color);font-size:1.1rem;padding:.5rem .75rem;text-decoration:none;transition:color .3s ease,background-color .3s ease}header .main-nav .nav-link.active,header .main-nav .nav-link:hover{background-color:#f9f7f0;background-color:var(--background-medium);color:#357a8b;color:var(--primary-dark)}header .main-nav .btn-header-create{font-size:1rem;padding:.6rem 1.2rem}footer{background-color:#fffef7;background-color:var(--background-light);color:#6e6e6e;color:var(--text-light);font-size:1.05rem;padding:3rem 0 2rem}footer .container{margin:0 auto;max-width:1200px;padding:0 2rem}footer h3{color:#357a8b;color:var(--primary-dark);font-size:1.3rem;font-weight:600;margin-bottom:1.25rem}footer p{line-height:1.6;margin-bottom:1rem}footer ul{list-style:none;margin:0;padding:0}footer ul li{margin-bottom:.65rem}footer a.footer-link{color:#6e6e6e;color:var(--text-light);text-decoration:none;transition:color .3s ease}footer a.footer-link:hover{color:#4a8ea2;color:var(--primary-color);text-decoration:underline}.footer-columns-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2.5rem}@media (min-width:768px){.footer-columns-grid{grid-template-columns:repeat(3,1fr)}}.footer-bottom-section{border-top:1px solid #e0e0e0;font-size:.95em;margin-top:2.5rem;padding-top:2rem;text-align:center}.footer-bottom-section p{margin-bottom:.5rem}.footer-bottom-section .privacy-statement{color:#6e6e6e;color:var(--text-light);font-size:.9em}@media (max-width:768px){.home-page section{padding:3rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.home-page .section-title{font-size:2.25rem}.section-subtitle{font-size:1rem}.covers-container{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.examples-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.example-title{font-size:1.2rem}.example-specs li{font-size:1rem}.faq-question h3{font-size:1.1rem}header .container.header-container,header .main-nav ul{flex-direction:column;gap:.5rem}header .main-nav ul{align-items:center;width:100%}header .main-nav ul li{text-align:center;width:100%}header .main-nav .btn-header-create{padding:.75rem 1.5rem;width:auto}}body{background-color:#f0f4f8;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;margin:0}.homepage{background-color:#fff;border-radius:12px;box-shadow:0 6px 12px #00000014;margin:20px auto;max-width:700px;padding:20px}.hero-section{background:linear-gradient(135deg,#6dd5fa,#ff758c);border-radius:8px 8px 0 0;color:#fff;margin:-20px -20px 30px;padding:30px 20px;text-align:center}.hero-section h1{font-size:2.2em;font-weight:600;margin-top:0}.hero-section p{font-size:1.1em;margin-bottom:0}.story-form-container{padding:0 10px}.story-form-step fieldset{background-color:#fdfdfd;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:25px;padding:25px}.story-form-step legend{color:#2c3e50;font-size:1.3em;font-weight:600;margin-bottom:15px;padding:0 10px}.story-form-step div{margin-bottom:20px}.story-form-step label{color:#555;display:block;font-weight:500;margin-bottom:8px}.story-form-step input[type=email],.story-form-step input[type=number],.story-form-step input[type=text],.story-form-step select,.story-form-step textarea{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:1em;padding:12px 15px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:100%}.story-form-step input[type=email]:focus,.story-form-step input[type=number]:focus,.story-form-step input[type=text]:focus,.story-form-step select:focus,.story-form-step textarea:focus{border-color:#6dd5fa;box-shadow:0 0 0 2px #6dd5fa4d;outline:none}.story-form-step textarea{min-height:80px;resize:vertical}.form-navigation button,.story-form-step button{background-color:#ff758c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:1.05em;font-weight:500;padding:12px 25px;transition:background-color .2s ease,transform .1s ease}.form-navigation button:hover,.story-form-step button:hover{background-color:#e66079;transform:translateY(-1px)}.form-navigation button:disabled,.story-form-step button:disabled{background-color:#ccc;cursor:not-allowed;transform:translateY(0)}.form-navigation{display:flex;justify-content:space-between;margin-top:25px}.form-navigation button[type=button]{background-color:#777}.form-navigation button[type=button]:hover{background-color:#666}.form-message{border-radius:6px;font-size:1em;margin-top:20px;padding:15px;text-align:center}.form-message.success{background-color:#e6ffed;border:1px solid #7ee298;color:#22863a}.form-message.error{background-color:#ffeef0;border:1px solid #f9aeb7;color:#d73a49}footer{border-top:1px solid #eee;color:#777;font-size:.9em;margin-top:40px;padding-top:20px;text-align:center}
/*# sourceMappingURL=main.406058f7.css.map*/