*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI',Roboto,sans-serif;color:#0a0a0a;background:#fff;line-height:1.6}50%{background-position:100% 50%}}header{background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:1000}nav{max-width:1400px;margin:0 auto;padding:12px 40px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:20px;font-weight:800;color:#000;text-decoration:none;letter-spacing:-.5px;flex-shrink:0;display:flex;align-items:center;gap:8px;height:24px;margin-left:8px}.logo-image{height:24px;width:auto;max-width:120px;display:block}.logo-text{font-size:18px;font-weight:800;color:#000;letter-spacing:-.5px}.nav-links{display:none}.nav-actions{display:flex;align-items:center;gap:15px;position:relative;flex-shrink:0;margin-left:auto}.left-menu-toggle{display:flex;background:none;border:none;padding:8px;cursor:pointer;font-size:18px;color:#000}.btn-primary{background:#000;color:#fff;padding:10px 24px;border-radius:8px;font-weight:600;transition:all 0.2s;text-decoration:none;display:inline-block}.btn-primary:hover{background:#333;transform:translateY(-1px)}.btn-signin{background:#fff;color:#000;padding:10px 24px;border-radius:8px;font-weight:600;transition:all 0.2s;text-decoration:none;display:inline-block;border:2px solid #fff}.btn-signin:hover{background:#f0f0f0;transform:translateY(-1px)}.btn-write{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#66ead4 0%,#08caa6 100%);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s;margin-right:15px}.btn-write:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(102 126 234 / .4)}.btn-write i{font-size:14px}.left-menu-toggle,.right-menu-toggle{display:flex}.mobile-user-icons{display:none}.nav-links.mobile-open{display:flex;position:fixed;top:80px;left:40px;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 20px rgb(0 0 0 / .15);border-radius:12px;z-index:10000;min-width:200px}.nav-links.mobile-open a{padding:12px 16px;color:#666;text-decoration:none;font-size:15px;font-weight:500;transition:all 0.2s;border-radius:8px}.nav-links.mobile-open a:hover{background:#f5f5f5;color:#000}.notification-dropdown,.user-dropdown{display:none;position:absolute;right:0;top:calc(100% + 12px);background:#fff;border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .15);z-index:10000}.notification-dropdown{min-width:320px;width:380px}.user-dropdown{min-width:240px;padding:8px 0}.user-dropdown-header{display:flex;align-items:center;gap:12px;padding:16px 20px}.dropdown-user-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.dropdown-user-avatar img{width:100%;height:100%;object-fit:cover}.dropdown-user-info{flex:1;min-width:0}.dropdown-user-info strong{display:block;font-size:15px;font-weight:600;margin-bottom:2px}.dropdown-user-info small{display:block;font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.value-props{max-width:1400px;margin:0 auto;padding:40px 40px 80px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.value-prop{text-align:center;padding:24px 16px;background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .2);border-radius:12px;transition:all 0.3s;backdrop-filter:blur(10px);box-shadow:0 4px 20px rgb(0 0 0 / .1)}.value-prop:hover{transform:translateY(-4px);background:rgb(255 255 255 / .25);border-color:rgb(255 255 255 / .3);box-shadow:0 8px 30px rgb(0 0 0 / .15)}.vp-icon{width:52px;height:52px;margin:0 auto 12px;display:block}.value-prop h3{font-size:16px;font-weight:700;margin-bottom:8px;color:#fff}.value-prop p{font-size:13px;color:rgb(255 255 255 / .85);margin:0}@media (max-width:768px){.value-props{grid-template-columns:1fr;padding:32px 20px 60px;gap:16px}.value-prop{padding:20px 16px}.vp-icon{width:48px;height:48px}}.hero-slider{position:relative;max-width:1400px;margin:0 auto;padding:0}.hero-slides{position:relative;width:100%;height:600px;overflow:hidden;min-height:600px}.hero-slides .slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;will-change:opacity}.hero-slides .slide.active{opacity:1}.slide-content{position:relative;z-index:2;max-width:600px;text-align:left;padding:0 60px}.slide-content h1{font-size:56px;font-weight:800;line-height:1.2;margin-bottom:20px;color:#000}.slide-content p{font-size:24px;color:#333;line-height:1.6}.hero-slider .hero-cta{display:flex;gap:16px;justify-content:center;padding:40px 0;min-height:96px}.hero-cta{display:flex;flex-direction:column;gap:12px;justify-content:center;align-items:center;max-width:300px;margin:0 auto}.btn-hero{padding:10px 24px;font-size:14px;font-weight:600;border-radius:12px;text-decoration:none;transition:all 0.3s;display:inline-block;width:100%;text-align:center}.btn-hero-primary{background:#000;color:#fff;box-shadow:0 4px 20px rgb(0 0 0 / .15)}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(0 0 0 / .2)}.btn-hero-secondary{background:#f5f5f5;color:#000}.btn-hero-secondary:hover{background:#e5e5e5}.btn-hero-green{background:#10b981;color:#fff;box-shadow:0 4px 20px rgb(16 185 129 / .15)}.btn-hero-green:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(16 185 129 / .3);background:#059669}.articles-section{background:#fafafa;padding:100px 40px;min-height:800px}.section-header{max-width:1400px;margin:0 auto 60px}.section-header h2{font-size:48px;font-weight:800;margin-bottom:16px;letter-spacing:-1px}.section-header p{font-size:18px;color:#666;min-height:27px}.articles-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;min-height:600px}.article-card{background:#fff;border-radius:16px;overflow:hidden;transition:all 0.3s;box-shadow:0 2px 8px rgb(0 0 0 / .04);cursor:pointer;text-decoration:none;display:block;color:inherit;min-height:480px}.article-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgb(0 0 0 / .12)}.article-image{width:100%;height:240px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:240px}.article-content{padding:28px}.article-category{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:12px}.article-title{font-size:22px;font-weight:700;margin-bottom:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article-excerpt{font-size:15px;color:#666;margin-bottom:20px;line-height:1.6;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.article-footer{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #f0f0f0}.author{display:flex;align-items:center;gap:12px}.author-avatar{width:32px;height:32px;border-radius:50%;background:#ddd;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-name{font-size:14px;font-weight:600}.article-stats{font-size:13px;color:#999}.article-hero{max-width:900px;margin:80px auto 60px;padding:0 40px}.article-category{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:20px}.article-title{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-1.5px}.article-subtitle{font-size:22px;color:#666;margin-bottom:40px;line-height:1.5;font-weight:400}.article-meta{display:flex;align-items:center;justify-content:space-between;padding:32px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.author-section{display:flex;align-items:center;gap:16px}.author-section .author-avatar{width:56px;height:56px}.author-name{font-size:16px;font-weight:700;margin-bottom:4px}.article-date{font-size:14px;color:#999}.btn-follow{padding:10px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s}.btn-follow:hover{background:#333;transform:translateY(-1px)}.article-content{max-width:740px;margin:60px auto;padding:0 40px}.article-content p{font-size:20px;line-height:1.8;margin-bottom:28px;color:#1a1a1a}.article-content h2{font-size:36px;font-weight:800;margin:60px 0 24px;letter-spacing:-.5px}.article-content h3{font-size:28px;font-weight:700;margin:48px 0 20px}.article-content img{width:100%;border-radius:12px;margin:40px 0}.article-featured-image{display:block;width:100%;max-height:500px;object-fit:cover;border-radius:12px;margin:0 0 24px 0}@media (max-width:768px){.article-featured-image{max-height:300px}}.article-content blockquote{border-left:4px solid #000;padding-left:24px;margin:40px 0;font-size:24px;font-style:italic;color:#666}.engagement-bar{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:rgb(255 255 255 / .98);backdrop-filter:blur(10px);padding:12px 24px;border-radius:50px;box-shadow:0 8px 32px rgb(0 0 0 / .12);display:flex;gap:8px;align-items:center;z-index:100;border:1px solid rgb(0 0 0 / .06)}.engagement-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff0;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s}.engagement-btn:hover{background:rgb(0 0 0 / .04);transform:translateY(-1px)}.engagement-btn svg{flex-shrink:0}.engagement-btn span{color:#666;transition:color 0.2s}.engagement-btn.like-btn.active span{color:#c45c7a}.engagement-btn.bookmark-btn.active span{color:#b07030}.related-articles{max-width:1400px;margin:100px auto;padding:0 40px}.related-articles h2{font-size:36px;font-weight:800;margin-bottom:40px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.related-card{background:#fafafa;border-radius:12px;padding:28px;transition:all 0.3s;cursor:pointer}.related-card:hover{background:#f0f0f0;transform:translateY(-2px)}.related-card h3{font-size:20px;font-weight:700;margin-bottom:12px}.related-card p{font-size:15px;color:#666}body.dashboard-page{background:#fafafa}.dashboard{max-width:1600px;margin:0 auto;padding:40px}.dashboard-header{margin-bottom:40px}.dashboard-header h1{font-size:48px;font-weight:800;margin-bottom:8px;letter-spacing:-1px}.dashboard-header p{font-size:18px;color:#666}.stats-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px;margin-bottom:40px}.stat-card{background:#fff;padding:32px;border-radius:16px;border:1px solid #f0f0f0;transition:all 0.3s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(0 0 0 / .08)}.stat-label{font-size:13px;color:#999;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:12px}.stat-value{font-size:40px;font-weight:800;margin-bottom:8px}.stat-change{font-size:14px;color:#00a32a;font-weight:600}.quick-actions{display:flex;gap:16px;margin-bottom:40px}.btn{padding:14px 28px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s;text-decoration:none;display:inline-block}.btn-secondary{background:#fff;color:#000;border:2px solid #f0f0f0}.btn-secondary:hover{border-color:#000}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.articles-section{background:#fff;padding:32px;border-radius:16px;border:1px solid #f0f0f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.section-header h2{font-size:24px;font-weight:800}.filter-tabs{display:flex;gap:8px}.filter-tab{padding:8px 16px;background:#f5f5f5;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.filter-tab.active{background:#000;color:#fff}.article-item{padding:24px 0;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.article-info{flex:1}.article-info .article-title{font-size:18px;font-weight:700;margin-bottom:8px}.article-meta{font-size:14px;color:#999}.article-stats{display:flex;gap:24px;align-items:center}.stat-item{text-align:center}.stat-item-value{font-size:20px;font-weight:700}.stat-item-label{font-size:12px;color:#999}.status-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600}.status-publish{background:#d4edda;color:#155724}.status-draft{background:#fff3cd;color:#856404}.sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-card{background:#fff;padding:28px;border-radius:16px;border:1px solid #f0f0f0}.sidebar-card h3{font-size:18px;font-weight:800;margin-bottom:20px}.earnings-display{text-align:center;padding:24px 0}.earnings-amount{font-size:48px;font-weight:800;margin-bottom:8px}.earnings-label{font-size:14px;color:#999}.progress-bar{height:8px;background:#f0f0f0;border-radius:4px;margin:20px 0;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%)}.progress-text{font-size:13px;color:#666;text-align:center}.activity-item{padding:16px 0;border-bottom:1px solid #f0f0f0}.activity-title{font-size:14px;font-weight:600;margin-bottom:4px}.activity-time{font-size:12px;color:#999}body.editor-page{background:#fafafa}.editor-container{max-width:900px;margin:40px auto;padding:0 40px}.main-editor{background:#fff0;border-radius:0;border:none;overflow:visible}.editor-header{padding:16px 40px;border-bottom:1px solid #f0f0f0}.editor-header h1{font-size:24px;font-weight:700;margin-bottom:4px}.editor-header p{color:#666;font-size:13px}.form-group{padding:0 40px;margin:16px 0}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#333}.form-group input[type="text"],.form-group select{width:100%;padding:10px 14px;border:2px solid #f0f0f0;border-radius:8px;font-size:15px;transition:all 0.2s}.form-group input[type="text"]:focus,.form-group select:focus{outline:none;border-color:#000}.featured-image-upload{padding:0 40px;margin:16px 0}.upload-area{border:2px dashed #ddd;border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all 0.3s;background:#fafafa}.upload-area:hover{border-color:#000;background:#f5f5f5}.upload-area i{font-size:48px;color:#ddd;margin-bottom:16px}.upload-area p{color:#666;font-size:15px;margin-bottom:8px}.upload-area small{color:#999;font-size:13px}.image-preview{margin-top:20px;border-radius:12px;overflow:hidden;max-height:300px}.image-preview img{width:100%;height:auto;display:block}.editor-content-wrapper{padding:40px;min-height:500px}.writer-profile{text-align:center}.writer-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin:0 auto 16px}.writer-name{font-size:18px;font-weight:700;margin-bottom:4px}.writer-stats{font-size:14px;color:#666}.verified-badge{display:inline-flex;align-items:center;gap:6px;background:#000;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;margin-top:12px}.checkbox-group{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.checkbox-group input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer}.checkbox-group label{font-size:14px;line-height:1.5;cursor:pointer}.publish-actions{display:flex;flex-direction:column;gap:12px}.tips{background:#f0f7ff;border-left:4px solid #06c;padding:16px;border-radius:8px}.tips h4{font-size:14px;font-weight:700;margin-bottom:8px;color:#06c}.tips ul{margin-left:20px;font-size:13px;color:#333;line-height:1.8}.pricing-container{max-width:1200px;margin:80px auto;padding:0 30px;text-align:center}.pricing-container h1{font-size:48px;margin-bottom:16px}.subtitle{font-size:20px;color:#666;margin-bottom:60px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.pricing-card{background:#fff;padding:40px;border-radius:12px;border:2px solid #e5e5e5;position:relative}.pricing-card.featured{border-color:#000;transform:scale(1.05)}.badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#000;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.pricing-card h3{font-size:24px;margin-bottom:16px}.price{font-size:48px;font-weight:700;margin:20px 0}.price span{font-size:16px;color:#666;font-weight:400}.savings{color:#00a32a;font-size:14px;margin-bottom:20px}.features{list-style:none;text-align:left;margin:30px 0}.features li{padding:12px 0;font-size:15px}footer{background:#000;color:#fff;padding:80px 40px 40px}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}.footer-brand h3{font-size:28px;font-weight:800;margin-bottom:16px}.footer-brand p{color:#999;line-height:1.8}.footer-section h4{font-size:14px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.footer-links{list-style:none!important}.footer-links li{margin-bottom:12px!important}.footer-links a{color:#999;text-decoration:none;font-size:15px;transition:color 0.2s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:40px;border-top:1px solid #333;text-align:center;color:#666;font-size:14px}@media (max-width:768px){nav{padding:12px 16px;min-height:60px;max-width:100%;width:100%}.logo{font-size:18px;flex-shrink:0;margin-left:0}.logo-image{height:24px;max-width:100px}.logo-text{font-size:16px}.nav-actions{gap:6px;flex-wrap:nowrap;margin-left:auto}.btn-signin{font-size:12px;padding:6px 12px;white-space:nowrap}.btn-primary{font-size:12px;padding:6px 12px;white-space:nowrap}.btn-write{padding:6px 10px;font-size:12px;margin-right:4px}.btn-write span{display:none}.user-avatar{width:32px!important;height:32px!important}.notification-icon,.message-icon{font-size:16px;padding:4px}.hero-slides{height:400px;min-height:400px}.slide-content{padding:0 20px}.slide-content h1{font-size:24px;line-height:1.3}.slide-content p{font-size:15px}.hero-slider .hero-cta{padding:30px 20px;flex-direction:column;min-height:auto}.hero-slider .hero-cta .btn-hero{width:100%;text-align:center}.articles-grid{grid-template-columns:1fr;gap:20px;min-height:auto}.article-card{min-height:auto}.article-image{height:200px;min-height:200px}.article-content{padding:20px}.article-title{font-size:18px}.articles-section{padding:60px 16px;min-height:auto}.section-header h2{font-size:28px}.dashboard{padding:16px!important;max-width:100%!important;overflow-x:hidden!important}.dashboard-header h1{font-size:28px}.dashboard-header p{font-size:14px}.stats-grid{grid-template-columns:1fr!important;gap:12px!important}.stat-card{padding:16px}.stat-value{font-size:28px}.stat-label{font-size:11px}.quick-actions{flex-direction:column;gap:12px}.quick-actions .btn{width:100%;text-align:center}.content-grid{grid-template-columns:1fr!important;gap:16px!important}.sidebar{display:none!important}.articles-section{padding:20px!important}.article-item{flex-direction:column!important;gap:12px!important}.article-stats{flex-wrap:wrap;gap:12px!important}.article-actions{width:100%;justify-content:stretch}.article-actions .btn{flex:1}.editor-container{grid-template-columns:1fr!important;padding:16px!important;margin:20px auto!important;max-width:100%!important}.main-editor{padding:0!important}.form-group{padding:0 16px!important;margin:12px 0!important}.editor-content-wrapper{padding:16px!important}.featured-image-upload{padding:0 16px!important}.sidebar-card{padding:16px!important;margin:0 16px 16px!important}.publish-actions{flex-direction:column}.publish-actions .btn{width:100%}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.related-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:40px}footer{padding:60px 16px 32px}.footer-brand h3{font-size:24px}.footer-section h4{font-size:13px}.footer-links{padding-left:0}.footer-bottom{font-size:12px;padding-top:24px}}.explore-header{max-width:1400px;margin:60px auto 40px;padding:0 40px}.explore-header h1{font-size:56px;font-weight:800;margin-bottom:16px;letter-spacing:-1.5px}.explore-header p{font-size:20px;color:#666}.category-filters{max-width:1400px;margin:0 auto 60px;padding:0 40px;display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:12px 24px;background:#f5f5f5;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s}.filter-btn:hover{background:#e5e5e5}.filter-btn.active{background:#000;color:#fff}.writers-header{max-width:1400px;margin:60px auto 40px;padding:0 40px;text-align:center}.writers-header h1{font-size:56px;font-weight:800;margin-bottom:16px;letter-spacing:-1.5px}.writers-header p{font-size:20px;color:#666}.writers-grid{max-width:1400px;margin:60px auto 100px;padding:0 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.writer-card{background:#fff;border-radius:16px;padding:40px;text-align:center;transition:all 0.3s;box-shadow:0 2px 8px rgb(0 0 0 / .04);cursor:pointer}.writer-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgb(0 0 0 / .12)}.writer-card .writer-avatar{width:100px;height:100px;border-radius:50%;background:#f5f5f5;margin:0 auto 20px;box-shadow:0 4px 20px rgb(0 0 0 / .08),inset 0 2px 4px rgb(0 0 0 / .06);border:3px solid #fff;overflow:hidden}.writer-card .writer-avatar img{width:100%;height:100%;object-fit:cover}.writer-name{font-size:20px;font-weight:700;margin-bottom:8px}.writer-bio{font-size:14px;color:#666;margin-bottom:20px;line-height:1.6}.writer-stats{display:flex;justify-content:center;gap:24px;margin-bottom:20px;padding-top:20px;border-top:1px solid #f0f0f0}.stat{text-align:center}.stat-value{font-size:20px;font-weight:700}.stat-label{font-size:12px;color:#999}.about-hero{max-width:900px;margin:100px auto 80px;padding:0 40px;text-align:center}.about-hero h1{font-size:64px;font-weight:800;margin-bottom:24px;letter-spacing:-2px}.about-hero p{font-size:24px;color:#666;line-height:1.6}.mission-section{background:#fafafa;padding:100px 40px}.mission-content{max-width:800px;margin:0 auto;text-align:center}.mission-content h2{font-size:42px;font-weight:800;margin-bottom:24px;letter-spacing:-1px}.mission-content p{font-size:20px;color:#666;line-height:1.8;margin-bottom:20px}.stats-section{max-width:1200px;margin:100px auto;padding:0 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.stat-box{text-align:center}.stat-number{font-size:56px;font-weight:800;margin-bottom:12px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.stat-box .stat-label{font-size:18px;color:#666;font-weight:600}.features-section{background:#fafafa;padding:100px 40px}.features-header{max-width:1200px;margin:0 auto 60px;text-align:center}.features-header h2{font-size:48px;font-weight:800;margin-bottom:16px;letter-spacing:-1px}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.feature-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}.feature-card h3{font-size:22px;font-weight:700;margin-bottom:12px}.feature-card p{font-size:16px;color:#666;line-height:1.6}.cta-section{max-width:900px;margin:100px auto;padding:60px 40px;text-align:center;background:#000;border-radius:24px;color:#fff}.cta-section h2{font-size:42px;font-weight:800;margin-bottom:20px}.cta-section p{font-size:20px;color:#ccc;margin-bottom:32px}.btn-cta{padding:16px 40px;background:#fff;color:#000;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.2s;text-decoration:none;display:inline-block}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(255 255 255 / .3)}@media (max-width:768px){.writers-header{padding:0 16px}.writers-header h1{font-size:32px}.writers-grid{grid-template-columns:1fr!important;padding:0 16px!important;gap:16px!important}.features-grid{grid-template-columns:1fr!important}.stats-section{grid-template-columns:1fr!important;padding:0 16px!important}.about-hero{padding:60px 16px!important}.about-hero h1{font-size:32px!important}.about-hero p{font-size:16px}.mission-section{padding:60px 16px!important}.mission-content h2{font-size:28px}.features-section{padding:60px 16px!important}}body.profile-page{background:#fafafa}.profile-container{max-width:1400px;margin:40px auto;padding:0 40px;display:grid;grid-template-columns:280px 1fr;gap:32px}.profile-sidebar{background:#fff;border-radius:16px;border:1px solid #f0f0f0;padding:24px 0;height:fit-content;position:sticky;top:100px}.profile-nav{display:flex;flex-direction:column}.profile-nav-item{padding:14px 24px;color:#666;text-decoration:none;font-size:15px;font-weight:600;display:flex;align-items:center;gap:12px;transition:all 0.2s;border-left:3px solid #fff0}.profile-nav-item:hover{background:#fafafa;color:#000}.profile-nav-item.active{background:#fafafa;color:#000;border-left-color:#000}.profile-nav-item i{width:20px}.profile-content{background:#fff;border-radius:16px;border:1px solid #f0f0f0;padding:48px;min-height:600px}.profile-tab{display:none}.profile-tab.active{display:block}.profile-content h2{font-size:32px;font-weight:800;margin-bottom:8px;letter-spacing:-.5px}.tab-description{font-size:16px;color:#666;margin-bottom:40px}.profile-avatar-section{display:flex;align-items:center;gap:32px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #f0f0f0}.current-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;background:#f5f5f5}.current-avatar img{width:100%;height:100%;object-fit:cover}.avatar-actions{display:flex;flex-direction:column;gap:12px}.btn-text{background:none;border:none;color:#666;font-size:14px;font-weight:600;cursor:pointer;padding:8px 16px;transition:color 0.2s}.btn-text:hover{color:#000}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#333}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #f0f0f0;border-radius:10px;font-size:15px;transition:all 0.2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000}.form-group input:disabled{background:#fafafa;color:#999;cursor:not-allowed}.form-group small{display:block;margin-top:6px;font-size:13px;color:#999}.form-actions{display:flex;gap:12px;margin-top:32px;padding-top:32px;border-top:1px solid #f0f0f0}.password-strength{height:4px;background:#f0f0f0;border-radius:2px;margin-top:8px;overflow:hidden}.password-strength-bar{height:100%;width:0%;transition:all 0.3s}.password-strength-bar.weak{width:33%;background:#ef4444}.password-strength-bar.medium{width:66%;background:#f59e0b}.password-strength-bar.strong{width:100%;background:#10b981}.session-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fafafa;border-radius:12px;margin-bottom:12px}.session-info{display:flex;align-items:center;gap:16px}.session-info i{font-size:24px;color:#666}.session-info strong{display:block;font-size:15px;margin-bottom:4px}.session-info small{font-size:13px;color:#999}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-list .activity-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fafafa;border-radius:12px}.activity-list .activity-item i{font-size:20px;color:#666;margin-top:2px}.activity-details strong{display:block;font-size:15px;margin-bottom:4px}.activity-details small{font-size:13px;color:#999}.stats-grid-small{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}.earnings-summary{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}.earnings-card{background:#fff;padding:32px;border-radius:16px;color:#111;border:1px solid #e5e7eb}.earnings-card .earnings-label{font-size:14px;color:#999;margin-bottom:8px}.earnings-card .earnings-amount{font-size:48px;font-weight:800}.withdrawal-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fafafa;border-radius:12px;margin-bottom:12px}.withdrawal-item strong{display:block;font-size:18px;margin-bottom:4px}.withdrawal-item small{font-size:13px;color:#999}.subscription-status{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;color:#fff;margin-bottom:40px}.subscription-badge{display:inline-block;padding:8px 20px;background:rgb(255 255 255 / .2);border-radius:20px;font-size:14px;font-weight:600;margin-bottom:16px}.subscription-status p{font-size:18px;margin-bottom:24px;opacity:.9}.subscription-status .btn-primary{background:#fff;color:#000}.writer-item{display:flex;align-items:center;gap:16px;padding:20px;background:#fafafa;border-radius:12px;margin-bottom:12px}.writer-item .writer-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden}.writer-item .writer-avatar img{width:100%;height:100%;object-fit:cover}.writer-item .writer-info{flex:1}.writer-item strong{display:block;font-size:15px;margin-bottom:4px}.writer-item small{font-size:13px;color:#999}.danger-zone{padding:24px;background:#fee;border:2px solid #fcc;border-radius:12px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.btn-danger{background:#ef4444;color:#fff;padding:12px 24px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}@media (max-width:768px){.profile-container{grid-template-columns:1fr!important;padding:16px!important}.profile-sidebar{position:static!important}.profile-content{padding:20px!important}.form-row{grid-template-columns:1fr!important}.stats-grid-small{grid-template-columns:1fr!important}.earnings-summary{grid-template-columns:1fr!important}.profile-avatar-section{flex-direction:column;text-align:center}}.comments-section{max-width:800px;margin:60px auto;padding:0 20px;clear:both}.comments-section h2{font-size:24px;margin-bottom:24px}.comment-form{display:flex;gap:12px;margin:32px 0;align-items:flex-start}.comment-form form{flex:1;display:flex;flex-direction:column;gap:12px}.comment-form textarea{width:100%;padding:12px 16px;border:2px solid #f0f0f0;border-radius:10px;font-family:inherit;resize:vertical}.comment-form textarea:focus{outline:none;border-color:#000}.comment-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comments-list{margin-top:32px}.comment-item{display:flex;gap:12px;margin-bottom:24px}.comment-content{flex:1}.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.comment-header strong{font-size:15px}.comment-date{color:#666;font-size:13px}.comment-content p{color:#333;line-height:1.6;margin:0}.user-menu{display:flex;align-items:center;gap:16px;position:relative}.user-name{font-weight:600;font-size:15px}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer;transition:transform 0.2s}.user-avatar:hover{transform:scale(1.05)}.user-avatar img{width:100%;height:100%;object-fit:cover}.notification-icon,.message-icon,.user-avatar{background:none;border:none;cursor:pointer;padding:4px;position:relative;display:inline-flex;align-items:center;justify-content:center}.notification-icon{font-size:20px;color:#333;transition:color 0.2s}.notification-icon:hover{color:#000}.message-icon{font-size:20px;color:#333;transition:color 0.2s;margin-right:16px}.message-icon:hover{color:#000}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover;display:block}.notification-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;line-height:1.2}.notification-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f0f0}.notification-header h3{font-size:18px;margin:0}.clear-btn{background:none;border:none;color:#3b82f6;font-size:13px;font-weight:600;cursor:pointer}.notification-list{max-height:400px;overflow-y:auto}.notification-item{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background 0.2s}.notification-item:hover{background:#fafafa}.notif-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.notif-avatar img{width:100%;height:100%;object-fit:cover}.notif-content{flex:1}.notif-content p{margin:0 0 4px 0;font-size:14px;line-height:1.4}.notif-content small{color:#999;font-size:12px}.no-notifications{text-align:center;padding:40px 20px;color:#999;font-size:14px}.user-dropdown a{display:block;padding:12px 20px;color:#333;text-decoration:none;font-size:15px;transition:background 0.2s}.user-dropdown a:hover{background:#f5f5f5}.user-dropdown hr{margin:8px 0;border:none;border-top:1px solid #f0f0f0}.user-dropdown .logout-link{color:#ef4444}.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;position:relative}.comment-actions{margin-left:auto;display:flex;gap:8px}.comment-action-btn{background:none;border:none;color:#999;cursor:pointer;font-size:14px;padding:4px 8px;transition:color 0.2s}.comment-action-btn:hover{color:#333}.edit-comment-textarea{width:100%;padding:8px 12px;border:2px solid #f0f0f0;border-radius:8px;font-family:inherit;resize:vertical;min-height:60px}.btn-sm{padding:8px 16px;font-size:13px}.spinner{display:inline-block;animation:spin 1s linear infinite;font-weight:800}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:rgb(0 0 0 / .5)}.modal-content{background:#fff;margin:10% auto;padding:40px;border-radius:16px;max-width:500px;position:relative}.close{position:absolute;right:20px;top:20px;font-size:28px;font-weight:700;cursor:pointer;color:#999}.close:hover{color:#000}.modal-content h2{margin-bottom:20px}.modal-content .form-group{margin-bottom:20px}.modal-content label{display:block;font-weight:600;margin-bottom:8px}.modal-content input{width:100%;padding:12px 16px;border:2px solid #f0f0f0;border-radius:10px;font-size:15px}.modal-content input:focus{outline:none;border-color:#000}.search-trigger{background:none;border:none;font-size:18px;color:#333;cursor:pointer;padding:10px 16px;margin:0 8px;transition:all 0.2s;border-radius:8px}.search-trigger:hover{background:#f5f5f5;color:#000}.search-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .85);backdrop-filter:blur(4px);z-index:10000;align-items:flex-start;justify-content:center;padding-top:80px}.search-modal{background:#fff;border-radius:20px;width:90%;max-width:650px;max-height:85vh;overflow:hidden;box-shadow:0 25px 80px rgb(0 0 0 / .4);animation:searchSlideIn 0.4s cubic-bezier(.16,1,.3,1);position:relative}@keyframes searchSlideIn{from{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-close{position:absolute;right:24px;top:24px;background:#f5f5f5;border:none;font-size:24px;color:#666;cursor:pointer;z-index:1;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.2s}.search-close:hover{background:#e5e5e5;color:#000;transform:rotate(90deg)}.search-input-wrapper{position:relative;padding:40px 32px 32px;border-bottom:1px solid #f0f0f0}.search-input-wrapper i{position:absolute;left:48px;top:50%;transform:translateY(-50%);font-size:22px;color:#999}.search-input-wrapper input{width:100%;padding:18px 20px 18px 52px;border:2px solid #f0f0f0;border-radius:12px;font-size:17px;outline:none;transition:border-color 0.2s;font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI',sans-serif}.search-input-wrapper input:focus{border-color:#000}.search-dropdown-results{max-height:calc(85vh - 140px);overflow-y:auto}.search-loading{text-align:center;padding:50px 20px;color:#999;font-size:15px}.search-results-list{padding:0}.search-result-item{display:block;padding:24px 32px;border-bottom:1px solid #f5f5f5;text-decoration:none;transition:all 0.2s}.search-result-item:hover{background:#fafafa;padding-left:36px}.search-result-item:last-child{border-bottom:none}.search-result-title{font-size:17px;font-weight:600;color:#000;margin-bottom:6px;line-height:1.4}.search-result-meta{font-size:13px;color:#999;margin-bottom:8px;display:flex;gap:8px;align-items:center}.search-result-excerpt{font-size:14px;color:#666;line-height:1.6}.view-all-results{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;background:linear-gradient(135deg,#000 0%,#333 100%);color:#fff;text-decoration:none;font-weight:600;font-size:15px;transition:all 0.3s;border-top:1px solid #e5e5e5}.view-all-results:hover{background:linear-gradient(135deg,#333 0%,#000 100%);gap:14px}.view-all-results i{transition:transform 0.3s}.view-all-results:hover i{transform:translateX(4px)}.no-search-results{text-align:center;padding:70px 20px;color:#999}.no-search-results i{font-size:56px;margin-bottom:20px;display:block;opacity:.3}.no-search-results p{font-size:16px;font-weight:500}.search-page{max-width:1400px;margin:0 auto;padding:40px 20px}.search-header{text-align:center;margin-bottom:40px}.search-header h1{font-size:36px;margin-bottom:12px}.results-count{color:#666;font-size:15px}.search-container{display:grid;grid-template-columns:280px 1fr;gap:40px}.search-filters{background:#fafafa;padding:24px;border-radius:12px;height:fit-content;position:sticky;top:80px}.search-filters h3{font-size:20px;margin-bottom:24px}.filter-group{margin-bottom:20px}.filter-group label{display:block;font-weight:600;font-size:14px;margin-bottom:8px;color:#333}.filter-group select{width:100%;padding:10px 12px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.filter-group select:focus{outline:none;border-color:#000}.search-results{min-height:400px}.search-result-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:24px;margin-bottom:20px;transition:all 0.2s}.search-result-item:hover{box-shadow:0 4px 12px rgb(0 0 0 / .08);transform:translateY(-2px)}.result-category{display:inline-block;background:#f0f0f0;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:12px}.search-result-item h2{font-size:24px;margin-bottom:12px}.search-result-item h2 a{color:#000;text-decoration:none}.search-result-item h2 a:hover{color:#3b82f6}.result-excerpt{color:#666;line-height:1.6;margin-bottom:16px}.result-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-size:14px;color:#999}.result-meta .author-info{display:flex;align-items:center;gap:8px}.result-meta .author-info img{border-radius:50%}.result-stats{display:flex;align-items:center;gap:12px}.result-stats i{margin-right:4px}.result-tags{margin-top:12px;font-size:13px;color:#666}.result-tags a{color:#3b82f6;text-decoration:none;margin-right:8px}.result-tags a:hover{text-decoration:underline}.no-results{text-align:center;padding:80px 20px}.no-results h2{font-size:28px;margin-bottom:12px}.no-results p{color:#666;margin-bottom:24px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination span{padding:10px 16px;border:1px solid #e5e5e5;border-radius:8px;text-decoration:none;color:#333}.pagination a:hover{background:#f5f5f5}.pagination .current{background:#000;color:#fff;border-color:#000}@media (max-width:768px){.search-container{grid-template-columns:1fr}.search-filters{position:static}.search-modal{width:95%;padding-top:60px}.search-input-wrapper{padding:20px}.search-result-item{padding:16px 20px}}.article-actions{display:flex;gap:8px;margin-left:16px}.btn-sm{padding:8px 16px;font-size:13px;font-weight:600;border-radius:8px;text-decoration:none;transition:all 0.2s}.btn-secondary.btn-sm{background:#f5f5f5;color:#333;border:1px solid #e5e5e5}.btn-secondary.btn-sm:hover{background:#e5e5e5;border-color:#d5d5d5}.article-analytics{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.analytics-item{text-align:center;padding:16px;background:#fafafa;border-radius:10px}.analytics-value{font-size:28px;font-weight:800;margin-bottom:4px;color:#000}.analytics-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.5px}input[type="datetime-local"]{width:100%;padding:12px 16px;border:2px solid #f0f0f0;border-radius:10px;font-size:14px;font-family:inherit}input[type="datetime-local"]:focus{outline:none;border-color:#000}.success-message{background:#d4edda;color:#155724;padding:16px 24px;border-radius:12px;margin-bottom:24px;font-weight:600;display:flex;align-items:center;gap:12px}.success-message i{font-size:20px}.editor-content-wrapper .wp-editor-container{border:2px solid #f0f0f0;border-radius:12px;overflow:hidden}.editor-content-wrapper .wp-editor-container:focus-within{border-color:#000}.editor-content-wrapper .mce-toolbar-grp{background:#fafafa;border-bottom:1px solid #f0f0f0}.editor-content-wrapper .mce-btn{transition:all 0.2s}.editor-content-wrapper .mce-btn:hover{background:#e5e5e5}#lastSaved{color:#10b981;font-weight:600}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.library-page{background:#fafafa}.library-container{max-width:1400px;margin:0 auto;padding:40px 20px}.library-header{text-align:center;margin-bottom:40px}.library-header h1{font-size:48px;font-weight:800;margin-bottom:12px;letter-spacing:-1px}.library-header p{font-size:18px;color:#666}.library-tabs{display:flex;gap:12px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.library-tab{padding:14px 28px;background:#fff;border:2px solid #f0f0f0;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:8px}.library-tab:hover{border-color:#000}.library-tab.active{background:#000;color:#fff;border-color:#000}.library-tab i{font-size:16px}.library-content{background:#fff;border-radius:16px;padding:40px;min-height:500px}.library-tab-content{display:none}.library-tab-content.active{display:block}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.tab-header h2{font-size:32px;font-weight:800;margin:0}.tab-header p{color:#666;font-size:16px;margin:4px 0 0 0}.articles-list{display:flex;flex-direction:column;gap:24px}.library-article-item{display:flex;gap:24px;padding:24px;background:#fafafa;border-radius:12px;transition:all 0.2s}.library-article-item:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .08)}.article-thumbnail{width:200px;height:140px;border-radius:10px;overflow:hidden;flex-shrink:0}.article-thumbnail img{width:100%;height:100%;object-fit:cover}.article-details{flex:1}.article-details .article-category{display:inline-block;background:#000;color:#fff;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.article-details h3{font-size:22px;font-weight:700;margin-bottom:12px;line-height:1.3}.article-details h3 a{color:#000;text-decoration:none}.article-details h3 a:hover{color:#3b82f6}.article-excerpt{font-size:15px;color:#666;line-height:1.6;margin-bottom:16px}.article-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:14px;color:#999}.author-info{display:flex;align-items:center;gap:8px}.author-info img{border-radius:50%}.meta-stats{display:flex;align-items:center;gap:12px}.meta-stats i{margin-right:4px}.article-actions{display:flex;flex-direction:column;gap:8px;align-items:center}.btn-icon{background:#fff;border:2px solid #f0f0f0;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s;font-size:18px;color:#666}.btn-icon:hover{border-color:#000;color:#000;transform:scale(1.1)}.btn-icon.active{background:#000;color:#fff;border-color:#000}.btn-icon.bookmark-btn.active{background:#3b82f6;border-color:#3b82f6}.empty-state{text-align:center;padding:80px 20px}.empty-state i{font-size:64px;color:#ddd;margin-bottom:24px;display:block}.empty-state h3{font-size:24px;margin-bottom:12px}.empty-state p{color:#666;margin-bottom:24px;font-size:16px}.toast-notification{position:fixed;bottom:20px;right:20px;background:#10b981;color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .15);z-index:9999;opacity:0;transform:translateY(20px);transition:all 0.3s}.toast-notification.show{opacity:1;transform:translateY(0)}@media (max-width:768px){.library-container{padding:16px!important}.library-content{padding:20px!important}.library-article-item{flex-direction:column!important;padding:16px!important}.article-thumbnail{width:100%!important;height:200px!important}.article-actions{flex-direction:row!important;width:100%;justify-content:center}.library-tabs{flex-direction:column!important;padding:0 16px}.library-tab{justify-content:center!important;width:100%}}.share-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.share-btn{padding:14px 20px;border:2px solid #f0f0f0;border-radius:10px;background:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;justify-content:center;gap:8px}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.share-btn.twitter{border-color:#1da1f2;color:#1da1f2}.share-btn.twitter:hover{background:#1da1f2;color:#fff}.share-btn.facebook{border-color:#1877f2;color:#1877f2}.share-btn.facebook:hover{background:#1877f2;color:#fff}.share-btn.linkedin{border-color:#0a66c2;color:#0a66c2}.share-btn.linkedin:hover{background:#0a66c2;color:#fff}.share-btn.whatsapp{border-color:#25d366;color:#25d366}.share-btn.whatsapp:hover{background:#25d366;color:#fff}.share-btn.email{border-color:#666;color:#666}.share-btn.email:hover{background:#666;color:#fff}.share-link{display:flex;gap:12px;padding-top:24px;border-top:1px solid #f0f0f0}.share-link input{flex:1;padding:12px 16px;border:2px solid #f0f0f0;border-radius:10px;font-size:14px}.share-link input:focus{outline:none;border-color:#000}.writer-profile-page{background:#fafafa}.writer-profile-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:80px 20px;color:#fff}.writer-profile-container{max-width:900px;margin:0 auto;display:flex;gap:40px;align-items:center}.writer-profile-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid rgb(255 255 255 / .3);flex-shrink:0}.writer-profile-avatar img{width:100%;height:100%;object-fit:cover}.writer-profile-info{flex:1}.writer-profile-info h1{font-size:42px;font-weight:800;margin-bottom:8px}.writer-username{font-size:18px;opacity:.9;margin-bottom:16px}.writer-bio{font-size:16px;line-height:1.6;margin-bottom:24px;opacity:.95}.writer-stats{display:flex;gap:32px;margin-bottom:24px}.writer-stats .stat-item{display:flex;flex-direction:column}.writer-stats .stat-item strong{font-size:28px;font-weight:800}.writer-stats .stat-item span{font-size:14px;opacity:.9}.writer-actions{display:flex;gap:12px}.writer-articles-section{padding:60px 20px}.writer-articles-section .container{max-width:1400px;margin:0 auto}.writer-articles-section h2{font-size:32px;font-weight:800;margin-bottom:40px}.author-name{color:#000;text-decoration:none;transition:color 0.2s}.author-name:hover{color:#3b82f6}.author-avatar{text-decoration:none}@media (max-width:768px){.writer-profile-container{flex-direction:column;text-align:center}.writer-actions{justify-content:center}}.ticker-section{background:#fff;padding:40px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;overflow:hidden}.ticker-header{max-width:1400px;margin:0 auto 20px;padding:0 40px}.ticker-header h3{font-size:18px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:1px}.ticker-wrapper{position:relative;overflow:hidden}.ticker-content{display:flex;gap:40px;animation:ticker-scroll 60s linear infinite}.ticker-content:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.ticker-item{display:flex;flex-direction:column;gap:8px;padding:16px 24px;background:#fafafa;border-radius:12px;min-width:350px;text-decoration:none;color:inherit;transition:all 0.2s;flex-shrink:0}.ticker-item:hover{background:#f0f0f0;transform:translateY(-2px)}.ticker-title{font-size:16px;font-weight:600;color:#000;line-height:1.4}.ticker-meta{font-size:13px;color:#999}.explore-container{max-width:1400px;margin:0 auto;padding:0 40px 100px;display:grid;grid-template-columns:1fr 320px;gap:40px}.explore-sidebar{position:sticky;top:100px;height:fit-content}.explore-sidebar h3{font-size:18px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.vertical-ticker{background:#fff;border-radius:16px;border:1px solid #f0f0f0;overflow:hidden;max-height:600px}.vertical-ticker-content{display:flex;flex-direction:column;animation:vertical-ticker-scroll 40s linear infinite}.vertical-ticker-content:hover{animation-play-state:paused}@keyframes vertical-ticker-scroll{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}.vertical-ticker-item{display:flex;flex-direction:column;gap:8px;padding:16px 20px;border-bottom:1px solid #f5f5f5;text-decoration:none;color:inherit;transition:all 0.2s}.vertical-ticker-item:hover{background:#fafafa}.vertical-ticker-item .ticker-title{font-size:15px;font-weight:600;color:#000;line-height:1.4}.vertical-ticker-item .ticker-meta{font-size:12px;color:#999}@media (max-width:768px){.explore-container{grid-template-columns:1fr}.explore-sidebar{display:none}}.author-avatar{display:flex;align-items:center;justify-content:center}.author-avatar .avatar{display:block;border-radius:50%}.mobile-user-menu{display:none!important;visibility:hidden!important}@media (max-width:768px){nav{padding:12px 16px;flex-wrap:wrap;justify-content:space-between}.logo{position:static;font-size:18px;order:0;gap:8px}.logo-image{height:28px;max-width:120px}.logo-text{font-size:18px}.nav-actions{width:auto;display:flex;justify-content:flex-end;align-items:center;gap:8px;order:1}.left-menu-toggle{display:flex;background:none;border:none;padding:8px;cursor:pointer}.search-trigger{padding:8px}.btn-write{padding:8px 12px;font-size:13px;margin-right:0}.btn-write span{display:none}.user-menu{display:flex;gap:8px}.notification-icon,.message-icon{padding:8px}.user-avatar{width:32px!important;height:32px!important}.btn-signin,.btn-primary{font-size:13px;padding:8px 16px}.nav-links.mobile-open{top:60px;left:16px}.notification-dropdown,.user-dropdown{min-width:300px;max-width:calc(100vw - 32px);right:16px}.mobile-user-icons{display:none}}.hero{padding:60px 20px 40px}.hero h1{font-size:36px;line-height:1.2}.hero p{font-size:18px}.hero-cta{flex-direction:column;width:100%}.btn-hero{width:100%;text-align:center}.articles-section{padding:60px 20px}.section-header h2{font-size:32px}.article-image{height:200px}.article-content{padding:20px}.article-title{font-size:18px}.ticker-section{padding:30px 0}.ticker-item{min-width:280px}.article-hero{padding:0 20px;margin:40px auto 30px}.article-title{font-size:32px}.article-meta{flex-direction:column;gap:20px;align-items:flex-start}.article-content{padding:0 20px}.article-content p{font-size:17px}.article-content h2{font-size:28px}.engagement-bar{bottom:16px;padding:10px 16px;gap:4px;width:calc(100% - 32px);max-width:500px;left:50%;transform:translateX(-50%);border-radius:40px}.engagement-btn{padding:8px 12px;font-size:13px;gap:6px;border-radius:20px}.engagement-btn svg{width:16px;height:16px}.engagement-btn span{font-size:13px}.dashboard{padding:20px}.dashboard-header h1{font-size:32px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-value{font-size:32px}.profile-container{grid-template-columns:1fr;padding:20px}.profile-sidebar{position:static}.profile-content{padding:24px}.share-buttons{grid-template-columns:1fr}.search-modal{width:100%;max-width:100%;border-radius:0;max-height:100vh}.search-input-wrapper{padding:20px}.user-menu{gap:8px}.user-name{display:none}.notification-dropdown,.user-dropdown{right:0;left:auto;width:320px;max-width:calc(100vw - 32px)}.modal-content{margin:5% auto;padding:24px;max-width:calc(100vw - 32px)}#comment-modal>div{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}#share-menu{padding:20px 16px}.search-modal{width:100%;max-width:100%;border-radius:0;max-height:100vh;margin:0}.search-input-wrapper{padding:16px}.search-input-wrapper input{font-size:16px}.search-result-item{padding:16px}.search-dropdown-results{max-height:calc(100vh - 100px)}.how-paths{grid-template-columns:1fr;gap:16px}.earnings-breakdown{grid-template-columns:1fr}.payment-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.pricing-container{padding:0 16px}.pricing-container h1{font-size:32px}.subtitle{font-size:16px}.pricing-grid{grid-template-columns:1fr;gap:20px}.pricing-card.featured{transform:scale(1)}.pricing-card{padding:24px}.related-articles{padding:0 16px;margin:60px auto}.related-grid{grid-template-columns:1fr;gap:16px}.related-card{padding:20px}.value-props{padding:32px 16px 60px}.ticker-section{padding:24px 0}.ticker-header{padding:0 16px}.ticker-item{min-width:280px}.explore-container{padding:0 16px 60px}.explore-header{padding:0 16px}.explore-header h1{font-size:32px}.category-filters{padding:0 16px;gap:8px}.filter-btn{font-size:13px;padding:8px 16px}.article-hero{padding:0 16px;margin:40px auto 30px}.article-title{font-size:28px;line-height:1.2}.article-subtitle{font-size:16px}.article-meta{flex-direction:column;gap:16px;align-items:flex-start;padding:20px 0}.article-content{padding:0 16px}.article-content p{font-size:16px}.article-content h2{font-size:24px;margin:40px 0 20px}.article-content h3{font-size:20px}.engagement-bar{bottom:16px;padding:8px 12px;gap:4px;width:calc(100% - 32px);max-width:500px;left:50%;transform:translateX(-50%);border-radius:40px;flex-wrap:wrap;justify-content:center}.engagement-btn{padding:6px 10px;font-size:12px;gap:4px;border-radius:20px}.engagement-btn svg{width:16px;height:16px}.engagement-btn span{font-size:12px}.comments-section{padding:0 16px}.comment-form{flex-direction:column}.comment-avatar{width:36px;height:36px}.writers-grid{grid-template-columns:1fr}.library-tabs{flex-direction:column}.library-content{padding:20px}.library-article-item{flex-direction:column}.article-thumbnail{width:100%;height:200px}}@media (max-width:768px){.mobile-menu-toggle{display:block;background:none;border:none;font-size:24px;cursor:pointer}.nav-links.mobile-open{display:flex;position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 20px rgb(0 0 0 / .1);z-index:999}}.btn-write{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#66ead4 0%,#08caa6 100%);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s;margin-right:15px}.btn-write:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(102 126 234 / .4)}.btn-write i{font-size:14px}.logo{font-size:28px;font-weight:900;letter-spacing:-1px;display:flex;align-items:center}.logo-image{height:32px;width:auto;max-width:150px}@media (max-width:768px){.logo{font-size:24px}.btn-write{padding:8px 12px;gap:6px;margin-right:10px}.btn-write .btn-text{display:none}.btn-write i{font-size:16px}.mobile-menu-toggle{z-index:1000}.user-menu{z-index:999}.user-avatar{width:32px;height:32px}.user-avatar img{width:32px;height:32px}.notification-icon i,.message-icon i{font-size:18px}.notification-badge{top:-4px;right:-4px;font-size:10px;min-width:16px;height:16px;line-height:16px}}@media (max-width:480px){nav{padding:15px;min-height:60px}.logo{font-size:20px}.mobile-menu-toggle{left:15px;padding:8px 12px;font-size:16px}.user-menu{right:15px;padding:6px 10px;gap:6px}.btn-write{padding:6px 10px;margin-right:8px}}padding:15px!important}.mobile-menu-item{padding:14px 0!important;font-size:15px!important}}.comment-footer{display:flex;gap:16px;align-items:center;margin-top:12px}.vote-btn{background:none;border:1px solid #e5e5e5;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all 0.2s;color:#666}.vote-btn:hover{border-color:#000;color:#000}.vote-btn.active{background:#000;color:#fff;border-color:#000}.vote-btn i{font-size:12px}.reply-btn{background:none;border:none;color:#666;font-size:13px;cursor:pointer;padding:6px 12px;transition:color 0.2s;display:flex;align-items:center;gap:6px}.reply-btn:hover{color:#000}.reply-form-container{margin-top:12px}.reply-textarea{width:100%;padding:10px 14px;border:2px solid #f0f0f0;border-radius:8px;font-family:inherit;resize:vertical;font-size:14px}.reply-textarea:focus{outline:none;border-color:#000}.support-widget{position:fixed;bottom:20px;right:20px;z-index:10000}.support-trigger{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 20px rgb(16 185 129 / .3);transition:transform 0.2s}.support-trigger:hover{transform:scale(1.1)}.support-chat{position:absolute;bottom:80px;right:0;width:350px;max-width:calc(100vw - 40px);background:#fff;border-radius:16px;box-shadow:0 8px 40px rgb(0 0 0 / .2);overflow:hidden}.support-header{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.support-header h3{margin:0;font-size:18px}.support-close{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;line-height:1}.support-body{padding:20px;max-height:400px;overflow-y:auto}.support-welcome p{margin:0 0 16px 0;font-size:15px}.support-options{display:flex;flex-direction:column;gap:8px}.support-option{padding:12px 16px;background:#f5f5f5;border:none;border-radius:8px;text-align:left;cursor:pointer;font-size:14px;transition:all 0.2s}.support-option:hover{background:#d1fae5;transform:translateX(4px)}.support-form .form-group{margin-bottom:16px}.support-form label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.support-form input,.support-form textarea{width:100%;padding:10px 12px;border:2px solid #f0f0f0;border-radius:8px;font-size:14px;font-family:inherit}.support-form input:focus,.support-form textarea:focus{outline:none;border-color:#10b981}.support-form button{margin-right:8px;margin-top:8px}.support-success{text-align:center;padding:20px}.support-success i{font-size:48px;color:#10b981;margin-bottom:16px;display:block}.support-success p{margin:0 0 20px 0}@media (max-width:768px){.support-widget{bottom:80px;right:15px}.support-trigger{width:50px;height:50px;font-size:20px}.support-chat{width:calc(100vw - 30px);bottom:70px}}.twq-widgets-container{display:flex!important;gap:20px!important;margin-bottom:30px!important}.twq-widget,.twq-quest-list-widget{flex:1!important;min-width:0!important;max-width:none!important}@media (max-width:768px){.stats-grid{grid-template-columns:1fr!important}.twq-widgets-container{flex-direction:column!important;gap:16px!important}.content-grid{display:flex!important;flex-direction:column!important;gap:24px!important}.articles-section{order:2;width:100%!important}.sidebar{order:1;width:100%!important}.article-item{flex-direction:column!important}.editor-container{grid-template-columns:1fr!important;padding:20px 16px!important;gap:20px!important;margin:20px auto!important}.main-editor{order:1}.editor-container .sidebar{order:2;position:static!important}.editor-header h1{font-size:24px!important}.editor-header p{font-size:14px!important}.sidebar-card{padding:20px!important}.publish-actions{display:flex;flex-direction:column;gap:12px}.publish-actions .btn{width:100%}}.editor-page .writer-profile{display:none!important}.feed-container{max-width:1200px;margin:0 auto;padding:20px;display:grid;grid-template-columns:1fr 320px;gap:20px}.feed-main{flex:1}.feed-header{background:#fff;padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.feed-header h2{font-size:24px;font-weight:700;margin-bottom:16px}.feed-filters{display:flex;gap:12px}.feed-filter{padding:8px 16px;border:none;background:#f5f5f5;border-radius:8px;font-weight:600;cursor:pointer;transition:all 0.2s}.feed-filter.active{background:#000;color:#fff}.feed-filter:hover{background:#e5e5e5}.feed-filter.active:hover{background:#333}.feed-posts{display:flex;flex-direction:column;gap:20px}.feed-post{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.post-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.post-author{display:flex;align-items:center;gap:12px}.post-author img{width:48px;height:48px;border-radius:50%}.post-author strong{display:block;font-size:15px}.post-author span{display:block;font-size:13px;color:#666}.post-content{display:block;text-decoration:none;color:inherit}.post-content h3{font-size:20px;font-weight:700;margin-bottom:8px}.post-content h3 img{display:inline!important;width:auto!important;height:1em!important;vertical-align:middle!important}.post-content p{font-size:15px;color:#666;line-height:1.6;margin-bottom:12px}.post-content p img{display:inline!important;width:auto!important;height:1em!important;vertical-align:middle!important}.post-image{width:100%;height:300px;background-size:cover;background-position:center;border-radius:8px;margin-top:12px}.post-actions{display:flex;align-items:center;gap:16px;padding-top:16px;border-top:1px solid #f0f0f0;margin-top:16px}.action-btn{display:flex;align-items:center;gap:6px;background:none;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#666;transition:all 0.2s}.action-btn:hover{background:#f5f5f5}.action-btn.liked{color:#e74c3c}.post-views{margin-left:auto;font-size:13px;color:#999}.feed-sidebar{position:sticky;top:80px;height:fit-content}.sidebar-widget{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgb(0 0 0 / .04);margin-bottom:20px}.sidebar-widget h3{font-size:18px;font-weight:700;margin-bottom:16px}.trending-list,.writers-list{display:flex;flex-direction:column;gap:12px}.trending-item{display:flex;justify-content:space-between;align-items:center;padding:8px;border-radius:8px;text-decoration:none;color:inherit;transition:all 0.2s}.trending-item:hover{background:#f5f5f5}.trending-name{font-weight:600;font-size:14px}.trending-count{font-size:13px;color:#666}.writer-item{display:flex;align-items:center;gap:12px}.writer-item img{width:40px;height:40px;border-radius:50%}.writer-item strong{display:block;font-size:14px}.writer-item span{display:block;font-size:12px;color:#666}.btn-follow-sm{margin-left:auto;padding:6px 12px;background:#000;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.loading-spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.feed-container{grid-template-columns:1fr!important;padding:12px!important;display:block!important}.feed-main{width:100%!important;max-width:100%!important}.feed-sidebar{display:none!important}.feed-header{padding:16px;margin-bottom:16px}.feed-filters{flex-wrap:wrap;gap:8px}.feed-filter{font-size:13px;padding:6px 12px}.feed-post{padding:16px;margin-bottom:16px}.post-header{flex-wrap:wrap}.post-content{flex-direction:column!important}.post-content img{width:100%!important;height:200px!important;margin-top:12px}.post-actions{flex-wrap:wrap;gap:8px}.action-btn{font-size:13px;padding:6px 10px}}.landing-hero{width:100%;margin:0;padding:120px 40px 80px;text-align:center}.landing-hero h1{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-1.5px;color:#fff;text-shadow:0 2px 20px rgb(0 0 0 / .3)}.landing-hero p{font-size:20px;color:#fff;margin-bottom:32px;line-height:1.5;text-shadow:0 2px 10px rgb(0 0 0 / .3)}@media (max-width:768px){.landing-hero{padding:60px 20px 40px}.landing-hero h1{font-size:28px;line-height:1.2}.landing-hero p{font-size:15px;margin-bottom:24px}.hero-cta{flex-direction:column;gap:12px}}ins.adsbygoogle:empty,.adsbygoogle:empty{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}ins.adsbygoogle[data-ad-status="unfilled"],.adsbygoogle[data-ad-status="unfilled"]{display:none!important}@media (max-width:768px){ins.adsbygoogle,.adsbygoogle{max-width:100%!important;overflow:hidden!important}}------WebKitFormBoundaryZIY6pfv9RXI96QQm Content-Disposition:form-data;name="overwrite" 0 .ce-toolbar__actions{background:#ffffff!important;border:1px solid #e5e5e5!important}.ce-toolbar__plus,.ce-toolbar__settings-btn{color:#000!important;background:#ffffff!important;border:1px solid #e5e5e5!important}.ce-toolbar__plus:hover,.ce-toolbar__settings-btn:hover{background:#f5f5f5!important}.ce-inline-toolbar{background:#ffffff!important;border:1px solid #e5e5e5!important;box-shadow:0 4px 12px rgb(0 0 0 / .15)!important}.ce-inline-tool{color:#333!important;background:#ffffff!important}.ce-inline-tool:hover{background:#f5f5f5!important;color:#000!important}.ce-inline-tool--active{background:#000!important;color:#fff!important}.ce-conversion-toolbar{background:#ffffff!important;border:1px solid #e5e5e5!important;box-shadow:0 4px 12px rgb(0 0 0 / .15)!important}.ce-conversion-tool{color:#333!important;background:#ffffff!important}.ce-conversion-tool:hover{background:#f5f5f5!important}.ce-conversion-tool--active{background:#000!important;color:#fff!important}.ce-popover{background:#ffffff!important;border:1px solid #e5e5e5!important;box-shadow:0 4px 12px rgb(0 0 0 / .15)!important}.ce-popover__item{color:#333!important;background:#ffffff!important}.ce-popover__item:hover{background:#f5f5f5!important}.ce-popover__item--active{background:#000!important;color:#fff!important}.landing-page-wrapper{position:relative;min-height:100vh;background:#0a0a0a}33%{transform:translate(60px,-40px) scale(1.08)}66%{transform:translate(-40px,50px) scale(.95)}}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-100px) translateX(100px) scale(1);opacity:0}}50%{opacity:.8}}.icon-wrapper svg{width:40px;height:40px;opacity:.12;filter:drop-shadow(0 0 8px rgb(29 185 84 / .3));animation:iconRotate 30s linear infinite}.icon-wrapper.accent svg{opacity:.18;filter:drop-shadow(0 0 12px rgb(29 185 84 / .5))}.icon-wrapper.pulse svg{animation:iconRotate 30s linear infinite,iconPulse 4s ease-in-out infinite}.icon-wrapper::before,.icon-wrapper::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid rgb(29 185 84 / .4);border-radius:50%;opacity:0;animation:iconRipple 4s ease-out infinite}.icon-wrapper::after{animation-delay:2s}.icon-wrapper.accent::before,.icon-wrapper.accent::after{border-color:rgb(29 185 84 / .6)}.icon-wrapper:nth-child(1){top:8%;left:6%;animation-delay:0s}.icon-wrapper:nth-child(2){top:15%;right:10%;animation-delay:-4s}.icon-wrapper:nth-child(3){bottom:22%;left:12%;animation-delay:-8s}.icon-wrapper:nth-child(4){top:52%;right:15%;animation-delay:-12s}.icon-wrapper:nth-child(5){bottom:10%;right:7%;animation-delay:-16s}.icon-wrapper:nth-child(6){top:32%;left:10%;animation-delay:-3s}.icon-wrapper:nth-child(7){bottom:38%;right:12%;animation-delay:-10s}.icon-wrapper:nth-child(8){top:62%;left:22%;animation-delay:-6s}.icon-wrapper:nth-child(9){top:25%;left:35%;animation-delay:-14s}.icon-wrapper:nth-child(10){bottom:28%;right:30%;animation-delay:-2s}.icon-wrapper:nth-child(11){top:45%;left:8%;animation-delay:-9s}.icon-wrapper:nth-child(12){top:72%;right:25%;animation-delay:-11s}.icon-wrapper:nth-child(13){bottom:15%;left:40%;animation-delay:-5s}.icon-wrapper:nth-child(14){top:18%;right:35%;animation-delay:-13s}.icon-wrapper:nth-child(15){bottom:45%;left:28%;animation-delay:-7s}.icon-wrapper:nth-child(16){top:38%;right:8%;animation-delay:-15s}.icon-wrapper:nth-child(1)::before{animation-delay:0s}.icon-wrapper:nth-child(1)::after{animation-delay:2s}.icon-wrapper:nth-child(2)::before{animation-delay:-0.5s}.icon-wrapper:nth-child(2)::after{animation-delay:1.5s}.icon-wrapper:nth-child(3)::before{animation-delay:-1s}.icon-wrapper:nth-child(3)::after{animation-delay:1s}.icon-wrapper:nth-child(4)::before{animation-delay:-1.5s}.icon-wrapper:nth-child(4)::after{animation-delay:0.5s}.icon-wrapper:nth-child(5)::before{animation-delay:-2s}.icon-wrapper:nth-child(5)::after{animation-delay:0s}.icon-wrapper:nth-child(6)::before{animation-delay:-2.5s}.icon-wrapper:nth-child(6)::after{animation-delay:-0.5s}.icon-wrapper:nth-child(7)::before{animation-delay:-3s}.icon-wrapper:nth-child(7)::after{animation-delay:-1s}.icon-wrapper:nth-child(8)::before{animation-delay:-3.5s}.icon-wrapper:nth-child(8)::after{animation-delay:-1.5s}.icon-wrapper:nth-child(9)::before{animation-delay:-0.3s}.icon-wrapper:nth-child(9)::after{animation-delay:1.7s}.icon-wrapper:nth-child(10)::before{animation-delay:-0.8s}.icon-wrapper:nth-child(10)::after{animation-delay:1.2s}.icon-wrapper:nth-child(11)::before{animation-delay:-1.3s}.icon-wrapper:nth-child(11)::after{animation-delay:0.7s}.icon-wrapper:nth-child(12)::before{animation-delay:-1.8s}.icon-wrapper:nth-child(12)::after{animation-delay:0.2s}.icon-wrapper:nth-child(13)::before{animation-delay:-2.3s}.icon-wrapper:nth-child(13)::after{animation-delay:-0.3s}.icon-wrapper:nth-child(14)::before{animation-delay:-2.8s}.icon-wrapper:nth-child(14)::after{animation-delay:-0.8s}.icon-wrapper:nth-child(15)::before{animation-delay:-3.3s}.icon-wrapper:nth-child(15)::after{animation-delay:-1.3s}.icon-wrapper:nth-child(16)::before{animation-delay:-3.8s}.icon-wrapper:nth-child(16)::after{animation-delay:-1.8s}25%{transform:translate(15px,-20px);opacity:.18}50%{transform:translate(-10px,15px);opacity:.15}75%{transform:translate(20px,10px);opacity:.14}}@keyframes iconRotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}50%{transform:scale(1.15)}}@keyframes iconRipple{0%{width:40px;height:40px;opacity:0}5%{opacity:.6}100%{width:180px;height:180px;opacity:0}}.landing-hero{position:relative;z-index:10}.value-props{position:relative;z-index:10}@media (max-width:768px){.icon-wrapper svg{width:28px;height:28px}}.hero-bg{position:absolute;inset:0;background:#0a0a0a;overflow:hidden}.hero-bg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgb(29 185 84 / .12) 0%,transparent 70%);pointer-events:none}.hero-bg::after{content:'';position:absolute;width:200%;height:100%;top:0;left:-50%;background:linear-gradient(90deg,transparent 0%,rgb(29 185 84 / .04) 50%,transparent 100%);animation:hero-sweep 8s ease-in-out infinite;will-change:transform}@keyframes hero-sweep{0%,100%{transform:translateX(-10%)}50%{transform:translateX(10%)}}