:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--bg-elevated:#ffffffe6;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-primary:#2563eb;--accent-hover:#1d4ed8;--accent-glow:#2563eb33;--success:#059669;--warning:#d97706;--error:#dc2626;--border-color:#0000001a;--border-hover:#00000026;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0003, 0 2px 4px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000004d, 0 4px 6px -2px #00000026;--shadow-glow:0 0 20px var(--accent-glow)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:inherit}.glass-panel{background:var(--bg-elevated);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.text-gradient{background:linear-gradient(135deg,#0f172a 0%,#475569 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.accent-gradient{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn var(--transition-slow) forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (width>=768px){.container{padding:0 2rem}}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width>=480px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media (width>=768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}}@media (width>=1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.feature-card{padding:1rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.8rem}@media (width>=640px){.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2rem}.feature-card h3{font-size:1.25rem}.feature-card p{font-size:1rem}}.categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.category-card{padding:1.5rem 1rem}.category-card h3{font-size:.95rem}@media (width>=640px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.category-card{padding:2rem 1.5rem}.category-card h3{font-size:1.1rem}}.newsletter-form{flex-direction:column;gap:.75rem;width:100%;max-width:400px;display:flex}.newsletter-form input,.newsletter-form button{width:100%}@media (width>=480px){.newsletter-form{flex-direction:row;gap:.5rem}.newsletter-form button{width:auto}}.product-detail-top{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.product-detail-image-col{position:relative}@media (width>=768px){.product-detail-top{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}}@media (width>=1024px){.product-detail-top{gap:4rem}.product-detail-image-col{align-self:start;position:sticky;top:6rem}}.product-detail-bottom{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=1024px){.product-detail-bottom{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:4rem}}.product-image-main{justify-content:center;align-items:center;height:300px;display:flex;overflow:hidden}@media (width>=768px){.product-image-main{height:500px}}.product-actions-container{flex-direction:column;gap:1rem;display:flex}@media (width>=480px){.product-actions-container{flex-flow:wrap}}@media (width>=768px){.product-actions-container{flex-wrap:nowrap}}.product-qty-input{width:100%}@media (width>=480px){.product-qty-input{width:80px}}.main-header{z-index:50;border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:.5rem;padding:1rem;display:flex;position:sticky;top:0}@media (width>=768px){.main-header{border-radius:var(--radius-xl);flex-wrap:nowrap;margin:1rem;padding:1rem 2rem}}.header-nav{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.hide-mobile{display:none!important}.show-mobile-only{display:block!important}@media (width>=768px){.header-nav{justify-content:flex-end;gap:1.5rem;width:auto}.hide-mobile{display:inline-flex!important}.show-mobile-only{display:none!important}}.catalogue-layout{flex-direction:column;align-items:stretch;gap:2rem;display:flex}@media (width>=768px){.catalogue-layout{flex-direction:row;align-items:flex-start}}.catalogue-sidebar{width:100%}@media (width>=768px){.catalogue-sidebar{flex-shrink:0;width:280px}}.dashboard-layout{flex-direction:column;min-height:100vh;display:flex}@media (width>=768px){.dashboard-layout{flex-direction:row}}.dashboard-sidebar{border-right:none;border-bottom:1px solid var(--border-color);flex-direction:column;width:100%;height:auto;padding:1rem 0;display:flex;position:relative}@media (width>=768px){.dashboard-sidebar{border-right:1px solid var(--border-color);border-bottom:none;flex-shrink:0;width:250px;height:100vh;padding:1.5rem 0;position:sticky;top:0}}.dashboard-nav{background:var(--bg-secondary);border-top:1px solid var(--border-color);z-index:1000;flex-direction:row;justify-content:space-around;padding:.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 10px #0000000d}@media (width>=768px){.dashboard-nav{box-shadow:none;background:0 0;border-top:none;flex-direction:column;justify-content:flex-start;gap:.25rem;padding:0 .75rem;position:static}}.nav-item-text{text-overflow:ellipsis;max-width:100%;margin-top:.25rem;font-size:.65rem;overflow:hidden}.dashboard-nav-link{border-radius:var(--radius-md);color:var(--text-secondary);white-space:nowrap;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:.5rem .2rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex;overflow:hidden}.dashboard-nav-link.active{color:var(--accent-primary);font-weight:600}@media (width>=768px){.nav-item-text{margin-top:0;font-size:.9rem}.dashboard-nav-link{flex-direction:row;flex:none;justify-content:flex-start;gap:.75rem;padding:.75rem 1rem}.dashboard-nav-link.active{color:#fff;background:var(--accent-primary)}.dashboard-nav-link:not(.active):hover{background:#0000000d}}.dashboard-main{flex:1;padding:1rem 1rem 80px;overflow-y:auto}@media (width>=768px){.dashboard-main{padding:2rem}}.dashboard-grid{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (width>=1024px){.dashboard-grid{grid-template-columns:1fr 350px;gap:2rem}}.product-card{height:100%;transition:transform var(--transition-fast), box-shadow var(--transition-fast);cursor:pointer;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-card-image-wrapper{aspect-ratio:1;background:var(--bg-secondary);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%}.product-badge{border-radius:var(--radius-full);color:#fff;z-index:10;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:10px}.badge-rupture{background:var(--error);right:10px}.badge-promo{background:var(--error);left:10px}.badge-nouveau{background:var(--accent-primary);left:10px}.product-card-content{flex-direction:column;flex:1;padding:.75rem;display:flex}@media (width>=640px){.product-card-content{padding:1.5rem}}.page-content h1,.page-content h2,.page-content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:1rem}.page-content p{word-break:break-word;margin-bottom:1.2rem}.page-content ul,.page-content ol{margin-bottom:1.2rem;padding-left:clamp(1rem,3vw,2rem)}.page-content li{margin-bottom:.5rem}.page-content a{color:var(--accent-primary);word-break:break-all;text-decoration:underline}.page-content img,.page-content video{border-radius:var(--radius-md);max-width:100%;height:auto;margin:1rem 0}.page-content table{width:100%;display:block;overflow-x:auto}.footer-link{transition:color .2s,padding-left .2s}.footer-link:hover{padding-left:5px;color:var(--accent-primary)!important}.product-card-title{color:var(--text-primary);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.9rem;line-height:1.3;display:-webkit-box;overflow:hidden}@media (width>=640px){.product-card-title{font-size:1.1rem}}.product-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;text-overflow:ellipsis;white-space:pre-wrap;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width>=640px){.product-card-desc{font-size:.85rem}}.product-card-footer{justify-content:space-between;align-items:flex-end;min-height:2rem;margin-top:auto;display:flex}.product-card-price{color:var(--text-primary);font-size:.95rem;font-weight:800}@media (width>=640px){.product-card-price{font-size:1.25rem}}.product-card-price-hint{color:var(--text-muted);margin-top:-2px;font-size:.7rem}.product-card-price-ondemand{color:var(--text-muted);font-size:.85rem;font-style:italic}.product-card-order-hint{color:var(--error);text-align:right;max-width:50%;font-size:.7rem;font-weight:600}.admin-layout-wrapper{background-color:var(--bg-tertiary);flex-direction:column;min-height:100vh;display:flex}@media (width>=1024px){.admin-layout-wrapper{flex-direction:row}}.admin-mobile-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:40;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}@media (width>=1024px){.admin-mobile-header{display:none}}.admin-sidebar-overlay{z-index:45;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}@media (width>=1024px){.admin-sidebar-overlay{display:none}}.admin-sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-color);z-index:50;width:280px;transition:transform var(--transition-normal);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}@media (width>=1024px){.admin-sidebar{height:100vh;box-shadow:none;flex-shrink:0;transition:none;position:sticky;top:0;transform:none}}.admin-main-content{flex:1;width:100%;min-width:0;max-width:100vw;padding:1rem}@media (width>=768px){.admin-main-content{padding:2rem}}@media (width>=1024px){.admin-main-content{max-width:calc(100vw - 280px)}}.admin-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}
