:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a202c;background:linear-gradient(135deg,#fafbfc,#f0f9ff,#f8faff);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}a{font-weight:500;color:#06f;text-decoration:none;transition:color .2s ease}a:hover{color:#0052cc}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#fafbfc,#f0f9ff,#f8faff);color:#1a202c}h1{font-size:3.2em;line-height:1.1}button{border-radius:12px;border:2px solid transparent;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background:#06f;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #06f3}button:hover{background:#0052cc;transform:translateY(-2px);box-shadow:0 4px 16px #0066ff4d}button:focus,button:focus-visible{outline:2px solid #0066ff;outline-offset:2px}.subscription-tiers{max-width:1000px;margin:0 auto;padding:40px 20px}.subscription-header{text-align:center;margin-bottom:48px}.subscription-header h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.subscription-header p{font-size:18px;color:#666;margin:0;line-height:1.5}.tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:48px;align-items:start}.tier-card{position:relative;background:#fff;border:2px solid #f0f0f0;border-radius:20px;padding:32px 24px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.tier-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.tier-card.premium{border-color:#2563eb;background:linear-gradient(135deg,#fff,#f8faff);box-shadow:0 8px 30px #2563eb26}.tier-card.current{border-color:#10b981;background:linear-gradient(135deg,#fff,#f0fdf4)}.tier-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:8px 20px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.5px}.tier-header{text-align:center;margin-bottom:32px}.tier-icon{width:64px;height:64px;background:#f0f8ff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#2563eb}.tier-icon.premium-icon{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.tier-card.current .tier-icon{background:#f0fdf4;color:#10b981}.tier-header h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.tier-price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:8px}.tier-price .price{font-size:48px;font-weight:800;color:#1a1a1a;line-height:1}.tier-price .period{font-size:16px;color:#666;font-weight:500}.tier-description{color:#666;margin:0;font-size:16px}.tier-features{margin-bottom:32px}.tier-features ul{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f5f5f5;font-size:15px;line-height:1.4}.feature-item:last-child{border-bottom:none}.feature-icon{flex-shrink:0;width:20px;height:20px;background:#f0f8ff;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.tier-card.premium .feature-icon{background:#2563eb;color:#fff}.tier-card.current .feature-icon{background:#10b981;color:#fff}.feature-item.highlight{background:linear-gradient(90deg,rgba(37,99,235,.05) 0%,transparent 100%);margin:0 -24px;padding:12px 24px;border-radius:8px;border:none;font-weight:600}.tier-action{text-align:center}.btn{padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;width:100%;position:relative;overflow:hidden}.btn-outline{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover:not(:disabled){background:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb33}.current-plan{opacity:.7;cursor:not-allowed}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.money-back{text-align:center;margin-top:16px}.money-back p{font-size:12px;color:#666;margin:0}.subscription-footer{border-top:1px solid #f0f0f0;padding-top:48px;margin-top:48px}.faq-section h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 24px;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.faq-item{background:#fafafa;padding:20px;border-radius:12px;border-left:4px solid #2563eb}.faq-item h4{font-size:16px;font-weight:600;color:#333;margin:0 0 8px}.faq-item p{font-size:14px;color:#666;margin:0;line-height:1.4}.subscription-actions{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.upgrade-success{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#f0fdf4,#f0f9ff);border-radius:20px;border:2px solid #10b981}.success-icon{color:#10b981;margin-bottom:20px}.upgrade-success h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.upgrade-success p{font-size:18px;color:#666;margin:0 0 32px}@media (max-width: 768px){.subscription-tiers{padding:20px 15px}.subscription-header h2{font-size:28px}.tiers-grid{grid-template-columns:1fr;gap:24px}.tier-card{padding:24px 20px}.tier-price .price{font-size:40px}.faq-grid{grid-template-columns:1fr;gap:16px}}.app-footer{background:#1f2937;color:#f9fafb;margin-top:auto}.footer-container{max-width:1400px;margin:0 auto;padding:3rem 2rem 1rem;width:100%}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1rem}.footer-section h4{font-size:1.125rem;font-weight:600;color:#f9fafb;margin-bottom:1rem}.footer-section p{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#3b82f6}.footer-bottom{padding-top:2rem;border-top:1px solid #374151;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.875rem;margin-bottom:.5rem}.copyright-notice{font-size:.75rem;color:#6b7280;font-style:italic}@media (max-width: 768px){.footer-container{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}}.auth-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.auth-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#666;padding:8px;border-radius:8px;transition:all .2s ease;z-index:1}.auth-modal-close:hover{background:#f5f5f5;color:#333}.auth-modal-content{padding:40px 32px 32px}.auth-header{text-align:center;margin-bottom:32px}.auth-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.2}.auth-subtitle{font-size:16px;color:#666;margin:0;line-height:1.4}.auth-social{margin-bottom:24px}.google-signin-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;font-weight:600;color:#333;cursor:pointer;transition:all .2s ease;font-family:inherit}.google-signin-btn:hover{border-color:#d0d0d0;background:#fafafa;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.google-signin-btn:active{transform:translateY(0)}.google-signin-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-divider{display:flex;align-items:center;margin:24px 0;text-align:center}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.auth-divider span{padding:0 16px;font-size:14px;color:#666;background:#fff}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.input-wrapper input{width:100%;padding:14px 16px 14px 44px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;background:#fff;transition:all .2s ease;font-family:inherit}.input-wrapper input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-wrapper input::placeholder{color:#999}.input-icon{position:absolute;left:14px;color:#666;z-index:1}.password-toggle{position:absolute;right:14px;background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:4px;transition:color .2s ease}.password-toggle:hover{color:#333}.auth-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;border:1px solid #fecaca}.auth-submit{width:100%;padding:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:8px}.auth-submit:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb4d}.auth-submit:active{transform:translateY(0)}.auth-switch{text-align:center;margin-top:24px}.auth-switch p{margin:0;color:#666;font-size:14px}.auth-switch-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-size:14px;font-weight:600;text-decoration:none;font-family:inherit}.auth-switch-btn:hover{text-decoration:underline}.auth-terms{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.auth-terms p{font-size:12px;color:#666;margin:0;text-align:center;line-height:1.4}.auth-terms a{color:#2563eb;text-decoration:none}@media (max-width: 480px){.auth-modal-overlay{padding:10px;overflow-x:hidden}.auth-modal{margin:10px;border-radius:12px;width:calc(100vw - 20px);max-width:calc(100vw - 20px);overflow-x:hidden}.auth-modal-content{padding:24px 20px 20px;overflow-x:hidden;box-sizing:border-box}.auth-title{font-size:24px}.auth-form{width:100%;max-width:100%;overflow-x:hidden}.form-group{width:100%;max-width:100%}.form-input{width:100%;max-width:100%;box-sizing:border-box}}.otp-input{font-size:1.25rem;letter-spacing:.5rem;text-align:center;font-weight:600;font-family:Courier New,monospace}.time-remaining{color:var(--text-gray);font-size:.875rem;margin-top:.5rem}.verification-icon,.success-icon{display:flex;justify-content:center;margin-bottom:1rem}.verification-actions{text-align:center;margin-top:1.5rem}.verification-actions p{color:var(--text-gray);margin-bottom:1rem}.auth-message{padding:.75rem 1rem;border-radius:var(--border-radius);margin:1rem 0;font-size:.875rem}.auth-message.success{background:#10b9811a;color:var(--success-green);border:1px solid rgba(16,185,129,.2)}.auth-message.error{background:#ef44441a;color:var(--error-red);border:1px solid rgba(239,68,68,.2)}.auth-page{min-height:100vh;background:linear-gradient(135deg,#fafbfc,#f0f9ff);display:flex;position:relative}.auth-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(0,102,255,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(124,58,237,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.auth-layout{display:flex;width:100%;min-height:100vh}.auth-left-panel{flex:1;background:linear-gradient(135deg,#06f,#7c3aed);display:flex;align-items:center;justify-content:center;padding:3rem;color:#fff;position:relative;overflow:hidden}.auth-left-panel:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;z-index:1}.auth-branding{position:relative;z-index:2;text-align:center;max-width:500px}.brand-link{display:inline-flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;margin-bottom:3rem;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:var(--border-radius);transition:all .2s ease}.brand-link:hover{background:#ffffff1a}.brand-link h1{font-size:1.5rem;font-weight:700;margin:0}.brand-logo{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.neural-icon{font-size:4rem;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border-radius:50%;width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-logo h1{font-size:2.25rem;font-weight:900;margin:0;letter-spacing:-.025em;text-transform:uppercase;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-content h2{font-size:1.875rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2;opacity:.95}.brand-content p{font-size:1.125rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.brand-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.brand-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.brand-feature:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 10px 30px #0000001a}.brand-feature .feature-icon{font-size:2rem;flex-shrink:0;margin-top:.25rem}.brand-feature div{display:flex;flex-direction:column;gap:.5rem}.brand-feature strong{font-size:1.125rem;font-weight:700;line-height:1.2}.brand-feature span{font-size:.95rem;font-weight:400;opacity:.9;line-height:1.4}.auth-right-panel{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:3rem}.auth-form-container{width:100%;max-width:450px}.auth-toggle{display:flex;background:var(--background-gray);border-radius:var(--border-radius);padding:.25rem;margin-bottom:2rem}.toggle-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:calc(var(--border-radius) - .25rem);background:transparent;color:var(--text-gray);font-weight:500;cursor:pointer;transition:all .2s ease}.toggle-btn.active{background:linear-gradient(135deg,#06f,#0052cc);color:#fff;box-shadow:0 4px 12px #0066ff4d;font-weight:600}.toggle-btn:hover:not(.active){color:var(--text-dark)}.auth-card-header{text-align:center;margin-bottom:2rem}.auth-card-header h2{font-size:1.875rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.auth-card-header p{color:var(--text-gray);font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--border-light);border-radius:var(--border-radius);font-size:1rem;background:#fff;transition:all .2s ease;font-family:inherit}.input-wrapper input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.input-wrapper input::placeholder{color:var(--text-light)}.input-icon{position:absolute;left:1rem;color:var(--text-gray);z-index:1}.password-toggle{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:var(--text-gray);padding:.25rem;border-radius:var(--border-radius);transition:color .2s ease}.password-toggle:hover{color:var(--text-dark)}.field-error{color:var(--error-red);font-size:.875rem;margin-top:.25rem}.auth-error{background:#fef2f2;color:#dc2626;padding:.875rem 1rem;border-radius:var(--border-radius);font-size:.875rem;border:1px solid #fecaca}.auth-submit{width:100%;padding:1rem;background:linear-gradient(135deg,#06f,#0052cc);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.5rem;box-shadow:0 4px 16px #0066ff4d;letter-spacing:.5px;text-transform:uppercase}.auth-submit:hover:not(:disabled){background:linear-gradient(135deg,#0052cc,#003d99);transform:translateY(-2px);box-shadow:0 8px 32px #06f6}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{text-align:center;margin-top:2rem}.auth-footer p{color:var(--text-gray);margin-bottom:1rem;font-size:.875rem}.auth-link-btn{background:none;border:none;color:var(--primary-blue);text-decoration:none;font-weight:500;cursor:pointer;padding:0;font-size:inherit}.auth-link-btn:hover{text-decoration:underline}.auth-links{display:flex;justify-content:center;margin-top:1rem}.auth-links a{color:var(--text-gray);text-decoration:none;font-size:.875rem}.auth-links a:hover{color:var(--primary-blue);text-decoration:underline}.auth-terms{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.auth-terms p{font-size:.875rem;color:var(--text-light);line-height:1.5}.auth-terms a{color:var(--primary-blue);text-decoration:none}.auth-terms a:hover{text-decoration:underline}.auth-social{margin-bottom:1.5rem}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-light)}.auth-divider span{padding:0 1rem;font-size:.875rem;color:var(--text-gray);background:#fff}.terms-checkbox{margin-top:1rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;color:var(--text-dark);line-height:1.5}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;appearance:none;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .2s ease;position:relative;flex-shrink:0;background:#fff}.checkbox-label input[type=checkbox]:checked:before{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:11px;font-weight:700}.checkbox-checkmark{display:none}@media (max-width: 1024px){.auth-layout{flex-direction:column}.auth-left-panel{min-height:40vh;padding:2rem}.brand-content h2{font-size:2rem}.brand-features{flex-direction:row;justify-content:center;gap:1rem}.brand-feature{flex:1;min-width:150px}}@media (max-width: 768px){.auth-left-panel{min-height:30vh;padding:1.5rem}.auth-right-panel{padding:2rem 1.5rem}.brand-content h2{font-size:1.75rem}.brand-content p{font-size:1rem}.brand-features{flex-direction:column;gap:1rem}}@media (max-width: 640px){.auth-left-panel{min-height:25vh;padding:1rem}.auth-right-panel{padding:1.5rem 1rem}.auth-form-container{max-width:100%}.brand-link{margin-bottom:2rem}.brand-content h2,.auth-card-header h2{font-size:1.5rem}}@media (max-width: 480px){.auth-left-panel{min-height:20vh;padding:1rem .5rem}.auth-right-panel{padding:1rem}.brand-link h1,.brand-content h2{font-size:1.25rem}.brand-content p{font-size:.875rem}}.onboarding-page{min-height:100vh;background:linear-gradient(135deg,#fafbfc,#f0f9ff);display:flex;flex-direction:column;padding:2rem;position:relative}.onboarding-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(0,102,255,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(124,58,237,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.onboarding-container{flex:1;width:100%;max-width:1200px;margin:0 auto;background:var(--background-white);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:1}.onboarding-header{padding:3rem 3rem 2rem;text-align:center;border-bottom:1px solid var(--border-light);background:linear-gradient(135deg,#06f,#7c3aed);color:#fff;position:relative;overflow:hidden}.onboarding-header:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;z-index:1}.welcome-message{position:relative;z-index:2}.onboarding-logo{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}.onboarding-logo .neural-icon{font-size:3rem;background:#fff3;border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.welcome-message h1{font-size:2.25rem;font-weight:700;margin:0;letter-spacing:-.025em}.welcome-message p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.progress-bar{display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-track{width:100%;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#fff;border-radius:3px;transition:width .3s ease}.progress-text{font-size:.875rem;opacity:.9;font-weight:500}.onboarding-content{flex:1;padding:3rem;display:flex;align-items:center;justify-content:center;min-height:400px}.step-content{width:100%;text-align:center}.step-header{margin-bottom:3rem}.step-icon{color:var(--primary-blue);margin-bottom:1rem}.step-header h2{font-size:1.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.step-header p{color:var(--text-gray);font-size:1.1rem}.age-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;max-width:600px;margin:0 auto}.age-card{padding:1rem 1.5rem;border:2px solid var(--border-light);border-radius:var(--border-radius);background:var(--background-white);cursor:pointer;transition:all .2s ease;font-weight:500;color:var(--text-dark);text-align:center}.age-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-sm)}.age-card.selected{border-color:var(--primary-blue);background:#3b82f61a;color:var(--primary-blue)}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:800px;margin:0 auto}.industry-card{padding:1rem 1.5rem;border:2px solid var(--border-light);border-radius:var(--border-radius);background:var(--background-white);cursor:pointer;transition:all .2s ease;font-weight:500;color:var(--text-dark);text-align:center}.industry-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-sm)}.industry-card.selected{border-color:var(--primary-blue);background:#3b82f61a;color:var(--primary-blue)}.occupation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;max-width:900px;margin:0 auto}.occupation-card{padding:1rem 1.5rem;border:2px solid var(--border-light);border-radius:var(--border-radius);background:var(--background-white);cursor:pointer;transition:all .2s ease;font-weight:500;color:var(--text-dark)}.occupation-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-sm)}.occupation-card.selected{border-color:var(--primary-blue);background:#3b82f61a;color:var(--primary-blue)}.experience-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.experience-card{padding:2rem;border:2px solid var(--border-light);border-radius:var(--border-radius);background:var(--background-white);cursor:pointer;transition:all .2s ease;text-align:left}.experience-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-sm)}.experience-card.selected{border-color:var(--primary-blue);background:#3b82f61a}.experience-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.experience-card p{color:var(--text-gray);font-size:.95rem;line-height:1.5}.experience-card.selected h3,.experience-card.selected p{color:var(--primary-blue)}.topics-selection{text-align:left;max-width:1000px;margin:0 auto}.topic-category{margin-bottom:2rem}.category-title{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-light)}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.topic-card{padding:1.5rem;border:2px solid var(--border-light);border-radius:var(--border-radius);background:var(--background-white);cursor:pointer;transition:all .2s ease;text-align:left}.topic-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-sm)}.topic-card.selected{border-color:var(--primary-blue);background:#3b82f61a}.topic-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.topic-name{font-weight:600;color:var(--text-dark)}.selected-icon{color:var(--primary-blue)}.topic-description{color:var(--text-gray);font-size:.9rem;line-height:1.4;margin:0}.topic-card.selected .topic-name,.topic-card.selected .topic-description{color:var(--primary-blue)}.selection-counter{text-align:center;margin-top:2rem;font-weight:500;color:var(--text-dark)}.selection-hint{color:var(--text-gray);font-weight:400}.newsletter-options{max-width:500px;margin:0 auto}.newsletter-card{padding:2.5rem;border:2px solid var(--border-light);border-radius:var(--border-radius);background:var(--background-white)}.newsletter-card h3{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.newsletter-features{list-style:none;padding:0;margin-bottom:2rem}.newsletter-features li{padding:.5rem 0;color:var(--text-dark);font-size:1rem}.newsletter-toggle{display:flex;justify-content:center}.toggle-label{display:flex;align-items:center;gap:1rem;cursor:pointer;font-weight:500;color:var(--text-dark)}.toggle-label input[type=checkbox]{position:relative;width:50px;height:26px;appearance:none;background:var(--background-gray);border-radius:13px;transition:all .2s ease;cursor:pointer}.toggle-label input[type=checkbox]:checked{background:var(--primary-blue)}.toggle-label input[type=checkbox]:before{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;background:#fff;border-radius:50%;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.toggle-label input[type=checkbox]:checked:before{transform:translate(24px)}.terms-content{max-width:600px;margin:0 auto;text-align:left}.terms-summary{padding:2rem;border:1px solid var(--border-light);border-radius:var(--border-radius);background:var(--background-gray);margin-bottom:2rem}.terms-summary h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.terms-summary ul{list-style:none;padding:0}.terms-summary li{color:var(--text-dark);position:relative;padding:.5rem 0 .5rem 1.5rem}.terms-summary li:before{content:"•";color:var(--primary-blue);font-weight:700;position:absolute;left:0}.terms-checkbox{display:flex;justify-content:center}.checkbox-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;font-size:1rem;color:var(--text-dark);line-height:1.5}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;appearance:none;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .2s ease;position:relative;background:#fff;flex-shrink:0}.checkbox-label input[type=checkbox]:checked{background:var(--primary-blue);border-color:var(--primary-blue)}.checkbox-label input[type=checkbox]:checked:before{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-label a{color:var(--primary-blue);text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.onboarding-actions{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;border-top:1px solid var(--border-light);background:var(--background-gray)}.actions-left,.actions-right{display:flex;gap:1rem}.onboarding-summary{padding:1.5rem 3rem;background:var(--background-white);border-top:1px solid var(--border-light)}.summary-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.summary-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--border-radius);color:var(--text-gray);font-size:.875rem;font-weight:500;transition:all .2s ease}.summary-item.completed{color:var(--primary-blue);background:#3b82f61a}@media (max-width: 1024px){.onboarding-page{padding:1.5rem}.onboarding-container{max-width:900px}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.experience-options{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.onboarding-page{padding:1rem}.onboarding-header,.onboarding-content,.onboarding-actions{padding-left:2rem;padding-right:2rem}.age-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));max-width:100%}.industry-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-width:100%}.occupation-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));max-width:100%}.experience-options,.topics-grid{grid-template-columns:1fr}.summary-grid{gap:1rem}.welcome-message h1{font-size:1.875rem}}@media (max-width: 480px){.onboarding-page{padding:1rem .5rem}.onboarding-header,.onboarding-content,.onboarding-actions,.onboarding-summary{padding-left:1.5rem;padding-right:1.5rem}.onboarding-content{min-height:400px}.summary-grid{flex-direction:column;align-items:center}}.content-tabs{width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;overflow:hidden;margin:0;border:1px solid rgba(226,232,240,.6)}.tab-navigation{background:linear-gradient(135deg,#fafbfc,#f7fafc);border-bottom:1px solid rgba(226,232,240,.8);padding:16px 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-list{display:flex;gap:8px;margin-bottom:0;flex-wrap:nowrap;justify-content:flex-start;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.tab-list::-webkit-scrollbar{display:none}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border:2px solid transparent;border-radius:24px;background:#ffffffe6;color:#64748b;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;white-space:nowrap;letter-spacing:.2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #00000014}.tab-button:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#334155;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f;border-color:#3b82f633}.tab-button.active{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-color:#0f172a;box-shadow:0 8px 32px #0f172a66;transform:translateY(-1px)}.tab-button:disabled{opacity:.6;cursor:not-allowed;background:#f1f5f9}.tab-button:disabled:hover{transform:none;box-shadow:none}.tab-button.premium-locked{opacity:.7;cursor:not-allowed;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px dashed #d1d5db}.tab-button.premium-locked:hover{transform:none;box-shadow:0 2px 8px #00000014;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.premium-lock{color:#f59e0b;font-size:12px;margin-left:4px}.tab-icon{font-size:18px;line-height:1}.tab-name{font-size:14px;font-weight:600}.premium-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}.upgrade-prompt{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fef3c7,#fed7aa);border:1px solid #f59e0b;border-radius:8px;padding:12px 16px;margin-top:12px}.upgrade-prompt p{margin:0;color:#92400e;font-weight:500;font-size:14px}.upgrade-button{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:6px;padding:6px 12px;font-weight:600;font-size:12px;cursor:pointer;transition:all .2s ease}.upgrade-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b66}.tab-content{padding:24px;min-height:500px;background:#fff;overflow:visible}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex-wrap:wrap;gap:12px}.content-title{display:flex;align-items:center;gap:12px;flex:1}.content-icon{font-size:24px}.content-title h2{margin:0;color:#1e293b;font-size:24px;font-weight:700}.content-count{background:#e2e8f0;color:#475569;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.content-actions{display:flex;gap:8px}.refresh-button{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;color:#475569;font-size:14px;cursor:pointer;transition:all .2s ease}.refresh-button:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.content-description{color:#64748b;font-size:14px;line-height:1.5;margin-bottom:16px}.content-stats{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.stat{display:flex;flex-direction:column;align-items:center;padding:8px 16px;background:#f8fafc;border-radius:8px;min-width:80px}.stat-value{font-size:18px;font-weight:700;color:#1e293b;text-transform:capitalize}.stat-label{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.featured-sources{margin-bottom:24px}.featured-sources h3{color:#1e293b;font-size:18px;font-weight:600;margin-bottom:12px}.sources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.source-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;transition:all .2s ease}.source-card:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.source-card a{color:#3b82f6;text-decoration:none;font-weight:500;font-size:14px}.source-card a:hover{color:#2563eb}.articles-list h3{color:#1e293b;font-size:18px;font-weight:600;margin-bottom:16px;margin-top:0}.article-card{background:linear-gradient(135deg,#fff,#fefefe);border:1px solid rgba(226,232,240,.6);border-radius:12px;padding:24px;margin-bottom:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.article-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06d6a0);opacity:0;transition:opacity .3s ease}.article-card:hover{border-color:#3b82f64d;box-shadow:0 12px 48px #00000014,0 4px 16px #0000000a;transform:translateY(-3px)}.article-card:hover:before{opacity:1}.article-card h4{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 8px;line-height:1.4}.article-image{margin:12px 0 16px;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000a;max-width:350px;aspect-ratio:16/9;position:relative}.article-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:all .3s ease;background:#fff;border-radius:8px}.article-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(59,130,246,.02) 100%);pointer-events:none;border-radius:8px}.article-card:hover .article-image{transform:translateY(-1px);box-shadow:0 8px 16px #00000014}.article-card:hover .article-image img{transform:scale(1.02)}.article-source{color:#3b82f6;font-size:12px;font-weight:500;margin:0 0 8px}.article-summary{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 12px}.read-more{color:#3b82f6;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s ease}.read-more:hover{color:#2563eb}.no-content{text-align:center;padding:40px 20px;color:#64748b}.no-content-icon{font-size:48px;margin-bottom:16px}.no-content h3{color:#475569;font-size:18px;font-weight:600;margin-bottom:8px}.no-content p{font-size:14px;line-height:1.5;margin-bottom:20px;max-width:400px;margin-left:auto;margin-right:auto}.error-message{text-align:center;padding:20px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:20px}.retry-button{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:500;cursor:pointer;margin-top:8px;transition:all .2s ease}.retry-button:hover{background:#b91c1c;transform:translateY(-1px)}.loading-state{text-align:center;padding:60px 20px;color:#64748b;margin:24px 0}@media (min-width: 1920px){.content-tabs{max-width:1600px;margin:32px auto}.tab-navigation{padding:24px 32px}.tab-button{padding:16px 32px;font-size:15px}.tab-content{padding:40px 32px}.sources-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (min-width: 1024px) and (max-width: 1919px){.content-tabs{margin:24px auto;max-width:1200px}.sources-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.content-stats{gap:24px}}@media (min-width: 768px) and (max-width: 1023px){.tab-navigation{padding:18px 20px}.tab-list{gap:10px;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:4px}.tab-list::-webkit-scrollbar{display:none}.tab-button{flex-shrink:0;padding:12px 20px;font-size:14px}.tab-content{padding:24px 20px}.content-header{flex-direction:column;gap:12px}.content-stats{justify-content:center;gap:16px;flex-wrap:wrap}.sources-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.article-card{padding:20px}}@media (min-width: 481px) and (max-width: 767px){.content-tabs{margin:16px 8px;border-radius:12px}.tab-navigation{padding:16px}.tab-list{gap:8px;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:4px}.tab-list::-webkit-scrollbar{display:none}.tab-button{flex-shrink:0;padding:10px 16px;font-size:13px;gap:8px}.tab-content{padding:20px 16px}.content-header{flex-direction:column;gap:8px}.content-title h2{font-size:20px}.content-stats{justify-content:space-around;gap:12px;flex-wrap:wrap}.stat{min-width:70px;padding:6px 12px}.sources-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.article-card{padding:16px;margin-bottom:16px}.article-card h4{font-size:15px}}@media (max-width: 480px){.content-tabs{margin:12px 4px;border-radius:8px}.tab-navigation{padding:12px 8px}.tab-list{gap:6px;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:4px}.tab-list::-webkit-scrollbar{display:none}.tab-button{flex-shrink:0;padding:8px 12px;font-size:12px;gap:6px;border-radius:20px}.tab-icon{font-size:16px}.tab-name{font-size:12px}.tab-content{padding:16px 8px}.content-header{flex-direction:column;gap:8px}.content-title{gap:8px}.content-title h2{font-size:18px}.content-icon{font-size:20px}.content-stats{justify-content:space-around;gap:8px;flex-wrap:wrap}.stat{min-width:60px;padding:4px 8px}.stat-value{font-size:16px}.stat-label{font-size:11px}.sources-grid{grid-template-columns:1fr}.source-card{padding:8px 12px}.article-card{padding:12px;margin-bottom:12px;border-radius:8px;max-width:100%;overflow-x:hidden}.article-card h4{font-size:14px;line-height:1.3}.article-summary,.read-more{font-size:13px}.article-image{max-width:100%;margin:8px 0 12px}.tab-content{max-width:100%;overflow-x:hidden}}.topic-selector{max-width:800px;margin:0 auto;padding:40px 20px;min-height:100vh;display:flex;flex-direction:column}.topic-selector-header{text-align:center;margin-bottom:40px}.topic-selector-header h2{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.2}.topic-selector-header p{font-size:18px;color:#666;margin:0 0 20px;line-height:1.5}.topic-progress{display:inline-flex;align-items:center;background:#f0f8ff;color:#2563eb;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.back-btn{position:absolute;top:20px;left:20px;background:none;border:none;color:#666;font-size:16px;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;font-family:inherit}.back-btn:hover{background:#f5f5f5;color:#333}.topic-categories{flex:1;display:flex;flex-direction:column;gap:32px;margin-bottom:40px}.topic-category{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014;border:1px solid #f0f0f0}.category-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#333}.category-header h3{font-size:20px;font-weight:600;margin:0}.topic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.topic-card{position:relative;background:#fafafa;border:2px solid #e0e0e0;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit;width:100%}.topic-card:hover{border-color:#2563eb;background:#f8faff;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb1a}.topic-card.selected{border-color:#2563eb;background:#f0f8ff;box-shadow:0 4px 16px #2563eb26}.topic-card-content h4{font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3}.topic-card-content p{font-size:14px;color:#666;margin:0;line-height:1.4}.topic-check{position:absolute;top:16px;right:16px;background:#2563eb;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.preference-section{margin-bottom:32px}.preference-section h3{font-size:20px;font-weight:600;color:#333;margin:0 0 20px}.frequency-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:32px}.frequency-option{position:relative;display:block;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease}.frequency-option:hover{border-color:#2563eb;background:#f8faff}.frequency-option.selected{border-color:#2563eb;background:#f0f8ff;box-shadow:0 4px 16px #2563eb1a}.frequency-option input{position:absolute;opacity:0;pointer-events:none}.frequency-content h4{font-size:18px;font-weight:600;color:#333;margin:0 0 8px;display:flex;align-items:center;gap:8px}.frequency-content p{font-size:14px;color:#666;margin:0}.premium-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:12px;margin-top:8px;text-transform:uppercase;letter-spacing:.5px}.content-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.content-type-option{position:relative;display:block;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease}.content-type-option:hover{border-color:#2563eb;background:#f8faff}.content-type-option.selected{border-color:#2563eb;background:#f0f8ff;box-shadow:0 4px 16px #2563eb1a}.content-type-option input{position:absolute;opacity:0;pointer-events:none}.content-type-content h4{font-size:16px;font-weight:600;color:#333;margin:0 0 6px}.content-type-content p{font-size:14px;color:#666;margin:0}.topic-selector-actions{display:flex;gap:16px;justify-content:center;padding-top:20px;border-top:1px solid #e0e0e0}.btn{padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;min-width:140px}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;color:#666;border:2px solid #e0e0e0}.btn-ghost:hover{color:#333;border-color:#d0d0d0;background:#f5f5f5}@media (max-width: 768px){.topic-selector{padding:20px 15px}.topic-selector-header h2{font-size:24px}.topic-grid,.frequency-options,.content-types-grid{grid-template-columns:1fr}.topic-selector-actions{flex-direction:column}}.ad-container{margin:24px 0;padding:16px;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid rgba(226,232,240,.6);border-radius:12px;text-align:center;position:relative;max-width:100%;overflow:hidden}.ad-label{font-size:10px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-weight:500}.adsbygoogle{width:100%;max-width:100%}.ad-placeholder{margin:24px 0;padding:20px;background:linear-gradient(135deg,#fef3c7,#fed7aa);border:2px dashed #f59e0b;border-radius:12px;text-align:center;opacity:.8}.ad-placeholder-content{display:flex;flex-direction:column;align-items:center;gap:8px}.ad-placeholder-content span:first-child{font-size:24px}.ad-placeholder-text{font-size:12px;color:#92400e;font-weight:500}.ad-container.header-ad{margin:16px 0;padding:12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.ad-container.sidebar-ad{position:sticky;top:20px;margin:20px 0;max-width:300px}.ad-container.content-ad{margin:32px auto;max-width:728px}.ad-container.footer-ad{margin:20px 0 0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}@media (max-width: 1200px){.ad-container.sidebar-ad{position:static;max-width:100%;margin:20px auto}}@media (max-width: 768px){.ad-container{margin:16px 0;padding:12px;border-radius:8px}.ad-container.content-ad{max-width:100%}.ad-label{font-size:9px}}@media (max-width: 480px){.ad-container{margin:12px 0;padding:8px}.ad-placeholder{padding:16px}.ad-placeholder-content span:first-child{font-size:20px}.ad-placeholder-text{font-size:11px}}:root{--primary-blue: #2563eb;--primary-blue-hover: #1d4ed8;--secondary-gray: #6b7280;--background-light: #f8fafc;--background-gray: #f1f5f9;--background-white: #ffffff;--text-dark: #111827;--text-gray: #4b5563;--text-light: #9ca3af;--border-light: #e5e7eb;--border-medium: #d1d5db;--success-green: #10b981;--warning-amber: #f59e0b;--error-red: #ef4444;--impact-high: #dc2626;--impact-medium: #f59e0b;--impact-low: #10b981;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px}*{margin:0;padding:0;box-sizing:border-box}.smart-image-container:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014!important}.smart-image-container:hover img{transform:scale(1.01)}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;background-color:var(--background-light);color:var(--text-dark);line-height:1.6;font-size:16px;overflow-x:hidden;transition:padding-bottom .3s ease}body.mobile-menu-open{padding-bottom:300px}.app{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%;max-width:100vw}.header{background:var(--background-white);border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10000}.modern-header{background:linear-gradient(135deg,var(--background-white) 0%,#f8faff 100%);border-bottom:1px solid rgba(37,99,235,.1)}.header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;position:relative}.desktop-layout{display:flex;flex-direction:column;gap:.75rem;width:100%}.desktop-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}.desktop-title-section,.desktop-user-section{flex:0 0 auto}.desktop-user-greeting{text-align:right}.user-greeting-text{font-size:1rem;font-weight:500;color:var(--text-dark);margin:0}.desktop-subtitle-row{width:100%}.desktop-actions-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:2rem}.desktop-social-links{display:flex;gap:.75rem;align-items:center;flex:1}.desktop-user-actions{display:flex;gap:1rem;align-items:center;flex:0 0 auto}.desktop-action-item{display:flex;flex-direction:column;align-items:center;gap:3px}.desktop-action-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#2563eb14;color:var(--text-gray);border:1px solid var(--border-light);cursor:pointer;transition:all .2s ease}.desktop-action-icon:hover{background:var(--primary-blue);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.desktop-action-label{font-size:.7rem;color:var(--text-gray);font-weight:500;text-align:center;line-height:1;white-space:nowrap}.desktop-action-icon.premium-action{background:#f59e0b1a!important;color:#f59e0b!important;border-color:#f59e0b33!important}.desktop-action-icon.premium-action:hover{background:#f59e0b!important;color:#fff!important}.desktop-action-icon.logout-action{background:#ef444414;border-color:#ef444433;color:#dc2626}.desktop-action-icon.logout-action:hover{background:#dc2626;color:#fff}.mobile-layout{display:flex;flex-direction:column;gap:.75rem;width:100%}.mobile-title-row{display:flex;align-items:center;width:100%}.mobile-middle-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.mobile-subtitle-container{flex:1;min-width:0}.mobile-user-section{flex:0 0 auto}.mobile-user-greeting{text-align:right}.mobile-greeting-text{font-size:.8rem;color:var(--text-gray);font-weight:500;margin:0;white-space:nowrap}.mobile-bottom-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem;margin-top:.25rem}.mobile-social-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.mobile-social-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#2563eb14;color:var(--text-gray);text-decoration:none;transition:all .2s ease;border:1px solid var(--border-light)}.mobile-social-icon:hover{background:var(--primary-blue);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.mobile-actions{flex:0 0 auto}.mobile-user-actions{display:flex;gap:8px;align-items:center}.mobile-action-item{display:flex;flex-direction:column;align-items:center;gap:2px}.mobile-action-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#2563eb14;color:var(--text-gray);border:1px solid var(--border-light);cursor:pointer;transition:all .2s ease}.mobile-action-icon:hover{background:var(--primary-blue);color:#fff;transform:translateY(-1px)}.mobile-action-label{font-size:.6rem;color:var(--text-gray);font-weight:500;text-align:center;line-height:1;white-space:nowrap}.premium-action{background:#f59e0b1a!important;color:#f59e0b!important;border-color:#f59e0b33!important}.premium-action:hover{background:#f59e0b!important;color:#fff!important}.settings-action:hover{background:var(--primary-blue);color:#fff}.logout-action{background:#ef444414;border-color:#ef444433;color:#dc2626}.logout-action:hover{background:#dc2626;color:#fff}.mobile-signin-btn{font-size:.75rem!important;padding:6px 12px!important;height:26px!important;border-radius:13px!important;line-height:1!important}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:var(--text-gray);text-decoration:none;transition:all .2s ease;border:1px solid var(--border-light)}.social-link:hover{background:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:1rem}.title{font-size:1.875rem;font-weight:700;color:var(--text-dark);display:flex;align-items:center;gap:.75rem;margin:0}.ai-title{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-feature-settings:"liga" on,"kern" on;letter-spacing:-.02em;background:linear-gradient(135deg,#2563eb,#7c3aed,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.mobile-title{font-size:1.25rem}.mobile-title-icon{color:var(--primary-blue)!important}.mobile-subtitle{font-size:.8rem;margin-top:2px}.title-icon{color:var(--primary-blue);width:2rem;height:2rem}.subtitle{color:var(--text-gray);font-size:.875rem;margin:0}.header-actions{display:flex;align-items:center;gap:.5rem}.last-updated{font-size:.75rem;color:var(--text-light)}.desktop-only{display:block}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:flex}.header-content{padding:.75rem 1rem}.mobile-layout{gap:.625rem}.mobile-middle-row{gap:.75rem}.ai-title.mobile-title{font-size:1.1rem;line-height:1.2}.mobile-subtitle{font-size:.75rem;line-height:1.3;margin-top:1px}.mobile-greeting-text{font-size:.75rem}.mobile-social-links{gap:6px}.mobile-social-icon,.mobile-action-icon{width:22px;height:22px}.mobile-action-label{font-size:.55rem}.mobile-signin-btn{font-size:.7rem!important;padding:5px 10px!important;height:22px!important}}@media (max-width: 480px){.header-content{padding:.625rem .75rem}.mobile-layout,.mobile-middle-row{gap:.5rem}.ai-title.mobile-title{font-size:1rem}.mobile-subtitle,.mobile-greeting-text{font-size:.7rem}.mobile-social-links{gap:4px}.mobile-social-icon,.mobile-action-icon{width:20px;height:20px}.mobile-action-label{font-size:.5rem}.mobile-signin-btn{font-size:.65rem!important;padding:4px 8px!important;height:20px!important}}.auth-buttons{display:flex;gap:.5rem}.desktop-user-info{display:flex;align-items:center;gap:.5rem;font-size:14px;color:var(--text-gray)}.user-greeting{display:flex;align-items:center;gap:.5rem;font-weight:500}.premium-icon{color:#f59e0b}.user-menu-container{position:relative;z-index:10001}.user-avatar{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid var(--border-light);cursor:pointer;transition:all .2s ease;background:var(--background-white);overflow:hidden}.user-avatar:hover{border-color:var(--primary-blue);transform:scale(1.05)}.user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-hover));color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.premium-badge{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff!important;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border:2px solid white}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border-light);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);min-width:240px;padding:16px;z-index:10001;animation:dropdownSlideIn .2s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-info{margin-bottom:12px}.user-name{font-weight:600;color:var(--text-dark);margin:0 0 4px;font-size:14px}.user-email{color:var(--text-gray);font-size:12px;margin:0 0 8px}.subscription-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.subscription-badge.free{background:#6b72801a;color:var(--secondary-gray)}.subscription-badge.premium{background:linear-gradient(135deg,#fbbf241a,#f59e0b1a);color:#f59e0b}.menu-divider{height:1px;background:var(--border-light);margin:12px 0}.menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;border-radius:var(--border-radius);color:var(--text-gray);font-size:14px;cursor:pointer;transition:all .2s ease;text-align:left}.menu-item:hover{background:var(--background-light);color:var(--text-dark)}.upgrade-btn{color:#f59e0b!important}.upgrade-btn:hover{background:#fbbf241a}.logout-btn:hover{background:#ef44441a;color:var(--error-red)}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text-gray);cursor:pointer;padding:8px;border-radius:var(--border-radius);transition:all .2s ease}.mobile-menu-toggle:hover{background:var(--background-light);color:var(--text-dark)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--border-light);box-shadow:var(--shadow-lg);z-index:10000;max-width:100vw;overflow-x:hidden;animation:mobileMenuSlideIn .3s ease-out}@keyframes mobileMenuSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{padding:20px;display:flex;flex-direction:column;gap:16px;max-width:100%;overflow-x:hidden;box-sizing:border-box}.mobile-user-info{display:flex;align-items:center;gap:12px;padding:12px;background:var(--background-light);border-radius:var(--border-radius);border:1px solid var(--border-light)}.mobile-user-avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--primary-blue);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--background-white);flex-shrink:0}.mobile-user-avatar img{width:100%;height:100%;object-fit:cover}.mobile-user-details{flex:1;min-width:0}.mobile-user-name{font-weight:600;color:var(--text-dark);margin:0;font-size:14px;display:flex;align-items:center;gap:6px}.mobile-user-email{color:var(--text-gray);font-size:12px;margin:2px 0 0}.mobile-subscription-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.mobile-subscription-badge.free{background:#6b72801a;color:var(--secondary-gray)}.mobile-subscription-badge.premium{background:linear-gradient(135deg,#fbbf2433,#f59e0b33);color:#f59e0b}.mobile-social-section{text-align:center}.mobile-section-title{font-size:14px;font-weight:600;color:var(--text-dark);margin:0 0 12px}.mobile-social-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.mobile-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--background-light);color:var(--text-gray);text-decoration:none;transition:all .2s ease;border:1px solid var(--border-light)}.mobile-social-link:hover{background:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.mobile-social-link svg{width:18px;height:18px}.mobile-menu-divider{height:1px;background:var(--border-light);margin:8px 0}.mobile-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;border-radius:var(--border-radius);color:var(--text-gray);font-size:14px;cursor:pointer;transition:all .2s ease;text-align:left;text-decoration:none}.mobile-menu-item:hover{background:var(--background-light);color:var(--text-dark)}.mobile-menu-item svg{width:18px;height:18px;flex-shrink:0}.mobile-menu-item.upgrade-item{color:#f59e0b!important}.mobile-menu-item.upgrade-item:hover{background:#fbbf241a}.mobile-menu-item.logout-item:hover{background:#ef44441a;color:var(--error-red)}.mobile-last-updated{font-size:12px;color:var(--text-light);text-align:center;padding:8px;background:var(--background-light);border-radius:var(--border-radius)}.mobile-actions{display:flex;gap:12px}.mobile-upgrade{margin-top:8px}.mobile-social-under-title{display:flex;flex-direction:row;gap:4px;margin-top:4px;flex-wrap:wrap;align-items:center}.mobile-social-link-compact{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#2563eb1a;color:var(--text-gray);text-decoration:none;transition:all .2s ease;border:1px solid var(--border-light);flex-shrink:0}.mobile-social-link-compact:hover{background:var(--primary-blue);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.mobile-social-link-compact svg{width:12px;height:12px}.mobile-user-actions{display:flex;align-items:center;gap:4px}.mobile-action-btn{padding:6px!important;width:28px!important;height:28px!important}.mobile-premium{margin-right:4px}.mobile-auth{margin-right:8px}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none}.mobile-only,.mobile-menu-toggle{display:flex}.header-content{padding:1rem}}.btn-icon{padding:8px;border-radius:50%;background:var(--background-light);border:1px solid var(--border-light);color:var(--text-gray);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-icon:hover:not(:disabled){background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);transform:translateY(-1px)}.btn-outline{background:#fff;border:2px solid var(--border-medium);color:var(--text-gray)}.btn-outline:hover:not(:disabled){background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.btn-small{padding:6px 12px;font-size:12px}.btn-ghost{background:transparent;border:2px solid transparent;color:var(--text-gray)}.btn-ghost:hover:not(:disabled){background:var(--background-light);border-color:var(--border-light);color:var(--text-dark)}.btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:var(--border-radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:var(--primary-blue);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-blue-hover)}.btn-secondary{background:var(--background-white);color:var(--text-gray);border:1px solid var(--border-medium)}.btn-secondary:hover:not(:disabled){background:var(--background-light);border-color:var(--text-gray)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn .icon{width:1rem;height:1rem}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{flex:1;width:100%;padding:2rem;box-sizing:border-box}.main-content-contained{max-width:1400px;margin:0 auto;width:100%}.dashboard-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;width:100%;max-width:1400px;margin:0 auto;align-items:start}.dashboard-main{flex:1;min-width:0}.dashboard-sidebar{width:320px;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem;align-self:start}.digest-header{margin-bottom:2rem}.digest-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.digest-badge{background:var(--primary-blue);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.digest-time{color:var(--text-gray);font-size:.875rem}.metrics-dashboard{background:linear-gradient(135deg,var(--background-white) 0%,#f8faff 100%);border-radius:var(--border-radius-lg);padding:2rem;box-shadow:var(--shadow-md);margin-bottom:2rem;border:1px solid rgba(37,99,235,.1)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--background-light);border-radius:var(--border-radius);transition:transform .2s ease}.metric-card:hover{transform:translateY(-2px)}.metric-icon{width:3rem;height:3rem;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;color:#fff}.metric-icon.total{background:var(--primary-blue)}.metric-icon.high-impact{background:var(--impact-high)}.metric-icon.research{background:var(--success-green)}.metric-icon.industry{background:var(--warning-amber)}.metric-content h3{font-size:1.875rem;font-weight:700;color:var(--text-dark);margin:0}.metric-content p{color:var(--text-gray);font-size:.875rem;margin:0}.key-points{border-top:1px solid var(--border-light);padding-top:2rem}.key-points h3{margin-bottom:1rem;color:var(--text-dark)}.key-points ul{list-style:none;display:grid;gap:.75rem}.key-points li{background:var(--background-light);padding:.75rem 1rem;border-radius:var(--border-radius);border-left:3px solid var(--primary-blue)}.top-stories{background:var(--background-white);border-radius:var(--border-radius-lg);padding:2rem;box-shadow:var(--shadow-md);margin-bottom:2rem;border:1px solid var(--border-light)}.section-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;color:var(--text-dark)}.stories-list{display:grid;gap:1rem}.story-item{display:flex;gap:1rem;padding:1.25rem;background:var(--background-white);border:1px solid var(--border-light);border-radius:var(--border-radius-lg);transition:all .3s ease;box-shadow:var(--shadow-sm);align-items:flex-start}.story-item:hover{background:var(--background-white);transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#2563eb33}.clickable-story{cursor:pointer;transition:all .3s ease}.clickable-story:hover{background:var(--background-white);transform:translateY(-2px);box-shadow:var(--shadow-xl);border-color:#2563eb4d}.clickable-story:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.story-main{flex:1;display:flex;gap:1.5rem;min-height:0}.story-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}.story-right{flex:0 0 300px;padding:.75rem 1rem;background:linear-gradient(135deg,var(--background-light) 0%,#f8faff 100%);border-radius:var(--border-radius);border:1px solid rgba(37,99,235,.08);align-self:flex-start}.story-right .story-summary{font-size:.875rem;line-height:1.5;color:var(--text-gray);margin:0;font-weight:400}.story-left .story-title{margin:0 0 .5rem;font-size:1.125rem;line-height:1.4;font-weight:600;color:var(--text-dark);display:flex;align-items:flex-start;gap:.5rem}.story-image{position:relative;margin:.5rem 0;border-radius:var(--border-radius-lg);overflow:hidden;background:var(--background-white);box-shadow:var(--shadow-sm);max-width:320px;aspect-ratio:16/9;border:1px solid var(--border-light)}.story-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:all .3s ease;background:var(--background-white);border-radius:var(--border-radius)}.story-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(37,99,235,.02) 100%);pointer-events:none;border-radius:var(--border-radius)}.clickable-story:hover .story-image{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.clickable-story:hover .story-image img{transform:scale(1.01)}.story-summary{color:var(--text-secondary);font-size:.875rem;line-height:1.4;margin:.75rem 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-rank{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-hover) 100%);color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0;box-shadow:var(--shadow-sm);align-self:flex-start;margin-top:.25rem}.story-content{flex:1}.story-title{margin:0 0 .5rem;font-size:1rem;line-height:1.4}.story-link{color:var(--text-dark);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.story-link:hover{color:var(--primary-blue)}.external-icon{width:.875rem;height:.875rem;opacity:.6}.story-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.story-source{color:var(--text-gray);font-size:.875rem}.story-score{display:flex;align-items:center;gap:.25rem;color:var(--warning-amber);font-size:.875rem;font-weight:500}.star-icon{width:1rem;height:1rem;fill:currentColor}.content-section{background:var(--background-white);border-radius:var(--border-radius-lg);padding:0;box-shadow:none;margin-bottom:2rem;width:100%;border:none}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;align-items:start;width:100%;max-width:100%;overflow-x:hidden}.article-card{background:var(--background-light);border-radius:var(--border-radius-lg);overflow:hidden;transition:all .3s ease;border:1px solid var(--border-light)}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border-medium)}.article-thumbnail-container{position:relative;width:100%;max-width:400px}.article-thumbnail-smart{position:relative}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.duration{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:var(--border-radius);font-size:.75rem}.article-content{padding:1.5rem}.article-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.article-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-gray)}.separator{color:var(--text-light)}.time-icon{width:.75rem;height:.75rem}.article-indicators{display:flex;align-items:center;gap:.5rem}.type-icon{width:1rem;height:1rem;color:var(--text-gray)}.impact-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.impact-high{background:#dc26261a;color:var(--impact-high)}.impact-medium{background:#f59e0b1a;color:var(--impact-medium)}.impact-low{background:#10b9811a;color:var(--impact-low)}.article-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;line-height:1.4}.article-link{color:var(--text-dark);text-decoration:none;display:flex;align-items:flex-start;gap:.5rem;transition:color .2s ease}.article-link:hover{color:var(--primary-blue)}.article-description{color:var(--text-gray);font-size:.875rem;line-height:1.5;margin:0 0 1rem}.article-footer{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-light);border-top:1px solid var(--border-light);padding-top:1rem}.audio-player{padding:1rem;border-top:1px solid var(--border-light)}.audio-player audio{width:100%}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:3rem;height:3rem;color:var(--primary-blue);margin-bottom:1rem}.loading-message{color:var(--text-gray);font-size:1.125rem}.loading-overlay{position:fixed;inset:0;background:#0f172ad9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.loading-overlay .loading-container{background:#fffffff2;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0003;border:1px solid rgba(255,255,255,.3)}.error-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.error-message{text-align:center;background:var(--background-white);padding:3rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);max-width:500px;width:100%}.error-message h2{margin-bottom:1rem;color:var(--error-red)}.error-message p{margin-bottom:2rem;color:var(--text-gray)}.error-banner{background:var(--error-red);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.error-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.no-content{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--text-gray)}.landing-app{background:linear-gradient(135deg,#fafbfc,#f0f9ff,#f8faff);min-height:100vh;position:relative;overflow-x:hidden}.landing-app:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(circle at 30% 20%,rgba(0,102,255,.08) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(124,58,237,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.landing-hero{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;min-height:calc(100vh - 100px)}.hero-content{text-align:center;max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-content h1{font-size:4.5rem;font-weight:900;background:linear-gradient(135deg,#06f,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:var(--text-gray);margin-bottom:3rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.feature{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem 2rem;border-radius:24px;box-shadow:0 10px 25px #00000014;transition:all .4s ease;border:1px solid rgba(255,255,255,.5);position:relative;overflow:hidden}.feature:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,102,255,.1),transparent);transition:left .6s ease}.feature:hover:before{left:100%}.feature:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 20px 40px #0066ff26;border-color:#0066ff4d}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.feature p{color:var(--text-gray);font-size:.875rem;margin:0}.hero-cta{margin-top:2rem}.btn-large{padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;border-radius:16px;min-width:200px;justify-content:center;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;text-transform:none;letter-spacing:.5px}.btn-large:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000026}.btn-primary.btn-large{background:linear-gradient(135deg,#06f,#0052cc);border:none;color:#fff}.btn-primary.btn-large:hover{background:linear-gradient(135deg,#0052cc,#003d99);box-shadow:0 8px 32px #0066ff4d}.btn-ghost.btn-large{background:#ffffffe6;color:#06f;border:2px solid rgba(0,102,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-ghost.btn-large:hover{background:#fff;border-color:#06f;color:#0052cc}@media (max-width: 768px){.hero-content h1{font-size:2.75rem}.hero-features{grid-template-columns:1fr;gap:1.5rem}.feature{text-align:center}}@media (max-width: 640px){.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:280px}}.welcome-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.welcome-modal{background:#fff;padding:3rem;border-radius:var(--border-radius-xl);text-align:center;max-width:500px;width:100%;box-shadow:var(--shadow-xl);animation:modalSlideIn .3s ease-out}.welcome-modal h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.welcome-modal p{color:var(--text-gray);margin-bottom:2rem;font-size:1.125rem}.welcome-actions{display:flex;gap:1rem;justify-content:center}.upgrade-banner{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:1rem 0}.upgrade-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.upgrade-content span{font-weight:500;flex:1}.upgrade-section{margin-top:3rem;padding-top:3rem;border-top:2px solid var(--border-light)}.sidebar-upgrade{margin-top:2rem}.upgrade-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1.5rem;color:#fff;text-align:center}.upgrade-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.upgrade-header h3{margin:0;font-size:1.1rem;font-weight:600}.upgrade-icon{color:#fbbf24}.upgrade-features{margin-bottom:1.5rem;text-align:left}.feature-item{font-size:.9rem;margin-bottom:.5rem;opacity:.9}.upgrade-btn{background:#fff;color:#667eea;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;width:100%;transition:all .2s ease}.upgrade-btn:hover{background:#f8fafc;transform:translateY(-1px)}.personalized-badge{background:linear-gradient(135deg,var(--success-green),#059669);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.authenticated-app{background:linear-gradient(135deg,#fafbfc,#f0f9ff,#f8faff)}.authenticated-app .main-content{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);margin:2rem auto;border-radius:24px;box-shadow:0 20px 40px #00000014;border:1px solid rgba(255,255,255,.5);overflow:visible}.authenticated-app .digest-header{padding:2rem 2rem 0;border-bottom:1px solid var(--border-light);margin-bottom:0;background:linear-gradient(135deg,var(--background-white) 0%,#f8faff 100%)}.authenticated-app .digest-meta{padding-bottom:2rem;justify-content:center;flex-wrap:wrap;gap:1rem}.onboarding-app{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.footer{background:var(--background-white);border-top:1px solid var(--border-light);padding:2rem;text-align:center;margin-top:auto}.modern-footer{background:linear-gradient(135deg,var(--background-white) 0%,#f8faff 100%);border-top:1px solid rgba(37,99,235,.1)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.footer-center{text-align:center;width:100%}.footer-left{text-align:left}.footer-links{display:flex;gap:1.5rem;margin-top:.5rem}.footer-links a{color:var(--text-gray);text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-links a:hover{color:var(--primary-blue)}.footer p{margin:0;color:var(--text-gray);font-size:.875rem}.footer a{color:var(--primary-blue);text-decoration:none}.footer a:hover{text-decoration:underline}.api-status{padding:.5rem 1rem;background:var(--background-light);border:1px solid var(--border-light);border-radius:var(--border-radius);color:var(--text-gray);font-size:.875rem;text-decoration:none;transition:all .2s ease}.api-status:hover{background:var(--success-green);border-color:var(--success-green);color:#fff;text-decoration:none}.metrics-section{background:var(--background-light);padding:2rem;border-top:1px solid var(--border-light);margin-top:2rem;border-radius:var(--border-radius-lg)}.metrics-section .metrics-dashboard{margin:0;padding:0}@media (max-width: 1200px){.dashboard-layout{grid-template-columns:1fr 280px;gap:1.5rem;max-width:1200px}.dashboard-sidebar{width:280px;position:static}.main-content{padding:1.5rem}}@media (max-width: 1024px){.header-content{padding:1rem 1.5rem}.main-content{padding:1.5rem}.dashboard-layout{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.dashboard-sidebar{width:100%;order:2;position:static}.dashboard-main{order:1}.content-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));max-width:100%}.authenticated-app .main-content{margin:1.5rem;max-width:calc(100vw - 3rem);box-sizing:border-box}}@media (max-width: 768px){.header-content{flex-direction:row;gap:.5rem;padding:.75rem 1rem;text-align:center;max-width:100vw;overflow-x:hidden;justify-content:space-between;align-items:flex-start}.header-left{flex:1;align-items:flex-start;min-width:0}.title-container{align-items:flex-start;text-align:left;width:100%}.title{font-size:1.1rem;margin-bottom:2px}.subtitle{font-size:.7rem;margin-bottom:1px}.user-greeting-subtitle{font-size:.65rem;margin-bottom:3px}.mobile-social-under-title{margin-top:3px}.header-center.desktop-only{display:none}.header-right{flex:0 0 auto;display:flex;align-items:center;gap:6px}.header-actions{width:100%;justify-content:center;flex-wrap:wrap}}.user-menu-container{position:relative;z-index:10002}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;left:auto;z-index:10002;min-width:280px;max-width:calc(100vw - 2rem);background:#fff;border:1px solid var(--border-light);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl)}.main-content{padding:.75rem;margin:0;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.metrics-grid,.content-grid{grid-template-columns:1fr;gap:1rem}.story-image{max-width:280px;aspect-ratio:16/9}.story-item{flex-direction:column;text-align:left;gap:1rem;padding:1rem}.story-main{flex-direction:column;gap:1rem}.story-left{gap:.75rem}.story-right{flex:1;max-width:100%;padding:.75rem;margin:0}.story-rank{align-self:flex-start;margin:0;width:2rem;height:2rem;font-size:.75rem}.story-meta{flex-direction:column;gap:.5rem;align-items:center}.upgrade-content{flex-direction:column;text-align:center;gap:1rem}.footer-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-left{text-align:center}.footer-links{justify-content:center}} @media (max-width: 480px){.title{font-size:1.5rem}.content-tabs{flex-direction:column}.tab{justify-content:center}.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.metrics-dashboard,.top-stories,.content-section{padding:1rem;margin:0 0 1rem;max-width:calc(100vw - 1.5rem)}.section-title{font-size:1.25rem}.story-rank{width:1.5rem;height:1.5rem;font-size:.75rem}.content-grid{grid-template-columns:1fr;gap:.75rem;width:100%;max-width:calc(100vw - 1.5rem);margin:0 auto;box-sizing:border-box}.story-image{max-width:240px;aspect-ratio:16/9}.story-main{flex-direction:column;gap:.75rem}.story-right{flex:1;max-width:100%;padding:.5rem .75rem}.story-left .story-title{font-size:1rem;line-height:1.3}.story-right .story-summary{font-size:.8rem;line-height:1.4}.app{overflow-x:hidden}.main-content{padding:1rem}.hero-features{grid-template-columns:1fr}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;left:auto;z-index:10003;min-width:240px;max-width:calc(100vw - 1rem);background:#fff;border:1px solid var(--border-light);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);padding:12px}.user-menu-container{position:relative;z-index:10003}.metrics-section{padding:1.5rem;margin-top:1rem}.metrics-section .metrics-dashboard{margin:0;padding:0}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;display:flex;flex-direction:column}.legal-container{flex:1;max-width:1200px;margin:0 auto;width:100%;background:#fffffff2;border-radius:16px;padding:3rem;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column}.legal-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.legal-header h1{color:var(--text-primary);margin:1rem 0 .5rem;font-size:2.5rem;font-weight:700}.last-updated{color:var(--text-secondary);font-size:.9rem;margin:0}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.back-link:hover{color:var(--primary-dark)}.legal-content{flex:1;line-height:1.6;columns:2;column-gap:3rem;column-fill:balance}.legal-content section{margin-bottom:2rem;break-inside:avoid}.legal-content h2{color:var(--text-primary);font-size:1.5rem;margin:2rem 0 1rem;font-weight:600}.legal-content h3{color:var(--text-primary);font-size:1.2rem;margin:1.5rem 0 .5rem;font-weight:600}.legal-content p{color:var(--text-secondary);margin-bottom:1rem}.legal-content ul{color:var(--text-secondary);margin:1rem 0;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--primary-color);text-decoration:none}.legal-content a:hover{text-decoration:underline}@media (max-width: 1024px){.legal-content{columns:1}}@media (max-width: 768px){.legal-page{padding:1rem}.legal-container{padding:2rem 1.5rem}.legal-header h1{font-size:2rem}}@media (max-width: 640px){.legal-page{padding:.5rem}.legal-container{padding:1.5rem 1rem;border-radius:12px}.legal-header h1{font-size:1.75rem}}.about-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column}.about-container{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:2rem}.about-header{text-align:center;margin-bottom:4rem;padding:3rem 0;background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 100%);color:#fff;border-radius:var(--border-radius-xl);margin:0 0 4rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffe6;text-decoration:none;font-weight:500;margin-bottom:2rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:var(--border-radius);transition:all .2s ease}.back-link:hover{background:#ffffff1a;color:#fff}.about-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.5}.about-content{display:flex;flex-direction:column;gap:4rem}.mission-section,.solution-section,.value-prop-section,.audience-section,.vision-section{background:#fff;border-radius:var(--border-radius-xl);padding:3rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-light)}.section-icon{display:flex;justify-content:center;margin-bottom:2rem;color:var(--primary-blue)}.mission-section h2,.solution-section h2,.value-prop-section h2,.audience-section h2,.vision-section h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.mission-section p,.vision-content p{color:var(--text-gray);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:var(--background-light);padding:2rem;border-radius:var(--border-radius-lg);text-align:center;border:1px solid var(--border-light);transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-card svg{color:var(--primary-blue);margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.feature-card p{color:var(--text-gray);line-height:1.6;margin:0}.value-props{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.value-prop{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background:var(--background-light);border-radius:var(--border-radius-lg);border:1px solid var(--border-light)}.prop-number{background:var(--primary-blue);color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.prop-content h3{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.prop-content p{color:var(--text-gray);line-height:1.6;margin:0}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.audience-card{background:linear-gradient(135deg,var(--background-white) 0%,var(--background-light) 100%);padding:2.5rem 2rem;border-radius:var(--border-radius-lg);text-align:center;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:transform .2s ease}.audience-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.audience-card h3{font-size:1.25rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.audience-card p{color:var(--text-gray);line-height:1.6;margin:0}.vision-content{text-align:center}.cta-section{margin-top:3rem;padding:3rem;background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 100%);border-radius:var(--border-radius-xl);color:#fff;text-align:center}.cta-section h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary{background:#fff;color:var(--primary-blue)}.cta-buttons .btn-primary:hover{background:var(--background-light)}.cta-buttons .btn-ghost{border:2px solid rgba(255,255,255,.3);color:#fff}.cta-buttons .btn-ghost:hover{background:#ffffff1a}@media (max-width: 1024px){.about-container{padding:1.5rem}.features-grid,.audience-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.about-container{padding:1rem}.about-header{padding:2rem 1.5rem;margin-bottom:2rem}.about-hero h1{font-size:2rem}.hero-subtitle{font-size:1.125rem}.mission-section,.solution-section,.value-prop-section,.audience-section,.vision-section{padding:2rem}.features-grid,.audience-grid{grid-template-columns:1fr}.value-prop{flex-direction:column;text-align:center;gap:1rem}.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}}@media (max-width: 640px){.about-content{gap:2rem}.mission-section,.solution-section,.value-prop-section,.audience-section,.vision-section{padding:1.5rem}.cta-section{padding:2rem 1.5rem}.about-hero h1{font-size:1.75rem}.section-icon{margin-bottom:1rem}}
