*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-green: #16a34a;--color-green-light: #22c55e;--color-green-soft: rgba(34, 197, 94, .15);--color-blue: #2563eb;--color-blue-light: #3b82f6;--color-blue-soft: rgba(37, 99, 235, .15);--color-white: #ffffff;--color-bg: #f8fafc;--color-text: #1c2b3a;--color-text-muted: #5c6b7a}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{display:flex;flex-direction:column}#root{display:flex;flex-direction:column;flex:1}body{font-family:Poppins,system-ui,-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}a{text-decoration:none;color:inherit}img{width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1400px;margin:auto;padding:0 clamp(20px,5vw,48px)}.site-header{position:sticky;top:0;background:var(--color-white);border-bottom:1px solid rgba(0,0,0,.06);z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{font-size:22px;font-weight:700;display:flex;text-decoration:none;color:inherit}.logo-ferem{color:var(--color-blue)}.logo-care{color:var(--color-green);margin-left:2px}.nav{display:flex;gap:28px}.nav a{font-weight:500;color:var(--color-text);transition:color .2s}.nav a:hover{color:var(--color-green)}.header-actions{display:flex;align-items:center;gap:12px}.btn-signin{padding:10px 24px;background:var(--color-green);color:#fff;border-radius:12px;font-weight:600;font-size:14px;text-decoration:none;transition:all .2s}.btn-signin:hover{background:var(--color-green-light);transform:translateY(-2px);box-shadow:0 6px 20px #22c55e59;color:#fff}.menu-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--color-text)}@media(max-width:768px){.nav{position:fixed;top:72px;left:0;right:0;background:var(--color-white);flex-direction:column;padding:24px;gap:16px;box-shadow:0 10px 40px #0000001a;display:none}.nav.open,.menu-btn{display:flex}}.site-footer{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;padding:48px 0 0;margin-top:auto}.footer-inner{display:grid;grid-template-columns:1.5fr 2fr;gap:48px;padding-bottom:32px}.footer-brand .logo{font-size:22px;font-weight:700;display:inline-flex;color:#fff;text-decoration:none;margin-bottom:12px}.footer-brand p{font-size:14px;color:#ffffffb3;max-width:280px}.footer-links{display:flex;gap:48px;flex-wrap:wrap}.footer-col h4{font-size:14px;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col a{color:#ffffffb3;text-decoration:none;font-size:14px;transition:color .2s}.footer-col a:hover{color:var(--color-green-light)}.footer-bottom{text-align:center;padding:20px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#fff9}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:32px}.footer-links{gap:32px}}:root{--wc-green: #38b487;--wc-green-light: #58d69e;--wc-blue: #3778dc;--wc-blue-soft: #e7f2fe;--wc-green-soft: #e6f8f1;--wc-gray-bg: #f7fafc;--wc-text: #234146;--wc-muted: #427669bb;--wc-white: #fff;--wc-radius: 20px;--wc-space: 36px}.landing-modern{width:100vw;box-sizing:border-box;background:var(--wc-gray-bg)}.hero-section-modern{min-height:540px;padding:80px 0 65px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;background:linear-gradient(90deg,var(--wc-green-soft) 63%,var(--wc-blue-soft) 100%);position:relative}.hero-content-modern{max-width:500px;margin-right:60px;z-index:1}.hero-badge-modern{display:inline-block;padding:9px 20px;background:var(--wc-green-soft);color:var(--wc-green);font-weight:700;font-size:14px;border-radius:13px;margin-bottom:1.7rem;letter-spacing:.3px}.hero-content-modern h1{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;margin-bottom:1.1rem;color:var(--wc-text);line-height:1.1;letter-spacing:-1.3px}.hero-content-modern .wc-accent{color:var(--wc-blue)}.hero-subtitle-modern{min-height:37px;font-size:1.21rem;color:var(--wc-muted);font-weight:600;margin-bottom:2.2rem;height:33px;display:flex;align-items:flex-end}.hero-cta-modern{display:flex;gap:1.12rem;margin-bottom:1.3rem;flex-wrap:wrap}.btn-hero-main{padding:15px 37px;background:var(--wc-green);border-radius:10px;color:var(--wc-white)!important;font-weight:700;font-size:1.09rem;box-shadow:0 3px 14px #38b48726;border:none;transition:all .2s}.btn-hero-main:hover,.btn-support-modern:hover{background:var(--wc-blue);color:#fff!important;transform:translateY(-2px) scale(1.03)}.btn-hero-secondary{padding:15px 34px;background:var(--wc-blue-soft);color:var(--wc-blue)!important;border-radius:10px;font-weight:700;font-size:1.09rem;border:none;transition:background .2s,color .2s}.btn-hero-secondary:hover{background:var(--wc-green-soft);color:var(--wc-green)!important}.hero-image-modern{min-width:340px;max-width:465px;flex:1;display:flex;align-items:center;justify-content:flex-start}.hero-img-card-modern{background:var(--wc-white);border-radius:var(--wc-radius);overflow:hidden;box-shadow:0 12px 36px #38b48711;position:relative;width:100%;min-width:320px}.hero-img-card-modern img{width:100%;height:315px;object-fit:cover;display:block;background:#e9f2f3}.hero-img-card-stat-modern{position:absolute;left:17px;bottom:20px;background:#fffffff5;color:var(--wc-green);font-weight:700;font-size:14.5px;padding:11px 17px;border-radius:10px;display:flex;align-items:center;gap:9px;box-shadow:0 0 10px #38b48713}.section-modern{padding:80px 0 60px}.section-header-modern{text-align:center;margin-bottom:38px}.section-header-modern h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--wc-text);margin-bottom:11px;letter-spacing:-.7px}.section-header-modern p{color:var(--wc-muted);font-size:1rem;margin-bottom:0;line-height:1.5}.featured-section-modern{background:var(--wc-white)}.product-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;max-width:1130px;margin:0 auto}.product-card-modern{background:#fafdff;border-radius:16px;overflow:hidden;border:1px solid #d7f4e8;transition:box-shadow .2s,transform .18s;box-shadow:0 8px 18px #38b48708}.product-card-modern:hover{box-shadow:0 20px 48px #38b48728;transform:translateY(-5px) scale(1.015)}.product-card-modern a{text-decoration:none;color:inherit;display:block;height:100%}.product-image-modern{height:170px;background:#e6f8f1;position:relative;overflow:hidden}.product-image-modern img{width:100%;height:100%;object-fit:cover;transition:transform .19s}.product-card-modern:hover .product-image-modern img{transform:scale(1.04)}.product-category-modern{position:absolute;left:10px;top:13px;background:var(--wc-green);color:#fff;font-weight:600;font-size:13px;padding:4px 13px;border-radius:7px;letter-spacing:.1px}.product-info-modern{padding:21px 19px 17px}.product-info-modern h3{font-size:17.3px;font-weight:800;margin:0 0 9px;color:var(--wc-blue);letter-spacing:-.3px}.product-info-modern p{color:var(--wc-muted);font-size:14px;margin-bottom:13px;min-height:38px}.product-meta-modern{display:flex;justify-content:space-between;align-items:center}.price-modern{color:var(--wc-green);font-weight:800;font-size:19px}.rating-modern{color:#ffb800;font-weight:700;font-size:13.2px}.btn-view-all-modern{background:none;border:none;color:var(--wc-green);font-weight:700;font-size:1rem;text-decoration:underline;margin-top:21px;cursor:pointer;transition:color .18s}.btn-view-all-modern:hover{color:var(--wc-blue)}.knowledge-section-modern{background:var(--wc-gray-bg);padding-bottom:75px}.knowledge-hub-inner-modern{display:flex;gap:48px;max-width:1150px;margin:0 auto;align-items:center;flex-wrap:wrap;justify-content:space-between}.knowledge-hub-txt{flex:1 1 320px;max-width:500px}.knowledge-hub-txt h2{font-size:2rem;font-weight:800;margin-bottom:13px;color:var(--wc-blue)}.knowledge-hub-txt p{color:var(--wc-muted);font-size:1.08rem;margin-bottom:23px;line-height:1.6}.btn-knowledge-modern{display:inline-block;background:var(--wc-blue);color:var(--wc-white)!important;border-radius:10px;padding:13px 34px;font-weight:700;font-size:1.04rem;text-decoration:none;transition:background .2s,color .18s}.btn-knowledge-modern:hover{background:var(--wc-green);color:#fff!important}.knowledge-hub-img{flex:1 1 240px;max-width:410px}.knowledge-hub-img img{width:100%;height:250px;object-fit:cover;border-radius:var(--wc-radius);box-shadow:0 7px 30px #3778dc1a}.btn-support-modern{background:#fff;color:var(--wc-green)!important;border-radius:10px;font-weight:800;font-size:1.02rem;padding:14px 36px;box-shadow:0 4px 18px #e6f8f1;transition:color .18s,background .18s;text-decoration:none;border:none;cursor:pointer;transition:background .22s,color .18s,transform .16s}.btn-support-modern:hover{color:var(--wc-blue)!important;background:var(--wc-green-soft);transform:translateY(-2px) scale(1.03)}@media(max-width:1100px){.hero-section-modern{flex-direction:column;padding:66px 0}.hero-content-modern{margin-right:0;margin-bottom:40px;text-align:center}.hero-image-modern{justify-content:center;min-width:310px}.knowledge-hub-inner-modern{flex-direction:column;gap:22px;align-items:flex-start}.knowledge-hub-img{width:100%;max-width:500px}}@media(max-width:700px){.hero-section-modern{padding:45px 0 33px}.section-modern{padding:46px 0 31px}.featured-section-modern{padding-bottom:23px}}@media(max-width:480px){.hero-img-card-modern img{height:160px}.knowledge-hub-img img{height:105px}.section-modern{padding:30px 0}.product-info-modern h3{font-size:15.2px}}.insights{max-width:1000px;margin:1.2rem auto;text-align:center;padding:.8rem .5rem}.insights-title{font-size:clamp(24px,5vw,34px);font-weight:650;margin-bottom:6px}.insights-title span{color:var(--color-green, #34b485)}.insights-subtitle{color:var(--color-text-muted, #50677c);max-width:600px;margin:0 auto 14px;font-size:16.5px;font-weight:500;letter-spacing:.01em}.insights-explore-link{margin:8px 0 15px}.explore-articles-link{border:none;background:transparent;color:#3977de;font-weight:700;font-size:1.06em;text-decoration:underline;text-underline-offset:4px;cursor:pointer;outline:none;padding:3px 7px;transition:color .14s;display:inline-flex;align-items:center;gap:3px}.explore-articles-link:hover,.explore-articles-link:focus{color:#228682}.explore-articles-link .arrow{font-size:1.13em;font-weight:800;vertical-align:baseline}.search-bar{position:relative;max-width:650px;margin:0 auto}.search-bar input{width:100%;padding:13px 18px 13px 44px;border-radius:40px;border:1px solid #dfe6ee;font-size:15px;outline:none;transition:all .23s ease;box-shadow:0 5px 20px #0000000d;background:#fff}.search-bar input:focus{border-color:var(--color-blue, #3977de);box-shadow:0 0 0 3px var(--color-blue-soft, #e5eefd)}.search-bar input[readonly]{cursor:pointer;background:#fff}.search-bar input::placeholder{color:#7892a5}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#7a8ca2}.categories{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:25px;margin-bottom:6px;overflow-x:visible}.category-btn{display:flex;align-items:center;gap:8px;background:#f4f7fb;border:1px solid #e3e9f2;color:#334155;padding:9px 17px;border-radius:28px;font-size:14px;font-weight:600;cursor:not-allowed;opacity:.7;pointer-events:none;transition:all .28s cubic-bezier(.45,1.4,.45,1.17),opacity .18s}.category-btn.active{background:var(--color-green, #34b485);color:#fff;border-color:var(--color-green, #34b485);opacity:1;box-shadow:0 6px 12px #22c55e33;transform:scale(1.07);z-index:1;animation:activeBounce .57s cubic-bezier(.31,1.6,0,.93)}@keyframes activeBounce{0%{transform:scale(1);box-shadow:0 0 0 transparent}70%{transform:scale(1.13)}to{transform:scale(1.07)}}.category-btn:disabled{cursor:not-allowed;pointer-events:none}.cat-icon{display:flex;font-size:13px}@media(max-width:768px){.insights{padding:.54rem .3rem}.categories{gap:7px;margin-top:15px}.category-btn{padding:7px 12px;font-size:13px}}@media(max-width:480px){.insights-title{font-size:19px}.insights-subtitle{font-size:14.5px;max-width:340px}.search-bar input{padding:10px 13px 10px 37px;font-size:13.7px}.category-btn{padding:7px 10px;font-size:12.7px}}.support{display:flex;justify-content:center;padding:100px 20px;background:#f5f7fa}.support-glass{width:100%;max-width:1100px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding:60px;border-radius:24px;background:linear-gradient(135deg,#166ba3e6,#2563ebd9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #0000001f}.support-left{display:flex;flex-direction:column;justify-content:center}.support-title{font-size:clamp(34px,5vw,48px);font-weight:700;line-height:1.2;margin-bottom:20px;color:#fff}.support-title span{color:#dfe208e8;text-decoration:underline;text-underline-offset:4px}.support-text{color:#ffffffe6;font-size:16px;line-height:1.8;max-width:500px;margin-bottom:36px}.support-buttons{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:16px}.donation-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:var(--color-blue);border:2px solid var(--color-blue);padding:16px 24px;border-radius:14px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease}.donation-btn svg{color:var(--color-blue);font-size:18px}.donation-btn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 10px 22px #00000026}.support-right{display:flex;flex-direction:column;justify-content:center;color:#fff}.support-side-title{font-size:22px;font-weight:700;margin-bottom:14px}.support-side-text{font-size:16px;margin-bottom:24px;color:#ffffffe6}.support-points{display:flex;flex-direction:column;gap:16px}.support-point{display:flex;align-items:center;gap:12px;font-size:16px;background:#ffffff1a;padding:12px 16px;border-radius:12px;transition:all .25s ease}.support-point:hover{background:#fff3}.support-point svg{color:#fff;flex-shrink:0}@media(max-width:900px){.support{padding:60px 16px}.support-glass{grid-template-columns:1fr;padding:40px 28px;gap:40px}.support-left,.support-right{text-align:center;align-items:center}.support-buttons{justify-content:center}}@media(max-width:480px){.donation-btn{width:100%;max-width:none}}.marketplace-page{padding:40px 0 80px;min-height:80vh}.marketplace-header{text-align:center;margin-bottom:40px}.marketplace-header h1{font-size:clamp(28px,4vw,36px);font-weight:700;margin-bottom:8px}.marketplace-header p{color:var(--color-text-muted);font-size:16px}.filters-bar{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.search-wrap{flex:1;min-width:200px;position:relative}.search-wrap .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);font-size:18px}.search-wrap input{width:100%;padding:14px 18px 14px 48px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:15px;transition:border-color .2s}.search-wrap input:focus{outline:none;border-color:var(--color-green)}.filter-selects{display:flex;gap:12px}.filter-selects select{padding:14px 18px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:14px;background:#fff;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a}.product-card a{text-decoration:none;color:inherit}.product-image{position:relative;height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-category{position:absolute;top:12px;left:12px;background:var(--color-green);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px}.product-rating{position:absolute;bottom:12px;right:12px;background:#0009;color:#fff;font-size:12px;padding:4px 8px;border-radius:6px}.product-info{padding:20px}.product-info h3{font-size:17px;font-weight:600;margin-bottom:8px;line-height:1.4}.product-info p{font-size:14px;color:var(--color-text-muted);margin-bottom:12px;line-height:1.5}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-footer .price{font-size:20px;font-weight:700;color:var(--color-green)}.product-footer .seller{font-size:12px;color:var(--color-text-muted)}.no-results{text-align:center;padding:80px 20px}.no-results p{font-size:18px;color:var(--color-text-muted);margin-bottom:20px}.no-results button{padding:12px 24px;background:var(--color-green);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.no-results button:hover{background:var(--color-green-light);transform:translateY(-2px)}.product-detail-page{padding:40px 0 80px}.back-link{display:inline-block;color:var(--color-text-muted);font-size:14px;margin-bottom:24px;transition:color .2s}.back-link:hover{color:var(--color-green)}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-image-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.product-image-wrap img{width:100%;height:400px;object-fit:cover}.category-badge{position:absolute;top:16px;left:16px;background:var(--color-green);color:#fff;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600}.product-detail-info h1{font-size:28px;font-weight:700;margin-bottom:16px;line-height:1.3}.product-meta-row{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:24px;font-size:14px;color:var(--color-text-muted)}.description{font-size:16px;line-height:1.7;color:var(--color-text);margin-bottom:24px}.price-block{margin-bottom:28px}.price-block .price{font-size:32px;font-weight:700;color:var(--color-green)}.product-actions{display:flex;gap:16px;margin-bottom:32px}.btn-add-cart{padding:16px 32px;background:#fff;border:2px solid var(--color-green);color:var(--color-green);border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.btn-add-cart:hover{background:var(--color-green-soft)}.btn-buy-now{padding:16px 32px;background:var(--color-green);color:#fff;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;transition:all .2s}.btn-buy-now:hover{background:var(--color-green-light);transform:translateY(-2px);box-shadow:0 8px 24px #22c55e59;color:#fff}.product-features{list-style:none;padding:0;margin:0}.product-features li{font-size:14px;color:var(--color-text-muted);padding:8px 0 8px 24px;position:relative}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--color-green);font-weight:700}@media(max-width:768px){.product-detail-grid{grid-template-columns:1fr}.product-image-wrap img{height:280px}}.checkout-page{padding:40px 0 80px;min-height:80vh}.checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:48px;align-items:start;max-width:1100px}.checkout-form h1{font-size:28px;margin-bottom:28px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input{width:100%;padding:14px 18px;border:1px solid rgba(0,0,0,.15);border-radius:10px;font-size:15px;font-family:inherit}.form-group input:focus{outline:none;border-color:var(--color-green)}.form-group input.error{border-color:#dc2626}.error-text{display:block;font-size:12px;color:#dc2626;margin-top:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.btn-submit{width:100%;padding:16px;background:var(--color-green);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-top:24px;transition:all .2s}.btn-submit:hover:not(:disabled){background:var(--color-green-light);transform:translateY(-2px)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.order-summary{background:#fff;border-radius:16px;padding:24px;border:1px solid rgba(0,0,0,.08);position:sticky;top:100px}.order-summary h2{font-size:18px;margin-bottom:20px}.cart-items{display:flex;flex-direction:column;gap:16px;max-height:320px;overflow-y:auto}.cart-item{display:flex;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.cart-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{font-size:14px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-actions{display:flex;align-items:center;gap:8px}.cart-item-actions button{width:28px;height:28px;border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:6px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.cart-item-actions .remove{margin-left:8px;color:#dc2626;border-color:#dc26264d}.cart-item-price{font-weight:700;color:var(--color-green)}.order-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;padding-top:20px;margin-top:20px;border-top:2px solid rgba(0,0,0,.08)}.empty-cart{text-align:center;padding:80px 20px}.empty-cart h2{font-size:24px;margin-bottom:12px}.empty-cart p{color:var(--color-text-muted);margin-bottom:24px}.empty-cart .btn-primary{display:inline-block;padding:14px 28px;background:var(--color-green);color:#fff;border-radius:12px;font-weight:600;text-decoration:none}.empty-cart .btn-primary:hover{background:var(--color-green-light);color:#fff}@media(max-width:900px){.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}}.order-confirmation{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px}.confirmation-content{text-align:center;max-width:480px}.success-icon{width:80px;height:80px;background:var(--color-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;margin:0 auto 24px}.confirmation-content h1{font-size:32px;margin-bottom:12px}.confirmation-content p{color:var(--color-text-muted);margin-bottom:32px;font-size:16px}.confirmation-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.confirmation-actions .btn-primary{padding:14px 28px;background:var(--color-green);color:#fff;border-radius:12px;font-weight:600;text-decoration:none;transition:all .2s}.confirmation-actions .btn-primary:hover{background:var(--color-green-light);transform:translateY(-2px);color:#fff}.confirmation-actions .btn-secondary{padding:14px 28px;border:2px solid var(--color-blue);color:var(--color-blue);border-radius:12px;font-weight:600;text-decoration:none;transition:all .2s}.confirmation-actions .btn-secondary:hover{background:var(--color-blue-soft);color:var(--color-blue)}.articles-page{padding:40px 0 80px}.articles-header{text-align:center;margin-bottom:40px}.articles-header h1{font-size:clamp(28px,4vw,36px);margin-bottom:8px}.articles-header p{color:var(--color-text-muted)}.articles-filters{margin-bottom:40px}.search-wrap{display:flex;align-items:center;gap:12px;max-width:400px;margin:0 auto 24px;padding:14px 20px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px}.search-wrap svg{color:var(--color-text-muted);font-size:20px}.search-wrap input{flex:1;border:none;outline:none;font-size:15px}.category-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.category-pills button{padding:10px 20px;border:2px solid rgba(0,0,0,.1);background:#fff;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.category-pills button:hover,.category-pills button.active{border-color:var(--color-green);background:var(--color-green-soft);color:var(--color-green)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.article-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.article-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a}.article-image{position:relative;height:180px;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover}.article-category{position:absolute;top:12px;left:12px;background:var(--color-green);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px}.article-content{padding:20px}.article-content h3{font-size:17px;margin-bottom:8px;line-height:1.4}.article-content .meta{font-size:13px;color:var(--color-text-muted);margin-bottom:16px}.read-btn{padding:10px 20px;background:var(--color-green-soft);color:var(--color-green);border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.read-btn:hover{background:var(--color-green);color:#fff}.no-results{text-align:center;color:var(--color-text-muted);padding:60px}.about-page{padding:60px 0 80px}.about-hero{text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.about-hero h1{font-size:clamp(32px,4vw,42px);margin-bottom:20px}.about-hero .lead{font-size:18px;color:var(--color-text-muted);line-height:1.7}.about-sections section{margin-bottom:48px}.about-sections h2{font-size:24px;margin-bottom:20px}.about-sections p{color:var(--color-text-muted);line-height:1.8;margin-bottom:16px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:24px}.value-card{background:#fff;padding:24px;border-radius:16px;border:1px solid rgba(0,0,0,.06)}.value-card h3{font-size:18px;margin-bottom:12px;color:var(--color-green)}.value-card p{font-size:14px;margin:0}.about-cta{text-align:center;padding:48px;background:var(--color-green-soft);border-radius:20px}.about-cta .btn-primary{display:inline-block;padding:14px 32px;background:var(--color-green);color:#fff;border-radius:12px;font-weight:600;text-decoration:none;margin-top:20px;transition:all .2s}.about-cta .btn-primary:hover{background:var(--color-green-light);transform:translateY(-2px);color:#fff}.donate-page{padding:60px 0 80px}.donate-content{max-width:520px;margin:0 auto}.donate-header{text-align:center;margin-bottom:48px}.donate-header h1{font-size:32px;margin-bottom:16px}.donate-header p{color:var(--color-text-muted);margin-bottom:24px;line-height:1.7}.donate-header ul{text-align:left;max-width:400px;margin:0 auto;padding-left:24px}.donate-header li{margin-bottom:8px;color:var(--color-text-muted)}.donate-form,.donate-success{background:#fff;padding:40px;border-radius:20px;border:1px solid rgba(0,0,0,.08)}.donate-form h2{font-size:20px;margin-bottom:24px}.amount-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.amount-buttons button{flex:1;min-width:80px;padding:14px;border:2px solid rgba(0,0,0,.1);background:#fff;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.amount-buttons button:hover,.amount-buttons button.active{border-color:var(--color-green);background:var(--color-green-soft);color:var(--color-green)}.donate-form input{width:100%;padding:14px 18px;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-size:15px;margin-bottom:16px}.donate-form input:focus{outline:none;border-color:var(--color-green)}.btn-submit{width:100%;padding:16px;background:var(--color-green);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-top:8px;transition:all .2s}.btn-submit:hover{background:var(--color-green-light);transform:translateY(-2px)}.donate-success{text-align:center}.donate-success .success-icon{width:64px;height:64px;background:var(--color-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.donate-success h2{margin-bottom:8px}.donate-success p{color:var(--color-text-muted);margin-bottom:24px}.donate-success button{padding:12px 24px;border:2px solid var(--color-blue);background:#fff;color:var(--color-blue);border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.donate-success button:hover{background:var(--color-blue-soft)}.partner-page-root{min-height:100vh;background:radial-gradient(circle at 65% 32%,#e5f7f2 55%,#fff);display:flex;align-items:center;justify-content:center;padding:40px 20px}.partner-wrap{display:flex;gap:60px;max-width:1200px;width:100%;flex-wrap:wrap}.partner-left{flex:1;min-width:300px}.partner-left h1{font-size:2.4rem;font-weight:800;margin-bottom:16px}.partner-left span{color:#21b77b}.partner-intro{color:#46665b;font-size:1.05rem;margin-bottom:28px;line-height:1.6}.partner-benefits{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefit-card{display:flex;gap:10px;padding:14px;border-radius:14px;background:#fff;border:1px solid #e6f8f2;box-shadow:0 4px 14px #21b77b14;transition:.2s}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #21b77b20}.benefit-icon{font-size:20px;color:#21b77b}.benefit-title{font-weight:700;font-size:14px}.benefit-desc{font-size:13px;color:#6b8f86}.partner-right{flex:1;min-width:280px}.partner-highlight-card{background:#fff;border-radius:16px;padding:20px;margin-bottom:18px;box-shadow:0 10px 30px #21b77b20}.partner-highlight-card.muted{background:#f8fdfa}.partner-highlight-card h3{margin-bottom:12px}.partner-highlight-card ul{list-style:none;padding:0}.partner-highlight-card li{display:flex;gap:10px;margin-bottom:10px;color:#355e54}.partner-highlight-card svg{color:#21b77b}.partner-cta{display:block;text-align:center;padding:16px;border-radius:12px;background:linear-gradient(94deg,#21b77b,#14be9a);color:#fff;font-weight:700;text-decoration:none;margin-top:10px;transition:.2s}.partner-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #21b77b30}html,body,#root{margin:0;padding:0;width:100vw;min-height:100vh;font-family:Inter,Arial,sans-serif;box-sizing:border-box;background:#fafefd;overflow-x:hidden}.signup-page-root{min-height:100vh;width:100vw;background:radial-gradient(circle at 65% 32%,#e5f7f2 55%,#fff);overflow-x:hidden;display:flex;align-items:center;justify-content:center;padding:0}.signup-page-wrap{display:flex;flex-wrap:wrap;max-width:1200px;width:100%;gap:50px;justify-content:center;box-sizing:border-box}.signup-page-left{flex:1;min-width:280px;max-width:490px;display:flex;flex-direction:column;align-items:flex-start}.signup-hero-title{font-size:2.2rem;font-weight:800;color:#222;margin-bottom:14px;line-height:1.13}.signup-hero-title span{color:#21b77b}.signup-hero-desc{font-size:1.08rem;color:#46665b;font-weight:500;margin-bottom:21px}.signup-perks{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%;margin-bottom:16px}.perk-card{display:flex;align-items:flex-start;background:#fff;border:1.4px solid #e6f8f2;border-radius:12px;padding:10px 10px 10px 11px;min-height:74px;gap:8px;box-shadow:0 2px 12px 1px #21b77b14;transition:box-shadow .16s,border .12s}.perk-card:hover{border-color:#74e6c8;box-shadow:0 4px 18px 3px #21b77b20}.perk-icon{font-size:19px;color:#21b77b;flex-shrink:0;margin-top:3px}.perk-label{font-weight:700;font-size:14.2px;color:#18795e}.perk-desc{font-size:12.8px;color:#66998e;margin-top:1px;line-height:1.21}.signup-learn-more{margin-top:15px;font-size:15.3px}.signup-learn-more a{display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:3px;color:#21b77b;font-weight:700;transition:color .15s;font-size:15.7px;gap:3px;letter-spacing:.01em;padding:2px 4px 1px 0}.signup-learn-more a:hover{color:#158858;text-decoration-thickness:2.2px}.signup-learn-more a:after{font-size:1em;padding-left:5px;transition:padding-left .14s}.signup-learn-more a:hover:after{padding-left:10px}.signup-page-right{flex:1;min-width:300px}.signup-form-card{background:#fff;border-radius:21px;box-shadow:0 11px 38px #63deb985,0 1.2px 7px #1ce9ad33;padding:38px 25px 24px;display:flex;flex-direction:column;gap:14px;max-width:480px;width:100%;margin:0 auto;border:1.8px solid #e8f8f3;transition:box-shadow .18s}.form-title{font-size:1.23rem;font-weight:800;margin-bottom:10px;color:#219179}.form-field{display:flex;flex-direction:column;margin-bottom:14px;position:relative}.form-field label{font-weight:600;margin-bottom:5px;font-size:15px;color:#353e3c}.input-wrapper{display:flex;align-items:center}.input-wrapper .input-icon{margin-right:8px;font-size:17px;color:#21b77b;flex-shrink:0}.input-wrapper input,.input-wrapper select{flex:1;padding:10px 12px;border-radius:10px;border:1.2px solid #e2efe7;font-size:15px;background:#fbfffe;outline:none;transition:border .17s,box-shadow .17s,background .17s;box-shadow:0 1.5px 8px #16a34a10}.input-wrapper input:focus,.input-wrapper select:focus{border-color:#21b77b;box-shadow:0 0 2px #29e79930,0 0 1.1px #21b77b36;background:#f3fef7}.has-error{border-color:#ef4444!important;background:#fff5f4!important}.error-text{font-size:13px;color:#e64545;margin-top:4px;font-weight:500}.label-optional{font-size:12px;color:#8da7a1;font-weight:400;margin-left:2px}.signup-btn{width:100%;padding:14px 0;background:linear-gradient(94deg,#21b77b,#14be9a);color:#fff;font-weight:700;font-size:1.08rem;border-radius:12px;border:none;cursor:pointer;transition:background .16s,box-shadow .15s;margin-top:6px;box-shadow:0 3px 14px #62dd8f18;letter-spacing:.01em}.signup-btn:disabled{opacity:.7;cursor:default}.signup-btn:hover:not(:disabled){background:linear-gradient(94deg,#19a76d,#13b388)}.signup-disclaimer{font-size:12.5px;color:#96ada0;margin-top:10px;text-align:center}.signup-success{background:#e2fee4;color:#198b51;font-weight:700;padding:10px 0;border-radius:8px;text-align:center;font-size:15.8px;margin-top:6px}.signup-already{text-align:center;font-size:14.5px;color:#5a6e63;margin-top:12px}.signup-already a{color:#21b77b;font-weight:600;text-decoration:underline;transition:color .15s}.signup-already a:hover{color:#158858;text-decoration-thickness:2px}@media(max-width:1100px){.signup-page-wrap{gap:20px;max-width:100vw}.signup-page-left,.signup-page-right{max-width:99vw}}@media(max-width:800px){.signup-page-wrap{flex-direction:column;align-items:center;gap:17px;width:100vw}.signup-page-left,.signup-page-right{padding:0 2vw;max-width:99vw}.signup-form-card{max-width:98vw}.signup-perks{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:30px}}@media(max-width:600px){.signup-page-root{align-items:flex-start;padding-top:40px;padding-bottom:20px}.signup-page-left{padding:0 4vw}.signup-hero-title{font-size:1.5rem;line-height:1.35;margin-bottom:12px}.signup-hero-desc{font-size:1rem;line-height:1.5;margin-bottom:20px}.signup-perks{grid-template-columns:1fr 1fr;gap:5vw;margin-bottom:28px}.perk-card{padding:10px 6px 10px 8px;min-height:80px}}.toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#21b77b;display:flex;align-items:center;justify-content:center}.password-strength-wrapper{margin-top:6px;height:8px;width:100%;background:#e5e7eb;border-radius:6px;overflow:hidden;position:relative}.password-strength-bar{height:100%;width:0;border-radius:6px;transition:width .5s ease,background .5s ease}.strength-0{background:linear-gradient(90deg,#ef4444,#f87171);width:20%}.strength-1{background:linear-gradient(90deg,#f97316,#fb923c);width:40%}.strength-2{background:linear-gradient(90deg,#facc15,#fde68a);width:60%}.strength-3{background:linear-gradient(90deg,#22c55e,#4ade80);width:80%}.strength-4{background:linear-gradient(90deg,#16a34a,#22c55e);width:100%}.password-strength-text{margin-top:4px;font-size:13px;font-weight:600;text-transform:none;color:#374151;transition:color .3s}@media(min-width:900px){.signup-page-left{min-width:380px;max-width:540px;padding-left:3vw;padding-right:2vw}.signup-hero-title{font-size:2.6rem;margin-bottom:22px}.signup-hero-desc{font-size:1.22rem;margin-bottom:37px}.signup-perks{gap:25px;margin-bottom:26px}.perk-card{padding:21px 19px 18px 22px;min-height:110px;box-shadow:0 3px 14px 3px #21b77b18}.perk-icon{font-size:27px;margin-right:15px;margin-top:4px}.perk-label{font-size:17.8px;margin-bottom:2px}.perk-desc{font-size:15.1px;line-height:1.36}}@media(min-width:1200px){.signup-page-wrap{gap:85px}.signup-page-left{max-width:608px}.signup-form-card{max-width:520px}}@media(min-width:900px){.signup-page-left,.signup-page-right{padding-top:12px;padding-bottom:12px;align-items:flex-start}}@media(min-width:900px){.form-title{font-size:1.6rem;margin-bottom:17px}.signup-form-card{padding:58px 46px 40px}}.dash-overview{display:flex;flex-direction:column;gap:32px}.dash-overview-header h1{font-size:24px;font-weight:600;margin:0 0 4px}.dash-overview-header p{color:#8b949e;font-size:14px;margin:0}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash-stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:#161b22;border:1px solid #21262d;border-radius:12px}.dash-stat-icon{width:44px;height:44px;background:#3fb95033;color:#3fb950;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.dash-stat-card>div{display:flex;flex-direction:column;gap:2px}.dash-stat-value{font-size:22px;font-weight:700;color:#e6edf3}.dash-stat-label{font-size:13px;color:#8b949e}.dash-overview-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.dash-chart-card,.dash-activity-card{background:#161b22;border:1px solid #21262d;border-radius:12px;padding:24px}.dash-chart-card h3,.dash-activity-card h3{font-size:16px;font-weight:600;margin:0 0 20px}.dash-activity-list{list-style:none;padding:0;margin:0}.dash-activity-list li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #21262d}.dash-activity-list li:last-child{border-bottom:none}.dash-activity-dot{width:8px;height:8px;background:#3fb950;border-radius:50%;flex-shrink:0;margin-top:6px}.dash-activity-list li>div{display:flex;flex-direction:column;gap:2px}.dash-activity-list li span:first-of-type{font-size:14px;color:#e6edf3}.dash-activity-time{font-size:12px;color:#8b949e!important}.dash-quick-actions{display:flex;gap:12px;flex-wrap:wrap}.dash-btn-primary{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#3fb950;color:#0d1117;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.dash-btn-primary:hover{background:#56d364}.dash-btn-secondary{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;color:#58a6ff;border:1px solid #388bfd;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s}.dash-btn-secondary:hover{background:#388bfd26}.dash-btn-outline{padding:12px 20px;color:#8b949e;border:1px solid #30363d;border-radius:8px;font-weight:500;font-size:14px;text-decoration:none;transition:all .2s}.dash-btn-outline:hover{color:#e6edf3;border-color:#8b949e}@media(max-width:900px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-overview-grid{grid-template-columns:1fr}}@media(max-width:600px){.dash-stats{grid-template-columns:1fr}.dash-quick-actions{flex-direction:column}}.dash-products{display:flex;flex-direction:column;gap:24px}.dash-products-header{display:flex;justify-content:space-between;align-items:center}.dash-products-header h1{font-size:22px;margin:0 0 4px}.dash-products-header p{font-size:14px;color:#8b949e;margin:0}.dash-add-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#3fb950;color:#0d1117;border:none;border-radius:8px;font-weight:600;cursor:pointer}.dash-add-btn:hover{background:#56d364}.dash-product-form{display:flex;flex-direction:column;gap:12px;padding:24px;background:#161b22;border:1px solid #21262d;border-radius:12px;overflow:hidden}.dash-product-form input,.dash-product-form select,.dash-product-form textarea{padding:12px 16px;background:#0d1117;border:1px solid #30363d;border-radius:8px;color:#e6edf3;font-size:14px}.dash-product-form input::placeholder,.dash-product-form textarea::placeholder{color:#8b949e}.dash-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dash-form-actions{display:flex;gap:12px}.dash-save-btn{padding:10px 20px;background:#3fb950;color:#0d1117;border:none;border-radius:8px;font-weight:600;cursor:pointer}.dash-product-form button[type=button]{padding:10px 20px;background:transparent;border:1px solid #30363d;color:#8b949e;border-radius:8px;cursor:pointer}.dash-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.dash-product-card{background:#161b22;border:1px solid #21262d;border-radius:12px;overflow:hidden}.dash-product-img{position:relative;height:140px}.dash-product-img img{width:100%;height:100%;object-fit:cover}.dash-product-status{position:absolute;top:8px;right:8px;font-size:10px;font-weight:600;padding:4px 8px;background:#3fb950;color:#0d1117;border-radius:4px}.dash-product-body{padding:16px}.dash-product-cat{font-size:11px;color:#3fb950;font-weight:600;text-transform:uppercase}.dash-product-body h3{font-size:15px;margin:8px 0 6px}.dash-product-body p{font-size:13px;color:#8b949e;margin:0 0 12px}.dash-product-footer{display:flex;justify-content:space-between;align-items:center}.dash-product-price{font-size:18px;font-weight:700;color:#3fb950}.dash-product-actions{display:flex;gap:8px}.dash-icon-btn{width:32px;height:32px;background:#58a6ff26;color:#58a6ff;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.dash-icon-btn:hover{background:#58a6ff40}.dash-icon-btn.danger{background:#f8514926;color:#f85149}.dash-icon-btn.danger:hover{background:#f8514940}.dash-empty-products{grid-column:1 / -1;text-align:center;padding:60px;background:#161b22;border:1px dashed #30363d;border-radius:12px}.dash-empty-products p{color:#8b949e;margin-bottom:16px}.dash-empty-products button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#3fb950;color:#0d1117;border:none;border-radius:8px;font-weight:600;cursor:pointer}@media(max-width:600px){.dash-form-row{grid-template-columns:1fr}}.dash-articles{display:flex;flex-direction:column;gap:24px}.dash-articles-header h1{font-size:22px;margin:0 0 4px}.dash-articles-header p{font-size:14px;color:#8b949e;margin:0}.dash-editor-layout{display:flex;gap:24px}.dash-editor-main{flex:1;min-width:0}.dash-editor-title{width:100%;padding:16px 0;background:transparent;border:none;font-size:28px;font-weight:700;color:#e6edf3;margin-bottom:16px}.dash-editor-title::placeholder{color:#8b949e}.dash-editor-title:focus{outline:none}.dash-toolbar{display:flex;gap:8px;margin-bottom:20px}.dash-toolbar button{width:40px;height:40px;background:#161b22;border:1px solid #30363d;border-radius:8px;color:#8b949e;cursor:pointer;display:flex;align-items:center;justify-content:center}.dash-toolbar button:hover{color:#e6edf3;border-color:#8b949e}.dash-editor-body{min-height:400px;padding:20px 0;font-size:16px;line-height:1.8;color:#e6edf3;outline:none}.dash-editor-body:empty:before{content:"Start writing your article...";color:#8b949e}.dash-editor-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.dash-sidebar-card{background:#161b22;border:1px solid #21262d;border-radius:8px;padding:16px}.dash-sidebar-card h4{font-size:14px;margin:0 0 12px;display:flex;align-items:center;gap:8px}.dash-sidebar-card input,.dash-sidebar-card select{width:100%;padding:10px 12px;background:#0d1117;border:1px solid #30363d;border-radius:6px;color:#e6edf3;font-size:14px}.dash-upload-zone{padding:24px;border:2px dashed #30363d;border-radius:8px;text-align:center;color:#8b949e;font-size:14px;cursor:pointer}.dash-upload-zone:hover{border-color:#3fb950;color:#3fb950}@media(max-width:900px){.dash-editor-sidebar{position:fixed;right:0;top:64px;bottom:0;width:280px;transform:translate(100%);z-index:40;padding:24px;background:#0f1419}.dash-editor-sidebar.open{transform:translate(0)}}.dash-analytics{display:flex;flex-direction:column;gap:28px}.dash-analytics-header h1{font-size:22px;margin:0 0 4px}.dash-analytics-header p{font-size:14px;color:#8b949e;margin:0}.dash-analytics-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dash-analytics-stat{background:#161b22;border:1px solid #21262d;border-radius:12px;padding:24px;position:relative}.dash-analytics-value{display:block;font-size:28px;font-weight:700;color:#e6edf3}.dash-analytics-label{font-size:14px;color:#8b949e}.dash-analytics-change{position:absolute;top:24px;right:24px;font-size:13px;font-weight:600;color:#3fb950}.dash-analytics-chart{background:#161b22;border:1px solid #21262d;border-radius:12px;padding:24px}.dash-analytics-chart h3{font-size:16px;margin:0 0 20px}.dash-analytics-bottom{display:grid;grid-template-columns:1fr 1fr;gap:24px}.dash-top-products,.dash-recent-activity{background:#161b22;border:1px solid #21262d;border-radius:12px;padding:24px}.dash-top-products h3,.dash-recent-activity h3{font-size:16px;margin:0 0 20px}.dash-top-products ul,.dash-recent-activity ul{list-style:none;padding:0;margin:0}.dash-top-products li{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #21262d}.dash-top-products li:last-child{border-bottom:none}.dash-top-products .rank{width:28px;height:28px;background:#3fb95033;color:#3fb950;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.dash-top-products .name{flex:1}.dash-top-products .sales{font-size:13px;color:#3fb950;font-weight:600}.dash-recent-activity li{padding:10px 0;font-size:14px;color:#8b949e;border-bottom:1px solid #21262d}.dash-recent-activity li:last-child{border-bottom:none}@media(max-width:768px){.dash-analytics-stats,.dash-analytics-bottom{grid-template-columns:1fr}}.dash-settings{display:flex;flex-direction:column;gap:24px}.dash-settings-header h1{font-size:22px;margin:0 0 4px}.dash-settings-header p{font-size:14px;color:#8b949e;margin:0}.dash-settings-layout{display:flex;gap:32px}.dash-settings-nav{display:flex;flex-direction:column;gap:4px;min-width:180px}.dash-settings-nav button{padding:12px 16px;background:transparent;border:none;border-radius:8px;color:#8b949e;font-size:14px;text-align:left;cursor:pointer}.dash-settings-nav button:hover,.dash-settings-nav button.active{color:#e6edf3;background:#161b22}.dash-settings-nav button.active{color:#3fb950}.dash-settings-content{flex:1}.dash-settings-card{background:#161b22;border:1px solid #21262d;border-radius:12px;padding:24px;max-width:480px}.dash-settings-card h3{font-size:16px;margin:0 0 20px}.dash-settings-field{margin-bottom:16px}.dash-settings-field label{display:block;font-size:13px;margin-bottom:6px;color:#8b949e}.dash-settings-field input{width:100%;padding:12px 16px;background:#0d1117;border:1px solid #30363d;border-radius:8px;color:#e6edf3;font-size:14px}.dash-settings-save{margin-top:20px;padding:10px 20px;background:#3fb950;color:#0d1117;border:none;border-radius:8px;font-weight:600;cursor:pointer}.dash-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #21262d;cursor:pointer}.dash-toggle-row input{display:none}.dash-toggle{width:40px;height:22px;background:#30363d;border-radius:11px;position:relative}.dash-toggle:after{content:"";position:absolute;width:18px;height:18px;background:#8b949e;border-radius:50%;top:2px;left:2px;transition:transform .2s}.dash-toggle-row input:checked+.dash-toggle{background:#3fb95066}.dash-toggle-row input:checked+.dash-toggle:after{transform:translate(18px);background:#3fb950}@media(max-width:600px){.dash-settings-layout{flex-direction:column}.dash-settings-nav{flex-direction:row;flex-wrap:wrap}}.dash{min-height:100vh;background:#0f1419;color:#e6edf3;font-family:Poppins,system-ui,sans-serif}.dash-topbar{position:sticky;top:0;background:#0f1419f2;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50}.dash-topbar-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.dash-logo{font-size:20px;font-weight:700;text-decoration:none;flex-shrink:0}.dash-logo .logo-f{color:#58a6ff}.dash-logo .logo-c{color:#3fb950;margin-left:2px}.dash-nav{display:flex;gap:4px;flex:1;justify-content:center;overflow-x:auto;padding:4px 0}.dash-tab{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:none;border-radius:8px;color:#8b949e;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.dash-tab:hover{color:#e6edf3;background:#ffffff0f}.dash-tab.active{color:#3fb950;background:#3fb95026}.dash-tab svg{font-size:16px}.dash-actions{display:flex;align-items:center;gap:12px}.dash-link-market{padding:8px 16px;background:#3fb95033;color:#3fb950;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.dash-link-market:hover{background:#3fb9504d;color:#7ee787}.dash-link-out{display:flex;align-items:center;gap:6px;padding:8px 12px;color:#8b949e;font-size:13px;text-decoration:none;transition:color .2s}.dash-link-out:hover{color:#e6edf3}.dash-body{max-width:1200px;margin:0 auto;padding:32px 24px 80px}@media(max-width:900px){.dash-topbar-inner{flex-wrap:wrap;height:auto;padding:16px}.dash-nav{order:3;width:100%;justify-content:flex-start}.dash-actions{margin-left:auto}}@media(max-width:600px){.dash-link-market{display:none}}.terms-container{max-width:1000px;margin:auto;padding:40px 20px}.terms-hero{text-align:center;margin-bottom:60px}.terms-hero h1{font-size:40px;margin-bottom:10px}.terms-update{color:#777;font-size:14px}.terms-section{margin-bottom:40px}.terms-section h2{margin-bottom:15px;font-size:24px}.terms-section h3{margin-top:15px;font-size:18px}.terms-section p{line-height:1.7;margin-bottom:12px;color:#444}.terms-section ul{padding-left:20px}.terms-section li{margin-bottom:8px}.privacy-container{max-width:1000px;margin:auto;padding:40px 20px}.privacy-hero{text-align:center;margin-bottom:60px}.privacy-hero h1{font-size:40px;margin-bottom:10px}.privacy-update{color:#777;font-size:14px}.privacy-section{margin-bottom:40px}.privacy-section h2{font-size:24px;margin-bottom:15px}.privacy-section h3{font-size:18px;margin-top:15px}.privacy-section p{line-height:1.7;margin-bottom:12px;color:#444}.privacy-section ul{padding-left:20px}.privacy-section li{margin-bottom:8px}html,body,#root{margin:0;padding:0;width:100vw;min-height:100vh;font-family:Inter,Arial,sans-serif;background:#f5fafd;box-sizing:border-box}.login-page-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px 0;background:radial-gradient(circle at 60% 30%,#e5f7f2 40%,#fff)}.login-card{background:#fff;max-width:420px;width:95%;border-radius:20px;padding:35px 25px;box-shadow:0 10px 38px #63deb985,0 1.2px 7px #1ce9ad33;display:flex;flex-direction:column;gap:20px;position:relative;overflow:hidden}.login-hero{text-align:center;margin-bottom:25px}.login-title{font-size:2rem;font-weight:800;color:#222;margin-bottom:10px;line-height:1.2}.login-title span{color:#21b77b}.login-desc{font-size:1rem;font-weight:500;color:#46665b;line-height:1.4}.login-form .form-field{display:flex;flex-direction:column;margin-bottom:15px}.login-form label{font-weight:600;font-size:14.8px;color:#353e3c;margin-bottom:5px}.input-wrapper{display:flex;align-items:center;position:relative}.input-wrapper input{flex:1;padding:10px 12px;border-radius:10px;border:1.2px solid #e2efe7;font-size:15px;outline:none;background:#fbfffe;transition:border .17s,box-shadow .17s,background .17s}.input-wrapper input:focus{border-color:#21b77b;box-shadow:0 0 2px #29e79930,0 0 1.1px #21b77b36;background:#f3fef7}.toggle-password{position:absolute;right:10px;background:transparent;border:none;cursor:pointer;color:#21b77b;display:flex;align-items:center;justify-content:center}.has-error{border-color:#ef4444!important}.error-text{font-size:13px;color:#e64545;margin-top:3px}.login-btn{width:100%;padding:13px 0;border:none;border-radius:12px;background:linear-gradient(90deg,#21b77b,#14be9a);color:#fff;font-weight:700;font-size:1.05rem;cursor:pointer;transition:background .15s}.login-btn:hover{background:linear-gradient(90deg,#19a76d,#13b388)}.login-success,.login-error{text-align:center;font-weight:600;padding:8px 0;border-radius:8px;margin-top:6px}.login-success{background:#e2fee4;color:#198b51}.login-error{background:#ffe4e1;color:#e64545}.login-already{text-align:center;font-size:14.5px;color:#5a6e63;margin-top:12px}.login-already a{color:#21b77b;font-weight:600;text-decoration:underline;transition:color .15s}.login-already a:hover{color:#158858}@media(max-width:600px){.login-card{padding:20vw 5vw 10vw;border-radius:14px}.login-title{font-size:1.6rem;line-height:1.3}.login-desc{font-size:.95rem;line-height:1.45}}button{font-family:inherit;border:none;cursor:pointer;border-radius:12px;transition:all .25s ease}.primary{background:var(--color-green);color:#fff;padding:14px 26px;font-weight:600}.primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #16a34a59}.secondary{background:#fff;border:2px solid var(--color-blue);color:var(--color-blue);padding:12px 24px}.secondary:hover{transform:translateY(-3px);background:var(--color-blue-soft);box-shadow:0 10px 25px #2563eb26}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.device-card{animation:float 6s ease-in-out infinite}
