:root{--bg-color: #0f172a;--text-main: #f8fafc;--text-muted: #94a3b8;--primary: #38bdf8;--secondary: #818cf8;--accent: #c084fc;--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(255, 255, 255, .1);--font-main: "Inter", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-main);min-height:100vh;overflow-x:hidden;background-image:radial-gradient(circle at 10% 20%,rgba(56,189,248,.15) 0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(192,132,252,.15) 0%,transparent 20%)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}h1{font-size:4rem;font-weight:800;line-height:1.1;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;letter-spacing:-.02em}h2{font-size:2.5rem;margin-bottom:1.5rem}p{line-height:1.7;color:var(--text-muted);font-size:1.125rem;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;box-shadow:0 0 20px #38bdf84d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #38bdf880}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.logo{font-weight:700;font-size:1.5rem;color:#fff}.hero{padding:5rem 0;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.hero{grid-template-columns:1fr;text-align:center}h1{font-size:2.5rem}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.1);margin-bottom:3rem}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#ffffffb3;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.nav-link:hover{color:#fff;background:#ffffff0d}.nav-link.active{color:var(--primary);background:#38bdf81a}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50%;height:2px;background:var(--primary);border-radius:2px}.nav-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.nav-btn-primary{background:var(--primary);padding:.5rem 1.5rem!important;border-radius:2rem;color:#fff!important}.nav-btn-primary:hover{background:#38bdf8cc}@media(max-width:768px){.navbar{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.home-page{width:100%}.hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:60vh}.hero h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,white,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.2rem;color:#fffc;margin-bottom:2rem;line-height:1.6}@media(max-width:968px){.hero{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.5rem}}.products-page{max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:3rem}.products-header h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-header p{font-size:1.2rem;color:#ffffffb3}.category-filter{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.category-btn{padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:2rem;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:500}.category-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.category-btn.active{background:#38bdf833;border-color:var(--primary);color:var(--primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.product-card{padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-header{display:flex;justify-content:space-between;align-items:center}.product-header h3{font-size:1.5rem;margin:0}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary)}.product-description{color:#ffffffb3;line-height:1.6}.product-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.product-features li{display:flex;align-items:center;gap:.5rem;color:#fffc}.checkmark{color:var(--primary);font-weight:700;font-size:1.2rem}@media(max-width:768px){.products-header h1{font-size:2rem}.products-grid{grid-template-columns:1fr}}.about-page{max-width:1200px;margin:0 auto}.about-hero{text-align:center;padding:4rem 2rem;margin-bottom:3rem}.about-hero h1{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:#ffffffb3;max-width:600px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{text-align:center;padding:2rem}.stat-value{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.stat-label{font-size:1rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.mission-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.mission-section .glass-card{padding:2.5rem}.mission-section h2{color:var(--primary);margin-bottom:1rem;font-size:1.8rem}.mission-section p{color:#fffc;line-height:1.8}.team-section{margin-bottom:4rem}.team-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.team-card{text-align:center;padding:2rem;transition:transform .3s ease}.team-card:hover{transform:translateY(-5px)}.team-avatar{font-size:4rem;margin-bottom:1rem}.team-card h3{margin-bottom:.5rem;font-size:1.3rem}.team-card p{color:var(--primary);font-size:.9rem}.values-section{padding:3rem;margin-bottom:3rem}.values-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item{text-align:center}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h3{color:var(--primary);margin-bottom:.75rem;font-size:1.3rem}.value-item p{color:#ffffffb3;line-height:1.6}@media(max-width:768px){.about-hero h1{font-size:2.5rem}.stats-grid,.team-grid,.values-grid{grid-template-columns:1fr}}.contact-page{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-header p{font-size:1.2rem;color:#ffffffb3}.contact-container{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;margin-bottom:3rem}.contact-info,.contact-form-container{padding:2.5rem}.contact-info h2,.contact-form-container h2{margin-bottom:2rem;color:var(--primary)}.info-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0}.info-content{flex:1}.info-label{font-size:.9rem;color:#fff9;margin-bottom:.25rem}.info-value{color:#fff;font-weight:500}.social-links h3{margin-bottom:1rem;font-size:1.2rem}.social-icons{display:flex;gap:1rem}.social-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:50%;font-size:1.5rem;text-decoration:none;transition:all .3s ease}.social-icon:hover{background:#38bdf833;transform:translateY(-3px)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#ffffffe6;font-weight:500}.form-group input,.form-group textarea{padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:#ffffff14}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}@media(max-width:968px){.contact-container{grid-template-columns:1fr}.contact-header h1{font-size:2rem}}.auth-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.auth-container{width:100%;max-width:450px;padding:3rem}.auth-container h1{text-align:center;margin-bottom:.5rem;font-size:2rem;background:linear-gradient(135deg,white,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{text-align:center;color:#ffffffb3;margin-bottom:2rem}.error-message{padding:1rem;background:#ef444433;border:1px solid rgba(239,68,68,.5);border-radius:.5rem;color:#ef4444;margin-bottom:1.5rem;text-align:center}.success-message{padding:1rem;background:#22c55e33;border:1px solid rgba(34,197,94,.5);border-radius:.5rem;color:#22c55e;margin-bottom:1.5rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:var(--primary);background:#ffffff14}.form-group input::placeholder{color:#fff6}.form-group input:disabled{opacity:.5;cursor:not-allowed}.auth-form .btn{margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600}.auth-footer{margin-top:2rem;text-align:center;color:#ffffffb3}.auth-footer a{color:var(--primary);text-decoration:none;font-weight:600;transition:opacity .2s ease}.auth-footer a:hover{opacity:.8}@media(max-width:768px){.auth-container{padding:2rem}.auth-container h1{font-size:1.75rem}}.dashboard-page{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:60vh;color:#fff;font-size:1.2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;background:linear-gradient(135deg,white,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card h2{margin-top:0;margin-bottom:1.5rem;color:var(--primary);font-size:1.3rem}.profile-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.info-label{color:#fff9;font-weight:500}.info-value{color:#fff;font-weight:600}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#ffffffe6;font-weight:500;font-size:.875rem}.form-group input{padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:var(--primary)}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.stats-list{display:flex;flex-direction:column;gap:1.5rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:.5rem}.stat-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#38bdf81a;border-radius:.5rem}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#fff9;margin-bottom:.25rem}.stat-value{font-size:1.1rem;font-weight:600;color:#fff}@media(max-width:968px){.dashboard-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}}.full-width{grid-column:1 / -1}.no-data{color:#ffffff80;text-align:center;padding:2rem;font-style:italic}.order-list{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;color:#fff}.data-table th,.data-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.data-table th{font-weight:600;color:var(--primary);background:#ffffff05}.data-table tr:hover{background:#ffffff05}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.2)}.status-badge.completed{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.status-badge.cancelled{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.btn-sm{padding:.4rem .8rem;font-size:.8rem}
