@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 28px;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-size:14px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.btn-secondary{background:#e2e8f0;color:#475569}.btn-secondary:hover{background:#cbd5e1}.btn-white{background:#fff;color:#667eea}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.btn-outline{background:transparent;border:2px solid white;color:#fff}.btn-outline:hover{background:#fff;color:#667eea}.header{background:#fff;box-shadow:0 1px 3px #0000001a;padding:15px 0;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.nav-links{display:flex;gap:30px;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s}.nav-links a:hover{color:#667eea}.hero{padding:100px 0;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative}.hero-content{position:relative;z-index:1}.hero h1{font-size:52px;font-weight:800;margin-bottom:20px;line-height:1.2}.hero p{font-size:20px;opacity:.9;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.features-section{padding:80px 0;background:#fff}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:15px}.section-title p{color:#64748b;font-size:18px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card{text-align:center;padding:40px 30px;border-radius:16px;background:#f8fafc;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:30px}.feature-card h3{font-size:20px;font-weight:600;margin-bottom:10px;color:#1e293b}.feature-card p{color:#64748b;font-size:14px;line-height:1.7}.stats-section{padding:60px 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.stat-item h3{font-size:42px;font-weight:800;margin-bottom:5px}.stat-item p{color:#94a3b8;font-size:14px}.products-section{padding:80px 0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #00000026}.product-image{width:100%;height:200px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.product-info{padding:25px}.product-title{font-size:18px;font-weight:600;margin-bottom:10px;color:#1e293b}.product-description{color:#64748b;font-size:14px;margin-bottom:20px;line-height:1.6}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:28px;font-weight:700;color:#667eea}.cta-section{padding:80px 0;background:#f8fafc;text-align:center}.cta-section h2{font-size:36px;font-weight:700;margin-bottom:15px;color:#1e293b}.cta-section p{color:#64748b;font-size:18px;margin-bottom:30px}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d}.empty-state-icon{font-size:60px;margin-bottom:20px}.empty-state h3{font-size:24px;font-weight:600;margin-bottom:10px;color:#1e293b}.empty-state p{color:#64748b;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-container{max-width:420px;margin:60px auto;padding:40px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a}.auth-container h2{text-align:center;margin-bottom:30px;color:#1e293b;font-size:28px}.dashboard-container{padding:40px 0}.dashboard-header{margin-bottom:30px}.dashboard-header h1{font-size:28px;color:#1e293b}.orders-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.orders-table th,.orders-table td{padding:15px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.orders-table th{background:#f8fafc;font-weight:600;color:#374151}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.status-completed{background:#d1fae5;color:#065f46}.status-pending{background:#fef3c7;color:#92400e}.status-failed{background:#fee2e2;color:#991b1b}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:260px;background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;padding:25px}.admin-sidebar .logo{color:#fff;-webkit-text-fill-color:white;margin-bottom:40px;display:block;font-size:22px}.admin-nav{list-style:none}.admin-nav li{margin-bottom:5px}.admin-nav a{display:block;padding:12px 15px;color:#94a3b8;text-decoration:none;border-radius:8px;transition:all .3s}.admin-nav a:hover,.admin-nav a.active{background:#ffffff1a;color:#fff}.admin-content{flex:1;padding:30px;background:#f1f5f9}.stat-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 4px #0000000d}.stat-card h3{color:#64748b;font-size:14px;font-weight:500;margin-bottom:10px}.stat-card .value{font-size:32px;font-weight:700;color:#1e293b}.alert{padding:15px 20px;border-radius:8px;margin-bottom:20px}.alert-success{background:#d1fae5;color:#065f46}.alert-error{background:#fee2e2;color:#991b1b}.footer{background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;padding:50px 0 30px}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:25px;list-style:none}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}@media(max-width:992px){.features-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero h1{font-size:36px}.hero-buttons{flex-direction:column;align-items:center}.nav-links{display:none}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.admin-layout{flex-direction:column}.admin-sidebar{width:100%}.footer-content{flex-direction:column;gap:20px;text-align:center}}
