/* Render-blocking essentials: a styled first paint, even before JavaScript. */
html{background:#f7f8f5;color:#202c26;font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}html[data-theme=dark]{background:#0f1812;color:#edf3ee}body{margin:0}.server-page *,.boot-shell *,.not-found *{box-sizing:border-box}.server-page a,.boot-shell a,.not-found a{text-decoration:none;color:inherit}.server-header{height:89px;border-bottom:1px solid #82958630}.server-header>div{max-width:1128px;padding:0 24px;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.server-brand{font-size:25px;font-weight:800;letter-spacing:-1.2px;color:#174c39!important}.server-brand span{color:#9bb783}.server-main{max-width:1128px;margin:auto;padding:24px 24px 120px}.server-page h1{font-size:clamp(30px,4vw,46px);letter-spacing:-1.5px;line-height:1.15;margin:0 0 20px}.server-page p{line-height:1.7;color:#617167;margin:12px 0 24px;max-width:740px}.server-page h2{font-size:23px;line-height:1.3;margin:24px 0 12px}.server-page section:not(.not-found),.server-page details{margin-bottom:20px}.server-page .server-intro{background:#eaf1e9;border:1px solid #dfe8dc;padding:36px;border-radius:24px}.server-page summary{cursor:pointer;padding:16px 0;font-weight:600}.server-page nav:not(.not-found-links){display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}.server-page nav:not(.not-found-links) a,.server-page .primary{border:1px solid #82958645;border-radius:12px;padding:12px 16px;font-size:14px;display:inline-flex}.server-page ul{padding-left:20px;line-height:2}.server-page a:hover{text-decoration:underline}.server-error{display:none;padding:16px 20px;border:1px solid #82958645;border-radius:16px;margin-bottom:20px}[data-boot-failed] .server-error{display:block}.boot-shell{display:none}[data-booting] .boot-shell{display:block}[data-booting] .server-page.has-boot-shell{display:none}.boot-placeholder{border-radius:10px;background:#76937d20;overflow:hidden;position:relative}.boot-placeholder:after{content:'';position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,#ffffff70,transparent);animation:boot-shimmer 1.6s ease-in-out infinite}.boot-header-controls{display:flex;gap:16px}.boot-header-controls span{display:block;width:58px;height:34px}.boot-hero{height:300px;background:#eaf1e9;border:1px solid #dfe8dc;border-radius:24px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:32px;gap:40px}.boot-copy{display:grid;gap:16px}.boot-copy span{height:18px;display:block;width:90%}.boot-copy span:first-child{height:44px;width:76%}.boot-copy span:nth-child(2){height:44px;width:92%}.boot-copy span:last-child{height:42px;width:150px;margin-top:10px}.boot-picture{width:100%;height:200px;border-radius:22px}.boot-categories{display:flex;gap:12px;margin:30px 0}.boot-categories span{width:125px;height:40px}.boot-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.boot-cards span{height:150px;border-radius:20px}.boot-status{display:block;margin-top:22px;font-size:13px;color:#718575}.boot-status:before{content:'Loading your shop…'}html[lang=fr] .boot-status:before{content:'Chargement de votre boutique…'}
.not-found{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:32px;min-height:560px;padding:48px 12px 56px;max-width:1128px;margin:auto}.not-found-kicker{display:inline-flex;align-items:center;gap:8px;color:#547b61;font-weight:650;font-size:11px;letter-spacing:1.7px}.not-found-kicker:before{content:'';width:6px;height:6px;border-radius:50%;background:#89af76}.not-found h1{font-size:clamp(34px,4.3vw,52px);line-height:1.1;letter-spacing:-2px;margin:20px 0;font-weight:650}.not-found h1 span{color:#698973}.not-found p{font-size:15px;line-height:1.75;color:#68786d;max-width:360px;margin:0 0 27px}.not-found .not-found-home{display:inline-flex;align-items:center;gap:28px;padding:15px 20px;background:#174c39;color:#fff;border-radius:14px;font-size:14px;font-weight:650;transition:background .2s,transform .2s}.not-found .not-found-home:hover{background:#236147;transform:translateY(-2px);text-decoration:none}.not-found-links{display:flex;flex-wrap:wrap;gap:20px;margin:28px 0 0}.not-found-links a{display:flex;align-items:center;gap:7px;font-size:12px;color:#617167}.not-found-links a:hover{color:#174c39;text-decoration:underline}.not-found-art{position:relative;isolation:isolate;aspect-ratio:1;max-width:460px;width:100%;justify-self:center}.not-found-art img{position:relative;width:100%;height:auto;z-index:1;animation:lost-float 7s ease-in-out infinite}.not-found-art:before{content:'';position:absolute;inset:9%;background:radial-gradient(ellipse,#a8caa343,transparent 70%);border-radius:50%}.not-found-orbit{position:absolute;inset:8%;border:1px dashed #78937435;border-radius:50%;transform:rotate(-20deg) scaleY(.78)}.not-found-spark{position:absolute;color:#9cbd83;font-size:26px;animation:lost-spark 6s ease-in-out infinite}.not-found-spark.first{left:7%;top:15%}.not-found-spark.second{right:2%;top:44%;font-size:34px;animation-delay:-3s}.not-found a:focus-visible,.server-page a:focus-visible{outline:2px solid #43896a;outline-offset:5px}
[data-theme=dark] .server-brand{color:#bfdda9!important}[data-theme=dark] .boot-hero,[data-theme=dark] .server-page .server-intro{background:#17291e;border-color:#78937430}[data-theme=dark] .boot-placeholder{background:#a0b59d15}[data-theme=dark] .boot-placeholder:after{background:linear-gradient(90deg,transparent,#ffffff0c,transparent)}[data-theme=dark] .not-found h1{color:#eef3ec}[data-theme=dark] .not-found h1 span{color:#bfdda9}[data-theme=dark] .not-found p,[data-theme=dark] .not-found-links a,[data-theme=dark] .server-page p{color:#b0beb2}[data-theme=dark] .not-found-kicker{color:#a2bc99}[data-theme=dark] .not-found .not-found-home{background:#bfdda9;color:#193b27}[data-theme=dark] .not-found .not-found-home:hover{background:#d0eabd}
@keyframes boot-shimmer{to{transform:translateX(100%)}}@keyframes lost-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes lost-spark{0%,100%{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}
@media(max-width:650px){.server-header{height:72px}.server-header>div{padding:0 20px}.server-main{padding:20px 20px 100px}.boot-header-controls{gap:8px}.boot-header-controls span{width:34px;height:30px}.boot-hero{height:260px;gap:18px;padding:20px}.boot-copy{gap:12px}.boot-copy span:first-child,.boot-copy span:nth-child(2){height:26px}.boot-copy span:last-child{width:100%;height:36px}.boot-picture{height:170px}.boot-categories{overflow:hidden}.boot-categories span{min-width:90px;height:32px}.boot-cards{grid-template-columns:repeat(2,1fr);gap:12px}.boot-cards span{height:130px}.not-found{grid-template-columns:1fr;gap:0;min-height:0;padding:12px 0 24px;text-align:center}.not-found-copy{order:2}.not-found-art{max-width:270px;order:1}.not-found h1{font-size:35px;letter-spacing:-1.3px;margin:16px 0}.not-found p{font-size:14px;margin:0 auto 22px;max-width:320px}.not-found-links{justify-content:center;gap:20px}.not-found-kicker{font-size:10px}.server-page .server-intro{padding:24px}}
@media(prefers-reduced-motion:reduce){.boot-placeholder:after,.not-found-art img,.not-found-spark{animation:none}.not-found a{transition:none}}
