*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#1e293b;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff)}#app{height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:56px;background:linear-gradient(135deg,#312e81,#4f46e5);box-shadow:0 4px 12px #4f46e54d;color:#fff;flex-shrink:0;z-index:100}.header-left{display:flex;align-items:center;gap:.75rem}.header-logo{width:32px;height:32px;background:#ffffff26;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;letter-spacing:.5px}.header-title{font-size:1rem;font-weight:700;letter-spacing:-.01em}.header-subtitle{font-size:.7rem;opacity:.7;font-weight:400}.header-right{display:flex;align-items:center;gap:.5rem}.header-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.header-btn-primary{background:#fff3;color:#fff}.header-btn-primary:hover{background:#ffffff4d}.header-btn-icon{background:transparent;color:#fffc;padding:.45rem;font-size:1.1rem}.header-btn-icon:hover{color:#fff;background:#ffffff1a}.layout{display:flex;flex:1;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.card{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem}.product-nav{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.product-pill{display:flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:all .15s;background:#f1f5f9;color:#64748b}.product-pill.active-site{background:#4f46e5;color:#fff}.product-pill.active-localina{background:#16a34a;color:#fff}.product-pill.active-cockpit{background:#9333ea;color:#fff}.product-pill.active-digitalone{background:#ea580c;color:#fff}.product-pill:not([class*=active-]):hover{background:#e2e8f0;color:#334155}.product-pill .status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-dot.st-attente{background:#94a3b8}.status-dot.st-encours{background:#f59e0b}.status-dot.st-production{background:#4f46e5}.status-dot.st-livre{background:#16a34a}.product-add-btn{display:flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:20px;font-size:.75rem;font-weight:500;cursor:pointer;border:1.5px dashed #cbd5e1;background:transparent;color:#94a3b8;transition:all .15s;font-family:inherit}.product-add-btn:hover{border-color:#4f46e5;color:#4f46e5}.tabs-bar{display:flex;gap:.25rem;padding:.5rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#fafbfd;flex-shrink:0}.tab-btn{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;background:transparent;color:#64748b;transition:all .15s;font-family:inherit}.tab-btn:hover{background:#e2e8f0;color:#334155}.tab-btn.active{background:#4f46e5;color:#fff}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.client-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.client-header h2{font-size:1.05rem;font-weight:700;color:#1e293b}.client-header-meta{font-size:.75rem;color:#94a3b8}.tab-content{flex:1;overflow-y:auto;padding:1.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;gap:.75rem}.empty-state-icon{font-size:3rem;opacity:.4}.empty-state-text{font-size:.9rem;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:1.75rem}.modal h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:#1e293b}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover{background:#4338ca}.btn-success{background:#16a34a;color:#fff}.btn-success:hover{background:#15803d}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#fef2f2;color:#dc2626}.btn-danger:hover{background:#fee2e2}.btn-ghost{background:transparent;color:#64748b}.btn-ghost:hover{background:#f1f5f9}.btn-ai{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.btn-ai:hover{background:linear-gradient(135deg,#4338ca,#6d28d9)}.btn:disabled{opacity:.5;cursor:not-allowed}.spinner{display:inline-block;width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.spinner-dark{border-color:#4f46e526;border-top-color:#4f46e5}@keyframes spin{to{transform:rotate(360deg)}}.hidden{display:none!important}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.gap-1{gap:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-sm{font-size:.82rem}.text-xs{font-size:.72rem}.text-muted{color:#94a3b8}.font-semibold{font-weight:600}.font-bold{font-weight:700}.sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.sidebar-header{padding:.75rem;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.5rem}.sidebar-search{width:100%;padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.8rem;font-family:inherit;outline:none;transition:border-color .15s}.sidebar-search:focus{border-color:#4f46e5}.sidebar-search::placeholder{color:#94a3b8}.sidebar-list{flex:1;overflow-y:auto;padding:.5rem}.sidebar-item{padding:.65rem .75rem;border-radius:8px;cursor:pointer;transition:all .1s;margin-bottom:2px}.sidebar-item:hover{background:#f1f5f9}.sidebar-item.active{background:#eef2ff}.sidebar-item-company{font-size:.82rem;font-weight:600;color:#1e293b;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-item-contact{font-size:.72rem;color:#94a3b8;margin-bottom:4px}.sidebar-item-pills{display:flex;gap:.3rem;flex-wrap:wrap}.sidebar-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .45rem;border-radius:10px;font-size:.65rem;font-weight:600}.sidebar-pill-site{background:#eef2ff;color:#4f46e5}.sidebar-pill-localina{background:#f0fdf4;color:#16a34a}.sidebar-pill-cockpit{background:#faf5ff;color:#9333ea}.sidebar-pill-digitalone{background:#fff7ed;color:#ea580c}.sidebar-footer{padding:.75rem;border-top:1px solid #e2e8f0}.form-section{margin-bottom:1.75rem}.form-section-title{font-size:.85rem;font-weight:700;color:#1e293b;margin-bottom:.85rem;display:flex;align-items:center;gap:.4rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-grid-full{grid-column:1 / -1}.field-group{display:flex;flex-direction:column;gap:.3rem}.field-label{font-size:.75rem;font-weight:600;color:#475569}.field-input{padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .15s;background:#fff;color:#1e293b}.field-input:focus{border-color:#4f46e5}.field-input::placeholder{color:#cbd5e1}textarea.field-input{resize:vertical;min-height:80px;line-height:1.5}select.field-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.radio-group{display:flex;gap:.35rem;flex-wrap:wrap}.radio-btn{padding:.35rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.78rem;font-weight:500;cursor:pointer;background:#fff;color:#64748b;transition:all .15s;font-family:inherit}.radio-btn:hover{border-color:#4f46e5;color:#4f46e5}.radio-btn.selected{background:#4f46e5;color:#fff;border-color:#4f46e5}.radio-btn.selected-green{background:#16a34a;color:#fff;border-color:#16a34a}.radio-btn.selected-red{background:#ef4444;color:#fff;border-color:#ef4444}.radio-btn.selected-orange{background:#f59e0b;color:#fff;border-color:#f59e0b}.chips-container{display:flex;gap:.35rem;flex-wrap:wrap}.chip{padding:.3rem .7rem;border:1.5px solid #e2e8f0;border-radius:20px;font-size:.75rem;font-weight:500;cursor:pointer;background:#fff;color:#64748b;transition:all .15s;font-family:inherit}.chip:hover{border-color:#4f46e5}.chip.active{background:#eef2ff;color:#4f46e5;border-color:#4f46e5}.tags-container{display:flex;flex-wrap:wrap;gap:.35rem;padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;min-height:40px;align-items:center;cursor:text}.tags-container:focus-within{border-color:#4f46e5}.tag{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;background:#eef2ff;color:#4f46e5;border-radius:6px;font-size:.75rem;font-weight:500}.tag-remove{cursor:pointer;font-size:.85rem;line-height:1;opacity:.6}.tag-remove:hover{opacity:1}.tags-input{border:none;outline:none;font-size:.82rem;font-family:inherit;flex:1;min-width:80px;background:transparent}.form-table{width:100%;border-collapse:collapse;font-size:.8rem}.form-table th{text-align:left;padding:.5rem .75rem;background:#f8fafc;font-weight:600;color:#475569;border-bottom:1px solid #e2e8f0;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.form-table td{padding:.45rem .75rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.form-table tr:hover td{background:#fafbfd}.form-table select{padding:.25rem .5rem;border:1.5px solid #e2e8f0;border-radius:6px;font-size:.78rem;font-family:inherit;cursor:pointer;outline:none}.field-status-obligatoire{background:#fef9c3!important;border-color:#eab308!important}.field-status-optionnel{background:#f1f5f9!important;border-color:#cbd5e1!important}.field-status-masque{background:#fef2f2!important;border-color:#fca5a5!important}.form-table .note-input{width:100%;padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.78rem;font-family:inherit;outline:none}.form-table .note-input:focus{border-color:#4f46e5}.editable-table{width:100%;border-collapse:collapse;font-size:.8rem}.editable-table th{text-align:left;padding:.5rem .6rem;background:#f8fafc;font-weight:600;color:#475569;border-bottom:1px solid #e2e8f0;font-size:.72rem}.editable-table td{padding:.35rem .4rem;border-bottom:1px solid #f1f5f9}.editable-table input{width:100%;padding:.35rem .5rem;border:1.5px solid #e2e8f0;border-radius:6px;font-size:.78rem;font-family:inherit;outline:none}.editable-table input:focus{border-color:#4f46e5}.editable-table .delete-row-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1rem;padding:.2rem;opacity:.5}.editable-table .delete-row-btn:hover{opacity:1}.folder-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#312e81,#4f46e5);border-radius:10px;color:#fff;margin-bottom:1.25rem}.folder-banner a{color:#fff;text-decoration:underline;font-weight:600;font-size:.82rem}.folder-banner-icon{font-size:1.3rem}.folder-banner .field-input{background:#ffffff26;border-color:#ffffff40;color:#fff;flex:1}.folder-banner .field-input::placeholder{color:#ffffff80}.size-selector{display:flex;gap:.5rem}.size-card{flex:1;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;text-align:center;cursor:pointer;transition:all .15s;background:#fff}.size-card:hover{border-color:#4f46e5}.size-card.selected{border-color:#4f46e5;background:#eef2ff}.size-card-letter{font-size:1.5rem;font-weight:700;color:#4f46e5}.size-card-label{font-size:.72rem;color:#64748b;margin-top:.25rem}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.25rem}.status-option{padding:.6rem;border:2px solid #e2e8f0;border-radius:10px;text-align:center;cursor:pointer;transition:all .15s;font-size:.78rem;font-weight:600;background:#fff;font-family:inherit}.status-option:hover{transform:translateY(-1px)}.status-option.sel-attente{border-color:#94a3b8;background:#f8fafc;color:#64748b}.status-option.sel-encours{border-color:#f59e0b;background:#fffbeb;color:#b45309}.status-option.sel-production{border-color:#4f46e5;background:#eef2ff;color:#4f46e5}.status-option.sel-livre{border-color:#16a34a;background:#f0fdf4;color:#16a34a}.summary-card{background:linear-gradient(135deg,#1e293b,#334155);border-radius:12px;padding:1.25rem;color:#fff;margin-bottom:1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.summary-item{text-align:center}.summary-item-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-bottom:.25rem}.summary-item-value{font-size:1rem;font-weight:700}.journal-add{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:1.25rem}.journal-add .date-input{width:110px;flex-shrink:0}.journal-add textarea{flex:1;min-height:44px;resize:none}.journal-list{display:flex;flex-direction:column;gap:.5rem}.journal-entry{display:flex;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;align-items:flex-start}.journal-date{font-size:.75rem;font-weight:700;color:#4f46e5;white-space:nowrap;min-width:70px}.journal-text{flex:1;font-size:.82rem;color:#334155;line-height:1.5}.journal-delete{background:none;border:none;color:#ef4444;cursor:pointer;font-size:.85rem;opacity:.4;padding:.1rem .3rem;flex-shrink:0}.journal-delete:hover{opacity:1}.rdv-textarea{width:100%;min-height:140px;resize:vertical}.rdv-preview{margin-top:1rem}.rdv-preview-title{font-size:.82rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.rdv-preview-fields{display:grid;grid-template-columns:1fr 1fr;gap:.4rem .75rem;font-size:.78rem}.rdv-preview-field{display:flex;gap:.35rem}.rdv-preview-field-key{color:#94a3b8;font-weight:500}.rdv-preview-field-val{color:#1e293b;font-weight:600}.rdv-history{margin-top:1.5rem;border-top:1px solid #e2e8f0;padding-top:1rem}.rdv-history-item{padding:.75rem;background:#f8fafc;border-radius:8px;margin-bottom:.5rem}.rdv-history-date{font-size:.7rem;font-weight:700;color:#4f46e5;margin-bottom:.25rem}.rdv-history-summary{font-size:.8rem;color:#334155;font-style:italic}.brief-section{margin-bottom:1rem}.brief-section-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:#f8fafc;border-radius:8px;cursor:pointer;transition:background .1s;-webkit-user-select:none;user-select:none}.brief-section-header:hover{background:#f1f5f9}.brief-section-title{font-size:.82rem;font-weight:700;color:#1e293b}.brief-section-chevron{font-size:.75rem;color:#94a3b8;transition:transform .15s}.brief-section-chevron.open{transform:rotate(180deg)}.brief-section-body{padding:.75rem;font-size:.82rem;line-height:1.6;color:#334155}.brief-warning{display:flex;align-items:flex-start;gap:.5rem;padding:.6rem .75rem;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:0 8px 8px 0;margin-bottom:.4rem;font-size:.8rem;color:#92400e}.brief-step{display:flex;gap:.5rem;padding:.4rem 0;font-size:.82rem}.brief-step-num{width:22px;height:22px;border-radius:50%;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.brief-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.page-structure{display:flex;flex-direction:column;gap:.5rem}.page-item{padding:.75rem 1rem;background:#f8fafc;border-radius:8px;border-left:3px solid #4F46E5}.page-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.page-item-num{font-size:.7rem;font-weight:700;color:#4f46e5}.page-item-title{font-size:.85rem;font-weight:700;color:#1e293b}.page-item-desc{font-size:.78rem;color:#64748b;line-height:1.4;margin-top:.25rem}.page-item-elements{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.4rem}.page-item-el{padding:.15rem .45rem;background:#eef2ff;color:#4f46e5;border-radius:4px;font-size:.65rem;font-weight:500}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff)}.login-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 25px 50px -12px #00000026;width:100%;max-width:360px}.login-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.login-logo{width:40px;height:40px;background:linear-gradient(135deg,#312e81,#4f46e5);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.login-error{color:#ef4444;font-size:.82rem;padding:.5rem .75rem;background:#fef2f2;border-radius:6px;margin-bottom:1rem}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;border-radius:12px;z-index:10}.loading-text{font-size:.82rem;color:#4f46e5;font-weight:600}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.7rem 1.2rem;background:#1e293b;color:#fff;border-radius:10px;font-size:.82rem;font-weight:500;box-shadow:0 10px 25px #0003;z-index:2000;animation:toastIn .25s ease-out}@keyframes toastIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.delete-client-btn{color:#ef4444;font-size:.75rem;cursor:pointer;opacity:.6}.delete-client-btn:hover{opacity:1}.header-burger{display:none;background:transparent;border:none;color:#fff;font-size:1.4rem;cursor:pointer;padding:.3rem;line-height:1}@media(max-width:768px){.header{padding:0 .75rem;height:50px}.header-burger{display:block}.header-title{font-size:.88rem}.header-subtitle{display:none}.header-btn-primary{padding:.35rem .6rem;font-size:.72rem}.layout{position:relative}.sidebar{position:fixed;top:50px;left:0;bottom:0;width:85vw;max-width:320px;z-index:500;transform:translate(-100%);transition:transform .25s ease;box-shadow:none}.sidebar.open{transform:translate(0);box-shadow:4px 0 25px #00000026}.sidebar-backdrop{display:none;position:fixed;top:50px;left:0;right:0;bottom:0;background:#0f172a66;z-index:499}.sidebar-backdrop.open{display:block}.main-area{width:100%}.client-header{padding:.65rem .85rem;flex-wrap:wrap;gap:.35rem}.client-header h2{font-size:.92rem}.product-nav{padding:.5rem .75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.4rem;flex-wrap:nowrap}.product-pill{white-space:nowrap;font-size:.72rem;padding:.35rem .65rem;flex-shrink:0}.tabs-bar{padding:.4rem .75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.2rem}.tab-btn{white-space:nowrap;font-size:.72rem;padding:.4rem .7rem;flex-shrink:0}.tab-content{padding:.85rem}.card{padding:1rem;border-radius:10px}.form-grid{grid-template-columns:1fr}.form-section-title{font-size:.8rem}.field-input{font-size:.85rem;padding:.55rem .65rem}.radio-group{gap:.25rem}.radio-btn{font-size:.72rem;padding:.3rem .6rem}.chips-container{gap:.25rem}.chip{font-size:.7rem;padding:.25rem .55rem}.size-selector{gap:.35rem}.size-card{padding:.75rem .5rem}.size-card-letter{font-size:1.2rem}.form-table,.editable-table{font-size:.72rem}.form-table th,.form-table td,.editable-table th,.editable-table td{padding:.35rem .4rem}.journal-add{flex-direction:column;gap:.4rem}.journal-add .date-input{width:100%}.journal-entry{flex-wrap:wrap;gap:.4rem;padding:.6rem}.summary-card{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}.status-grid{grid-template-columns:repeat(2,1fr);gap:.35rem}.status-option{font-size:.72rem;padding:.5rem .35rem}.modal{max-width:calc(100vw - 2rem);max-height:85vh;margin:1rem;padding:1.25rem}.modal h3{font-size:1rem}.brief-actions{flex-wrap:wrap}.brief-actions .btn{flex:1;min-width:120px;justify-content:center;font-size:.75rem}.folder-banner{flex-direction:column;align-items:flex-start;gap:.4rem;padding:.65rem .85rem}.folder-banner .field-input{width:100%}.page-item{padding:.6rem .75rem}.page-item-elements{gap:.2rem}.btn{font-size:.78rem;padding:.5rem .85rem}.btn-ai{width:100%;justify-content:center}.toast{left:1rem;right:1rem;bottom:1rem;text-align:center}.login-card{margin:1rem;max-width:none}.tabs-bar::-webkit-scrollbar,.product-nav::-webkit-scrollbar{display:none}.tabs-bar,.product-nav{scrollbar-width:none}}@media(max-width:380px){.header-logo{display:none}.summary-card{grid-template-columns:1fr 1fr;font-size:.75rem}}
