.mon-compte-container{background:#f5f5f5;justify-content:center;align-items:center;min-height:90vh;padding:60px 20px;font-family:Helvetica Neue,sans-serif;display:flex}.auth-container{background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;max-width:400px;padding:30px;box-shadow:0 8px 20px rgba(0,0,0,.05)}.auth-toggle{background:#eaeaea;border-radius:4px;margin-bottom:25px;display:flex;overflow:hidden}.auth-toggle button{color:#333;cursor:pointer;background:0 0;border:none;flex:1;padding:10px 0;font-size:1rem;font-weight:600;transition:background .3s}.auth-toggle button.active{color:#fff;background:#333}.genre-buttons{gap:10px;margin-bottom:20px;display:flex}.genre-buttons button{color:#333;cursor:pointer;background:#f7f7f7;border:1px solid #ccc;border-radius:4px;flex:1;padding:8px;font-weight:500;transition:background .3s,border-color .3s}.genre-buttons button.active{color:#fff;background:#333;border-color:#333}.auth-form{flex-direction:column;display:flex}.auth-form label{color:#222;margin-bottom:5px;font-weight:500}.auth-form input{border:1px solid #ccc;border-radius:4px;margin-bottom:16px;padding:9px;font-size:.95rem;transition:border-color .3s}.auth-form input:focus{border-color:#000;outline:none}.auth-form button{color:#fdfdfd;cursor:pointer;background-color:rgba(0,0,0,.184);border:none;border-radius:2px;padding:10px;font-size:.9rem;font-weight:600;transition:background .3s}.auth-form button:hover{background-color:#222}.cgv{color:#444;align-items:center;margin-bottom:15px;font-size:.9rem;display:flex}.cgv input[type=checkbox]{margin-right:10px}.password-criteria{color:#666;margin-bottom:15px;font-size:.85rem}.password-criteria p{margin:3px 0}.password-criteria p.valid{color:green;font-weight:500}.error{color:#c62828;text-align:center;margin-bottom:12px;font-size:.9rem}.mon-compte-dashboard{background:#f7f7f7;min-height:80vh;padding:50px}.mon-compte-dashboard h1{text-align:center;margin-bottom:40px}.email-verification-banner{color:#8a6d3b;background:#fff8e5;border:1px solid #ffe2a8;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1000px;margin:0 auto 20px;padding:16px 20px;display:flex}.email-verification-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.email-verification-banner button{color:#fff;cursor:pointer;background:#8a6d3b;border:none;border-radius:6px;padding:10px 16px;font-weight:600;transition:background .3s}.email-verification-banner button:hover{background:#735c30}.email-verification-banner button:disabled{opacity:.7;cursor:not-allowed}.email-verification-message{font-weight:600}.email-verification-message.success{color:#2e7d32}.email-verification-message.error{color:#c62828}.dashboard-container{max-width:1000px;margin:0 auto;display:flex}.dashboard-sidebar{border-right:1px solid #ddd;flex:0 0 200px}.dashboard-sidebar ul{margin:0;padding:0;list-style:none}.dashboard-sidebar li{cursor:pointer;padding:15px;transition:background .3s}.dashboard-sidebar li:hover,.dashboard-sidebar li.active{background:#f0f0f0}.dashboard-content{flex:1;padding:0 20px}.section-content{background:#fff;border-radius:8px;padding:20px}.section-content h2{margin-top:0;margin-bottom:15px}.orders-list,.wishlist-list{padding:0;list-style:none}.orders-list li,.wishlist-list li{border-bottom:1px solid #ddd;padding:10px}.orders-list li:last-child,.wishlist-list li:last-child{border-bottom:none}.orders-list button{color:#fff;cursor:pointer;background:#4d3214;border:none;border-radius:4px;margin-left:10px;padding:5px 10px;transition:background .3s}.orders-list button:hover{background:#3c2812}.account-actions{text-align:center;margin-top:30px}.account-actions button{color:#fff;cursor:pointer;background:#4d3214;border:none;border-radius:4px;padding:10px 20px;transition:background .3s}.account-actions button:hover{background:#3c2812}.forgot-password{text-align:right;margin-top:15px}.forgot-password button{color:#555;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;text-decoration:underline;transition:color .3s}.forgot-password button:hover{color:#000}.profile-view p{margin:8px 0}.profile-view button{color:#fff;cursor:pointer;background:#4d3214;border:none;border-radius:4px;margin-top:15px;padding:8px 16px;transition:background .3s}.profile-view button:hover{background:#3c2812}.profile-edit-form{flex-direction:column;display:flex}.profile-edit-form label{margin-bottom:5px;font-weight:700}.profile-edit-form input{border:1px solid #ccc;border-radius:4px;margin-bottom:15px;padding:8px}.profile-edit-form .genre-buttons{gap:10px;margin-bottom:15px;display:flex}.profile-edit-form .genre-buttons button{cursor:pointer;background:#f0f0f0;border:1px solid #ccc;flex:1;padding:10px;transition:background .3s,border-color .3s}.profile-edit-form .genre-buttons button.active{background:#ddd;border-color:#aaa}.profile-edit-form .password-criteria{margin-bottom:15px;font-size:.9rem}.profile-edit-form .password-criteria p{color:#888;margin:2px 0}.profile-edit-form .password-criteria p.valid{color:green}.profile-buttons{gap:10px;display:flex}.profile-buttons button{color:#fff;cursor:pointer;background:#4d3214;border:none;border-radius:4px;flex:1;padding:10px;transition:background .3s}.profile-buttons button:hover{background:#3c2812}.section-content .wishlist-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px;padding:0;list-style:none;display:grid}.section-content .wishlist-item{text-align:center;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:2px;flex-direction:column;align-items:center;margin:10px;padding:15px;transition:transform .2s ease-in-out;display:flex;position:relative}.section-content .wishlist-item:hover{transform:scale(1.05)}.section-content .wishlist-item .image-container-wish{border-radius:2px;width:100%;padding-top:75%;position:relative;overflow:hidden}.section-content .wishlist-item .wishlist-image{object-fit:cover;width:100%;height:auto;position:absolute;top:0;left:0}.order-card{background:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:30px;padding:20px}.order-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.order-header span{font-size:1.2rem;font-weight:700}.order-header em{color:#777;font-size:.9rem}.order-header strong{color:#4d3214}.order-header-infos{flex-direction:column;gap:4px;display:flex}.order-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 20px;margin-bottom:20px;display:grid}.order-summary-row{background:#f5f5f5;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.order-summary-label{color:#333;font-weight:600}.order-summary-value{color:#111}.order-items{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.order-items h3{margin:0;font-size:1.05rem}.order-item{border-top:1px solid #e6e6e6;align-items:flex-start;gap:16px;padding:12px 0;display:flex}.order-item:first-of-type{border-top:none}.order-item-image-container{border-radius:8px;flex-shrink:0;width:120px;height:120px;overflow:hidden}.order-item-details{flex:1}.order-item-details h4{margin:0;font-size:1rem}.order-item-details p{color:#555;margin:5px 0;font-size:.9rem}.order-shipping-address{border-top:1px solid #eee;padding-top:10px}.order-shipping-address h3{margin:0 0 8px;font-size:1rem}.order-actions{text-align:right;margin-top:15px}.order-return-btn{color:#fff;cursor:pointer;background:#4d3214;border:none;border-radius:4px;padding:10px 20px;transition:background .3s}.order-return-btn:hover{background:#3c2812}.modern-timeline-container{width:100%;padding:30px 10px;position:relative;overflow-x:auto}.modern-timeline{justify-content:space-between;align-items:flex-start;height:100px;display:flex;position:relative}.timeline-base-line{z-index:1;background-color:#e0e0e0;border-radius:2px;width:100%;height:4px;position:absolute;top:30px;left:0}.timeline-progress{z-index:2;background-color:#4d3214;border-radius:2px;height:4px;transition:width .4s;position:absolute;top:30px;left:0}.timeline-step{text-align:center;z-index:3;flex:1;position:relative}.timeline-circle{z-index:4;background-color:#e0e0e0;border:2px solid #fff;border-radius:50%;width:20px;height:20px;transition:background-color .3s;position:absolute;top:21px;left:50%;transform:translate(-50%);box-shadow:0 0 0 2px #ccc}.timeline-step.completed .timeline-circle{background-color:#4d3214;box-shadow:0 0 0 2px #4d3214}.timeline-label{color:#444;margin-top:50px;font-size:.9rem;font-weight:600}.timeline-date{color:#777;margin-top:2px;font-size:.75rem}.order-actions a{color:#fff;background:#4d3214;border-radius:4px;padding:10px 20px;text-decoration:none;transition:background .3s;display:inline-block}.order-actions a:hover{background:#3c2812}.order-return-btn:disabled{opacity:.6;cursor:not-allowed}.order-return-badge{color:#4d3214;background:#f0e4dc;border-radius:9999px;margin-top:12px;padding:6px 14px;font-weight:600;display:inline-block}.order-return-feedback{text-align:left;margin-top:10px;font-size:.9rem;display:block}.order-return-feedback.success{color:#2e7d32}.order-return-feedback.error{color:#c62828}.order-return-feedback.info{color:#555}.order-card.enhanced{border-color:#f0f0f0;box-shadow:0 10px 25px rgba(0,0,0,.05)}.order-card.enhanced.modern{background:linear-gradient(#fff 0%,#f9fafb 100%);border:1px solid #e5e7eb;flex-direction:column;gap:16px;padding:28px;display:flex}.order-hero{background:radial-gradient(circle at 12% 20%,rgba(77,50,20,.05),transparent 35%),radial-gradient(circle at 90% 10%,rgba(0,0,0,.04),transparent 30%),#fff;border:1px solid #eaeaea;border-radius:14px;justify-content:space-between;align-items:center;gap:1.5rem;padding:20px;display:flex}.order-hero-main{flex-direction:column;gap:8px;display:flex}.order-hero-subtitle{text-transform:uppercase;letter-spacing:.08em;color:#4d3214;font-size:.8rem;font-weight:700}.order-hero-title{margin:0;font-size:1.8rem}.order-hero-meta{flex-wrap:wrap;gap:.5rem;display:flex}.order-hero-actions{align-items:center;gap:.75rem;display:flex}.order-total-badge{color:#fff;background:#111;border-radius:12px;align-content:center;gap:4px;min-width:140px;padding:12px 14px;display:grid}.order-total-badge span{text-transform:uppercase;letter-spacing:.06em;color:#cbd5e1;font-size:.8rem}.order-action-slot{justify-content:center;align-items:center;display:flex}.order-detail-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.25rem;display:grid}.order-detail-grid.modern{gap:1.25rem}.order-section{margin-top:1.5rem}.order-panel{background:#fff;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;gap:1rem;padding:18px;display:flex;box-shadow:0 6px 18px rgba(17,24,39,.04)}.order-panel.soft{background:#f9fafb;border-style:dashed}.order-section-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.panel-header.space-between{align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin:0 0 4px;font-size:.8rem}.muted{color:#6b7280}.order-section-header p{color:#666;font-size:.95rem}.order-meta{color:#555;margin:.25rem 0}.order-items.modern .order-item{grid-template-columns:120px 1fr;align-items:center;gap:1rem;display:grid}.order-items.modern.refined{gap:1rem}.order-item.refined{background:#fff;border:1px solid #eaeaea;border-radius:12px;padding:12px;box-shadow:0 4px 12px rgba(17,24,39,.04)}.order-item-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.order-item-image-container{background:#fafafa;border:1px solid #eee;border-radius:8px;width:120px;height:120px;overflow:hidden}.order-item-image{object-fit:cover;width:100%;height:100%}.order-item-meta{color:#666;flex-wrap:wrap;gap:.5rem;font-size:.9rem;display:flex}.order-item-prices{flex-direction:column;gap:.25rem;display:flex}.timeline.horizontal{border-left:none;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:center;gap:.75rem;padding-left:0;display:grid}.timeline.horizontal.sleek{text-align:left;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.timeline-step{text-align:center;position:relative}.timeline-step .timeline-info{flex-direction:column;gap:4px;display:flex}.timeline-circle{background:#fff;border:2px solid #d0d7de;border-radius:50%;width:14px;height:14px;margin:0 auto .35rem}.timeline-node{justify-content:center;align-items:center;margin-bottom:6px;display:flex;position:relative}.timeline-circle.completed{background:#111;border-color:#111}.timeline-step.completed .timeline-circle{background:#111;border-color:#111;box-shadow:0 0 0 4px rgba(17,17,17,.08)}.timeline-connector{background:#d0d7de;width:100%;height:2px;position:absolute;top:6px;right:-50%}.timeline.horizontal.sleek .timeline-connector{background:linear-gradient(90deg,#d1d5db 0%,#9ca3af 100%);top:7px}.timeline.horizontal.sleek .timeline-circle{margin-bottom:0}.timeline-label{font-size:.95rem;font-weight:600}.timeline-date{color:#666;font-size:.85rem}.timeline{border-left:2px solid #f0f0f0;padding-left:1rem}.timeline-row{gap:.75rem;margin-bottom:1rem;display:flex}.timeline-bullet{background:#d0d7de;border-radius:50%;width:12px;height:12px;margin-top:4px}.timeline-bullet.completed,.timeline-bullet.active{background:#111}.timeline.sleek-list{border:none;padding-left:0}.timeline.sleek-list .timeline-row{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;box-shadow:0 4px 10px rgba(15,23,42,.03)}.timeline.return .timeline-bullet.completed{background:#4d3214}.timeline.return .timeline-row{background:#fdfbff;border-color:#f3e8ff}.chip{color:#1f2937;background:#f0f2f5;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.9rem;font-weight:600;display:inline-flex}.chip.muted{color:#6b7280;background:#f6f7f9}.badge{color:#4d3214;background:#f0e4dc;border-radius:999px;align-items:center;padding:6px 10px;font-size:.85rem;font-weight:700;display:inline-flex}.stacked-rows{flex-direction:column;gap:10px;display:flex}.stacked-row{background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.stacked-row.highlight{color:#fff;background:#111;border-color:#0f172a}.address-block{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.return-panel{background:#f8f5ff;border-color:#f3e8ff}.timeline-body{flex:1}.timeline-meta{color:#666;flex-wrap:wrap;gap:.5rem;font-size:.95rem;display:flex}.timeline-title{margin-top:.15rem;font-weight:600}.timeline-spacer{background:#e5e5e5;height:1px;margin-top:.5rem}.timeline.tracking{border-left-color:#e0e7ff}.modal-overlay{z-index:1000;background:rgba(0,0,0,.45);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:640px;padding:1.5rem;box-shadow:0 12px 35px rgba(0,0,0,.18)}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.close-button{cursor:pointer;background:0 0;border:none;font-size:1.25rem}.return-form{flex-direction:column;gap:1rem;display:flex}.modal-section{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:1rem}.return-items-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.return-item{border:1px solid #e5e5e5;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;display:flex}.return-item.selected{border-color:#111}.return-item-title{margin-left:.5rem;font-weight:600}.quantity-row{align-items:center;gap:.5rem;display:flex}.quantity-row input{width:70px}.quantity-helper{color:#666}.comment-label{margin-top:.5rem;display:block}.field-helper{color:#666;margin:.25rem 0 .5rem}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.modal-actions .secondary{color:#111;background:#f5f5f5;border:1px solid #e0e0e0}.orders-history-link{color:#4d3214;font-weight:600;text-decoration:none}.orders-history-link:hover{text-decoration:underline}.addresses-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:16px;padding:20px;display:flex}.addresses-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.addresses-list{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.addresses{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.address-item{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:12px}.address-main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.address-label{font-weight:700}.address-type{color:#4d3214;text-transform:capitalize;font-weight:600}.badge-default{color:#fff;white-space:nowrap;background:#4d3214;border-radius:999px;padding:4px 8px;font-size:12px}.address-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.address-actions button{color:#fff;cursor:pointer;background:#4d3214;border:none;border-radius:4px;padding:8px 12px}.address-actions button:hover:not(:disabled){background:#2f1d0e}.addresses-form{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.addresses-form form{flex-direction:column;gap:12px;display:flex}.addresses-form input,.addresses-form select{border:1px solid #ccc;border-radius:4px;width:100%;padding:8px}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.checkbox{align-items:center;gap:8px;display:flex}.form-actions{gap:10px;display:flex}.form-actions button{color:#fff;cursor:pointer;background:#4d3214;border:none;border-radius:4px;padding:10px 14px}.form-actions button:hover:not(:disabled){background:#2f1d0e}@media (max-width:768px){.modern-timeline{flex-direction:column;height:auto}.timeline-step{text-align:left;width:100%;margin-bottom:20px}.timeline-base-line,.timeline-progress{display:none}.timeline-circle{margin-bottom:5px;position:static;transform:none}.timeline-label,.timeline-date{text-align:left;margin-left:25px}.addresses-grid{grid-template-columns:1fr}.address-main{flex-direction:column;align-items:flex-start}.address-actions{width:100%}}
