:root{--accent:#0B57D0;--accent-2:#EF3340;--navy:#0B1F3A;--ink:#101828;--text:#344054;--muted:#667085;--line:#E4E7EC;--line-strong:#D0D5DD;--surface:#F6F8FB;--surface-2:#EEF4FF;--white:#fff;--green:#178D55;--orange:#C65A12;--shadow:0 12px 35px rgba(11,31,58,.09);--shadow-lg:0 24px 60px rgba(11,31,58,.15);--radius:18px;--radius-lg:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1240px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(900px,calc(100% - 40px));margin-inline:auto}.section{padding:56px 0}.stack{display:flex;flex-direction:column;gap:18px}.muted{color:var(--muted);font-size:13px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.eyebrow.light{color:#BFD3FF}.text-link{font-weight:800;color:var(--accent)}.text-link:hover{text-decoration:underline}.mini-dot{opacity:.5}

.france-line{height:3px;display:grid;grid-template-columns:1fr 1fr 1fr}.france-line span:nth-child(1){background:#0055A4}.france-line span:nth-child(2){background:#fff}.france-line span:nth-child(3){background:#EF4135}.trust-bar{background:var(--navy);color:#D9E4F5;font-size:11px}.trust-bar-inner{height:31px;display:flex;align-items:center;gap:24px;justify-content:flex-end}.trust-bar-inner span:first-child{margin-right:auto}.test-mode{padding:3px 8px;border-radius:999px;background:#FFFBEB;color:#92400E;font-weight:800}
.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 0 rgba(16,24,40,.08);transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 8px 30px rgba(16,24,40,.12)}.market-header{min-height:78px;display:grid;grid-template-columns:auto minmax(300px,1fr) auto;gap:26px;align-items:center}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{position:relative;display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--navy);color:#fff;box-shadow:0 8px 18px rgba(11,31,58,.18);overflow:hidden}.brand-mark>span{font-size:16px;font-weight:950;z-index:2}.brand-mark:before{content:"";position:absolute;left:6px;right:6px;top:8px;bottom:8px;border:1px solid rgba(255,255,255,.28);border-radius:7px}.brand-mark i{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0055A4 0 33.33%,#fff 33.33% 66.66%,#EF4135 66.66%)}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:17px;font-weight:950;letter-spacing:-.02em}.brand-copy small{margin-top:4px;color:var(--muted);font-size:10px;font-weight:650}.global-search{height:46px;display:flex;align-items:center;border:2px solid var(--navy);border-radius:12px;overflow:hidden;background:#fff;transition:border-color .2s,box-shadow .2s}.global-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px rgba(11,87,208,.10)}.global-search .search-icon{padding-left:14px;font-size:23px;color:var(--muted);transform:rotate(-15deg)}.global-search input{flex:1;min-width:0;height:100%;border:0;outline:0;padding:0 12px;background:transparent}.global-search button{align-self:stretch;border:0;padding:0 18px;background:var(--navy);color:#fff;font-weight:850}.market-actions{display:flex;align-items:center;gap:8px}.action-link{position:relative;min-width:54px;padding:6px 7px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;gap:4px}.action-link:hover{background:var(--surface)}.action-link>span{font-size:21px}.action-link small{font-size:10px;font-weight:750;white-space:nowrap}.action-badge{position:absolute;top:1px;right:4px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;background:var(--accent-2);color:#fff;border-radius:10px;font-size:9px}.sell-top{height:42px;display:inline-flex;align-items:center;gap:5px;padding:0 16px;border-radius:11px;background:var(--accent);color:#fff;font-weight:900;box-shadow:0 8px 18px rgba(11,87,208,.18)}.sell-top:hover{filter:brightness(.96)}.sell-top span{font-size:19px}.category-nav-wrap{border-top:1px solid #F0F2F5;background:#fff}.category-nav{height:42px;display:flex;align-items:center;gap:24px;overflow-x:auto;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-nav a{flex:0 0 auto;color:#344054;font-size:12px;font-weight:750;white-space:nowrap}.category-nav a:hover{color:var(--accent)}.category-all{color:var(--navy)!important;font-weight:900!important}.admin-shortcut{margin-left:auto;color:#7F56D9!important}

.flash{position:relative;z-index:20;margin-top:14px;padding:13px 16px;border-radius:12px;font-weight:750}.flash-success{background:#ECFDF3;color:#027A48;border:1px solid #ABEFC6}.flash-warning{background:#FFFAEB;color:#B54708;border:1px solid #FEDF89}.flash-error{background:#FEF3F2;color:#B42318;border:1px solid #FECDCA}

.btn{appearance:none;border:0;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 17px;font-weight:850;line-height:1.1;transition:transform .15s,box-shadow .15s,background .15s;color:var(--ink)}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 18px rgba(11,87,208,.16)}.btn-primary:hover{box-shadow:0 10px 24px rgba(11,87,208,.25)}.btn-dark{background:var(--navy);color:#fff}.btn-white,.btn-ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn-danger{background:#D92D20;color:#fff}.btn-small{padding:8px 12px;font-size:12px}.btn-lg{min-height:48px;padding:13px 21px}.btn-wide{width:100%}

/* Accueil */
.market-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 79% 10%,rgba(11,87,208,.15),transparent 30%),linear-gradient(135deg,#F8FAFF 0%,#EEF4FF 53%,#fff 100%);border-bottom:1px solid #E7EDF7}.market-hero:after{content:"";position:absolute;width:360px;height:360px;border:72px solid rgba(239,51,64,.035);border-radius:50%;right:-130px;bottom:-180px}.market-hero-grid{min-height:500px;display:grid;grid-template-columns:1.06fr .94fr;gap:54px;align-items:center;padding-top:50px;padding-bottom:50px}.flag-label{display:inline-flex;align-items:center;background:#fff;border:1px solid #E2E8F0;border-radius:999px;padding:5px 11px 5px 5px;box-shadow:0 5px 14px rgba(11,31,58,.06)}.flag-label i{width:5px;height:22px}.flag-label i:nth-child(1){background:#0055A4;border-radius:4px 0 0 4px}.flag-label i:nth-child(2){background:#fff;border-block:1px solid #e8e8e8}.flag-label i:nth-child(3){background:#EF4135;border-radius:0 4px 4px 0}.flag-label b{margin-left:8px;font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:var(--navy)}.hero-copy h1{max-width:710px;margin:20px 0 16px;font-size:58px;line-height:.98;letter-spacing:-.055em;font-weight:950}.hero-copy h1 em{font-style:normal;color:var(--accent)}.hero-lead{max-width:650px;margin:0;color:#42526A;font-size:18px;line-height:1.6}.hero-market-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;margin-top:28px;max-width:730px;padding:6px;background:#fff;border:1px solid #D6DEEB;border-radius:15px;box-shadow:0 15px 35px rgba(11,31,58,.11)}.hero-market-search>span{font-size:25px;color:#667085;padding-left:11px;transform:rotate(-15deg)}.hero-market-search input{height:48px;min-width:0;border:0;outline:0;padding:0 10px;font-size:15px}.hero-market-search .btn{height:48px}.hero-actions-pro{display:flex;gap:10px;margin-top:18px}.hero-reassurance{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;color:#53647C;font-size:12px;font-weight:750}.hero-reassurance span:before{color:var(--green)}
.hero-market-visual{position:relative;min-height:400px}.book-stack{position:absolute;width:215px;height:304px;padding:28px 24px;border-radius:10px 22px 22px 10px;box-shadow:0 28px 45px rgba(11,31,58,.22);display:flex;flex-direction:column;transform-origin:center bottom}.book-stack:before{content:"";position:absolute;left:10px;top:9px;bottom:9px;width:4px;background:rgba(255,255,255,.24);border-radius:3px}.book-stack>span{font-size:10px;font-weight:900;letter-spacing:.18em;opacity:.82}.book-stack>b{margin-top:60px;font-size:23px;line-height:1.12;letter-spacing:-.03em}.book-stack>small{margin-top:auto;font-size:18px;font-weight:900}.stack-a{left:34px;top:42px;background:linear-gradient(145deg,#0B57D0,#063B92);color:#fff;transform:rotate(-7deg)}.stack-b{left:172px;top:11px;background:linear-gradient(145deg,#0B1F3A,#1D3557);color:#fff;transform:rotate(5deg);z-index:3}.stack-c{right:24px;top:70px;background:linear-gradient(145deg,#FFDED8,#FFF1EE);color:#7A271A;transform:rotate(11deg)}.market-float-card{position:absolute;left:24px;bottom:10px;z-index:6;display:flex;flex-direction:column;padding:15px 18px;border-radius:15px;background:#fff;box-shadow:var(--shadow-lg);border:1px solid #E6EAF0}.market-float-card strong{font-size:13px}.market-float-card span{font-size:11px;color:var(--muted);margin-top:3px}.tricolor-stamp{position:absolute;right:0;bottom:4px;z-index:6;width:125px;height:125px;border-radius:50%;background:#fff;border:1px solid #E0E6EF;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-6deg)}.tricolor-stamp>span{font-size:25px}.tricolor-stamp strong{font-size:11px;text-transform:uppercase}.tricolor-stamp small{font-size:9px;color:var(--muted)}
.home-stat-strip{background:var(--navy);color:#fff}.home-stats{min-height:82px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.home-stats>div{padding:10px 28px;border-right:1px solid rgba(255,255,255,.12)}.home-stats>div:first-child{padding-left:0}.home-stats>div:last-child{border-right:0}.home-stats strong{display:block;font-size:22px;letter-spacing:-.03em}.home-stats span{display:block;color:#BFD0E8;font-size:11px;margin-top:2px}.home-section{padding-top:50px;padding-bottom:50px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-head.compact{margin-top:35px}.section-head h1,.section-head h2{margin:5px 0 0;line-height:1.1;letter-spacing:-.035em}.section-head h1{font-size:40px}.section-head h2{font-size:34px}.section-head p{margin:8px 0 0;color:var(--muted)}.section-head.centered{justify-content:center;text-align:center}.category-tiles{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.category-tile{min-height:132px;padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff;transition:transform .16s,border-color .16s,box-shadow .16s}.category-tile:hover{transform:translateY(-3px);border-color:#B6C9EB;box-shadow:var(--shadow)}.category-tile>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--surface-2);font-size:22px}.category-tile strong{display:block;margin-top:14px;font-size:14px}.category-tile small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.home-products-bg{background:var(--surface);border-block:1px solid #EDF0F4}
.book-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.book-card{min-width:0;overflow:hidden;border:1px solid #E4E9F0;border-radius:16px;background:#fff;transition:transform .16s,box-shadow .16s,border-color .16s}.book-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(11,31,58,.12);border-color:#CFD9E8}.book-card-media{position:relative;aspect-ratio:4/5;background:linear-gradient(180deg,#F3F6FA,#EEF2F6);overflow:hidden}.book-card-media img{width:100%;height:100%;object-fit:contain;padding:10px}.condition-badge{position:absolute;top:10px;left:10px;max-width:calc(100% - 54px);padding:5px 8px;border-radius:7px;background:rgba(255,255,255,.94);box-shadow:0 4px 10px rgba(11,31,58,.08);font-size:9px;font-weight:900;color:#344054}.condition-badge.static{position:static;box-shadow:none;background:#ECFDF3;color:#067647}.heart-ghost{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.95);font-size:21px;box-shadow:0 4px 12px rgba(11,31,58,.08)}.book-card-body{padding:13px 14px 15px}.book-card h3{margin:0;font-size:14px;line-height:1.28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-author{margin:4px 0 10px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-price-line{display:flex;align-items:baseline;gap:7px}.book-price-line strong{font-size:18px;letter-spacing:-.03em;color:var(--navy)}.book-price-line span{color:var(--muted);font-size:9px}.book-card-foot{display:flex;align-items:center;gap:5px;margin-top:8px;color:#7A879A;font-size:9px}.empty-state{padding:60px 26px;border:1px dashed #C9D2DE;border-radius:22px;text-align:center;background:#fff}.empty-illustration{font-size:48px;margin-bottom:8px}.empty-state h3{margin:5px 0;font-size:24px}.empty-state p{max-width:620px;margin:7px auto 18px;color:var(--muted)}
.split-promo{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}.promo-sell{position:relative;overflow:hidden;min-height:310px;border-radius:26px;background:linear-gradient(135deg,#0B57D0,#063C94);color:#fff;padding:35px;display:grid;grid-template-columns:1fr 210px;gap:25px}.promo-sell:after{content:"";position:absolute;width:300px;height:300px;border:50px solid rgba(255,255,255,.05);border-radius:50%;right:-90px;top:-80px}.promo-sell h2{font-size:34px;line-height:1.06;letter-spacing:-.04em;margin:9px 0 12px}.promo-sell p{max-width:600px;color:#D8E7FF}.sell-steps-mini{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:11px}.sell-steps-mini span{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.10);font-weight:750}.sell-steps-mini b{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fff;color:var(--accent)}.promo-trust{border:1px solid var(--line);border-radius:26px;padding:34px;background:#fff}.promo-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:#ECFDF3;font-size:27px}.promo-trust h3{font-size:24px;line-height:1.15;margin:18px 0 8px}.promo-trust p{color:var(--muted)}.promo-trust ul{padding-left:20px;color:#475467}.promo-trust li{margin:6px 0}.how-section{background:#FBFCFE;border-top:1px solid #EEF1F5}.steps-pro{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps-pro>div{position:relative;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.steps-pro>div>span{position:absolute;right:18px;top:14px;color:#E3E9F2;font-size:36px;font-weight:950}.step-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:var(--surface-2);font-size:25px}.steps-pro h3{margin:17px 0 5px;font-size:20px}.steps-pro p{margin:0;color:var(--muted)}

/* Catalogue */
.catalog-hero{background:linear-gradient(100deg,#F8FAFD,#EEF4FF);border-bottom:1px solid #E6EBF2}.catalog-hero>.container{min-height:170px;display:flex;align-items:center;justify-content:space-between;gap:25px}.catalog-hero h1{margin:8px 0 4px;font-size:42px;letter-spacing:-.045em;line-height:1.05}.catalog-hero p{margin:0;color:var(--muted)}.catalog-category-scroll{display:flex;gap:8px;overflow-x:auto;padding-top:14px;padding-bottom:14px;scrollbar-width:none}.catalog-category-scroll::-webkit-scrollbar{display:none}.catalog-category-scroll a{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:11px;font-weight:800}.catalog-category-scroll a.active,.catalog-category-scroll a:hover{border-color:#9AB7E8;background:#EEF4FF;color:#0747A7}.catalog-shell{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;align-items:start;padding-top:28px}.catalog-filters{position:sticky;top:170px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.filter-title{padding:15px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#FAFBFC}.filter-title>div{display:flex;align-items:center;gap:8px;font-weight:900}.filter-title b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:10px;background:var(--accent);color:#fff;font-size:10px}.filter-title a{font-size:10px;color:var(--accent);font-weight:800}.filter-form{padding:15px;display:flex;flex-direction:column;gap:18px}.filter-form>label,.filter-form fieldset{display:flex;flex-direction:column;gap:7px}.filter-form label,.filter-form legend{font-size:11px;font-weight:850;color:#344054}.filter-form fieldset{border:0;margin:0;padding:0}.filter-form legend{margin-bottom:7px}.radio-row{flex-direction:row!important;align-items:center!important;font-weight:650!important;color:#475467!important}.radio-row input{width:auto;margin:0}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:7px}.catalog-toolbar{min-height:48px;display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px}.catalog-toolbar>div{display:flex;flex-direction:column}.catalog-toolbar strong{font-size:17px}.catalog-toolbar span{color:var(--muted);font-size:11px}.sort-form label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.sort-form select{margin:0;min-width:150px}.catalog-book-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Fiche livre */
.product-page{padding-top:24px}.breadcrumb{display:flex;align-items:center;gap:7px;min-width:0;margin-bottom:22px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden}.breadcrumb a:hover{color:var(--accent)}.breadcrumb b{overflow:hidden;text-overflow:ellipsis;color:#475467}.product-layout{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(350px,1.02fr) 315px;gap:34px;align-items:start}.product-gallery{min-width:0}.gallery-main{display:grid;place-items:center;overflow:hidden;min-height:460px;border-radius:22px;background:#F4F6F8;border:1px solid #E6E9EE}.gallery-main img{width:100%;max-height:610px;object-fit:contain;padding:18px}.thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto}.thumbs button{padding:0;border:2px solid transparent;border-radius:10px;background:#fff;overflow:hidden}.thumbs button:hover{border-color:var(--accent)}.thumbs img{width:62px;height:78px;object-fit:cover}.product-core{padding-top:5px}.product-kicker{display:flex;align-items:center;gap:10px}.product-kicker>a{color:var(--accent);font-size:11px;font-weight:800}.product-core h1{margin:15px 0 7px;font-size:38px;line-height:1.07;letter-spacing:-.045em}.product-author{margin:0;color:var(--muted);font-size:15px}.product-author strong{color:#344054}.product-social-proof{display:flex;flex-wrap:wrap;gap:13px;margin-top:16px;color:#667085;font-size:11px}.product-divider{height:1px;background:var(--line);margin:22px 0}.product-core h2{font-size:18px;margin:0 0 10px}.product-description-short{color:#475467;line-height:1.7}.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}.product-specs>div{padding:12px 13px;border-radius:11px;background:#F7F9FC;border:1px solid #EEF1F4}.product-specs span,.product-specs strong{display:block}.product-specs span{font-size:9px;color:#7B8797;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.product-specs strong{margin-top:3px;font-size:12px}.seller-profile-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin-top:22px;padding:14px;border:1px solid var(--line);border-radius:15px}.seller-avatar-lg{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;font-weight:950}.seller-profile-copy{min-width:0}.seller-profile-copy span,.seller-profile-copy strong,.seller-profile-copy small{display:block}.seller-profile-copy span{font-size:9px;color:var(--muted);text-transform:uppercase;font-weight:800}.seller-profile-copy strong{font-size:14px}.seller-profile-copy small{color:var(--muted);font-size:9px}.seller-rating{text-align:right}.seller-rating b{font-size:16px}.seller-rating>span{color:#F79009}.seller-rating small{display:block;color:var(--muted);font-size:9px}.buy-box{position:sticky;top:170px;padding:21px;border:1px solid #CCD4DF;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(11,31,58,.09)}.buy-box-price{font-size:31px;font-weight:950;letter-spacing:-.035em}.price-note{margin-top:-2px;color:var(--muted);font-size:10px}.delivery-promise{display:flex;align-items:center;gap:10px;margin:16px 0;padding:12px;background:#F6F8FB;border-radius:11px}.delivery-promise>span{font-size:21px}.delivery-promise strong,.delivery-promise small{display:block}.delivery-promise strong{font-size:12px}.delivery-promise small{color:var(--muted);font-size:10px}.availability-dot{display:flex;align-items:center;gap:7px;margin:12px 0;color:var(--green);font-size:12px;font-weight:850}.availability-dot i{width:8px;height:8px;border-radius:50%;background:#12B76A;box-shadow:0 0 0 4px #ECFDF3}.buy-box form{margin-top:9px}.buy-box>a.btn{margin-top:8px}.buy-trust{display:flex;gap:9px;padding-top:13px;margin-top:13px;border-top:1px solid var(--line)}.buy-trust>span{font-size:17px}.buy-trust p{margin:0}.buy-trust strong,.buy-trust small{display:block}.buy-trust strong{font-size:11px}.buy-trust small{color:var(--muted);font-size:9px;line-height:1.35;margin-top:2px}.related-section{margin-top:58px;padding-top:38px;border-top:1px solid var(--line)}.related-grid{grid-template-columns:repeat(5,1fr)}

/* Vendre */
.sell-page{background:#F8FAFC}.sell-hero{background:linear-gradient(118deg,#0B1F3A,#123C72);color:#fff}.sell-hero>.container{min-height:260px;display:flex;align-items:center;justify-content:space-between;gap:35px}.sell-hero h1{max-width:720px;margin:16px 0 9px;font-size:45px;line-height:1.02;letter-spacing:-.045em}.sell-hero p{max-width:680px;margin:0;color:#C5D4E8}.sell-hero-points{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:300px}.sell-hero-points span{display:flex;align-items:center;gap:8px;padding:12px 13px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:11px;font-weight:900}.sell-hero-points span:first-letter{color:#9FC0F7}.sell-hero-points b{font-size:11px}.sell-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:26px;align-items:start}.sell-guide{display:flex;flex-direction:column;gap:12px;position:sticky;top:170px}.guide-card,.seller-safety{padding:19px;border:1px solid var(--line);border-radius:16px;background:#fff}.guide-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#EEF4FF;font-size:20px}.guide-card h3{margin:13px 0 5px;font-size:16px}.guide-card p{margin:0;color:var(--muted);font-size:12px}.guide-card small{display:block;margin-top:8px;color:#475467;font-size:10px}.isbn-guide{border-color:#BFD3F7;background:#F7FAFF}.seller-safety{background:#FFFAEB;border-color:#FEDF89}.seller-safety strong{font-size:12px;color:#93370D}.seller-safety p{margin:5px 0 0;font-size:11px;color:#B54708}.sell-form-card{padding:28px 31px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(11,31,58,.05)}.form-section-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:20px}.form-section-title>span{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:var(--navy);color:#fff;font-size:11px;font-weight:900}.form-section-title h2{margin:0;font-size:21px}.form-section-title p{margin:3px 0 0;color:var(--muted);font-size:11px}.form-title-inside{margin-top:14px;padding-top:24px;border-top:1px solid var(--line)}.isbn-lookup-box{padding:16px;border:1px solid #C7D7F3;border-radius:15px;background:#F8FBFF}.isbn-input-row{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:end}.isbn-input-row label{margin:0}.isbn-result{display:grid;grid-template-columns:55px 1fr;gap:11px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #DCE6F7}.isbn-result img{width:55px;height:72px;object-fit:contain;border-radius:6px;background:#fff}.isbn-result strong,.isbn-result span,.isbn-result small{display:block}.isbn-result span{color:var(--accent);font-size:10px;font-weight:800}.isbn-result small{color:var(--muted);font-size:9px;margin-top:3px}.isbn-status{min-height:0;margin-top:7px;color:var(--muted);font-size:10px}.isbn-status.loading{color:var(--accent)}.isbn-status.error{color:#B42318}.money-input{position:relative}.money-input input{padding-right:35px}.money-input span{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-weight:800;color:var(--muted)}.switch-label{position:relative;display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:3px 12px;padding:10px 0}.switch-label>span{font-weight:800}.switch-label input{position:absolute;opacity:0;pointer-events:none}.switch-label i{grid-row:1/3;grid-column:2;width:44px;height:25px;border-radius:999px;background:#D0D5DD;position:relative;transition:.2s}.switch-label i:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.2s}.switch-label input:checked+i{background:var(--accent)}.switch-label input:checked+i:after{transform:translateX(19px)}.switch-label small{font-weight:500!important;color:var(--muted)}.field-help{color:var(--muted);font-size:10px}.upload-zone{min-height:145px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #B8C3D2;border-radius:17px;background:#FAFBFC;cursor:pointer;text-align:center;transition:border-color .2s,background .2s}.upload-zone:hover{border-color:var(--accent);background:#F6F9FF}.upload-zone input{display:none}.upload-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#EEF4FF;color:var(--accent);font-size:24px}.upload-zone strong{margin-top:8px}.upload-zone small{color:var(--muted)}.image-preview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.image-preview-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.publish-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:4px -31px -28px;padding:18px 31px;border-top:1px solid var(--line);border-radius:0 0 22px 22px;background:#F8FAFC}.publish-bar strong,.publish-bar span{display:block}.publish-bar strong{font-size:13px}.publish-bar span{font-size:10px;color:var(--muted)}

/* Formulaires généraux */
label{display:flex;flex-direction:column;gap:6px;color:#344054;font-size:11px;font-weight:800}input,select,textarea{width:100%;border:1px solid #C9D2DD;border-radius:10px;background:#fff;color:var(--ink);padding:11px 12px;outline:0;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(11,87,208,.10)}textarea{resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(11,31,58,.04)}.form-errors{padding:12px 14px;border:1px solid #FECDCA;border-radius:11px;background:#FEF3F2;color:#B42318;font-size:12px}.form-errors>div+div{margin-top:4px}.check{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px}.check input{width:auto}.page-intro{margin-bottom:24px}.page-intro h1{margin:7px 0 5px;font-size:42px;line-height:1.05;letter-spacing:-.04em}.page-intro p{margin:0;color:var(--muted)}

/* Auth */
.auth-market{background:linear-gradient(125deg,#F5F8FD,#fff);padding:48px 0 65px}.auth-market-grid{display:grid;grid-template-columns:1fr 470px;gap:42px;align-items:stretch}.auth-promo{position:relative;overflow:hidden;min-height:570px;padding:48px;border-radius:28px;background:linear-gradient(135deg,#0B1F3A,#123F78);color:#fff}.auth-promo:after{content:"";position:absolute;width:390px;height:390px;border:68px solid rgba(255,255,255,.04);border-radius:50%;right:-110px;bottom:-120px}.auth-promo h1{max-width:650px;margin:24px 0 14px;font-size:48px;line-height:1.02;letter-spacing:-.045em}.auth-promo>p{max-width:570px;color:#C9D8EB;font-size:16px}.auth-benefits{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:55px}.auth-benefits>div{padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.06)}.auth-benefits span,.auth-benefits b,.auth-benefits small{display:block}.auth-benefits span{font-size:23px}.auth-benefits b{margin-top:9px;font-size:12px}.auth-benefits small{margin-top:2px;color:#B9CAE1;font-size:9px}.auth-card-pro{align-self:center;padding:34px 36px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.auth-logo{margin-bottom:18px}.auth-card-pro h2{margin:8px 0 6px;font-size:31px;letter-spacing:-.035em}.auth-card-pro>p{margin:0 0 20px;color:var(--muted)}.auth-note{text-align:center!important;margin-top:18px!important;font-size:11px}.auth-note a{color:var(--accent);font-weight:850}.auth-wrap{padding:60px 20px}.auth-card{max-width:480px;margin:auto;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff}

/* Dashboard */
.dashboard-page{background:#F7F9FC}.dashboard-banner{background:linear-gradient(112deg,#0B1F3A,#114179);color:#fff}.dashboard-banner-inner{min-height:200px;display:flex;align-items:center;justify-content:space-between;gap:25px}.dash-user{display:flex;align-items:center;gap:17px}.dash-avatar{display:grid;place-items:center;width:65px;height:65px;border-radius:18px;background:#fff;color:var(--navy);font-size:22px;font-weight:950;box-shadow:0 10px 24px rgba(0,0,0,.12)}.dash-user span{text-transform:uppercase;letter-spacing:.12em;color:#AFC6E5;font-size:10px;font-weight:850}.dash-user h1{margin:3px 0 2px;font-size:35px;letter-spacing:-.04em}.dash-user p{margin:0;color:#C6D6E9}.dashboard-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:start}.account-sidebar{position:sticky;top:170px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.account-summary{text-align:center;padding:22px;border-bottom:1px solid var(--line)}.account-avatar{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 9px;border-radius:50%;background:var(--navy);color:#fff;font-size:20px;font-weight:950}.account-summary strong,.account-summary span{display:block}.account-summary>span{color:var(--muted);font-size:10px}.account-rating{margin-top:8px;font-size:11px}.account-rating b{color:var(--navy)}.account-rating small{color:var(--muted)}.account-sidebar nav{padding:8px}.account-sidebar nav a{display:flex;align-items:center;gap:8px;padding:10px 11px;border-radius:9px;color:#475467;font-size:11px;font-weight:750}.account-sidebar nav a:hover,.account-sidebar nav a.active{background:#EEF4FF;color:#0747A7}.account-sidebar nav b{margin-left:auto;display:grid;place-items:center;min-width:18px;height:18px;border-radius:9px;background:var(--accent-2);color:#fff;font-size:9px}.dashboard-main{min-width:0}.dash-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:17px}.dash-section-head h2{margin:4px 0 0;font-size:26px;letter-spacing:-.03em}.dash-date{color:var(--muted);font-size:11px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stats-pro>a{min-width:0;display:flex;align-items:flex-start;gap:12px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.stat-icon{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:#EEF4FF;font-size:19px}.stats-pro b,.stats-pro strong,.stats-pro small{display:block}.stats-pro b{font-size:24px;line-height:1;letter-spacing:-.03em}.stats-pro strong{margin-top:5px;font-size:11px}.stats-pro small{margin-top:1px;color:var(--muted);font-size:9px}.seller-performance{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:13px;border:1px solid var(--line);border-radius:16px;background:var(--line);overflow:hidden}.seller-performance>div{padding:17px;background:#fff}.seller-performance span,.seller-performance strong,.seller-performance small{display:block}.seller-performance span{color:var(--muted);font-size:9px;text-transform:uppercase;font-weight:800}.seller-performance strong{margin-top:4px;font-size:18px}.seller-performance small{color:var(--muted);font-size:9px}.listings-head{margin-top:35px}.seller-listings{display:flex;flex-direction:column;gap:9px}.seller-listing{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:14px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:14px;background:#fff}.seller-listing-cover img{width:70px;height:85px;object-fit:contain;border-radius:8px;background:#F4F6F8}.seller-listing-info{min-width:0}.seller-listing-info h3{margin:5px 0 0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-listing-info p{margin:2px 0 7px;color:var(--muted);font-size:10px}.seller-listing-info>div{display:flex;align-items:center;gap:13px}.seller-listing-info>div strong{font-size:13px}.seller-listing-info>div small{color:var(--muted);font-size:9px}.seller-listing-actions{display:flex;align-items:center;gap:9px;color:var(--accent);font-size:10px;font-weight:850}.empty-dashboard{background:#fff}

/* Listes, messages, commandes, admin */
.badge{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent-2);color:#fff;font-size:9px;margin-left:4px}.badge.large{min-width:25px;height:25px;border-radius:13px}.conversation-list,.orders-list,.mini-list{display:flex;flex-direction:column;gap:9px}.conversation-row,.order-row,.mini-item{display:flex;align-items:center;gap:13px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:border-color .15s,box-shadow .15s}.conversation-row:hover,.order-row:hover,.mini-item:hover{border-color:#AFC5E8;box-shadow:0 6px 18px rgba(11,31,58,.06)}.conversation-row img,.order-row img,.mini-item img,.chat-header img{width:56px;height:70px;object-fit:contain;border-radius:8px;background:#F4F6F8}.conversation-main,.order-row>div:nth-child(2),.mini-item>div:nth-child(2){flex:1;min-width:0}.conversation-main strong,.conversation-main span,.order-row strong,.order-row span,.order-row small,.mini-item strong,.mini-item span{display:block}.conversation-main span,.order-row span,.order-row small,.mini-item span{color:var(--muted);font-size:10px}.conversation-main p{margin:4px 0 0;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-side{text-align:right}.order-side b{display:block;margin-top:5px}.status-pill{display:inline-flex!important;width:max-content;padding:4px 7px;border-radius:7px;background:#F2F4F7;color:#475467!important;font-size:9px!important;font-weight:850}.status-active{background:#ECFDF3;color:#067647!important}.status-reserved{background:#FFFAEB;color:#B54708!important}.status-sold{background:#EEF4FF;color:#175CD3!important}.mini-actions{display:flex;gap:9px;font-size:10px;font-weight:850;color:var(--accent)}.segmented{display:flex;padding:4px;border-radius:10px;background:#F2F4F7}.segmented a{padding:7px 10px;border-radius:7px;font-size:10px;font-weight:850}.segmented a:hover{background:#fff}.chat-page{padding-top:28px}.chat-header{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:15px 15px 0 0;background:#fff}.chat-header>div{flex:1}.chat-header strong,.chat-header span{display:block}.chat-header span{color:var(--muted);font-size:10px}.chat-thread{height:54vh;overflow:auto;padding:20px;background:#F6F8FB;border-inline:1px solid var(--line);display:flex;flex-direction:column;gap:9px}.bubble{max-width:72%;padding:9px 12px;border:1px solid #E2E7EE;border-radius:14px;background:#fff}.bubble.mine{align-self:flex-end;background:var(--accent);border-color:var(--accent);color:#fff}.bubble p{margin:0}.bubble small{display:block;margin-top:4px;opacity:.65;font-size:9px}.chat-compose{display:flex;align-items:flex-end;gap:9px;padding:11px;border:1px solid var(--line);border-radius:0 0 15px 15px;background:#fff}.chat-compose textarea{margin:0;resize:none}.chat-empty{margin:auto;color:var(--muted)}
.checkout-card,.order-detail{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.checkout-book,.order-summary{display:flex;align-items:center;gap:14px}.checkout-book img,.order-summary img{width:84px;height:105px;object-fit:contain;border-radius:10px;background:#F4F6F8}.checkout-book strong,.checkout-book span,.checkout-book small{display:block}.checkout-book span,.checkout-book small{color:var(--muted)}.checkout-lines{margin-top:22px;padding-top:15px;border-top:1px solid var(--line)}.checkout-lines>div{display:flex;justify-content:space-between;padding:6px 0}.checkout-lines .total{margin-top:7px;padding-top:13px;border-top:1px solid var(--line);font-size:19px}.order-summary{padding-bottom:18px;border-bottom:1px solid var(--line)}.timeline{margin-top:22px}.timeline-item{display:flex;gap:11px;padding-bottom:19px}.timeline-item>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ECFDF3;color:#067647;font-weight:900}.timeline-item strong,.timeline-item small{display:block}.timeline-item small{color:var(--muted);font-size:9px}.order-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.inline-form{display:flex;align-items:center;gap:8px}.inline-form input,.inline-form select{margin:0}.notice{margin-top:15px;padding:13px;border-radius:11px;background:#EEF4FF;color:#1849A9}.danger-zone{margin-top:18px;padding:16px;border:1px solid #FECDCA;border-radius:13px}.status-box{padding:12px;border-radius:10px;background:#FFFAEB;color:#B54708;font-weight:800}
.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:20px}.admin-grid>a{padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff}.admin-grid>a:hover{border-color:#AFC4E4;box-shadow:var(--shadow)}.admin-grid span{font-size:29px}.admin-grid strong{display:block;margin:8px 0 3px;font-size:16px}.admin-grid p{margin:0;color:var(--muted);font-size:11px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:15px;background:#fff}table{width:100%;min-width:800px;border-collapse:collapse}th,td{padding:12px 13px;border-bottom:1px solid #EEF1F4;text-align:left}th{background:#F8FAFC;color:#667085;font-size:9px;text-transform:uppercase;letter-spacing:.07em}td{font-size:11px}td small{display:block;color:var(--muted)}.category-list{display:flex;flex-direction:column;gap:8px;margin-top:15px}.category-list>div{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border:1px solid var(--line);border-radius:11px;background:#fff}.category-list small{display:block;color:var(--muted)}

/* Footer */
.site-footer{margin-top:0;background:#08172B;color:#fff}.footer-confidence{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding-top:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.10)}.footer-confidence>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;padding:5px 22px;border-right:1px solid rgba(255,255,255,.10)}.footer-confidence>div:first-child{padding-left:0}.footer-confidence>div:last-child{border:0}.footer-confidence>div>span{grid-row:1/3;font-size:24px}.footer-confidence strong{font-size:11px}.footer-confidence small{color:#9FB0C6;font-size:9px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:44px;padding-top:40px;padding-bottom:36px}.footer-grid>div{display:flex;flex-direction:column;gap:7px}.footer-grid>div>strong{font-size:11px}.footer-grid a{color:#AFBDD0;font-size:10px}.footer-grid a:hover{color:#fff}.footer-brand p{max-width:330px;margin:8px 0;color:#9FB0C6;font-size:11px}.brand-footer{color:#fff}.brand-footer .brand-mark{background:#fff;color:var(--navy);box-shadow:none}.brand-footer .brand-copy small{color:#9FB0C6}.mini-france{display:flex!important;flex-direction:row!important;align-items:center;gap:0!important;margin-top:7px}.mini-france i{width:4px;height:18px}.mini-france i:nth-child(1){background:#0055A4}.mini-france i:nth-child(2){background:#fff}.mini-france i:nth-child(3){background:#EF4135}.mini-france span{margin-left:7px;color:#8294AC;font-size:9px}.footer-bottom{min-height:55px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;color:#7F91AA;font-size:9px}.mobile-bottom-nav{display:none}

@media(max-width:1120px){.market-header{grid-template-columns:auto 1fr}.market-actions{grid-column:1/-1;grid-row:2;justify-content:flex-end;display:none}.category-nav{gap:18px}.market-hero-grid{grid-template-columns:1fr .8fr}.hero-copy h1{font-size:50px}.book-grid{grid-template-columns:repeat(4,1fr)}.category-tiles{grid-template-columns:repeat(4,1fr)}.product-layout{grid-template-columns:minmax(250px,.85fr) minmax(340px,1.15fr)}.buy-box{grid-column:2;position:static}.catalog-book-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.auth-market-grid{grid-template-columns:1fr 430px}.sell-layout{grid-template-columns:240px 1fr}}
@media(max-width:900px){body{padding-bottom:66px}.trust-desktop{display:none}.trust-bar-inner{justify-content:flex-start}.market-header{min-height:68px;grid-template-columns:auto 1fr;gap:15px}.brand-copy small{display:none}.global-search{height:42px}.global-search button{display:none}.category-nav-wrap{display:none}.site-header{top:0}.hide-tablet{display:none}.market-hero-grid{grid-template-columns:1fr;padding-top:38px;padding-bottom:42px}.hero-market-visual{display:none}.hero-copy h1{font-size:48px}.hero-copy{max-width:760px}.home-stats{grid-template-columns:repeat(2,1fr);padding:8px 0}.home-stats>div{padding:13px 20px}.home-stats>div:nth-child(2){border-right:0}.home-stats>div:nth-child(3){padding-left:0}.category-tiles{grid-template-columns:repeat(3,1fr)}.book-grid{grid-template-columns:repeat(3,1fr)}.split-promo{grid-template-columns:1fr}.promo-sell{grid-template-columns:1fr 180px}.catalog-shell{grid-template-columns:1fr}.catalog-filters{position:static}.filter-form{display:grid;grid-template-columns:1fr 1fr}.filter-form fieldset:last-of-type{grid-column:auto}.filter-form .btn{grid-column:1/-1}.product-layout{grid-template-columns:1fr 1fr}.buy-box{grid-column:1/-1}.related-grid{grid-template-columns:repeat(3,1fr)}.sell-hero>.container{flex-direction:column;align-items:flex-start;padding-top:35px;padding-bottom:35px}.sell-hero-points{width:100%;grid-template-columns:repeat(4,1fr)}.sell-layout{grid-template-columns:1fr}.sell-guide{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.seller-safety{display:none}.auth-market-grid{grid-template-columns:1fr}.auth-promo{min-height:auto}.auth-card-pro{width:100%;max-width:600px;margin:auto}.dashboard-layout{grid-template-columns:1fr}.account-sidebar{position:static}.account-sidebar nav{display:grid;grid-template-columns:repeat(4,1fr)}.account-summary{display:none}.footer-confidence{grid-template-columns:repeat(2,1fr)}.footer-confidence>div:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:25px}.mobile-bottom-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:64px;padding-bottom:max(0px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:#fff;border-top:1px solid #DCE2EA;box-shadow:0 -8px 24px rgba(11,31,58,.08)}.mobile-bottom-nav a{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;color:#5C6879}.mobile-bottom-nav a>span{font-size:20px;line-height:1}.mobile-bottom-nav small{font-size:9px;font-weight:750}.mobile-bottom-nav b{position:absolute;top:-3px;right:22%;display:grid;place-items:center;min-width:16px;height:16px;border-radius:8px;background:var(--accent-2);color:#fff;font-size:8px}.mobile-bottom-nav .mobile-sell span{display:grid;place-items:center;width:42px;height:42px;margin-top:-17px;border:4px solid #fff;border-radius:50%;background:var(--accent);color:#fff;font-size:25px;box-shadow:0 5px 15px rgba(11,87,208,.25)}.mobile-bottom-nav .mobile-sell small{margin-top:-2px}.site-footer{margin-bottom:0}}
@media(max-width:680px){.container,.narrow{width:min(100% - 24px,1240px)}.trust-bar{display:none}.france-line{height:2px}.site-header{position:sticky}.market-header{grid-template-columns:auto 1fr;min-height:65px}.brand-mark{width:39px;height:39px}.brand-copy strong{font-size:14px}.global-search{border-width:1px}.global-search input{font-size:12px}.market-hero-grid{min-height:auto;padding-top:30px;padding-bottom:32px}.flag-label b{font-size:8px}.hero-copy h1{font-size:40px;margin-top:16px}.hero-lead{font-size:14px}.hero-market-search{grid-template-columns:auto 1fr;margin-top:20px}.hero-market-search .btn{display:none}.hero-actions-pro{display:grid;grid-template-columns:1fr 1fr}.hero-actions-pro .btn{padding-inline:8px;font-size:11px}.hero-reassurance{gap:9px 13px;font-size:9px}.home-stats strong{font-size:18px}.home-stats span{font-size:9px}.home-stats>div{padding:10px 12px}.section{padding:38px 0}.home-section{padding-top:35px;padding-bottom:35px}.section-head{align-items:flex-start}.section-head h1{font-size:32px}.section-head h2{font-size:27px}.section-head p{font-size:11px}.pro-head{flex-direction:column}.category-tiles{grid-template-columns:repeat(2,1fr);gap:8px}.category-tile{min-height:115px;padding:13px}.category-tile>span{width:36px;height:36px}.book-grid,.catalog-book-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.book-card{border-radius:12px}.book-card-media{aspect-ratio:4/5}.book-card-media img{padding:6px}.condition-badge{top:6px;left:6px;padding:4px 6px;font-size:7px}.heart-ghost{top:5px;right:5px;width:29px;height:29px;font-size:18px}.book-card-body{padding:9px}.book-card h3{font-size:12px}.book-author{font-size:10px;margin-bottom:7px}.book-price-line strong{font-size:15px}.book-card-foot{font-size:8px}.promo-sell{padding:25px;grid-template-columns:1fr}.promo-sell h2{font-size:27px}.sell-steps-mini{display:grid;grid-template-columns:1fr 1fr}.promo-trust{padding:25px}.steps-pro{grid-template-columns:1fr}.catalog-hero>.container{min-height:145px;align-items:flex-start;flex-direction:column;justify-content:center}.catalog-hero h1{font-size:31px}.catalog-hero .btn{display:none}.catalog-shell{padding-top:20px}.catalog-filters{display:none}.catalog-toolbar{align-items:flex-end}.sort-form label{flex-direction:column;align-items:flex-start;gap:3px}.sort-form select{min-width:128px;padding:8px}.product-page{padding-top:13px}.breadcrumb{margin-bottom:12px}.product-layout{grid-template-columns:1fr;gap:20px}.gallery-main{min-height:350px}.product-core h1{font-size:30px}.product-specs{grid-template-columns:1fr 1fr}.buy-box{grid-column:auto}.seller-profile-card{grid-template-columns:auto 1fr}.seller-rating{grid-column:2;text-align:left}.related-section{margin-top:38px;padding-top:28px}.sell-hero h1{font-size:34px}.sell-hero-points{grid-template-columns:1fr 1fr;min-width:0}.sell-guide{grid-template-columns:1fr;display:none}.sell-form-card{padding:20px 16px;border-radius:16px}.form-grid{grid-template-columns:1fr}.isbn-input-row{grid-template-columns:1fr}.isbn-input-row .btn{width:100%}.form-title-inside{margin-top:5px}.publish-bar{flex-direction:column;align-items:stretch;margin:0 -16px -20px;padding:15px 16px}.publish-bar .btn{width:100%}.image-preview-grid{grid-template-columns:repeat(3,1fr)}.auth-market{padding:22px 0 35px}.auth-promo{display:none}.auth-card-pro{padding:26px 20px;border-radius:18px}.dashboard-banner-inner{min-height:160px;align-items:flex-start;flex-direction:column;justify-content:center}.dashboard-banner .btn{display:none}.dash-avatar{width:50px;height:50px}.dash-user h1{font-size:27px}.dash-user p{font-size:11px}.dashboard-layout{padding-top:25px}.account-sidebar{display:none}.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stats-pro>a{padding:12px;gap:8px}.stat-icon{width:33px;height:33px}.stats-pro b{font-size:19px}.stats-pro strong{font-size:9px}.stats-pro small{display:none}.seller-performance{grid-template-columns:1fr}.seller-listing{grid-template-columns:55px minmax(0,1fr)}.seller-listing-cover img{width:55px;height:70px}.seller-listing-actions{grid-column:1/-1;justify-content:flex-end;padding-top:5px;border-top:1px solid var(--line)}.listings-head{align-items:center}.listings-head .btn{padding:8px 10px;font-size:10px}.conversation-row,.order-row{align-items:flex-start}.conversation-row img,.order-row img{width:48px;height:61px}.order-side{margin-left:auto}.chat-page{width:100%;padding-top:0}.chat-header{border-radius:0}.chat-header .btn{display:none}.chat-thread{height:61vh}.chat-compose{border-radius:0}.bubble{max-width:87%}.checkout-card,.order-detail{padding:17px}.footer-confidence{grid-template-columns:1fr;gap:12px}.footer-confidence>div{border-right:0!important;padding:5px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px}.page-intro h1{font-size:32px}.admin-grid{grid-template-columns:1fr}.inline-form{flex-wrap:wrap}}

/* V1.2 — marketplace : offres, profils, notifications, lots, suivi */
.upgrade-card{padding:28px}.upgrade-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.upgrade-feature-grid>div{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.upgrade-feature-grid>div>span{grid-row:1/3;font-size:25px}.upgrade-feature-grid strong{font-size:13px}.upgrade-feature-grid small{color:var(--muted);font-size:10px}.upgrade-success{text-align:center;padding:38px;border:1px solid #ABEFC6;border-radius:22px;background:#F6FEF9}.upgrade-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:#12B76A;color:#fff;font-size:28px;font-weight:900}.upgrade-success h2{margin:0;font-size:28px}.upgrade-success p{color:var(--text)}.upgrade-success ul{width:max-content;max-width:100%;margin:18px auto 24px;text-align:left;color:var(--text);font-size:12px}

.notification-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.notification-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:17px 18px;border-bottom:1px solid var(--line);transition:background .15s}.notification-row:last-child{border-bottom:0}.notification-row:hover{background:var(--surface)}.notification-row.is-unread{background:#F4F7FF}.notification-row.is-unread strong:after{content:"";display:inline-block;width:7px;height:7px;margin-left:7px;border-radius:50%;background:var(--accent)}.notification-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#EEF4FF;font-size:20px}.notification-row strong{font-size:13px}.notification-row p{margin:3px 0;color:var(--text);font-size:11px}.notification-row small{color:var(--muted);font-size:9px}

.seller-public-page{background:linear-gradient(#F8FAFD 0 265px,#fff 265px)}.seller-hero{background:linear-gradient(125deg,var(--navy),#173A67);color:#fff}.seller-hero-inner{min-height:250px;display:flex;align-items:center;gap:24px}.seller-public-avatar{display:grid;place-items:center;flex:0 0 auto;width:90px;height:90px;border-radius:28px;background:#fff;color:var(--navy);font-size:31px;font-weight:950;box-shadow:0 18px 35px rgba(0,0,0,.18)}.seller-public-info{flex:1}.seller-trust-label{display:inline-flex;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:9px;font-weight:850;letter-spacing:.04em}.seller-public-info h1{margin:10px 0 3px;font-size:38px;letter-spacing:-.04em}.seller-public-info>p{margin:0;color:#C8D6E8;font-size:12px}.seller-public-metrics{display:flex;gap:12px;margin-top:20px}.seller-public-metrics>div{min-width:120px;padding:10px 13px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.06)}.seller-public-metrics strong{display:block;font-size:18px}.seller-public-metrics span{color:#C8D6E8;font-size:9px}.seller-about{max-width:850px;margin-bottom:38px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.seller-about h2{margin:5px 0 8px}.seller-about p{margin:0;color:var(--text)}.seller-reviews-section{margin-top:54px;padding-top:34px;border-top:1px solid var(--line)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.review-stars{color:#F79009;font-size:16px;letter-spacing:1px}.review-card>p{min-height:54px;margin:10px 0;color:var(--text);font-size:12px}.review-card>div:not(.review-stars):not(.seller-reply){display:flex;justify-content:space-between;gap:10px}.review-card small{color:var(--muted);font-size:9px}.seller-reply{margin-top:14px;padding:12px;border-radius:12px;background:var(--surface)}.seller-reply strong{font-size:10px}.seller-reply p{min-height:0!important;margin:5px 0 0!important;font-size:11px!important}.seller-profile-link{transition:border-color .15s,transform .15s,box-shadow .15s}.seller-profile-link:hover{transform:translateY(-1px);border-color:#B7CAE9;box-shadow:0 10px 22px rgba(11,31,58,.08)}

.offers-list{display:flex;flex-direction:column;gap:12px}.offer-card{display:grid;grid-template-columns:105px minmax(0,1fr) 220px;gap:18px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 6px 18px rgba(11,31,58,.05)}.offer-cover img{width:105px;height:135px;object-fit:cover;border-radius:10px;background:var(--surface)}.offer-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.offer-main h2{margin:8px 0 2px;font-size:18px}.offer-main>p{margin:0;color:var(--muted);font-size:11px}.offer-price{display:flex;align-items:baseline;gap:10px;margin-top:13px}.offer-price span{color:var(--muted);font-size:10px}.offer-price strong{font-size:24px;color:var(--navy)}.offer-card blockquote{margin:10px 0;padding:8px 11px;border-left:3px solid var(--accent);background:#F8FAFD;color:var(--text);font-size:11px}.offer-actions{align-self:center;display:flex;flex-direction:column;gap:9px}.counter-form{display:grid;grid-template-columns:1fr;gap:7px}.counter-form input{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px}.offer-pending{background:#FFF7E6;color:#B54708}.offer-accepted{background:#ECFDF3;color:#027A48}.offer-declined,.offer-withdrawn,.offer-expired{background:#F2F4F7;color:#475467}.offer-countered{background:#EEF4FF;color:#1849A9}.offer-details{border:1px solid #D8E3F4;border-radius:12px;background:#F8FAFF}.offer-details summary{padding:11px 13px;font-weight:850;cursor:pointer}.offer-inline-form{display:flex;flex-direction:column;gap:9px;padding:0 12px 12px}.offer-inline-form label{display:flex;flex-direction:column;gap:4px;color:var(--text);font-size:10px;font-weight:800}.offer-inline-form input{padding:10px;border:1px solid var(--line);border-radius:9px;background:#fff}.offer-inline-form small{color:var(--muted);font-size:9px}.active-offer-box{display:grid;grid-template-columns:1fr auto;gap:2px 10px;padding:12px;border:1px solid #BFD3FF;border-radius:12px;background:#F3F7FF}.active-offer-box span,.active-offer-box small{font-size:9px;color:var(--muted)}.active-offer-box strong{grid-row:1/3;grid-column:2;font-size:21px}.active-offer-box a{grid-column:1/-1;margin-top:5px;color:var(--accent);font-size:10px;font-weight:850}

.bundle-list{display:flex;flex-direction:column;gap:10px}.bundle-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:15px 17px;border:1px solid var(--line);border-radius:15px;background:#fff}.bundle-row:hover{border-color:#BFD3FF;box-shadow:0 8px 18px rgba(11,31,58,.06)}.bundle-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#F2F4FF;font-size:21px}.bundle-row>div:nth-child(2){display:flex;flex-direction:column}.bundle-row>div:nth-child(2) strong{font-size:13px}.bundle-row>div:nth-child(2) span{font-size:10px;color:var(--text)}.bundle-row small{font-size:9px;color:var(--muted)}.bundle-row>div:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.bundle-row>div:last-child b{font-size:16px}.bundle-builder{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.bundle-select-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bundle-book{position:relative;display:flex;flex-direction:column;padding:10px;border:2px solid transparent;border-radius:15px;background:#fff;box-shadow:0 5px 16px rgba(11,31,58,.07);cursor:pointer}.bundle-book input{position:absolute;opacity:0;pointer-events:none}.bundle-book:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 4px rgba(11,87,208,.08)}.bundle-check{position:absolute;right:8px;top:8px;display:none;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--accent);color:#fff;font-weight:900}.bundle-book:has(input:checked) .bundle-check{display:grid}.bundle-book img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:9px;background:var(--surface)}.bundle-book strong{margin-top:9px;font-size:12px;line-height:1.2}.bundle-book small{color:var(--muted);font-size:9px}.bundle-book b{margin-top:6px;font-size:16px}.bundle-request-box{position:sticky;top:170px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.bundle-request-box label{display:flex;flex-direction:column;gap:7px;font-weight:800;font-size:11px}.bundle-request-box textarea{padding:11px;border:1px solid var(--line);border-radius:10px;resize:vertical}.bundle-request-box .btn{margin-top:14px}.bundle-request-box>small{display:block;margin-top:8px;color:var(--muted);font-size:9px}.bundle-detail{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px;align-items:start}.bundle-items{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:16px;overflow:hidden}.bundle-items>a{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:12px;border-bottom:1px solid var(--line);background:#fff}.bundle-items>a:last-child{border-bottom:0}.bundle-items img{width:58px;height:75px;object-fit:cover;border-radius:7px}.bundle-items>a div{display:flex;flex-direction:column}.bundle-items strong{font-size:12px}.bundle-items span{color:var(--muted);font-size:10px}.bundle-summary{position:sticky;top:165px;display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.bundle-note{padding:11px;border-radius:10px;background:var(--surface)}.bundle-note strong{font-size:10px}.bundle-note p{margin:5px 0 0;font-size:10px}.bundle-orders{display:flex;flex-direction:column;gap:6px;padding-top:10px;border-top:1px solid var(--line)}.bundle-orders strong{font-size:10px}.bundle-orders a{font-size:10px;color:var(--accent);font-weight:750}.discount-line{color:#067647!important}.discount-line b{color:#067647!important}

.checkout-v12{max-width:1120px}.checkout-layout-v12{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.checkout-main-v12{display:flex;flex-direction:column;gap:14px}.checkout-step{display:grid;grid-template-columns:38px 1fr;gap:14px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.checkout-step>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900}.checkout-step h2{margin:3px 0 15px;font-size:18px}.shipping-choice{display:grid;grid-template-columns:auto auto 1fr auto;gap:11px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:12px;margin-bottom:8px;cursor:pointer}.shipping-choice:has(input:checked){border-color:var(--accent);background:#F6F9FF;box-shadow:0 0 0 3px rgba(11,87,208,.07)}.shipping-choice>span{font-size:21px}.shipping-choice>div{display:flex;flex-direction:column}.shipping-choice strong{font-size:11px}.shipping-choice small{color:var(--muted);font-size:9px}.shipping-choice>b{font-size:12px}.protection-panel{padding:14px;border-radius:12px;background:#F6F8FB}.protection-panel strong{font-size:11px}.protection-panel p{margin:5px 0 0;color:var(--text);font-size:10px}.accepted-price{display:inline-flex;margin-top:7px;color:#027A48;font-size:11px}.checkout-summary-v12{position:sticky;top:165px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.checkout-summary-v12 h2{margin:0 0 15px;font-size:18px}

.order-v12{max-width:1180px}.order-topline{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.order-topline h1{margin:4px 0;font-size:34px}.order-topline p{margin:0;color:var(--muted)}.status-xl{padding:8px 12px;font-size:11px}.bundle-order-banner{display:flex;justify-content:space-between;gap:10px;margin-bottom:15px;padding:12px 15px;border-radius:12px;background:#EEF4FF;color:#1849A9;font-size:11px;font-weight:800}.order-layout-v12{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.order-main-v12{display:flex;flex-direction:column;gap:16px}.order-product-card{display:grid;grid-template-columns:80px 1fr auto;gap:14px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.order-product-card img{width:80px;height:102px;object-fit:cover;border-radius:8px}.order-product-card>div{display:flex;flex-direction:column}.order-product-card strong{font-size:14px}.order-product-card span{color:var(--text);font-size:11px}.order-product-card small{color:var(--muted);font-size:9px}.order-product-card>b{font-size:20px}.timeline-v12{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.order-side-v12{position:sticky;top:165px;display:flex;flex-direction:column;gap:12px}.order-price-box,.shipping-info-card{padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff}.order-price-box h2{margin:0 0 12px;font-size:16px}.shipping-info-card{display:grid;grid-template-columns:auto 1fr;gap:10px}.shipping-info-card>span{font-size:22px}.shipping-info-card>div{display:flex;flex-direction:column;gap:3px}.shipping-info-card strong{font-size:11px}.shipping-info-card small{font-size:9px;color:var(--muted)}.shipping-info-card code{font-size:10px;padding:4px 6px;border-radius:5px;background:var(--surface)}.shipping-update-form select,.shipping-update-form input{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff}.review-order-block{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.review-order-block h2{margin:5px 0 13px}.review-wide{max-width:none}.rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:3px}.rating-input input{display:none}.rating-input label{font-size:30px;color:#D0D5DD;cursor:pointer}.rating-input input:checked~label,.rating-input label:hover,.rating-input label:hover~label{color:#F79009}.review-form,.review-reply-form{display:flex;flex-direction:column;gap:10px}.review-form textarea,.review-reply-form textarea{padding:12px;border:1px solid var(--line);border-radius:11px;resize:vertical}

.chat-v12 .chat-live-note{display:flex;align-items:center;justify-content:center;gap:6px;padding:7px;color:var(--muted);font-size:9px}.chat-live-note i{width:7px;height:7px;border-radius:50%;background:#12B76A;box-shadow:0 0 0 4px rgba(18,183,106,.1)}.public-profile-link{display:inline-flex;margin-top:7px;color:var(--accent);font-size:9px;font-weight:800}.stats-v12{grid-template-columns:repeat(3,1fr)}

@media(max-width:1000px){.review-grid{grid-template-columns:repeat(2,1fr)}.offer-card{grid-template-columns:90px 1fr}.offer-cover img{width:90px;height:116px}.offer-actions{grid-column:2;display:grid;grid-template-columns:1fr 1fr}.bundle-builder{grid-template-columns:1fr}.bundle-request-box{position:static}.bundle-select-grid{grid-template-columns:repeat(4,1fr)}.checkout-layout-v12,.order-layout-v12{grid-template-columns:1fr}.checkout-summary-v12,.order-side-v12{position:static}.bundle-detail{grid-template-columns:1fr}.bundle-summary{position:static}.stats-v12{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.upgrade-feature-grid{grid-template-columns:1fr}.notification-row{padding:13px 12px}.notification-icon{width:36px;height:36px}.seller-public-page{background:#fff}.seller-hero-inner{min-height:auto;padding-top:28px;padding-bottom:28px;align-items:flex-start;flex-wrap:wrap}.seller-public-avatar{width:68px;height:68px;border-radius:20px;font-size:24px}.seller-public-info h1{font-size:27px}.seller-public-metrics{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.seller-public-metrics>div{min-width:0;padding:8px}.seller-public-metrics strong{font-size:14px}.seller-public-metrics span{font-size:7px}.seller-hero .btn{width:100%}.review-grid{grid-template-columns:1fr}.offer-card{grid-template-columns:58px 1fr;gap:10px;padding:11px}.offer-cover img{width:58px;height:75px}.offer-main h2{font-size:14px}.offer-price strong{font-size:19px}.offer-actions{grid-column:1/-1;grid-template-columns:1fr}.bundle-row{grid-template-columns:auto 1fr}.bundle-row>div:last-child{grid-column:2;align-items:flex-start}.bundle-select-grid{grid-template-columns:repeat(2,1fr);gap:8px}.bundle-detail{gap:12px}.bundle-items>a{grid-template-columns:48px 1fr auto;padding:9px}.bundle-items img{width:48px;height:62px}.checkout-step{grid-template-columns:28px 1fr;padding:14px}.checkout-step>span{width:27px;height:27px;font-size:11px}.shipping-choice{grid-template-columns:auto auto 1fr;padding:10px}.shipping-choice>b{grid-column:3;margin-left:auto}.order-topline{align-items:flex-start;flex-direction:column}.order-topline h1{font-size:27px}.order-product-card{grid-template-columns:58px 1fr}.order-product-card img{width:58px;height:75px}.order-product-card>b{grid-column:2;font-size:17px}.stats-v12{grid-template-columns:1fr 1fr}.review-order-block{padding:14px}.rating-input label{font-size:27px}}

/* ========================= V1.3 — Finances & livraison acheteur ========================= */
.btn:disabled{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}.checkout-v13 .page-intro strong{color:var(--navy)}.checkout-form-v13{display:flex;flex-direction:column;gap:14px}.checkout-step-content{min-width:0}.buyer-pays-badge{display:inline-flex;align-items:center;gap:6px;margin:-5px 0 12px;padding:6px 9px;border-radius:999px;background:#EEF4FF;color:#1849A9;font-size:10px;font-weight:900}.shipping-address-step .form-grid{margin-top:12px}.shipping-address-step label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800}.shipping-address-step input,.shipping-address-step textarea{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:0}.shipping-address-step input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(11,87,208,.08)}[data-home-fields]{display:grid;gap:10px;margin-top:10px}[data-relay-fields]{margin-top:10px}.checkout-mobile-submit{display:none}.checkout-summary-v13 .shipping-line-v13>span,.order-price-box .shipping-line-v13>span,.bundle-summary .shipping-line-v13>span{display:flex;flex-direction:column;align-items:flex-start}.shipping-line-v13 small{color:var(--accent);font-size:8px;font-weight:850}.seller-finance-preview{margin-top:16px;padding:13px;border-radius:13px;background:#F8FAFC;border:1px solid #E4E7EC}.seller-finance-preview>span{display:block;margin-bottom:8px;color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.seller-finance-preview>div{display:flex;justify-content:space-between;gap:10px;padding:5px 0;font-size:10px}.seller-finance-preview>div small{color:var(--text)}.seller-finance-preview .net{margin-top:5px;padding-top:9px;border-top:1px solid var(--line)}.seller-finance-preview .net strong{color:#027A48;font-size:16px}.seller-finance-preview p{margin:8px 0 0;color:var(--muted);font-size:9px;line-height:1.4}.seller-net-line{margin-top:7px;padding-top:9px!important;border-top:1px solid var(--line)}.seller-net-line b{color:#027A48;font-size:16px}.buyer-paid-info{display:block!important;padding:10px!important;border-radius:10px;background:#F8FAFC}.buyer-paid-info small{color:var(--muted);font-size:9px;line-height:1.45}.funds-status-card{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:14px;border-radius:14px;background:#ECFDF3;border:1px solid #ABEFC6}.funds-status-card>span{font-size:22px}.funds-status-card>div{display:flex;flex-direction:column}.funds-status-card strong{font-size:11px;color:#027A48}.funds-status-card small{font-size:9px;color:#05603A}.cancel-order-box{border:1px solid #FECACA;border-radius:12px;background:#FFF7F7;overflow:hidden}.cancel-order-box summary{padding:10px 12px;color:#B42318;font-size:10px;font-weight:850;cursor:pointer}.cancel-order-box form{padding:0 10px 10px}.cancel-order-box textarea{width:100%;padding:10px;border:1px solid #FECACA;border-radius:9px;resize:vertical}.bundle-shipping-v13{margin-top:12px}.shipping-choice.compact{padding:9px;margin-bottom:5px}.shipping-choice.compact small{font-size:8px}.shipping-choice.compact>b{font-size:11px}

.wallet-page-v13{max-width:1180px}.wallet-hero-v13{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:12px;margin:20px 0 28px}.wallet-main-balance,.wallet-mini{min-height:130px;padding:20px;border-radius:18px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;justify-content:center}.wallet-main-balance{background:linear-gradient(135deg,var(--navy),#153D69);color:#fff;box-shadow:var(--shadow)}.wallet-main-balance>span,.wallet-mini>span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.wallet-main-balance strong{margin:5px 0;font-size:34px;letter-spacing:-.04em}.wallet-mini strong{margin:5px 0;font-size:23px}.wallet-main-balance small{color:#C7D7EA;font-size:9px}.wallet-mini small{color:var(--muted);font-size:9px}.wallet-layout-v13{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.finance-explainer-v13{display:grid;grid-template-columns:1fr auto 1fr auto 1.2fr;gap:10px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.finance-explainer-v13>div{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:center}.finance-explainer-v13>div>span{font-size:22px}.finance-explainer-v13 p{display:flex;flex-direction:column;margin:0}.finance-explainer-v13 strong{font-size:11px}.finance-explainer-v13 small{color:var(--muted);font-size:8px}.finance-explainer-v13>b{color:var(--muted)}.finance-explainer-v13 .finance-net{padding:10px;border-radius:12px;background:#ECFDF3}.wallet-ledger{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.wallet-tx{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;padding:13px 15px;border-bottom:1px solid #EEF1F5}.wallet-tx:last-child{border-bottom:0}.wallet-tx-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--surface)}.wallet-tx>div{display:flex;flex-direction:column}.wallet-tx strong{font-size:11px}.wallet-tx small{color:var(--muted);font-size:8px}.wallet-tx>b{font-size:12px}.amount-positive{color:#027A48}.amount-negative{color:#B42318}.wallet-side-v13{position:sticky;top:165px;display:flex;flex-direction:column;gap:14px}.payout-card h2{margin:4px 0}.payout-card p{color:var(--text);font-size:10px}.payout-card label{display:flex;flex-direction:column;gap:5px;font-size:10px;font-weight:800}.payout-card input{padding:11px;border:1px solid var(--line);border-radius:10px}.payout-card>small{color:var(--muted);font-size:8px}.payout-history{padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.payout-history h3{margin:0 0 10px;font-size:13px}.payout-history>div{display:grid;grid-template-columns:1fr auto;gap:3px 8px;padding:9px 0;border-bottom:1px solid #EEF1F5}.payout-history>div:last-child{border-bottom:0}.payout-history span,.payout-history small{font-size:8px;color:var(--muted)}.payout-history b{font-size:10px}.payout-history small{grid-column:1/-1}.seller-performance-v13{grid-template-columns:repeat(4,1fr)!important}.seller-performance-v13 .wallet-highlight{background:#F0FDF4}.seller-performance-v13 .wallet-highlight strong{color:#027A48}.seller-performance-v13 .wallet-highlight a{margin-top:6px;color:var(--accent);font-size:8px;font-weight:850}

.finance-test-banner{margin:12px 0 18px;padding:11px 13px;border:1px solid #FEDF89;border-radius:12px;background:#FFFAEB;color:#92400E;font-size:10px}.finance-stats-v13{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.finance-stats-v13>div{padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff;display:flex;flex-direction:column}.finance-stats-v13 span{font-size:9px;color:var(--muted);font-weight:800}.finance-stats-v13 strong{margin:5px 0;font-size:22px}.finance-stats-v13 small{font-size:8px;color:var(--muted)}.finance-stats-v13 .accent{background:var(--navy);color:#fff}.finance-stats-v13 .accent span,.finance-stats-v13 .accent small{color:#C7D7EA}.wallet-admin-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:16px 0 28px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--line)}.wallet-admin-strip>div{padding:14px;background:#fff;display:flex;flex-direction:column}.wallet-admin-strip span{font-size:8px;color:var(--muted)}.wallet-admin-strip b{margin-top:4px;font-size:15px}.admin-inline-actions{display:flex;align-items:center;gap:7px}.form-section-title{display:flex;align-items:center;gap:10px;margin-top:7px;padding-top:16px;border-top:1px solid var(--line)}.form-section-title>span{font-size:22px}.form-section-title>div{display:flex;flex-direction:column}.form-section-title strong{font-size:12px}.form-section-title small{font-size:9px;color:var(--muted)}.upgrade-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}

@media(max-width:1000px){.wallet-hero-v13{grid-template-columns:1fr 1fr}.wallet-layout-v13{grid-template-columns:1fr}.wallet-side-v13{position:static}.seller-performance-v13{grid-template-columns:repeat(2,1fr)!important}.finance-stats-v13{grid-template-columns:repeat(2,1fr)}.wallet-admin-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.checkout-mobile-submit{display:block}.checkout-summary-v13>button{display:none}.shipping-address-step .form-grid{grid-template-columns:1fr}.wallet-hero-v13{grid-template-columns:1fr}.wallet-main-balance,.wallet-mini{min-height:105px}.finance-explainer-v13{grid-template-columns:1fr}.finance-explainer-v13>b{display:none}.wallet-tx{grid-template-columns:34px 1fr}.wallet-tx>b{grid-column:2}.seller-performance-v13{grid-template-columns:1fr!important}.finance-stats-v13{grid-template-columns:1fr}.wallet-admin-strip{grid-template-columns:1fr}.admin-inline-actions{flex-wrap:wrap}.checkout-summary-v13 .seller-finance-preview{display:none}}

/* ========================= V1.4 — Stripe Connect & paiements marketplace ========================= */
.payment-stripe{background:#EEF4FF;color:#1849A9}.payment-live{background:#ECFDF3;color:#027A48}.payments-v14,.admin-payments-v14{max-width:1180px}.payments-layout-v14{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px;align-items:start}.payment-setup-alert{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;margin:18px 0;padding:16px 18px;border:1px solid #FEDF89;border-radius:15px;background:#FFFAEB}.payment-setup-alert>span{font-size:24px}.payment-setup-alert strong{font-size:13px}.payment-setup-alert p{margin:3px 0 0;color:#7A2E0E;font-size:10px}.payment-setup-alert code{padding:2px 5px;border-radius:5px;background:rgba(255,255,255,.72)}
.stripe-account-card{position:relative;overflow:hidden;padding:27px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#fff 0%,#F8FAFF 100%);box-shadow:var(--shadow)}.stripe-account-card:after{content:"";position:absolute;width:220px;height:220px;border:48px solid rgba(99,91,255,.045);border-radius:50%;right:-110px;top:-120px}.stripe-account-card.is-ready{border-color:#ABEFC6;background:linear-gradient(145deg,#fff 0%,#F0FDF4 100%)}.stripe-card-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.stripe-logo-text{font-size:24px;font-weight:950;letter-spacing:-.05em;color:#635BFF}.stripe-account-card h2{position:relative;z-index:1;margin:24px 0 8px;font-size:25px;letter-spacing:-.035em}.stripe-account-card>p{position:relative;z-index:1;max-width:720px;margin:0;color:var(--text);font-size:12px;line-height:1.7}.stripe-checks{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.stripe-checks>div{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-height:82px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.stripe-checks>div>span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:var(--surface);font-size:11px;font-weight:900}.stripe-checks>div.ok{border-color:#ABEFC6;background:#F6FEF9}.stripe-checks>div.ok>span{background:#D1FADF;color:#027A48}.stripe-checks p{display:flex;flex-direction:column;margin:0}.stripe-checks strong{font-size:10px}.stripe-checks small{margin-top:3px;color:var(--muted);font-size:8px}.stripe-actions{position:relative;z-index:1;display:flex;gap:9px;flex-wrap:wrap}.stripe-actions form{margin:0}.stripe-account-id{position:relative;z-index:1;display:block;margin-top:14px;color:var(--muted);font-size:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.payments-explainer-v14{padding:23px;border-radius:21px;background:var(--navy);color:#fff;box-shadow:var(--shadow)}.payments-explainer-v14 h2{margin:7px 0 17px;font-size:21px;letter-spacing:-.03em}.money-flow-v14{display:flex;flex-direction:column;gap:7px}.money-flow-v14>div{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;padding:11px;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}.money-flow-v14>div>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fff;color:var(--navy);font-size:10px;font-weight:950}.money-flow-v14 p{display:flex;flex-direction:column;margin:0}.money-flow-v14 strong{font-size:10px}.money-flow-v14 small{margin-top:3px;color:#C7D7EA;font-size:8px;line-height:1.45}.money-flow-v14>i{align-self:center;color:#8EABCA;font-style:normal;font-size:12px}.stripe-mode-box{display:flex;flex-direction:column;gap:4px;margin-top:17px;padding:12px 13px;border-radius:13px;background:#fff;color:var(--ink)}.stripe-mode-box strong{font-size:11px}.stripe-mode-box small{color:var(--muted);font-size:8px;line-height:1.45}
.stripe-wallet-status{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin:16px 0 24px;padding:14px 16px;border:1px solid #D6DEEB;border-radius:15px;background:#F8FAFC}.stripe-wallet-status>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#EEF4FF;color:#1849A9;font-weight:950}.stripe-wallet-status>div{display:flex;flex-direction:column;min-width:0}.stripe-wallet-status strong{font-size:11px}.stripe-wallet-status small{margin-top:2px;color:var(--muted);font-size:8px;line-height:1.45}.stripe-wallet-status.is-ready{border-color:#ABEFC6;background:#F0FDF4}.stripe-wallet-status.is-ready>span{background:#D1FADF;color:#027A48}.stripe-payout-card .stripe-wallet-status{grid-template-columns:auto 1fr;margin:12px 0}.stripe-payout-card .stripe-wallet-status>span{width:30px;height:30px}.stripe-payout-card .stripe-wallet-status small{font-size:8px}
.stripe-result-card{max-width:690px;margin:20px auto;padding:42px 34px;text-align:center;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.stripe-result-card.is-success{border-color:#ABEFC6;background:linear-gradient(180deg,#F6FEF9,#fff)}.stripe-result-card.is-error{border-color:#FECDCA;background:linear-gradient(180deg,#FFF6F5,#fff)}.stripe-result-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 15px;border-radius:50%;background:#D1FADF;color:#027A48;font-size:27px;font-weight:950}.stripe-result-card.is-error .stripe-result-icon{background:#FEE4E2;color:#B42318}.stripe-result-card h1{margin:8px 0 10px;font-size:32px;letter-spacing:-.04em}.stripe-result-card p{max-width:560px;margin:0 auto 20px;color:var(--text);font-size:12px;line-height:1.7}.stripe-result-card>small{display:block;margin-top:13px;color:var(--muted);font-size:8px}
.payment-admin-status{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin:18px 0;padding:15px 17px;border:1px solid var(--line);border-radius:15px;background:#fff}.payment-admin-status>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;font-weight:950}.payment-admin-status>span.ok{background:#D1FADF;color:#027A48}.payment-admin-status>span.warn{background:#FEF0C7;color:#B54708}.payment-admin-status>div{display:flex;flex-direction:column}.payment-admin-status strong{font-size:11px}.payment-admin-status small{color:var(--muted);font-size:8px}.payment-admin-status code{max-width:360px;overflow:hidden;text-overflow:ellipsis;padding:8px 10px;border-radius:8px;background:var(--surface);font-size:8px;white-space:nowrap}.admin-two-cols-v14{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px;align-items:start}.webhook-list-v14{max-height:520px;overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.webhook-row{display:grid;grid-template-columns:28px 1fr;gap:9px;padding:11px 12px;border-bottom:1px solid #EEF1F5}.webhook-row:last-child{border-bottom:0}.webhook-row>span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--surface);font-size:9px;font-weight:900}.webhook-row.processed>span{background:#D1FADF;color:#027A48}.webhook-row.failed>span{background:#FEE4E2;color:#B42318}.webhook-row>div{display:flex;flex-direction:column;min-width:0}.webhook-row strong{font-size:9px}.webhook-row small{overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:7px;white-space:nowrap}.webhook-row p{margin:3px 0 0;color:#B42318;font-size:7px}.admin-error-note{display:block;max-width:220px;margin-top:5px;color:#B42318;font-size:7px;line-height:1.35}.bundle-address-v14{display:flex;flex-direction:column;gap:8px;margin:8px 0;padding:12px;border:1px solid var(--line);border-radius:13px;background:#F8FAFC}.bundle-address-v14 label{display:flex;flex-direction:column;gap:4px;font-size:9px;font-weight:800}.bundle-address-v14 input{width:100%;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.bundle-address-v14 .form-grid{gap:8px}.admin-payments-v14 .finance-stats-v13{grid-template-columns:repeat(5,1fr)}

@media(max-width:1000px){.payments-layout-v14{grid-template-columns:1fr}.payments-explainer-v14{position:static}.admin-two-cols-v14{grid-template-columns:1fr}.admin-payments-v14 .finance-stats-v13{grid-template-columns:repeat(2,1fr)}.payment-admin-status{grid-template-columns:auto 1fr}.payment-admin-status code{grid-column:1/-1;max-width:none}.stripe-checks{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.stripe-account-card{padding:19px}.stripe-account-card h2{font-size:21px}.stripe-checks{grid-template-columns:1fr}.stripe-actions{flex-direction:column}.stripe-actions form,.stripe-actions .btn{width:100%}.payment-admin-status{grid-template-columns:auto 1fr}.admin-payments-v14 .finance-stats-v13{grid-template-columns:1fr}.stripe-wallet-status{grid-template-columns:auto 1fr}.stripe-wallet-status>a{grid-column:1/-1;width:100%}.stripe-result-card{padding:30px 20px}.bundle-address-v14 .form-grid{grid-template-columns:1fr}}
.admin-payment-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.admin-payment-actions form{margin:0}
/* V1.5 — Points Relais réels + solde acheteur */
.relay-picker-v15{margin-top:14px;padding:14px;border:1px solid #dbe4f0;border-radius:16px;background:#f8fbff}.relay-search-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.relay-search-head>div{display:flex;flex-direction:column;gap:3px}.relay-search-head strong{font-size:13px;color:var(--navy)}.relay-search-head small,.relay-status{font-size:10px;color:var(--muted)}.relay-search-bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.relay-search-bar input{min-width:0}.relay-status{padding:9px 2px}.relay-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:360px;overflow:auto}.relay-card{position:relative;text-align:left;padding:12px;border:1px solid #dbe4f0;border-radius:13px;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:3px}.relay-card:hover,.relay-card.selected{border-color:var(--accent);box-shadow:0 0 0 3px rgba(11,87,208,.08)}.relay-card strong{padding-right:48px;font-size:11px;color:var(--navy)}.relay-card small{font-size:9px;color:var(--muted);line-height:1.35}.relay-card em{margin-top:5px;font-size:9px;font-style:normal;font-weight:900;color:var(--accent)}.relay-distance{position:absolute;right:9px;top:9px;padding:4px 6px;border-radius:999px;background:#eef4ff;color:#1849a9;font-size:8px;font-weight:900}.relay-selected{margin-top:10px;padding:10px 12px;border-radius:11px;background:#ecfdf3;border:1px solid #abefc6;display:flex;flex-direction:column;gap:3px}.relay-selected strong{font-size:10px;color:#027a48}.relay-selected span{font-size:9px;color:#05603a}.wallet-pay-v15{padding:14px;border:1px solid #dbe4f0;border-radius:15px;background:linear-gradient(135deg,#fff,#f5f8ff);display:grid;gap:10px}.wallet-pay-v15>div{display:flex;gap:10px;align-items:center}.wallet-pay-v15>div>span{font-size:22px}.wallet-pay-v15 p{margin:0;display:flex;flex-direction:column}.wallet-pay-v15 p strong{font-size:12px}.wallet-pay-v15 p small{font-size:9px;color:var(--muted)}.wallet-toggle{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;padding:9px 11px;border-radius:10px;background:#eef4ff;color:#1849a9}.wallet-toggle input{width:auto!important}.wallet-credit-line{color:#027a48}.stripe-due-line{border-top:1px dashed #cbd5e1;padding-top:9px!important}.wallet-pay-v15.compact{padding:10px;margin:8px 0}.wallet-page-v15 .wallet-hero-v13{grid-template-columns:1.25fr repeat(4,1fr)}
@media(max-width:850px){.relay-search-bar{grid-template-columns:1fr 1fr}.relay-search-bar input{grid-column:1/-1}.relay-results{grid-template-columns:1fr}.wallet-page-v15 .wallet-hero-v13{grid-template-columns:1fr 1fr}.wallet-page-v15 .wallet-main-balance{grid-column:1/-1}}
@media(max-width:520px){.relay-search-bar{grid-template-columns:1fr}.relay-search-bar input{grid-column:auto}.wallet-page-v15 .wallet-hero-v13{grid-template-columns:1fr}}

/* V1.5.2 — Widget officiel Mondial Relay */
.relay-selected[hidden]{display:none!important}
.relay-widget-zone{margin-top:10px;min-height:0;border-radius:14px;overflow:hidden;background:#fff}
.relay-widget-zone:empty{display:none}
.relay-widget-zone iframe,.relay-widget-zone .MR-Widget{max-width:100%}
@media(max-width:760px){.relay-widget-zone{border-radius:10px}.relay-search-bar{grid-template-columns:1fr 1fr}.relay-search-bar input{grid-column:1/-1}}

/* V1.5.3 — transporteurs choisis par le vendeur */
.delivery-method-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.delivery-method-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;cursor:pointer;transition:border-color .16s,box-shadow .16s,transform .16s,opacity .16s}.delivery-method-card:hover{transform:translateY(-1px);border-color:#B9C7DA;box-shadow:0 8px 24px rgba(11,31,58,.07)}.delivery-method-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 3px rgba(11,87,208,.08);background:#F8FBFF}.delivery-method-card:has(input:disabled){opacity:.48;cursor:not-allowed;transform:none}.delivery-method-card input{position:absolute;opacity:0;pointer-events:none}.delivery-method-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#EEF4FF;font-size:21px}.delivery-method-copy{display:flex;flex-direction:column;min-width:0}.delivery-method-copy strong{font-size:13px;color:var(--navy)}.delivery-method-copy small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.4}.delivery-method-copy em{margin-top:6px;color:var(--accent);font-size:9px;font-style:normal;font-weight:850}.delivery-method-check{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#F2F4F7;color:#98A2B3;font-size:11px;font-weight:950}.delivery-method-card.is-selected .delivery-method-check{background:var(--accent);color:#fff}.delivery-limit-note{padding:10px 12px;border-radius:11px;background:#F8FAFC;color:var(--muted);font-size:10px;font-weight:750}.delivery-limit-note span{color:var(--accent);font-weight:950}.seller-shipping-lock{display:block;margin:4px 0 11px;padding:8px 10px;border-radius:10px;background:#F2F4F7;color:#475467;font-size:9px;font-weight:750}.delivery-promise-v153>div{min-width:0}.delivery-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.delivery-badges span{padding:5px 8px;border-radius:999px;background:#EEF4FF;color:#1849A9;font-size:9px;font-weight:850}.locked-carrier{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid #D6DEEB;border-radius:11px;background:#F8FAFC}.locked-carrier>span{font-size:20px}.locked-carrier>div{display:flex;flex-direction:column}.locked-carrier small{font-size:8px;color:var(--muted)}.locked-carrier strong{font-size:11px;color:var(--navy)}.locked-carrier>b{font-size:13px}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none!important}
@media(max-width:850px){.delivery-method-selector{grid-template-columns:1fr}.delivery-method-card{padding:14px}}

/* ================================================================
   V1.6 — Marketplace & Confiance
   ================================================================ */
.dash-avatar-img,.account-avatar-img{object-fit:cover}.dash-avatar-img{border:3px solid rgba(255,255,255,.78)}.account-avatar-img{border-radius:50%;display:block}
.dashboard-trust-v16{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:20px 0 24px;padding:17px 19px;border:1px solid #BFD3F7;border-radius:17px;background:linear-gradient(135deg,#F8FBFF,#fff)}.dashboard-trust-v16>div:first-child{display:flex;align-items:center;gap:12px}.dashboard-trust-v16>div:first-child>span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#E8F1FF;font-size:21px}.dashboard-trust-v16 strong,.dashboard-trust-v16 small{display:block}.dashboard-trust-v16 strong{font-size:13px}.dashboard-trust-v16 small{margin-top:2px;color:var(--muted);font-size:9px}.dashboard-trust-actions{display:flex;gap:14px;align-items:center}.dashboard-trust-actions a{color:var(--accent);font-size:10px;font-weight:900}

/* Profil privé */
.profile-v16-page{background:#F7F9FC}.profile-v16-hero{background:radial-gradient(circle at 82% 25%,rgba(63,131,248,.25),transparent 27%),linear-gradient(118deg,#0B1F3A,#103D73);color:#fff}.profile-v16-hero-inner{min-height:235px;display:flex;align-items:center;justify-content:space-between;gap:30px}.profile-v16-hero h1{margin:16px 0 8px;font-size:45px;line-height:1;letter-spacing:-.045em}.profile-v16-hero p{max-width:690px;margin:0;color:#C7D6EA}.profile-v16-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:26px;align-items:start}.profile-v16-preview{display:flex;flex-direction:column;gap:13px;position:sticky;top:170px}.profile-preview-card,.profile-help-card{border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(11,31,58,.04)}.profile-preview-card{padding:24px;text-align:center}.profile-preview-avatar{display:grid;place-items:center;width:88px;height:88px;margin:0 auto 13px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,var(--navy),#174E8F);color:#fff;font-size:28px;font-weight:950;border:4px solid #EEF4FF}.profile-preview-card>strong{display:block;font-size:17px}.profile-preview-card>span{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}.profile-completion{margin-top:19px;text-align:left}.profile-completion>div{display:flex;justify-content:space-between;gap:8px}.profile-completion b,.profile-completion small{font-size:9px}.profile-completion small{color:var(--muted)}.profile-completion>i{display:block;height:7px;margin-top:7px;overflow:hidden;border-radius:999px;background:#EEF2F6}.profile-completion>i em{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#4F8FF8)}.profile-help-card{padding:17px}.profile-help-card>span{font-size:21px}.profile-help-card strong{display:block;margin-top:8px;font-size:11px}.profile-help-card p{margin:4px 0 0;color:var(--muted);font-size:9px;line-height:1.55}.profile-v16-main{min-width:0}.profile-v16-form{padding:30px}.avatar-editor{display:grid;grid-template-columns:auto auto auto 1fr;gap:10px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:15px;background:#F8FAFC}.avatar-editor>div{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;overflow:hidden;background:var(--navy);color:#fff;font-size:20px;font-weight:950}.avatar-editor>div img{width:100%;height:100%;object-fit:cover}.avatar-editor small{color:var(--muted);font-size:9px}.privacy-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.privacy-choice{position:relative;display:grid!important;grid-template-columns:auto 1fr;gap:11px!important;align-items:center;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff;cursor:pointer}.privacy-choice input{position:absolute;right:14px;top:14px;width:auto}.privacy-choice>span{font-size:21px}.privacy-choice strong,.privacy-choice small{display:block}.privacy-choice small{margin-top:2px;color:var(--muted);font-size:9px}

/* Badges de confiance */
.trust-badge-list{display:flex;flex-wrap:wrap;gap:8px}.trust-badge-list.compact{justify-content:center;margin-top:15px}.trust-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #D7E2F2;border-radius:999px;background:#fff;color:#344054;font-size:9px;font-weight:900}.trust-badge i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;font-style:normal;background:#EEF4FF;color:#1849A9}.trust-badge.verified{border-color:#ABEFC6;background:#ECFDF3;color:#05603A}.trust-badge.verified i{background:#D1FADF;color:#027A48}.trust-badge.rating{border-color:#FEDF89;background:#FFFAEB;color:#93370D}.trust-badge.fast{border-color:#BFD3F7;background:#F4F8FF;color:#1849A9}.trust-badge.responsive{border-color:#C7D7FE;background:#EEF4FF;color:#3538CD}.trust-badge.pro{border-color:#D9D6FE;background:#F4F3FF;color:#5925DC}

/* Profil public vendeur */
.seller-v16-page{background:#F8FAFC}.seller-v16-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 10%,rgba(255,255,255,.12),transparent 28%),linear-gradient(118deg,#0B1F3A,#124681);color:#fff}.seller-v16-hero:after{content:"";position:absolute;right:-80px;bottom:-160px;width:360px;height:360px;border:70px solid rgba(255,255,255,.04);border-radius:50%}.seller-v16-hero-inner{position:relative;z-index:1;min-height:265px;display:flex;align-items:center;justify-content:space-between;gap:28px}.seller-v16-identity{display:flex;align-items:center;gap:22px}.seller-v16-avatar{display:grid;place-items:center;width:112px;height:112px;flex:0 0 112px;border-radius:50%;object-fit:cover;background:#fff;color:var(--navy);font-size:35px;font-weight:950;border:5px solid rgba(255,255,255,.2);box-shadow:0 14px 35px rgba(0,0,0,.18)}.seller-v16-kicker{display:block;color:#AFC8E8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.seller-v16-copy h1{margin:5px 0 3px;font-size:42px;letter-spacing:-.045em}.seller-v16-headline{max-width:650px;margin:0;color:#D1DEEE;font-size:14px}.seller-v16-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:13px}.seller-v16-meta span{padding:6px 8px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.07);font-size:9px;font-weight:750}.seller-presence{color:#D1FADF!important}.seller-v16-actions{display:flex;gap:9px;align-items:center}.seller-v16-actions form{margin:0}.seller-v16-shell{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:25px;align-items:start}.seller-v16-main{min-width:0}.seller-v16-badges{margin-bottom:16px}.seller-v16-metrics{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;margin-bottom:25px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 8px 25px rgba(11,31,58,.04)}.seller-v16-metrics>div{padding:17px 14px;border-right:1px solid var(--line)}.seller-v16-metrics>div:last-child{border-right:0}.seller-v16-metrics span,.seller-v16-metrics strong,.seller-v16-metrics small{display:block}.seller-v16-metrics span{font-size:17px}.seller-v16-metrics strong{margin-top:7px;font-size:16px;color:var(--navy)}.seller-v16-metrics small{margin-top:3px;color:var(--muted);font-size:8px;line-height:1.4}.seller-v16-about,.seller-v16-library,.seller-v16-reviews{margin-bottom:25px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.seller-v16-about>p{margin:0;color:#475467;line-height:1.75;font-size:12px}.genre-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.genre-chips span{padding:6px 9px;border-radius:999px;background:#EEF4FF;color:#1849A9;font-size:9px;font-weight:850}.seller-v16-side{display:flex;flex-direction:column;gap:13px;position:sticky;top:170px}.trust-panel-v16,.seller-v16-side-stats,.seller-safety-actions{border:1px solid var(--line);border-radius:18px;background:#fff}.trust-panel-v16{padding:19px}.trust-panel-v16 h3{margin:5px 0 14px;font-size:17px}.trust-check-v16{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:11px 0;border-top:1px solid #EEF1F5}.trust-check-v16>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#F2F6FC}.trust-check-v16 strong,.trust-check-v16 small{display:block}.trust-check-v16 strong{font-size:10px}.trust-check-v16 small{margin-top:2px;color:var(--muted);font-size:8px;line-height:1.4}.seller-v16-side-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:14px 8px}.seller-v16-side-stats>div{text-align:center;border-right:1px solid var(--line)}.seller-v16-side-stats>div:last-child{border-right:0}.seller-v16-side-stats span,.seller-v16-side-stats strong,.seller-v16-side-stats small{display:block}.seller-v16-side-stats strong{margin:3px 0;font-size:13px}.seller-v16-side-stats small{color:var(--muted);font-size:7px}.seller-safety-actions{padding:8px}.seller-safety-actions>a,.seller-safety-actions button{display:block;width:100%;padding:9px 10px;border:0;border-radius:9px;background:transparent;color:#667085;text-align:left;font-size:9px;font-weight:800;cursor:pointer}.seller-safety-actions>a:hover,.seller-safety-actions button:hover{background:#F2F4F7;color:#B42318}.seller-safety-actions small{display:block;padding:7px 10px;color:#B42318;font-size:8px;line-height:1.45}.review-summary-v16{display:grid;grid-template-columns:210px 1fr;gap:30px;align-items:center;margin-bottom:22px;padding:19px;border-radius:16px;background:#F8FAFC}.review-score-v16{text-align:center}.review-score-v16 strong,.review-score-v16 span,.review-score-v16 small{display:block}.review-score-v16 strong{font-size:40px;letter-spacing:-.05em}.review-score-v16 span{color:#F79009;font-size:17px;letter-spacing:1px}.review-score-v16 small{margin-top:5px;color:var(--muted);font-size:8px}.review-bars-v16{display:flex;flex-direction:column;gap:7px}.review-bars-v16>div{display:grid;grid-template-columns:34px 1fr 22px;gap:8px;align-items:center}.review-bars-v16 span,.review-bars-v16 b{font-size:8px}.review-bars-v16 i{display:block;height:6px;border-radius:999px;background:#E7EBF0;overflow:hidden}.review-bars-v16 i em{display:block;height:100%;border-radius:999px;background:#F79009}.review-grid-v16{grid-template-columns:repeat(2,1fr)}.review-card-v16{position:relative}.verified-review{display:inline-flex;align-items:center;gap:4px;margin-bottom:8px;color:#027A48;font-size:8px;font-weight:900}.verified-review span{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#D1FADF}.review-author-v16{display:flex!important;align-items:center;gap:8px;margin-top:11px}.review-author-v16>img,.review-author-v16>span{width:31px;height:31px;border-radius:50%;object-fit:cover}.review-author-v16>span{display:grid!important;place-items:center;background:var(--navy);color:#fff;font-size:9px;font-weight:900}.review-author-v16 strong,.review-author-v16 small{display:block}.review-author-v16 small{color:var(--muted);font-size:7px}
.seller-profile-v16 .seller-avatar-img{object-fit:cover}.seller-mini-badge{display:inline-flex!important;margin-top:5px;color:#027A48!important;font-size:8px!important;font-style:normal;font-weight:900}.product-report-link{display:block;margin:8px 0;text-align:center;color:#667085;font-size:9px;font-weight:800}.product-report-link:hover{color:#B42318}.trust-blocked-box{background:#FEF3F2!important;color:#B42318!important}

/* Centre confiance */
.trust-center-v16{background:#F7F9FC}.trust-center-hero{background:linear-gradient(120deg,#0B1F3A,#11457F);color:#fff}.trust-center-hero>.container{min-height:245px;display:flex;align-items:center;justify-content:space-between;gap:30px}.trust-center-hero h1{max-width:750px;margin:17px 0 8px;font-size:44px;line-height:1.02;letter-spacing:-.045em}.trust-center-hero p{max-width:650px;margin:0;color:#C8D8EC}.trust-shield-v16{display:grid;place-items:center;width:125px;height:125px;border:1px solid rgba(255,255,255,.14);border-radius:32px;background:rgba(255,255,255,.08);font-size:55px}.trust-center-grid{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:25px;align-items:start}.trust-center-main{min-width:0}.trust-overview-v16{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:14px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.trust-overview-v16>div{padding:17px;border-right:1px solid var(--line)}.trust-overview-v16>div:last-child{border-right:0}.trust-overview-v16 span,.trust-overview-v16 strong,.trust-overview-v16 small{display:block}.trust-overview-v16 strong{margin:6px 0 2px;font-size:19px}.trust-overview-v16 small{color:var(--muted);font-size:8px}.trust-center-main>.trust-badge-list{margin-bottom:20px}.trust-section-card{margin-bottom:20px;padding:22px;border:1px solid var(--line);border-radius:19px;background:#fff}.trust-list-v16{overflow:hidden;border:1px solid var(--line);border-radius:13px}.trust-list-v16>a,.trust-list-static{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:12px;border-bottom:1px solid #EEF1F5}.trust-list-v16>*:last-child{border-bottom:0}.trust-list-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#F2F4F7}.trust-list-v16 strong,.trust-list-v16 small{display:block}.trust-list-v16 strong{font-size:10px}.trust-list-v16 small{margin-top:2px;color:var(--muted);font-size:8px}.trust-center-side{display:flex;flex-direction:column;gap:13px;position:sticky;top:170px}.trust-side-card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.trust-side-card h3{margin:5px 0 6px;font-size:17px}.trust-side-card p{margin:0 0 11px;color:var(--muted);font-size:9px;line-height:1.5}.trust-side-card .btn+.btn{margin-top:7px}.blocked-list-v16{display:flex;flex-direction:column;gap:7px}.blocked-list-v16>div{display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:center}.blocked-list-v16 img,.blocked-list-v16>div>span{width:28px;height:28px;border-radius:50%;object-fit:cover}.blocked-list-v16>div>span{display:grid;place-items:center;background:var(--navy);color:#fff;font-size:8px;font-weight:900}.blocked-list-v16 strong{font-size:9px}.blocked-list-v16 button{border:0;background:transparent;color:var(--accent);font-size:8px;font-weight:900;cursor:pointer}.trust-rules>span{font-size:24px}.trust-rules ul{padding-left:17px;margin:9px 0 0;color:#475467;font-size:9px;line-height:1.7}

/* Signalement */
.trust-form-page{max-width:760px}.trust-target-card{display:flex;gap:11px;align-items:center;margin-bottom:15px;padding:13px 15px;border:1px solid #FEDF89;border-radius:13px;background:#FFFAEB}.trust-target-card>span{font-size:22px}.trust-target-card small,.trust-target-card strong{display:block}.trust-target-card small{color:#B54708;font-size:8px}.trust-target-card strong{font-size:11px}.trust-report-note{display:flex;gap:10px;padding:12px;border-radius:12px;background:#F2F4F7}.trust-report-note>span{font-size:20px}.trust-report-note p{margin:0}.trust-report-note strong,.trust-report-note small{display:block}.trust-report-note strong{font-size:10px}.trust-report-note small{margin-top:2px;color:var(--muted);font-size:8px}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}

/* Litiges */
.dispute-warning-v16,.dispute-status-v16{display:flex;gap:13px;margin-bottom:16px;padding:17px;border:1px solid #FEDF89;border-radius:16px;background:#FFFAEB}.dispute-warning-v16>span,.dispute-status-v16>span{font-size:25px}.dispute-warning-v16 strong,.dispute-warning-v16 p{display:block}.dispute-warning-v16 p{margin:4px 0 0;color:#B54708;font-size:10px;line-height:1.6}.dispute-status-v16{border-color:#BFD3F7;background:#F8FBFF}.dispute-status-v16 small,.dispute-status-v16 strong,.dispute-status-v16 p,.dispute-status-v16 em{display:block}.dispute-status-v16 small{color:var(--accent);font-size:8px;font-weight:900;text-transform:uppercase}.dispute-status-v16 strong{margin:2px 0 6px}.dispute-status-v16 p{margin:0;color:#475467;font-size:10px;line-height:1.55}.dispute-status-v16 em{margin-top:9px;padding:9px;border-radius:9px;background:#fff;color:#344054;font-size:9px;font-style:normal}.dispute-thread-v16{display:flex;flex-direction:column;gap:9px;margin:18px 0}.dispute-thread-v16 article{max-width:82%;padding:12px 14px;border:1px solid var(--line);border-radius:15px;background:#fff}.dispute-thread-v16 article.mine{align-self:flex-end;background:#EEF4FF;border-color:#C7D7FE}.dispute-thread-v16 article.admin{max-width:100%;background:#ECFDF3;border-color:#ABEFC6}.dispute-thread-v16 article>div{display:flex;justify-content:space-between;gap:12px}.dispute-thread-v16 strong{font-size:9px}.dispute-thread-v16 small{color:var(--muted);font-size:7px}.dispute-thread-v16 p{margin:6px 0 0;font-size:10px;line-height:1.55}.order-dispute-banner-v16{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin:12px 0 18px;padding:13px 15px;border:1px solid #FECACA;border-radius:14px;background:#FEF2F2;color:#991B1B}.order-dispute-banner-v16>span{font-size:23px}.order-dispute-banner-v16 strong,.order-dispute-banner-v16 small{display:block}.order-dispute-banner-v16 small{margin-top:2px;font-size:8px;color:#B42318}.order-dispute-banner-v16>b{font-size:9px}.chat-blocked-v16{margin-top:8px;padding:11px;border:1px solid #FECDCA;border-radius:11px;background:#FEF3F2;color:#B42318;font-size:9px;font-weight:800}.chat-live-note a{color:var(--accent);font-weight:900}

/* Admin confiance */
.trust-admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 26px}.trust-admin-stats>div{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.trust-admin-stats span{grid-row:1/3;font-size:25px}.trust-admin-stats strong{font-size:22px}.trust-admin-stats small{color:var(--muted);font-size:8px}.admin-trust-section{margin-top:28px}.admin-trust-list{display:flex;flex-direction:column;gap:10px}.admin-trust-list article{padding:15px 17px;border:1px solid var(--line);border-radius:16px;background:#fff}.admin-trust-title{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.admin-trust-title>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#F2F4F7}.admin-trust-title strong,.admin-trust-title small{display:block}.admin-trust-title strong{font-size:11px}.admin-trust-title small{margin-top:2px;color:var(--muted);font-size:8px}.admin-trust-list article>p{margin:10px 0;color:#475467;font-size:9px;line-height:1.55}.admin-trust-actions{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.admin-trust-actions form{margin:0}.admin-trust-form{display:flex;gap:6px;flex:1;min-width:430px}.admin-trust-form select,.admin-trust-form input{padding:8px 9px;font-size:8px}.admin-trust-form input{flex:1}.admin-trust-form.wide{min-width:620px}

@media(max-width:1050px){.profile-v16-layout,.seller-v16-shell,.trust-center-grid{grid-template-columns:1fr}.profile-v16-preview,.seller-v16-side,.trust-center-side{position:static}.profile-v16-preview{display:grid;grid-template-columns:1.2fr 1fr 1fr}.seller-v16-side{display:grid;grid-template-columns:1.3fr 1fr}.seller-safety-actions{grid-column:1/-1}.seller-v16-metrics{grid-template-columns:repeat(3,1fr)}.seller-v16-metrics>div:nth-child(3){border-right:0}.seller-v16-metrics>div:nth-child(n+4){border-top:1px solid var(--line)}.trust-center-side{display:grid;grid-template-columns:repeat(3,1fr)}.admin-trust-form,.admin-trust-form.wide{min-width:100%;width:100%}}
@media(max-width:780px){.profile-v16-hero-inner,.seller-v16-hero-inner,.trust-center-hero>.container{min-height:auto;padding-top:35px;padding-bottom:35px;align-items:flex-start;flex-direction:column}.profile-v16-hero h1,.trust-center-hero h1{font-size:34px}.seller-v16-identity{align-items:flex-start}.seller-v16-copy h1{font-size:34px}.seller-v16-avatar{width:86px;height:86px;flex-basis:86px;font-size:27px}.seller-v16-actions{width:100%;flex-wrap:wrap}.profile-v16-preview,.seller-v16-side,.trust-center-side{display:flex}.seller-v16-metrics,.trust-overview-v16{grid-template-columns:1fr 1fr}.seller-v16-metrics>div,.trust-overview-v16>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.seller-v16-metrics>div:nth-child(2n),.trust-overview-v16>div:nth-child(2n){border-right:0}.seller-v16-metrics>div:last-child{grid-column:1/-1;border-bottom:0}.review-summary-v16{grid-template-columns:1fr}.review-grid-v16{grid-template-columns:1fr}.privacy-grid{grid-template-columns:1fr}.avatar-editor{grid-template-columns:auto 1fr}.avatar-editor .btn{grid-column:auto}.avatar-editor small{grid-column:1/-1}.trust-shield-v16{display:none}.trust-admin-stats{grid-template-columns:1fr}.admin-trust-actions{align-items:stretch}.admin-trust-form{flex-direction:column}.dashboard-trust-v16{align-items:flex-start;flex-direction:column}.dashboard-trust-actions{width:100%;justify-content:space-between}}
@media(max-width:520px){.seller-v16-identity{flex-direction:column}.seller-v16-metrics,.trust-overview-v16{grid-template-columns:1fr}.seller-v16-metrics>div,.trust-overview-v16>div{border-right:0}.seller-v16-metrics>div:last-child{grid-column:auto}.profile-v16-form,.seller-v16-about,.seller-v16-library,.seller-v16-reviews{padding:18px}.seller-v16-side-stats{grid-template-columns:1fr 1fr 1fr}.review-score-v16 strong{font-size:34px}.dispute-thread-v16 article{max-width:96%}.form-actions{align-items:stretch;flex-direction:column}.form-actions .btn{width:100%}.seller-v16-actions .btn,.seller-v16-actions form{width:100%}.seller-v16-actions form .btn{width:100%}}
.trusted-seller-grid-v16{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.trusted-seller-card-v16{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 7px 20px rgba(11,31,58,.035);transition:.18s}.trusted-seller-card-v16:hover{transform:translateY(-2px);border-color:#BFD3F7;box-shadow:0 12px 28px rgba(11,31,58,.08)}.trusted-seller-card-v16>img,.trusted-seller-avatar-v16{width:57px;height:57px;border-radius:50%;object-fit:cover}.trusted-seller-avatar-v16{display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:950}.trusted-seller-card-v16 small,.trusted-seller-card-v16 strong,.trusted-seller-card-v16 p,.trusted-seller-card-v16 em{display:block}.trusted-seller-card-v16 small{color:#027A48;font-size:7px;font-weight:900}.trusted-seller-card-v16 strong{margin-top:2px;font-size:12px}.trusted-seller-card-v16 p{margin:2px 0 5px;color:var(--muted);font-size:8px;line-height:1.4}.trusted-seller-card-v16 em{color:#475467;font-size:7px;font-style:normal;font-weight:800}@media(max-width:950px){.trusted-seller-grid-v16{grid-template-columns:1fr 1fr}}@media(max-width:520px){.trusted-seller-grid-v16{grid-template-columns:1fr}}
.followed-grid-v16{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.followed-grid-v16>article{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.followed-profile-v16{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:18px}.followed-profile-v16>img,.followed-profile-v16>span{width:65px;height:65px;border-radius:50%;object-fit:cover}.followed-profile-v16>span{display:grid;place-items:center;background:var(--navy);color:#fff;font-size:20px;font-weight:950}.followed-profile-v16 small,.followed-profile-v16 strong,.followed-profile-v16 p,.followed-profile-v16 em{display:block}.followed-profile-v16 small{color:#027A48;font-size:8px;font-weight:900}.followed-profile-v16 strong{margin-top:3px;font-size:14px}.followed-profile-v16 p{margin:3px 0 7px;color:var(--muted);font-size:9px}.followed-profile-v16 em{color:#475467;font-size:8px;font-style:normal;font-weight:800}.followed-actions-v16{display:flex;justify-content:space-between;align-items:center;padding:10px 18px;border-top:1px solid var(--line);background:#F8FAFC}.followed-actions-v16 a,.followed-actions-v16 button{border:0;background:transparent;color:var(--accent);font-size:8px;font-weight:900;cursor:pointer}.followed-actions-v16 button{color:#667085}@media(max-width:720px){.followed-grid-v16{grid-template-columns:1fr}}
.seller-v16-actions .btn.is-disabled{opacity:.65;cursor:not-allowed;pointer-events:none}

/* ================================================================
   V1.7 — SEO landing pages + PWA mobile
   ================================================================ */
.footer-install{margin-top:16px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:inherit;border-radius:10px;padding:10px 13px;font-weight:850;cursor:pointer}.pwa-install-toast{position:fixed;z-index:140;left:50%;bottom:82px;transform:translateX(-50%);width:min(520px,calc(100% - 24px))}.pwa-install-toast>div{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:13px 45px 13px 14px;border:1px solid #D8E3F4;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(11,31,58,.18)}.pwa-install-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#EAF2FF;font-size:22px}.pwa-install-toast p{margin:0}.pwa-install-toast strong,.pwa-install-toast small{display:block}.pwa-install-toast strong{font-size:12px}.pwa-install-toast small{margin-top:2px;color:#667085;font-size:9px;line-height:1.4}.pwa-install-toast .pwa-install-trigger{border:0;border-radius:10px;background:var(--accent);color:#fff;padding:9px 12px;font-size:10px;font-weight:900;cursor:pointer}.pwa-install-dismiss{position:absolute;right:10px;top:9px;border:0;background:transparent;color:#667085;font-size:20px;cursor:pointer}.action-link.pwa-install-trigger{border:0;background:transparent;font-family:inherit;cursor:pointer}
.seo-category-hero,.seo-author-hero,.isbn-hero{background:linear-gradient(135deg,#F3F7FD 0%,#fff 62%,#FFF5F5 100%);border-bottom:1px solid var(--line)}.seo-category-hero>.container{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:45px;align-items:center;min-height:340px}.seo-category-hero h1,.seo-author-hero h1,.isbn-hero h1{margin:8px 0 12px;color:var(--navy);font-size:44px;letter-spacing:-1.6px}.seo-category-hero p,.seo-author-hero p{max-width:760px;color:#526071;line-height:1.7}.seo-category-art{justify-self:end;display:flex;flex-direction:column;align-items:center;justify-content:center;width:240px;height:240px;border-radius:52px;background:var(--navy);color:#fff;box-shadow:0 22px 60px rgba(11,31,58,.16);transform:rotate(2deg)}.seo-category-art>span{font-size:62px}.seo-category-art b{margin-top:10px;font-size:20px}.seo-category-art small{margin-top:5px;color:#BFD2EE}.seo-hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.seo-hero-meta span{padding:8px 11px;border:1px solid #DCE5F2;border-radius:999px;background:rgba(255,255,255,.8);color:#485569;font-size:9px;font-weight:800}.seo-hero-meta strong{color:var(--navy);font-size:12px}.seo-editorial{padding:52px 0;background:#F8FAFC;border-top:1px solid var(--line)}.seo-editorial .container{max-width:900px}.seo-editorial h2{font-size:30px}.seo-editorial p{color:#5C6879;line-height:1.85}.seo-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:35px}.seo-pagination a,.seo-pagination span{padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:10px;font-weight:850}.seo-author-hero>.container{min-height:270px;display:flex;flex-direction:column;justify-content:center}.isbn-hero-grid{display:grid;grid-template-columns:220px 1fr;gap:35px;align-items:center;min-height:340px}.isbn-hero img,.isbn-placeholder{width:200px;height:250px;object-fit:contain;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 40px rgba(11,31,58,.12)}.isbn-placeholder{display:grid;place-items:center;font-size:60px}.isbn-price{display:block;margin-top:18px;color:var(--accent);font-size:27px}.isbn-hero .product-author a{color:inherit}.product-specs a,.product-author a{color:var(--accent);text-decoration:none}.mobile-filter-toggle,.mobile-filter-close{display:none}.mobile-product-cta{display:none}.mobile-account-quick{display:none}
.admin-seo-v17 .seo-score-card{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;margin:20px 0}.seo-score-card span,.seo-score-card strong,.seo-score-card small{display:block}.seo-score-card strong{font-size:32px;color:var(--navy)}.seo-score-card small{font-size:9px;color:var(--muted)}.seo-score-bar{height:12px;border-radius:999px;background:#EDF1F6;overflow:hidden}.seo-score-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#12B76A)}.seo-stats-v17>div{padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.seo-stats-v17 b,.seo-stats-v17 span{display:block}.seo-stats-v17 b{font-size:24px}.seo-stats-v17 span{font-size:9px;color:var(--muted)}.seo-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.seo-admin-grid article{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.seo-admin-grid article>span{font-size:28px}.seo-admin-grid h2{font-size:15px}.seo-admin-grid p{min-height:55px;color:var(--muted);font-size:9px;line-height:1.55}.seo-admin-grid a{color:var(--accent);font-size:9px;font-weight:900}.seo-checklist{list-style:none;padding:0;margin:0}.seo-checklist li{display:flex;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid var(--line);font-size:10px}.seo-checklist li:last-child{border:0}.seo-checklist .ok b{color:#067647}.seo-checklist .warn b{color:#B54708}.seo-admin-note{margin-top:20px;padding:16px 18px;border-radius:14px;background:#FFF8E7;border:1px solid #F4D48A}.seo-admin-note p{margin:5px 0 0;font-size:10px;line-height:1.6;color:#674A09}

@media(max-width:1000px){.seo-category-hero>.container{grid-template-columns:1fr}.seo-category-art{display:none}.seo-admin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){
  html{scroll-padding-bottom:90px}body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.container,.narrow{width:min(100% - 20px,1240px)}
  .market-header{grid-template-columns:auto minmax(0,1fr);gap:9px;padding-top:7px;padding-bottom:7px}.brand-copy{display:none}.brand-mark{width:38px;height:38px}.global-search{height:44px;border-radius:12px;background:#F7F9FC}.global-search .search-icon{font-size:17px}.global-search input{min-width:0;font-size:13px}.site-header.scrolled{box-shadow:0 6px 20px rgba(11,31,58,.08)}
  .market-hero-grid{padding-top:24px;padding-bottom:25px}.hero-copy h1{font-size:36px;line-height:1.02}.hero-lead{font-size:13px;line-height:1.6}.hero-actions-pro{gap:8px}.hero-actions-pro .btn{min-height:44px}.hero-reassurance{display:grid;grid-template-columns:1fr 1fr}.home-stats{margin-inline:-10px}.category-tile{border-radius:14px}.book-card-media{aspect-ratio:3/4}.book-card-body{padding:10px 9px}.book-price-line{align-items:flex-start;flex-direction:column;gap:2px}.book-price-line span{font-size:7px}
  .mobile-filter-toggle{display:flex;position:sticky;z-index:20;top:67px;align-items:center;justify-content:center;gap:7px;width:100%;min-height:44px;margin-bottom:10px;border:1px solid #D8E3F4;border-radius:12px;background:#fff;color:var(--navy);font-weight:900;box-shadow:0 8px 18px rgba(11,31,58,.08)}.mobile-filter-toggle b:empty{display:none}.mobile-filter-toggle b{display:grid;place-items:center;min-width:19px;height:19px;border-radius:10px;background:var(--accent);color:#fff;font-size:8px}
  .catalog-filters{display:block;position:fixed;z-index:150;inset:auto 0 0 0;max-height:86vh;overflow:auto;padding:48px 16px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -25px 70px rgba(11,31,58,.25);transform:translateY(110%);transition:transform .25s ease}.catalog-filters.is-mobile-open{transform:translateY(0)}.filter-sheet-open{overflow:hidden}.filter-sheet-open:before{content:"";position:fixed;z-index:149;inset:0;background:rgba(8,20,38,.48);backdrop-filter:blur(2px)}.mobile-filter-close{display:grid;position:absolute;right:15px;top:12px;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:#F0F3F7;color:var(--navy);font-size:23px}.filter-form{display:block}.filter-form>label,.filter-form fieldset{margin-bottom:14px}.catalog-toolbar{position:relative;z-index:1}.sort-form select{min-height:40px}
  .product-page{padding-bottom:94px}.gallery-main{min-height:310px;border-radius:14px}.product-core h1{font-size:27px;line-height:1.12}.product-social-proof{gap:7px}.product-specs{gap:7px}.product-specs>div{padding:10px}.buy-box{border-radius:16px}.mobile-product-cta{display:flex;position:fixed;z-index:95;left:10px;right:10px;bottom:calc(68px + env(safe-area-inset-bottom));align-items:center;justify-content:space-between;gap:12px;padding:9px 10px 9px 14px;border:1px solid #D7E1EE;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 15px 40px rgba(11,31,58,.20);backdrop-filter:blur(12px)}.mobile-product-cta small,.mobile-product-cta strong{display:block}.mobile-product-cta small{color:#667085;font-size:8px}.mobile-product-cta strong{font-size:18px}.mobile-product-cta a{min-width:125px;padding:12px 15px;border-radius:11px;background:var(--accent);color:#fff;text-align:center;font-size:11px;font-weight:950}
  .mobile-account-quick{display:flex;gap:8px;overflow:auto;padding-top:12px;padding-bottom:4px;scrollbar-width:none}.mobile-account-quick::-webkit-scrollbar{display:none}.mobile-account-quick a{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:9px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#475467;font-size:9px;font-weight:850}.mobile-account-quick span{font-size:15px}.dashboard-layout{padding-top:16px}.dashboard-banner-inner{min-height:135px}.dash-user{align-items:center}.stats-pro>a{border-radius:13px}.seller-performance>div{border-radius:13px}
  .chat-thread{height:calc(100dvh - 250px);min-height:360px}.chat-compose{position:sticky;bottom:calc(64px + env(safe-area-inset-bottom));z-index:15;background:#fff}.chat-compose textarea{font-size:16px}
  input,select,textarea,button{font-size:16px}.filter-form input,.filter-form select,.filter-form button,.sell-form input,.sell-form select,.sell-form textarea,.auth-card-pro input{min-height:44px}.sell-form textarea{min-height:120px}
  .seo-category-hero>.container{min-height:270px;padding-top:32px;padding-bottom:32px}.seo-category-hero h1,.seo-author-hero h1,.isbn-hero h1{font-size:32px;letter-spacing:-1px}.seo-category-hero p,.seo-author-hero p{font-size:12px}.seo-hero-meta{gap:6px}.seo-hero-meta span{font-size:8px}.isbn-hero-grid{grid-template-columns:95px 1fr;gap:15px;min-height:245px}.isbn-hero img,.isbn-placeholder{width:95px;height:125px;border-radius:10px}.isbn-placeholder{font-size:32px}.isbn-price{font-size:20px}.seo-editorial{padding:35px 0}.seo-editorial h2{font-size:25px}.seo-editorial p{font-size:12px}.seo-pagination{gap:7px}.seo-pagination a,.seo-pagination span{padding:9px;font-size:8px}.admin-seo-v17 .seo-score-card{grid-template-columns:1fr}.seo-admin-grid{grid-template-columns:1fr}.seo-admin-grid p{min-height:0}.seo-stats-v17{grid-template-columns:1fr 1fr}
  .pwa-install-toast{bottom:calc(76px + env(safe-area-inset-bottom))}.pwa-install-toast>div{grid-template-columns:auto 1fr;padding-right:40px}.pwa-install-toast .pwa-install-trigger{grid-column:2;justify-self:start}.pwa-install-dismiss{top:8px}
  .mobile-bottom-nav{height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}
}
@media(display-mode:standalone){.trust-bar{display:none}.site-header{top:0}.pwa-install-trigger,.pwa-install-toast{display:none!important}.mobile-bottom-nav{padding-bottom:max(env(safe-area-inset-bottom),5px)}}
.seo-indexing-banner{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px;padding:14px 16px;border-radius:13px;font-size:10px}.seo-indexing-banner strong{font-size:11px}.seo-indexing-banner.is-off{background:#FFF7E8;border:1px solid #F6D58E;color:#704C00}.seo-indexing-banner.is-on{background:#ECFDF3;border:1px solid #ABEFC6;color:#05603A}@media(max-width:680px){.seo-indexing-banner{align-items:flex-start;flex-direction:column;gap:4px}}
.mobile-bottom-nav a.active{color:var(--accent)}.mobile-bottom-nav a.active>span:not(.mobile-sell span){transform:translateY(-1px)}


/* === PageSeconde.fr · identité officielle V1.8 === */
.brand-pageseconde{min-width:238px;display:flex;align-items:center;text-decoration:none}.brand-logo-main{display:block;width:238px;height:auto;max-height:62px}.brand-logo-footer{display:block;width:245px;height:auto;max-width:100%}.auth-logo-pageseconde{display:flex;justify-content:center}.auth-logo-pageseconde img{width:78px;height:78px;border-radius:24px;box-shadow:0 14px 32px rgba(11,87,208,.2)}.pwa-install-icon-img{width:48px;height:48px;border-radius:15px;flex:0 0 auto}.site-header .brand-pageseconde:hover{transform:translateY(-1px)}
@media(max-width:1120px){.brand-pageseconde{min-width:196px}.brand-logo-main{width:196px}}
@media(max-width:820px){.market-header{gap:10px}.brand-pageseconde{min-width:160px}.brand-logo-main{width:160px}.trust-bar-inner>span:first-child{max-width:58vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(max-width:520px){.brand-pageseconde{min-width:142px}.brand-logo-main{width:142px}.site-header .market-header{align-items:center}.brand-logo-footer{width:220px}.footer-brand{text-align:left}}

/* === PageSeconde.fr V1.8.1 · Home enrichie === */
.home-storyband{padding-top:22px}.storyband-grid{display:grid;grid-template-columns:1.55fr .9fr;gap:18px}.story-main-card{grid-row:span 2;display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}.story-main-card img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:20px;background:#F4F8FF}.story-main-card h3{font-size:28px;line-height:1.15;margin:6px 0 12px;color:var(--navy)}.story-main-card p{margin:0 0 14px;color:var(--text)}.story-main-card ul{margin:0;padding-left:18px;color:var(--text)}.story-main-card li+li{margin-top:7px}.story-side-card{display:flex;align-items:center;min-height:206px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.story-side-card.accent-card{background:linear-gradient(135deg,#0B57D0,#0B1F3A);border-color:transparent;color:#fff}.story-side-card.accent-card p,.story-side-card.accent-card h3{color:#fff}.story-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#EEF4FF;font-size:28px;margin-bottom:18px}.story-side-card.accent-card .story-icon{background:rgba(255,255,255,.18)}.story-side-card h3{margin:0 0 8px;font-size:22px;line-height:1.15;color:var(--navy)}.story-side-card p{margin:0;color:var(--text)}
.home-value-section{background:linear-gradient(180deg,#F6F8FB 0,#FFFFFF 100%)}.value-grid-home{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value-grid-home article{padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.value-grid-home article span{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#EEF4FF;font-size:24px;margin-bottom:12px}.value-grid-home article h3{margin:0 0 8px;color:var(--navy);font-size:18px}.value-grid-home article p{margin:0;color:var(--text);font-size:14px;line-height:1.6}
.home-popular-shelf{padding-top:8px}.small-grid .book-card:nth-child(n+6){display:none}
.visual-promise-grid{padding-top:10px}.promise-grid-home{display:grid;grid-template-columns:1fr 1fr;gap:20px}.promise-visual-card{overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}.promise-visual-card img{display:block;width:100%;height:290px;object-fit:cover;background:#F7FAFF}.promise-visual-card div{padding:22px}.promise-visual-card h3{margin:0 0 8px;color:var(--navy);font-size:22px}.promise-visual-card p{margin:0;color:var(--text);line-height:1.6}
.eco-section-home{padding:24px 0 0}.eco-grid-home{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start}.eco-grid-home>div{padding:28px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}.eco-grid-home h2{margin:6px 0 14px;font-size:34px;line-height:1.1;color:var(--navy)}.eco-grid-home p{margin:0;color:var(--text);line-height:1.75}.eco-list-home{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px}.eco-list-home li{position:relative;padding-left:28px;color:var(--text)}.eco-list-home li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:900}.eco-side-card{display:grid;gap:14px;padding:28px;border-radius:26px;background:linear-gradient(135deg,#0B57D0,#0B1F3A);box-shadow:var(--shadow-lg)}.eco-side-card div{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.1);backdrop-filter:blur(2px)}.eco-side-card strong,.eco-side-card span{display:block;color:#fff}.eco-side-card strong{font-size:18px;margin-bottom:6px}.eco-side-card span{font-size:14px;line-height:1.6;opacity:.95}
.seo-content-home{padding-top:10px}.seo-copy-grid-home{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.seo-copy-grid-home>div{padding:26px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.seo-copy-grid-home h2{margin:6px 0 12px;font-size:30px;line-height:1.1;color:var(--navy)}.seo-copy-grid-home p{margin:0;color:var(--text);line-height:1.75}.seo-copy-grid-home .btn{margin-top:18px}
.faq-home-v181{padding-top:10px}.faq-grid-home{display:grid;grid-template-columns:1fr 1fr;gap:16px}.faq-grid-home details{padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.faq-grid-home summary{cursor:pointer;list-style:none;font-weight:900;color:var(--navy);padding-right:28px;position:relative}.faq-grid-home summary::-webkit-details-marker{display:none}.faq-grid-home summary:after{content:"+";position:absolute;right:0;top:0;font-size:22px;line-height:1}.faq-grid-home details[open] summary:after{content:"−"}.faq-grid-home p{margin:12px 0 0;color:var(--text);font-size:14px;line-height:1.7}
.final-cta-home{padding-top:8px;padding-bottom:26px}.final-cta-card{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center;padding:30px;border-radius:30px;background:linear-gradient(135deg,#0B1F3A,#0B57D0);box-shadow:var(--shadow-lg)}.final-cta-card h2,.final-cta-card p{color:#fff}.final-cta-card h2{margin:6px 0 10px;font-size:36px;line-height:1.05}.final-cta-card p{margin:0;opacity:.94;line-height:1.7}.final-cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.final-cta-actions .btn-primary{background:#fff;color:var(--accent)}.final-cta-actions .btn-white{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.12);color:#fff}

@media(max-width:1000px){.storyband-grid,.value-grid-home,.promise-grid-home,.eco-grid-home,.seo-copy-grid-home,.faq-grid-home,.final-cta-card{grid-template-columns:1fr}.story-main-card{grid-template-columns:1fr}.story-main-card img{min-height:220px}.value-grid-home{grid-template-columns:repeat(2,1fr)}.final-cta-actions{justify-content:flex-start}}
@media(max-width:680px){.home-storyband{padding-top:10px}.storyband-grid{gap:12px}.story-main-card,.story-side-card,.promise-visual-card,.eco-grid-home>div,.eco-side-card,.seo-copy-grid-home>div,.faq-grid-home details,.final-cta-card{border-radius:18px}.story-main-card{padding:14px;gap:14px}.story-main-card img{min-height:175px;border-radius:14px}.story-main-card h3{font-size:23px}.story-side-card{min-height:0;padding:16px}.story-side-card h3,.promise-visual-card h3{font-size:19px}.value-grid-home{grid-template-columns:1fr;gap:12px}.value-grid-home article{padding:16px}.promise-grid-home{gap:12px}.promise-visual-card img{height:200px}.promise-visual-card div{padding:16px}.eco-grid-home h2,.seo-copy-grid-home h2{font-size:25px}.eco-grid-home>div,.eco-side-card,.seo-copy-grid-home>div{padding:18px}.faq-grid-home{gap:12px}.faq-grid-home details{padding:14px 16px}.faq-grid-home p{font-size:13px}.final-cta-card{padding:18px;gap:16px}.final-cta-card h2{font-size:27px}.final-cta-actions{flex-direction:column}.final-cta-actions .btn{width:100%}.small-grid .book-card:nth-child(n+3){display:none}}
