*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#f59e0b;--text-primary:#1f2937;--text-secondary:#6b7280;--bg-primary:#ffffff;--bg-secondary:#f9fafb;--border-color:#e5e7eb;--shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}[data-theme=bedtime]{--bedtime-bg:#1a1a2e;--bedtime-card:#16213e;--bedtime-text:#e8e8e8;--bedtime-text-secondary:#b8b8b8;--bedtime-accent:#f39c12;--bedtime-secondary:#9b59b6;--bedtime-border:#2d3a5a;--bedtime-shadow:0 4px 20px rgba(0,0,0,0.4);--text-primary:var(--bedtime-text);--text-secondary:var(--bedtime-text-secondary);--bg-primary:var(--bedtime-card);--bg-secondary:var(--bedtime-bg);--border-color:var(--bedtime-border);--shadow:var(--bedtime-shadow);--shadow-lg:var(--bedtime-shadow)}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}*{-webkit-tap-highlight-color:transparent}[role=button],a,button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1)}body{font-family:-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;color:var(--text-primary);background-color:var(--bg-secondary);line-height:1.6;margin:0;padding:0}main{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);color:white;text-decoration:none;border-radius:.5rem;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn.loading{cursor:wait;opacity:.8}.btn-spinner{display:inline-block;width:18px;height:18px;border-bottom:3px solid rgba(255,107,107,.2);border-right:3px solid rgba(255,107,107,.2);border-top:3px solid rgba(255,107,107,.2);border-color:#ff6b6b #4ecdc4 #45b7d1 rgba(255,107,107,.2);border-style:solid;border-width:3px;border-radius:50%;animation:spin .9s linear infinite;margin-right:.5rem;vertical-align:middle}.btn-secondary{background-color:var(--secondary-color)}.btn-secondary:hover{background-color:#d97706}.card{background:rgba(255,255,255,.95);border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);border:2px solid transparent}.card:hover{box-shadow:0 15px 40px rgba(255,107,107,.3);transform:translateY(-8px) scale(1.02);border-color:rgba(255,107,107,.3)}@media (max-width:768px){.container{padding:0 .75rem}}.home-page{min-height:100vh;margin:0;padding:0}.hero-section{background:linear-gradient(135deg,#FF6B6B,#4ECDC4 50%,#45B7D1);padding:6rem 2rem 8rem;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin:0}.hero-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(30px,30px,0) rotate(180deg)}}.hero-content{position:relative;z-index:1;max-width:800px}.hero-title{font-size:2.5rem;font-weight:800;color:white;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2);line-height:1.2}.hero-subtitle{font-size:1.3rem;color:rgba(255,255,255,.95);margin-bottom:3rem;font-weight:400}.hero-actions{gap:2rem}.big-play-button-wrapper,.hero-actions{display:flex;flex-direction:column;align-items:center}.big-play-button-wrapper{gap:1.5rem}.loading-message{color:white;font-size:1.1rem;font-weight:500;text-shadow:0 2px 8px rgba(0,0,0,.2);animation:fadeIn .3s ease-in;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.browse-link{display:inline-block;padding:1rem 2rem;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;text-decoration:none;border-radius:2rem;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.browse-link:hover{background:rgba(255,255,255,.3);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.featured-section{padding:5rem 2rem;background:var(--bg-primary)}.section-title{font-weight:800;margin-bottom:3rem;background:linear-gradient(135deg,#FF6B6B,#4ECDC4 50%,#45B7D1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.view-all-container{text-align:center;margin-top:3rem}.view-all-link{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#FF6B6B,#4ECDC4);color:white;text-decoration:none;border-radius:2rem;font-size:1.1rem;font-weight:600;transition:all .3s ease}.view-all-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,107,107,.3)}.scene-categories-section{padding:5rem 2rem;background:linear-gradient(180deg,var(--bg-primary) 0,rgba(255,107,107,.05) 100%)}.scene-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.scene-category-card{display:flex;flex-direction:column;align-items:center;padding:2.5rem 2rem;background:rgba(255,255,255,.95);border-radius:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);border:2px solid transparent;box-shadow:0 4px 15px rgba(0,0,0,.1)}.scene-category-card:hover{transform:translateY(-8px) scale(1.02);border-color:#FF6B6B;box-shadow:0 12px 30px rgba(255,107,107,.2)}.scene-icon{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.scene-title{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.scene-desc{font-size:.95rem;color:var(--text-secondary);text-align:center;margin:0}.big-play-button{background:linear-gradient(135deg,#FFD93D,#FF6B6B);border:none;border-radius:50%;width:280px;height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 0 20px rgba(255,255,255,.1),0 0 0 40px rgba(255,255,255,.05);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:hidden}.big-play-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.big-play-button:hover{transform:scale(1.1);box-shadow:0 25px 70px rgba(0,0,0,.4),0 0 0 25px rgba(255,255,255,.15),0 0 0 50px rgba(255,255,255,.08)}.big-play-button:hover:before{width:300px;height:300px}.big-play-button:active{transform:scale(1.05)}.play-icon{width:100px;height:100px;color:white;margin-bottom:1rem;position:relative;z-index:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.play-icon svg{width:100%;height:100%}.button-spinner{width:48px;height:48px;border-bottom:4px solid rgba(255,107,107,.2);border-right:4px solid rgba(255,107,107,.2);border-top:4px solid rgba(255,107,107,.2);border-color:#ff6b6b #4ecdc4 #45b7d1 rgba(255,107,107,.2);border-style:solid;border-width:4px;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.big-play-button.loading{cursor:wait;opacity:.9}.big-play-button.loading:hover{transform:scale(1)}.play-text{font-size:1.5rem;font-weight:700;color:white;text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;z-index:1;letter-spacing:.5px}.featured-stories{padding:4rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:var(--text-primary)}.stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.stories-page{padding:4rem 0;background:linear-gradient(135deg,rgba(255,107,107,.05),rgba(78,205,196,.05) 50%,rgba(69,183,209,.05));min-height:100vh;position:relative}.page-title{margin-bottom:3rem;text-shadow:0 4px 20px rgba(255,107,107,.2)}.story-page{padding:3rem 0 4rem;background:linear-gradient(135deg,rgba(255,107,107,.05),rgba(78,205,196,.05) 50%,rgba(69,183,209,.05));min-height:100vh;position:relative;overflow:hidden;will-change:scroll-position;contain:layout style paint}.story-page:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:float 20s ease-in-out infinite;pointer-events:none;will-change:transform;transform:translateZ(0)}.back-link{display:inline-block;margin-bottom:2rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--primary-dark)}.story-article{max-width:1000px;margin:0 auto;background:rgba(255,255,255,.98);border-radius:2rem;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);position:relative;z-index:1;transform:translateZ(0);will-change:scroll-position}.story-header{padding:3rem 2rem 2rem;text-align:center;background:linear-gradient(135deg,rgba(255,217,61,.08),rgba(255,107,107,.08));border-bottom:2px solid #ff6b6b;position:relative}.story-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent,#FF6B6B,transparent)}.story-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem;color:#10b981;line-height:1.2;text-shadow:0 4px 20px rgba(16,185,129,.3);letter-spacing:-.02em}.story-author{color:#6b7280;font-size:1.1rem;font-weight:600;padding:.6rem 1.25rem;background:rgba(243,244,246,.95);border-radius:9999px;display:inline-block;margin-top:.5rem;border:1px solid rgba(229,231,235,.8);transform:translateZ(0)}.story-cover{width:100%;height:500px;position:relative;overflow:hidden}.cover-image{width:100%;height:100%;object-fit:cover}.story-content-wrapper{padding:2.5rem;max-width:900px;margin:0 auto;background:rgba(255,255,255,.5);transform:translateZ(0);will-change:contents}.story-font-small .story-paragraph{font-size:1rem}.story-font-medium .story-paragraph{font-size:1.25rem}.story-font-large .story-paragraph{font-size:1.5rem}.story-paragraph-wrapper{margin-bottom:2rem}.story-paragraph{margin-bottom:1.5rem;transform:translateZ(0)}.story-image-horizontal .story-paragraph-horizontal{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2rem}.story-image-horizontal .story-text-container{flex:1 1;min-width:0}.story-image-horizontal .story-text-container .story-paragraph{margin-bottom:0}.story-image-horizontal .story-image-container{flex:0 0 auto;position:-webkit-sticky;position:sticky;top:100px;align-self:flex-start;transform:translateZ(0);will-change:transform}.story-image-horizontal .story-image-container img{width:100%;height:auto;border-radius:.5rem;box-shadow:var(--shadow);object-fit:cover;transform:translateZ(0);will-change:transform}.story-image-vertical .story-image-inline{margin:1.5rem 0}.story-scene{margin-bottom:3rem;padding-bottom:0}.story-scene:last-child{margin-bottom:0;padding-bottom:0}.story-scene-image{width:100%;margin:2rem 0;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--bg-secondary);padding:.5rem}.story-scene-image .scene-image{width:100%;height:auto;border-radius:.5rem;object-fit:cover;display:block}.story-scene-description{font-size:1.1rem;font-style:italic;color:var(--text-secondary);text-align:center;margin-bottom:1.5rem;padding:0 1rem}.story-scene-content{margin-top:1.5rem}.story-image-horizontal .story-scene-horizontal{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2rem}.story-image-horizontal .story-scene-horizontal .story-scene-image-container{flex:0 0 auto;position:-webkit-sticky;position:sticky;top:100px;align-self:flex-start;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--bg-secondary);padding:.5rem;transform:translateZ(0);will-change:transform}.story-image-horizontal .story-scene-horizontal .story-scene-image-container .scene-image{width:100%;height:auto;border-radius:.5rem;object-fit:cover;display:block}.story-image-horizontal .story-scene-horizontal .story-scene-content{flex:1 1;min-width:0;margin-top:0}.story-image-vertical .story-scene-image{width:100%;margin:2rem 0}.story-text{font-size:1.125rem;line-height:1.8;color:var(--text-primary)}.story-paragraph{margin-bottom:2rem;text-align:justify;font-size:1.25rem;line-height:2;color:var(--text-primary)}.story-image-inline{margin:2.5rem 0;width:100%;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--bg-secondary);padding:.5rem}.story-image-inline .story-image{width:100%;height:auto;border-radius:.5rem;object-fit:cover;display:block;transform:translateZ(0);will-change:transform}.story-images-remaining{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.story-image-wrapper{width:100%;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--bg-secondary);padding:.5rem}.story-image-wrapper .story-image{width:100%;height:auto;border-radius:.5rem;object-fit:cover;display:block}.related-stories,.start-new-story-section{position:relative;z-index:1}.start-new-story-section{margin-top:4rem;display:flex;justify-content:center;align-items:center;padding:3rem 2rem}.start-new-story-section .big-play-button{width:200px;height:200px}.start-new-story-section .play-icon{width:70px;height:70px;margin-bottom:.75rem}.start-new-story-section .play-text{font-size:1.2rem}.start-new-story-section .big-play-button:hover:before{width:220px;height:220px}.related-title{font-size:2.25rem;font-weight:800;margin-bottom:2.5rem;text-align:center;background:linear-gradient(135deg,#FF6B6B,#4ECDC4 50%,#45B7D1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:1rem 0}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.related-card{text-decoration:none;color:inherit;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);border:2px solid transparent;position:relative}.related-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,217,61,.1),rgba(255,107,107,.1));opacity:0;transition:opacity .3s ease;z-index:0}.related-card:hover{box-shadow:0 15px 40px rgba(255,107,107,.3);transform:translateY(-8px) scale(1.02);border-color:rgba(255,107,107,.3)}.related-card:hover:before{opacity:1}.related-image{width:100%;height:200px;object-fit:cover;transition:transform .3s ease;position:relative;z-index:1}.related-card:hover .related-image{transform:scale(1.05)}.related-story-title{padding:1.25rem;font-size:1.15rem;font-weight:700;color:var(--text-primary);position:relative;z-index:1;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.95))}.categories-page{padding:4rem 0;background:linear-gradient(135deg,rgba(255,107,107,.05),rgba(78,205,196,.05) 50%,rgba(69,183,209,.05));min-height:100vh;position:relative}.categories-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem;background:rgba(255,255,255,.6);padding:1.5rem;border-radius:2rem;box-shadow:0 8px 30px rgba(0,0,0,.08)}.category-btn{padding:.85rem 1.75rem;background:rgba(255,255,255,.9);border:2px solid rgba(229,231,235,.8);border-radius:2rem;cursor:pointer;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);color:var(--text-primary);font-size:.95rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.category-btn:hover{border-color:#FF6B6B;color:#FF6B6B;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,107,107,.2)}.category-btn.active{background:linear-gradient(135deg,#FFD93D,#FF6B6B);color:white;border-color:transparent;box-shadow:0 6px 20px rgba(255,107,107,.4);transform:translateY(-2px)}.stories-count{text-align:center;color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.2rem;font-weight:600;padding:1rem 2rem;background:rgba(255,255,255,.6);border-radius:2rem;display:inline-block;box-shadow:0 4px 15px rgba(0,0,0,.05)}.pagination-info{font-size:.9rem;color:var(--text-secondary);margin-left:.5rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding:2rem 0;flex-wrap:wrap}.pagination-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,rgba(255,107,107,.1),rgba(78,205,196,.1));border:2px solid rgba(255,107,107,.3);border-radius:.75rem;color:var(--text-primary);font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,rgba(255,107,107,.2),rgba(78,205,196,.2));border-color:rgba(255,107,107,.5);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-numbers{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.pagination-number{min-width:2.5rem;height:2.5rem;padding:.5rem;background:rgba(255,255,255,.6);border:2px solid transparent;border-radius:.5rem;color:var(--text-primary);font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pagination-number:hover{background:rgba(255,255,255,.9);border-color:rgba(255,107,107,.3);transform:translateY(-2px)}.pagination-number.active{background:linear-gradient(135deg,#FF6B6B,#4ECDC4);color:white;border-color:transparent;box-shadow:0 4px 12px rgba(255,107,107,.3)}.pagination-ellipsis{padding:0 .5rem;color:var(--text-secondary);font-weight:600}.random-page{padding:4rem 0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,107,107,.05),rgba(78,205,196,.05) 50%,rgba(69,183,209,.05));position:relative}.loading-content{text-align:center;background:rgba(255,255,255,.95);padding:3rem 4rem;border-radius:2rem;box-shadow:0 20px 60px rgba(0,0,0,.15);transform:translateZ(0)}.spinner{width:60px;height:60px;border-bottom:5px solid rgba(255,107,107,.2);border-right:5px solid rgba(255,107,107,.2);border-top:5px solid rgba(255,107,107,.2);border-color:#ff6b6b #4ecdc4 #45b7d1 rgba(255,107,107,.2);border-style:solid;border-width:5px;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem;box-shadow:0 4px 15px rgba(255,107,107,.3)}.loading-content p{color:var(--text-primary);font-size:1.2rem;font-weight:600;background:linear-gradient(135deg,#FF6B6B,#4ECDC4 50%,#45B7D1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-page,.contact-page,.privacy-page,.terms-page{padding:4rem 0;background:linear-gradient(135deg,rgba(255,107,107,.05),rgba(78,205,196,.05) 50%,rgba(69,183,209,.05));min-height:100vh;position:relative}.page-content,.privacy-content{max-width:800px;margin:0 auto;background:rgba(255,255,255,.95);padding:3.5rem;border-radius:2rem;box-shadow:0 20px 60px rgba(0,0,0,.15);transform:translateZ(0)}.page-title,.privacy-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem;background:linear-gradient(135deg,#FF6B6B,#4ECDC4 50%,#45B7D1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;text-align:center}.last-updated{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;text-align:center;padding:.75rem 1.5rem;background:rgba(243,244,246,.8);border-radius:2rem;display:inline-block;font-weight:500}.page-text,.privacy-text{line-height:1.9;color:var(--text-primary);font-size:1.1rem}.page-text h2,.privacy-text h2{font-size:1.75rem;font-weight:800;margin-top:2.5rem;margin-bottom:1.25rem;background:linear-gradient(135deg,#FF6B6B,#4ECDC4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-bottom:.5rem;border-bottom:2px solid rgba(255,107,107,.2)}.page-text p,.page-text ul,.privacy-text p{margin-bottom:1.25rem;text-align:justify}.page-text ul{padding-left:2rem;margin-bottom:1.5rem;list-style:none}.page-text ul li{margin-bottom:.75rem;position:relative;padding-left:1.5rem}.page-text ul li:before{content:"✨";position:absolute;left:0;color:#FF6B6B}.not-found{padding:4rem 0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,107,107,.05),rgba(78,205,196,.05) 50%,rgba(69,183,209,.05));position:relative}.not-found-content{text-align:center;background:rgba(255,255,255,.95);padding:4rem 3rem;border-radius:2rem;box-shadow:0 20px 60px rgba(0,0,0,.15);transform:translateZ(0)}.not-found-content h1{font-size:6rem;font-weight:900;background:linear-gradient(135deg,#FF6B6B,#4ECDC4 50%,#45B7D1);-webkit-background-clip:text;background-clip:text;line-height:1}.not-found-content h1,.not-found-content h2{-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.not-found-content h2{font-size:2.25rem;font-weight:800;background:linear-gradient(135deg,#FF6B6B,#4ECDC4);-webkit-background-clip:text;background-clip:text}.not-found-content p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.2rem;font-weight:500}.navigation{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:2px solid transparent;background-image:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.9))}.nav-content{justify-content:space-between;padding:1.25rem 0}.logo,.nav-content{display:flex;align-items:center}.logo{font-size:2rem;font-weight:800;text-decoration:none;transition:all .3s ease;gap:1rem}.logo-image{width:64px;height:64px;object-fit:contain;flex-shrink:0}.logo-text{background:linear-gradient(135deg,#FF6B6B,#4ECDC4 50%,#45B7D1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo:hover{transform:scale(1.05);filter:drop-shadow(0 2px 8px rgba(255,107,107,.3))}.nav-items{display:flex;align-items:center;gap:1rem}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);padding:.75rem 1.25rem;border-radius:2rem;position:relative;font-size:.95rem}.nav-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,217,61,.2),rgba(255,107,107,.2));border-radius:2rem;opacity:0;transition:opacity .3s ease;z-index:-1}.nav-link:hover{color:#FF6B6B;transform:translateY(-2px)}.nav-link:hover:before{opacity:1}.nav-link.active{color:white;background:linear-gradient(135deg,#FFD93D,#FF6B6B);box-shadow:0 4px 15px rgba(255,107,107,.4)}.nav-link.active:before{opacity:0}.locale-switch{padding:.6rem 1.2rem;background:linear-gradient(135deg,#4ECDC4,#45B7D1);border:none;border-radius:2rem;cursor:pointer;font-weight:600;color:white;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 4px 15px rgba(78,205,196,.3);font-size:.9rem}.locale-switch:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px rgba(78,205,196,.4)}.locale-switch:active{transform:translateY(0) scale(1)}.footer{background:var(--text-primary);color:white;padding:3rem 0 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:3rem;margin-bottom:2rem}.footer-section{text-align:center;flex:1 1;min-width:200px}.footer-section-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:white}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-links li{margin:0}.footer-links a{color:rgba(255,255,255,.9);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:white;text-decoration:underline}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{margin:.5rem 0;color:rgba(255,255,255,.8)}.copyright{opacity:.8;font-size:.9rem}.story-card-link{text-decoration:none;color:inherit}.story-card{height:100%;display:flex;flex-direction:column;border-radius:1.5rem;overflow:hidden}.story-image-container{width:100%;height:250px;overflow:hidden;position:relative}.story-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.story-card:hover .story-image-container img{transform:scale(1.05)}.story-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.story-content .story-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.story-excerpt{color:var(--text-secondary);margin-bottom:1rem;flex:1 1;line-height:1.6}.story-meta{display:flex;align-items:center;gap:.5rem}.story-author{font-size:.875rem;color:var(--text-secondary)}.story-settings{margin-bottom:2rem;background:rgba(255,255,255,.98);border:none;border-radius:1.5rem;padding:1.5rem 2rem;box-shadow:0 8px 30px rgba(0,0,0,.08);transform:translateZ(0);position:-webkit-sticky;position:sticky;top:80px;z-index:10}.story-settings-panel{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}.story-settings-section{display:flex;align-items:center;gap:1rem}.story-settings-label-text{letter-spacing:.01em}.story-settings-label,.story-settings-label-text{font-weight:700;color:var(--text-primary);white-space:nowrap;font-size:1rem}.story-settings-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem 0;transition:all .3s ease}.story-settings-label:hover{color:#FF6B6B}.story-settings-checkbox{width:1.5rem;height:1.5rem;cursor:pointer;accent-color:#6366f1;border-radius:.25rem;transition:all .3s ease}.story-settings-checkbox:checked{accent-color:#6366f1}.story-settings-options{display:flex;gap:.5rem;flex-wrap:nowrap;background:rgba(243,244,246,.5);padding:.25rem;border-radius:1rem}.story-settings-option{padding:.65rem 1.25rem;background:transparent;border:none;border-radius:.75rem;cursor:pointer;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);color:var(--text-primary);font-size:.95rem;white-space:nowrap;position:relative}.story-settings-option:hover{color:#6366f1;transform:translateY(-1px)}.story-settings-option.active{background:linear-gradient(135deg,#6366f1,#4f46e5);color:white;box-shadow:0 4px 15px rgba(99,102,241,.4);transform:translateY(-1px)}@media (max-width:768px){.home-page{min-height:100vh}.hero-section{padding:4rem 1rem 6rem;min-height:70vh}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.browse-link{padding:.875rem 1.5rem;font-size:1rem}.section-title{font-size:2rem;margin-bottom:2rem}.featured-section,.scene-categories-section{padding:3rem 1rem}.scene-categories-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.scene-category-card{padding:2rem 1.5rem}.scene-icon{font-size:3rem}.scene-title{font-size:1.1rem}.scene-desc{font-size:.85rem}.big-play-button{width:220px;height:220px}.play-icon{width:80px;height:80px;margin-bottom:.75rem}.play-text{font-size:1.2rem}.big-play-button:hover{transform:scale(1.05)}.stories-grid{grid-template-columns:1fr}.story-page{padding:2rem 0 3rem}.breadcrumbs{padding:0 1rem;margin:1rem auto 1.5rem}.story-header{padding:2rem 1.5rem 1.5rem}.start-new-story-section{margin-top:3rem;padding:2rem 1rem}.start-new-story-section .big-play-button{width:160px;height:160px}.start-new-story-section .play-icon{width:55px;height:55px;margin-bottom:.5rem}.start-new-story-section .play-text{font-size:1rem}.start-new-story-section .big-play-button:hover:before{width:180px;height:180px}.story-title{font-size:2rem}.story-author{font-size:1rem;padding:.5rem 1rem}.story-content-wrapper{padding:1.5rem}.related-title{font-size:1.75rem;margin-bottom:2rem}.story-font-small .story-paragraph{font-size:.9rem}.story-font-medium .story-paragraph{font-size:1.1rem}.story-font-large .story-paragraph{font-size:1.3rem}.story-image-horizontal .story-paragraph-horizontal{flex-direction:column;gap:1rem}.story-image-horizontal .story-image-container{flex:1 1;max-width:100%}.story-image-inline{margin:1.5rem 0;padding:.25rem}.story-scene{margin-bottom:2rem;padding-bottom:2rem}.story-scene-image{margin:1.5rem 0}.story-scene-horizontal{flex-direction:column;gap:1.5rem}.story-scene-horizontal .story-scene-image-container{flex:1 1;max-width:100%;position:static}.story-settings-panel{flex-direction:column;align-items:flex-start;gap:1rem}.story-settings-section{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.story-settings-options{width:100%;flex-wrap:wrap}.story-cover{height:300px}.related-grid{grid-template-columns:1fr}.page-content,.privacy-content{padding:2rem 1.5rem;border-radius:1.5rem}.page-title,.privacy-title{font-size:2.25rem}.categories-filter{padding:1rem;border-radius:1.5rem}.category-btn{padding:.7rem 1.25rem;font-size:.9rem}.stories-count{font-size:1rem;padding:.75rem 1.25rem}.pagination{gap:.25rem;margin-top:2rem;padding:1.5rem 0}.pagination-btn{padding:.5rem 1rem;font-size:.9rem}.pagination-number{min-width:2rem;height:2rem;font-size:.9rem}.loading-content{padding:2rem;border-radius:1.5rem}.spinner{width:50px;height:50px;border-width:4px}.footer-links{flex-direction:column;gap:1rem}.footer-content{gap:1.5rem}.footer-section-title{font-size:1.1rem}.nav-content{flex-direction:column;gap:1rem;padding:1rem 0}.logo{font-size:1.5rem}.nav-items{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%}.nav-link{padding:.6rem 1rem;font-size:.9rem}.locale-switch{padding:.5rem 1rem;font-size:.85rem}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:var(--bg-secondary)}.error-content{text-align:center;max-width:600px}.error-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.error-message{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.error-details{text-align:left;margin:2rem 0;padding:1rem;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;font-size:.9rem}.error-details summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.error-details pre{white-space:pre-wrap;word-break:break-all;font-size:.85rem;color:var(--text-secondary);margin-top:.5rem}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-secondary{background-color:var(--text-secondary);color:white}.btn-secondary:hover{background-color:var(--text-primary)}.breadcrumbs{max-width:1000px;margin:1.5rem auto 2rem;padding:0 1rem}.breadcrumbs-list{flex-wrap:wrap;list-style:none;margin:0;padding:0;font-size:.9rem}.breadcrumb-item,.breadcrumbs-list{display:flex;align-items:center}.breadcrumb-link{color:var(--primary-color);text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:var(--primary-dark);text-decoration:underline}.breadcrumb-separator{color:var(--text-secondary);margin:0 .5rem}.breadcrumb-current{color:var(--text-primary);font-weight:500}.related-stories{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border-color)}.related-stories-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center}.blog-page{min-height:100vh;padding:60px 0;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.blog-header{text-align:center;margin-bottom:60px}.blog-header h1{font-size:2.5rem;color:#2d3748;margin-bottom:16px;font-weight:700}.blog-subtitle{font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.blog-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.blog-card-link{text-decoration:none;color:inherit;display:block}.blog-card-image{height:200px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:24px}.blog-card-category{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:12px}.blog-card-title{font-size:1.25rem;color:#2d3748;margin-bottom:12px;font-weight:600;line-height:1.4}.blog-card-excerpt{color:#718096;font-size:.95rem;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.85rem;color:#a0aec0}.blog-post-page{min-height:100vh;padding:60px 0;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.blog-nav{margin-bottom:32px}.blog-back-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease}.blog-back-link:hover{color:#764ba2}.blog-post-header{max-width:800px;margin:0 auto 40px;text-align:center}.blog-post-category{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:16px}.blog-post-header h1{font-size:2.5rem;color:#2d3748;margin-bottom:24px;font-weight:700;line-height:1.3}.blog-post-meta{display:flex;justify-content:center;gap:24px;color:#718096;font-size:.95rem}.blog-post-image{max-width:900px;margin:0 auto 48px;border-radius:16px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.1)}.blog-post-image img{width:100%;height:auto;display:block}.blog-post-content{max-width:800px;margin:0 auto;background:white;padding:48px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.07);line-height:1.8;color:#2d3748}.blog-post-content h2{font-size:1.75rem;color:#2d3748;margin:40px 0 20px;font-weight:600}.blog-post-content h3{font-size:1.25rem;color:#2d3748;margin:32px 0 16px;font-weight:600}.blog-post-content p{margin-bottom:20px;font-size:1.05rem}.blog-post-footer{max-width:800px;margin:48px auto 0;text-align:center}.faq-page{min-height:100vh;padding:60px 0;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.faq-header{text-align:center;margin-bottom:60px}.faq-header h1{font-size:2.5rem;color:#2d3748;margin-bottom:16px;font-weight:700}.faq-subtitle{font-size:1.125rem;color:#718096}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:white;border-radius:12px;margin-bottom:16px;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden}.faq-question{padding:20px 24px;font-size:1.05rem;font-weight:600;color:#2d3748;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none;transition:background .2s ease}.faq-question:hover{background:#f7fafc}.faq-icon{font-size:1.5rem;color:#667eea;transition:transform .3s ease}details[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 24px 20px;color:#4a5568;line-height:1.7;font-size:.975rem}.trust-badges{padding:60px 0;background:white}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px;max-width:1000px;margin:0 auto}.trust-badge{text-align:center;padding:24px;border-radius:12px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);transition:transform .3s ease,box-shadow .3s ease}.trust-badge:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.trust-icon{font-size:3rem;display:block;margin-bottom:16px}.trust-title{font-size:1.125rem;color:#2d3748;margin-bottom:8px;font-weight:600}.trust-desc{font-size:.875rem;color:#718096;margin:0;line-height:1.5}@media (max-width:768px){.blog-page,.blog-post-page,.faq-page,.trust-badges{padding:40px 0}.blog-header h1,.blog-post-header h1,.faq-header h1{font-size:2rem}.blog-grid{grid-template-columns:1fr;gap:24px}.blog-post-meta{flex-direction:column;gap:8px}.blog-post-content{padding:32px 24px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.skeleton{position:relative;overflow:hidden;background:rgba(255,255,255,.95);border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:translateX(-100%);animation:shimmer 1.5s infinite}@keyframes shimmer{to{transform:translateX(100%)}}[data-theme=bedtime] .story-page,[data-theme=bedtime] body{background:linear-gradient(180deg,#1a1a2e,#0f0f1e)}[data-theme=bedtime] .story-page:before{background:radial-gradient(circle,rgba(243,156,18,.05) 0,transparent 70%)}[data-theme=bedtime] .story-article{background:rgba(22,33,62,.95);box-shadow:0 20px 60px rgba(0,0,0,.5)}[data-theme=bedtime] .story-header{background:linear-gradient(135deg,rgba(243,156,18,.1),rgba(155,89,182,.1));border-bottom:2px solid var(--bedtime-accent)}[data-theme=bedtime] .story-title{color:var(--bedtime-accent);text-shadow:0 4px 20px rgba(243,156,18,.4)}[data-theme=bedtime] .story-settings{background:rgba(22,33,62,.98);box-shadow:0 8px 30px rgba(0,0,0,.4)}[data-theme=bedtime] .story-settings-option{color:var(--bedtime-text)}[data-theme=bedtime] .story-settings-option.active{background:linear-gradient(135deg,var(--bedtime-accent) 0,var(--bedtime-secondary) 100%)}.bedtime-moon{position:fixed;top:20px;right:20px;width:60px;height:60px;background:radial-gradient(circle at 30% 30%,#f39c12 0,#d68910 100%);border-radius:50%;box-shadow:0 0 40px rgba(243,156,18,.6),0 0 80px rgba(243,156,18,.3);z-index:1000;opacity:0;transition:opacity .5s ease;pointer-events:none}[data-theme=bedtime] .bedtime-moon{opacity:1}.bedtime-stars{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:0;transition:opacity .5s ease}[data-theme=bedtime] .bedtime-stars{opacity:1}.bedtime-star{position:absolute;width:3px;height:3px;background:white;border-radius:50%;animation:twinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.bedtime-timer{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:rgba(243,156,18,.1);border-radius:2rem;border:2px solid var(--bedtime-accent)}.bedtime-timer-label{color:var(--bedtime-accent);font-weight:600;font-size:.9rem;white-space:nowrap}.bedtime-timer-display{color:var(--bedtime-text);font-weight:700;font-family:Courier New,monospace;font-size:1.1rem;min-width:60px;text-align:center}.bedtime-timer-buttons{display:flex;gap:.5rem}.bedtime-timer-btn{padding:.4rem .8rem;background:transparent;border:1px solid var(--bedtime-accent);border-radius:1rem;color:var(--bedtime-accent);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.bedtime-timer-btn.active,.bedtime-timer-btn:hover{background:var(--bedtime-accent);color:var(--bedtime-bg)}.next-story-countdown{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:rgba(22,33,62,.95);border:2px solid var(--bedtime-accent);border-radius:3rem;padding:1rem 2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 40px rgba(0,0,0,.5);z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.next-story-countdown.show{opacity:1;visibility:visible}.next-story-countdown-text{color:var(--bedtime-text);font-size:1rem;font-weight:600}.next-story-countdown-cancel{padding:.5rem 1.5rem;background:var(--bedtime-accent);border:none;border-radius:2rem;color:var(--bedtime-bg);font-weight:700;cursor:pointer;transition:all .3s ease}.next-story-countdown-cancel:hover{background:var(--bedtime-secondary);transform:scale(1.05)}.bedtime-toggle{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--bedtime-bg) 0,var(--bedtime-card) 100%);border:2px solid var(--bedtime-accent);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.4);z-index:1000;transition:all .3s ease}.bedtime-toggle:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(243,156,18,.4)}.bedtime-toggle-icon{font-size:1.5rem;transition:transform .3s ease}[data-theme=bedtime] .bedtime-toggle-icon{transform:rotate(180deg)}[data-theme=bedtime] .breadcrumbs,[data-theme=bedtime] .related-stories,[data-theme=bedtime] .start-new-story-section{display:none}[data-theme=bedtime] *{transition:background-color .5s ease,color .5s ease,border-color .5s ease,box-shadow .5s ease}@keyframes fadeOut{0%{opacity:1}to{opacity:.3}}.screen-dim{animation:fadeOut 2s ease forwards}@media (max-width:768px){.bedtime-moon{width:40px;height:40px;top:10px;right:10px}.bedtime-toggle{width:48px;height:48px;bottom:15px;right:15px}.next-story-countdown{bottom:20px;left:50%;transform:translateX(-50%);width:90%;padding:.75rem 1rem}.bedtime-timer{flex-wrap:wrap;justify-content:center}}.skeleton-image{width:100%;height:100%;border-radius:1.5rem}.skeleton-image,.skeleton-text{background:linear-gradient(135deg,#f0f0f0,#e0e0e0 50%,#f0f0f0)}.skeleton-text{border-radius:.5rem;margin-bottom:.75rem}.skeleton-title{height:1.5rem;width:80%;margin-bottom:1rem}.skeleton-excerpt{height:1rem;width:100%;margin-bottom:.5rem}.skeleton-excerpt:last-child{width:70%}.skeleton-meta{height:.875rem;width:40%;margin-top:.5rem}.loading-skeleton-page{width:100%}.loading-skeleton-title{height:3rem;width:60%;border-radius:1rem}.loading-skeleton-count,.loading-skeleton-title{margin:0 auto 2rem;background:linear-gradient(135deg,#f0f0f0,#e0e0e0 50%,#f0f0f0)}.loading-skeleton-count{height:1.5rem;width:30%;border-radius:.75rem}@media (max-width:768px){.loading-skeleton-title{height:2.25rem;width:80%}.loading-skeleton-count{width:50%}.skeleton-title{height:1.25rem}.skeleton-excerpt{height:.875rem}}.audio-player{background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(78,205,196,.08));border:2px solid rgba(99,102,241,.2);border-radius:1.5rem;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 8px 30px rgba(0,0,0,.08);transition:all .3s ease}.audio-player:hover{box-shadow:0 12px 40px rgba(99,102,241,.15);border-color:rgba(99,102,241,.3)}.audio-player-unsupported{background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(239,68,68,.05));border-color:rgba(239,68,68,.3)}.audio-player-message{color:var(--text-secondary);font-size:.95rem;text-align:center;padding:1rem}.audio-player-controls{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.audio-player-main-controls{display:flex;gap:.75rem;align-items:center}.audio-control-btn{width:48px;height:48px;border-radius:50%;border:2px solid rgba(99,102,241,.3);background:white;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 4px 15px rgba(0,0,0,.1)}.audio-control-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 20px rgba(99,102,241,.3);border-color:rgba(99,102,241,.5)}.audio-control-btn:disabled{opacity:.4;cursor:not-allowed}.audio-control-btn.play-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:transparent;color:white}.audio-control-btn.play-btn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca)}.audio-control-btn.pause-btn{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:transparent;color:white}.audio-control-btn.stop-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:transparent;color:white}.audio-player-progress{flex:1 1;min-width:200px;display:flex;align-items:center;gap:1rem}.progress-text{font-weight:700;color:var(--text-primary);font-size:.95rem;min-width:60px;text-align:center}.progress-bar{flex:1 1;height:8px;background:rgba(0,0,0,.1);overflow:hidden}.progress-bar,.progress-fill{border-radius:4px;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#4ECDC4);transition:width .3s ease}.progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShine 2s infinite}@keyframes progressShine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.audio-player-status{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;padding:.5rem 1rem;border-radius:2rem;transition:all .3s ease}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 1.5s infinite}.status-dot.paused{background:#f59e0b;animation:none}.status-dot.stopped{background:#6b7280;animation:none}.status-playing{background:rgba(16,185,129,.1);color:#10b981}.status-paused{background:rgba(245,158,11,.1);color:#f59e0b}.status-stopped{background:rgba(107,113,128,.1);color:#6b7280}.audio-player-settings{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.setting-group{display:flex;flex-direction:column;gap:.75rem}.setting-label{font-weight:600;color:var(--text-primary);font-size:.9rem}.setting-slider{width:100%;height:6px;border-radius:3px;background:rgba(0,0,0,.1);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.setting-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4ECDC4);cursor:pointer;box-shadow:0 2px 8px rgba(99,102,241,.4);-webkit-transition:all .3s ease;transition:all .3s ease}.setting-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px rgba(99,102,241,.6)}.setting-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4ECDC4);cursor:pointer;border:none;box-shadow:0 2px 8px rgba(99,102,241,.4);-moz-transition:all .3s ease;transition:all .3s ease}.setting-value{font-size:.85rem;color:var(--text-secondary);font-weight:600}.setting-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.pitch-btn,.preset-btn,.speed-btn{padding:.5rem 1rem;border:2px solid rgba(99,102,241,.3);background:white;border-radius:1.5rem;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);color:var(--text-primary)}.pitch-btn:hover,.preset-btn:hover,.speed-btn:hover{transform:translateY(-2px);border-color:rgba(99,102,241,.5);box-shadow:0 4px 12px rgba(99,102,241,.2)}.pitch-btn.active,.preset-btn.active,.speed-btn.active{background:linear-gradient(135deg,#6366f1,#4ECDC4);border-color:transparent;color:white;box-shadow:0 4px 15px rgba(99,102,241,.4)}.preset-btn{white-space:nowrap}.reading-progress{background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(78,205,196,.08));border:2px solid rgba(16,185,129,.2);border-radius:1rem;padding:.75rem 1.5rem;margin-bottom:2rem;text-align:center}.progress-label{font-weight:600;color:#10b981;font-size:.95rem}.story-paragraph.highlighted{background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(245,158,11,.08));border-left:4px solid #f59e0b;border-radius:.5rem;padding:1rem 1.25rem;margin-left:-1.25rem;margin-right:-1.25rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(245,158,11,.15);position:relative}.story-paragraph.highlighted:before{content:"🔊";position:absolute;left:-2rem;top:50%;transform:translateY(-50%);font-size:1rem;animation:bounce .5s infinite alternate}.story-paragraph[role=button]{cursor:pointer;transition:all .3s ease;border-radius:.5rem;padding:.5rem;margin:-.5rem}.story-paragraph[role=button]:hover{background:rgba(99,102,241,.05);border-color:rgba(99,102,241,.3)}.story-paragraph[role=button]:focus{outline:2px solid #6366f1;outline-offset:2px;background:rgba(99,102,241,.08)}[data-theme=bedtime] .audio-player{background:linear-gradient(135deg,rgba(243,156,18,.1),rgba(155,89,182,.1));border-color:rgba(243,156,18,.3)}[data-theme=bedtime] .audio-control-btn{background:var(--bedtime-card);color:var(--bedtime-text)}[data-theme=bedtime] .audio-control-btn.play-btn{background:linear-gradient(135deg,var(--bedtime-accent) 0,var(--bedtime-secondary) 100%)}[data-theme=bedtime] .progress-bar,[data-theme=bedtime] .setting-slider{background:rgba(255,255,255,.1)}[data-theme=bedtime] .pitch-btn,[data-theme=bedtime] .preset-btn,[data-theme=bedtime] .speed-btn{background:var(--bedtime-card);color:var(--bedtime-text);border-color:rgba(243,156,18,.3)}[data-theme=bedtime] .pitch-btn.active,[data-theme=bedtime] .preset-btn.active,[data-theme=bedtime] .speed-btn.active{background:linear-gradient(135deg,var(--bedtime-accent) 0,var(--bedtime-secondary) 100%)}[data-theme=bedtime] .story-paragraph.highlighted{background:linear-gradient(135deg,rgba(243,156,18,.2),rgba(243,156,18,.1));border-left-color:var(--bedtime-accent)}@media (max-width:768px){.audio-player{padding:1.25rem 1.5rem}.audio-player-controls{flex-direction:column;align-items:stretch;gap:1rem}.audio-player-main-controls{justify-content:center}.audio-control-btn{width:44px;height:44px;font-size:1.1rem}.audio-player-progress{min-width:auto}.audio-player-status{justify-content:center}.audio-player-settings{grid-template-columns:1fr;gap:1.25rem}.setting-buttons{justify-content:center}.story-paragraph.highlighted{margin-left:-1rem;margin-right:-1rem;padding:.75rem 1rem}.story-paragraph.highlighted:before{left:-1.5rem}}.continue-reading-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1rem 1.5rem;margin:1.5rem 0;box-shadow:0 4px 15px rgba(102,126,234,.3);animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.continue-reading-content{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.continue-icon{font-size:1.5rem;animation:bounce 1s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.continue-text{flex:1 1;color:white;font-weight:500;font-size:.95rem;min-width:200px}.continue-button{background:white;color:#667eea;border:none;padding:.6rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.continue-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.continue-button:active{transform:translateY(0)}.clear-progress-button{background:rgba(255,255,255,.2);color:white;border:none;width:32px;height:32px;border-radius:50%;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.clear-progress-button:hover{background:rgba(255,255,255,.3);transform:rotate(90deg)}[data-theme=bedtime] .continue-reading-banner{background:linear-gradient(135deg,rgba(243,156,18,.2),rgba(155,89,182,.2));border:1px solid rgba(243,156,18,.3)}[data-theme=bedtime] .continue-text{color:var(--bedtime-text)}[data-theme=bedtime] .continue-button{background:var(--bedtime-accent);color:var(--bedtime-bg)}[data-theme=bedtime] .clear-progress-button{background:rgba(243,156,18,.2);color:var(--bedtime-text)}[data-theme=bedtime] .clear-progress-button:hover{background:rgba(243,156,18,.3)}@media (max-width:768px){.continue-reading-banner{padding:1rem}.continue-reading-content{flex-direction:column;align-items:stretch;gap:.75rem}.continue-text{text-align:center}.continue-button{width:100%}.clear-progress-button{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;font-size:.9rem}}.recent-reading-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:3rem 0;margin:2rem 0}.recent-reading-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.recent-reading-section .section-title{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0}.clear-history-btn{background:rgba(255,255,255,.8);color:#718096;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.clear-history-btn:hover{background:#fff;color:#e53e3e;border-color:#e53e3e}.recent-reading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem}.recent-reading-card{display:flex;flex-direction:column;background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;text-decoration:none;color:inherit}.recent-reading-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.recent-cover-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden}.recent-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recent-reading-card:hover .recent-cover{transform:scale(1.05)}.recent-progress-indicator{position:absolute;top:.5rem;right:.5rem;background:rgba(102,126,234,.9);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.progress-dot{width:8px;height:8px;background:white;border-radius:50%;animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.recent-info{padding:1rem;flex:1 1;display:flex;flex-direction:column;gap:.5rem}.recent-title{font-size:.95rem;font-weight:600;color:#2d3748;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-time{font-size:.75rem;color:#a0aec0;margin-top:auto}[data-theme=bedtime] .recent-reading-section{background:linear-gradient(135deg,rgba(26,26,46,.9),rgba(22,33,62,.9))}[data-theme=bedtime] .recent-reading-section .section-title{color:var(--bedtime-text)}[data-theme=bedtime] .clear-history-btn{background:var(--bedtime-card);color:var(--bedtime-text);border-color:rgba(243,156,18,.3)}[data-theme=bedtime] .clear-history-btn:hover{background:var(--bedtime-accent);color:var(--bedtime-bg);border-color:var(--bedtime-accent)}[data-theme=bedtime] .recent-reading-card{background:var(--bedtime-card)}[data-theme=bedtime] .recent-title{color:var(--bedtime-text)}[data-theme=bedtime] .recent-time{color:rgba(232,232,232,.6)}@media (max-width:768px){.recent-reading-section{padding:2rem 0}.recent-reading-section .section-header{flex-direction:column;align-items:flex-start;gap:1rem}.recent-reading-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.clear-history-btn{width:100%}}.reading-stats{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 15px rgba(102,126,234,.3);margin:1rem 0}.stats-icon{font-size:2rem;animation:bounce 2s ease infinite}.stats-content{display:flex;flex-direction:column;gap:.25rem}.stats-title{font-size:.875rem;color:rgba(255,255,255,.9);margin:0;font-weight:500}.stats-value{font-size:1.5rem;color:white;font-weight:700;margin:0;line-height:1.2}.stats-label{font-size:.75rem;color:rgba(255,255,255,.7);margin:0}[data-theme=bedtime] .reading-stats{background:linear-gradient(135deg,rgba(243,156,18,.2),rgba(155,89,182,.2));border:1px solid rgba(243,156,18,.3)}[data-theme=bedtime] .stats-title{color:var(--bedtime-text)}[data-theme=bedtime] .stats-value{color:var(--bedtime-accent)}[data-theme=bedtime] .stats-label{color:rgba(232,232,232,.6)}.bookmark-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:2px solid #e2e8f0;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease;color:#718096}.bookmark-btn:hover{border-color:#667eea;color:#667eea;background:rgba(102,126,234,.05)}.bookmark-btn.bookmarked{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:white}.bookmark-icon{font-size:1.1rem}.bookmark-count{background:rgba(0,0,0,.1);padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.bookmark-btn.bookmarked .bookmark-count{background:rgba(255,255,255,.2);color:white}.bookmarks-page{min-height:100vh;padding:2rem 0}.bookmarks-page .page-header{text-align:center;margin-bottom:3rem}.bookmarks-page .page-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.bookmarks-page .page-subtitle{font-size:1.125rem;color:#718096;margin:0}.bookmarks-loading{text-align:center;padding:4rem 0}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(1turn)}}.bookmarks-empty{text-align:center;padding:4rem 2rem;background:#f7fafc;border-radius:16px;max-width:500px;margin:0 auto}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.empty-text{color:#718096;margin-bottom:2rem;line-height:1.6}.bookmarks-list{max-width:1200px;margin:0 auto}.bookmarks-stats{margin-bottom:2rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:white}.stats-count{font-size:1rem;font-weight:600}.bookmarks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.bookmark-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease}.bookmark-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.bookmark-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e2e8f0;position:relative}.bookmark-story-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;flex:1 1}.bookmark-cover{width:80px;height:60px;object-fit:cover;border-radius:8px}.bookmark-story-info{display:flex;flex-direction:column;gap:.25rem}.bookmark-story-title{font-size:1rem;font-weight:600;color:#2d3748;margin:0}.bookmark-date{font-size:.75rem;color:#a0aec0}.bookmark-remove-btn{background:transparent;border:none;color:#a0aec0;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.bookmark-remove-btn:hover{background:#fed7d7;color:#e53e3e}.bookmark-content{padding:1rem}.bookmark-text{display:block;text-decoration:none;color:#4a5568;line-height:1.6;font-size:.95rem;padding:.75rem;background:#f7fafc;border-radius:8px;border-left:3px solid #667eea;transition:all .2s ease}.bookmark-text:hover{background:#edf2f7;color:#2d3748}.bookmark-icon{margin-right:.5rem}.bookmark-footer{padding:1rem;border-top:1px solid #e2e8f0}.bookmark-jump-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .2s ease}.bookmark-jump-link:hover{color:#764ba2}[data-theme=bedtime] .bookmarks-page .page-title{color:var(--bedtime-text)}[data-theme=bedtime] .bookmarks-page .page-subtitle{color:rgba(232,232,232,.7)}[data-theme=bedtime] .bookmarks-empty{background:var(--bedtime-card)}[data-theme=bedtime] .empty-title{color:var(--bedtime-text)}[data-theme=bedtime] .empty-text{color:rgba(232,232,232,.7)}[data-theme=bedtime] .bookmark-card{background:var(--bedtime-card)}[data-theme=bedtime] .bookmark-header{border-bottom-color:rgba(243,156,18,.2)}[data-theme=bedtime] .bookmark-story-title{color:var(--bedtime-text)}[data-theme=bedtime] .bookmark-text{background:rgba(255,255,255,.05);color:var(--bedtime-text);border-left-color:var(--bedtime-accent)}[data-theme=bedtime] .bookmark-text:hover{background:rgba(255,255,255,.08)}[data-theme=bedtime] .bookmark-footer{border-top-color:rgba(243,156,18,.2)}@media (max-width:768px){.bookmarks-page .page-title{font-size:1.75rem}.bookmarks-grid{grid-template-columns:1fr}.bookmark-header{flex-wrap:wrap}.bookmark-remove-btn{position:absolute;top:.5rem;right:.5rem}}