*,:before,:after{box-sizing:border-box}:root{color:#222;-webkit-font-smoothing:antialiased;background:#f8f8f8;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}body{background:#f8f8f8;margin:0}#root{min-height:100vh}h1,h2,h3,h4{color:#111;line-height:1.2}a{color:inherit}img{max-width:100%}button{font-family:inherit}.navbar{color:#fff;z-index:100;background:#1a1a2e;align-items:center;gap:2rem;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000004d}.navbar-brand{color:#e94560;margin-right:auto;font-size:1.4rem;font-weight:700;text-decoration:none}.navbar-links{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:#ccc;font-size:.95rem;text-decoration:none;transition:color .2s}.navbar-links a:hover,.navbar-links a.active{color:#e94560}.navbar-auth{gap:.75rem;display:flex}.btn-outline{color:#e94560;border:1px solid #e94560;border-radius:6px;padding:.4rem 1rem;font-size:.9rem;text-decoration:none;transition:background .2s}.btn-outline:hover{background:#e945601a}.btn-primary{color:#fff;background:#e94560;border-radius:6px;padding:.4rem 1rem;font-size:.9rem;text-decoration:none;transition:background .2s}.btn-primary:hover{background:#c73652}.footer{color:#aaa;background:#1a1a2e;margin-top:auto;padding:2rem}.footer-inner{flex-direction:column;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;display:flex}.footer-brand{color:#e94560;margin:0;font-size:1.2rem;font-weight:700}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#aaa;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#e94560}.footer-copy{margin:0;font-size:.8rem}.layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.spinner-wrap{justify-content:center;align-items:center;padding:4rem 0;display:flex}.spinner{border:4px solid #e0e0e0;border-top-color:#e94560;border-radius:50%;width:42px;height:42px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-radius:12px;margin-bottom:3rem;padding:4rem 1rem}.hero h1{margin-bottom:1rem;font-size:2.8rem}.accent{color:#e94560}.hero p{color:#ccc;max-width:560px;margin:0 auto 2rem;font-size:1.1rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-btn{border-radius:8px;padding:.75rem 1.75rem;font-size:1rem;text-decoration:none;transition:opacity .2s}.cta-btn.primary{color:#fff;background:#e94560}.cta-btn.outline{color:#e94560;border:2px solid #e94560}.cta-btn:hover{opacity:.85}.home-section{margin-bottom:3rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h2{margin:0}.section-header a{color:#e94560;font-size:.95rem;text-decoration:none}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.card{color:inherit;background:#fff;border:1px solid #eee;border-radius:10px;padding:1.5rem;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block}.card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.card-meta{text-transform:uppercase;color:#e94560;letter-spacing:.05em;margin-bottom:.5rem;font-size:.78rem;font-weight:600}.card h3{margin:0 0 .5rem;font-size:1.1rem}.card p{color:#666;margin:0 0 1rem;font-size:.9rem}.card-date{color:#999;font-size:.8rem}.product-price{color:#e94560;font-size:1.1rem;font-weight:700}.about h1{margin-bottom:1rem;font-size:2rem}.about-lead{color:#444;max-width:680px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.about h2{margin:2rem 0 1rem}.stack-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stack-card{background:#f9f9f9;border:1px solid #eee;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.stack-icon{font-size:1.6rem}.stack-label{text-transform:uppercase;color:#999;letter-spacing:.05em;font-size:.75rem}.stack-tech{font-size:.95rem;font-weight:600}.app-list{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.app-list li{background:#f9f9f9;border-left:3px solid #e94560;border-radius:4px;padding:.6rem 1rem;font-size:.95rem}.blog h1{margin-bottom:1.5rem}.blog-layout{grid-template-columns:200px 1fr;gap:2rem;display:grid}@media (width<=640px){.blog-layout{grid-template-columns:1fr}}.blog-sidebar h3{text-transform:uppercase;color:#999;margin-bottom:.75rem;font-size:.9rem}.blog-sidebar ul{margin:0;padding:0;list-style:none}.blog-sidebar li{margin-bottom:.4rem}.blog-sidebar button{cursor:pointer;color:#555;text-align:left;background:0 0;border:none;width:100%;padding:.3rem 0;font-size:.9rem;transition:color .2s}.blog-sidebar button:hover,.blog-sidebar button.active{color:#e94560;font-weight:600}.post-count{color:#999;margin-bottom:1rem;font-size:.85rem}.post-card{color:inherit;border:1px solid #eee;border-radius:10px;margin-bottom:1.25rem;padding:1.5rem;text-decoration:none;transition:box-shadow .2s;display:block}.post-card:hover{box-shadow:0 4px 16px #00000014}.post-card-meta{gap:1rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.post-cat{color:#e94560;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.post-date{color:#999}.post-card h2{margin:0 0 .5rem;font-size:1.2rem}.post-card p{color:#666;margin:0 0 .75rem;font-size:.9rem}.post-author{color:#aaa;font-size:.82rem}.blog-detail{max-width:720px;margin:0 auto}.detail-cat{color:#e94560;text-transform:uppercase;letter-spacing:.06em;background:#ffe5ea;border-radius:4px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.blog-detail h1{margin-bottom:.75rem;font-size:2rem}.detail-meta{color:#999;gap:1.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.cover-img{object-fit:cover;border-radius:10px;width:100%;max-height:400px;margin-bottom:1.5rem}.detail-content p{color:#333;margin-bottom:1rem;line-height:1.8}.products h1{margin-bottom:1rem}.search-form{gap:.5rem;max-width:480px;margin-bottom:1.5rem;display:flex}.search-form input{border:1px solid #ddd;border-radius:6px;flex:1;padding:.6rem 1rem;font-size:.95rem}.search-form button{color:#fff;cursor:pointer;background:#e94560;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.95rem}.products-layout{grid-template-columns:200px 1fr;gap:2rem;display:grid}@media (width<=640px){.products-layout{grid-template-columns:1fr}}.products-sidebar h3{text-transform:uppercase;color:#999;margin-bottom:.75rem;font-size:.9rem}.products-sidebar ul{margin:0;padding:0;list-style:none}.products-sidebar li{margin-bottom:.4rem}.products-sidebar button{cursor:pointer;color:#555;text-align:left;background:0 0;border:none;width:100%;padding:.3rem 0;font-size:.9rem;transition:color .2s}.products-sidebar button:hover,.products-sidebar button.active{color:#e94560;font-weight:600}.product-count{color:#999;margin-bottom:1rem;font-size:.85rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.product-card{color:inherit;background:#fff;border:1px solid #eee;border-radius:10px;flex-direction:column;padding:1.25rem;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.product-cat{text-transform:uppercase;color:#e94560;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.product-card h3{margin:0 0 .5rem;font-size:1rem}.product-card p{color:#666;flex:1;margin:0 0 1rem;font-size:.88rem}.product-footer{justify-content:space-between;align-items:center;display:flex}.price{color:#e94560;font-size:1.1rem;font-weight:700}.stock{color:#888;font-size:.78rem}.product-detail{max-width:900px;margin:0 auto}.back-link{color:#e94560;margin-bottom:1.5rem;font-size:.9rem;text-decoration:none;display:inline-block}.product-detail-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (width<=640px){.product-detail-grid{grid-template-columns:1fr}}.product-image-wrap img{object-fit:cover;border-radius:10px;width:100%}.product-placeholder{color:#aaa;background:#f0f0f0;border-radius:10px;justify-content:center;align-items:center;height:300px;font-size:1rem;display:flex}.detail-cat{color:#e94560;text-transform:uppercase;background:#ffe5ea;border-radius:4px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.product-info h1{margin:0 0 .5rem;font-size:1.8rem}.detail-price{color:#e94560;margin-bottom:1rem;font-size:2rem;font-weight:700}.detail-desc{color:#555;margin-bottom:1.25rem;line-height:1.7}.stock-badge{margin-bottom:1.25rem}.in-stock{color:#27ae60;font-size:.9rem;font-weight:600}.out-stock{color:#c0392b;font-size:.9rem;font-weight:600}.add-to-cart{color:#fff;cursor:pointer;background:#e94560;border:none;border-radius:8px;width:100%;padding:.9rem;font-size:1rem;transition:background .2s}.add-to-cart:hover:not(:disabled){background:#c73652}.add-to-cart:disabled{cursor:not-allowed;background:#ccc}.error-msg{color:#c0392b;padding:2rem 0}.error-msg a{color:#e94560}.contact-header{margin-bottom:2rem}.contact-header h1{margin-bottom:.5rem}.contact-header p{color:#666}.contact-grid{grid-template-columns:1fr 340px;gap:3rem;display:grid}@media (width<=720px){.contact-grid{grid-template-columns:1fr}}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;padding:.65rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#e94560;outline:none}.contact-form button{color:#fff;cursor:pointer;background:#e94560;border:none;border-radius:8px;padding:.85rem;font-size:1rem;transition:background .2s}.contact-form button:hover:not(:disabled){background:#c73652}.contact-form button:disabled{cursor:not-allowed;background:#ccc}.contact-info{background:#f9f9f9;border-radius:10px;padding:1.5rem}.contact-info h3{margin-bottom:.75rem}.contact-info p{color:#666;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.info-item{flex-direction:column;margin-bottom:.75rem;display:flex}.info-item strong{color:#333;font-size:.85rem}.info-item span{color:#e94560;font-size:.9rem}.auth-page{justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex}.auth-card{background:#fff;border:1px solid #eee;border-radius:12px;width:100%;max-width:440px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0000000f}.auth-card h1{margin-bottom:.25rem;font-size:1.75rem}.auth-sub{color:#888;margin-bottom:1.75rem;font-size:.9rem}.auth-form{flex-direction:column;gap:1.1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:#333;font-size:.88rem;font-weight:600}.form-group input{border:1px solid #ddd;border-radius:6px;padding:.65rem .9rem;font-size:.95rem;transition:border-color .2s}.form-group input:focus{border-color:#e94560;outline:none}.auth-form button{color:#fff;cursor:pointer;background:#e94560;border:none;border-radius:8px;margin-top:.5rem;padding:.85rem;font-size:1rem;transition:background .2s}.auth-form button:hover:not(:disabled){background:#c73652}.auth-form button:disabled{cursor:not-allowed;background:#ccc}.form-feedback{border-radius:6px;padding:.7rem .9rem;font-size:.88rem}.form-feedback.success{color:#2e7d32;background:#e8f5e9}.form-feedback.error{color:#c62828;background:#fdecea}.auth-footer{text-align:center;color:#666;margin-top:1.25rem;font-size:.9rem}.auth-footer a{color:#e94560;text-decoration:none}.dashboard h1{margin-bottom:1.75rem}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:10px;padding:1.25rem;box-shadow:0 2px 8px #0000000a}.stat-value{color:#e94560;font-size:2rem;font-weight:700}.stat-label{color:#888;margin-top:.25rem;font-size:.85rem}.stat-link{color:#e94560;margin-top:.5rem;font-size:.78rem;text-decoration:none;display:block}.activity-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.activity-section{background:#fff;border:1px solid #eee;border-radius:10px;padding:1.5rem}.activity-section h2{color:#333;margin-bottom:1rem;font-size:1rem}.activity-section ul{margin:0;padding:0;list-style:none}.activity-section li{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;display:flex}.activity-section li:last-child{border-bottom:none}.activity-section a{color:#333;text-decoration:none}.activity-section a:hover{color:#e94560}.activity-section span{color:#aaa;font-size:.82rem}.msg-name{color:#333!important;font-size:.9rem!important}.msg-status{text-transform:capitalize;border-radius:4px;padding:.2rem .5rem;font-weight:600;font-size:.75rem!important}.msg-status.new{color:#e94560;background:#ffe5ea}.msg-status.read{color:#2e7d32;background:#e8f5e9}.msg-status.replied{color:#1565c0;background:#e3f2fd}
