@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-primary:#1a1a1a;--bg-secondary:#2d2d2d;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--accent-red:#ef4444;--accent-orange:#f97316;--accent-fire:linear-gradient(90deg,#f97316,#ef4444);--border-primary:#333333}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);color:var(--text-primary);overflow-x:hidden;background:#1a1a1a;min-width:320px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;overflow:visible;background:rgba(26,26,26,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,115,22,.2)}.main-navigation,.nav-menu{display:flex;align-items:center}.nav-menu{gap:2rem}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--accent-orange)}.nav-dropdown{position:relative}.dropdown-toggle{background:none;border:none;color:var(--text-primary);font-weight:500;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:color .3s ease}.dropdown-toggle:hover{color:var(--accent-orange)}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.dropdown-toggle[aria-expanded=true] .dropdown-arrow,.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:rgba(45,45,45,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,115,22,.2);border-radius:8px;min-width:200px;box-shadow:0 8px 25px rgba(0,0,0,.3);z-index:3000;animation:fadeInDown .2s ease}.dropdown-item{display:block;padding:.75rem 1rem;color:var(--text-primary);text-decoration:none;font-size:.9rem;transition:background-color .2s ease;border-radius:4px;margin:.25rem}.dropdown-item:hover{background:rgba(255,115,22,.1);color:var(--accent-orange)}.language-dropdown{position:relative}.language-selector{background:none;border:1px solid rgba(255,255,255,.2);color:var(--text-primary);padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.25rem;transition:border-color .3s ease}.language-selector:hover{border-color:rgba(255,115,22,.5)}.language-menu{position:absolute;top:100%;right:0;background:rgba(45,45,45,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,115,22,.2);border-radius:8px;min-width:120px;box-shadow:0 8px 25px rgba(0,0,0,.3);z-index:3000;animation:fadeInDown .2s ease}.language-menu button{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--text-primary);text-align:left;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;border-radius:4px;margin:.25rem}.language-menu button.active,.language-menu button:hover{background:rgba(255,115,22,.1);color:var(--accent-orange)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header-content{justify-content:space-between;padding:16px 0}.header-content,.header-right{display:flex;align-items:center}.header-right{flex-direction:row;justify-content:center;gap:30px}.logo{font-size:24px;font-weight:800;-webkit-background-clip:text;background-clip:text;color:#fff;transition:transform .3s ease;text-decoration:none;display:flex;align-items:center;gap:8px}.logo:hover{transform:translateX(-3px)}.logo-icon{width:32px;height:32px;flex-shrink:0}.language-switcher{display:flex;align-items:center;gap:.75rem}.language-switcher button{background:none;border:none;margin:0;font:inherit;color:inherit;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:background-color .2s ease,color .2s ease;color:#4b5563;text-decoration:none}.language-switcher button:hover{background-color:#f3f4f6;color:#1f2937}.language-switcher button.active{background-color:#2d2d2d;color:white;font-weight:500}@media (max-width:768px){.language-switcher{gap:.5rem}.language-switcher button{padding:.2rem .4rem;font-size:.875rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;opacity:.3}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center;padding:80px 0}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);z-index:-2}.badge{margin-bottom:32px;animation:fadeIn .6s ease}.badge,.badge-inner{display:inline-block}.badge-inner{background:rgba(255,255,255,.5);padding:2px;border-radius:16px}.badge-content{background:#2d2d2d;border-radius:16px;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.badge-icon{display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-weight:500}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:24px;animation:slideIn .6s ease .2s forwards;opacity:0}.hero p{font-size:1.5rem;color:var(--text-secondary);margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeIn .6s ease .3s forwards;opacity:0}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;animation:slideIn .6s ease .5s forwards;opacity:0}.btn-primary{background:var(--accent-fire);color:white;font-weight:700;padding:16px 32px;border-radius:16px;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(255,115,22,.2);display:inline-block;text-decoration:none}.btn-primary:hover{transform:scale(1.05);box-shadow:0 6px 25px rgba(255,115,22,.3)}.btn-secondary{background:#2d2d2d;color:white;font-weight:700;padding:16px 32px;border-radius:16px;font-size:1.1rem;border:1px solid var(--border-primary);cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none}.btn-secondary:hover{background:#333333;transform:scale(1.05)}.use-cases{padding:120px 0;background:rgba(26,26,26,.5)}.section-title{text-align:center;max-width:900px;margin:0 auto 80px}.section-title h2{font-size:2.5rem;font-weight:800;margin-bottom:16px}.section-title p{font-size:1.25rem;color:var(--text-secondary)}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:48px;gap:48px;max-width:1200px;margin:0 auto}.case-card{background:rgba(45,45,45,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,115,22,.2);border-radius:24px;padding:32px;transition:all .3s ease}.case-card:hover{border-color:rgba(255,115,22,.4);transform:translateY(-5px)}.case-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.case-icon{background:rgba(255,115,22,.1);padding:12px;border-radius:12px;transition:all .3s ease}.case-card:hover .case-icon{background:rgba(255,115,22,.2)}.case-card h3{font-size:1.75rem;font-weight:700;transition:color .3s ease}.case-card:hover h3{color:var(--accent-orange)}.case-desc{color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin-bottom:24px}.case-tags{display:flex;flex-wrap:wrap;gap:8px}.case-tag{background:rgba(255,115,22,.1);color:#fff;padding:4px 12px;border-radius:20px;font-size:.875rem}.case-card:nth-child(2) .case-icon{background:rgba(239,68,68,.1)}.case-card:nth-child(2):hover .case-icon{background:rgba(239,68,68,.2)}.case-card:nth-child(2) h3:hover{color:var(--accent-red)}.case-card:nth-child(2) .case-tag{background:rgba(239,68,68,.1);color:#fff}.features{padding:120px 0;background:linear-gradient(180deg,#1a1a1a,#2d2d2d)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.feature-card{background:rgba(45,45,45,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:16px;padding:32px;border:1px solid var(--border-primary);transition:all .3s ease}.feature-card:hover{border-color:rgba(255,115,22,.5);transform:translateY(-5px)}.feature-icon{margin-bottom:24px}.feature-card h3{margin-bottom:16px}.feature-card p{color:var(--text-secondary)}.cta{padding:120px 0;background:linear-gradient(90deg,rgba(255,115,22,.1),rgba(239,68,68,.1))}.cta-content{max-width:700px;margin:0 auto;background:rgba(26,26,26,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,115,22,.2);border-radius:24px;padding:48px}.cta h2{font-size:2.5rem;font-weight:800;margin-bottom:16px}.cta p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:32px}.cta .btn-primary{padding:16px 48px;font-size:1.25rem;box-shadow:0 4px 30px rgba(255,115,22,.3)}.cta small{display:block;margin-top:16px;color:var(--text-secondary)}footer{padding:60px 0 40px;background:#1a1a1a;border-top:1px solid var(--border-primary)}.footer-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media (min-width:768px){.footer-content{flex-direction:row}}.footer-logo{font-size:24px;font-weight:800;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:8px}.footer-logo-icon{width:24px;height:24px;flex-shrink:0}@media (min-width:768px){.footer-logo{margin-bottom:0}}.footer-links{display:flex;gap:32px}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{margin-top:32px;text-align:center;color:#94a3b87a;width:100%}.footer-content{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;grid-gap:40px!important;gap:40px!important;margin-bottom:40px!important}.footer-column h4{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-description{color:var(--text-secondary);line-height:1.6;margin:1rem 2rem}.footer-links{list-style:none!important;padding:0!important;margin:0!important;display:block!important;gap:0!important}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:var(--accent-orange)}@media (max-width:768px){.footer-content{grid-template-columns:1fr!important;gap:30px!important}.footer-links li{margin-bottom:.5rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-section{margin-bottom:2rem}.mobile-nav-link{display:block;color:var(--text-primary);text-decoration:none;font-size:1.1rem;font-weight:500;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease}.mobile-nav-link:hover{color:var(--accent-orange)}@media (max-width:768px){.footer-description,.footer-logo{display:none}.hero h1{font-size:2.5rem}.hero p{font-size:1.25rem}.section-title h2{font-size:2rem}.cta-content{padding:32px 24px}.cta h2{font-size:2rem}.footer-links{flex-direction:column;align-items:center;margin:1rem 0;gap:20px}.main-navigation{display:none}.header-actions{display:flex;align-items:center;gap:1rem}}.auth-page{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:20px}.auth-container{background-color:#2d2d2d;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid var(--border-primary);width:100%;max-width:400px}.auth-container h1{text-align:center;margin-bottom:1.5rem}.auth-form .form-group{margin-bottom:1rem}.auth-form label{display:block;margin-bottom:.5rem;font-weight:700}.auth-form input,.auth-form select{width:100%;padding:.5rem;border-radius:4px;box-sizing:border-box}.auth-form button{width:100%;padding:.75rem;margin-top:1rem}.auth-form .error-message{color:#e53e3e;background-color:#fef2f2;padding:.5rem;border-radius:4px;margin-bottom:1rem;text-align:center}.auth-container p{text-align:center;margin-top:1rem}.auth-container a{color:var(--accent-orange);text-decoration:none}.auth-container a:hover{text-decoration:underline}.auth-form .success-message{color:#166534;background-color:#dcfce7;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.auth-form .success-message a{color:#166534;font-weight:700}.delete-account-warning{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.delete-account-warning .warning-text{color:var(--accent-red);font-weight:600;margin-bottom:1rem}.delete-account-warning ul{color:var(--text-secondary);padding-left:1.5rem;margin:0}.delete-account-warning li{margin-bottom:.5rem}.account-settings-links{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.account-settings-links a{color:var(--accent-orange);text-decoration:none;font-weight:500}.account-settings-links a:hover{text-decoration:underline}.account-settings-content{max-width:600px;margin:0 auto;padding:2rem 0}.account-settings-form{background:rgba(45,45,45,.8);border:1px solid rgba(255,115,22,.2);border-radius:12px;padding:2rem;margin-bottom:2rem}.account-settings-form .form-group{margin-bottom:1.5rem}.account-settings-form label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.account-settings-form input,.account-settings-form select{width:100%;padding:.75rem 1rem;border:1px solid #64748b;border-radius:8px;background-color:#2d2d2d;color:var(--text-primary);font-family:Inter,sans-serif;font-size:1rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.account-settings-form input:focus,.account-settings-form select:focus{border-color:var(--accent-red);box-shadow:0 0 0 3px rgba(239,68,68,.3);outline:none}.account-settings-form input:disabled{background-color:#1a1a1a;color:#6b7280;cursor:not-allowed}.account-settings-form small{display:block;margin-top:.25rem;color:#6b7280;font-size:.875rem}.account-settings-form .btn-primary{width:100%;padding:.875rem 1.5rem;margin-top:1rem}.category-tile{position:relative;transition:all .3s ease;border-radius:12px;overflow:hidden}.category-tile:hover{box-shadow:0 8px 25px rgba(0,0,0,.15)}.category-tile.selected{border:2px solid var(--accent-red);background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(239,68,68,.05));box-shadow:0 0 20px rgba(239,68,68,.3)}.category-tile.selected:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-red),#ff6b6b)}.category-content{position:relative;justify-content:center;padding:1.5rem 1rem;min-height:120px}.category-icon{font-size:2rem;margin-bottom:.5rem;color:var(--text-secondary);transition:all .3s ease}.category-tile.selected .category-icon{color:var(--accent-red);transform:scale(1.1)}.category-name{font-weight:600;text-align:center;transition:color .3s ease}.category-tile.selected .category-name{color:var(--accent-red);font-weight:700}.selected-indicator{position:absolute;top:8px;right:8px;background:var(--accent-red);color:white;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 8px rgba(239,68,68,.4);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 2px 8px rgba(239,68,68,.4)}50%{transform:scale(1.1);box-shadow:0 2px 12px rgba(239,68,68,.6)}to{transform:scale(1);box-shadow:0 2px 8px rgba(239,68,68,.4)}}@media (max-width:768px){.category-content{padding:1rem .5rem;min-height:100px}.category-icon{font-size:1.5rem}.category-name{font-size:.9rem}}.news-detail-layout{display:flex;gap:2rem;padding:2rem 24px;max-width:1200px;margin:0 auto}.news-detail-layout .news-sidebar{flex:0 0 240px;position:-webkit-sticky;position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.news-detail-layout .news-main{flex:1 1;min-height:600px}.news-detail-layout .news-article{width:100%;max-width:none;margin:0}.news-detail-layout .article-image{margin:2rem 0}.news-detail-layout .article-image img{width:100%;height:auto;display:block;border-radius:8px}.related-news-block{background:var(--bg-secondary);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.related-news-block h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);border-bottom:2px solid var(--accent-red);padding-bottom:.5rem}.related-news-list{display:flex;flex-direction:column;gap:1rem}.related-news-item{border-bottom:1px solid var(--border-color);padding-bottom:.75rem}.related-news-item:last-child{border-bottom:none;padding-bottom:0}.related-news-link{text-decoration:none;color:inherit;display:block;transition:opacity .3s ease}.related-news-link:hover{opacity:.8}.related-news-title{font-size:.9rem;font-weight:500;line-height:1.4;margin-bottom:.25rem;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-news-date{font-size:.8rem;color:var(--text-secondary)}.related-news-loading{display:flex;justify-content:center;padding:1rem}.loading-spinner-small{width:20px;height:20px;border-top:2px solid var(--border-color);border:2px solid var(--border-color);border-top-color:var(--accent-red);border-radius:50%;animation:spin 1s linear infinite}.related-news-empty{text-align:center;padding:1rem;color:var(--text-secondary);font-size:.9rem}@media (max-width:1024px){.news-detail-layout{gap:1.5rem}.news-detail-layout .news-sidebar{flex:0 0 240px}}@media (max-width:768px){.news-detail-layout{flex-direction:column;gap:1rem;padding:1rem 0}.news-detail-layout .news-sidebar{flex:1 1;position:static;order:2}.news-detail-layout .news-sidebar-left{order:1}.news-detail-layout .news-sidebar-right{order:3}.related-news-block{padding:1rem}.related-news-block h3{font-size:1rem}}.dashboard-page{padding:2rem 0}.dashboard-page h1{margin-bottom:1rem}.user-menu{display:flex;align-items:center;gap:1rem}.user-menu span{margin-right:1rem}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions a{color:#fff}.auth-links{gap:.5rem}.auth-links .btn-primary,.auth-links .btn-secondary{padding:12px 18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-links .btn-primary{margin-left:12px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.dashboard-actions{display:flex;gap:1rem}.user-info{background-color:#f9fafb;padding:1rem;border-radius:6px;margin-bottom:2rem}.user-info p{margin:.25rem 0}.feed-list h2{margin-top:2rem;margin-bottom:1rem}.feeds-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.feed-card{border-radius:8px;padding:1.25rem;background-color:#2d2d2d;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:box-shadow .2s ease}.feed-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.feed-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.feed-header h3{margin:0;font-size:1.125rem;word-break:break-word}.status{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status.active{background-color:#dcfce7;color:#166534}.status.inactive{background-color:#fee2e2;color:#991b1b}.feed-url{color:#6b7280;font-size:.875rem;margin-bottom:.75rem;word-break:break-all}.feed-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.75rem;color:#6b7280;margin-bottom:1rem}.feed-actions{display:flex;gap:.5rem}.btn-danger{background-color:var(--accent-red);color:white;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.btn-danger:hover{background-color:#dc2626}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#2d2d2d;border-radius:8px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0}.modal-header h2{margin:0}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.modal-close-btn:hover{background-color:#f3f4f6}.modal-form{padding:1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.news-page{padding:2rem 0}.news-page h1{margin-bottom:1.5rem}.news-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.news-card{border-radius:8px;overflow:hidden;background-color:#2d2d2d;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:box-shadow .2s ease;display:flex;flex-direction:column;height:100%}.news-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.news-image{width:100%;height:200px;position:relative;overflow:hidden}.news-card .news-content{flex-grow:1;display:flex;flex-direction:column;padding:1em}.news-title{font-size:1.125rem}.news-title a{color:inherit;text-decoration:none}.news-title a:hover{text-decoration:underline}.news-preview{flex-grow:1;color:#6b7280;font-size:.875rem;line-height:1.4;margin:0 0 1rem}.news-meta{justify-content:space-between;font-size:.75rem;color:#9ca3af}.news-detail-page{padding:2rem 0}.news-detail-page .back-link{display:inline-block;margin-bottom:1rem;color:var(--accent-orange);text-decoration:none}.news-detail-page .back-link:hover{text-decoration:underline}.news-article{background-color:#2d2d2d;padding:2rem;border-radius:8px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.news-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.news-title{margin:0 0 .5rem;line-height:1.2}.news-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#6b7280}.news-main-image{width:100%;max-width:800px;margin:0 auto 2rem;overflow:hidden;border-radius:8px}.news-main-image img{width:100%;height:auto;display:block}.news-body{font-size:1.125rem;line-height:1.6}.news-body p{margin-bottom:1rem}.main-nav{display:flex;align-items:center}.main-nav a{margin-right:1.5rem;color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s ease}.main-nav a:hover{color:var(--accent-orange)}@media (max-width:768px){.main-nav{display:none}.auth-links .btn-primary{margin-left:0}}.error-message-container{text-align:center;padding:2rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b}.error-message-container .error-message{margin-bottom:1rem;background-color:transparent;border:none;padding:0}.error-message-container .btn-secondary{background-color:var(--accent-orange);color:white;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.error-message-container .btn-secondary:hover{background-color:#ea580c}.toast{animation:fadeIn .3s,fadeOut .3s 4.7s;transition:transform .3s ease-in-out}.toast:hover{transform:translateX(-5px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.toast-close{font-size:1.5rem;line-height:1;cursor:pointer}.main-content{flex:1 1;padding:2rem 1rem;max-width:800px;margin:0 auto;width:100%;box-sizing:border-box}.page-title{font-size:2rem;margin-bottom:1.5rem;text-align:center}.content-section{line-height:1.6}.content-section h2{margin-top:1.5rem;margin-bottom:1rem}.content-section h3{margin-top:1rem;margin-bottom:.5rem}.content-section p{margin-bottom:1rem}.content-section ul{margin-bottom:1rem;padding-left:1.5rem}.content-section li{margin-bottom:.5rem}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.demo-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;box-sizing:border-box}.demo-modal-content{background-color:#1f2937;color:#f9fafb;border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.6);width:100%;max-width:960px;max-height:90vh;overflow-y:auto;position:relative}.demo-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;color:#d1d5db}.demo-modal-close:hover{background-color:#374151;color:#f9fafb}.demo-modal-body{padding:2.5rem}.demo-modal-title{margin-top:0;margin-bottom:2rem;font-size:1.75rem;text-align:center;color:#f9fafb}.demo-modal-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.demo-feature{padding:1.5rem;border-radius:8px}.demo-feature h3{margin-top:0;margin-bottom:1rem;color:#f3f4f6;display:flex;align-items:center;font-size:1.25rem}.demo-feature h3 svg{margin-right:.75rem}.demo-feature p{margin:0;color:#d1d5db;line-height:1.6}.demo-modal-actions{text-align:center}@media (max-width:1024px){.demo-modal-content{max-width:900px}}@media (max-width:768px){.demo-modal-body{padding:2rem 1.5rem}.demo-modal-title{font-size:1.5rem}.demo-modal-features{grid-template-columns:1fr}.demo-feature{padding:1.25rem}.demo-feature h3{font-size:1.125rem}.demo-modal-overlay{padding:.5rem}.demo-modal-body{padding:1.5rem 1rem}.demo-modal-title{font-size:1.25rem;margin-bottom:1.5rem}.demo-feature{padding:1rem}.demo-feature h3{font-size:1rem}.demo-feature p{font-size:.875rem}}.form-control:focus{outline:none;border-color:var(--accent-red);box-shadow:0 0 0 3px rgba(239,68,68,.2)}input[type=email],input[type=number],input[type=password],input[type=text],input[type=url]{width:100%;padding:.75rem 1rem;border:1px solid #64748b;border-radius:8px;background-color:#2d2d2d;color:var(--text-primary);font-family:Inter,sans-serif;font-size:1rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,input[type=url]:focus{border-color:var(--accent-red);box-shadow:0 0 0 3px rgba(239,68,68,.3)}input.error,input.error:focus{border-color:#ef4444}input.error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.3)}select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #64748b;border-radius:8px;background-color:#2d2d2d;color:var(--text-primary);font-family:Inter,sans-serif;font-size:1rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%23cbd5e1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}select:focus{border-color:var(--accent-red);box-shadow:0 0 0 3px rgba(239,68,68,.3)}select option{background-color:#2d2d2d;color:var(--text-primary)}.mobile-menu-toggle{display:none}.burger-button{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:60}.burger-line{width:100%;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease;position:relative;transform-origin:center}.burger-line:first-child{transform:translateY(0)}.burger-line:nth-child(2){opacity:1}.burger-line:nth-child(3){transform:translateY(0)}.burger-line.open:first-child{transform:translateY(10px) rotate(45deg)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;width:80%;max-width:300px;height:100vh;background:var(--bg-secondary);z-index:55;box-shadow:-5px 0 15px rgba(0,0,0,.3);overflow-y:auto;transform:translateX(100%);visibility:hidden;opacity:0;will-change:transform}.mobile-menu.open{transform:translateX(0);visibility:visible;opacity:1}.mobile-menu-content{padding:24px;margin-top:80px}.mobile-language-switcher h3{margin-bottom:16px;color:var(--text-primary);font-weight:600}.mobile-language-switcher .language-switcher{flex-direction:column;align-items:flex-start;gap:12px}.mobile-language-switcher .language-switcher button{width:100%;text-align:left;padding:10px 16px;border-radius:8px;background:rgba(255,255,255,.05);color:#fff}.mobile-language-switcher .language-switcher button.active{background:var(--accent-fire);color:white}.mobile-auth-section{margin-top:40px}.mobile-auth-section .auth-links,.mobile-auth-section .user-menu{flex-direction:column;gap:16px}.mobile-auth-section .user-menu .welcome-text{color:var(--text-primary);margin:0;text-align:center;padding:16px 0}.mobile-auth-section .btn-primary,.mobile-auth-section .btn-secondary{width:100%;text-align:center;padding:14px;font-size:16px}@media (max-width:768px){.mobile-menu-toggle{display:block}.header-actions{display:none}}@media (min-width:769px){.mobile-menu{display:none}}.onboarding-page{min-height:calc(100vh - var(--header-height) - var(--footer-height));display:flex;align-items:center;padding:2rem 0}.onboarding-container{width:100%;max-width:800px;margin:0 auto;padding:2rem;background:var(--card-bg);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}.onboarding-container h1{text-align:center;margin-bottom:50px}.onboarding-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;text-align:center}.onboarding-form{display:flex;flex-direction:column;gap:2rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:1rem;gap:1rem;margin:1rem 0}.category-tile{cursor:pointer;border:2px solid var(--border-color);border-radius:var(--border-radius-md);padding:1rem;text-align:center;transition:all .2s ease;background:var(--card-bg);min-height:120px;display:flex;align-items:center;justify-content:center}.category-tile:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.category-tile.selected{border-color:var(--primary-color);background:var(--primary-light);box-shadow:0 0 0 2px var(--primary-color)}.category-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.category-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.category-icon img{max-width:100%;max-height:100%;object-fit:contain}.category-name{font-size:.9rem;font-weight:500;color:var(--text-primary);word-break:break-word}.category-tile.selected .category-name{color:var(--primary-color-dark);font-weight:600}.selection-info{text-align:center;font-size:.95rem;color:var(--text-secondary);padding:1rem;background:var(--bg-secondary);border-radius:var(--border-radius-md)}.btn-large{padding:1rem 2rem;font-size:1.1rem;min-height:50px}@media (max-width:768px){.onboarding-container{padding:1.5rem;margin:1rem}.category-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.category-tile{min-height:100px;padding:.75rem}.category-name{font-size:.85rem}.onboarding-page{padding:1rem 0}.onboarding-container{padding:1rem;margin:.5rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.category-tile{min-height:90px;padding:.5rem}.category-name{font-size:.8rem}}.onboarding-prompt{padding:3rem 2rem;background:var(--card-bg);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);margin:2rem 0}.onboarding-prompt h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.onboarding-prompt p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.onboarding-prompt .btn-primary{display:inline-block;text-decoration:none;padding:.75rem 2rem;font-size:1rem}.dashboard-sections{display:flex;gap:.5rem}.dashboard-section-btn{padding:.5rem 1rem;background-color:#2d2d2d;color:#fff;text-decoration:none;font-weight:500;transition:all .2s ease;border-radius:8px}.dashboard-section-btn.active,.dashboard-section-btn:hover{background:var(--accent-fire);color:white}.dashboard-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;position:relative}.tab-btn{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:8px 8px 0 0}.tab-btn:hover{color:#fff;background-color:#2d2d2d}.tab-btn.active{color:var(--accent-orange);border-bottom-color:var(--accent-fire)}.add-feed-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);padding:.5rem 1rem;font-size:.875rem}.dashboard-content{min-height:400px}.onboarding-prompt{background-color:#2d2d2d;padding:1.5rem;text-align:center;margin-bottom:2rem}.onboarding-prompt h2{color:vars(--accent-fire);margin-top:0}.onboarding-prompt p{color:#374151;margin-bottom:1.5rem}@media (max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-sections{width:100%}.dashboard-section-btn{flex:1 1;text-align:center}.dashboard-tabs{flex-wrap:wrap}.add-feed-btn{position:static;transform:none;margin-top:1rem;width:100%}.dashboard-header h1{font-size:1.5rem}}.dashboard-page .loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.dashboard-news-list,.dashboard-news-list .news-content-wrapper{width:100%}.dashboard-news-list .news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.dashboard-news-list .no-news-message{text-align:center;padding:2rem;color:#6b7280;grid-column:1/-1}@media (max-width:768px){.dashboard-news-list .news-grid{grid-template-columns:1fr}}.contact-header{margin-bottom:2rem;text-align:center}.contact-intro{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.contact-section{margin-bottom:2rem;padding:1.5rem;background:#1a1a1a;border-radius:8px;border:1px solid #333333}.contact-section h2{margin-top:0;color:#fff}.contact-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #333333}.contact-item:last-child{border-bottom:none}.contact-item span{color:var(--accent-orange);font-weight:500}.social-links{margin-top:1rem}@media (max-width:768px){.contact-item{flex-direction:column;align-items:flex-start;gap:.25rem}.contact-section{padding:1rem}}.news-layout{display:flex;gap:1.5rem;margin:0 auto;max-width:1400px}.news-sidebar{flex:0 0 250px;background:#2d2d2d;border-radius:8px;padding:1.5rem;height:-moz-fit-content;height:fit-content;box-shadow:0 2px 4px rgba(0,0,0,.1)}.news-sidebar-left{order:1}.news-main{flex:1 1;order:2;min-width:0}.news-sidebar-right{order:3}.news-feed{display:flex;flex-direction:column;gap:1.5rem}.news-filter h3{margin-top:0;margin-bottom:1rem;color:var(--text-primary);font-size:1.25rem}.category-filter-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.category-filter-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.category-filter-item:hover{background-color:var(--accent-fire)}.category-filter-checkbox{margin:0}.category-filter-name{font-size:.95rem;color:var(--text-primary)}.filter-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.filter-actions .btn-primary,.filter-actions .btn-secondary{flex:1 1;padding:.5rem 1rem;font-size:.9rem}.date-filter h3{margin-top:0;margin-bottom:1rem;color:var(--text-primary);font-size:1.25rem}.date-filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.date-filter-btn{width:100%;text-align:left;padding:.75rem 1rem;border:1px solid var(--border-color);background:var(--bg-primary);border-radius:6px;cursor:pointer;transition:all .2s;font-size:.95rem;color:#fff}.date-filter-btn:hover{background:var(--accent-fire)}.date-filter-btn.active{background:var(--bg-secondary);color:white;border:1px solid #fff}@media (max-width:1024px){.news-layout{gap:1rem}.news-sidebar{flex:0 0 200px;padding:1rem}}@media (max-width:768px){.news-layout{flex-direction:column}.news-main,.news-sidebar-left,.news-sidebar-right{order:0;flex:1 1}.news-sidebar{flex:1 1;width:100%}.news-sidebar-right{margin-top:1rem}.date-filter-list{flex-direction:row;flex-wrap:wrap}.date-filter-btn{flex:1 1;min-width:120px}.news-layout{padding:0 .5rem;gap:.75rem}.news-sidebar{padding:.75rem}.date-filter-list{flex-direction:column}.date-filter-btn{width:100%;min-width:auto}.filter-actions{flex-direction:column}}.home-headlines{padding:80px 0;background:linear-gradient(180deg,#1a1a1a,#2d2d2d)}.home-headlines-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:2rem;color:var(--text-primary)}.categories-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.category-tab{background:rgba(45,45,45,.8);border:1px solid rgba(255,115,22,.2);color:var(--text-secondary);padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500}.category-tab:hover{background:rgba(255,115,22,.1);border-color:rgba(255,115,22,.4);color:var(--text-primary)}.category-tab.active{background:var(--accent-fire);color:white;border-color:var(--accent-orange)}.headlines-list{max-width:1200px;margin:0 auto}.headline-item{display:flex;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .2s ease}.headline-item:hover{background-color:rgba(255,255,255,.05)}.headline-item:last-child{border-bottom:none}.headline-date{font-size:.85rem;color:var(--text-secondary);font-weight:500;white-space:nowrap;margin-right:1rem;min-width:60px}.headline-title{font-size:1rem;font-weight:500;color:var(--text-primary);line-height:1.4;text-decoration:none;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.headline-title:hover{color:var(--accent-orange)}.home-headlines-error{text-align:center;padding:2rem;color:var(--accent-red)}@media (max-width:768px){.home-headlines{padding:60px 0}.home-headlines-title{font-size:2rem;margin-bottom:1.5rem}.categories-tabs{gap:.25rem;margin-bottom:1.5rem}.category-tab{padding:.4rem .8rem;font-size:.8rem}.headline-item{padding:.75rem 0}.headline-date{font-size:.8rem;margin-right:.75rem;min-width:50px}.headline-title{font-size:.95rem}.home-headlines-title{font-size:1.75rem}.categories-tabs{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}}@media (max-width:768px){.categories-tabs::-webkit-scrollbar{height:4px}.categories-tabs::-webkit-scrollbar-track{background:rgba(45,45,45,.5)}.categories-tabs::-webkit-scrollbar-thumb{background:rgba(255,115,22,.5);border-radius:2px}.headline-date{font-size:.75rem;margin-right:.5rem;min-width:45px}.headline-title{font-size:.9rem}}.read-news-page{min-height:100vh}.source-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:60px 0;color:white}.source-info{max-width:1200px;margin:0 auto;text-align:center}.source-title{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(45deg,#ff7317,#ff4500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.source-description{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto;line-height:1.6}.category-section{padding:60px 0;border-bottom:1px solid #e0e0e0}.category-section:nth-child(2n){background:#1a1a1a}.category-title{margin-bottom:2rem;text-align:center;position:relative}.category-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(45deg,#ff7317,#ff4500);border-radius:2px}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.no-news{font-style:italic;padding:2rem}.no-categories,.no-news{text-align:center;color:var(--text-secondary)}.no-categories{padding:80px 0}@media (max-width:768px){.source-header{padding:40px 0}.source-title{font-size:2.5rem}.source-description{font-size:1rem}.category-section{padding:40px 0}.category-title{font-size:2rem;margin-bottom:1.5rem}.news-grid{grid-template-columns:1fr;gap:1.5rem}.source-title{font-size:2rem}.category-title{font-size:1.75rem}.news-grid{gap:1rem}}.priority-hero{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);color:white;padding:80px 0;position:relative;overflow:hidden}.priority-hero .container{display:grid;grid-template-columns:1fr 600px;grid-gap:4rem;gap:4rem;align-items:center;max-width:1400px}.priority-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(45deg,#ff7317,#ff4500);color:white;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(45deg,#ffffff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#cbd5e1;line-height:1.6;margin-bottom:2rem}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.hero-feature{display:flex;align-items:center;gap:12px;font-size:1.1rem;color:#e2e8f0}.feature-icon{font-size:1.5rem}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn-primary-large,.btn-secondary-large{padding:16px 32px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-primary-large{background:linear-gradient(45deg,#ff7317,#ff4500);color:white;border:none}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,115,23,.3)}.btn-secondary-large{background:transparent;color:#e2e8f0;border:2px solid #475569}.btn-secondary-large:hover{border-color:#ff7317;color:#ff7317}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:#ff7317;display:block}.stat-label{font-size:.9rem;color:#94a3b8;margin-top:4px}.hero-visual{width:100%;max-width:600px}.trading-dashboard{background:rgba(15,23,42,.9);border:1px solid #334155;border-radius:12px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.dashboard-header{margin-bottom:20px}.market-indicators{display:flex;gap:12px;flex-wrap:wrap}.indicator{padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600}.indicator.up{background:rgba(34,197,94,.2);color:#22c55e}.indicator.down{background:rgba(239,68,68,.2);color:#ef4444}.indicator.neutral{background:rgba(156,163,175,.2);color:#9ca3af}.news-feed{max-height:300px;overflow-y:auto}.news-item{padding:12px;border-bottom:1px solid #334155;display:flex;gap:12px;align-items:flex-start}.news-item:last-child{border-bottom:none}.news-time{font-size:.75rem;color:#64748b;font-weight:600;min-width:60px}.news-content strong{color:#e2e8f0;display:block;margin-bottom:4px}.news-content p{color:#94a3b8;font-size:.85rem;line-height:1.4}.priority-features{padding:80px 0;background:#1a1a1a}.features-comparison{margin-top:4rem;text-align:center}.features-comparison h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:3rem;position:relative}.features-comparison h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#ff7317,#ff4500);border-radius:2px}.comparison-table{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:16px;border:1px solid #334155;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3)}.comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #334155;transition:background-color .2s ease}.comparison-row:last-child{border-bottom:none}.comparison-row:hover{background:rgba(255,115,22,.05)}.comparison-feature{color:var(--text-primary);text-align:left;background:rgba(15,23,42,.8);border-right:1px solid #334155;font-size:1.1rem}.comparison-feature,.comparison-value{padding:1.5rem 2rem;font-weight:600;display:flex;align-items:center}.comparison-value{text-align:center;font-size:1rem;justify-content:center;position:relative}.comparison-value.free{background:rgba(239,68,68,.1);color:#ef4444;border-right:1px solid #334155}.comparison-value.priority{background:linear-gradient(135deg,rgba(255,115,22,.1),rgba(239,68,68,.1));color:#ff7317;position:relative}.comparison-value.priority:before{content:"★";position:absolute;top:8px;right:8px;color:#ff7317;font-size:.8rem;opacity:.7}.pricing-testimonials{margin-top:4rem;text-align:center}.pricing-testimonials h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:3rem;position:relative}.pricing-testimonials h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#ff7317,#ff4500);border-radius:2px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.testimonial{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:16px;padding:2rem;text-align:left;transition:all .3s ease;position:relative;overflow:hidden}.testimonial:before{content:'"';position:absolute;top:20px;left:20px;font-size:4rem;color:rgba(255,115,22,.1);font-family:Georgia,serif;line-height:1}.testimonial:hover{transform:translateY(-5px);border-color:rgba(255,115,22,.3);box-shadow:0 20px 40px rgba(0,0,0,.4)}.testimonial-content{color:#e2e8f0;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic;position:relative;z-index:1}.testimonial-author{border-top:1px solid #334155;padding-top:1rem}.author-name{font-weight:700;color:var(--text-primary);font-size:1.1rem;margin-bottom:.25rem}.author-title{color:#64748b;font-size:.9rem;font-weight:500}@media (max-width:768px){.comparison-table{margin:0 1rem;border-radius:12px}.comparison-row{grid-template-columns:1fr;border-bottom:2px solid #334155}.comparison-row:last-child{border-bottom:none}.comparison-feature{background:rgba(15,23,42,.9);border-right:none;border-bottom:1px solid #334155;font-size:1rem;padding:1rem 1.5rem;justify-content:center;text-align:center}.comparison-value{padding:1rem 1.5rem;font-size:1.1rem;font-weight:700}.comparison-value.free{border-right:none;border-bottom:1px solid rgba(239,68,68,.3)}.comparison-value.priority{border-bottom:none}.comparison-value.priority:before{display:none}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;margin:0 1rem}.testimonial{padding:1.5rem}.testimonial:before{font-size:3rem;top:15px;left:15px}.testimonial-content{font-size:.95rem}.author-name{font-size:1rem}.author-title{font-size:.85rem}}.pricing-faq{margin-top:4rem;text-align:center}.pricing-faq h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:3rem;position:relative}.pricing-faq h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#ff7317,#ff4500);border-radius:2px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.faq-item{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:16px;padding:2rem;text-align:left;transition:all .3s ease;position:relative;overflow:hidden}.faq-item:before{content:"?";position:absolute;top:20px;right:20px;font-size:2rem;color:rgba(255,115,22,.1);font-weight:700;font-family:Inter,sans-serif}.faq-item:hover{transform:translateY(-5px);border-color:rgba(255,115,22,.3);box-shadow:0 20px 40px rgba(0,0,0,.4)}.faq-item h4{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem;line-height:1.4}.faq-item h4,.faq-item p{position:relative;z-index:1}.faq-item p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.pricing-faq h3{font-size:1.75rem;margin-bottom:2rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem;margin:0 1rem}.faq-item{padding:1.5rem}.faq-item:before{font-size:1.5rem;top:15px;right:15px}.faq-item h4{font-size:1.1rem}.faq-item p{font-size:.95rem}.pricing-faq h3{font-size:1.5rem}.faq-item{padding:1.25rem}.faq-item h4{font-size:1rem}.faq-item p{font-size:.9rem}.features-comparison h3{font-size:1.75rem;margin-bottom:2rem}.comparison-feature{padding:.75rem 1rem;font-size:.95rem}.comparison-value{padding:.75rem 1rem;font-size:1rem}.pricing-testimonials h3{font-size:1.75rem;margin-bottom:2rem}.testimonial{padding:1.25rem}.testimonial-content{font-size:.9rem;margin-bottom:1.25rem}}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.feature-card.premium{border-color:#ff7317;position:relative}.feature-card.premium:before{content:"★";position:absolute;top:16px;right:16px;color:#ff7317;font-size:1.5rem}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.feature-highlight{background:linear-gradient(45deg,#ff7317,#ff4500);color:white;padding:12px;border-radius:8px;text-align:center}.highlight-badge{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.highlight-text{font-size:.9rem}.ai-features,.alert-types,.mobile-features,.security-features,.source-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:1rem}.ai-feature,.alert-type,.mobile-feature,.security-feature,.source-item{background:#f1f5f9;color:#475569;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.priority-pricing{padding:80px 0;background:#2d2d2d}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;font-weight:600;color:#64748b}.toggle{position:relative;width:50px;height:24px;background:#e2e8f0;border-radius:12px;cursor:pointer;transition:background .3s ease}.toggle.yearly{background:#ff7317}.toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background:white;border-radius:50%;transition:transform .3s ease}.toggle.yearly .toggle-slider{transform:translateX(26px)}.billing-toggle .active{color:#1e293b}.savings{background:#22c55e;color:white;padding:2px 6px;border-radius:4px;font-size:.8rem;margin-left:4px}.pricing-card{max-width:400px;margin:0 auto;background:#1a1a1a;border:2px solid #333333;box-shadow:0 10px 25px rgba(0,0,0,.3)}.pricing-card.premium{border-color:#ff7317;position:relative}.currency,.period,.yearly-total{color:#64748b}.feature-item{color:#475569}.pricing-note{color:#64748b}.pricing-hero{padding:80px 0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:white}.pricing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:4rem auto 0}.pricing-card{background:rgba(45,45,45,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,115,22,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);border-color:rgba(255,115,22,.4);box-shadow:0 20px 40px rgba(0,0,0,.3)}.pricing-card.premium{border-color:rgba(255,115,22,.5);background:linear-gradient(135deg,rgba(45,45,45,.9),rgba(26,26,26,.9))}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(45deg,#ff7317,#ff4500);color:white;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600}.pricing-header h3{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin:1rem 0}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin:1.5rem 0}.currency{font-size:1.5rem;color:var(--text-secondary)}.amount{font-size:2rem;font-weight:800;color:var(--text-primary)}.period{font-size:1.2rem}.period,.yearly-total{color:var(--text-secondary)}.yearly-total{font-size:.9rem;margin-bottom:1rem}.pricing-features{text-align:left;margin:2rem 0}.feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:1rem;font-size:.95rem;color:var(--text-secondary)}.check{color:#22c55e;font-weight:600;margin-top:-2px}.pricing-note{font-size:.85rem;color:var(--text-secondary);margin-top:1rem}.priority-cta{padding:80px 0;background:linear-gradient(135deg,#0f172a,#1e293b);color:white}.cta-content{max-width:600px;text-align:center}.priority-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.priority-cta p{font-size:1.2rem;color:#cbd5e1;margin-bottom:3rem;line-height:1.6}.cta-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.cta-feature{display:flex;align-items:flex-start;gap:1rem}.cta-feature h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#e2e8f0}.cta-feature p{color:#94a3b8;font-size:.95rem;line-height:1.5}.cta-actions{gap:1rem;margin-bottom:3rem}.cta-actions,.cta-guarantee{display:flex;justify-content:center;flex-wrap:wrap}.cta-guarantee{gap:2rem}.guarantee-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#cbd5e1}.guarantee-icon{font-size:1.2rem}.cta-visual{margin-top:4rem}.success-stories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.success-story{background:rgba(255,255,255,.05);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.metric-number{font-size:2rem;font-weight:800;color:#ff7317;margin-bottom:.5rem}.metric-label{font-size:.9rem;color:#94a3b8;margin-bottom:1rem}.story-quote{font-style:italic;color:#e2e8f0;margin-bottom:1rem;line-height:1.5}.story-author{font-size:.9rem;color:#64748b}@media (max-width:768px){.priority-hero{padding:60px 0}.priority-hero .container{grid-template-columns:1fr;gap:3rem}.hero-content{max-width:100%}.hero-title{font-size:2.5rem}.hero-visual{width:100%;max-width:100%}.cta-features,.features-grid,.success-stories{grid-template-columns:1fr}.cta-guarantee,.hero-stats{justify-content:center}}.breadcrumb{padding:20px 0;background:#1a1a1a;border-bottom:1px solid #333333}.breadcrumb-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:8px;font-size:.9rem}.breadcrumb-list li{color:#6c757d}.breadcrumb-list li:not(:last-child):after{content:"/";margin-left:8px;color:#6c757d}.breadcrumb-list a{color:#fff;text-decoration:none}.breadcrumb-list a:hover{text-decoration:underline}.category-header{padding:40px 0;text-align:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.category-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.category-subtitle{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto}.load-more-container{text-align:center;margin-top:2rem}.load-more-btn{background:linear-gradient(45deg,#ff7317,#ff4500);color:white;border:none;padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease}.load-more-btn:hover{transform:translateY(-2px)}.news-article{max-width:800px;margin:0 auto;padding:40px 0}.article-header{margin-bottom:2rem;text-align:center}.article-title{font-size:1.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:var(--text-primary)}.article-meta{display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;color:#6c757d;flex-wrap:wrap}.article-category,.article-source{background:#2d2d2d;padding:4px 8px;border-radius:4px;font-weight:500;color:var(--text-primary)}.article-image{margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.article-image img{width:100%;height:auto;display:block}.article-content{font-size:1.1rem;line-height:1.7;color:var(--text-primary);margin-bottom:2rem}.article-content p{margin-bottom:1.5rem}.article-source-link{text-align:center;margin-top:2rem}.article-source-link a{color:#fff;text-decoration:none;font-weight:600}.article-source-link a:hover{text-decoration:underline}.article-navigation{padding:40px 0;border-top:1px solid #333333;text-align:center}.category-title-link{text-decoration:none;color:inherit}.category-title-link:hover .category-title{color:#ff7317}@media (max-width:768px){.article-meta{flex-direction:column;gap:.5rem}.news-article{padding:20px 0}}