*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:url(/imgs/bg11.jpg) 50% fixed;background-size:cover;background-color:#0a0a0a;color:#fff;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.8));pointer-events:none;z-index:-1}a{color:#7289da;text-decoration:none;transition:color .2s}a:hover{color:#9badf9}.container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1}.header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.header h1{font-size:1.5rem;font-weight:600}.header h1 a{color:#fff;display:flex;align-items:center;gap:.75rem}.header h1 a:hover{color:#7289da}.nav{display:flex;gap:1.5rem}.nav a{color:hsla(0,0%,100%,.7);font-size:.9rem}.nav a.active,.nav a:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-primary{background:#7289da;color:#fff}.btn-primary:hover{background:#5b6eae}.btn-secondary{background:hsla(0,0%,100%,.1);color:#fff}.btn-secondary:hover{background:hsla(0,0%,100%,.2)}.btn-success{background:#43b581;color:#fff}.btn-success:hover{background:#3a8a6d}.btn-danger{background:#f04747;color:#fff}.btn-danger:hover{background:#d93b3b}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.hero{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:3rem 2rem;text-align:center;margin-bottom:2rem}.hero h2{font-size:2rem;margin-bottom:.75rem}.hero p{color:hsla(0,0%,100%,.7);font-size:1.1rem}.login-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:linear-gradient(135deg,#7289da,#5b6eae);color:#fff;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(114,137,218,.4)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:1.5rem;transition:all .2s;text-decoration:none;display:block;color:inherit}.card:hover{transform:translateY(-4px);border-color:rgba(114,137,218,.5);box-shadow:0 8px 25px rgba(0,0,0,.3)}.card h3{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.card p{color:hsla(0,0%,100%,.6);font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:hsla(0,0%,100%,.7);font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:#fff;font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#7289da}.form-group input:disabled{opacity:.6;cursor:not-allowed}table{width:100%;border-collapse:collapse;background:rgba(0,0,0,.3);border-radius:8px;overflow:hidden}td,th{padding:1rem;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}th{background:rgba(0,0,0,.3);color:hsla(0,0%,100%,.7);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}td{color:hsla(0,0%,100%,.9)}.badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge-success{background:rgba(67,181,129,.2);color:#43b581}.badge-warning{background:rgba(250,202,26,.2);color:#faca1a}.badge-error{background:rgba(240,71,71,.2);color:#f04747}.badge-info{background:rgba(114,137,218,.2);color:#7289da}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem}.alert-success{background:rgba(67,181,129,.2);border:1px solid rgba(67,181,129,.3);color:#43b581}.alert-error{background:rgba(240,71,71,.2);border:1px solid rgba(240,71,71,.3);color:#f04747}.alert-warning{background:rgba(250,202,26,.2);border:1px solid rgba(250,202,26,.3);color:#faca1a}.empty-state{text-align:center;padding:3rem;color:hsla(0,0%,100%,.5)}.empty-state h3{color:hsla(0,0%,100%,.7);margin-bottom:.5rem}.product-card{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden;transition:all .2s}.product-card:hover{transform:translateY(-4px);border-color:rgba(114,137,218,.5);box-shadow:0 8px 25px rgba(0,0,0,.3)}.product-card-image{width:100%;height:180px;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;font-size:3rem}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:1.5rem}.product-card-title{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.product-card-description{color:hsla(0,0%,100%,.6);font-size:.9rem;margin-bottom:1rem}.product-card-footer{display:flex;justify-content:space-between;align-items:center}.product-card-price{font-size:1.25rem;font-weight:700;color:#7289da}.product-card-role{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.25rem .75rem;background:rgba(88,101,242,.2);border-radius:20px;font-size:.75rem;color:#5865f2}.cart-item{gap:1rem;padding:1rem;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}.cart-item,.cart-item-image{display:flex;align-items:center;border-radius:8px}.cart-item-image{width:80px;height:80px;background:rgba(0,0,0,.3);justify-content:center;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1 1}.cart-item-details h3{font-size:1rem;margin-bottom:.25rem}.cart-item-price{color:#7289da;font-weight:600}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;background:rgba(0,0,0,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-btn:hover:not(:disabled){background:hsla(0,0%,100%,.1)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity{min-width:30px;text-align:center}.remove-btn{background:none;border:none;color:#f04747;cursor:pointer;font-size:1.25rem;padding:.5rem}.cart-summary{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;height:-moz-fit-content;height:fit-content}.cart-summary h3{margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.summary-row.discount,.summary-row.gift-card{color:#43b581}.remove-discount{background:none;border:none;color:hsla(0,0%,100%,.5);cursor:pointer;margin-left:.5rem}.summary-row.total{font-size:1.25rem;font-weight:700;border-bottom:none;padding-top:1rem}.code-input{display:flex;gap:.5rem;margin-top:1rem}.code-input input{flex:1 1}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:hsla(0,0%,100%,.5)}.spinner{width:40px;height:40px;border:3px solid hsla(0,0%,100%,.1);border-top-color:#7289da;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:hsla(0,0%,100%,.6)}.text-success{color:#43b581}.text-error{color:#f04747}.text-accent{color:#7289da}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.section-header{justify-content:space-between;align-items:center}.filters,.section-header{display:flex;margin-bottom:2rem}.filters{gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:20px;background:rgba(0,0,0,.3);color:hsla(0,0%,100%,.7);cursor:pointer;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:#7289da;border-color:#7289da;color:#fff}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem}.page-header p{color:hsla(0,0%,100%,.6)}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:.5rem;overflow-x:auto}.tabs a{padding:.5rem 1rem;border-radius:6px;color:hsla(0,0%,100%,.6);white-space:nowrap}.tabs a.active{background:#7289da;color:#fff}.tabs a:hover:not(.active){background:hsla(0,0%,100%,.1)}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:70px}.navbar-brand{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none}.navbar-brand:hover{color:#7289da}.navbar-links{display:flex;gap:2rem}.nav-link{color:hsla(0,0%,100%,.7);font-weight:500;text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:.5rem}.nav-link.active,.nav-link:hover{color:#fff}.cart-badge{background:#7289da;color:#fff;font-size:.75rem;padding:.125rem .5rem;border-radius:10px}.navbar-actions{gap:1rem}.navbar-actions,.user-menu{display:flex;align-items:center}.user-menu{gap:.75rem}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-name{font-weight:500}@media (max-width:768px){.navbar-links{display:none}}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.navbar-brand{font-size:1.25rem;font-weight:700}.navbar-brand a{color:#fff;text-decoration:none}.navbar-brand a:hover{color:#7289da}.navbar .nav{display:flex;align-items:center;gap:1.5rem}.navbar .nav a{color:hsla(0,0%,100%,.7)}.navbar .nav a.active,.navbar .nav a:hover{color:#fff}.user-dropdown-wrapper{position:relative}.user-dropdown-btn{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;padding:.5rem .75rem;color:#fff;cursor:pointer;font-size:.9rem}.user-dropdown-btn:hover{background:hsla(0,0%,100%,.15)}.user-avatar-small{width:24px;height:24px;border-radius:50%}.dropdown-arrow{font-size:.65rem;margin-left:.25rem}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden;min-width:180px;z-index:1000}.user-dropdown a{display:block;padding:.75rem 1rem;color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.9rem;border:none;background:none;text-align:left;width:100%;cursor:pointer}.user-dropdown a:hover{background:hsla(0,0%,100%,.1);color:#fff}.logout-btn{display:block;width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;color:#f04747;font-size:.9rem;cursor:pointer}.logout-btn:hover{background:rgba(240,71,71,.1)}