code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Courier New,monospace}.admin-form-container{max-width:600px}.admin-section{background:#111;border:1px solid #000;border-radius:8px;margin-bottom:24px;padding:16px}.admin-button,.admin-input,.admin-select{border-radius:8px;width:100%}.admin-button{margin-top:8px}.light-theme body{background:#f5f5f5;color:#333}.light-theme .admin-form-container{border-color:#e0e0e0}.light-theme .admin-section{background:#f8f9fa;border-color:#e0e0e0}.light-theme .admin-input,.light-theme .admin-select{background:#fff;border-color:#ccc;color:#333}.light-theme .admin-button{background:#333;border-color:#333;color:#fff}.light-theme .admin-button:hover{background:#555;border-color:#555}:root{--background-primary:#000;--background-secondary:#111;--background-card:#111;--text-primary:#fff;--text-secondary:#aaa;--text-muted:#777;--border-color:#000;--border-light:#333;--accent-primary:#fff;--accent-secondary:#0f0;--accent-danger:#f44;--accent-warning:#fa0;--accent-info:#fff;--link-color:#fff;--input-background:#fff;--input-text:#000;--button-primary-bg:#fff;--button-primary-text:#000;--button-secondary-bg:#0000;--button-secondary-text:#fff;--shadow-color:#ffffff1a;--success-color:#0f0;--error-color:#f44;--warning-color:#fa0}.light-theme{--background-primary:#f5f5f5;--background-secondary:#fff;--background-card:#fff;--text-primary:#333;--text-secondary:#666;--text-muted:#999;--border-color:#e0e0e0;--border-light:#dee2e6;--accent-primary:#333;--accent-secondary:#28a745;--accent-danger:#dc3545;--accent-warning:#ffc107;--accent-info:#17a2b8;--link-color:#333;--input-background:#fff;--input-text:#495057;--button-primary-bg:#28a745;--button-primary-text:#fff;--button-secondary-bg:#fff;--button-secondary-text:#6c757d;--shadow-color:#00000026;--success-color:#28a745;--error-color:#dc3545;--warning-color:#ffc107}*{box-sizing:border-box;margin:0;padding:0}body{background:#000;background:var(--background-primary);color:#fff;color:var(--text-primary);font-family:Courier New,Courier,monospace;margin:0;padding:16px;transition:background-color .3s,color .3s}.container{background:#000;border:1px solid #000;margin:0 auto;max-width:1200px;padding:16px;position:relative}.container:before{border:1px solid #fff;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.card{background:#111;border:1px solid #000;margin:8px 0;padding:16px;position:relative}.card:after{background:#fff;content:"";height:1px;left:0;opacity:.2;position:absolute;right:0;top:0}button{background:#fff;border:1px solid #000;color:#000;cursor:pointer;font-family:inherit;padding:8px 16px;transition:all .3s ease}button:hover{background:#000;border-color:#fff;color:#fff}input,select{background:#fff;border:1px solid #000;box-sizing:border-box!important;color:#000;margin:4px;padding:8px;transition:all .3s ease}select{cursor:pointer!important}@keyframes loading{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#222}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}@media (max-width:768px){.container{padding:8px}.product-detail-grid{grid-template-columns:1fr!important}}.main-nav{align-items:center;border-bottom:1px solid #000;display:flex;gap:16px;margin-bottom:16px;padding-bottom:16px}.nav-link{color:#fff;text-decoration:none;transition:color .3s}.nav-link:hover{color:#ccc}.admin-nav-link{color:#f44;font-weight:700;margin-right:16px;text-decoration:none}.admin-nav-link:hover{color:#f66}.cart-link{color:#fff}.logout-btn{background:none;border:none;color:#fff;cursor:pointer;font-family:inherit;padding:0}.logout-btn:hover{color:#ccc}img[src="/placeholder-image.jpg"]{align-items:center;background:linear-gradient(45deg,#222,#444);color:#666;display:flex;font-family:Courier New,monospace;justify-content:center}img[src="/placeholder-image.jpg"]:after{color:#666;content:"Image not available";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.light-theme{background:#f5f5f5;color:#333}.light-theme .container{background:#fff;border-color:#e0e0e0}.light-theme .container:before{border-color:#333;opacity:.05}.light-theme .card{background:#f8f9fa;border-color:#e0e0e0}.light-theme .card:after{background:#333;opacity:.1}.light-theme button{background:#333;border-color:#333;color:#fff}.light-theme button:hover{background:#555;border-color:#555;color:#fff}.light-theme input,.light-theme select{background:#fff;border-color:#ccc;color:#333}.light-theme input:focus,.light-theme select:focus{border-color:#333}.light-theme select{cursor:pointer!important}.light-theme .main-nav{border-bottom-color:#e0e0e0}.light-theme .nav-link{color:#333}.light-theme .nav-link:hover{color:#666}.light-theme .admin-nav-link{color:#dc3545}.light-theme .admin-nav-link:hover{color:#c82333}.light-theme .cart-link,.light-theme .logout-btn{color:#333}.light-theme .logout-btn:hover{color:#666}.light-theme ::-webkit-scrollbar-track{background:#f0f0f0}.light-theme ::-webkit-scrollbar-thumb{background:#bbb}.light-theme ::-webkit-scrollbar-thumb:hover{background:#999}.light-theme img[src="/placeholder-image.jpg"]{background:linear-gradient(45deg,#e0e0e0,#f0f0f0);color:#999}.light-theme .logout-btn{background:#0000!important;border:none!important;color:#333!important;cursor:pointer!important;font-family:inherit!important;font-size:inherit!important;padding:0!important;text-align:left!important}.light-theme .logout-btn:hover{background:#0000!important;border:none!important;color:#666!important}.light-theme nav .logout-btn{all:unset;color:#333;cursor:pointer}.light-theme nav .logout-btn:hover{background:#0000!important;color:#666}.notification-container{align-items:flex-end;display:flex;flex-direction:column;position:fixed;right:20px;top:20px;z-index:9999}.notification{align-items:center;animation:slideIn .3s ease-out;background:#111;border-left:4px solid;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#fff;display:flex;gap:12px;margin-bottom:12px;max-width:400px;min-width:300px;padding:16px 20px}.notification.slide-out{animation:slideOut .3s ease-out forwards}.notification-icon{font-size:20px}.notification-content{flex:1 1}.notification-title{font-size:14px;font-weight:700;margin-bottom:4px}.notification-message{color:#ccc;font-size:13px}.notification-close{align-items:center;background:#0000;border:none;color:#888;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;padding:0;width:24px}.notification-success{border-left-color:#0f0}.notification-error{border-left-color:#f44}.notification-warning{border-left-color:#fa0}.notification-info{border-left-color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.light-theme .notification{background:#fff;box-shadow:0 4px 12px #00000026;color:#333}.light-theme .notification-message{color:#666}.light-theme .notification-close{color:#999}.light-theme .notification-close:hover{color:#666}.affiliate-container{margin:0 auto;max-width:1200px;padding:24px}.affiliate-access-card{background:#111;border:1px solid #f44;border-radius:12px;margin:40px auto;max-width:600px;padding:40px;text-align:center}.affiliate-access-card h2{color:#f44;margin-bottom:16px}.affiliate-access-card p{color:#ccc;margin-bottom:12px}.affiliate-header{margin-bottom:40px;text-align:center}.affiliate-header h1{color:#fff;font-size:36px;margin-bottom:8px}.affiliate-subtitle{color:#aaa;font-size:18px}.stats-overview{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:40px}.stat-card{align-items:center;background:#111;border-radius:16px;display:flex;gap:20px;padding:24px;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-icon{align-items:center;background:#222;border-radius:50%;display:flex;font-size:32px;height:60px;justify-content:center;width:60px}.stat-content h3{color:#0f0;font-size:28px;margin:0 0 4px}.stat-content p{color:#aaa;font-size:14px;margin:0}.commission-info{background:#111;border:1px solid #0f0;border-radius:16px;margin-bottom:40px;padding:32px}.commission-info h2{color:#fff;margin-bottom:24px;text-align:center}.commission-details{align-items:center;display:flex;flex-wrap:wrap;gap:40px}.commission-rate{min-width:150px;text-align:center}.rate-percentage{color:#0f0;display:block;font-size:48px;font-weight:700;line-height:1}.rate-label{color:#aaa;font-size:14px;margin-top:8px}.commission-notes{color:#ccc;flex:1 1}.commission-notes p{margin:8px 0}.commission-notes strong{color:#fff}.product-links-section{margin-bottom:40px}.product-links-section h2{color:#fff;margin-bottom:8px}.section-subtitle{color:#aaa;margin-bottom:24px}.products-grid{grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-link-card{background:#111;border:1px solid #333;border-radius:16px;padding:20px;transition:border-color .3s}.product-link-card:hover{border-color:#555}.product-link-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.product-link-info h4{color:#fff;font-size:16px;margin:0 0 8px}.product-price{color:#0f0;margin:0}.commission-badge{background:#00ff001a;border-radius:20px;color:#0f0;font-size:12px;padding:6px 12px;white-space:nowrap}.product-link-image{border-radius:12px;height:180px;margin-bottom:16px;object-fit:cover;width:100%}.link-actions{margin-top:16px}.link-display{display:flex;gap:8px;margin-bottom:12px}.link-input{background:#222;border:1px solid #444;border-radius:8px;color:#fff;flex:1 1;font-size:12px;overflow:hidden;padding:10px 14px;text-overflow:ellipsis}.copy-btn,.generate-btn,.preview-btn,.share-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:10px 16px;transition:all .3s}.copy-btn{background:#444;color:#fff}.copy-btn:hover{background:#555}.share-buttons{display:flex;gap:8px}.share-btn{background:#007bff;color:#fff;flex:1 1}.share-btn:hover{background:#0056b3}.preview-btn{background:#6c757d;color:#fff;flex:1 1}.preview-btn:hover{background:#545b62}.generate-btn{background:#fff;color:#000;font-size:14px;width:100%}.generate-btn:hover{background:#f0f0f0}.affiliate-tips{margin-bottom:40px}.affiliate-tips h2{color:#fff;margin-bottom:24px;text-align:center}.tips-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tip-card{background:#111;border:1px solid #333;border-radius:16px;padding:24px;text-align:center}.tip-icon{font-size:32px;margin-bottom:16px}.tip-card h4{color:#fff;margin:0 0 12px}.tip-card p{color:#aaa;font-size:14px;line-height:1.5;margin:0}.affiliate-faq{background:#111;border-radius:16px;padding:32px}.affiliate-faq h2{color:#fff;margin-bottom:24px;text-align:center}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{border-bottom:1px solid #333;padding-bottom:20px}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-item h4{color:#fff;font-size:16px;margin:0 0 8px}.faq-item p{color:#aaa;font-size:14px;line-height:1.5;margin:0}@media (max-width:768px){.stats-overview{grid-template-columns:1fr 1fr}.commission-details{flex-direction:column;gap:20px;text-align:center}.products-grid,.tips-grid{grid-template-columns:1fr}}.light-theme .affiliate-container{background:#f8f9fa}.light-theme .affiliate-access-card{background:#fff;border-color:#dc3545}.light-theme .affiliate-access-card h2{color:#dc3545}.light-theme .affiliate-access-card p{color:#6c757d}.light-theme .affiliate-header h1{color:#333}.light-theme .affiliate-subtitle{color:#6c757d}.light-theme .stat-card{background:#fff}.light-theme .stat-icon{background:#e9ecef}.light-theme .stat-content h3{color:#28a745}.light-theme .stat-content p{color:#6c757d}.light-theme .commission-info{background:#fff;border-color:#28a745}.light-theme .commission-info h2{color:#333}.light-theme .rate-percentage{color:#28a745}.light-theme .rate-label{color:#6c757d}.light-theme .commission-notes{color:#495057}.light-theme .commission-notes strong,.light-theme .product-links-section h2{color:#333}.light-theme .section-subtitle{color:#6c757d}.light-theme .product-link-card{background:#fff;border-color:#dee2e6}.light-theme .product-link-card:hover{border-color:#adb5bd}.light-theme .product-link-info h4{color:#333}.light-theme .product-price{color:#28a745}.light-theme .commission-badge{background:#28a7451a;color:#155724}.light-theme .link-input{background:#fff;border-color:#ced4da;color:#495057}.light-theme .copy-btn{background:#6c757d;color:#fff}.light-theme .copy-btn:hover{background:#5a6268}.light-theme .share-btn{background:#007bff;color:#fff}.light-theme .share-btn:hover{background:#0056b3}.light-theme .preview-btn{background:#6c757d;color:#fff}.light-theme .preview-btn:hover{background:#545b62}.light-theme .generate-btn{background:#28a745;color:#fff}.light-theme .generate-btn:hover{background:#218838}.light-theme .tip-card{background:#fff;border-color:#dee2e6}.light-theme .tip-card h4{color:#333}.light-theme .tip-card p{color:#6c757d}.light-theme .affiliate-faq{background:#fff}.light-theme .affiliate-faq h2{color:#333}.light-theme .faq-item{border-bottom-color:#e9ecef}.light-theme .faq-item h4{color:#333}.light-theme .faq-item p{color:#6c757d}.light-theme .loading-spinner{border-color:#28a745 #e9ecef #e9ecef}.admin-affiliate-container{background:#111;border-radius:16px;margin:0 auto;max-width:1400px;padding:32px}.admin-affiliate-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.admin-affiliate-header h1{color:#fff;font-size:28px}.settings-toggle-btn{background:#333;border:1px solid #555;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;padding:12px 24px;transition:all .3s}.settings-toggle-btn:hover{background:#444;border-color:#777}.admin-stats-overview{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.admin-stat-card{align-items:center;background:#1a1a1a;border-radius:16px;display:flex;gap:20px;padding:24px;transition:transform .3s}.admin-stat-card:hover{transform:translateY(-5px)}.admin-stat-icon{align-items:center;background:#222;border-radius:50%;display:flex;font-size:32px;height:60px;justify-content:center;width:60px}.admin-stat-content h3{color:#0f0;font-size:28px;margin:0 0 4px}.admin-stat-content p{color:#aaa;font-size:14px;margin:0}.commission-settings-section{background:#1a1a1a;border:1px solid #444;border-radius:16px;margin-bottom:32px;padding:32px}.commission-settings-section h2{color:#fff;margin-bottom:24px}.settings-form{display:flex;flex-direction:column;gap:24px}.settings-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.setting-field{display:flex;flex-direction:column}.setting-field label{color:#eee;font-size:14px;font-weight:600;margin-bottom:8px}.setting-field input,.setting-field select,.setting-field textarea{background:#222;border:1px solid #444;border-radius:8px;color:#fff;font-size:14px;padding:12px 16px}.setting-field input:focus,.setting-field select:focus,.setting-field textarea:focus{border-color:#fff;outline:none}.setting-field.full-width{grid-column:1/-1}.settings-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.affiliates-list-section{margin-bottom:32px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.section-header h2{color:#fff;margin:0}.refresh-btn{background:#333;border:1px solid #555;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.refresh-btn:hover{background:#444}.affiliates-table-container{border:1px solid #333;border-radius:12px;overflow-x:auto}.affiliates-table{background:#1a1a1a;border-collapse:collapse;width:100%}.affiliates-table th{background:#222;border-bottom:2px solid #333;color:#fff;font-size:14px;font-weight:600;padding:16px;text-align:left}.affiliates-table td{border-bottom:1px solid #333;color:#ccc;padding:16px}.affiliates-table tr:last-child td{border-bottom:none}.affiliates-table tr:hover{background:#222}.affiliates-table tr.suspended{opacity:.6}.affiliate-info{display:flex;flex-direction:column;gap:4px}.affiliate-email{color:#fff;font-weight:600}.affiliate-id{color:#777;font-size:12px}.status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;text-transform:uppercase}.status-active{background:#00ff001a;border:1px solid #0f0;color:#0f0}.status-pending{background:#ffaa001a;border:1px solid #fa0;color:#fa0}.status-suspended{background:#ff44441a;border:1px solid #f44;color:#f44}.commission-rate-edit{align-items:center;display:flex;gap:8px}.rate-input{background:#222;border:1px solid #444;border-radius:4px;color:#fff;padding:8px;text-align:center;width:60px}.percent-symbol{color:#aaa;font-size:14px}.commission-amount{color:#0f0;font-weight:600}.pending-amount{align-items:center;color:#fa0;display:flex;font-weight:600;gap:8px}.payout-eligible{background:#00ff001a;border:1px solid #0f0;border-radius:10px;color:#0f0;font-size:10px;padding:2px 8px}.join-date{color:#aaa;font-size:14px}.affiliate-actions{display:flex;flex-wrap:wrap;gap:8px}.action-btn{border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .3s}.approve-btn{background:#0f0;color:#000}.approve-btn:hover{background:#0c0}.payout-btn{background:#007bff;color:#fff}.payout-btn:hover{background:#0056b3}.suspend-btn{background:#f44;color:#fff}.suspend-btn:hover{background:#c00}.reactivate-btn{background:#fa0;color:#000}.reactivate-btn:hover{background:#c80}.reports-section{margin-top:32px}.reports-section h2{color:#fff;margin-bottom:24px}.reports-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.report-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:24px}.report-card h3{color:#fff;font-size:18px;margin-bottom:16px}.report-content{display:flex;flex-direction:column;gap:12px}.payout-affiliate,.top-affiliate{align-items:center;background:#222;border-radius:8px;display:flex;gap:12px;padding:12px}.rank{align-items:center;background:#333;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.affiliate-email,.affiliate-name{color:#ccc;flex:1 1;font-size:14px}.affiliate-amount,.payout-amount{color:#0f0;font-weight:600}.eligible-badge{background:#00ff001a;border:1px solid #0f0;border-radius:10px;color:#0f0;font-size:10px;padding:2px 8px}.btn-primary,.btn-secondary{border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s}.btn-primary:hover{background:#f0f0f0}.btn-primary:disabled{background:#666;color:#aaa;cursor:not-allowed}@media (max-width:768px){.admin-affiliate-container{padding:16px}.admin-affiliate-header{align-items:flex-start;flex-direction:column;gap:16px}.settings-grid{grid-template-columns:1fr}.affiliates-table{font-size:12px}.affiliates-table td,.affiliates-table th{padding:12px 8px}.affiliate-actions{flex-direction:column}.reports-grid{grid-template-columns:1fr}}.light-theme .admin-affiliate-container{background:#fff}.light-theme .admin-affiliate-header h1{color:#333}.light-theme .settings-toggle-btn{background:#6c757d;border-color:#6c757d;color:#fff}.light-theme .settings-toggle-btn:hover{background:#5a6268;border-color:#545b62}.light-theme .admin-stat-card{background:#f8f9fa}.light-theme .admin-stat-icon{background:#e9ecef}.light-theme .admin-stat-content h3{color:#28a745}.light-theme .admin-stat-content p{color:#6c757d}.light-theme .commission-settings-section{background:#f8f9fa;border-color:#dee2e6}.light-theme .commission-settings-section h2{color:#333}.light-theme .setting-field label{color:#495057}.light-theme .setting-field input,.light-theme .setting-field select,.light-theme .setting-field textarea{background:#fff;border-color:#ced4da;color:#495057}.light-theme .setting-field input:focus,.light-theme .setting-field select:focus,.light-theme .setting-field textarea:focus{border-color:#80bdff}.light-theme .section-header h2{color:#333}.light-theme .refresh-btn{background:#6c757d;border-color:#6c757d;color:#fff}.light-theme .refresh-btn:hover{background:#5a6268}.light-theme .affiliates-table-container{border-color:#dee2e6}.light-theme .affiliates-table{background:#fff}.light-theme .affiliates-table th{background:#f8f9fa}.light-theme .affiliates-table td,.light-theme .affiliates-table th{border-bottom-color:#dee2e6;color:#495057}.light-theme .affiliates-table tr:hover{background:#f8f9fa}.light-theme .affiliate-email{color:#333}.light-theme .affiliate-id{color:#6c757d}.light-theme .status-active{background:#28a7451a;border-color:#c3e6cb;color:#155724}.light-theme .status-pending{background:#ffc1071a;border-color:#ffeaa7;color:#856404}.light-theme .status-suspended{background:#dc35451a;border-color:#f5c6cb;color:#721c24}.light-theme .rate-input{background:#fff;border-color:#ced4da;color:#495057}.light-theme .percent-symbol{color:#6c757d}.light-theme .commission-amount{color:#28a745}.light-theme .pending-amount{color:#ffc107}.light-theme .payout-eligible{background:#28a7451a;border-color:#c3e6cb;color:#155724}.light-theme .join-date{color:#6c757d}.light-theme .approve-btn{background:#28a745;color:#fff}.light-theme .approve-btn:hover{background:#218838}.light-theme .payout-btn{background:#007bff;color:#fff}.light-theme .payout-btn:hover{background:#0056b3}.light-theme .suspend-btn{background:#dc3545;color:#fff}.light-theme .suspend-btn:hover{background:#c82333}.light-theme .reactivate-btn{background:#ffc107;color:#333}.light-theme .reactivate-btn:hover{background:#e0a800}.light-theme .report-card{background:#f8f9fa;border-color:#dee2e6}.light-theme .report-card h3{color:#333}.light-theme .payout-affiliate,.light-theme .top-affiliate{background:#fff}.light-theme .rank{background:#6c757d;color:#fff}.light-theme .affiliate-email,.light-theme .affiliate-name{color:#495057}.light-theme .affiliate-amount,.light-theme .payout-amount{color:#28a745}.light-theme .eligible-badge{background:#28a7451a;border-color:#c3e6cb;color:#155724}.light-theme .loading-container{color:#6c757d}.home-container{padding:24px}.home-title{color:#fff;margin-bottom:32px;text-align:center}.category-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:40px}.category-tab{background:#222;border:1px solid #444;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-width:100px;padding:10px 20px;transition:all .3s}.category-tab.active{background:#fff;color:#000}.products-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.product-card{background:#111;border-radius:16px;display:flex;flex-direction:column;height:100%;padding:20px}.product-image-container{flex-shrink:0;margin-bottom:16px;position:relative}.product-main-image{border-radius:12px;height:250px;margin-bottom:12px}.product-thumbnails{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px}.product-thumbnail{border:2px solid #444;border-radius:8px;cursor:pointer;height:60px;object-fit:cover;width:60px}.product-thumbnail.active{border-color:#fff}.product-info{flex:1 1}.product-name{font-size:20px;margin-bottom:8px}.product-type-badge{background:#333;border-radius:12px;color:#aaa;font-size:12px;padding:2px 8px}.product-description{color:#ccc;font-size:14px;line-height:1.5;margin-bottom:16px}.product-price{color:#fff;font-size:22px;font-weight:700;margin-bottom:16px}.original-price{color:#777;font-size:16px;margin-left:8px;text-decoration:line-through}.option-selector{margin:16px 0}.option-label{color:#eee;display:block;font-weight:600;margin-bottom:8px}.option-select{-webkit-appearance:none;appearance:none;background:#222;border:1px solid #444;border-radius:12px;box-sizing:border-box!important;color:#fff;cursor:pointer;font-size:14px;margin:auto;padding:12px;width:100%}.select-arrow{color:#aaa;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.product-details{border-top:1px solid #333;margin-top:12px;padding-top:12px}.detail-item{color:#ccc;font-size:14px;margin:4px 0}.detail-highlight{color:#0f0}.detail-warning{color:#fa0}.add-to-cart-btn{background:#fff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:14px;width:100%}.add-to-cart-btn:hover{background:#f0f0f0}.empty-state,.loading-container{color:#aaa;padding:60px;text-align:center}.image-modal-overlay{animation:fadeIn .2s ease-out;background:#000000f2}.image-modal-content{height:90vh;width:90vw}.image-modal-content,.modal-close-btn{align-items:center;display:flex;justify-content:center}.modal-close-btn{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;font-size:24px;height:40px;position:absolute;right:20px;top:20px;transition:all .2s;width:40px;z-index:10002}.modal-close-btn:hover{background:#fff3;transform:scale(1.1)}.modal-full-image{border-radius:8px;box-shadow:0 10px 40px #00000080;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.modal-navigation{bottom:20px;gap:20px;left:0;position:absolute;right:0}.modal-nav-btn,.modal-navigation{align-items:center;display:flex;justify-content:center}.modal-nav-btn{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;font-size:24px;height:50px;transition:all .2s;width:50px}.modal-nav-btn:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.modal-nav-btn:disabled{cursor:not-allowed;opacity:.3}.modal-image-counter{background:#00000080;border-radius:20px;color:#fff;font-size:14px;padding:5px 15px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-escape-hint{background:#00000080;border-radius:4px;bottom:20px;color:#aaa;font-size:12px;padding:5px 10px;position:absolute;right:20px}.light-theme .home-title{color:#333}.light-theme .category-tab{background:#e9ecef;border-color:#dee2e6;color:#495057}.light-theme .category-tab.active{background:#007bff;color:#fff}.light-theme .product-card{background:#fff;border-color:#dee2e6}.light-theme .product-type-badge{background:#e9ecef;color:#6c757d}.light-theme .product-description{color:#6c757d}.light-theme .product-price{color:#333}.light-theme .original-price{color:#6c757d}.light-theme .option-label{color:#495057}.light-theme .option-select{background:#fff;border-color:#ced4da;color:#495057}.light-theme .detail-item{color:#6c757d}.light-theme .detail-highlight{color:#28a745}.light-theme .detail-warning{color:#ffc107}.light-theme .add-to-cart-btn{background:#28a745;color:#fff}.light-theme .add-to-cart-btn:hover{background:#218838}.light-theme .empty-state,.light-theme .loading-container{color:#6c757d}.light-theme .modal-close-btn{background:#ffffffe6;border-color:#0003;color:#333}.light-theme .modal-close-btn:hover{background:#fff}.light-theme .modal-nav-btn{background:#ffffffe6;border-color:#0003;color:#333}.light-theme .modal-nav-btn:hover:not(:disabled){background:#fff}.light-theme .modal-image-counter{background:#ffffffe6;color:#333}.light-theme .modal-escape-hint{background:#ffffffe6;color:#666}.admin-navbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.admin-title{color:#fff;font-size:28px;margin-bottom:24px;text-align:center}.admin-add-btn{background:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:700;padding:12px 24px}.admin-close-btn{background:#0000;border:none;color:#aaa;cursor:pointer;font-size:24px;position:absolute;right:20px;top:20px}.admin-product-list{margin-top:16px}.admin-product-item{background:#1a1a1a;border:1px solid #444;border-radius:8px;display:flex;margin-bottom:12px;padding:12px;transition:border-color .3s}.admin-product-item:hover{border-color:#666}.product-thumb-container{flex-shrink:0;height:80px;margin-right:16px;width:80px}.product-thumb{border-radius:6px;height:100%;object-fit:cover;width:100%}.product-thumb-placeholder{align-items:center;background:#333;border-radius:6px;color:#666;display:flex;height:100%;justify-content:center;width:100%}.product-content{flex:1 1}.product-header{align-items:flex-start;display:flex;justify-content:space-between}.product-name{color:#fff;font-size:16px;margin:0 0 4px}.product-meta{color:#aaa;font-size:14px;margin-top:4px}.product-meta span{margin-right:12px}.product-category{background:#444;border-radius:4px;font-size:12px;padding:2px 6px}.product-options{color:#888;font-size:13px;margin-top:8px}.product-variant-indicator{color:#007bff;font-size:12px;margin-top:4px}.product-actions{display:flex;gap:8px}.edit-btn{background:#333;border:1px solid #555;border-radius:4px;margin-right:8px}.delete-btn,.edit-btn{color:#fff;cursor:pointer;padding:6px 12px}.delete-btn{background:#f44;border:none;border-radius:4px}.admin-form-container{background:#111;border-radius:16px;margin:0 auto;max-width:900px;padding:32px}.admin-form{margin-top:32px}.error-message{background:#300;color:#f44}.error-message,.success-message{border-radius:8px;margin-bottom:16px;padding:12px}.success-message{background:#030;color:#0f0}.admin-form-group{margin-bottom:24px}.form-label{margin:16px 0 8px}.form-label-required:after{color:#f44;content:" *"}.form-input,.form-select,.form-textarea{background:#222;border:1px solid #444;border-radius:12px;box-sizing:border-box;color:#fff;font-size:16px;margin:8px 0;padding:14px;transition:border-color .3s,box-shadow .3s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#fff;box-shadow:0 0 0 2px #fff3;outline:none}.form-textarea{height:120px;resize:vertical}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.upload-dropzone{background:#111;border:2px dashed #555;border-radius:16px;cursor:pointer;margin:16px 0;padding:48px;text-align:center;transition:all .3s}.upload-dropzone.drag-over,.upload-dropzone:hover{background:#1a1a1a;border-color:#777}.dropzone-icon{color:#666;font-size:48px;margin-bottom:16px}.dropzone-text{color:#aaa;margin:8px 0}.dropzone-hint{color:#777;font-size:14px}.uploaded-images{border-top:1px solid #444;margin-top:24px;padding-top:16px}.uploaded-images-title{color:#fff;margin-bottom:16px}.image-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:16px}.image-card{background:#222;border:1px solid #444;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.image-card:hover{border-color:#666;transform:translateY(-2px)}.image-card.selected{border:3px solid #fff;box-shadow:0 0 20px #fff3}.image-preview{height:180px;object-fit:cover;width:100%}.image-index{background:#000000b3;border-radius:4px;color:#fff;font-size:12px;left:8px;padding:4px 8px;position:absolute;top:8px}.image-controls{display:flex;gap:4px;position:absolute;right:8px;top:8px}.image-control-btn{align-items:center;background:#000000b3;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;transition:background .3s;width:28px}.image-control-btn:hover{background:#000000e6}.image-control-btn:disabled{cursor:not-allowed;opacity:.5}.image-badges{bottom:8px;display:flex;flex-wrap:wrap;gap:4px;left:8px;position:absolute;right:8px}.option-badge{align-items:center;background:#007bff;border-radius:10px;color:#fff;display:flex;font-size:10px;gap:4px;padding:2px 6px}.option-badge-remove{background:#0000;border:none;color:#fff;cursor:pointer;font-size:12px;margin-left:4px;padding:0}.link-option-btn{background:#666;border:none;border-radius:4px;bottom:8px;color:#fff;cursor:pointer;font-size:10px;padding:4px 8px;position:absolute;right:8px}.link-option-btn.linked{background:#28a745}.modal-overlay{z-index:1002}.link-option-modal{z-index:1003!important}.image-edit-modal{z-index:1001!important}.loading-overlay{z-index:1004}.video-section{margin-top:32px}.video-preview-container{background:#000;border-radius:8px;margin:0 auto;max-width:400px;overflow:hidden;width:100%}.video-wrapper{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-player{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.remove-video-btn{background:#f44;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px}.shipping-preview-btn{background:#333;border:1px solid #555;border-radius:12px;color:#fff;cursor:pointer;margin:16px 0;padding:14px 24px;transition:background .3s}.shipping-preview-btn:hover{background:#444}.shipping-preview-result{background:#1a1a1a;border-radius:12px;color:#0f0;margin:16px 0;padding:16px}.form-navigation{display:flex;justify-content:space-between;margin-top:40px}.btn-secondary{background:#0000;border:1px solid #666;border-radius:12px;color:#fff;cursor:pointer;padding:14px 28px;transition:all .3s}.btn-secondary:hover{background:#222;border-color:#aaa}.btn-primary{background:#fff;border:none;border-radius:12px;color:#000;cursor:pointer;font-weight:600;padding:14px 28px;transition:transform .2s}.btn-primary:hover{transform:translateY(-2px)}.btn-publish{background:#fff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:18px;font-weight:700;padding:16px 40px}.loading-overlay{align-items:center;background:#000c;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.loading-bar{background:#333;border-radius:2px;height:4px;margin-bottom:16px;overflow:hidden;width:200px}.loading-bar-fill{animation:loading 1.5s ease-in-out infinite;background:#fff;height:100%;width:100%}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#222;border-radius:12px;max-width:500px;min-width:400px;padding:24px}.modal-header{margin-bottom:20px}.modal-body{margin-bottom:24px}.modal-footer{display:flex;gap:12px;justify-content:flex-end}.image-edit-modal{max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.image-edit-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 2fr}.image-preview-large{border-radius:8px;max-height:300px;object-fit:cover;width:100%}.image-info{color:#aaa;font-size:12px;margin-top:8px;text-align:center}.edit-form-group{margin-bottom:20px}.linked-options-list{background:#333;border-radius:8px;margin-bottom:12px;padding:12px}.linked-option-item{align-items:center;background:#444;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:8px;padding:8px}.upload-stats{background:#222;border-radius:8px;margin-top:16px;padding:12px}.upload-stats.success{background:#030;border-left:4px solid #0f0}.upload-stats.warning{background:#320;border-left:4px solid #fa0}.upload-stats.error{background:#300;border-left:4px solid #f44}.admin-progress-container{align-items:center;display:flex;margin-bottom:32px;position:relative}.admin-progress-step{flex:1 1;text-align:center;z-index:3}.admin-progress-circle{align-items:center;background:#333;border-radius:50%;color:#aaa;display:flex;font-weight:700;height:40px;justify-content:center;margin:0 auto 8px;transition:background .3s,color .3s;width:40px}.admin-progress-circle.active{background:#fff;color:#000}.admin-progress-label{color:#aaa;font-size:14px}.admin-progress-bar-bg{background:#333;height:2px;left:10%;position:absolute;top:19px;width:80%;z-index:1}.admin-progress-bar-fill{background:#fff;height:2px;left:10%;max-width:80%;position:absolute;top:19px;transition:width .4s ease;z-index:2}.admin-access-card{max-width:500px;padding:32px}.admin-access-card,.admin-welcome-card{background:#111;border-radius:12px;margin:20px auto;text-align:center}.admin-welcome-card{max-width:600px;padding:40px}.admin-welcome-button{background:#fff;border:none;border-radius:12px;box-shadow:0 4px 12px #ffffff1a;color:#000;cursor:pointer;font-size:18px;margin-top:20px;padding:14px 32px;transition:transform .2s}.admin-welcome-button:hover{transform:translateY(-3px)}.admin-container{background:#111;border-radius:16px;margin:0 auto;max-width:900px;padding:32px}.color-button-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.color-button{background:#333;border:1px solid #555;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}.color-button.selected{background:#fff;color:#000}.color-input-container{margin-bottom:16px}.upload-stats-content{font-size:14px;margin:0}.upload-stats-success{color:#0f0}.upload-stats-error{color:#f44}.image-edit-metadata{margin-top:20px}.file-input-hidden{display:none!important}@media (max-width:768px){.form-grid{grid-template-columns:1fr}.image-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.admin-product-item{flex-direction:column}.product-thumb-container{height:120px;margin-bottom:12px;margin-right:0;width:100%}.image-edit-grid{grid-template-columns:1fr}.modal-content{max-width:90%;min-width:300px}}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #333;border-top-color:#fff;height:40px;margin:0 auto 16px;width:40px}.loading-text{color:#aaa;margin-top:8px;text-align:center}.error-text{color:#f44;font-size:14px;margin:4px 0 0}.help-text{color:#aaa;margin-bottom:16px}.required-star{color:#f44}.file-input-hidden{display:none}.video-preview-wrapper{background:#1a1a1a;border:1px solid #444;border-radius:12px;margin-top:16px;padding:16px}.video-preview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.video-preview-header h4{color:#fff;margin:0}.video-url-preview{background:#333;border-radius:8px;padding:20px;text-align:center}.video-url-preview p{color:#aaa}.shipping-list{margin:8px 0;padding-left:20px}.shipping-list li{color:#ccc;margin-bottom:4px}.no-options-text{color:#aaa;font-style:italic;margin-bottom:12px}.remove-link-btn{align-items:center;background:#f44;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;width:24px}.link-option-primary-btn{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px;width:100%}.badge-remove{cursor:pointer;font-size:12px;margin-left:4px}.light-theme .admin-container,.light-theme .admin-form-container{background:#fff}.light-theme .admin-title{color:#333}.light-theme .admin-add-btn{background:#333;color:#fff}.light-theme .admin-add-btn:hover{background:#555}.light-theme .admin-close-btn{color:#666}.light-theme .admin-product-item{background:#f8f9fa;border-color:#e0e0e0}.light-theme .admin-product-item:hover{border-color:#bbb}.light-theme .product-thumb-placeholder{background:#e9ecef;color:#6c757d}.light-theme .product-name{color:#333}.light-theme .product-meta{color:#666}.light-theme .product-category{background:#e9ecef;color:#495057}.light-theme .product-options{color:#6c757d}.light-theme .edit-btn{background:#6c757d;border-color:#6c757d;color:#fff}.light-theme .delete-btn{background:#dc3545;color:#fff}.light-theme .error-message{background:#f8d7da;color:#dc3545}.light-theme .success-message{background:#d4edda;color:#28a745}.light-theme .form-input,.light-theme .form-select,.light-theme .form-textarea{background:#fff;border-color:#ced4da;color:#495057}.light-theme .form-input:focus,.light-theme .form-select:focus,.light-theme .form-textarea:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.light-theme .upload-dropzone{background:#f8f9fa;border-color:#dee2e6}.light-theme .upload-dropzone.drag-over,.light-theme .upload-dropzone:hover{background:#e9ecef;border-color:#adb5bd}.light-theme .dropzone-text{color:#6c757d}.light-theme .dropzone-hint{color:#adb5bd}.light-theme .uploaded-images-title{color:#495057}.light-theme .image-card{background:#fff;border-color:#dee2e6}.light-theme .image-card:hover{border-color:#adb5bd}.light-theme .image-card.selected{border-color:#007bff;box-shadow:0 0 20px #007bff33}.light-theme .link-option-btn{background:#6c757d;color:#fff}.light-theme .link-option-btn.linked{background:#28a745}.light-theme .modal-overlay{background:#00000080}.light-theme .modal-content{background:#fff}.light-theme .shipping-preview-btn{background:#6c757d;border-color:#6c757d;color:#fff}.light-theme .shipping-preview-btn:hover{background:#5a6268}.light-theme .btn-secondary{background:#fff;border-color:#6c757d;color:#6c757d}.light-theme .btn-secondary:hover{background:#f8f9fa;border-color:#545b62}.light-theme .btn-primary{background:#007bff;color:#fff}.light-theme .btn-primary:hover{background:#0056b3}.light-theme .admin-progress-circle{background:#e9ecef;color:#6c757d}.light-theme .admin-progress-circle.active{background:#007bff;color:#fff}.light-theme .admin-progress-label{color:#6c757d}.light-theme .admin-progress-bar-bg{background:#e9ecef}.light-theme .admin-progress-bar-fill{background:#007bff}.light-theme .admin-access-card,.light-theme .admin-welcome-card{background:#f8f9fa}.light-theme .admin-welcome-button{background:#333;box-shadow:0 4px 12px #0000001a;color:#fff}.light-theme .admin-welcome-button:hover{background:#555}.light-theme .color-button{background:#e9ecef;border-color:#ced4da;color:#495057}.light-theme .color-button.selected{background:#007bff;color:#fff}.light-theme .loading-overlay{background:#ffffffe6}.light-theme .loading-bar{background:#dee2e6}.light-theme .loading-bar-fill{background:#007bff}.light-theme .loading-text{color:#6c757d}.light-theme .admin-close-btn{align-items:center!important;background:#0000!important;border:none!important;color:#666!important;cursor:pointer!important;display:flex!important;font-size:24px!important;height:auto!important;justify-content:center!important;line-height:1!important;margin:0!important;padding:0!important;position:absolute!important;right:20px!important;top:20px!important;width:auto!important}.light-theme .admin-close-btn:hover{background:#0000!important;color:#333!important;transform:none!important}.light-theme .image-edit-modal .admin-close-btn{background:#ffffffe6!important;border:1px solid #0003!important;border-radius:50%!important;color:#333!important;height:40px!important;position:absolute!important;right:20px!important;top:20px!important;width:40px!important}.light-theme .image-edit-modal .admin-close-btn:hover{background:#fff!important;border-color:#0000004d!important}.product-thumbnail-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.printful-product-card{background:#333;border-radius:12px;cursor:pointer;padding:12px;text-align:center;transition:transform .2s,box-shadow .2s}.printful-product-card:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-4px)}.printful-product-card img{border-radius:8px;height:150px;margin-bottom:8px;object-fit:cover;width:100%}.category-header{align-items:center;border-bottom:1px solid #444;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:16px;padding:8px 0}.category-header h3{display:inline-block;margin:0}.light-theme .printful-product-card{background:#f8f9fa}.light-theme .category-header{border-bottom-color:#dee2e6}.light-theme .printful-product-card:hover{box-shadow:0 8px 20px #0000001a}.checkout-container{margin:0 auto;max-width:1200px;padding:20px}.checkout-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.checkout-title{color:#fff;margin:0}.continue-shopping-btn{background:#0000;border:1px solid #444;border-radius:8px;color:#fff;cursor:pointer;padding:10px 20px}.checkout-grid{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1fr 1fr}.cart-section{background:#111;border-radius:16px;margin-bottom:24px;padding:24px}.section-title{color:#fff;font-size:20px;margin-bottom:24px}.cart-item{background:#0000;border-bottom:1px solid #333;border-radius:0;margin-bottom:16px;padding:16px;position:relative;transition:all .3s}.cart-item.editing{background:#1a1a1a;border-radius:8px}.cart-item-content{display:flex;gap:16px}.item-image-container{flex-shrink:0;height:100px;width:100px}.item-image{border-radius:8px;height:100%;object-fit:cover;width:100%}.item-details{flex:1 1}.item-header{align-items:flex-start;display:flex;justify-content:space-between}.item-name{color:#fff;font-size:16px;margin:0 0 8px}.selected-options{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.option-badge{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#ccc;display:inline-block;font-size:12px;padding:4px 10px;white-space:nowrap}.option-badge.combined{background:#ffffff26;border-radius:12px;color:#fff;font-size:13px;padding:5px 12px}.item-price{color:#0f0;font-size:18px;font-weight:700}.item-actions{display:flex;gap:8px}.edit-item-btn{background:#0000;border:1px solid #555;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-right:8px;padding:6px 12px}.remove-item-btn{background:#0000;border:none;color:#f44;cursor:pointer;font-size:20px}.item-quantity{align-items:center;display:flex;gap:12px;margin-top:12px}.quantity-label{color:#aaa}.quantity-controls{align-items:center;display:flex;gap:8px}.quantity-btn{align-items:center;background:#333;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:32px;justify-content:center;transition:all .3s;width:32px}.quantity-btn:hover{background:#444;border-color:#777}.quantity-display{color:#fff;font-size:16px;font-weight:700;min-width:40px;text-align:center}.item-total{color:#fff;font-size:18px;font-weight:700;margin-left:auto}.edit-panel{background:#222;border:1px solid #444;border-radius:8px;margin-top:16px;padding:16px}.edit-title{color:#fff;margin-bottom:12px}.edit-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.edit-field{margin-bottom:12px}.edit-label{color:#aaa;display:block;font-size:12px;margin-bottom:4px}.edit-select{background:#333;border:1px solid #555;border-radius:4px;color:#fff;padding:8px;width:100%}.save-changes-btn{background:#fff;border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;margin-top:12px;padding:8px 16px;width:100%}.clear-cart-btn{background:#0000;border:1px solid #f44;border-radius:6px;color:#f44;cursor:pointer;padding:8px 16px}.address-section{background:#111;border-radius:16px;margin-bottom:24px;padding:24px}.address-form{display:flex;flex-direction:column;gap:20px}.address-field{margin-bottom:16px}.address-label{color:#eee;display:block;font-size:14px;margin-bottom:8px}.address-input,.address-select{background:#222;border:1px solid #444;border-radius:8px;box-sizing:border-box;color:#fff;padding:12px;width:100%}.address-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.order-summary{background:#111;border-radius:16px;padding:24px;position:-webkit-sticky;position:sticky;top:20px}.summary-row{border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.summary-label{color:#aaa}.summary-value{color:#fff}.summary-total{display:flex;justify-content:space-between;margin-bottom:24px;padding-top:16px}.total-label{color:#fff;font-size:18px;font-weight:700}.total-value{color:#0f0;font-size:24px;font-weight:700}.payment-methods{display:flex;gap:12px;margin-bottom:24px}.payment-method-btn{background:#222;border:2px solid #555;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:400;padding:14px;transition:all .3s}.payment-method-btn.active{background:#fff;border-color:#fff;color:#000;font-weight:700}.payment-method-content{align-items:center;display:flex;gap:8px;justify-content:center}.stripe-card{background:#222;border:1px solid #444;border-radius:8px;margin-bottom:16px;padding:16px}.payment-info{color:#aaa;font-size:12px;text-align:center}.eth-payment{background:#222;border:1px solid #444;border-radius:8px;margin-bottom:16px;padding:20px;text-align:center}.eth-icon{font-size:32px;margin-bottom:12px}.eth-amount{color:#0f0;font-size:20px;font-weight:700;margin-bottom:12px}.eth-note{color:#888;font-size:12px;margin-top:8px}.place-order-btn{background:#fff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:18px;font-weight:700;margin-bottom:16px;padding:16px;transition:all .3s;width:100%}.place-order-btn:hover:not(:disabled){transform:translateY(-2px)}.place-order-btn:disabled{background:#666;color:#aaa;cursor:not-allowed}.loading-spinner-small{animation:spin 1s linear infinite;border:2px solid #000;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.security-badge{background:#1a1a1a;border-radius:8px;margin-top:16px;padding:12px}.security-text{color:#aaa;font-size:12px;margin:0;text-align:center}.empty-cart{margin:0 auto;max-width:800px;padding:40px 20px;text-align:center}.empty-cart-icon{font-size:48px;margin-bottom:20px}.empty-cart-title{color:#fff;margin-bottom:16px}.empty-cart-message{color:#aaa;margin-bottom:32px}.order-confirmation{background:#111;border-radius:16px;margin:0 auto;max-width:800px;padding:40px 20px;text-align:center}.confirmation-icon{align-items:center;background:#0f0;border-radius:50%;display:flex;font-size:40px;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.confirmation-title{color:#0f0;margin-bottom:16px}.confirmation-message{color:#fff;font-size:18px;margin-bottom:8px}.confirmation-id{color:#aaa;margin-bottom:24px}.confirmation-note{color:#ccc;margin-bottom:32px}.stripe-error-notice{align-items:center;background:#ff44441a;border:1px solid #f44;border-radius:12px;display:flex;gap:16px;margin-bottom:24px;padding:16px}.stripe-error-icon{align-items:center;background:#f443;border-radius:50%;display:flex;font-size:24px;height:40px;justify-content:center;width:40px}.stripe-error-content{flex:1 1}.stripe-error-content strong{color:#f44;display:block;margin-bottom:4px}.stripe-error-content p{color:#ccc;font-size:14px;margin:0 0 4px}.stripe-error-content small{color:#aaa;font-size:12px}.dev-mode-notice{align-items:center;background:#ffaa001a;border:1px solid #fa0;border-radius:12px;display:flex;gap:16px;margin-bottom:24px;padding:16px}.dev-mode-icon{align-items:center;background:#fa03;border-radius:50%;display:flex;font-size:24px;height:40px;justify-content:center;width:40px}.dev-mode-content{flex:1 1}.dev-mode-content strong{color:#fa0;display:block;margin-bottom:4px}.dev-mode-content p{color:#ccc;font-size:14px;margin:0}.affiliate-notice{align-items:center;background:#00ff001a;border:1px solid #0f0;border-radius:12px;display:flex;gap:16px;margin-bottom:24px;padding:16px}.affiliate-notice-icon{align-items:center;background:#0f03;border-radius:50%;display:flex;font-size:24px;height:40px;justify-content:center;width:40px}.affiliate-notice-content{flex:1 1}.affiliate-notice-content strong{color:#0f0;display:block;margin-bottom:4px}.affiliate-notice-content p{color:#ccc;font-size:14px;margin:0}.wallet-buttons{margin-bottom:16px}.wallet-button{width:100%}.wallet-hint{color:#aaa;font-size:12px;margin-top:8px;text-align:center}.wallet-icons{display:flex;font-size:24px;gap:10px;justify-content:center;margin-top:10px}@media (max-width:768px){.address-grid,.checkout-grid,.edit-grid{grid-template-columns:1fr}.cart-item-content{flex-direction:column}.item-image-container{height:120px;width:100%}}.light-theme .checkout-container{background:#f8f9fa}.light-theme .checkout-title{color:#333}.light-theme .continue-shopping-btn{background:#fff;border-color:#dee2e6;color:#333}.light-theme .continue-shopping-btn:hover{background:#f8f9fa;border-color:#adb5bd}.light-theme .address-section,.light-theme .cart-section,.light-theme .order-summary{background:#fff;border-color:#dee2e6}.light-theme .section-title{color:#333}.light-theme .cart-item{background:#fff;border-bottom-color:#e9ecef}.light-theme .cart-item.editing{background:#f8f9fa}.light-theme .item-name{color:#333}.light-theme .option-badge{background:#e9ecef;border-color:#dee2e6;color:#495057}.light-theme .option-badge.combined{background:#f8f9fa;color:#333}.light-theme .item-price{color:#28a745}.light-theme .edit-item-btn{background:#fff;border-color:#ced4da;color:#495057}.light-theme .edit-item-btn:hover{background:#f8f9fa;border-color:#adb5bd}.light-theme .remove-item-btn{background:#0000;color:#dc3545}.light-theme .remove-item-btn:hover{background:#0000;color:#c82333}.light-theme .quantity-label{color:#6c757d}.light-theme .quantity-btn{background:#e9ecef;border-color:#ced4da;color:#495057}.light-theme .quantity-btn:hover{background:#dde0e3;border-color:#adb5bd}.light-theme .quantity-display{background:#0000;color:#495057}.light-theme .item-total{color:#333}.light-theme .edit-panel{background:#f8f9fa;border-color:#dee2e6}.light-theme .edit-title{color:#333}.light-theme .edit-label{color:#6c757d}.light-theme .edit-select{background:#fff;border-color:#ced4da;color:#495057}.light-theme .save-changes-btn{background:#28a745;color:#fff}.light-theme .save-changes-btn:hover{background:#218838}.light-theme .clear-cart-btn{background:#fff;border-color:#dc3545;color:#dc3545}.light-theme .clear-cart-btn:hover{background:#f8f9fa}.light-theme .address-label{color:#495057}.light-theme .address-input,.light-theme .address-select{background:#fff;border-color:#ced4da;color:#495057}.light-theme .address-input:focus,.light-theme .address-select:focus{border-color:#80bdff}.light-theme .summary-label{color:#6c757d}.light-theme .summary-value{color:#495057}.light-theme .total-label{color:#333}.light-theme .total-value{color:#28a745}.light-theme .payment-method-btn{background:#f8f9fa;border-color:#dee2e6;color:#495057}.light-theme .payment-method-btn.active{background:#007bff;border-color:#007bff;color:#fff}.light-theme .eth-payment,.light-theme .stripe-card{background:#fff;border-color:#dee2e6}.light-theme .eth-note{color:#6c757d}.light-theme .place-order-btn{background:#28a745;color:#fff}.light-theme .place-order-btn:hover:not(:disabled){background:#218838}.light-theme .place-order-btn:disabled{background:#6c757d;color:#adb5bd}.light-theme .security-badge{background:#f8f9fa}.light-theme .security-text{color:#6c757d}.light-theme .empty-cart,.light-theme .order-confirmation{background:#fff}.light-theme .confirmation-title,.light-theme .empty-cart-title{color:#333}.light-theme .confirmation-note,.light-theme .empty-cart-message{color:#6c757d}.light-theme .confirmation-message{color:#495057}.light-theme .confirmation-id{color:#6c757d}.light-theme .affiliate-notice{background:#d4edda;border-color:#c3e6cb}.light-theme .affiliate-notice-icon{background:#28a745;color:#fff}.light-theme .affiliate-notice-content strong{color:#155724}.light-theme .affiliate-notice-content p{color:#0f5132}.light-theme .payment-info{color:#6c757d}.light-theme .stripe-error-notice{background:#f8d7da;border-color:#f5c6cb}.light-theme .stripe-error-icon{background:#dc3545;color:#fff}.light-theme .stripe-error-content p,.light-theme .stripe-error-content strong{color:#721c24}.light-theme .stripe-error-content small{color:#856404}.light-theme .dev-mode-notice{background:#fff3cd;border-color:#ffeaa7}.light-theme .dev-mode-icon{background:#ffc107;color:#fff}.light-theme .dev-mode-content p,.light-theme .dev-mode-content strong{color:#856404}.light-theme .StripeElement{background:#fff;color:#495057}.light-theme .StripeElement--focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.light-theme .StripeElement--invalid{border-color:#dc3545}.light-theme .StripeElement--webkit-autofill{background-color:#fefde5!important}.theme-toggle{align-items:center;background:#0000;border:1px solid #444;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:6px 12px;transition:all .3s}.light-theme .theme-toggle{background:#0000;border-color:#ccc;color:#333}.theme-toggle:hover{background:#ffffff1a}.light-theme .theme-toggle:hover{background:#0000000d}.theme-toggle-track{background:#333;border-radius:10px;height:20px;position:relative;transition:background .3s;width:40px}.light-theme .theme-toggle-track{background:#ccc}.theme-toggle-thumb{align-items:center;background:#fff;border-radius:50%;display:flex;font-size:10px;height:16px;justify-content:center;left:2px;position:absolute;top:2px;transform:translateX(0);transition:transform .3s;width:16px}.light-theme .theme-toggle-thumb{background:#fff;color:#333;transform:translateX(20px)}.theme-label{font-weight:600}.login-container{margin:40px auto;max-width:400px;padding:20px}.login-card{background:#111;border:1px solid #000;border-radius:16px;padding:32px;position:relative;text-align:center}.login-card:before{border:1px solid #fff;border-radius:16px;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.login-title{color:#fff;font-size:24px;margin-bottom:8px;text-align:center}.login-subtitle{color:#aaa;margin-bottom:32px}.admin-notice,.login-subtitle{font-size:14px;text-align:center}.admin-notice{color:#f44;font-weight:700;margin-bottom:16px}.login-form{margin-top:24px}.form-group{margin-bottom:20px}.form-label{color:#eee;display:block;font-weight:600;margin-bottom:8px;text-align:left}.form-input{background:#222;border:1px solid #444;border-radius:12px;box-sizing:border-box;color:#fff;font-family:Courier New,monospace;font-size:16px;padding:14px;transition:all .3s;width:100%}.form-input:focus{border-color:#fff;box-shadow:0 0 0 2px #fff3;outline:none}.form-input::placeholder{color:#777}.submit-btn{background:#fff;border:none;border-radius:12px;color:#000;cursor:pointer;font-family:Courier New,monospace;font-size:16px;font-weight:700;margin:24px 0 16px;padding:16px;transition:all .3s;width:100%}.submit-btn:hover:not(:disabled){background:#f0f0f0;transform:translateY(-1px)}.submit-btn:disabled{background:#666;color:#aaa;cursor:not-allowed}.toggle-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Courier New,monospace;font-size:14px;padding:8px;text-decoration:underline;transition:color .3s;width:100%}.toggle-btn:hover{color:#ccc}.admin-note{color:#aaa;font-size:12px;line-height:1.4;margin-top:20px;text-align:center}.loading-spinner{animation:spin .8s linear infinite;border:2px solid #000;border-radius:50%;border-top-color:#0000;display:inline-block;height:20px;margin-right:8px;vertical-align:middle;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mode-indicator{background:#222;border:1px solid #444;border-radius:20px;color:#fff;display:inline-block;font-size:12px;margin-left:10px;padding:4px 12px}.mode-indicator.admin{background:#300;border-color:#f44;color:#f44}.form-divider{align-items:center;color:#666;display:flex;margin:20px 0}.form-divider:after,.form-divider:before{background:#333;content:"";flex:1 1;height:1px}.form-divider span{font-size:12px;padding:0 15px}@media (max-width:480px){.login-container{margin:20px auto;padding:16px}.login-card{padding:24px 16px}.login-title{font-size:20px}}.account-type-selector{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.account-type-option{align-items:center;background:#1a1a1a;border:2px solid #333;border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:16px;transition:all .3s}.account-type-option:hover{background:#222;border-color:#555}.account-type-option.selected{background:#00ff000d;border-color:#0f0}.account-type-icon{align-items:center;background:#222;border-radius:50%;display:flex;font-size:24px;height:48px;justify-content:center;width:48px}.account-type-info{flex:1 1}.account-type-info h4{color:#fff;font-size:16px;margin:0 0 4px}.account-type-info p{color:#aaa;font-size:14px;margin:0}.affiliate-note{color:#fa0;font-size:12px;margin-top:4px}.affiliate-benefits{background:#00ff000d;border:1px solid #0f03;border-radius:12px;margin-top:16px;padding:16px}.affiliate-benefits h5{color:#0f0;font-size:14px;margin:0 0 12px}.affiliate-benefits ul{color:#ccc;font-size:13px;line-height:1.5;margin:0;padding-left:20px}.affiliate-benefits li{margin-bottom:6px}.affiliate-terms{border-top:1px solid #333;margin-top:12px;padding-top:12px}.affiliate-terms a{color:#0f0;margin-left:4px;text-decoration:none}.affiliate-terms a:hover{text-decoration:underline}.help-text{color:#777;font-size:12px;line-height:1.4;margin-top:4px}.light-theme .login-container{background:#f8f9fa}.light-theme .login-card{background:#fff;border-color:#e0e0e0}.light-theme .login-card:before{border-color:#333;opacity:.05}.light-theme .login-title{color:#333}.light-theme .login-subtitle{color:#6c757d}.light-theme .admin-notice{color:#dc3545}.light-theme .form-label{color:#495057}.light-theme .form-input{background:#fff;border-color:#ced4da;color:#495057}.light-theme .form-input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.light-theme .form-input::placeholder{color:#6c757d}.light-theme .submit-btn{background:#28a745;color:#fff}.light-theme .submit-btn:hover:not(:disabled){background:#218838}.light-theme .submit-btn:disabled{background:#6c757d;color:#adb5bd}.light-theme .toggle-btn{background:#eee!important;border-radius:12px!important;color:#007bff;padding:8px 12px!important}.light-theme .toggle-btn:hover{color:#0056b3}.light-theme .admin-note{color:#6c757d}.light-theme .mode-indicator{background:#e9ecef;border-color:#ced4da;color:#495057}.light-theme .mode-indicator.admin{background:#f8d7da;border-color:#f5c6cb;color:#721c24}.light-theme .form-divider:after,.light-theme .form-divider:before{background:#dee2e6}.light-theme .form-divider span{color:#6c757d}.light-theme .account-type-option{background:#f8f9fa;border-color:#dee2e6}.light-theme .account-type-option:hover{background:#e9ecef;border-color:#adb5bd}.light-theme .account-type-option.selected{background:#28a7450d;border-color:#28a745}.light-theme .account-type-icon{background:#fff}.light-theme .account-type-info h4{color:#333}.light-theme .account-type-info p{color:#6c757d}.light-theme .affiliate-benefits{background:#28a7450d;border-color:#28a74533}.light-theme .affiliate-benefits h5{color:#28a745}.light-theme .affiliate-benefits ul{color:#495057}.light-theme .affiliate-terms a{color:#28a745}.light-theme .affiliate-terms a:hover{color:#1e7e34}.product-detail-container{max-width:1400px;padding:32px 16px}.back-button{align-items:center;background:#0000;border:1px solid #444;border-radius:8px;color:#fff;cursor:pointer;display:flex;gap:8px;margin-bottom:24px;padding:8px 16px}.product-gallery{position:relative}.product-main-image{border:1px solid #444;border-radius:16px;cursor:pointer;height:500px;margin-bottom:24px}.nav-button{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:40px}.nav-button.prev{left:16px}.nav-button.next{right:16px}.thumbnail{border:1px solid #444}.thumbnail.active{border:3px solid #fff}.product-name-large{color:#fff;font-size:36px;margin-bottom:16px}.product-description-large{color:#ccc;font-size:18px;line-height:1.6;margin-bottom:24px}.product-price-large{font-size:32px;margin-bottom:24px}.current-price{color:#0f0;font-weight:700}.original-price-large{color:#777;font-size:20px;margin-left:12px;text-decoration:line-through}.option-selector-large{margin-bottom:24px;position:relative}.option-label-large{color:#eee;display:block;font-weight:600;margin-bottom:8px}.option-select-large{-webkit-appearance:none;appearance:none;background:#222;border:1px solid #444;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;padding:14px;width:100%}.select-arrow-large{color:#aaa;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.quantity-selector{margin-bottom:24px}.quantity-label-large{color:#eee;display:block;font-weight:600;margin-bottom:8px}.quantity-controls-large{align-items:center;display:flex;gap:12px}.quantity-btn-large{background:#333;border:1px solid #555;border-radius:8px;color:#fff;cursor:pointer;font-size:20px;height:40px;width:40px}.quantity-input-large{background:#222;border:1px solid #444;border-radius:12px;color:#fff;font-size:16px;padding:12px;text-align:center;width:80px}.add-to-cart-btn-large{background:#fff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:18px;font-weight:700;margin-bottom:16px;padding:16px;transition:background .3s;width:100%}.add-to-cart-btn-large:hover{background:#f0f0f0}.loading-state{color:#aaa}.error-state,.loading-state{padding:60px;text-align:center}.error-state{color:#f44}.image-modal-close{fontSize:30px;background:#0000;right:20px;top:20px;z-index:10001}.image-modal-close,.image-modal-nav{border:none;color:#fff;cursor:pointer;position:absolute}.image-modal-nav{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:24px;height:50px;justify-content:center;width:50px}.image-modal-nav.prev{left:20px;top:50%;transform:translateY(-50%)}.image-modal-nav.next{right:20px;top:50%;transform:translateY(-50%)}.image-modal-img{border-radius:8px;max-height:90%;max-width:90%}.image-modal-counter{bottom:20px;color:#fff;font-size:14px;left:0;position:absolute;right:0;text-align:center}@media (max-width:768px){.product-detail-grid{gap:24px;grid-template-columns:1fr}.product-main-image{height:300px}.product-name-large{font-size:28px}.product-price-large{font-size:24px}}.thumbnail:hover{border-color:#888}.thumbnail.active:hover{border-color:#fff}.light-theme .back-button{background:#fff;border-color:#dee2e6;color:#333}.light-theme .back-button:hover{background:#f8f9fa;border-color:#adb5bd}.light-theme .product-name-large{color:#333}.light-theme .product-description-large{color:#6c757d}.light-theme .current-price{color:#28a745}.light-theme .original-price-large{color:#6c757d}.light-theme .option-label-large{color:#495057}.light-theme .option-select-large{background:#fff;border-color:#ced4da;color:#495057}.light-theme .quantity-label-large{color:#495057}.light-theme .quantity-btn-large{background:#e9ecef;border-color:#ced4da;color:#495057}.light-theme .quantity-input-large{background:#fff;border-color:#ced4da;color:#495057}.light-theme .add-to-cart-btn-large{background:#28a745;color:#fff}.light-theme .add-to-cart-btn-large:hover{background:#218838}.light-theme .error-state,.light-theme .loading-state{color:#6c757d}.light-theme .image-modal-overlay{background:#fffffff2}.light-theme .image-modal-close{color:#333}.light-theme .image-modal-nav{background:#ffffffe6;border-color:#0003;color:#333}.light-theme .image-modal-counter{color:#333}.light-theme .image-modal-hint{color:#666}.product-detail-container{margin:0 auto;max-width:1200px;overflow-x:hidden;padding:16px}.product-detail-grid{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr}@media (max-width:768px){.product-detail-grid{gap:24px;grid-template-columns:1fr}.product-main-image{height:300px}.product-name-large{font-size:28px}.product-price-large{font-size:24px}.thumbnail-gallery{justify-content:center}.thumbnail{height:60px;width:60px}}.product-main-image{cursor:zoom-in;height:auto;max-height:500px;object-fit:cover;width:100%}.thumbnail-gallery{display:flex;flex-wrap:wrap;gap:12px;overflow-x:auto;padding:8px 0}.thumbnail{border-radius:12px;cursor:pointer;flex-shrink:0;height:80px;object-fit:cover;width:80px}.image-modal-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.image-modal-content{max-height:90vh;max-width:90vw;position:relative}.image-modal-img{max-height:90vh;max-width:100%;object-fit:contain}.light-theme .product-detail-container{background:#f8f9fa}
/*# sourceMappingURL=main.b642258d.css.map*/