@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-card: #1a1a25;--bg-card-hover: #252533;--accent-purple: #a855f7;--accent-pink: #ec4899;--accent-blue: #3b82f6;--accent-cyan: #06b6d4;--accent-green: #10b981;--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-muted: #71717a;--male-color: #3b82f6;--female-color: #ec4899;--gradient-1: linear-gradient(135deg, #a855f7, #ec4899);--gradient-2: linear-gradient(135deg, #3b82f6, #06b6d4);--gradient-3: linear-gradient(135deg, #ec4899, #f97316);--glow-purple: 0 0 60px rgba(168, 85, 247, .3);--glow-pink: 0 0 60px rgba(236, 72, 153, .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-purple);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-pink)}.visual-rubles-container{display:flex;justify-content:center;align-items:center;gap:60px}.ruble-comparison{display:flex;gap:60px;align-items:flex-end}.ruble-stack{display:flex;flex-direction:column;align-items:center;gap:16px}.ruble-note{position:relative;width:100px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.ruble-symbol{font-size:2rem;font-weight:900;color:#fff}.ruble-label{font-size:1.25rem;font-weight:700;color:#334155;margin-top:12px}.education-bars{display:flex;flex-direction:column;gap:40px;width:100%;max-width:400px}.edu-bar{display:flex;flex-direction:column;gap:12px}.edu-bar-fill{height:60px;border-radius:12px;display:flex;align-items:center;justify-content:flex-end;padding:0 20px;box-shadow:0 4px 16px #0000001a;animation:fillEduBar 1.5s ease forwards;transform-origin:left}.edu-bar-fill span{font-size:1.5rem;font-weight:900;color:#fff}.edu-label{font-size:1.125rem;font-weight:600;color:#334155}@keyframes fillEduBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.visual-violence-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.violence-clock{display:flex;flex-direction:column;align-items:center;gap:30px}.clock-outer{width:200px;height:200px;border-radius:50%;border:4px solid #e2e8f0;position:relative;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 8px 30px #0000001a}.hour-markers{position:absolute;width:100%;height:100%}.hour-mark{position:absolute;width:100%;height:100%;display:flex;justify-content:center}.mark-dot{width:8px;height:8px;background:#cbd5e1;border-radius:50%;margin-top:10px}.danger-indicator{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;color:#fff;box-shadow:0 4px 16px #0003;animation:danger-pulse 2s ease-in-out infinite}@keyframes danger-pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #dc26264d}50%{transform:scale(1.1);box-shadow:0 8px 24px #dc262699}}.violence-text{font-size:1.25rem;font-weight:700;color:#334155}.maternal-label{margin-top:12px;font-size:1.125rem;font-weight:700;color:#334155}.visual-unpaid-container{display:flex;flex-direction:column;align-items:center;gap:30px}.silhouettes{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.silhouette{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;animation:silhouette-appear .6s ease forwards;opacity:0;transform:scale(0)}.silhouette-female{background:#f43f5e33;color:#f43f5e;border:3px solid #f43f5e}.silhouette-male{background:#cbd5e133;color:#cbd5e1;border:3px solid #cbd5e1}@keyframes silhouette-appear{to{opacity:1;transform:scale(1)}}.unpaid-label{font-size:1.25rem;font-weight:700;color:#334155}@media(max-width:768px){.ruble-comparison{gap:40px}.ruble-note{width:80px;height:50px}.ruble-symbol{font-size:1.5rem}.clock-outer{width:160px;height:160px}.danger-indicator{width:60px;height:60px;font-size:1.5rem}.silhouette{width:50px;height:50px;font-size:1.5rem}}.inequality-screens-container{background:#fff;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.screens-intro{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}.intro-title{font-size:5rem;font-weight:900;margin:0;text-align:center;line-height:1.1;color:#0f172a}.intro-highlight{background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.intro-subtitle{font-size:1.5rem;color:#64748b;margin-top:20px;font-weight:400}.scroll-indicator{position:absolute;bottom:40px;display:flex;flex-direction:column;align-items:center;gap:10px}.scroll-arrow{font-size:2rem;color:#94a3b8}.inequality-screen{height:100vh;width:100%;position:relative;background:#fff}.screen-split{height:100%;display:flex;align-items:stretch}.screen-half{flex:1;display:flex;align-items:center;justify-content:center;padding:80px;position:relative}.screen-left{background:#fafafa}.screen-right{background:#fff}.screen-divider{width:4px;background:var(--accent-color);transition:all .3s ease}.stat-content{max-width:500px}.stat-title{font-size:3rem;font-weight:900;margin:0 0 30px;color:#0f172a;line-height:1.2}.stat-number{font-size:7rem;font-weight:900;margin:20px 0;line-height:1;letter-spacing:-.02em}.stat-sublabel{font-size:1.25rem;color:#64748b;margin-bottom:30px;font-weight:500}.stat-description{font-size:1.5rem;line-height:1.6;color:#334155;margin:0 0 20px;font-weight:400}.stat-detail{font-size:1rem;line-height:1.6;color:#64748b;margin:20px 0;padding-left:20px;border-left:3px solid var(--accent-color)}.stat-source{font-size:.875rem;color:#94a3b8;margin-top:30px;font-style:italic}.visual-container{width:100%;height:100%;max-width:500px;max-height:500px;display:flex;align-items:center;justify-content:center;position:relative}.visual-coins-container{flex-direction:column;gap:40px}.coin-visual{width:180px;height:180px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 60px #0000001a;position:relative}.coin-large{width:200px;height:200px;z-index:2}.coin-small{width:160px;height:160px;background:#cbd5e1;margin-left:80px}.coin-symbol{font-size:3rem;font-weight:900;color:#fff}.coin-value{font-size:2rem;font-weight:700;color:#fff}.coins-gap-line{position:absolute;width:2px;height:100px;background:#e2e8f0;top:50%;left:50%;transform:translate(-50%,-50%)}.visual-ceo-container{flex-direction:column;gap:30px}.ceo-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:8px;width:100%}.ceo-person{aspect-ratio:1;border-radius:8px;animation:fadeInPerson .5s ease forwards;opacity:0}.ceo-person.female{box-shadow:0 4px 12px #00000026}.ceo-person.male{opacity:.3}.ceo-label{font-size:1.5rem;font-weight:700;color:#334155;text-align:center}@keyframes fadeInPerson{to{opacity:1}}.visual-clock-container{gap:60px}.dual-clocks{display:flex;gap:80px;align-items:center}.clock-item{display:flex;flex-direction:column;align-items:center;gap:20px}.clock-face{width:140px;height:140px;border:4px solid;border-radius:50%;position:relative;background:#fff;box-shadow:0 10px 40px #0000001a}.clock-hand-long,.clock-hand-short,.clock-hand-short-static{position:absolute;bottom:50%;left:50%;transform-origin:bottom center;border-radius:2px}.clock-hand-long{width:4px;height:50px;margin-left:-2px}.clock-hand-short{width:4px;height:35px;margin-left:-2px}.clock-hand-short-static{width:4px;height:25px;margin-left:-2px;transform:rotate(90deg)}.clock-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%}.clock-label{font-size:1.125rem;font-weight:600;color:#334155}.visual-education-container{position:relative}.books-stack{display:flex;align-items:flex-end;gap:8px;padding-bottom:20px}.book-item{width:40px;border-radius:4px 4px 0 0;box-shadow:0 4px 12px #0000001a;animation:bookDrop .6s ease forwards;transform:translateY(-100px);opacity:0}.education-barrier{position:absolute;bottom:80px;left:50%;transform:translate(-50%);width:90%;height:3px;background:#ef4444;opacity:.6}@keyframes bookDrop{to{transform:translateY(0);opacity:1}}.visual-stem-container{flex-direction:column;gap:20px}.code-window{width:100%;max-width:400px;background:#f8fafc;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.code-header{padding:12px;background:#e2e8f0;display:flex;align-items:center}.code-dots{display:flex;gap:6px}.code-dots span{width:12px;height:12px;border-radius:50%;background:#cbd5e1}.code-content{padding:20px;display:flex;flex-direction:column;gap:12px}.code-line{height:8px;border-radius:4px;animation:codePulse 2s ease-in-out infinite}@keyframes codePulse{0%,to{opacity:1}50%{opacity:.5}}.stem-percentage{font-size:2.5rem;font-weight:900;text-align:center}.visual-parliament-container{padding:20px}.parliament-seats{display:grid;grid-template-columns:repeat(10,1fr);gap:8px;max-width:400px}.seat{aspect-ratio:1;border-radius:50%;animation:seatAppear .3s ease forwards;opacity:0;transform:scale(0)}@keyframes seatAppear{to{opacity:1;transform:scale(1)}}.visual-heart-container{gap:40px}.hearts-comparison{display:flex;align-items:center;gap:40px}.heart-item{display:flex;flex-direction:column;align-items:center;gap:20px}.heart-icon{width:120px;height:120px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.heartbeat-line{width:140px;height:4px;border-radius:2px;position:relative;overflow:hidden}.heartbeat-line:after{content:"";position:absolute;width:20px;height:100%;background:#ffffff80;animation:pulse-move 2s ease-in-out infinite}@keyframes pulse-move{0%{left:-20px}to{left:100%}}.vs-divider{font-size:2rem;font-weight:900;color:#cbd5e1}.visual-income-container{width:100%;max-width:400px}.income-bars{display:flex;flex-direction:column;gap:40px}.income-bar{display:flex;flex-direction:column;gap:12px}.income-bar-fill{height:60px;border-radius:12px;display:flex;align-items:center;justify-content:flex-end;padding:0 20px;box-shadow:0 4px 20px #0000001a;animation:fillBar 1.5s ease forwards;transform-origin:left}.income-bar-fill span{font-size:1.5rem;font-weight:900;color:#fff}.income-bar-fill.full{width:100%}.income-bar-fill.partial{animation:fillPartial 1.5s ease forwards}.income-label{font-size:1.125rem;font-weight:600;color:#334155}@keyframes fillBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes fillPartial{0%{width:0}to{width:32%}}.visual-board-container{padding:40px}.board-table{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:350px}.board-seat{aspect-ratio:1;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000001a;animation:seatSlide .6s ease forwards;opacity:0;transform:translateY(20px)}.seat-icon{font-size:2.5rem;opacity:.8}@keyframes seatSlide{to{opacity:1;transform:translateY(0)}}.visual-hourglass-container{flex-direction:column;gap:30px}.hourglass{width:120px;height:200px;position:relative;display:flex;flex-direction:column;align-items:center}.hourglass-top,.hourglass-bottom{width:100px;height:80px;border:4px solid #cbd5e1;position:relative}.hourglass-top{border-radius:8px 8px 0 0;border-bottom:none;background:linear-gradient(to bottom,transparent 0%,#f1f5f9 100%)}.hourglass-bottom{border-radius:0 0 8px 8px;border-top:none;background:#f8fafc;display:flex;align-items:flex-end;justify-content:center}.hourglass-middle{width:20px;height:20px;background:#cbd5e1;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.sand-flow{position:absolute;width:4px;height:40px;top:30px;left:50%;transform:translate(-50%);animation:sandFall 2s linear infinite}.sand-pile{width:80%;height:40%;border-radius:50% 50% 0 0;animation:sandGrow 3s ease-out forwards;transform-origin:bottom}@keyframes sandFall{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(60px)}}@keyframes sandGrow{0%{height:0}to{height:40%}}.years-label{font-size:2rem;font-weight:900;color:#334155;text-align:center}.screens-outro{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:80px;text-align:center}.outro-title{font-size:4rem;font-weight:900;color:#0f172a;margin:0 0 30px}.outro-text{font-size:1.5rem;line-height:1.8;color:#334155;max-width:700px;margin:0 0 50px}.outro-actions{display:flex;gap:40px;flex-wrap:wrap;justify-content:center}.outro-action{font-size:1.5rem;font-weight:700;color:#64748b;padding:20px 40px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.outro-action:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}@media(max-width:1024px){.screen-split{flex-direction:column}.screen-half{padding:40px;min-height:50vh}.screen-divider{width:100%;height:4px}.stat-title{font-size:2rem}.stat-number{font-size:4rem}.intro-title{font-size:3rem}.dual-clocks{flex-direction:column;gap:40px}.hearts-comparison{flex-direction:column;gap:30px}}@media(max-width:768px){.intro-title{font-size:2.5rem;padding:0 20px}.screen-half{padding:30px}.stat-title{font-size:1.75rem}.stat-number{font-size:3.5rem}.stat-description{font-size:1.125rem}.outro-title{font-size:2.5rem}.outro-text{font-size:1.125rem}}.stat-actions{display:flex;flex-direction:column;gap:12px;margin:30px 0 20px}.stat-action-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit;background:#fff;letter-spacing:-.01em}.stat-action-button:hover{border-color:#000;background:#fafafa}.stat-action-button:active{transform:scale(.98)}.stat-action-button--primary{color:#374151}.stat-action-button--help{color:#000;font-weight:600;border-color:#000}.stat-action-button--help:hover{background:#000;color:#fff}.outro-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.outro-action{padding:14px 28px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em}.outro-action:hover{border-color:#000;background:#fafafa}button.outro-action{background:#000;color:#fff;border-color:#000;font-weight:600}button.outro-action:hover{background:#1f2937}@media(max-width:768px){.stat-actions{gap:10px;margin:24px 0 16px}.stat-action-button{padding:12px 20px;font-size:.875rem}.outro-actions{flex-direction:column;gap:12px}.outro-action{width:100%;padding:12px 24px;font-size:.9375rem}}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;transition:all .3s ease}.navigation--scrolled{box-shadow:0 2px 10px #0000000d}.navigation__container{max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;align-items:center;justify-content:space-between}.navigation__logo{display:flex;align-items:center;font-size:1.25rem;font-weight:600;color:#000;background:none;border:none;cursor:pointer;transition:opacity .3s ease;letter-spacing:-.02em}.navigation__logo:hover{opacity:.7}.navigation__logo-text{color:#000}.navigation__menu{display:flex;align-items:center;gap:8px}.navigation__link{padding:10px 20px;font-size:.9375rem;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;text-decoration:none;transition:all .2s ease;position:relative;letter-spacing:-.01em}.navigation__link:hover{color:#000}.navigation__link--active{color:#000;font-weight:600}.navigation__link--active:after{content:"";position:absolute;bottom:6px;left:20px;right:20px;height:2px;background:#000}@media(max-width:768px){.navigation__container{padding:16px 20px}.navigation__logo{font-size:1.125rem}.navigation__link{padding:8px 16px;font-size:.875rem}}@media(max-width:480px){.navigation__logo{font-size:1rem}}.help-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.help-modal__overlay{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.help-modal__content{position:relative;background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0003;z-index:1}.help-modal__close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:#f3f4f6;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:2}.help-modal__close:hover{background:#e5e7eb;color:#000}.help-modal__header{padding:36px 36px 28px;border-bottom:1px solid #e5e7eb}.help-modal__title{font-size:1.75rem;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:-.02em}.help-modal__subtitle{font-size:1rem;color:#6b7280;margin:0}.help-modal__resources{padding:28px 36px;display:flex;flex-direction:column;gap:20px}.help-resource{padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.help-resource:hover{border-color:#d1d5db;box-shadow:0 2px 12px #0000000f}.help-resource__title{font-size:1.125rem;font-weight:600;color:#000;margin:0 0 10px;letter-spacing:-.01em}.help-resource__description{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0 0 14px}.help-resource__contact{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border-radius:8px;text-decoration:none;color:#374151;font-weight:500;transition:all .2s ease;margin-bottom:8px;border:1px solid #e5e7eb;font-size:.9375rem}.help-resource__contact:hover{background:#f9fafb;border-color:#000;color:#000}.help-resource__contact.emergency{background:#000;color:#fff;border-color:#000;font-size:1rem;font-weight:600}.help-resource__contact.emergency:hover{background:#1f2937}.contact-icon{font-size:1.25rem;opacity:.6}.help-resource__hours{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:6px;color:#6b7280;font-size:.8125rem;margin-top:8px}.help-modal__empty{padding:36px;text-align:center}.help-modal__empty p{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0 0 18px}.help-modal__footer{padding:20px 36px 36px;background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:18px}.help-modal__footer p{font-size:.8125rem;color:#374151;line-height:1.6;margin:0;text-align:center}.help-modal__content::-webkit-scrollbar{width:6px}.help-modal__content::-webkit-scrollbar-track{background:#f3f4f6}.help-modal__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.help-modal__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.help-modal{padding:10px}.help-modal__content{border-radius:14px;max-height:90vh}.help-modal__header{padding:28px 24px 22px}.help-modal__title{font-size:1.5rem}.help-modal__resources{padding:20px 24px;gap:16px}.help-resource{padding:18px}.help-resource__title{font-size:1rem}.help-modal__footer{padding:16px 24px 28px}}.stories-page{min-height:100vh;background:#fff;padding:100px 40px 80px}.stories-header{max-width:900px;margin:0 auto 60px;text-align:center}.stories-title{font-size:3rem;font-weight:700;color:#000;margin:0 0 16px;line-height:1.1;letter-spacing:-.03em}.stories-title-highlight{color:#000}.stories-subtitle{font-size:1.125rem;color:#6b7280;margin:0 0 32px;line-height:1.6;font-weight:400}.stories-share-button{padding:14px 32px;background:#000;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.stories-share-button:hover{background:#1f2937}.story-form-container{max-width:700px;margin:0 auto 60px;padding:40px;background:#f9fafb;border-radius:16px;border:1px solid #e5e7eb}.story-form{display:flex;flex-direction:column;gap:24px}.story-form__title{font-size:1.75rem;font-weight:700;color:#000;margin:0;letter-spacing:-.02em}.story-form__description{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9375rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-family:inherit;background:#fff;color:#000;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.form-group input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:150px}.form-hint{font-size:.8125rem;color:#9ca3af}.form-checkbox{display:flex;align-items:center;gap:10px}.form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-checkbox label{font-size:.9375rem;color:#374151;cursor:pointer}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.form-button{padding:12px 28px;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.form-button--primary{background:#000;color:#fff}.form-button--primary:hover:not(:disabled){background:#1f2937}.form-button--primary:disabled{background:#9ca3af;cursor:not-allowed}.form-button--secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.form-button--secondary:hover{background:#f9fafb;border-color:#000}.form-message{padding:14px;border-radius:8px;font-size:.9375rem;text-align:center}.form-message--success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.stories-loading,.stories-empty{max-width:600px;margin:60px auto;padding:60px 40px;text-align:center;background:#f9fafb;border-radius:16px;border:1px solid #e5e7eb}.stories-loading{font-size:1.125rem;color:#6b7280}.stories-empty p{font-size:1.125rem;color:#6b7280;margin:0 0 12px;line-height:1.6}.stories-empty p:last-child{margin:0;font-weight:600;color:#374151}.stories-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.story-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;transition:all .3s ease;cursor:pointer}.story-card:hover{border-color:#d1d5db;box-shadow:0 4px 20px #0000000f}.story-card__content{padding:28px}.story-card__meta{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.story-card__category{padding:4px 10px;background:#000;color:#fff;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.story-card__date{color:#9ca3af;font-size:.8125rem}.story-card__title{font-size:1.375rem;font-weight:600;color:#000;margin:0 0 14px;line-height:1.3;letter-spacing:-.02em}.story-card:hover .story-card__title{color:#374151}.story-card__excerpt{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0 0 20px}.story-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid #f3f4f6}.story-card__author{font-size:.8125rem;color:#6b7280;font-weight:500}.story-card__read-time{font-size:.8125rem;color:#9ca3af;font-weight:500}.story-card__read-more{padding:8px 16px;background:#000;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.8125rem;cursor:pointer;transition:all .2s ease}.story-card__read-more:hover{background:#1f2937}.stories-cta{max-width:800px;margin:80px auto 0;padding:50px;background:#f9fafb;border-radius:16px;text-align:center;border:1px solid #e5e7eb}.stories-cta__title{font-size:2rem;font-weight:700;color:#000;margin:0 0 16px;letter-spacing:-.02em}.stories-cta__text{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.stories-email{display:inline-block;margin-top:12px;color:#000;font-weight:600;text-decoration:none;border-bottom:2px solid #000000;transition:opacity .2s ease}.stories-email:hover{opacity:.7}@media(max-width:768px){.stories-page{padding:90px 20px 60px}.stories-title{font-size:2.25rem}.stories-subtitle{font-size:1rem}.story-form-container{padding:28px 20px}.story-form__title{font-size:1.5rem}.form-actions{flex-direction:column}.form-button{width:100%}.stories-grid{grid-template-columns:1fr;gap:24px}.story-card__content{padding:24px}.story-card__title{font-size:1.25rem}.stories-cta{padding:36px 28px;margin-top:60px}.stories-cta__title{font-size:1.75rem}.stories-cta__text{font-size:.9375rem}}@media(max-width:480px){.story-card__footer{flex-direction:column;gap:12px;align-items:stretch}.story-card__read-more{width:100%}}
