: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}.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}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span{width:25px;height:2px;background:#1a1a1a;transition:all .3s ease}.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{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}@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-card{background:#fff;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;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#666;text-align:center;margin-bottom:2rem;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#c9a961}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.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:#666;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}.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}.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}.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}.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{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse}.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;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.product-form-container h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.product-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#1a1a1a;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#c9a961}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.array-input{display:flex;gap:.5rem}.array-input input{flex:1}.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}.form-hint{font-size:.85rem;color:#666;margin:-.25rem 0 .5rem}.specs-input{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;margin-bottom:.5rem}.specs-input input{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit}.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)}.upload-hint{font-size:.85rem;color:#666;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}.remove-image-btn{position:absolute;top:.5rem;right:.5rem;background:#dc3545e6;color:#fff;border:none;border-radius:50%;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)}.form-actions{display:flex;gap:1rem;margin-top:1rem}.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}.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}@media(max-width:768px){.form-row{grid-template-columns:1fr}.products-table{font-size:.9rem}.products-table th,.products-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}}.product-browse{min-height:calc(100vh - 200px);padding:3rem 0;background:#f5f5f5}.browse-header{margin-bottom:2rem}.browse-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.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-image{width:100%;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-info h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.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}.stock-info{margin-bottom:1rem}.in-stock{color:#155724;font-weight:600}.out-of-stock{color:#721c24;font-weight:600}.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}.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;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}.question-card{background:#fff;border-radius:12px;padding:3rem;max-width:600px;margin:0 auto;box-shadow:0 4px 20px #0000001a}.question-card h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;text-align:center}.answer-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.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}.answer-option:hover{background:#e8e8e8;border-color:#c9a961}.answer-option.selected{background:#c9a961;color:#1a1a1a;border-color:#c9a961;font-weight:600}.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:pointer}.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;margin-bottom:.5rem}.product-short-desc{color:#666;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}.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}@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}}*{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}
