:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}html{scroll-behavior:smooth}button:focus-visible,a:focus-visible{outline:2px solid #c9a961;outline-offset:2px}input[type=text],input[type=number],input[type=email],input[type=password],input[type=date],input[type=time],input[type=url],input[type=tel],input[type=search],textarea,select{background:#fff!important;color:#000!important}input::placeholder,textarea::placeholder{color:#999!important;opacity:1}label{color:#000!important;font-weight:700!important;-webkit-text-fill-color:#000000!important}form label,.form label,.form-group label,.form-container label,.form-card label,.add-level-form label,.level-edit-form label,div label,span label{color:#000!important;font-weight:700!important;-webkit-text-fill-color:#000000!important;background:transparent!important}form,.form,.form-group,.form-container,.form-card,.add-level-form,.level-edit-form,.form-input{color:#000!important}form input,.form input,.form-group input,.form-container input,.form-card input,.add-level-form input,.level-edit-form input{background:#fff!important;color:#000!important}form label,.form label,.form-group label,.form-container label,.form-card label,.add-level-form label,.level-edit-form label{color:#000!important;font-weight:600!important}.header{background:#fff;border-bottom:2px solid #e0e0e0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:60px;width:auto;max-width:300px;object-fit:contain}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .3s ease;font-size:.95rem}.nav a:hover{color:#c9a961}.cart-link{position:relative;display:flex;align-items:center;padding:.5rem}.cart-icon{font-size:1.5rem}.cart-badge{position:absolute;top:0;right:0;background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;transform:translate(50%,-50%)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px;z-index:1001}.mobile-menu-toggle span{width:25px;height:2px;background:#1a1a1a;transition:all .3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu{display:none;flex-direction:column;background:#fff;border-top:2px solid #e0e0e0;padding:1rem 0;position:absolute;top:100%;left:0;right:0;z-index:1000;box-shadow:0 4px 10px #0000001a}.mobile-menu a,.mobile-menu .mobile-menu-item{display:block;padding:1rem 1.5rem;color:#1a1a1a;text-decoration:none;font-weight:500;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.mobile-menu a:hover,.mobile-menu .mobile-menu-item:hover{background:#f5f5f5}.mobile-cart-link{position:relative;display:flex;align-items:center;gap:.5rem}.mobile-user-section{border-top:2px solid #e0e0e0;margin-top:.5rem;padding-top:.5rem}.mobile-user-info{padding:1rem 1.5rem;background:#f5f5f5;margin-bottom:.5rem}.mobile-user-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.mobile-user-email{font-size:.85rem;color:#666;margin-bottom:.5rem}.mobile-user-type{font-size:.8rem;color:#666;text-transform:capitalize}.mobile-login-btn{margin:1rem 1.5rem;width:calc(100% - 3rem)}.user-menu{position:relative}.user-menu-button{background:#c9a961;color:#1a1a1a;border:none;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:0;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.user-menu-button:hover{background:#b8964f}.user-menu-arrow{font-size:.7rem;transition:transform .3s ease}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:250px;z-index:1000;overflow:hidden}.user-menu-info{padding:1rem;background:#f5f5f5}.user-menu-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.user-menu-email{font-size:.85rem;color:#666;margin-bottom:.5rem}.user-menu-type{font-size:.8rem;color:#666;text-transform:capitalize}.user-menu-divider{height:1px;background:#e0e0e0}.user-menu-item{display:block;padding:.75rem 1rem;color:#1a1a1a;text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem;transition:background .3s ease;font-family:inherit}.user-menu-item:hover{background:#f5f5f5}@media(max-width:768px){.logo-img{height:45px;max-width:200px}.nav{display:none}.mobile-menu-toggle,.mobile-menu{display:flex}}@media(max-width:480px){.logo-img{height:35px;max-width:150px}}.footer{background:#1a1a1a;color:#e8e8e8;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#c9a961;font-weight:600}.footer-section p{color:#b8b8b8;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#b8b8b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#c9a961}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #2d2d2d;color:#888;font-size:.9rem}.footer-branding{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #2d2d2d}.swampspark-link{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;background:#fff;color:#1a1a1a;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #0003}.swampspark-link:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.swampspark-logo{height:48px;width:auto;object-fit:contain}.swampspark-text{font-size:.9rem;font-weight:600}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}.hero{position:relative;min-height:600px;display:flex;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);background-image:linear-gradient(135deg,#1a1a1af2,#2d2d2df2),url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="%23333" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');background-size:cover;background-position:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1acc,#2d2d2d99)}.hero-content{position:relative;z-index:1;text-align:center;color:#e8e8e8;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:1px;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#b8b8b8;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{padding:5rem 0;background:#f5f5f5}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a;letter-spacing:1px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-top:3px solid #c9a961}.feature-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a;font-weight:600}.feature-card p{color:#666;line-height:1.6}.about{padding:5rem 0;background:#fff}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons button{width:100%}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero{min-height:500px}.hero-title{font-size:2rem}}.auth-container{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#f5f5f5}.auth-container *{box-sizing:border-box}.auth-card{background:#fff!important;border-radius:8px;padding:2.5rem;width:100%;max-width:450px;box-shadow:0 4px 20px #0000001a}.auth-card h2{font-size:2rem;font-weight:700;color:#1a1a1a!important;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#333!important;text-align:center;margin-bottom:2rem;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-container .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-container .form-group label{font-weight:500;color:#1a1a1a!important;font-size:.95rem}.auth-container .form-group input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#fff!important;color:#1a1a1a!important}.auth-container .form-group input::placeholder{color:#999!important}.auth-container .form-group input:focus{outline:none;border-color:#c9a961}.auth-container .form-group input:disabled{background:#f5f5f5!important;cursor:not-allowed;color:#666!important}.auth-error{background:#fee;color:#c33;padding:.75rem 1rem;border-radius:4px;border:1px solid #fcc;font-size:.9rem;text-align:center}.auth-link{background:none;border:none;color:#c9a961;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0;margin:-.5rem 0 0 auto;align-self:flex-end;transition:color .3s ease}.auth-link:hover{color:#b8964f}.auth-link:disabled{cursor:not-allowed;opacity:.6}.btn-full{width:100%;margin-top:.5rem}.auth-switch{margin-top:1.5rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e0e0e0}.auth-switch p{color:#333!important;font-size:.95rem}.auth-link-button{background:none;border:none;color:#c9a961;cursor:pointer;font-size:.95rem;font-weight:500;text-decoration:underline;padding:0;transition:color .3s ease}.auth-link-button:hover{color:#b8964f}.auth-link-button:disabled{cursor:not-allowed;opacity:.6}@media(max-width:480px){.auth-card{padding:2rem 1.5rem}.auth-card h2{font-size:1.75rem}}.portal-container{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.portal-header{text-align:center;margin-bottom:3rem}.portal-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:1px}.portal-subtitle{font-size:1.1rem;color:#666}.portal-content{display:flex;flex-direction:column;gap:2rem}.portal-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.portal-card h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.portal-info{display:flex;flex-direction:column;gap:1rem}.portal-info p{font-size:1rem;color:#555;line-height:1.6}.portal-info strong{color:#1a1a1a;font-weight:600;min-width:120px;display:inline-block}.account-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.account-badge.customer{background:#e3f2fd;color:#1976d2}.account-badge.admin{background:#fff3e0;color:#f57c00}.account-badge.staff{background:#f3e5f5;color:#7b1fa2}.portal-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.action-item{padding:1.5rem;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;min-height:180px}.action-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.action-item h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.action-item p{font-size:.95rem;color:#666;margin-bottom:1rem;line-height:1.5;flex:1}.action-item .btn-primary,.action-item a.btn-primary,.action-item button.btn-primary{margin-top:auto;width:100%}.action-item button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.portal-header h1{font-size:2rem}.portal-actions{grid-template-columns:1fr}}.admin-container{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.admin-header{text-align:center;margin-bottom:2rem}.admin-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.admin-subtitle{font-size:1.1rem;color:#666}.admin-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.admin-search{flex:1;min-width:250px;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem}.admin-search:focus{outline:none;border-color:#c9a961}.admin-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer}.admin-filter:focus{outline:none;border-color:#c9a961}.membership-levels-info{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.membership-levels-info h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.level-card{padding:1.5rem;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;text-align:center;display:flex;flex-direction:column}.level-card h3{margin-bottom:.5rem}.level-discount{font-size:1.25rem;font-weight:600;color:#c9a961;margin-bottom:.5rem}.level-requirement{font-size:.9rem;color:#666;margin:.25rem 0}.level-card-actions{margin-top:auto;padding-top:1rem;display:flex;flex-direction:column;gap:.5rem}.btn-edit-level,.btn-delete-level{width:100%;padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-edit-level{background:#c9a961;color:#fff}.btn-edit-level:hover{background:#b8964f}.btn-delete-level{background:#dc3545;color:#fff}.btn-delete-level:hover{background:#c82333}.btn-add-level{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-add-level:hover{background:#218838}.add-level-form{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:2px solid #c9a961;color:#000!important}.add-level-form *{color:#000!important}.add-level-form h3{color:#000!important;font-weight:700;margin-bottom:1rem}.add-level-form label{color:#000!important;font-weight:700!important;-webkit-text-fill-color:#000000!important;background:transparent!important}.level-edit-form{text-align:left;background:#fff;padding:1rem;border-radius:4px;color:#000!important}.level-edit-form *{color:#000!important}.level-edit-form .form-group{margin-bottom:1rem;color:#000!important}.level-edit-form .form-group label{display:block!important;font-size:.95rem!important;font-weight:700!important;color:#000!important;margin-bottom:.5rem!important;text-transform:none!important;-webkit-text-fill-color:#000000!important}.level-edit-form .form-input{width:100%;padding:.5rem;border:2px solid #e0e0e0;border-radius:4px;font-size:.9rem;box-sizing:border-box;background:#fff!important;color:#000!important;font-weight:500!important}.level-edit-form .form-input::placeholder{color:#999!important;opacity:1}.level-edit-form .form-input:focus{outline:none;border-color:#c9a961;background:#fff!important;color:#000!important}.level-edit-form .form-input:-webkit-autofill,.level-edit-form .form-input:-webkit-autofill:hover,.level-edit-form .form-input:-webkit-autofill:focus{-webkit-text-fill-color:#000000!important;-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;box-shadow:0 0 0 1000px #fff inset!important}.level-edit-form .form-actions{display:flex;gap:.5rem;margin-top:1rem}.level-edit-form .btn-primary{flex:1;padding:.5rem;background:#c9a961;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.level-edit-form .btn-primary:hover{background:#b8964f}.level-edit-form .btn-secondary{flex:1;padding:.5rem;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.level-edit-form .btn-secondary:hover{background:#5a6268}.users-table-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.users-table-container h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.users-table th{background:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.users-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.users-table tr:hover{background:#f9f9f9}.membership-select{padding:.5rem;border:2px solid #e0e0e0;border-radius:4px;font-size:.9rem;background:#fff;cursor:pointer}.membership-select:focus{outline:none;border-color:#c9a961}.membership-badge{display:inline-block;padding:.4rem .8rem;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:capitalize;letter-spacing:.5px}.membership-badge.none{background:#e0e0e0;color:#666}.membership-badge.club{background:#e3f2fd;color:#1976d2}.membership-badge.silver{background:#f5f5f5;color:#616161;border:1px solid #9e9e9e}.membership-badge.gold{background:#fff9c4;color:#f57f17;border:1px solid #fbc02d}.membership-badge.diamond{background:#e1f5fe;color:#0277bd;border:1px solid #03a9f4}.membership-badge.elite{background:#f3e5f5;color:#7b1fa2;border:1px solid #9c27b0}@media(max-width:768px){.admin-filters{flex-direction:column}.admin-search{width:100%}.users-table{font-size:.9rem}.users-table th,.users-table td{padding:.75rem .5rem}}.product-form-container{background:#fff!important;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.product-form-container *{box-sizing:border-box}.product-form-container h2{font-size:1.75rem;font-weight:600;color:#1a1a1a!important;margin-bottom:1.5rem}.product-form{display:flex;flex-direction:column;gap:1.5rem}.product-form-container .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.product-form-container .form-group{display:flex;flex-direction:column;gap:.5rem}.product-form-container .form-group label{font-weight:500;color:#1a1a1a!important;font-size:.95rem}.product-form-container .form-group input,.product-form-container .form-group textarea,.product-form-container .form-group select{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;background:#fff!important;color:#1a1a1a!important}.product-form-container .form-group input::placeholder,.product-form-container .form-group textarea::placeholder{color:#999!important}.product-form-container .form-group input:focus,.product-form-container .form-group textarea:focus,.product-form-container .form-group select:focus{outline:none;border-color:#c9a961}.product-form-container .checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#1a1a1a!important}.product-form-container .checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.product-form-container .array-input{display:flex;gap:.5rem}.product-form-container .array-input input{flex:1;background:#fff!important;color:#1a1a1a!important}.product-form-container .array-input input::placeholder{color:#999!important}.category-select-container{max-height:300px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem;background:#fff}.category-checkbox-label{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer;border-radius:4px;transition:background .2s}.category-checkbox-label:hover{background:#f5f5f5}.category-checkbox-label input[type=checkbox]{margin:0;cursor:pointer}.category-checkbox-label span{color:#1a1a1a;font-size:.95rem}.product-form .btn-secondary{background:#6c757d;color:#fff;border:2px solid #6c757d;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.product-form .btn-secondary:hover{background:#5a6268;border-color:#5a6268;color:#fff;transform:translateY(-2px)}.array-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.array-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f5f5f5;border-radius:4px}.array-item button{background:#dc3545;color:#fff;border:none;border-radius:4px;width:24px;height:24px;cursor:pointer;font-size:1.2rem;line-height:1}.array-item button:hover{background:#c82333}.product-form-container .form-hint{font-size:.85rem;color:#666!important;margin:-.25rem 0 .5rem}.product-form-container .specs-input{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;margin-bottom:.5rem}.product-form-container .specs-input input{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;background:#fff!important;color:#1a1a1a!important}.product-form-container .specs-input input::placeholder{color:#999!important}.product-form-container .specs-input input:focus{outline:none;border-color:#c9a961}.specs-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0}.spec-key-value{display:flex;gap:.5rem;flex:1}.spec-key{font-weight:600;color:#1a1a1a;min-width:120px}.spec-value{color:#555}.remove-spec-btn{background:#dc3545;color:#fff;border:none;border-radius:4px;width:28px;height:28px;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.remove-spec-btn:hover{background:#c82333}@media(max-width:768px){.specs-input{grid-template-columns:1fr}}.image-upload-section{display:flex;flex-direction:column;gap:1.5rem}.image-upload-area{display:flex;flex-direction:column;gap:.5rem}.upload-button{display:inline-block;padding:1rem 2rem;background:#c9a961;color:#1a1a1a;border:2px dashed #b8964f;border-radius:8px;text-align:center;cursor:pointer;font-weight:600;transition:all .3s ease}.upload-button:hover{background:#b8964f;border-color:#c9a961}.upload-button:active{transform:scale(.98)}.product-form-container .upload-hint{font-size:.85rem;color:#666!important;margin:0}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.image-preview-item{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;background:#f5f5f5}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-position-badge{position:absolute;top:.5rem;left:.5rem;background:#000000b3;color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;z-index:2}.image-controls{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:2}.image-move-btn{background:#007bffe6;color:#fff;border:none;border-radius:4px;width:32px;height:32px;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0003;padding:0}.image-move-btn:hover:not(:disabled){background:#007bff;transform:scale(1.1)}.image-move-btn:disabled{background:#80808080;cursor:not-allowed;opacity:.5}.remove-image-btn{background:#dc3545e6;color:#fff;border:none;border-radius:4px;width:32px;height:32px;cursor:pointer;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0003}.remove-image-btn:hover{background:#dc3545;transform:scale(1.1)}.products-table-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.products-table-container h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.products-table{overflow-x:auto}.products-table table{width:100%;border-collapse:collapse}.products-table th{background:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.products-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.products-table tr:hover{background:#f9f9f9}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600;margin-right:.5rem}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.status-badge.featured{background:#fff3cd;color:#856404}@media(max-width:768px){.form-row{grid-template-columns:1fr}.products-table{font-size:.9rem}.products-table th,.products-table td{padding:.75rem .5rem}}.category-management{padding:2rem 0;min-height:80vh;color:#1a1a1a}.category-management .container{max-width:1400px;padding:0 .5rem}.category-management-header{margin-bottom:2rem}.category-management-header h1{margin-bottom:.5rem;color:#1a1a1a}.category-management-header p{color:#666}.category-management-content{display:grid;grid-template-columns:400px 1fr;gap:2rem}.category-form-section{background:#2d2d2d;padding:1.5rem;border-radius:8px;height:fit-content;color:#e8e8e8}.category-form h2{margin-top:0;margin-bottom:1.5rem;color:#e8e8e8}.category-form .form-group{margin-bottom:1.5rem}.category-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.category-form-section .category-form label,.category-form-section label,.category-management .category-form label{color:#fff!important;font-weight:600!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.category-form input[type=text],.category-form input[type=number],.category-form input[type=file]:not(.image-upload-input),.category-form textarea,.category-form select{width:100%;padding:.75rem;background:#1a1a1a!important;border:1px solid #444;border-radius:4px;color:#e8e8e8!important;font-family:inherit;font-size:1rem}.category-form-section .category-form input[type=text],.category-form-section .category-form input[type=number],.category-form-section .category-form input[type=file]:not(.image-upload-input),.category-form-section .category-form textarea,.category-form-section .category-form select,.category-form-section input,.category-form-section textarea,.category-form-section select{background:#1a1a1a!important;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.category-form-section input::placeholder,.category-form-section textarea::placeholder{color:#aaa!important;opacity:1!important}.category-form input:focus,.category-form textarea:focus,.category-form select:focus{outline:none;border-color:#c9a961}.category-form .form-hint{display:block;margin-top:.25rem;font-size:.85rem;color:#aaa}.category-form .form-actions{display:flex;gap:.5rem;margin-top:1.5rem}.category-tree-section{background:#2d2d2d;padding:1.5rem;border-radius:8px;color:#e8e8e8}.category-tree-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #444}.category-tree-header h2{margin:0;color:#e8e8e8}.category-tree{display:flex;flex-direction:column;gap:.5rem}.category-tree-item{margin-bottom:.5rem}.category-tree-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#1a1a1a;border-radius:4px;border:1px solid #444}.expand-toggle{background:transparent;border:none;color:#c9a961;cursor:pointer;font-size:.9rem;padding:.25rem .5rem;min-width:24px;text-align:center}.expand-toggle:hover{color:#e8e8e8}.expand-placeholder{min-width:24px}.category-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.category-name{font-weight:600;color:#e8e8e8;font-size:1rem}.category-path{font-size:.85rem;color:#aaa}.category-actions{display:flex;gap:.5rem}.category-children{margin-top:.5rem;padding-left:1rem;border-left:2px solid #444}.image-upload-container{display:flex;flex-direction:column;gap:.5rem}.image-upload-input{padding:.5rem;background:#c9a961!important;border:1px solid #c9a961!important;border-radius:4px;color:#1a1a1a!important;font-family:inherit;font-size:.9rem;cursor:pointer;font-weight:600}.image-upload-input:hover{background:#b8964f!important;border-color:#b8964f!important}.image-upload-input::file-selector-button{background:#c9a961!important;color:#1a1a1a!important;border:none!important;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;margin-right:1rem}.image-upload-input::file-selector-button:hover{background:#b8964f!important}.image-upload-input:disabled{opacity:.6;cursor:not-allowed}.upload-status{color:#c9a961;font-size:.85rem;margin:0}.image-preview-container{display:flex;flex-direction:column;gap:.75rem}.image-preview{max-width:100%;max-height:200px;object-fit:contain;border:1px solid #444;border-radius:4px;background:#1a1a1a}@media(max-width:1024px){.category-management-content{grid-template-columns:1fr}}.payment-plans-header{margin-bottom:2rem}.payment-plans-header h1{font-size:2rem;margin-bottom:.5rem;color:#1a1a1a}.payment-plans-header p{color:#666;font-size:1rem}.payment-plans-list{display:flex;flex-direction:column;gap:1.5rem}.payment-plan-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}.payment-plan-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.payment-plan-header h2{font-size:1.5rem;margin:0 0 .5rem;color:#1a1a1a}.order-date,.order-customer{font-size:.9rem;color:#666;margin:.25rem 0}.order-status-badge{padding:.5rem 1rem;border-radius:4px;font-weight:600;font-size:.85rem;text-transform:uppercase}.order-status-badge.layaway{background:#ffc107;color:#000}.payment-plan-details{margin-bottom:1.5rem}.payment-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:4px}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.85rem;color:#666;font-weight:500}.summary-value{font-size:1.25rem;font-weight:700;color:#1a1a1a}.summary-value.paid{color:#28a745}.summary-value.remaining{color:#dc3545}.payment-actions{display:flex;gap:1rem;flex-wrap:wrap}.payment-history{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e0e0e0}.payment-history h3{font-size:1.1rem;margin-bottom:1rem;color:#1a1a1a}.payments-table{width:100%;border-collapse:collapse}.payments-table thead{background:#f8f9fa}.payments-table th{padding:.75rem;text-align:left;font-weight:600;font-size:.9rem;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.payments-table td{padding:.75rem;border-bottom:1px solid #e0e0e0;font-size:.9rem}.payments-table tbody tr:hover{background:#f8f9fa}.payment-method-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.payment-method-badge.stripe{background:#635bff;color:#fff}.payment-method-badge.cash{background:#28a745;color:#fff}.payment-method-badge.check{background:#17a2b8;color:#fff}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover:not(:disabled){background:#f0f0f0;color:#1a1a1a}.modal-close:disabled{opacity:.5;cursor:not-allowed}.payment-info{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:4px}.payment-info p{margin:0;font-size:1.1rem}.payment-amount-input{display:flex;flex-direction:column;gap:1rem}.payment-amount-input label{font-weight:600;color:#1a1a1a}.payment-amount-input input{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem}.payment-amount-input input:focus{outline:none;border-color:#007bff}.stripe-payment-form{display:flex;flex-direction:column;gap:1.5rem}.payment-form-actions{display:flex;gap:1rem;flex-wrap:wrap}.payment-message{padding:1rem;border-radius:4px;font-weight:500}.payment-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group label{font-weight:600;color:#1a1a1a}.form-group input,.form-group select{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff}.form-hint{font-size:.85rem;color:#666;margin:0}.no-orders{text-align:center;padding:3rem;color:#666}@media(max-width:768px){.payment-plan-header{flex-direction:column;gap:1rem}.payment-summary{grid-template-columns:1fr}.payment-actions{flex-direction:column}.payment-actions button{width:100%}.payments-table{font-size:.85rem}.payments-table th,.payments-table td{padding:.5rem}}.discount-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.tab-button{padding:1rem 2rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.tab-button:hover{color:#1a1a1a;background:#f5f5f5}.discount-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.discount-section *{color:inherit}.discount-section .form-group label{color:#1a1a1a!important;background:transparent!important}.section-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.section-header h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.section-header p{color:#333!important;font-size:1rem}.form-card *{box-sizing:border-box}.form-card h3{font-size:1.5rem;font-weight:600;color:#1a1a1a!important;margin-bottom:1.5rem}.form-card .form-group{margin-bottom:1.5rem}.discount-section .form-card .form-group label,.discount-section .form-card label,.discount-section .form-card label[htmlFor],.admin-container .discount-section .form-card .form-group label,.admin-container .discount-section .form-card label,.discount-section .form-card .form-group>label,.discount-section .form-card form .form-group label{display:block!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:.5rem!important;background:transparent!important}.discount-section .form-card,.discount-section .form-card *{color:inherit}.discount-section .form-card p,.discount-section .form-card span,.discount-section .form-card div:not(.product-search-dropdown):not(.product-search-item):not(.product-search-container){color:#1a1a1a!important}.form-card select,.form-card input[type=text],.form-card input[type=number],.form-card input[type=datetime-local]{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;box-sizing:border-box;background:#fff!important;color:#1a1a1a!important;transition:border-color .3s ease}.form-card select::placeholder,.form-card input::placeholder{color:#999!important}.form-card select:focus,.form-card input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.form-card small{display:block;margin-top:.25rem;color:#333!important;font-size:.85rem}.dc-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.dc-checkbox label{display:flex!important;align-items:center;gap:.6rem;font-weight:600!important;margin:0!important}.dc-checkbox input[type=checkbox]{width:18px;height:18px}.dc-actions{display:flex;gap:.75rem}.dc-actions-inline{display:flex;flex-wrap:wrap;gap:.5rem}.table-card{background:#fff;border-radius:8px;padding:2rem}.table-card h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.table-card table{width:100%;border-collapse:collapse}.table-card th{background:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.table-card td{padding:1rem;border-bottom:1px solid #e0e0e0;color:#1a1a1a!important}.table-card tr:hover{background:#f9f9f9}.product-search-input{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;box-sizing:border-box;background:#fff!important;color:#1a1a1a!important;transition:border-color .3s ease}.product-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff!important;border:2px solid #e0e0e0;border-radius:4px;max-height:300px;overflow-y:auto;z-index:1000;margin-top:.25rem;box-shadow:0 4px 12px #00000026}.product-search-item{padding:.75rem;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:all .2s ease;background:#fff!important}.product-search-item:hover{background:#f9f9f9!important;border-left:3px solid #c9a961;padding-left:calc(.75rem - 3px)}.product-search-item-title{color:#1a1a1a!important;font-weight:500;margin-bottom:.25rem}.discount-eligible-badge{display:inline-block;margin-left:.5rem;padding:.15rem .5rem;border-radius:999px;background:#28a7451f;border:1px solid rgba(40,167,69,.35);color:#1a1a1a;font-size:.75rem;font-weight:600;line-height:1.2}.product-search-item-details{display:flex;gap:1rem;font-size:.85rem;color:#666!important}.product-search-price{color:#666;font-weight:500}.selected-products-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.selected-product-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;color:#1a1a1a;font-size:.9rem;transition:all .2s ease}.selected-product-tag:hover{background:#f5f5f5;border-color:#c9a961}.remove-product-tag{background:#dc3545;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s}.remove-product-tag:hover{background:#c82333}.membership-eligible-row{margin-top:1rem}.membership-eligible-controls{display:flex;align-items:center;gap:.75rem}.membership-eligible-controls input[type=checkbox]{width:18px;height:18px}.membership-eligible-label{margin:0;font-weight:600}.membership-discount-help{margin:0 0 1rem;color:#1a1a1a}.membership-save-row{display:flex;justify-content:flex-end;margin-top:1rem}@media(max-width:768px){.dc-row{grid-template-columns:1fr}.discount-tabs{flex-direction:column}.tab-button{width:100%;text-align:left}.table-card{overflow-x:auto}.table-card table{min-width:600px}}.guide-management{padding:2rem 0;min-height:80vh;color:#fff;background:#1a1a1a}.guide-management .container{max-width:1800px;padding:0 .5rem}.guide-management-header{margin-bottom:2rem}.guide-management-header h1{margin-bottom:.5rem;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.guide-management .guide-management-header h1,.guide-management-header h1,div.guide-management .guide-management-header h1{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.guide-management-header p,.guide-management .guide-management-header p,div.guide-management .guide-management-header p{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;background:transparent!important}.guide-management-content{display:grid;grid-template-columns:350px 1fr;gap:2rem}.guides-list{background:#2d2d2d;padding:1.5rem;border-radius:8px;max-height:calc(100vh - 200px);overflow-y:auto;color:#e8e8e8}.guides-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.guides-list-header h2{margin:0;font-size:1.5rem;color:#fff!important}.guide-form{background:#1a1a1a;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;color:#e8e8e8}.guide-form *{color:inherit}.guide-form h3{margin-top:0;margin-bottom:1rem;color:#fff!important}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#fff!important}.guide-form .form-group label{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.guide-management .guide-form .form-group label,.guide-management .guide-form label,div.guide-management .guide-form .form-group label,div.guide-management .guide-form label,.guide-management div.guide-form .form-group label,.guide-management div.guide-form label{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important;font-weight:500!important}.form-group label input[type=checkbox]{margin-right:.5rem}.form-group input[type=text],.form-group textarea{width:100%;padding:.75rem;background:#2d2d2d;border:1px solid #444;border-radius:4px;color:#e8e8e8;font-family:inherit}.form-actions{display:flex;gap:.5rem}.guides-grid{display:flex;flex-direction:column;gap:1rem}.guide-card{background:#1a1a1a!important;padding:1rem;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .2s;color:#e8e8e8}.guide-card:hover{border-color:#c9a961}.guide-card.selected{border-color:#c9a961;background:#2d2d2d}.guide-card.inactive{opacity:.6}.guide-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.guide-card-header h3{margin:0;font-size:1.1rem;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.guide-card .guide-card-header h3,.guide-management .guide-card .guide-card-header h3,div.guide-management .guide-card .guide-card-header h3{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge.inactive{background:#666;color:#fff}.guide-description{color:#aaa;font-size:.9rem;margin-bottom:.5rem}.guide-card-footer{display:flex;justify-content:flex-end;margin-top:.5rem}.guide-builder{background:#2d2d2d;padding:1.5rem;border-radius:8px;max-height:calc(100vh - 200px);overflow-y:auto;overflow-x:auto;color:#e8e8e8;min-width:0}.guide-builder-content-new{display:flex;flex-direction:column;height:100%;color:#e8e8e8}.guide-builder-layout{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;flex:1;min-height:0;overflow:hidden}.tree-navigator{background:#1a1a1a;border-radius:8px;padding:1rem;display:flex;flex-direction:column;overflow:hidden;border:1px solid #444}.tree-navigator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #444}.tree-navigator-header h3{margin:0;font-size:1.1rem;color:#fff!important}.tree-actions{display:flex;gap:.5rem}.tree-content{flex:1;overflow-y:auto;overflow-x:hidden}.tree-node{margin-bottom:.25rem}.tree-node-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:4px;cursor:pointer;transition:background .2s;color:#e8e8e8}.tree-node-item:hover{background:#2d2d2d}.tree-node-item.selected{background:#c9a961;color:#1a1a1a;font-weight:600}.tree-expand-toggle{background:transparent;border:none;color:#c9a961;cursor:pointer;padding:.25rem;font-size:.75rem;min-width:20px;text-align:center;flex-shrink:0}.tree-expand-toggle:hover{color:#e8e8e8}.tree-expand-placeholder{min-width:20px;flex-shrink:0}.tree-node-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.detail-panel{background:#1a1a1a;border-radius:8px;padding:1.5rem;overflow-y:auto;overflow-x:hidden;border:1px solid #444}.no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#aaa;min-height:400px}.question-detail-panel{display:flex;flex-direction:column;gap:2rem}.question-breadcrumb{padding:.75rem 1rem;background:#2d2d2d;border-radius:4px;font-size:.9rem;color:#e8e8e8}.breadcrumb-separator{color:#666;margin:0 .5rem}.breadcrumb-link{background:none;border:none;color:#c9a961;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.breadcrumb-link:hover{color:#e8e8e8}.detail-section{background:#2d2d2d;padding:1.5rem;border-radius:8px;border:1px solid #444}.detail-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.detail-section-header h3{margin:0;font-size:1.2rem;color:#fff!important}.question-editor{margin-bottom:1rem}.question-text-input{width:100%;padding:1rem;background:#1a1a1a!important;border:2px solid #c9a961;border-radius:4px;color:#e8e8e8!important;font-size:1.1rem;font-weight:500;box-sizing:border-box}.question-text-input:focus{outline:none;border-color:#b8964f}.question-options{margin-top:1rem;padding-top:1rem;border-top:1px solid #444}.checkbox-label{display:flex;align-items:center;gap:.5rem;color:#fff!important;font-size:.95rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label span{color:#c9a961!important;font-weight:500}.detail-section .checkbox-label,.detail-section .checkbox-label span,.question-options .checkbox-label,.question-options .checkbox-label span,.question-detail-panel .checkbox-label,.question-detail-panel .checkbox-label span{color:#c9a961!important}.detail-section label.checkbox-label span,.question-options label.checkbox-label span,.guide-management .detail-section label.checkbox-label span,.guide-management .question-options label.checkbox-label span{color:#c9a961!important;-webkit-text-fill-color:#c9a961!important;background:transparent!important}.guide-management .detail-section label.checkbox-label,.guide-management .question-options label.checkbox-label{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#c9a961}.option-help-text{margin:.5rem 0 0;font-size:.85rem;color:#aaa;font-style:italic;line-height:1.4}.empty-answers{padding:2rem;text-align:center;color:#aaa;font-style:italic}.answers-list{display:flex;flex-direction:column;gap:1.5rem}.answer-detail-item{background:#1a1a1a;padding:1.5rem;border-radius:8px;border:1px solid #444;margin-bottom:1rem}.answer-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.answer-text-display{width:100%;padding:.75rem 1rem;background:#2d2d2d;border-radius:4px;color:#e8e8e8;font-size:1rem;cursor:text;min-height:2.5rem;display:flex;align-items:center;border:1px solid transparent;box-sizing:border-box;word-wrap:break-word}.answer-text-display:hover{border-color:#666}.answer-text-input{width:100%;padding:.75rem 1rem;background:#2d2d2d!important;border:2px solid #c9a961;border-radius:4px;color:#e8e8e8!important;font-size:1rem;box-sizing:border-box}.answer-text-input:focus{outline:none;border-color:#b8964f}.continue-button-config{margin:1rem 0;padding:1rem;background:#2d2d2d;border-radius:4px;border:1px solid #444}.continue-button-label{display:flex;flex-direction:column;gap:.5rem;color:#fff!important;font-size:.95rem}.continue-button-label span{font-weight:600;color:#c9a961!important}.answer-detail-item .continue-button-label,.answer-detail-item .continue-button-label span,.continue-button-config .continue-button-label,.continue-button-config .continue-button-label span,.answer-detail-item label.continue-button-label span,.continue-button-config label.continue-button-label span{color:#c9a961!important;-webkit-text-fill-color:#c9a961!important}.guide-management .answer-detail-item label.continue-button-label span,.guide-management .continue-button-config label.continue-button-label span,.guide-management .answer-detail-item .continue-button-label span,.guide-management .continue-button-config .continue-button-label span{color:#c9a961!important;-webkit-text-fill-color:#c9a961!important;background:transparent!important}.guide-management .answer-detail-item label.continue-button-label,.guide-management .continue-button-config label.continue-button-label{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important}.continue-button-select{width:100%;padding:.75rem 1rem;background:#1a1a1a!important;border:2px solid #444;border-radius:4px;color:#e8e8e8!important;font-size:1rem;box-sizing:border-box;cursor:pointer}.continue-button-select:focus{outline:none;border-color:#c9a961}.continue-button-config .option-help-text{margin-top:.5rem}.answer-actions{display:flex;gap:.5rem;flex-wrap:wrap;width:100%}.recommendations-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #444}.recommendations-section h4{margin:0 0 .75rem;font-size:.95rem;color:#c9a961;text-transform:uppercase;letter-spacing:.5px}.recommendations-list{display:flex;flex-direction:column;gap:.5rem}.recommendation-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#2d2d2d;border-radius:4px;color:#e8e8e8;font-size:.95rem}.child-questions-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #444}.child-questions-section h4{margin:0 0 .75rem;font-size:.95rem;color:#c9a961;text-transform:uppercase;letter-spacing:.5px}.child-questions-list{display:flex;flex-direction:column;gap:.5rem}.child-question-link{padding:.75rem 1rem;background:#2d2d2d;border:1px solid #444;border-radius:4px;color:#c9a961;cursor:pointer;text-align:left;font-size:.95rem;transition:all .2s}.child-question-link:hover{background:#3d3d3d;border-color:#c9a961;color:#e8e8e8}.guide-builder-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.guide-builder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #444;flex-wrap:wrap;gap:1rem}.guide-builder-header h2{margin:0;color:#fff!important}.guide-builder-actions{display:flex;gap:.5rem;align-items:center}.question-tree{display:flex;flex-direction:column;gap:1.5rem;min-width:600px}.empty-state{text-align:center;padding:3rem;color:#aaa}.question-node{margin-left:0;min-width:0}.question-node.level-1{margin-left:1.5rem;border-left:3px solid #c9a961;padding-left:1.5rem}.question-node.level-2{margin-left:1.5rem;border-left:3px solid #666;padding-left:1.5rem}.question-node.level-3{margin-left:1.5rem;border-left:3px solid #888;padding-left:1.5rem}.question-node.level-4,.question-node.level-5,.question-node.level-6{margin-left:1.5rem;border-left:3px solid #aaa;padding-left:1.5rem}.guide-management .question-card{background:#1a1a1a!important;padding:1.5rem;border-radius:8px;border:2px solid #444;transition:all .2s;color:#e8e8e8!important;min-width:500px;width:100%;max-width:100%}.guide-management .question-card *{color:inherit}.question-header-row{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.expand-toggle{background:transparent;border:none;color:#c9a961;font-size:.9rem;cursor:pointer;padding:.25rem .5rem;flex-shrink:0;transition:transform .2s;min-width:24px;text-align:center}.expand-toggle:hover{color:#e8e8e8;background:#c9a9611a;border-radius:4px}.expand-toggle-placeholder{min-width:24px;flex-shrink:0}.guide-management .question-card:hover{border-color:#c9a961}.guide-management .question-card.selected{border-color:#c9a961;background:#2d2d2d!important}.guide-management .question-content{color:#e8e8e8!important}.guide-management .question-content h4{margin:0 0 1rem;cursor:text;font-size:1.2rem;color:#fff!important;line-height:1.5;word-wrap:break-word;min-height:1.5em}.guide-management .question-edit{color:#e8e8e8!important}.guide-management .question-edit input{width:100%;padding:.75rem;background:#2d2d2d!important;border:2px solid #c9a961;border-radius:4px;color:#e8e8e8!important;font-size:1.2rem;font-weight:500;min-height:2.5rem;box-sizing:border-box}.question-actions{display:flex;gap:.5rem}.answers-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #444}.answers-section.collapsed{display:none}.answers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.answers-header h5{margin:0;font-size:.9rem;color:#fff!important;text-transform:uppercase;letter-spacing:.5px}.answer-item{background:#2d2d2d;padding:1.25rem;border-radius:6px;margin-bottom:1rem;min-width:0}.answer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.answer-content span{flex:1;color:#e8e8e8;font-size:1rem;line-height:1.5;word-wrap:break-word;min-width:0;cursor:text;padding:.5rem;border-radius:4px;transition:background .2s}.answer-content span:hover{background:#c9a9611a}.answer-edit-input{flex:1;padding:.75rem;background:#1a1a1a!important;border:2px solid #c9a961;border-radius:4px;color:#e8e8e8!important;font-size:1rem;font-family:inherit;min-height:2.5rem;box-sizing:border-box;width:100%}.answer-actions{display:flex;gap:.5rem;flex-wrap:wrap;flex-shrink:0}.add-product-form{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #444;display:flex;flex-direction:column;gap:.5rem}.product-search-input{width:100%;padding:.75rem;background:#1a1a1a!important;border:1px solid #444;border-radius:4px;color:#e8e8e8!important;font-family:inherit;font-size:.95rem}.product-search-input:focus{outline:none;border-color:#c9a961}.product-search-input::placeholder{color:#999!important}.product-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#2d2d2d;border:1px solid #444;border-radius:4px;max-height:300px;overflow-y:auto;z-index:1000;margin-top:.25rem;box-shadow:0 4px 12px #0000004d}.product-search-item{padding:.75rem;cursor:pointer;border-bottom:1px solid #444;transition:background .2s}.product-search-item:hover{background:#3d3d3d}.product-search-item-title{color:#e8e8e8;font-weight:500;margin-bottom:.25rem}.product-search-item-details{display:flex;gap:1rem;font-size:.85rem;color:#aaa}.product-search-sku{color:#c9a961}.product-search-price{color:#aaa;font-weight:500}.product-search-no-results{padding:1rem;text-align:center;color:#aaa;font-style:italic}.recommendations-list{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #333}.recommendation-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#1a1a1a;border-radius:4px;margin-bottom:.25rem;font-size:.9rem;color:#e8e8e8}.recommendation-item span{color:#e8e8e8}.child-questions-toggle{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed #555}.expand-toggle-small{background:transparent;border:1px solid #666;color:#c9a961;font-size:.85rem;cursor:pointer;padding:.4rem .75rem;border-radius:4px;transition:all .2s}.expand-toggle-small:hover{color:#e8e8e8;background:#c9a9611a;border-color:#c9a961}.child-questions{margin-top:1.5rem;padding-top:1.5rem;border-top:2px dashed #666;min-width:0}.btn-small{padding:.4rem .8rem;font-size:.85rem}.btn-danger{background:#d32f2f;color:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.loading-spinner{width:40px;height:40px;border:4px solid #444;border-top-color:#c9a961;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media(max-width:1024px){.guide-management-content{grid-template-columns:1fr}.guides-list,.guide-builder{max-height:none}}.quote-management{min-height:calc(100vh - 200px);padding:2rem 0;background:#1a1a1a;color:#e8e8e8}.quote-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.quote-header h1{color:#e8e8e8;margin:0}.quote-form-container{background:#2d2d2d;border-radius:8px;padding:2rem;margin-bottom:2rem}.quote-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #444}.quote-form-header h2{color:#e8e8e8;margin:0}.quote-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#1a1a1a;padding:1.5rem;border-radius:8px;border:1px solid #444}.form-section h3{color:#c9a961;margin-top:0;margin-bottom:1rem}.customer-search{display:flex;gap:1rem;margin-bottom:1rem}.customer-search input{flex:1;padding:.75rem;background:#2d2d2d;border:1px solid #555;border-radius:4px;color:#e8e8e8;font-size:1rem}.customer-list{max-height:300px;overflow-y:auto;border:1px solid #444;border-radius:4px;background:#2d2d2d}.customer-item{padding:1rem;cursor:pointer;border-bottom:1px solid #444;transition:background .2s}.customer-item:hover{background:#3d3d3d}.customer-item:last-child{border-bottom:none}.customer-name{font-weight:600;color:#e8e8e8;margin-bottom:.25rem}.customer-email{font-size:.9rem;color:#aaa}.selected-customer{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#2d2d2d;border-radius:4px;border:1px solid #555}.customer-info{color:#e8e8e8}.customer-info strong{display:block;margin-bottom:.5rem}.new-customer-form{margin-top:1rem;padding:1.5rem;background:#2d2d2d;border-radius:8px;border:1px solid #555}.new-customer-form h4{color:#c9a961;margin-top:0;margin-bottom:1rem}.form-group label{display:block;color:#e8e8e8;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;background:#1a1a1a;border:1px solid #555;border-radius:4px;color:#e8e8e8;font-size:1rem;box-sizing:border-box}.form-group textarea{resize:vertical;font-family:inherit}.product-selector{margin-bottom:1.5rem}.product-selector select{width:100%;padding:.75rem;background:#1a1a1a;border:1px solid #555;border-radius:4px;color:#e8e8e8;font-size:1rem}.quote-items{display:flex;flex-direction:column;gap:1rem}.quote-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#2d2d2d;border-radius:4px;border:1px solid #555}.item-title{font-weight:600;color:#e8e8e8;margin-bottom:.25rem}.item-sku{font-size:.9rem;color:#aaa}.item-controls{display:flex;align-items:center;gap:1rem}.form-group-small{display:flex;flex-direction:column;gap:.25rem}.form-group-small label{font-size:.85rem;color:#aaa}.form-group-small input{width:80px;padding:.5rem;background:#1a1a1a;border:1px solid #555;border-radius:4px;color:#e8e8e8;font-size:.9rem}.item-total{font-weight:600;color:#c9a961;min-width:80px;text-align:right}.discount-item{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;padding:1rem;background:#2d2d2d;border-radius:4px}.discount-item select,.discount-item input{padding:.5rem;background:#1a1a1a;border:1px solid #555;border-radius:4px;color:#e8e8e8}.discount-item select{width:150px}.discount-item input[type=number]{width:120px}.discount-item input[type=text]{flex:1}.quote-totals{background:#2d2d2d;padding:1.5rem;border-radius:4px;border:1px solid #555}.total-row{display:flex;justify-content:space-between;padding:.5rem 0;color:#e8e8e8}.total-row.total-final{border-top:2px solid #555;margin-top:.5rem;padding-top:1rem;font-size:1.25rem;font-weight:600;color:#c9a961}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #444}.quotes-list{margin-top:2rem}.quotes-list h2{color:#e8e8e8;margin-bottom:1rem}.quotes-table{width:100%;border-collapse:collapse;background:#2d2d2d;border-radius:8px;overflow:hidden}.quotes-table thead{background:#1a1a1a}.quotes-table th{padding:1rem;text-align:left;color:#c9a961;font-weight:600;border-bottom:2px solid #444}.quotes-table td{padding:1rem;color:#e8e8e8;border-bottom:1px solid #444}.quotes-table tbody tr:hover{background:#3d3d3d}.status-draft{background:#666;color:#fff}.status-sent{background:#4a90e2;color:#fff}.status-accepted{background:#5cb85c;color:#fff}.status-rejected{background:#d9534f;color:#fff}.status-expired{background:#999;color:#fff}.status-converted{background:#5cb85c;color:#fff}.quote-actions{display:flex;gap:.5rem;align-items:center}.btn-danger{background:#d9534f;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.btn-danger.btn-small{padding:.4rem .8rem;font-size:.85rem}.order-management{min-height:calc(100vh - 200px);padding:2rem 0;background:#1a1a1a;color:#e8e8e8}.order-management .orders-list,.order-management .orders-table,.order-management .orders-table tbody,.order-management .orders-table tbody tr,.order-management .orders-table tbody tr td{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.order-header h1{color:#e8e8e8;margin:0}.order-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.85rem;color:#aaa}.stat-value{font-size:1.5rem;font-weight:600;color:#c9a961}.order-filters{display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#2d2d2d;border-radius:8px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:200px}.filter-group label{color:#e8e8e8;font-weight:500;font-size:.9rem}.filter-group select,.filter-group input{padding:.75rem;background:#1a1a1a!important;border:1px solid #555!important;border-radius:4px;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;font-size:1rem}.order-filters .filter-group select,.order-filters .filter-group input{background:#1a1a1a!important;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border:1px solid #555!important}.order-filters .filter-group select option{background:#1a1a1a!important;color:#e8e8e8!important}.order-filters .filter-group select:focus,.order-filters .filter-group input:focus{background:#1a1a1a!important;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border-color:#c9a961!important;outline:none}.orders-list{background:#2d2d2d;border-radius:8px;overflow:hidden}.orders-table thead{background:#1a1a1a}.orders-table th{padding:1rem;text-align:left;color:#c9a961;font-weight:600;border-bottom:2px solid #444}.orders-table tbody tr{background:#2d2d2d!important;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.orders-table td{padding:1rem;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border-bottom:1px solid #444}.orders-table td,.orders-table td *,.orders-table td span,.orders-table td div,.orders-table td p,.orders-table td button,.orders-table td a,.order-management .orders-table td,.order-management .orders-table tbody tr td{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.order-management .orders-table tbody tr td:not(:has(button)):not(:has(select)):not(:has(input)):not(:has(span)){color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.order-management .orders-list .orders-table tbody tr td{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.orders-table td input[type=text],.orders-table td input[type=number],.orders-table td select{background:#1a1a1a!important;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border:1px solid #555!important}.orders-table td select option{background:#1a1a1a!important;color:#e8e8e8!important}.orders-table tbody tr:hover{background:#3d3d3d!important;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.orders-table tbody tr:hover td,.orders-table tbody tr:hover td *,.orders-table tbody tr:hover td span,.orders-table tbody tr:hover td div,.orders-table tbody tr:hover td p{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}.orders-table tbody tr.selected{background:#3d3d3d;border-left:3px solid #c9a961}.order-number-link{background:none;border:none;color:#c9a961;cursor:pointer;text-decoration:underline;font-weight:500;padding:0;font-size:inherit}.order-number-link:hover{color:#e8e8e8}.status-select{padding:.4rem .6rem;background:#1a1a1a!important;border:1px solid #555!important;border-radius:4px;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;font-size:.9rem;cursor:pointer}.status-select:hover{border-color:#c9a961!important}.status-select option{background:#1a1a1a!important;color:#e8e8e8!important}.payment-type-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;text-transform:capitalize}.payment-full{background:#5cb85c;color:#fff}.payment-layaway{background:#f0ad4e;color:#fff}.tracking-display{display:flex;align-items:center;gap:.5rem}.tracking-display span{color:#e8e8e8}.no-tracking{color:#aaa;font-style:italic}.tracking-edit{display:flex;gap:.5rem;align-items:center}.tracking-edit input{flex:1;padding:.4rem .6rem;background:#1a1a1a!important;border:1px solid #555!important;border-radius:4px;color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;font-size:.9rem;min-width:150px}.btn-tiny{padding:.25rem .5rem;font-size:.8rem}.order-details-panel{margin-top:2rem;background:#2d2d2d;border-radius:8px;padding:2rem;border:1px solid #444}.order-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #444}.order-details-header h2{color:#e8e8e8;margin:0}.order-details-content{display:flex;flex-direction:column;gap:2rem}.details-section{background:#1a1a1a;padding:1.5rem;border-radius:8px;border:1px solid #444}.details-section h3{color:#c9a961;margin-top:0;margin-bottom:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item.full-width{grid-column:1 / -1}.detail-item label{color:#aaa!important;-webkit-text-fill-color:#aaa!important;font-size:.85rem;font-weight:500}.detail-item span{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;font-size:1rem}.items-table{width:100%;border-collapse:collapse;margin-top:1rem}.items-table thead{background:#2d2d2d}.items-table th{padding:.75rem;text-align:left;color:#c9a961;font-weight:600;border-bottom:2px solid #444}.items-table td{padding:.75rem;color:#e8e8e8;border-bottom:1px solid #444}.items-table tbody tr:hover{background:#2d2d2d}.items-table tfoot{background:#1a1a1a}.items-table tfoot .total-label{text-align:right;font-weight:600;color:#c9a961;padding-right:1rem}.items-table tfoot .total-value{font-weight:700;font-size:1.1rem;color:#c9a961}.btn-delete{background:#d32f2f;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.add-item-form{background:#2d2d2d;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #444}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;text-transform:capitalize}.status-pending{background:#f0ad4e;color:#fff}.status-layaway{background:#5bc0de;color:#fff}.status-paid{background:#5cb85c;color:#fff}.status-processing{background:#337ab7;color:#fff}.status-shipped,.status-delivered{background:#5cb85c;color:#fff}.status-cancelled{background:#d9534f;color:#fff}@media(max-width:768px){.order-header{flex-direction:column;align-items:flex-start}.order-stats{width:100%;justify-content:space-around}.orders-table{font-size:.85rem}.orders-table th,.orders-table td{padding:.5rem}.detail-grid{grid-template-columns:1fr}}.price-display{display:flex;flex-direction:column;gap:.25rem}.price-display.small{font-size:.9rem}.price-display.normal{font-size:1rem}.price-display.large{font-size:1.5rem}.price-standard{display:flex;align-items:center}.price-original{color:#999;text-decoration:line-through;font-size:.85em}.price-discounted{display:flex;align-items:center;gap:.5rem}.price-current{color:#1a1a1a;font-weight:600}.price-discount-badge{background-color:#28a745;color:#fff;padding:.2em .5em;border-radius:4px;font-size:.75em;font-weight:600;white-space:nowrap}.product-card .price-display{margin-top:.5rem}.product-card .price-current{color:#c9a961;font-size:1.1em}.product-detail .price-display.large .price-current{font-size:2rem;color:#c9a961}.product-detail .price-display.large .price-original{font-size:1.2rem}.cart-item .price-display{font-size:.95rem}.create-order-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-top:2rem}.create-order-main{display:flex;flex-direction:column;gap:2rem}.form-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.form-section h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.search-input{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;box-sizing:border-box}.search-input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.customer-search-container,.product-search-container{position:relative;width:100%}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-radius:4px;max-height:300px;overflow-y:auto;z-index:1000;margin-top:.25rem;box-shadow:0 4px 12px #00000026}.search-item{padding:.75rem;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:all .2s ease}.search-item:last-child{border-bottom:none}.search-item:hover{background:#f9f9f9;border-left:3px solid #c9a961;padding-left:calc(.75rem - 3px)}.search-item-title{color:#1a1a1a;font-weight:500;margin-bottom:.25rem}.search-item-details{display:flex;gap:1rem;font-size:.85rem;color:#666}.membership-badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;background:#c9a9611f;border:1px solid rgba(201,169,97,.35);color:#1a1a1a;font-size:.75rem;font-weight:600}.no-results{padding:1rem;text-align:center;color:#999;font-style:italic}.selected-customer{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9f9f9;border-radius:4px;border-left:3px solid #c9a961}.order-items-list{margin-top:1rem}.order-items-list table{width:100%;border-collapse:collapse}.order-items-list th{background:#f5f5f5;padding:.75rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.order-items-list td{padding:.75rem;border-bottom:1px solid #e0e0e0;color:#1a1a1a}.order-items-list tr:hover{background:#f9f9f9}.quantity-input{width:80px;padding:.5rem;border:2px solid #e0e0e0;border-radius:4px;text-align:center}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;box-sizing:border-box;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.85rem}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.create-order-sidebar{position:sticky;top:100px;height:fit-content}.order-summary-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.order-summary-card h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.discount-code-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.discount-code-section h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.discount-code-input{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;margin-bottom:.75rem;box-sizing:border-box}.btn-full{width:100%}.btn-small{padding:.4rem .8rem;font-size:.9rem}.error-message,.success-message{padding:1rem;border-radius:4px;margin-bottom:1.5rem;cursor:pointer}.error-message{background:#fee;color:#c33;border:1px solid #fcc}.success-message{background:#efe;color:#3c3;border:1px solid #cfc}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-group label{display:flex;align-items:center;gap:.6rem;font-weight:600;margin:0}.checkbox-group input[type=checkbox]{width:18px;height:18px}.create-order-content .btn-secondary,.admin-container .btn-secondary{background:#f5f5f5;color:#1a1a1a;border:2px solid #e0e0e0}.create-order-content .btn-secondary:hover,.admin-container .btn-secondary:hover{background:#e0e0e0;color:#1a1a1a;border-color:#c9a961}@media(max-width:968px){.create-order-content{grid-template-columns:1fr}.create-order-sidebar{position:static}.form-row{grid-template-columns:1fr}}.inventory-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.control-group{display:flex;align-items:center;gap:1rem}.control-group label{font-weight:600;color:#1a1a1a}.date-input{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;background:#fff;color:#1a1a1a}.date-input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.inventory-section,.incoming-orders-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.inventory-section h2,.incoming-orders-section h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.inventory-table-container,.incoming-orders-table-container{overflow-x:auto}.inventory-table,.incoming-orders-table{width:100%;border-collapse:collapse}.inventory-table th,.incoming-orders-table th{background:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.inventory-table td,.incoming-orders-table td{padding:1rem;border-bottom:1px solid #e0e0e0;color:#1a1a1a}.inventory-table tr:hover,.incoming-orders-table tr:hover{background:#f9f9f9}.incoming-orders-table tr.received{opacity:.6;background:#f5f5f5}.inventory-input{width:100px;padding:.5rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;background:#fff;color:#1a1a1a;text-align:center}.inventory-input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.inventory-value{font-weight:500;text-align:center}.inventory-value.low-stock{color:#dc3545;font-weight:600}.projection-badge{display:inline-block;padding:.25rem .75rem;background:#e3f2fd;color:#1976d2;border-radius:4px;font-size:.85rem;font-weight:500}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.btn-small{padding:.5rem 1rem;font-size:.85rem;margin-right:.5rem}.btn-delete{background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.no-data{text-align:center;padding:2rem;color:#999;font-style:italic}.product-search-container{position:relative;width:100%}.product-search-input{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;box-sizing:border-box;background:#fff;color:#1a1a1a;transition:border-color .3s ease}.product-search-input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.product-search-input::placeholder{color:#999}.product-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-radius:4px;max-height:300px;overflow-y:auto;z-index:1000;margin-top:.25rem;box-shadow:0 4px 12px #00000026}.product-search-item{padding:.75rem;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:all .2s ease;background:#fff}.product-search-item:hover{background:#f9f9f9;border-left:3px solid #c9a961;padding-left:calc(.75rem - 3px)}.product-search-item-title{color:#1a1a1a;font-weight:500;margin-bottom:.25rem}.product-search-item-details{display:flex;gap:1rem;font-size:.85rem;color:#666}.product-search-sku{color:#c9a961;font-weight:500}.product-search-no-results{padding:1rem;text-align:center;color:#999;font-style:italic;background:#fff}.selected-product-display{margin-top:.5rem;padding:.75rem;background:#f9f9f9;border-radius:4px;border-left:3px solid #c9a961;color:#1a1a1a;font-size:.9rem;font-weight:500}.form-card{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d}.form-card h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.form-card input[type=text],.form-card input[type=number],.form-card input[type=date],.form-card textarea,.form-card select{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;box-sizing:border-box;background:#fff;color:#1a1a1a;transition:border-color .3s ease}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.form-card textarea{resize:vertical;min-height:80px}@media(max-width:768px){.inventory-controls{flex-direction:column;gap:1rem;align-items:stretch}.inventory-table-container,.incoming-orders-table-container{font-size:.9rem}.inventory-table th,.inventory-table td,.incoming-orders-table th,.incoming-orders-table td{padding:.75rem .5rem}.form-row{grid-template-columns:1fr}}.order-filters{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#1a1a1a}.order-filters *{color:#1a1a1a}.filter-group{display:flex;align-items:center;gap:1rem}.filter-group label{font-weight:600;color:#1a1a1a!important}.filter-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer}.orders-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;color:#1a1a1a}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background:#f5f5f5}.orders-table th{padding:1rem;text-align:left;font-weight:600;color:#1a1a1a!important;border-bottom:2px solid #ddd;background:#f5f5f5!important}.orders-table td{padding:1rem;border-bottom:1px solid #eee;vertical-align:middle;color:#1a1a1a}.orders-table tbody tr:hover{background:#f9f9f9}.orders-table tbody tr.received{opacity:.7;background:#f0f8f0}.orders-table tbody tr.received td{color:#1a1a1a!important}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:uppercase}.status-badge.received{background:#d4edda;color:#155724}.received-date{font-size:.75rem;color:#666;margin-top:.25rem}.notes-cell{max-width:200px;word-wrap:break-word;overflow-wrap:break-word}.btn-small{padding:.5rem 1rem;font-size:.875rem;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.btn-small.btn-primary{background:#c9a961;color:#fff}.btn-small.btn-primary:hover{background:#b8964f}.btn-small.btn-delete{background:#dc3545;color:#fff}.btn-small.btn-delete:hover{background:#c82333}.btn-secondary{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .3s ease}.edit-form-container{padding:1.5rem;background:#f9f9f9;border-radius:8px;margin:1rem 0}.edit-form-container h3{margin:0 0 1.5rem;color:#1a1a1a!important;font-size:1.5rem}.edit-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#1a1a1a!important}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group textarea{resize:vertical;min-height:80px}.product-search-container{position:relative}.product-search-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.product-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #0000001a;max-height:300px;overflow-y:auto;z-index:1000;margin-top:.25rem}.product-search-item{padding:1rem;cursor:pointer;border-bottom:1px solid #eee;transition:background .2s ease}.product-search-item:hover{background:#f5f5f5}.product-search-item:last-child{border-bottom:none}.product-search-item-title{font-weight:600;color:#1a1a1a!important;margin-bottom:.25rem}.product-search-item-details{font-size:.875rem;color:#666}.product-search-sku{display:inline-block;background:#f0f0f0;padding:.25rem .5rem;border-radius:4px;margin-top:.25rem}.product-search-no-results{padding:1rem;text-align:center;color:#666;font-style:italic}.selected-product-display{margin-top:.5rem;padding:.5rem;background:#e8f5e9;border-radius:4px;font-size:.875rem;color:#2e7d32}.edit-form-actions{display:flex;gap:1rem;margin-top:1rem}.no-data{text-align:center;padding:3rem;color:#1a1a1a!important}.no-data p{font-size:1.25rem;color:#1a1a1a!important}.admin-header h1,.admin-subtitle{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;background:transparent!important}.orders-table td,.orders-table th{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.orders-table td *{color:#1a1a1a!important}@media(max-width:768px){.orders-table-container{overflow-x:auto}.orders-table{min-width:800px}.form-row{grid-template-columns:1fr}.edit-form-actions{flex-direction:column}.btn-small{width:100%;margin-bottom:.5rem}}.testimonial-management{min-height:calc(100vh - 200px);padding:2rem 0;background:#1a1a1a;color:#e8e8e8}.testimonial-form{background:#2d2d2d;border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid #444}.form-group input[type=text],.form-group input[type=url],.form-group input[type=number],.form-group textarea{width:100%;padding:.75rem;background:#1a1a1a;border:1px solid #555;border-radius:4px;color:#e8e8e8;font-size:1rem;font-family:inherit}.testimonials-list{margin-top:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.testimonial-card{background:#2d2d2d;border-radius:8px;overflow:hidden;border:1px solid #444}.card-details .customer-name{color:#c9a961}@media(max-width:768px){.form-row,.testimonials-grid{grid-template-columns:1fr}.card-header{flex-direction:column}.card-actions{width:100%;justify-content:flex-end}}.product-review-management{min-height:calc(100vh - 200px);padding:2rem 0;background:#1a1a1a;color:#e8e8e8}.review-form{background:#2d2d2d;border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid #444}.form-group input[type=text],.form-group input[type=url],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.75rem;background:#1a1a1a;border:1px solid #555;border-radius:4px;color:#e8e8e8;font-size:1rem;font-family:inherit}.form-group select{cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c9a961}.video-preview{margin:1.5rem 0;padding:1.5rem;background:#1a1a1a;border-radius:8px;border:1px solid #444}.video-preview h3{color:#c9a961;margin-top:0;margin-bottom:1rem}.preview-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.preview-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.reviews-list{margin-top:2rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.review-card{background:#2d2d2d;border-radius:8px;overflow:hidden;border:1px solid #444}.card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #444;gap:1rem}.card-info{flex:1}.card-info h3{color:#e8e8e8;margin:0 0 .5rem;font-size:1.2rem}.card-meta{display:flex;gap:1rem;flex-wrap:wrap}.product-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;background:#337ab7;color:#fff}.order-badge{color:#aaa;font-size:.85rem}.card-actions{display:flex;gap:.5rem}.card-details{padding:1.5rem}.card-details p{margin:.75rem 0;color:#e8e8e8}.card-details .reviewer-name{color:#c9a961}.card-details .description{color:#aaa;line-height:1.6}.card-details .video-url{color:#aaa;font-size:.85rem;word-break:break-all}@media(max-width:768px){.form-row,.reviews-grid{grid-template-columns:1fr}.card-header{flex-direction:column}.card-actions{width:100%;justify-content:flex-end}}.faq-management{min-height:calc(100vh - 200px);padding:2rem 0;background:#1a1a1a;color:#e8e8e8}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.management-header h1{color:#e8e8e8;margin:0}.faq-form{background:#2d2d2d;border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid #444}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #444}.form-header h2{color:#c9a961;margin:0}.form-group label{display:block;color:#e8e8e8;font-weight:500;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=number],.form-group textarea{width:100%;padding:.75rem;background:#1a1a1a;border:1px solid #555;border-radius:4px;color:#e8e8e8;font-size:1rem;font-family:inherit}.form-group textarea{resize:vertical;min-height:150px}.form-hint{display:block;color:#aaa;font-size:.85rem;margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.checkbox-group span{color:#e8e8e8}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #444}.faqs-list{margin-top:2rem}.faqs-table-container{background:#2d2d2d;border-radius:8px;overflow:hidden;border:1px solid #444}.faqs-table{width:100%;border-collapse:collapse}.faqs-table thead{background:#1a1a1a}.faqs-table th{padding:1rem;text-align:left;color:#c9a961;font-weight:600;border-bottom:2px solid #444}.faqs-table td{padding:1rem;color:#e8e8e8;border-bottom:1px solid #444;vertical-align:top}.faqs-table tbody tr:hover{background:#3d3d3d}.question-cell{max-width:400px}.question-cell strong{display:block;color:#e8e8e8;margin-bottom:.5rem}.answer-preview{color:#aaa;font-size:.9rem;line-height:1.4}.no-category{color:#666;font-style:italic}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-badge.active{background:#5cb85c;color:#fff}.status-badge.inactive{background:#aaa;color:#1a1a1a}.table-actions{display:flex;gap:.5rem}.btn-danger{background:#d9534f;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.btn-danger:hover{background:#c9302c}@media(max-width:768px){.form-row{grid-template-columns:1fr}.faqs-table-container{overflow-x:auto}.faqs-table{min-width:600px}.question-cell{max-width:300px}}.user-management{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem 0;color:#e0e0e0}.user-management .container{max-width:1400px;margin:0 auto;padding:0 1rem}.user-management-header{text-align:center;margin-bottom:2rem}.user-management-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#c9a961}.user-management-header p{font-size:1.1rem;color:#b0b0b0}.user-management-controls{margin-bottom:2rem}.search-filter-container{display:flex;gap:1rem;flex-wrap:wrap}.search-input,.filter-select{padding:.75rem 1rem;border:2px solid #444;border-radius:4px;background:#2d2d2d;color:#e0e0e0;font-size:1rem;transition:border-color .3s}.search-input{flex:1;min-width:300px}.search-input:focus,.filter-select:focus{outline:none;border-color:#c9a961}.search-input::placeholder{color:#888}.filter-select{min-width:200px}.user-form-container{background:#2d2d2d;border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid #444}.user-form-container h2{color:#c9a961;margin-bottom:1.5rem;font-size:1.75rem}.user-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:500;color:#e0e0e0;font-size:.95rem}.form-input{padding:.75rem;border:2px solid #444;border-radius:4px;background:#1a1a1a;color:#e0e0e0;font-size:1rem;transition:border-color .3s}.form-input:focus{outline:none;border-color:#c9a961}.form-input:disabled{background:#333;color:#888;cursor:not-allowed}.form-group small{color:#888;font-size:.85rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-primary{background:#c9a961;color:#1a1a1a}.btn-primary:hover{background:#b89951;transform:translateY(-2px)}.btn-secondary{background:#444;color:#e0e0e0}.btn-secondary:hover{background:#555}.users-table-container{background:#2d2d2d;border-radius:8px;padding:2rem;border:1px solid #444}.users-table-container h2{color:#c9a961;margin-bottom:1.5rem;font-size:1.75rem}.users-table{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse}.users-table thead{background:#1a1a1a}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#c9a961;border-bottom:2px solid #444}.users-table td{padding:1rem;border-bottom:1px solid #444;color:#e0e0e0}.users-table tbody tr:hover{background:#333}.account-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;text-transform:capitalize}.account-badge.admin{background:#c9a961;color:#1a1a1a}.account-badge.staff{background:#4a90e2;color:#fff}.account-badge.customer{background:#666;color:#e0e0e0}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;margin-right:.5rem;transition:all .3s}.btn-edit{background:#4a90e2;color:#fff}.btn-edit:hover{background:#357abd}.btn-delete{background:#d32f2f;color:#fff}.btn-delete:hover{background:#b71c1c}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#e0e0e0}@media(max-width:768px){.user-management-header h1{font-size:2rem}.search-filter-container{flex-direction:column}.search-input,.filter-select{width:100%;min-width:unset}.users-table{font-size:.9rem}.users-table th,.users-table td{padding:.75rem .5rem}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.customers-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.results-count{color:#666;font-size:.9rem}.customer-form-container{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.customer-form-container h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.customer-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:500;color:#1a1a1a;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit}.customers-table-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.customers-table{overflow-x:auto}.customers-table table{width:100%;border-collapse:collapse}.customers-table th{background:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e0e0e0}.customers-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .3s ease}.customers-table th.sortable:hover{background:#e8e8e8}.sort-icon{margin-left:.5rem;font-size:.8rem;color:#c9a961}.customers-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.customers-table tr:hover{background:#f9f9f9}.text-muted{color:#666;font-size:.85rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;margin-right:.5rem;transition:all .3s ease}.btn-edit{background:#c9a961;color:#1a1a1a}.btn-edit:hover{background:#b8964f}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333}.customer-form .btn-secondary{background:#6c757d;color:#fff;border:2px solid #6c757d;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.customer-form .btn-secondary:hover{background:#5a6268;border-color:#5a6268;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.form-row{grid-template-columns:1fr}.customers-controls{flex-direction:column;align-items:stretch}.search-input{width:100%}.customers-table{font-size:.9rem}.customers-table th,.customers-table td{padding:.75rem .5rem}}.products-landing{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.products-landing-header{text-align:center;margin-bottom:3rem}.products-landing-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:1px}.products-subtitle{font-size:1.1rem;color:#666}.products-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.product-option-card{background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;border:2px solid transparent}.product-option-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026;border-color:#c9a961}.option-icon{font-size:4rem;margin-bottom:1.5rem}.product-option-card h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.product-option-card p{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem}@media(max-width:768px){.products-options{grid-template-columns:1fr}.product-option-card{padding:2rem 1.5rem}.products-landing-header h1{font-size:2rem}}.category-browse{min-height:calc(100vh - 200px);padding:2rem 0}.category-browse-header{text-align:center;margin-bottom:3rem}.category-browse-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#333}.category-browse-header p{font-size:1.1rem;color:#666}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.category-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:0;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;overflow:hidden;display:flex;flex-direction:column}.category-image{width:100%;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:10px;box-sizing:border-box}.category-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026;border-color:#007bff}.category-card-all{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.category-card-all h2,.category-card-all .category-description,.category-card-all .product-count{color:#fff}.category-card-all:hover{border-color:transparent;box-shadow:0 4px 12px #667eea66}.category-content{display:flex;flex-direction:column;height:100%;padding:2rem}.category-content h2{font-size:1.5rem;margin:0 0 1rem;color:#333}.category-description{color:#666;margin:0 0 1.5rem;flex:1;line-height:1.6}.category-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #e0e0e0}.product-count{color:#666;font-size:.9rem}.no-categories{text-align:center;padding:3rem;color:#666}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media(max-width:768px){.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-browse-header h1{font-size:2rem}.category-card{padding:1.5rem}.category-footer{flex-direction:column;gap:1rem;align-items:stretch}.category-footer .btn-primary{width:100%}}.product-browse{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.sub-categories-section{margin-bottom:3rem}.sub-categories-section h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.sub-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.sub-category-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;gap:.75rem}.sub-category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.sub-category-image{width:100%;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:10px;box-sizing:border-box;border-radius:4px;margin-bottom:.75rem}.sub-category-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.sub-category-content h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.sub-category-description{color:#666;font-size:.9rem;margin:0;flex:1}.sub-category-path{font-size:.85rem;color:#999;font-style:italic}.sub-category-content .btn-secondary{margin-top:.5rem;width:100%;background:#6c757d!important;color:#fff!important;border:2px solid #6c757d!important;font-weight:600}.sub-category-content .btn-secondary:hover{background:#5a6268!important;border-color:#5a6268!important;color:#fff!important}.browse-header{margin-bottom:2rem}.browse-header-content{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.browse-header-title{flex:1}.browse-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.category-description{color:#666;font-size:1rem;margin:0}.btn-back{padding:.5rem 1rem;font-size:.9rem;white-space:nowrap;margin-top:.25rem;background:#6c757d!important;color:#fff!important;border:2px solid #6c757d!important;font-weight:600}.btn-back:hover{background:#5a6268!important;border-color:#5a6268!important;color:#fff!important}.browse-controls{display:flex;gap:1rem;flex-wrap:wrap}.search-input{flex:1;min-width:250px;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem}.search-input:focus{outline:none;border-color:#c9a961}.category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer}.category-filter:focus{outline:none;border-color:#c9a961}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column}.product-image{width:100%;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:10px;box-sizing:border-box}.product-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.product-info h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.product-short-desc{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.product-price{font-size:1.5rem;font-weight:700;color:#c9a961}.product-stock{font-size:.85rem;padding:.25rem .75rem;border-radius:4px;background:#d4edda;color:#155724}.product-stock.out{background:#f8d7da;color:#721c24}.no-products{grid-column:1 / -1;text-align:center;padding:3rem;color:#666}@media(max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.browse-controls{flex-direction:column}.search-input{width:100%}}.product-detail{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.back-button{background:none;border:none;color:#c9a961;font-size:1rem;cursor:pointer;margin-bottom:2rem;padding:.5rem 0;transition:color .3s ease}.back-button:hover{color:#b8964f}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a;margin-bottom:3rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;height:500px;background:#f5f5f5;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.main-image img{width:100%;height:100%;object-fit:contain}.image-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.image-thumbnails img{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease}.image-thumbnails img:hover,.image-thumbnails img.active{border-color:#c9a961}.no-image{width:100%;height:500px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#666}.product-details h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.product-category{color:#666;font-size:.9rem;margin-bottom:1rem}.product-price-large{font-size:2.5rem;font-weight:700;color:#c9a961;margin-bottom:1.5rem}.product-short-desc{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.product-description,.product-features,.product-specs{margin-bottom:2rem}.product-description h3,.product-features h3,.product-specs h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.product-description p{color:#555;line-height:1.8}.product-features ul{list-style:none;padding:0}.product-features li{padding:.5rem 0;color:#555;border-bottom:1px solid #e0e0e0}.product-features li:before{content:"✓ ";color:#c9a961;font-weight:600}.product-specs dl{display:grid;grid-template-columns:200px 1fr;gap:.5rem}.product-specs dt{font-weight:600;color:#1a1a1a}.product-specs dd{color:#555;margin:0}.product-actions{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0;display:flex;flex-direction:column;gap:1rem}.product-actions .btn-secondary{background:#6c757d!important;color:#fff!important;border:2px solid #6c757d!important;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.product-actions .btn-secondary:hover{background:#5a6268!important;border-color:#5a6268!important;color:#fff!important;transform:translateY(-2px)}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-selector label{font-weight:500;color:#1a1a1a}.quantity-btn{width:36px;height:36px;border:2px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;font-size:1.2rem;font-weight:600;color:#1a1a1a;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.quantity-input{width:70px;padding:.5rem;border:2px solid #e0e0e0;border-radius:4px;text-align:center;font-size:1rem}.stock-info{margin-bottom:1rem}.in-stock{color:#155724;font-weight:600}.out-of-stock{color:#721c24;font-weight:600}.backorder-info{display:flex;flex-direction:column;gap:.5rem}.backordered{color:#f57c00;font-weight:600;font-size:1rem}.estimated-arrival{color:#666;font-size:.9rem;font-style:italic}.related-products{margin-top:3rem}.related-products h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.related-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 10px #0000001a;cursor:pointer;transition:transform .3s ease}.related-card:hover{transform:translateY(-3px)}.related-card img{width:100%;height:150px;object-fit:cover;border-radius:4px;margin-bottom:.5rem}.related-card h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.related-price{font-size:1.25rem;font-weight:700;color:#c9a961}.no-product{text-align:center;padding:3rem}@media(max-width:968px){.product-detail-content,.product-specs dl{grid-template-columns:1fr}}.guided-assistant{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.guides-selection{max-width:1200px;margin:0 auto}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.guide-card{background:#fff!important;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;cursor:pointer;transition:all .3s ease;text-align:center;color:#1a1a1a!important}.guide-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.guide-card h3{font-size:1.5rem;font-weight:600;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;margin-bottom:1rem}.guide-card .guide-description{color:#666!important;-webkit-text-fill-color:#666!important;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.guide-card p{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.guide-card .btn-primary{width:100%}.no-guides{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;max-width:600px;margin:0 auto}.no-guides p{font-size:1.1rem;color:#666;margin-bottom:2rem}.assistant-header{text-align:center;margin-bottom:2rem}.assistant-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.assistant-subtitle{font-size:1.1rem;color:#666!important;margin-bottom:1.5rem}.progress-bar{width:100%;max-width:500px;height:8px;background:#e0e0e0;border-radius:4px;margin:0 auto 1rem;overflow:hidden}.progress-fill{height:100%;background:#c9a961;transition:width .3s ease}.progress-text{font-size:.9rem;color:#666}.guided-assistant .question-card{background:#fff!important;border-radius:12px;padding:3rem;max-width:600px;margin:0 auto;box-shadow:0 4px 20px #0000001a;color:#1a1a1a!important}.guided-assistant .question-card h2{font-size:1.75rem;font-weight:600;color:#1a1a1a!important;margin-bottom:2rem;text-align:center}.guided-assistant .question-card h2,.guided-assistant .question-card .question-text{color:#1a1a1a!important}.guided-assistant .answer-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.guided-assistant .answer-option{padding:1rem 1.5rem;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;text-align:left;color:#1a1a1a!important}.guided-assistant .answer-option:hover{background:#e8e8e8;border-color:#c9a961;color:#1a1a1a!important}.guided-assistant .answer-option.selected{background:#c9a961;color:#1a1a1a!important;border-color:#c9a961;font-weight:600}.guided-assistant .question-actions{display:flex;justify-content:space-between;gap:1rem}.recommended-products,.complementary-products{margin-top:2rem}.recommended-products h2,.complementary-products h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:default}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.product-image{width:100%;height:200px;background:#f5f5f5;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem}.product-info h3{font-size:1.1rem;font-weight:600;color:#1a1a1a!important;margin-bottom:.5rem}.product-short-desc{color:#666!important;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.25rem;font-weight:700;color:#c9a961}.assistant-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.guided-assistant .btn-secondary{background:#6c757d!important;color:#fff!important;border:2px solid #6c757d!important;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.guided-assistant .btn-secondary:hover{background:#5a6268!important;border-color:#5a6268!important;color:#fff!important;transform:translateY(-2px)}.guided-assistant .btn-primary{background:#c9a961!important;color:#1a1a1a!important;border:none!important;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.guided-assistant .btn-primary:hover{background:#b8964f!important;transform:translateY(-2px);box-shadow:0 4px 12px #c9a9614d}.guided-assistant .question-actions .btn-secondary{background:#6c757d!important;color:#fff!important;border:2px solid #6c757d!important}.selected-product-summary{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.selected-product-summary h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.selected-product-card{display:flex;gap:1.5rem;align-items:center}.selected-product-card img{width:150px;height:150px;object-fit:cover;border-radius:8px}.selected-product-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.no-products,.no-complementary{text-align:center;padding:3rem;background:#fff;border-radius:8px;color:#666!important}.no-products p,.no-complementary p{color:#666!important}.continue-guide-notice{background:#e8f4f8;border:2px solid #c9a961;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;text-align:center}.continue-guide-notice p{color:#1a1a1a;font-size:1rem;font-weight:500;margin:0}.guide-notification{position:fixed;top:100px;left:50%;transform:translate(-50%);z-index:1000;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:1rem;min-width:300px;max-width:500px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.guide-notification-success{background:#d4edda;border:2px solid #28a745;color:#155724}.guide-notification-error{background:#f8d7da;border:2px solid #dc3545;color:#721c24}.guide-notification span{flex:1;font-weight:500}.notification-close{background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:inherit;opacity:.7;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.notification-close:hover{opacity:1}@media(max-width:768px){.question-card{padding:2rem 1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.selected-product-card{flex-direction:column;text-align:center}}.cart-container{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a}.cart-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.cart-empty h1{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.cart-empty p{font-size:1.1rem;color:#666;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;border-radius:8px;padding:1.5rem;display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;box-shadow:0 2px 10px #0000001a}.cart-item-image{width:100px;height:100px;border-radius:4px;overflow:hidden;background:#f5f5f5}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.cart-item-price{color:#666;font-size:.9rem;display:flex;flex-direction:column;gap:.25rem}.cart-item-price .price-per-item{font-size:.85rem;color:#999}.cart-item-backorder{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.backorder-badge{display:inline-block;color:#f57c00;font-weight:600;font-size:.9rem}.backorder-arrival{color:#666;font-size:.85rem;font-style:italic}.cart-item-quantity{display:flex;flex-direction:column;gap:.5rem;align-items:center}.cart-item-quantity label{font-size:.85rem;color:#666;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:2px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;font-size:1.2rem;font-weight:600;color:#1a1a1a;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.quantity-btn:hover:not(:disabled){border-color:#c9a961;background:#f5f5f5}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:60px;padding:.5rem;border:2px solid #e0e0e0;border-radius:4px;text-align:center;font-size:1rem}.quantity-input:focus{outline:none;border-color:#c9a961}.cart-item-total{font-size:1.25rem;font-weight:700;color:#c9a961;min-width:100px;text-align:right}.cart-item-remove{width:32px;height:32px;border:none;background:#dc3545;color:#fff;border-radius:4px;cursor:pointer;font-size:1.5rem;line-height:1;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.cart-item-remove:hover{background:#c82333}.cart-summary{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#555}.summary-row.discount{color:#28a745;font-weight:600}.summary-row.total{font-size:1.25rem;font-weight:700;color:#1a1a1a;border-top:2px solid #e0e0e0;margin-top:.5rem;padding-top:1rem}.cart-discount-code{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.cart-discount-code h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.discount-code-form{display:flex;flex-direction:column;gap:.75rem}.discount-code-input{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem}.discount-code-input:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a96126}.discount-code-message{margin-top:.75rem;font-size:.9rem;color:#1a1a1a}.discount-code-applied{display:flex;flex-direction:column;gap:.5rem}.btn-full{width:100%;margin-top:1rem}.cart-container .btn-secondary{background:#f5f5f5;color:#1a1a1a;border:2px solid #e0e0e0}.cart-container .btn-secondary:hover{background:#eee;color:#1a1a1a;border-color:#c9a961}.cart-container .btn-secondary:focus{outline:none;box-shadow:0 0 0 3px #c9a96126}@media(max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-quantity,.cart-item-total,.cart-item-remove{grid-column:1 / -1;justify-self:start}.cart-item-total{justify-self:end}}.checkout-container{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.checkout-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-main{display:flex;flex-direction:column;gap:2rem}.checkout-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.checkout-section h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9f9f9;border-radius:4px}.order-item-info{display:flex;gap:1rem;align-items:center;flex:1}.order-item-info img{width:60px;height:60px;object-fit:cover;border-radius:4px}.order-item-info h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.order-item-info p{font-size:.85rem;color:#666}.order-item-price{font-size:1.1rem;font-weight:600;color:#c9a961}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.payment-message{padding:1rem;border-radius:4px;font-size:.9rem}.payment-message.error{background:#fee;color:#c33;border:1px solid #fcc}.checkout-sidebar{position:sticky;top:100px;height:fit-content}.order-summary{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a}.order-summary h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.summary-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;font-size:.9rem;color:#555}.summary-totals{display:flex;flex-direction:column;gap:.5rem}.summary-row{display:flex;justify-content:space-between;font-size:.95rem;color:#555}.summary-total{display:flex;justify-content:space-between;font-size:1.5rem;font-weight:700;color:#1a1a1a;padding-top:1rem;border-top:2px solid #e0e0e0;margin-top:.5rem}.checkout-success{background:#fff;border-radius:8px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 10px #0000001a;max-width:600px;margin:0 auto}.success-icon{width:80px;height:80px;border-radius:50%;background:#d4edda;color:#155724;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-weight:700}.checkout-success h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.checkout-success p{font-size:1.1rem;color:#666;margin-bottom:2rem}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.checkout-error{background:#fff;border-radius:8px;padding:3rem 2rem;text-align:center;box-shadow:0 2px 10px #0000001a;max-width:600px;margin:0 auto}.checkout-error h2{font-size:1.75rem;color:#dc3545;margin-bottom:1rem}.checkout-error p{font-size:1rem;color:#666;margin-bottom:2rem}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.payment-error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.payment-error-message p{margin:0;flex:1}.address-selection{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-radius:4px}.address-selection label{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;cursor:pointer;font-weight:500}.address-selection input[type=checkbox]{width:auto;cursor:pointer}.address-select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff}.shipping-form{display:flex;flex-direction:column;gap:1rem}.payment-type-selection{display:flex;flex-direction:column;gap:1rem}.payment-type-option{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .2s}.payment-type-option:hover{border-color:#007bff;background:#f8f9fa}.payment-type-option input[type=radio]{margin-top:.25rem;cursor:pointer}.payment-type-option input[type=radio]:checked+div{color:#007bff}.payment-type-option:has(input[type=radio]:checked){border-color:#007bff;background:#f0f7ff}.payment-type-option div{flex:1}.payment-type-option strong{display:block;font-size:1.1rem;margin-bottom:.5rem;color:#1a1a1a}.payment-type-option p{margin:0;color:#666;font-size:.9rem}.guest-payment-notice{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:1rem;margin-bottom:1rem;color:#856404}.guest-payment-notice p{margin:0;font-size:.9rem}.guest-payment-notice a{color:#007bff;text-decoration:underline;font-weight:500}.guest-payment-notice a:hover{color:#0056b3}@media(max-width:968px){.checkout-content{grid-template-columns:1fr}.checkout-sidebar{position:static}.form-row{grid-template-columns:1fr}}.address-management{padding:2rem 0}.address-header{margin-bottom:2rem}.address-header-content{display:flex;align-items:center;gap:1rem}.address-header h2{margin:0;flex:1}.address-form-container{background:#fff;border:1px solid #ddd;border-radius:8px;padding:2rem;margin-bottom:2rem}.address-form-container h3{margin-top:0;margin-bottom:1.5rem}.address-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:1rem}.addresses-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.address-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;position:relative;transition:box-shadow .2s}.address-card:hover{box-shadow:0 2px 8px #0000001a}.address-card.default{border-color:#007bff;border-width:2px}.default-badge{position:absolute;top:1rem;right:1rem;background:#007bff;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.address-info h4{margin:0 0 .5rem;font-size:1.1rem}.address-info p{margin:.25rem 0;color:#666}.address-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-danger{background:#dc3545;color:#fff;border:none}.btn-danger:hover{background:#c82333}@media(max-width:768px){.form-row{grid-template-columns:1fr}.address-header{flex-direction:column;align-items:flex-start;gap:1rem}.addresses-list{grid-template-columns:1fr}}.order-history{padding:2rem 0}.order-history-header{margin-bottom:2rem}.order-history-header-content{display:flex;align-items:center;gap:1rem}.order-history-header h2{margin:0;flex:1}.btn-back{padding:.5rem 1rem;font-size:.9rem;white-space:nowrap}.orders-list{display:flex;flex-direction:column;gap:2rem}.order-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.order-header h3{margin:0 0 .5rem;font-size:1.5rem;color:#1a1a1a}.order-date{color:#666;font-size:.9rem;margin:0}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:4px;color:#fff;font-weight:600;font-size:.875rem;text-transform:uppercase}.order-items-list{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.order-item-row{display:flex;justify-content:space-between;padding:.5rem 0;color:#555}.order-summary{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.order-totals{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.order-total-row{display:flex;justify-content:space-between;font-size:1rem}.order-total-row.remaining{font-weight:600;color:#c9a961;font-size:1.1rem;padding-top:.5rem;border-top:1px solid #e0e0e0;margin-top:.5rem}.order-shipping{color:#666}.order-shipping h4{margin:0 0 .5rem;font-size:1rem;color:#333}.order-shipping p{margin:.25rem 0}.tracking{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e0e0e0}.tracking strong{color:#333}.empty-state{text-align:center;padding:3rem;color:#666}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem}.layaway-payment-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.layaway-payment-content{background:#fff;border-radius:8px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.layaway-payment-content h3{margin-top:0;margin-bottom:1rem}.layaway-payment-content p{margin:.5rem 0;color:#666}.payment-amount-input{margin:1.5rem 0}.payment-amount-input label{display:block;margin-bottom:.5rem;font-weight:500}.payment-amount-input input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-bottom:.5rem}.payment-amount-input small{color:#666;font-size:.875rem}.payment-amount-display{background:#f8f9fa;border:1px solid #ddd;border-radius:4px;padding:1rem;margin:1.5rem 0}.payment-amount-display p{margin:0;font-size:1.1rem;color:#333}.order-payments{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.order-payments h4{margin:0 0 1rem;font-size:1rem;color:#333}.payments-list{display:flex;flex-direction:column;gap:.75rem}.payment-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:4px;border-left:3px solid #28a745}.payment-info{display:flex;flex-direction:column;gap:.25rem}.payment-amount{font-weight:600;font-size:1.1rem;color:#28a745}.payment-date{font-size:.875rem;color:#666}.layaway-payment-form{margin-top:1.5rem}.payment-form-actions{display:flex;gap:1rem;margin-top:1.5rem}@media(max-width:768px){.order-header{flex-direction:column;gap:1rem}.layaway-payment-modal{padding:1rem}}.quote-payment-success{min-height:calc(100vh - 200px);padding:4rem 0;background:#f5f5f5}.loading-container,.error-container,.success-container{max-width:600px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #0000001a;text-align:center}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#c9a961;border-radius:50%;animation:spin 1s linear infinite}.error-container h1{color:#d9534f;margin-bottom:1rem}.success-container h1{color:#5cb85c;margin-bottom:1rem}.success-icon{width:80px;height:80px;background:#5cb85c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 1.5rem}.success-message{font-size:1.1rem;color:#666;margin-bottom:2rem}.order-details{background:#f9f9f9;border-radius:8px;padding:1.5rem;margin:2rem 0;text-align:left}.order-details h2{color:#1a1a1a;margin-top:0;margin-bottom:1rem;font-size:1.25rem}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#666}.detail-value{color:#1a1a1a;font-weight:500}.detail-value.status-paid{color:#5cb85c;font-weight:600}.success-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media(max-width:768px){.success-actions{flex-direction:column}.success-actions button{width:100%}}.testimonials-page{min-height:calc(100vh - 200px);padding:3rem 0;background:#1a1a1a;color:#e8e8e8}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header h1{color:#c9a961;font-size:2.5rem;margin-bottom:1rem}.testimonials-header .subtitle{color:#aaa;font-size:1.1rem;max-width:600px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.testimonial-card{background:#2d2d2d;border-radius:12px;overflow:hidden;border:1px solid #444;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c9a96133}.testimonial-info{padding:1.5rem}.testimonial-info h3{color:#e8e8e8;font-size:1.3rem;margin:0 0 .5rem}.testimonial-info .customer-name{color:#c9a961;font-weight:500;margin:.5rem 0;font-style:italic}.testimonial-info .description{color:#aaa;margin:1rem 0 0;line-height:1.6}@media(max-width:768px){.testimonials-header h1{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-info{padding:1rem}.testimonial-info h3{font-size:1.1rem}}.product-reviews-page{min-height:calc(100vh - 200px);padding:3rem 0;background:#1a1a1a;color:#e8e8e8}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-header h1{color:#c9a961;font-size:2.5rem;margin-bottom:1rem}.reviews-header .subtitle{color:#aaa;font-size:1.1rem;max-width:600px;margin:0 auto}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.review-card{background:#2d2d2d;border-radius:12px;overflow:hidden;border:1px solid #444;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c9a96133}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.review-info{padding:1.5rem}.review-info h3{color:#e8e8e8;font-size:1.3rem;margin:0 0 .5rem}.review-info .reviewer-name{color:#c9a961;font-weight:500;margin:.5rem 0;font-style:italic}.review-info .description{color:#aaa;margin:1rem 0 0;line-height:1.6}@media(max-width:768px){.reviews-header h1{font-size:2rem}.reviews-grid{grid-template-columns:1fr;gap:1.5rem}.review-info{padding:1rem}.review-info h3{font-size:1.1rem}}.faq-page{min-height:calc(100vh - 200px);padding:3rem 0;background:#1a1a1a;color:#e8e8e8}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h1{color:#c9a961;font-size:2.5rem;margin-bottom:1rem}.faq-header .subtitle{color:#aaa;font-size:1.1rem;max-width:600px;margin:0 auto}.category-filter{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;justify-content:center}.category-btn{padding:.75rem 1.5rem;background:#2d2d2d;border:1px solid #555;border-radius:6px;color:#e8e8e8;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-btn:hover{background:#3d3d3d;border-color:#c9a961}.category-btn.active{background:#c9a961;color:#1a1a1a;border-color:#c9a961}.faqs-list{max-width:900px;margin:0 auto}.faq-item{background:#2d2d2d;border-radius:8px;margin-bottom:1rem;border:1px solid #444;overflow:hidden;transition:border-color .3s ease}.faq-item:hover{border-color:#555}.faq-question{width:100%;padding:1.5rem;background:transparent;border:none;text-align:left;color:#e8e8e8;font-size:1.1rem;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background .3s ease}.faq-question:hover{background:#3d3d3d}.faq-question.expanded{border-bottom:1px solid #444}.question-text{flex:1;text-align:left}.expand-icon{font-size:1.5rem;font-weight:300;color:#c9a961;min-width:30px;text-align:center;transition:transform .3s ease}.faq-answer{padding:1.5rem;background:#1a1a1a;color:#e8e8e8;line-height:1.8;border-top:1px solid #444}.faq-answer p{margin:0;white-space:pre-wrap}.empty-state{text-align:center;padding:4rem 2rem;color:#aaa}.empty-state p{font-size:1.1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#aaa}.loading-spinner{width:50px;height:50px;border:4px solid #444;border-top-color:#c9a961;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.faq-header h1{font-size:2rem}.faq-question{font-size:1rem;padding:1.25rem}.faq-answer{padding:1.25rem}.category-filter{justify-content:flex-start}.category-btn{padding:.6rem 1.2rem;font-size:.9rem}}.contact-page{min-height:calc(100vh - 200px);padding:3rem 0;background:#1a1a1a;color:#e8e8e8}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{color:#c9a961;font-size:2.5rem;margin-bottom:1rem}.contact-header .subtitle{color:#aaa;font-size:1.1rem;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-form-section,.contact-info-section{background:#2d2d2d;border-radius:12px;padding:2rem;border:1px solid #444}.contact-form-section h2,.contact-info-section h2{color:#c9a961;margin-top:0;margin-bottom:1.5rem;font-size:1.8rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#e8e8e8;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;background:#1a1a1a;border:1px solid #555;border-radius:6px;color:#e8e8e8;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#c9a961}.form-group textarea{resize:vertical;min-height:120px}.message{padding:1rem;border-radius:6px;font-size:.95rem;line-height:1.5}.message.success{background:#5cb85c;color:#fff;border:1px solid #4cae4c}.message.error{background:#d9534f;color:#fff;border:1px solid #c9302c}.btn-submit{padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#1a1a1a;border-radius:8px;border:1px solid #444}.info-icon{font-size:2rem;line-height:1}.info-content h3{color:#c9a961;margin:0 0 .5rem;font-size:1.1rem}.contact-link{color:#e8e8e8;text-decoration:none;font-size:1rem;transition:color .3s ease}.contact-link:hover{color:#c9a961;text-decoration:underline}.working-hours{padding-top:2rem;border-top:1px solid #444}.working-hours h3{color:#c9a961;margin-top:0;margin-bottom:1rem;font-size:1.3rem}.hours-list{display:flex;flex-direction:column;gap:.75rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#1a1a1a;border-radius:6px;border:1px solid #444}.hours-item .day{color:#e8e8e8;font-weight:500}.hours-item .time{color:#aaa}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-section,.contact-info-section{padding:1.5rem}}@media(max-width:768px){.contact-header h1{font-size:2rem}.contact-form-section h2,.contact-info-section h2{font-size:1.5rem}.hours-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.repair-warranty-requests{padding:2rem 0;min-height:calc(100vh - 200px)}.requests-header h1{font-size:2rem;color:#333}.empty-state{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.empty-state p{margin-bottom:1.5rem;color:#666;font-size:1.1rem}.requests-list{display:flex;flex-direction:column;gap:1rem}.request-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.request-header h3{margin:0 0 .5rem;color:#333;font-size:1.25rem}.request-info{margin-bottom:1rem;color:#666}.request-info p{margin:.5rem 0}.request-actions{display:flex;gap:.5rem}.modal-content{background:#fff;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.detail-section{margin-bottom:2rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.items-list{display:flex;flex-direction:column;gap:.75rem}.item-detail{padding:1rem;background:#f9f9f9;border-radius:4px;border-left:3px solid #007bff}.tech-notes{display:flex;flex-direction:column;gap:1rem}.invoice-details{background:#f9f9f9;padding:1.5rem;border-radius:4px}.modal-footer{padding:1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}@media(max-width:768px){.requests-header{flex-direction:column;align-items:flex-start;gap:1rem}.requests-header button{width:100%}.modal-content{max-height:95vh}.detail-grid{grid-template-columns:1fr}}.repair-warranty-request-form{padding:2rem 0;min-height:calc(100vh - 200px);background:#f5f5f5!important;color:#1a1a1a!important;width:100%}.repair-warranty-request-form *{box-sizing:border-box}.repair-warranty-request-form .container{background:#f5f5f5!important;color:#1a1a1a!important;max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.repair-warranty-request-form .container *{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.repair-warranty-request-form .container h1,.repair-warranty-request-form .container h2,.repair-warranty-request-form .container h3,.repair-warranty-request-form .container h4,.repair-warranty-request-form .container h5,.repair-warranty-request-form .container h6,.repair-warranty-request-form .container p,.repair-warranty-request-form .container label,.repair-warranty-request-form .container span,.repair-warranty-request-form .container div,.repair-warranty-request-form .container strong{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;background:transparent!important}.form-header{margin-bottom:2rem;text-align:center;background:#f5f5f5!important;color:#1a1a1a!important;padding:1rem}.form-header *{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;background:transparent!important}.form-header h1{font-size:2rem;margin-bottom:.5rem;color:#1a1a1a!important;font-weight:700;-webkit-text-fill-color:#1a1a1a!important}.form-header .subtitle{color:#666!important;font-size:1rem;-webkit-text-fill-color:#666!important}.request-form{max-width:900px;margin:0 auto;background:#fff!important;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#1a1a1a!important}.request-form>*{color:#1a1a1a!important;background:transparent!important}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee;background:transparent!important;color:#1a1a1a!important}.form-section:last-of-type{border-bottom:none}.form-section h2{font-size:1.25rem;margin-bottom:1rem;color:#1a1a1a!important;font-weight:600}.form-group label{display:block;margin-bottom:.5rem;font-weight:600!important;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;background:transparent!important}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;background:#fff!important;color:#1a1a1a!important}.form-group input::placeholder,.form-group textarea::placeholder{color:#999!important;opacity:1}.form-group textarea{resize:vertical;min-height:100px}.form-group label input[type=radio]{width:auto;margin-right:.5rem}.request-form label{display:flex;align-items:center;margin-bottom:.5rem;cursor:pointer;color:#1a1a1a!important;font-weight:600!important;-webkit-text-fill-color:#1a1a1a!important;background:transparent!important}.request-form label span{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.repair-warranty-request-form h1,.repair-warranty-request-form h2,.repair-warranty-request-form h3,.repair-warranty-request-form h4,.repair-warranty-request-form h5,.repair-warranty-request-form h6,.repair-warranty-request-form p,.repair-warranty-request-form label,.repair-warranty-request-form span:not(.btn-primary):not(.btn-secondary):not(.btn-remove),.repair-warranty-request-form strong,.repair-warranty-request-form .subtitle,.repair-warranty-request-form .upload-hint,.request-form h1,.request-form h2,.request-form h3,.request-form h4,.request-form h5,.request-form h6,.request-form p,.request-form label,.request-form span:not(.btn-primary):not(.btn-secondary):not(.btn-remove),.request-form strong,.request-form .subtitle,.request-form .upload-hint{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;background:transparent!important}.add-item-section{background:#f9f9f9;padding:1.5rem;border-radius:4px;margin-bottom:1rem}.no-products-message{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:2rem;text-align:center;margin-bottom:1rem}.no-products-message p{color:#856404!important;margin-bottom:1rem;font-size:1rem}.items-list{margin-top:1rem}.items-list h3{font-size:1rem;margin-bottom:.75rem;color:#1a1a1a!important;font-weight:600}.item-card{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:.75rem}.item-info{flex:1}.item-info strong{display:block;margin-bottom:.25rem;color:#1a1a1a!important;font-weight:600}.item-info .sku,.item-info .serial,.item-info .quantity{display:inline-block;margin-right:1rem;color:#666;font-size:.875rem}.item-info .item-description{margin-top:.5rem;color:#666;font-size:.875rem}.btn-remove{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem}.image-upload-section{margin-top:1rem}.upload-button{display:inline-block;padding:.75rem 1.5rem;background:#007bff;color:#fff;border-radius:4px;cursor:pointer;font-size:1rem;text-align:center;transition:background .2s}.upload-button:hover{background:#0056b3}.upload-hint{margin-top:.5rem;color:#666;font-size:.875rem}.images-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.image-preview{position:relative;border:1px solid #ddd;border-radius:4px;overflow:hidden}.image-preview img{width:100%;height:150px;object-fit:cover;display:block}.btn-remove-image{position:absolute;top:.25rem;right:.25rem;background:#dc3545e6;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center}.btn-remove-image:hover{background:#dc3545}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-primary:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.request-form{padding:1rem}.form-row{grid-template-columns:1fr}.item-card{flex-direction:column}.btn-remove{margin-top:.5rem;width:100%}.form-actions{flex-direction:column}.form-actions button{width:100%}}.repair-warranty-management{padding:2rem 0;min-height:calc(100vh - 200px)}.management-header{margin-bottom:2rem}.management-header h1{font-size:2rem;color:#333}.filters{display:flex;gap:1rem;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:500;color:#333}.filter-group select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.requests-table{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-x:auto}.requests-table table{width:100%;border-collapse:collapse}.requests-table thead{background:#f8f9fa}.requests-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #ddd}.requests-table td{padding:1rem;border-bottom:1px solid #eee}.requests-table tbody tr:hover{background:#f8f9fa}.request-type{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500}.request-type.repair{background:#fff3cd;color:#856404}.request-type.warranty{background:#d1ecf1;color:#0c5460}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:500}.status-submitted{background:#e7f3ff;color:#06c}.status-reviewing{background:#fff3cd;color:#856404}.status-in-progress{background:#d1ecf1;color:#0c5460}.status-parts-ordered{background:#d4edda;color:#155724}.status-waiting{background:#f8d7da;color:#721c24}.status-completed{background:#d4edda;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.status-closed{background:#e2e3e5;color:#383d41}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:10}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.btn-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.btn-close:hover{color:#333}.modal-body{padding:1.5rem}.detail-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.detail-section:last-of-type{border-bottom:none}.detail-section h3{font-size:1.25rem;margin-bottom:1rem;color:#333;border-bottom:2px solid #007bff;padding-bottom:.5rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.status-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-left:.5rem}.detail-section p{color:#666;line-height:1.6}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.images-grid img{width:100%;height:200px;object-fit:cover;border-radius:4px;border:1px solid #ddd}.items-list,.parts-list{margin-top:1rem}.item-detail{padding:1rem;background:#f9f9f9;border-radius:4px;border-left:3px solid #007bff;margin-bottom:.75rem}.item-detail strong{display:block;margin-bottom:.5rem;color:#333}.item-detail span{display:inline-block;margin-right:1rem;color:#666;font-size:.875rem}.item-detail p{margin-top:.5rem;color:#666;font-size:.875rem}.add-part-section{background:#f9f9f9;padding:1.5rem;border-radius:4px;margin-bottom:1rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.parts-list table{width:100%;border-collapse:collapse;margin-top:1rem}.parts-list th,.parts-list td{padding:.75rem;text-align:left;border-bottom:1px solid #eee}.parts-list th{background:#f8f9fa;font-weight:600}.add-note-section{background:#f9f9f9;padding:1.5rem;border-radius:4px;margin-bottom:1rem}.add-note-section textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;margin-bottom:1rem;resize:vertical}.note-options{display:flex;justify-content:space-between;align-items:center}.note-options label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.tech-notes{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.tech-note{padding:1rem;background:#f9f9f9;border-radius:4px;border-left:3px solid #28a745}.tech-note.internal{border-left-color:#ffc107;background:#fff9e6}.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.note-header strong{color:#333}.note-date{color:#666;font-size:.875rem}.internal-badge{background:#ffc107;color:#856404;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.tech-note p{color:#666;margin:0;line-height:1.6}.create-invoice-section,.invoice-details{background:#f9f9f9;padding:1.5rem;border-radius:4px}.invoice-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #ddd}.invoice-row.total{border-top:2px solid #333;border-bottom:none;margin-top:.5rem;padding-top:1rem;font-weight:700;font-size:1.1rem}.invoice-status{margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.modal-footer{padding:1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end;position:sticky;bottom:0;background:#fff}.btn-primary,.btn-secondary,.btn-remove{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-remove{background:#dc3545;color:#fff;padding:.5rem 1rem;font-size:.875rem}.btn-remove:hover{background:#c82333}@media(max-width:768px){.filters{flex-direction:column}.requests-table{overflow-x:auto}.modal-content{max-height:95vh}.detail-grid,.form-row{grid-template-columns:1fr}}.system-settings{min-height:calc(100vh - 200px);padding:2rem 0;background:#f5f5f5}.settings-header{margin-bottom:2rem}.settings-header h1{margin-bottom:.5rem;color:#1a1a1a}.settings-header p{color:#666}.settings-content{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.settings-section{margin-bottom:2rem}.settings-section:last-child{margin-bottom:0}.settings-section h2{margin-bottom:.5rem;color:#1a1a1a;font-size:1.5rem}.section-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.form-group{margin-bottom:1.5rem}.help-text{display:block;font-size:.85rem;font-weight:400;color:#666;margin-top:.25rem}.form-group input[type=number]{width:100%;max-width:300px;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input[type=number]:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a9611a}.form-actions{margin-top:2rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:4px;padding:1rem;margin-bottom:1rem;color:#c33}.success-message{background:#efe;border:1px solid #cfc;border-radius:4px;padding:1rem;margin-bottom:1rem;color:#3c3}.loading-container{text-align:center;padding:3rem;color:#666}.training-request-detail{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.detail-header h2{margin:0;color:#1a1a1a}.detail-content{display:flex;flex-direction:column;gap:2rem}.detail-section{padding:1.5rem;background:#f9f9f9;border-radius:8px}.detail-section h3{margin-top:0;margin-bottom:1rem;color:#1a1a1a}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.detail-grid>div{color:#1a1a1a}.detail-grid strong{display:block;color:#666;font-size:.9rem;margin-bottom:.25rem}.description-section,.address-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.description-section p,.address-section p{margin:.5rem 0 0;color:#1a1a1a;line-height:1.6}.status-select{margin-left:.5rem;padding:.5rem;border:1px solid #ddd;border-radius:4px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3{margin:0}.expense-form{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #ddd}.expense-form h4{margin-top:0;margin-bottom:1rem;color:#1a1a1a}.expense-items{margin:1.5rem 0}.expense-items h5{margin-bottom:1rem;color:#1a1a1a}.expense-item-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9f9f9;border-radius:4px;margin-bottom:.5rem}.receipt-thumbnail{width:50px;height:50px;object-fit:cover;border-radius:4px;margin-left:1rem}.receipt-preview{width:100px;height:100px;object-fit:cover;border-radius:4px;margin-top:.5rem}.add-expense-item{margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.form-group input[type=text],.form-group input[type=number],.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit}.form-group input[type=file]{width:100%;padding:.5rem}.invoices-list{display:flex;flex-direction:column;gap:1rem}.invoice-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #ddd}.invoice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.invoice-items{margin:1rem 0}.invoice-items ul{list-style:none;padding:0;margin:.5rem 0}.invoice-items li{padding:.5rem 0;display:flex;justify-content:space-between;align-items:center}.invoice-items a{margin-left:1rem;color:#c9a961;text-decoration:underline}.invoice-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;text-transform:capitalize;margin-left:.5rem}.btn-tiny{padding:.25rem .5rem;font-size:.75rem}.btn-danger{background:#d32f2f;color:#fff;border:none}.btn-danger:hover{background:#b71c1c}.training-management{min-height:calc(100vh - 200px);padding:2rem 0;background:#f5f5f5}.training-header{margin-bottom:2rem}.training-header h1{color:#1a1a1a;margin-bottom:.5rem}.training-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #ddd}.tab-button{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#666;transition:all .2s}.tab-button:hover{color:#1a1a1a}.tab-button.active{color:#c9a961;border-bottom-color:#c9a961}.calendar-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.calendar-controls h2{margin:0;color:#1a1a1a}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:2rem}.calendar-header-cell{text-align:center;font-weight:600;color:#666;padding:.5rem}.calendar-cell{aspect-ratio:1;border:1px solid #ddd;border-radius:4px;padding:.5rem;cursor:pointer;position:relative;background:#fff;transition:all .2s}.calendar-cell:hover:not(.past){border-color:#c9a961;background:#fafafa}.calendar-cell.selected{border-color:#c9a961;background:#fff9e6;box-shadow:0 0 0 2px #c9a96133}.calendar-cell.past{opacity:.5;cursor:not-allowed;background:#f5f5f5}.calendar-cell.available{border-color:#28a745}.calendar-cell.empty{border:none;cursor:default}.calendar-day-number{font-weight:500;color:#1a1a1a}.calendar-badge{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;color:#fff}.calendar-badge.customer{background:#007bff}.calendar-badge.our-location{background:#28a745;top:22px}.calendar-day-form{background:#f9f9f9;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.calendar-day-form h3{margin-top:0;margin-bottom:1rem;color:#1a1a1a}.form-group input[type=checkbox]{margin-right:.5rem}.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.calendar-legend{display:flex;gap:2rem;padding-top:1rem;border-top:1px solid #ddd}.legend-item{display:flex;align-items:center;gap:.5rem}.requests-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.requests-table{width:100%;border-collapse:collapse}.requests-table th,.requests-table td{padding:.75rem;text-align:left;border-bottom:1px solid #ddd}.requests-table th{background:#f5f5f5;font-weight:600;color:#1a1a1a}.status-badge{padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;text-transform:capitalize}.training-booking{min-height:calc(100vh - 200px);padding:2rem 0;background:#f5f5f5}.booking-header{margin-bottom:2rem}.booking-header h1{color:#1a1a1a;margin-bottom:.5rem}.booking-header p{color:#666}.booking-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #eee}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h2{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem}.section-hint{color:#666;font-size:.9rem;margin-bottom:1rem}.radio-group{display:flex;flex-direction:column;gap:1rem}.radio-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.75rem;border:2px solid #ddd;border-radius:4px;transition:all .2s}.radio-group label:hover{border-color:#c9a961;background:#fff9e6}.radio-group input[type=radio]:checked+span{font-weight:600;color:#c9a961}.radio-group input[type=radio]:checked~*{border-color:#c9a961}.radio-group input[type=radio]{margin:0}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.calendar-controls h3{margin:0;color:#1a1a1a}.booking-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:1.5rem}.calendar-header-cell{text-align:center;font-weight:600;color:#666;padding:.5rem;font-size:.9rem}.calendar-cell{aspect-ratio:1;border:2px solid #ddd;border-radius:4px;padding:.5rem;position:relative;background:#fff;transition:all .2s;display:flex;align-items:center;justify-content:center}.calendar-cell.available{cursor:pointer;border-color:#28a745}.calendar-cell.available:hover{background:#f0f8f0;border-color:#20c997}.calendar-cell.selected{background:#c9a961;border-color:#b8964f;color:#fff}.calendar-cell.selected .calendar-day-number{color:#fff;font-weight:600}.calendar-cell.unavailable{opacity:.4;cursor:not-allowed;background:#f5f5f5}.calendar-cell.past{opacity:.3;cursor:not-allowed;background:#f5f5f5}.calendar-cell.empty{border:none;cursor:default;background:transparent}.calendar-day-number{font-weight:500;color:#1a1a1a;font-size:1rem}.selected-dates{background:#f9f9f9;border-radius:8px;padding:1.5rem;margin-top:1rem}.selected-dates ul{list-style:none;padding:0;margin:.5rem 0}.selected-dates li{padding:.5rem 0;color:#1a1a1a}.cost-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.cost-preview strong{display:block;font-size:1.2rem;color:#c9a961;margin-bottom:.5rem}.cost-preview small{color:#666;font-size:.9rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#c9a961;box-shadow:0 0 0 3px #c9a9611a}.form-group textarea{resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.loading{text-align:center;padding:2rem;color:#666}.training-requests{min-height:calc(100vh - 200px);padding:2rem 0;background:#f5f5f5}.requests-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.requests-header h1{color:#1a1a1a;margin:0}.no-requests{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.no-requests p{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.requests-list{display:flex;flex-direction:column;gap:1.5rem}.request-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.request-header h3{margin:0 0 .5rem;color:#1a1a1a}.request-amount{text-align:right}.request-amount strong{display:block;font-size:1.5rem;color:#c9a961;margin-bottom:.5rem}.free-badge{display:inline-block;padding:.5rem 1rem;background:#28a745;color:#fff;border-radius:4px;font-weight:600}.request-details{margin-bottom:1rem}.detail-row{display:flex;gap:1rem;margin-bottom:.75rem}.detail-row strong{min-width:120px;color:#666}.detail-row span{color:#1a1a1a}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;text-transform:capitalize}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.confirmed{background:#d1ecf1;color:#0c5460}.status-badge.in_progress{background:#d4edda;color:#155724}.status-badge.completed{background:#d1ecf1;color:#0c5460}.status-badge.cancelled{background:#f8d7da;color:#721c24}.status-badge.draft{background:#e2e3e5;color:#383d41}.status-badge.sent{background:#d1ecf1;color:#0c5460}.status-badge.paid{background:#d4edda;color:#155724}.expense-invoices{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.expense-invoices h4{margin:0 0 1rem;color:#1a1a1a}.invoice-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9f9f9;border-radius:4px;margin-bottom:.5rem}.invoice-item strong{color:#1a1a1a;margin-right:1rem}.loading{text-align:center;padding:3rem;color:#666}.training-page{min-height:calc(100vh - 200px);padding:3rem 0;background:linear-gradient(to bottom,#f5f5f5,#fff)}.training-hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;border-radius:12px;margin-bottom:4rem;box-shadow:0 4px 20px #0000001a}.training-hero h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;color:#e8e8e8;font-weight:300}.training-content{max-width:1200px;margin:0 auto}.training-section{margin-bottom:4rem}.training-section h2{font-size:2.5rem;margin-bottom:2rem;color:#1a1a1a;text-align:center}.training-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.training-option-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.training-option-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #eee}.option-header h3{margin:0;color:#1a1a1a;font-size:1.75rem}.price-badge{padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:1rem;background:#c9a961;color:#fff}.price-badge.free{background:#28a745}.training-option-card p{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{padding:.75rem 0;color:#1a1a1a;font-size:1rem;border-bottom:1px solid #f0f0f0}.feature-list li:last-child{border-bottom:none}.pricing-info{background:#f9f9f9;border-radius:8px;padding:1.5rem;margin:1.5rem 0}.pricing-info h4{margin-top:0;margin-bottom:1rem;color:#1a1a1a}.pricing-list{list-style:none;padding:0;margin:0 0 1rem}.pricing-list li{padding:.5rem 0;color:#1a1a1a;font-size:1rem;display:flex;justify-content:space-between}.pricing-list li strong{color:#c9a961;font-weight:600}.pricing-note{font-size:.9rem;color:#666;font-style:italic;margin:0}.offerings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.offering-item{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.offering-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.offering-icon{font-size:3rem;margin-bottom:1rem}.offering-item h3{margin:0 0 1rem;color:#1a1a1a;font-size:1.5rem}.offering-item p{color:#666;line-height:1.6;margin:0}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.process-step{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a;position:relative}.step-number{width:60px;height:60px;border-radius:50%;background:#c9a961;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-step h3{margin:0 0 1rem;color:#1a1a1a;font-size:1.25rem}.process-step p{color:#666;line-height:1.6;margin:0}.cta-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#c9a961,#b8964f);border-radius:12px;color:#fff;margin-top:4rem}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-text{font-size:1.25rem;margin-bottom:2rem;color:#fff;opacity:.95}.btn-large{padding:1rem 2.5rem;font-size:1.25rem;font-weight:600}@media(max-width:768px){.training-hero h1{font-size:2rem}.hero-subtitle{font-size:1.25rem}.training-options{grid-template-columns:1fr}.training-section h2{font-size:2rem}.offerings-grid,.process-steps{grid-template-columns:1fr}}.finance-page{min-height:calc(100vh - 200px);padding:3rem 0;background:linear-gradient(to bottom,#f5f5f5,#fff)}.finance-header{text-align:center;margin-bottom:3rem}.finance-header h1{font-size:3rem;margin-bottom:2rem;color:#1a1a1a;font-weight:700}.finance-description{max-width:900px;margin:0 auto;text-align:left}.finance-description p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.finance-description p:last-child{margin-bottom:0}.location-selector{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.location-selector h2{font-size:1.75rem;margin-bottom:1.5rem;color:#1a1a1a}.location-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.location-btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:2px solid #c9a961;background:#fff;color:#c9a961;border-radius:8px;cursor:pointer;transition:all .3s ease}.location-btn:hover{background:#f9f7f3;transform:translateY(-2px);box-shadow:0 4px 12px #c9a96133}.location-btn.active{background:#c9a961;color:#fff;box-shadow:0 4px 12px #c9a9614d}.finance-companies{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.finance-companies.center-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.finance-companies.center-cards .finance-card{max-width:100%}.finance-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.finance-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.finance-card-content{padding:1.5rem;display:flex;flex-direction:column;height:100%}.finance-card-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #eee}.finance-logo{flex-shrink:0;width:100%;height:120px;display:flex;align-items:center;justify-content:center;background:#f9f9f9;border-radius:8px;padding:.75rem;margin-bottom:.5rem}.finance-logo img{max-width:100%;max-height:100%;object-fit:contain}.finance-company-name{margin:0;font-size:1.25rem;color:#1a1a1a;font-weight:700;text-align:center;line-height:1.3}.finance-card-body{margin-bottom:1.5rem;flex:1;display:flex;flex-direction:column}.finance-description-text{font-size:.95rem;line-height:1.6;color:#666;margin-bottom:1.5rem;flex-shrink:0}.finance-bullet-points{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.finance-bullet-points li{padding:.5rem 0 .5rem 1.25rem;color:#1a1a1a;font-size:.9rem;position:relative;line-height:1.5}.finance-bullet-points li:before{content:"✓";position:absolute;left:0;color:#c9a961;font-weight:700;font-size:1.2rem}.finance-contact{background:#f9f9f9;border-radius:8px;padding:1rem;margin-top:auto;flex-shrink:0}.finance-contact h4{margin:0 0 .75rem;color:#1a1a1a;font-size:1rem}.contact-details{display:flex;flex-direction:column;gap:.5rem}.contact-item{color:#1a1a1a;font-size:.85rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.contact-item strong{color:#1a1a1a;margin-right:.5rem}.contact-item a{color:#c9a961;text-decoration:none;transition:color .3s ease;word-wrap:break-word;overflow-wrap:break-word;display:inline-block;max-width:100%}.contact-item a:hover{color:#b8964f;text-decoration:underline}.finance-card-footer{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid #eee;margin-top:auto;flex-shrink:0}.learn-more-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;width:100%;text-align:center}.learn-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #c9a9614d}.no-companies{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.no-companies p{font-size:1.1rem;color:#666}.finance-disclaimers{background:#fff8e8;border:2px solid #c9a961;border-radius:12px;padding:2.5rem;margin-top:3rem}.finance-disclaimers h3{margin:0 0 1.5rem;color:#1a1a1a;font-size:1.75rem;text-align:center}.disclaimer-content{max-width:1000px;margin:0 auto}.disclaimer-content p{font-size:1rem;line-height:1.8;color:#1a1a1a;margin-bottom:1.5rem}.disclaimer-content p:last-child{margin-bottom:0}.disclaimer-content strong{color:#1a1a1a;font-weight:700}@media(max-width:1200px){.finance-companies{grid-template-columns:repeat(3,1fr)}.finance-companies.center-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:900px){.finance-companies{grid-template-columns:repeat(2,1fr)}.finance-companies.center-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.finance-header h1{font-size:2rem}.finance-description{text-align:center}.finance-description p{font-size:1rem}.location-buttons{flex-direction:column;align-items:stretch}.location-btn{width:100%}.finance-companies{grid-template-columns:1fr}.finance-card-header{flex-direction:column;text-align:center}.finance-logo{width:100px;height:100px;margin:0 auto}.finance-company-name{font-size:1.5rem}.finance-bullet-points{grid-template-columns:1fr}.finance-card-footer{justify-content:center}.learn-more-btn{width:100%;text-align:center}.finance-disclaimers{padding:1.5rem}.finance-disclaimers h3{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.btn-primary{background:#c9a961;color:#1a1a1a;border:none;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.btn-primary:hover{background:#b8964f;transform:translateY(-2px);box-shadow:0 4px 12px #c9a9614d}.btn-secondary{background:transparent;color:#e8e8e8;border:2px solid #e8e8e8;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.btn-secondary:hover{background:#e8e8e8;color:#1a1a1a;transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top:4px solid #c9a961;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#666;font-size:1.1rem}
