:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #333333;--font-main: "Inconsolata", monospace;--font-mono: "Inconsolata", monospace}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit;color:inherit}.font-mono{font-family:var(--font-mono)}.uppercase{text-transform:uppercase}.container{max-width:1400px;margin:0 auto;padding:0 20px}::-webkit-scrollbar{display:none}html,body{-ms-overflow-style:none;scrollbar-width:none}::selection{background:#fff;color:#000}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99999;transition:opacity .5s ease-out,visibility .5s ease-out}.loading-screen p{font-family:var(--font-mono);font-size:1rem;letter-spacing:.2rem;text-transform:uppercase;color:#fff}.loading-bar-container{width:200px;height:2px;background:#333;margin-top:2rem;overflow:hidden;position:relative}.loading-bar-fill{height:100%;background:#fff;width:0%;transition:width .1s linear}.loading-content-wrapper{height:300px;width:100%;display:flex;justify-content:center;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out forwards}.loading-screen.loaded{opacity:0;visibility:hidden;pointer-events:none}.auth-gate-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-gate-card{background:#000;border:none;padding:3rem;max-width:400px;width:90%;text-align:center;font-family:var(--font-mono)}.auth-gate-logo{margin-bottom:2rem}.auth-gate-logo img{max-width:200px;height:auto}.auth-gate-card h2{font-size:1rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;color:#fff}.auth-gate-card p{font-size:.8rem;color:#666;margin-bottom:1.5rem}.auth-gate-error{background:#ff00001a;border:1px solid #ff4444;color:#f44;padding:.75rem;margin-bottom:1rem;font-size:.8rem}.auth-gate-form{display:flex;flex-direction:column;gap:1rem}.auth-gate-form input{background:transparent;border:none;border-bottom:1px solid #444;padding:1rem;color:#fff;font-family:var(--font-mono);font-size:1rem;text-align:center;letter-spacing:.5em;outline:none}.auth-gate-form input:focus{border-bottom-color:#fff}.auth-gate-form input::placeholder{letter-spacing:.1em;color:#555}.auth-gate-form button{background:#fff;color:#000;border:1px solid #fff;padding:1rem;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s}.auth-gate-form button:hover{background:#000;color:#fff}.filter-menu{position:absolute;top:1.5rem;right:2rem;display:flex;flex-direction:row;gap:2rem;z-index:10}.filter-item{font-family:var(--font-mono);cursor:pointer;opacity:.5;transition:all .2s;text-transform:uppercase;font-size:.9rem;color:#fff}.filter-item:hover,.filter-item.active{opacity:1;color:#fff}@media(max-width:900px){.filter-menu{display:none}}.product-card{transition:opacity .3s ease}.product-card.dimmed{opacity:.1;pointer-events:none}.navbar{position:fixed;top:0;width:100%;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-brand{font-size:1.25rem;font-weight:700;letter-spacing:-.05em;font-family:var(--font-mono)}.nav-links{display:flex;gap:2rem}.nav-link{font-family:var(--font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;opacity:.7;transition:opacity .3s}.nav-link:hover,.sidebar-nav .nav-link:hover{opacity:1;text-decoration:line-through}.nav-cart{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.1em}.hero{min-height:80vh;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;border-bottom:1px solid #333}.hero-meta{font-family:var(--font-mono);color:#666;margin-bottom:2rem;font-size:.9rem}.hero-title{font-size:clamp(3rem,8vw,6rem);line-height:.9;font-weight:900;text-transform:uppercase;margin-bottom:2rem;letter-spacing:-.02em}.hero-actions{display:flex;gap:1rem}.btn-retro{background:#fff;color:#000;padding:10px 20px;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;border:1px solid #fff;transition:all .2s}.btn-retro:hover{background:#000;color:#fff}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.popup-window{background:#000;border:2px solid;border-color:#fff #808080 #808080 #fff;padding:3px;width:100%;max-width:600px;box-shadow:none;position:relative;display:flex;flex-direction:column}.popup-header{background:#fff;color:#000;padding:4px 8px;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.close-btn{background:silver;color:#000;border:1px solid;border-color:#fff #000 #000 #fff;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;font-size:14px}.close-btn:active{border-color:#000 #fff #fff #000;background:#a0a0a0}.popup-content{padding:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1}.popup-image-container{background:transparent;padding:2rem;border:none;width:100%;display:flex;justify-content:center;min-height:300px}.popup-image{max-height:300px;width:auto;object-fit:contain}.popup-details{text-align:center;font-family:var(--font-mono);width:100%}.popup-title{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.popup-footer{border-top:1px solid #333;padding:1rem;text-align:center;font-family:var(--font-mono);font-size:.8rem;color:#666;width:100%;margin-top:auto}.cart-icon{position:fixed;bottom:2rem;right:2rem;z-index:1000;cursor:pointer;transition:transform .2s}.cart-icon:hover{transform:scale(1.1)}.cart-badge{position:absolute;top:-8px;right:-8px;background:#fff;color:#000;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;font-family:var(--font-mono)}.add-to-cart-btn{background:#fff;color:#000;padding:.75rem 1.5rem;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;border:1px solid #fff;cursor:pointer;transition:all .2s;font-size:.9rem}.add-to-cart-btn:hover{background:#000;color:#fff}.add-to-cart-btn.added{background:#4ade80;border-color:#4ade80;color:#000}.gallery-section{padding:4rem 2rem}@media(min-width:900px){.main-content .gallery-grid{display:grid;grid-template-columns:repeat(6,1fr)!important;gap:4rem 1.5rem}}.product-card{border:none;padding:0;cursor:pointer;transition:all .2s;background:transparent;display:flex;flex-direction:column;align-items:center}.product-card:hover{border-color:transparent;background:transparent;transform:translateY(-5px)}.product-img-wrapper{aspect-ratio:1 / 1;width:100%;background:transparent;display:flex;justify-content:center;align-items:center;margin-bottom:.5rem;overflow:hidden}.product-img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-img{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;align-items:center;width:100%;font-family:var(--font-mono);gap:.5rem}.product-name{font-size:.9rem;font-weight:400;text-transform:uppercase;text-align:center}.product-price{display:none}.newsletter{padding:6rem 2rem;border-top:1px solid #333;border-bottom:1px solid #333;text-align:center}.newsletter-content{max-width:500px;margin:0 auto}.newsletter-title{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:.25rem;font-family:var(--font-mono)}.newsletter-form{display:flex;gap:1rem;margin-top:.25rem}.newsletter-input{flex:1;background:transparent;border:1px solid #333;padding:1rem;color:#fff;font-family:var(--font-mono);outline:none}.newsletter-input:focus{border-color:#fff}.btn-submit{background:#fff;color:#000;border:1px solid #fff;padding:0 2rem;font-weight:700;text-transform:uppercase;font-family:var(--font-mono)}.btn-submit:hover{background:#ccc;border-color:#ccc}.story-section{padding:8rem 2rem;max-width:800px;margin:0 auto}.story-header{font-family:var(--font-mono);font-size:.9rem;color:#666;margin-bottom:2rem;text-transform:uppercase}.story-content{font-size:1.5rem;line-height:1.6}.story-content p{margin-bottom:2rem}.footer{padding:4rem 2rem;border-top:1px solid #333;font-family:var(--font-mono);font-size:.8rem;color:#666;display:flex;justify-content:space-between;align-items:flex-end}.footer-links a{margin-right:2rem;text-transform:uppercase}.footer-links a:hover{color:#fff;text-decoration:underline}.intro-section{display:none}.intro-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;width:100%}.logo-chrome,.intro-image{max-width:400px;width:90%;max-height:200px;object-fit:contain}.intro-content p,.intro-text{font-family:var(--font-mono);font-size:1.2rem;letter-spacing:.2rem;color:#fff;text-transform:uppercase;margin:0}.app-container{display:flex;min-height:100vh;background:#000}.sidebar .newsletter{padding:1.5rem;border-top:none;border-bottom:none;text-align:left}.sidebar .newsletter-title{font-size:.9rem;font-weight:400;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#fff}.sidebar p{font-size:.8rem;margin-bottom:.5rem;color:#555;line-height:1.5}.sidebar .newsletter-form{flex-direction:column;gap:.5rem;margin-top:.75rem}.sidebar .btn-submit{width:100%;padding:.5rem 0;border:none;text-align:left;font-size:.9rem}.sidebar .story-section{padding:1.5rem;border-bottom:none}.sidebar .story-content p{margin-bottom:1rem;font-size:.8rem;line-height:1.5;color:#555}.sidebar .hover-scroll{flex:1;overflow-y:auto;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.sidebar .hover-scroll::-webkit-scrollbar{display:none}.sidebar-menu{padding:1.5rem 1.5rem 1rem}.sidebar-menu-link{font-family:var(--font-mono);font-size:.9rem;font-weight:400;text-transform:uppercase;color:#fff;text-decoration:none;transition:color .2s;letter-spacing:.1em}.sidebar-menu-link:hover{color:#888}.sidebar-nav{padding:1rem 1.5rem}.sidebar{width:300px;position:sticky;top:0;left:0;height:100vh;border-right:none;display:flex;flex-direction:column;justify-content:flex-start;background:#000;z-index:50;overflow-y:hidden}.main-content{flex:1;margin-left:0;background:#000;padding-left:2rem;position:relative}.newsletter-input{flex:1;background:transparent;border:none;border-bottom:1px solid #444;padding:.75rem 0;color:#fff;font-family:var(--font-mono);outline:none;font-size:.8rem}.newsletter-input::placeholder{color:#555;font-size:.8rem;opacity:1}.newsletter-input:focus{border-bottom-color:#888}.sidebar .story-header{margin-bottom:1rem;font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:#fff}.sidebar .story-content{font-size:1rem}.sidebar .footer{padding:2rem 1.5rem;border-top:none;flex-direction:column;align-items:flex-start;gap:1rem}.sidebar .footer-links{display:flex;flex-direction:column;gap:.5rem}.sidebar .footer-links a{margin-right:0}.main-content .gallery-section{padding:2rem;min-height:100vh}.main-content .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}@media(max-width:768px){.main-content .gallery-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}@media(max-width:900px){.app-container{flex-direction:column-reverse}.sidebar{width:100%;position:relative;height:auto;border-right:none;border-bottom:none}.main-content{margin-left:0;padding-left:0}.sidebar .newsletter,.sidebar .story-section{padding:3rem 2rem}}.order-page,.success-page,.track-page,.staff-login-page,.dashboard-page{min-height:100vh;background:#000;color:#fff;font-family:var(--font-mono)}.back-link{display:inline-block;margin-bottom:2rem;opacity:.6;transition:opacity .2s;font-size:.9rem}.back-link:hover{opacity:1}.order-container{max-width:600px;margin:0 auto;padding:3rem 2rem}.order-title{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:2rem;letter-spacing:.1em}.page-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.page-header .order-title{margin-bottom:0}.back-icon{color:#888;transition:color .2s;display:flex;align-items:center}.back-icon:hover{color:#fff}.order-error{background:#ef444433;border:1px solid #ef4444;color:#ef4444;padding:1rem;margin-bottom:1.5rem;font-size:.9rem}.order-form{display:flex;flex-direction:column;gap:2rem}.form-section{padding-bottom:2rem}.form-section h2{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;text-transform:uppercase;opacity:.6;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;background:transparent;border:none;border-bottom:1px solid #333;padding:.75rem 0;color:#fff;font-family:var(--font-mono);font-size:1rem;outline:none;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-bottom-color:#fff}.form-group select{cursor:pointer}.form-group select option{background:#000;color:#fff}.form-group textarea{resize:vertical;min-height:80px}.order-summary{background:#ffffff0d;padding:1.5rem;border:1px solid #333}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9rem}.summary-row.total{border-top:1px solid #333;padding-top:.75rem;margin-top:.5rem;margin-bottom:0;font-weight:700;font-size:1.1rem}.submit-btn{width:100%;background:#fff;color:#000;padding:1rem 2rem;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .2s;border:1px solid #fff}.submit-btn:hover:not(:disabled){background:transparent;color:#fff}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #333;background:#000}.cart-item-image{width:60px;height:60px;object-fit:cover}.cart-item-details{flex:1}.cart-item-details h3{font-size:.9rem;margin-bottom:.25rem;text-transform:uppercase}.cart-item-price{font-size:.8rem;color:#888}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:#fff;color:#000;border:1px solid #fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;transition:all .2s}.quantity-btn:hover{background:#000;color:#fff}.cart-item-subtotal{font-weight:700;min-width:120px;text-align:right}.cart-item-remove{background:transparent;border:none;color:#666;cursor:pointer;padding:.5rem;transition:color .2s}.cart-item-remove:hover{color:#fff}.success-container{max-width:500px;margin:0 auto;padding:4rem 2rem;text-align:center}.success-icon{font-size:4rem;margin-bottom:1.5rem}.success-title{font-size:1.75rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.success-message{opacity:.7;margin-bottom:2rem;font-size:.95rem}.order-id-box{background:#ffffff0d;border:1px solid #333;padding:1.5rem;margin-bottom:2rem}.order-id-label{display:block;font-size:.8rem;text-transform:uppercase;opacity:.6;margin-bottom:.5rem}.order-id-value{display:block;font-size:.9rem;font-weight:700;word-break:break-all;margin-bottom:.5rem}.order-id-note{font-size:.75rem;opacity:.5;margin:0}.success-actions{display:flex;flex-direction:column;gap:1rem}.action-btn{display:block;padding:1rem 2rem;text-align:center;text-transform:uppercase;font-weight:700;letter-spacing:.1em;transition:all .2s;font-size:.9rem}.action-btn.primary{background:#fff;color:#000;border:1px solid #fff}.action-btn.primary:hover{background:transparent;color:#fff}.action-btn.secondary{background:transparent;color:#fff;border:1px solid #333}.action-btn.secondary:hover{border-color:#fff}.track-container{max-width:700px;margin:0 auto;padding:3rem 2rem}.track-title{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.track-subtitle{opacity:.6;margin-bottom:2rem;font-size:.9rem}.search-form{display:flex;gap:1rem;margin-bottom:2rem}.search-input{flex:1;background:transparent;border:1px solid #333;padding:1rem;color:#fff;font-family:var(--font-mono);outline:none;transition:border-color .2s}.search-input:focus{border-color:#fff}.search-btn{background:#fff;color:#000;padding:1rem 2rem;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s;border:1px solid #fff}.search-btn:hover:not(:disabled){background:transparent;color:#fff}.track-error{background:#ef444433;border:1px solid #ef4444;color:#ef4444;padding:1rem;margin-bottom:1.5rem;font-size:.9rem}.no-results{text-align:center;padding:3rem;opacity:.6}.order-list{margin-bottom:2rem}.order-list>p{margin-bottom:1rem;opacity:.6;font-size:.9rem}.order-list-item{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #333;margin-bottom:.5rem;background:transparent;color:#fff;cursor:pointer;transition:border-color .2s;font-family:var(--font-mono)}.order-list-item:hover{border-color:#fff}.order-details{border:1px solid #333;padding:1.5rem}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #333}.order-header h2{font-size:1.25rem;font-weight:700}.status-badge{padding:.25rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;border-radius:2px}.status-badge.pending{background:#f59e0b;color:#000}.status-badge.paid{background:#3b82f6;color:#fff}.status-badge.processing{background:#8b5cf6;color:#fff}.status-badge.shipped{background:#06b6d4;color:#000}.status-badge.delivered{background:#10b981;color:#000}.status-timeline{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative}.status-timeline:before{content:"";position:absolute;top:1.5rem;left:2rem;right:2rem;height:2px;background:#333;z-index:0}.timeline-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1}.timeline-icon{width:3rem;height:3rem;border-radius:50%;background:#1a1a1a;border:2px solid #333;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.5rem;transition:all .3s}.timeline-item.completed .timeline-icon{background:#10b981;border-color:#10b981}.timeline-item.current .timeline-icon{border-color:#fff;box-shadow:0 0 0 3px #fff3}.timeline-content{text-align:center}.timeline-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;margin-bottom:.25rem}.timeline-desc{display:none;font-size:.65rem;opacity:.5}@media(min-width:600px){.timeline-desc{display:block}}.order-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.info-card{background:#ffffff08;padding:1rem;border:1px solid #222}.info-card h3{font-size:.7rem;text-transform:uppercase;opacity:.5;margin-bottom:.5rem}.info-card p{font-size:.9rem;margin:0}.info-small{font-size:.75rem!important;opacity:.6;margin-top:.25rem!important}.info-price{font-size:1.1rem!important;font-weight:700}.tracking-history{border-top:1px solid #333;padding-top:1.5rem}.tracking-history h3{font-size:.8rem;text-transform:uppercase;opacity:.6;margin-bottom:1rem}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.75rem;background:#ffffff08;font-size:.85rem}.history-date{opacity:.5;font-size:.75rem}.history-status{font-weight:700}.history-note{grid-column:1 / -1;opacity:.7;font-size:.8rem}.back-to-list{margin-top:1.5rem;background:transparent;border:1px solid #333;padding:.75rem 1.5rem;color:#fff;cursor:pointer;transition:border-color .2s;font-family:var(--font-mono)}.back-to-list:hover{border-color:#fff}.staff-login-container{max-width:400px;margin:0 auto;padding:4rem 2rem}.login-card{border:1px solid #333;padding:2rem}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.5rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.login-header p{opacity:.6;font-size:.9rem}.login-error{background:#ef444433;border:1px solid #ef4444;color:#ef4444;padding:1rem;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.login-form .form-group{margin-bottom:1.5rem}.login-btn{width:100%;background:#fff;color:#000;padding:1rem;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s;border:1px solid #fff}.login-btn:hover:not(:disabled){background:transparent;color:#fff}.dashboard-page{padding:0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #333;position:sticky;top:0;background:#000;z-index:100}.dashboard-header h1{font-size:1.25rem;font-weight:700;text-transform:uppercase}.logout-btn{background:transparent;border:1px solid #333;color:#fff;padding:.5rem 1rem;cursor:pointer;transition:border-color .2s;font-family:var(--font-mono);font-size:.8rem}.logout-btn:hover{border-color:#fff}.dashboard-content{padding:2rem;max-width:1400px;margin:0 auto}.dashboard-filters{display:flex;gap:1rem;margin-bottom:2rem}.filter-select{background:transparent;border:1px solid #333;color:#fff;padding:.75rem 1rem;font-family:var(--font-mono);cursor:pointer;min-width:150px}.filter-select option{background:#000}.refresh-btn{background:transparent;border:1px solid #333;color:#fff;padding:.75rem 1.5rem;cursor:pointer;transition:border-color .2s;font-family:var(--font-mono)}.refresh-btn:hover:not(:disabled){border-color:#fff}.dashboard-error{background:#ef444433;border:1px solid #ef4444;color:#ef4444;padding:1rem;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#ffffff08;border:1px solid #333;border-left-width:3px;padding:1.25rem;cursor:pointer;transition:all .2s}.stat-card:hover{background:#ffffff0f}.stat-count{display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.7rem;text-transform:uppercase;opacity:.6}.orders-table-container{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;font-size:.85rem}.orders-table th,.orders-table td{text-align:left;padding:1rem;border-bottom:1px solid #222}.orders-table th{font-size:.7rem;text-transform:uppercase;opacity:.5;font-weight:400}.orders-table tbody tr:hover{background:#ffffff08}.empty-row{text-align:center;opacity:.5;padding:3rem!important}.order-id-cell span{font-family:monospace;opacity:.7}.customer-cell{display:flex;flex-direction:column;gap:.25rem}.customer-name{font-weight:700}.customer-phone{font-size:.75rem;opacity:.5}.product-cell{display:flex;gap:.5rem;align-items:center}.product-cell .qty{opacity:.5;font-size:.8rem}.price-cell{font-weight:700}.date-cell{font-size:.8rem;opacity:.7}.orders-table .status-badge{color:#fff}.orders-table .action-btn{background:transparent;border:1px solid #333;color:#fff;padding:.5rem 1rem;cursor:pointer;transition:border-color .2s;font-family:var(--font-mono);font-size:.75rem}.orders-table .action-btn:hover{border-color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:flex-start;padding:2rem;overflow-y:auto;z-index:1000}.modal-content{background:#0a0a0a;border:1px solid #333;width:100%;max-width:500px;padding:2rem;margin-top:2rem}.modal-content h2{font-size:1.25rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.modal-order-id{opacity:.5;font-size:.85rem;margin-bottom:1.5rem}.modal-info{background:#ffffff08;padding:1rem;margin-bottom:1.5rem;font-size:.85rem}.modal-info p{margin-bottom:.5rem}.modal-info p:last-child{margin-bottom:0}.modal-form{margin-bottom:1.5rem}.modal-form label{display:block;font-size:.75rem;text-transform:uppercase;opacity:.6;margin-bottom:.75rem;margin-top:1rem}.modal-form label:first-child{margin-top:0}.status-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.status-option{padding:.5rem 1rem;border:1px solid;cursor:pointer;font-family:var(--font-mono);font-size:.75rem;font-weight:700;transition:all .2s}.status-option:disabled{opacity:.5;cursor:not-allowed}.status-option.current{cursor:default}.modal-form textarea{width:100%;background:transparent;border:1px solid #333;padding:.75rem;color:#fff;font-family:var(--font-mono);font-size:.85rem;resize:vertical}.modal-form textarea:focus{border-color:#fff;outline:none}.modal-history{border-top:1px solid #333;padding-top:1rem;margin-bottom:1.5rem}.modal-history h3{font-size:.75rem;text-transform:uppercase;opacity:.6;margin-bottom:.75rem}.history-entry{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #1a1a1a;font-size:.8rem}.history-entry .history-status{font-weight:700}.history-entry .history-date{opacity:.5;margin-left:auto}.history-entry .history-note{width:100%;opacity:.7}.modal-actions{display:flex;justify-content:flex-end}.modal-close{background:transparent;border:1px solid #333;color:#fff;padding:.75rem 1.5rem;cursor:pointer;font-family:var(--font-mono);transition:border-color .2s}.modal-close:hover{border-color:#fff}@media(max-width:600px){.order-container,.success-container,.track-container,.staff-login-container{padding:2rem 1rem}.search-form{flex-direction:column}.order-info-grid{grid-template-columns:1fr}.status-timeline{flex-wrap:wrap;gap:1rem}.status-timeline:before{display:none}.timeline-item{flex:0 0 calc(33.33% - .67rem)}.orders-table{font-size:.75rem}.orders-table th,.orders-table td{padding:.75rem .5rem}.dashboard-content{padding:1rem}}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2em;padding-right:3rem!important}
