.stories-section{padding:0 0 60px;max-width:1200px;margin:0 auto;position:relative;z-index:2}.section-header{text-align:center;margin-bottom:15px}.section-header h1{font-size:32px;font-weight:700;color:#fff;margin-bottom:15px;letter-spacing:-.5px}.section-header p{font-size:16px;color:#888;max-width:600px;margin:0 auto;line-height:1.6}.filter-buttons{display:flex;justify-content:center;gap:15px;margin-bottom:25px;flex-wrap:wrap}.filter-btn{padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:25px;color:#ccc;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500}.filter-btn:hover,.filter-btn.active{background:#667eea33;border-color:#667eea80;color:#fff;transform:translateY(-2px)}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;margin-bottom:60px}.story-card{background:#141414cc;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:25px 25px 30px;transition:all .3s ease;position:relative;overflow:hidden;min-height:280px;display:flex;flex-direction:column}.story-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eeacc,#764ba2cc,#667eeacc);transform:scaleX(0);transition:transform .3s ease}.story-card:hover{transform:translateY(-5px);border-color:#667eea4d;box-shadow:0 10px 30px #0000004d}.story-card:hover:before{transform:scaleX(1)}.story-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:12px;line-height:1.3;padding-right:90px;margin-top:0}.story-summary{font-size:14px;color:#bbb;line-height:1.5;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:12px;color:#888}.story-date,.story-length{display:flex;align-items:center;gap:5px}.story-actions{display:flex;gap:12px;margin-top:auto}.read-btn{padding:12px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;flex:1;min-height:44px}.read-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.read-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.read-btn.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.read-btn.secondary:hover{background:#fff3}.pdf-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;border:none;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #f39c1233;min-height:44px}.pdf-btn:hover{background:linear-gradient(135deg,#e67e22,#d35400);transform:translateY(-2px);box-shadow:0 6px 20px #f39c1266;color:#fff}.pdf-btn:active{transform:translateY(0)}.pdf-btn svg{width:14px;height:14px}.story-card[data-type=short]:after{content:"Short Story";position:absolute;top:20px;right:20px;background:#22c55e33;color:#22c55e;font-size:10px;font-weight:600;padding:6px 10px;border-radius:12px;border:1px solid rgba(34,197,94,.3);z-index:1}.story-card[data-type=long]:after{content:"Long Story";position:absolute;top:20px;right:20px;background:#3b82f633;color:#3b82f6;font-size:10px;font-weight:600;padding:6px 10px;border-radius:12px;border:1px solid rgba(59,130,246,.3);z-index:1}.empty-state{text-align:center;padding:60px 20px;color:#666}.empty-state h3{font-size:20px;margin-bottom:10px;color:#888}.empty-state p{font-size:14px;color:#666}.story-card.hidden{display:none}.hidden{display:none!important}.story-reader{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:2000;display:flex;flex-direction:column;transition:all .3s ease;overflow:hidden}.story-reader.hidden{display:none}.reader-header{position:relative;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #ddd;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:100;flex-shrink:0;min-height:60px;max-height:80px}.reader-close{background:#333;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.reader-close:hover{background:#000;transform:scale(1.1)}.reader-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#000;margin:0;text-align:center;flex:1}.reader-progress{display:flex;align-items:center;gap:1rem;flex-shrink:0}.progress-bar{width:120px;height:6px;background:#ddd;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#333;border-radius:3px;transition:width .3s ease;width:0%}.page-info{font-size:.9rem;color:#666;font-weight:500;min-width:80px;text-align:center}.reader-content{flex:1;padding:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;position:relative;display:block}.reader-content::-webkit-scrollbar{display:none}.story-content-wrapper{max-width:800px;margin:0 auto;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:60px 2rem;box-sizing:border-box;min-height:100%;position:relative}.story-content{display:flex;gap:15px;margin-bottom:20px}.story-cover{flex-shrink:0;width:80px;height:120px;border-radius:8px;overflow:hidden;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.cover-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.story-card:hover .cover-image{transform:scale(1.05)}.story-text{flex:1;display:flex;flex-direction:column}.story-text .story-summary{margin-bottom:15px;flex-grow:1}.story-text .story-meta{margin-bottom:0}.story-page{display:none;width:100%;line-height:1.8;font-size:1.1rem;color:#000;font-family:Inter,sans-serif}.story-page.active{display:block}.story-page h1{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:2rem;text-align:center;line-height:1.2}.story-page h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#000;margin:3rem 0 1.5rem;text-align:center;border-bottom:2px solid #000;padding-bottom:.5rem}.story-page h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#000;margin:2rem 0 1rem}.story-page p{margin-bottom:1.5rem;text-align:justify;text-indent:2rem;color:#000}.story-page p:first-of-type{font-size:1.1rem;font-weight:400;text-indent:0;margin-bottom:2rem;color:#000}.story-page *{color:#000!important}.story-page em,.story-page i{font-style:italic;color:#000}.story-page strong,.story-page b{font-weight:700;color:#000}.story-page blockquote{border-left:4px solid #000;padding-left:1rem;margin:2rem 0;font-style:italic;color:#000}.page-navigation-top,.page-navigation-bottom{position:relative;width:100%;height:70px;pointer-events:none}.page-navigation-top .reader-nav-prev-top,.page-navigation-top .reader-nav-next-top,.page-navigation-bottom .reader-nav-prev-bottom,.page-navigation-bottom .reader-nav-next-bottom{position:absolute;width:50px;height:50px;background:#fff;border:2px solid #333;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:20px;font-weight:700;color:#333;transition:all .3s ease;z-index:15;pointer-events:auto;box-shadow:0 2px 10px #0000001a}.page-navigation-top .reader-nav-prev-top{top:10px;left:10px}.page-navigation-top .reader-nav-next-top{top:10px;right:10px}.page-navigation-bottom .reader-nav-prev-bottom{top:10px;left:10px}.page-navigation-bottom .reader-nav-next-bottom{top:10px;right:10px}.reader-nav-prev-top:hover,.reader-nav-next-top:hover,.reader-nav-prev-bottom:hover,.reader-nav-next-bottom:hover{background:#fff;box-shadow:0 6px 20px #d4af3766;border-color:#b8941f;transform:scale(1.1)}@media (max-width: 767px){.reader-header{padding:.75rem 1rem}.reader-title{font-size:1.2rem}.reader-progress{gap:.5rem}.progress-bar{width:80px}.story-content-wrapper{padding:40px 1rem}.story-page h1{font-size:2rem}.story-page h2{font-size:1.5rem}.reader-nav-prev-top,.reader-nav-next-top,.reader-nav-prev-bottom,.reader-nav-next-bottom{width:44px;height:44px;font-size:18px}.reader-nav-prev-top,.reader-nav-prev-bottom{left:15px}.reader-nav-next-top,.reader-nav-next-bottom{right:15px}}
