@import"https://fonts.googleapis.com/css2?family=Chewy&family=Montserrat:wght@400;700&display=swap";.navbar{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000000f;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.8rem 1.5rem}.navbar-logo img{height:44px;display:block}.navbar-center{display:flex;justify-content:center;align-items:center;gap:1.4rem}.navlink{color:#2f2f2f;text-decoration:none;font-weight:600;padding:.35rem .4rem;position:relative}.navlink:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:#f46f1d;transition:width .25s ease}.navlink:hover:after,.navlink.active:after{width:100%}.navlink.active{color:#f46f1d}.navbar-right{display:flex;justify-content:end;align-items:center;gap:.6rem}.btn{border-radius:999px;padding:.45rem 1rem;font-weight:700;border:1px solid transparent;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:transform .12s ease,background .2s ease,border .2s ease,color .2s ease}.btn:hover{transform:translateY(-1px)}.btn.ghost{background:#f6f6f6;color:#2f2f2f;border-color:#e8e8e8;margin:5px}.btn.ghost:hover{background:#eee}.btn.solid{background:#f46f1d;color:#fff;margin:5px}.btn.solid:hover{background:#d85f17}.btn.danger{color:#b41515;border-color:#ffd4d4;background:#fff0f0}.btn.danger:hover{filter:brightness(.98)}.btn.small{padding:.35rem .8rem;font-weight:600}.hamburger{display:none;position:absolute;right:12px;top:12px;width:40px;height:34px;background:transparent;border:0;padding:0;cursor:pointer}.hamburger span{display:block;height:2px;background:#333;margin:7px 6px;transition:transform .2s ease,opacity .2s ease}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-drawer{position:fixed;inset:0;background:#00000040;opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-drawer.open{opacity:1;pointer-events:auto}.mobile-panel{position:absolute;right:0;top:0;height:100%;width:min(84vw,380px);background:#fff;box-shadow:-8px 0 24px #00000014;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;padding:1rem;gap:1rem}.mobile-drawer.open .mobile-panel{transform:translate(0)}.mobile-topbar{display:flex;align-items:center;justify-content:space-between}.mobile-logo img{height:36px}.mobile-links{display:flex;flex-direction:column;gap:.9rem;padding:.5rem .25rem}.mobile-links .navlink{font-size:1.05rem}@media (max-width: 900px){.navbar{grid-template-columns:auto 1fr auto}.navbar-center,.navbar-right .auth-cta,.navbar-right .btn{display:none}.hamburger{display:block}}.footer{background-color:#2c3e50;color:#fff;text-align:center;padding:2rem}.footer h3{font-family:Chewy,system-ui;font-size:2rem;margin-bottom:1.25rem}.partner-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.25rem}.partner-logos img{max-height:90px;filter:brightness(0) invert(1);opacity:.85}.footer-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.footer-links a{color:#ffd8c4;text-decoration:none;padding:.4rem .8rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-weight:700;transition:background .15s ease,border-color .15s ease}.footer-links a:hover{background:#ffffff14;border-color:#ffffff59}.footer p{font-size:.9rem;color:#bdc3c7;margin:0}:root{--toast-bg: #fff;--toast-text: #111827;--toast-shadow: 0 12px 30px rgba(16, 24, 40, .12);--toast-radius: 12px;--brand: #f46f1d}.toast-container{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{min-width:300px;max-width:520px;background:var(--toast-bg);color:var(--toast-text);border:1px solid #eef0f3;border-left-width:6px;border-radius:var(--toast-radius);box-shadow:var(--toast-shadow);padding:12px 14px 12px 12px;display:grid;grid-template-columns:1fr auto;gap:10px;pointer-events:auto;animation:slideDown .25s ease,fadeIn .25s ease}.toast.info{border-left-color:#3b82f6}.toast.success{border-left-color:#16a34a}.toast.warning{border-left-color:#f59e0b}.toast.error{border-left-color:#ef4444}.toast-title{display:block;font-weight:800;margin-bottom:2px}.toast-message{font-weight:600;color:#374151}.toast-close{background:transparent;border:0;font-size:20px;line-height:1;color:#6b7280;cursor:pointer;padding:2px 4px;margin-left:6px}.toast-close:hover{color:#111827}@keyframes slideDown{0%{transform:translate(-2px,-8px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.toast-actions{display:flex;gap:.5rem;margin-top:.6rem}.toast-btn{border:1px solid rgba(0,0,0,.08);background:#fff;color:#1f2937;font-weight:800;padding:.35rem .7rem;border-radius:8px;cursor:pointer}.toast-btn.ok{border-color:#ffdacc;background:#fff3ec;color:#b54708}.toast-btn.cancel{background:#f3f4f6;color:#374151}.ann-wrap{border-top:1px dashed var(--border, #eef0f3);border-bottom:1px dashed var(--border, #eef0f3);background:#fffdfa}.ann-inner{max-width:1100px;margin:0 auto;padding:.6rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ann-text{margin:0;color:#7a7a7a;font-weight:600;min-height:1.4rem}.fade{animation:fadeIn .45s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.ann-dots{display:flex;gap:.35rem}.dot{width:8px;height:8px;border-radius:50%;background:#e5e7eb;border:none;cursor:pointer;padding:0}.dot.active{background:var(--brand, #f46f1d)}@media (prefers-reduced-motion: reduce){.fade{animation:none}}.homepage{--brand: #f46f1d;--ink: #111827;--muted: #6b7280;--bg-soft: #fff9f0;--border: #eef0f3;--radius: 16px;--shadow: 0 10px 30px rgba(0,0,0,.08);background:#fff;color:var(--ink)}.hero{min-height:72vh;padding:3.5rem 1rem 0;background:linear-gradient(180deg,var(--bg-soft) 0%,#ffffff 85%);text-align:center;position:relative;overflow:hidden}.hero-logo{width:160px;height:160px;object-fit:contain;margin:0 auto .75rem}.hero-title{font-family:Chewy,system-ui;font-size:clamp(2.4rem,6vw,4.2rem);color:var(--brand);margin:0}.hero-subtitle{font-size:1.1rem;color:#475569;margin:.5rem auto 1.4rem;max-width:720px}.hero-ctas{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-cta{background-color:var(--brand);color:#fff;text-decoration:none;font-weight:800;padding:.9rem 1.4rem;border-radius:999px;transition:transform .12s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 6px 16px #f46f1d40}.hero-cta:hover{transform:translateY(-2px)}.hero-cta.ghost{background:#fff;color:var(--ink);border:1px solid var(--border);box-shadow:none}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;height:96px;fill:#fff}.floaty{animation:floaty 4.5s ease-in-out infinite}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pop{animation:pop .6s cubic-bezier(.2,.9,.2,1) both}@keyframes pop{0%{transform:translateY(10px) scale(.98);opacity:0}to{transform:none;opacity:1}}.bump:active{transform:translateY(0) scale(.98)}.strip.marquee{overflow:hidden;white-space:nowrap;border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);background:#fffdfa}.strip .track{display:flex;width:max-content;animation:marquee 18s linear infinite}.strip .track-content{display:inline-block;padding:.6rem 0;color:#7a7a7a;font-weight:600}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;max-width:1100px;margin:1.4rem auto;padding:0 1rem}.stat{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem;text-align:center}.stat-num{font-size:2rem;font-weight:900;color:var(--brand)}.stat-label{color:var(--muted);font-weight:700}.cats{max-width:1100px;margin:1.2rem auto 0;padding:0 1rem}.cats h2{margin:0 0 .75rem}.cats-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.cat-card{display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.1rem;border-radius:var(--radius);border:1px solid var(--border);background:#fff;cursor:pointer;box-shadow:var(--shadow);transition:transform .15s ease,box-shadow .2s ease;font-weight:800}.cat-card .arrow{opacity:.6;transition:transform .2s ease,opacity .2s ease}.cat-card:hover .arrow{transform:translate(3px);opacity:1}.hoverlift:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000001f}.featured{max-width:1100px;margin:1.4rem auto;padding:0 1rem}.featured-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.seeall{color:var(--brand);text-decoration:none;font-weight:800}.seeall:hover{text-decoration:underline}.feat-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.feat-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.feat-img-wrap{aspect-ratio:4/3;background:#fafafa;overflow:hidden}.feat-img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.feat-card:hover .feat-img{transform:scale(1.04)}.feat-info{padding:.8rem;display:grid;gap:.35rem}.feat-name{font-weight:800;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feat-meta{display:flex;align-items:center;justify-content:space-between}.pts{font-weight:900;color:var(--brand)}.mini-btn{border:none;border-radius:999px;padding:.4rem .8rem;cursor:pointer;font-weight:800;background:var(--brand);color:#fff;transition:transform .12s ease,filter .12s ease}.mini-btn:hover{filter:brightness(.95)}.mini-btn:active{transform:scale(.98)}.skel .skel-img{height:160px;background:linear-gradient(90deg,#f2f3f5,#f8f9fb,#f2f3f5);background-size:200% 100%;animation:shimmer 1.2s infinite}.skel .skel-line{height:12px;margin:.6rem .8rem;border-radius:6px;background:#f1f3f5}.skel .skel-line.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:0 0}}.testimonials{max-width:1100px;margin:1.6rem auto;padding:0 1rem;display:none}.t-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.t-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow);color:#111827}.t-card p{margin:0 0 .6rem}.t-card footer{color:var(--muted);font-weight:700}.end-cta{text-align:center;padding:1.4rem 1rem 2.2rem}.end-cta h3{margin:0 0 .8rem;font-size:clamp(1.4rem,3vw,2rem)}.end-actions{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}.reveal{opacity:0;transform:translateY(12px) scale(.98);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:none}.error{color:#b91c1c;font-weight:700}@media (max-width: 480px){.hero-logo{width:120px;height:120px}}.gradient-bar{height:6px;background:linear-gradient(90deg,#f46f1d,#ff8a00,#f46f1d);background-size:200% 100%;animation:scrollGradient 8s linear infinite}@keyframes scrollGradient{0%{background-position:0% 0}to{background-position:200% 0}}.auth-form-container{display:flex;justify-content:center;align-items:center;padding:4rem 2rem;background-color:#fff9f0}.auth-form{background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:450px}.auth-form h2{font-family:Chewy,system-ui;text-align:center;color:#2c3e50;font-size:2.5rem;margin-bottom:2rem}.auth-form input{display:block;width:100%;padding:.8rem 1rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;box-sizing:border-box}.submit-btn{width:100%;padding:1rem;border:none;background-color:#f46f1d;color:#fff;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.submit-btn:hover{background-color:#d75c15}.status-message{text-align:center;font-size:1.1rem;line-height:1.5}.form-footer{margin-top:20px;text-align:center;font-size:.95rem;color:#555}.form-footer a{color:#07c;font-weight:500;text-decoration:none;transition:color .2s ease,text-decoration .2s ease}.form-footer a:hover{color:#005fa3;text-decoration:underline}.form-footer a:active{color:#00497d}.notice-message{background:#fff4e8;color:#7a3a00;border:1px solid #ffd7b3;padding:.75rem 1rem;border-radius:10px;margin:0 0 1rem;font-weight:600}input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;display:inline-block;width:auto}.password-field{position:relative;display:grid;margin-bottom:1rem}.password-field .password-input{margin:0!important;padding-right:2.75rem}.password-toggle2{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:32px;height:32px;padding:0;line-height:0;background:transparent;border:none;border-radius:8px;color:#6b7280;cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform .08s ease,box-shadow .18s ease,color .18s ease,background-color .18s ease}.password-toggle2:hover{background-color:#1118270a;color:#374151}.password-toggle2:active{transform:translateY(-50%) scale(.98)}.password-toggle2:focus{outline:none}.password-toggle2:focus-visible{box-shadow:0 0 0 3px #f46f1d40}.icon-eye{display:block}.icon-eye .eye-outline,.icon-eye .eye-pupil{transition:opacity .18s ease,transform .18s ease}.icon-eye .eye-slash{transform-origin:12px 12px;opacity:0;transform:scaleX(.6);transition:opacity .22s ease,transform .22s ease}.password-toggle2.active .icon-eye .eye-slash{opacity:1;transform:scaleX(1)}.password-toggle2.active .icon-eye .eye-pupil{opacity:.55;transform:scale(.9)}.password-toggle2 .icon-eye{transition:transform .18s ease,opacity .18s ease}.password-toggle2.active .icon-eye{transform:rotate(8deg) scale(1.02);opacity:.98}.password-toggle2.active{animation:pulseEye2 .25s ease}@keyframes pulseEye2{0%{box-shadow:0 0 #f46f1d47}to{box-shadow:0 0 0 10}}.admin-dashboard{padding:2rem;text-align:center}.admin-dashboard h1{font-family:Chewy,system-ui;color:#2c3e50}.admin-actions{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.action-card{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #00000014;text-decoration:none;color:inherit;width:300px;transition:transform .2s,box-shadow .2s}.action-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.action-card h2{margin-top:0}.action-card.disabled{background-color:#f5f5f5;color:#aaa;cursor:not-allowed}.action-card.disabled:hover{transform:none;box-shadow:0 4px 15px #00000014}.admin-commandes,.admin-cueillette{max-width:1200px;margin:2rem auto;padding:1.25rem}.admin-commandes h1,.admin-cueillette h1{font-family:Chewy,system-ui;color:#2c3e50;font-size:2.2rem;margin:0 0 1rem}.toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;background:#fff;border-radius:14px;padding:1rem;margin:0 0 1rem;box-shadow:0 4px 20px #0000000f}.toolbar label{font-weight:600;color:#2c3e50;display:inline-flex;align-items:center;gap:.5rem}.toolbar input[type=datetime-local],.admin-commandes select{appearance:none;border:1px solid #e6e6e6;border-radius:10px;padding:.6rem .9rem;background:#fff;min-width:230px;font-size:.95rem;outline:none;transition:box-shadow .15s ease,border-color .15s ease}.toolbar input[type=datetime-local]:focus,.admin-commandes select:focus{border-color:#f46f1d;box-shadow:0 0 0 4px #f46f1d1f}button,.admin-commandes .admin-table button,.admin-cueillette .admin-table button{border:none;border-radius:10px;padding:.6rem 1rem;font-weight:700;cursor:pointer;background:#2c3e50;color:#fff;transition:transform .05s ease,filter .15s ease,background .15s ease}button:hover{filter:brightness(1.05)}button:active{transform:translateY(1px)}.btn-primary{background:#f46f1d}.btn-success{background:#2bb673}.btn-danger{background:#d64545}.btn-muted{background:#98a2b3}.toolbar button{background:#f46f1d}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #00000012}.admin-table thead th{text-align:left;background:linear-gradient(0deg,#fff,#fff);color:#2c3e50;font-size:.9rem;letter-spacing:.02em;font-weight:800;padding:1rem .9rem;border-bottom:2px solid #ffe7d7;position:sticky;top:0;z-index:1}.admin-table tbody td{padding:.85rem .9rem;border-bottom:1px solid #f4f6f8;vertical-align:middle;color:#3b4556;font-size:.95rem}.admin-table tbody tr:hover{background:#fff8f3}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table td:nth-child(5){width:130px}.admin-table td:nth-child(5):first-letter{text-transform:uppercase}.admin-table td:nth-child(5){font-weight:800}.admin-table td:nth-child(5){display:inline-block;padding:.35rem .6rem;border-radius:999px;background:#eef2f7;color:#2c3e50}.admin-table td:last-child{white-space:nowrap;width:220px}.admin-table td:last-child button{margin-right:.5rem}.admin-table td:last-child button:first-child{background:#2bb673}.admin-table td:last-child button:last-child{background:#d64545}.admin-commandes select{margin:.25rem 0 1rem;box-shadow:0 4px 14px #0000000d}.admin-commandes>p,.admin-cueillette>p{background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 4px 14px #0000000d}@media (max-width: 900px){.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table tr,.admin-table td{display:block;width:100%}.admin-table tr{border-bottom:1px solid #f0f2f4}.admin-table tbody td{border:none;padding:.65rem 1rem}.admin-table tbody td:before{content:attr(data-label);display:block;font-size:.8rem;font-weight:800;color:#7b8897;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.03em}.admin-table td:last-child{margin-top:.25rem}}.admin-table thead th:first-child,.admin-table tbody tr:hover td:first-child{border-left:4px solid #f46f1d}.card{background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000012;padding:1rem;margin-bottom:1rem}.cueillette-planner .planner-row{display:grid;grid-template-columns:1.2fr .5fr .5fr .5fr;gap:.75rem 1rem;align-items:end}.cueillette-planner .fg{display:flex;flex-direction:column;gap:.35rem}.cueillette-planner .fg.sm input{max-width:160px}.cueillette-planner label{font-weight:800;color:#2c3e50}.cueillette-planner input[type=datetime-local],.cueillette-planner input[type=number],.cueillette-planner select{appearance:none;border:1px solid #e6e6e6;border-radius:10px;padding:.6rem .8rem;background:#fff;font-size:.95rem;outline:none}.cueillette-planner small{color:#667085}.planner-actions{display:flex;gap:.5rem;margin-top:.75rem}.badge{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-weight:800;font-size:.85rem;background:#eef2f7;color:#2c3e50}.badge.ok{background:#2bb67326;color:#1a6b4a}.badge.muted{background:#f0f2f5;color:#667085}.btn-primary{background:#f46f1d;color:#fff}.btn-success{background:#2bb673;color:#fff}.btn-muted{background:#98a2b3;color:#fff}@media (max-width: 900px){.cueillette-planner .planner-row{grid-template-columns:1fr 1fr}.cueillette-planner .fg.sm input{max-width:unset}}.profile-wrap{max-width:980px;margin:2rem auto;padding:0 1rem}.profile-card{background:#fff;border-radius:16px;box-shadow:0 8px 28px #0000000f;padding:1.5rem}.profile-card h1{margin:0 0 1rem;font-family:Chewy,system-ui;color:#2c3e50;letter-spacing:.2px}.profile-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:1.2rem}.divider{background:#eee;width:1px}.info .row{display:grid;grid-template-columns:140px 1fr;align-items:center;padding:.6rem 0;border-bottom:1px dashed #f1f1f1}.info .row:last-child{border-bottom:0}.label{color:#6b7280;font-weight:600}.value{color:#111827;font-weight:600}.value.points{color:#f46f1d;font-weight:800}.pwd-form h2{margin-top:0;font-size:1.25rem;color:#2c3e50}.form-group{display:grid;gap:.5rem;margin-bottom:1rem}.form-group input{border:1px solid #e5e7eb;border-radius:10px;padding:.65rem .8rem;font-size:1rem;outline:none}.form-group input:focus{border-color:#f46f1d;box-shadow:0 0 0 3px #f46f1d1f}.btn{border:0;border-radius:10px;padding:.7rem 1rem;font-weight:700;cursor:pointer}.btn.primary{color:#1f2937}.btn.primary:hover{background:#364c63}.alert{border-radius:10px;padding:.7rem .9rem;margin-bottom:.8rem;font-weight:600;font-size:.95rem}.alert.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.alert.error{background:#fef2f2;color:#7f1d1d;border:1px solid #fecaca}@media (max-width: 900px){.profile-grid{grid-template-columns:1fr}.divider{display:none}}.profile-grid .info{display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.profile-grid .info .btn-primary{align-self:stretch;text-align:center;background-color:#f46f1d;color:#fff;font-weight:700;padding:.6rem 1.2rem;border-radius:10px;text-decoration:none;font-size:1rem;border:none;cursor:pointer;transition:background-color .2s ease}.profile-grid .info .btn-primary:hover{background-color:#d75c15}.form-page-container{display:flex;justify-content:center;align-items:flex-start;padding:4rem 2rem;background-color:#fff9f0;min-height:80vh}.nice-form{background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;max-width:600px;display:flex;flex-direction:column;gap:1.2rem}.nice-form h2{font-family:Chewy,system-ui;text-align:center;color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:700;color:#555;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;box-sizing:border-box;font-family:Montserrat,sans-serif;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#f46f1d;box-shadow:0 0 0 3px #f46f1d33}.form-group textarea{resize:vertical}.image-preview{text-align:center;margin-top:1rem}.image-preview img{max-width:200px;max-height:200px;border-radius:8px;border:1px solid #ddd}.submit-btn{width:100%;padding:1rem;border:none;background-color:#f46f1d;color:#1f2937;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){background-color:#d75c15}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:#e74c3c;background-color:#fdd;border:1px solid #e74c3c;padding:.8rem;border-radius:8px;text-align:center;margin-bottom:1rem}.form-group.two{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 640px){.form-group.two{grid-template-columns:1fr}}.pager{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem 0}.pager-btn{padding:.4rem .8rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;cursor:pointer}.pager-btn:disabled{opacity:.5;cursor:not-allowed}.pager-pages{display:flex;gap:.25rem;align-items:center}.pager-page{min-width:2rem;height:2rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;cursor:pointer}.pager-page.active{background:#111827;color:#fff;border-color:#111827}.pager-ellipsis{padding:0 .25rem;color:#6b7280}:root{--bg: #f7f8fb;--panel: #ffffff;--muted: #6b7280;--text: #1f2937;--brand: #f46f1d;--brand-600: #d75c15;--line: #e9edf2;--shadow: 0 10px 30px rgba(16, 24, 40, .06);--radius: 14px}html,body{background:var(--bg);color:var(--text)}.toolbar{grid-column:1/-1;display:flex;align-items:center;gap:.75rem 1rem;border:1px solid var(--line);border-radius:var(--radius);padding:.75rem 1rem;position:sticky;top:0;z-index:10;box-shadow:var(--shadow)}.toggle-filters-btn:hover{filter:brightness(.98)}@media (min-width: 1080px){.toggle-filters-btn{display:none}}.pill{border:1px solid var(--line);background:#f9fafb;color:var(--text);border-radius:999px;padding:.45rem .9rem;font-weight:800;cursor:pointer;transition:background .2s,color .2s,border-color .2s;-webkit-user-select:none;user-select:none}.chips-area{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2.25rem}.chip{display:none;background:#f2f4f7;border:1px solid var(--line);padding:.35rem .6rem;border-radius:999px;font-size:.9rem;font-weight:700;color:#3f4b59}.chip-x{margin-left:.35rem;background:transparent;border:0;color:#818b98;cursor:pointer;font-weight:900}.reset-btn{display:none;background:#fff;border:1px solid var(--line);color:var(--text);border-radius:10px;padding:.4rem .7rem;cursor:pointer;font-weight:800}.reset-btn:hover{background:#f2f4f7}.filter-row{display:none!important}.filters-sidebar{position:sticky;top:80px;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;height:fit-content;box-shadow:var(--shadow);z-index:5}.filters-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:2px solid var(--brand)}.filters-sidebar h2{margin:0;font-size:1.2rem;color:var(--text)}.filter-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.filters-overlay{position:fixed;inset:0;background:#00000047;opacity:0;pointer-events:none;transition:opacity .2s;z-index:9}.filters-overlay.show{opacity:1;pointer-events:auto}.articles-main-content{min-height:50vh}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1rem}.article-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer;outline:none}.article-card:hover{transform:translateY(-4px);border-color:#ffdacc}.article-card:focus{box-shadow:0 0 0 3px #f46f1d40}.article-photo{width:100%;height:200px;object-fit:cover;background:#f1f5f9}.article-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.article-categorie{background:var(--brand);color:#fff;padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:800;width:fit-content;align-self:flex-start;text-transform:uppercase;letter-spacing:.04em}.article-nom{margin:.2rem 0;font-size:1.15rem;color:#0f172a}.article-description{color:var(--muted);font-size:.92rem;flex:1}.article-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.3rem;padding-top:.75rem;border-top:1px dashed var(--line)}.article-points{font-size:1.15rem;font-weight:800;color:var(--brand)}.buy-button{background:#fff;color:#1f2937;border:1px solid var(--line);padding:.55rem 1rem;border-radius:10px;cursor:pointer;font-weight:800}.buy-button:hover{background:#f9fafb}.error-message{grid-column:1/-1;text-align:center;font-size:1.05rem;padding:2rem;color:#b41515}.empty-state{border:1px solid var(--line);border-radius:var(--radius);padding:2rem;text-align:center;margin-top:2rem}.empty-illus{font-size:2rem;margin-bottom:.5rem}.card-skel{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);padding:1rem}.skel{background:linear-gradient(90deg,#f3f4f6,#eceff3,#f3f4f6);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:10px}.skel-img{height:160px;margin-bottom:.8rem}.skel-line{height:14px;margin:.35rem 0}.skel-line.short{width:60%}.close-filters-btn{background:none;border:none;color:#0f172a;font-size:2rem;line-height:1;cursor:pointer}@media (max-width: 992px){.magasin-container{grid-template-columns:1fr;gap:1rem}.filters-sidebar{position:fixed;top:0;left:0;height:100%;width:86vw;max-width:360px;transform:translate(-100%);z-index:1001;border-radius:0 14px 14px 0}.filters-sidebar.visible{transform:translate(0)}.toolbar{position:sticky;top:0}}@media (min-width: 1600px){.articles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.magasin-container{display:grid;grid-template-columns:280px 1fr;gap:1.25rem;max-width:1400px;margin:0 auto;padding:1.25rem}.toolbar{grid-column:1 / -1;display:flex;align-items:center;gap:.75rem 1rem;border:1px solid var(--line);border-radius:var(--radius);padding:.75rem 1rem;position:sticky;top:0;z-index:10;box-shadow:var(--shadow);background:var(--bg)}.toggle-filters-btn{background:#fff3ec;border:1px solid #ffdacc;color:var(--brand);border-radius:999px;padding:.55rem 1rem;font-weight:800;cursor:pointer}.toggle-indicator{margin-left:.5rem;transform:translateY(-1px)}@media (min-width: 992px){.toggle-filters-btn{display:none}}.quick-cats{display:flex;flex-wrap:wrap;gap:.5rem}.pill{border:1px solid var(--line);background:#f9fafb;color:var(--text);border-radius:999px;padding:.45rem .9rem;font-weight:800;cursor:pointer}.pill:hover{background:#f1f5f9}.pill.active{background:#fff3ec;color:var(--brand);border-color:#ffdacc}.result-count{margin-left:auto;color:var(--muted);font-weight:700}.filters-sidebar-desktop{position:sticky;top:72px;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;height:fit-content;box-shadow:var(--shadow);background:var(--bg)}.filters-sidebar-desktop .filter-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.reset-btn-desktop{margin-top:.25rem;width:100%;background:#fff;border:1px solid var(--line);color:var(--text);border-radius:10px;padding:.5rem .75rem;cursor:pointer;font-weight:800}.reset-btn-desktop:hover{background:#f2f4f7}.filter-group{margin-bottom:1rem}.filter-group label{display:block;font-weight:800;color:#334155;margin-bottom:.4rem}.filter-group select,.filter-group input{width:100%;background:#fff;color:var(--text);border:1px solid var(--line);border-radius:10px;padding:.6rem .7rem;font-size:1rem}.filter-group input[type=range]{padding:0}.label-row{display:flex;justify-content:space-between;align-items:center}.label-value{color:#0f172a;font-weight:800}.range-scale{display:flex;justify-content:space-between;font-size:.85rem;color:var(--muted);margin-top:.3rem}.segmented{display:flex;background:#fff;border:1px solid var(--line);border-radius:12px}.seg-btn{flex:1;padding:.5rem .75rem;background:transparent;color:#0f172a;border:0;cursor:pointer;font-weight:700}.seg-btn.active{background:#fff3ec;color:var(--brand);box-shadow:inset 0 0 0 1px #ffdacc}.mobile-filters{grid-column:1 / -1;overflow:hidden;max-height:0;border:1px solid var(--line);border-radius:var(--radius);transition:max-height .25s ease,padding .2s ease;padding:0 1rem;background:var(--bg)}.mobile-filters.open{padding:1rem;max-height:1000px}.mobile-filters .filter-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mobile-filters-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.mobile-filters .apply-btn{background:var(--brand);color:#fff;border:0;border-radius:10px;padding:.55rem 1rem;font-weight:800;cursor:pointer}.mobile-filters .reset-btn{background:#fff;border:1px solid var(--line);color:var(--text);border-radius:10px;padding:.55rem 1rem;font-weight:800;cursor:pointer}.toolbar button{background:none}@media (max-width: 992px){.magasin-container{grid-template-columns:1fr;gap:1rem}.filters-sidebar-desktop,.quick-cats{display:none}.toolbar{position:sticky;top:0}}@media (min-width: 992px){.mobile-filters{display:none}}.article-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.article-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;width:min(100%,980px);max-height:90vh;overflow:hidden;position:relative;border:1px solid var(--line)}.modal-close{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#00000080;color:#fff;cursor:pointer}.modal-content{display:grid;grid-template-columns:1fr}@media (min-width: 900px){.modal-content{grid-template-columns:1.2fr 1fr}}.modal-gallery{position:relative;background:#f8fafc;min-height:320px;display:flex;align-items:center;justify-content:center}.modal-image{width:100%;height:100%;max-height:70vh;object-fit:contain}.gal-nav{position:absolute;top:50%;transform:translateY(-50%);border:0;background:#ffffffe6;width:40px;height:40px;border-radius:999px;box-shadow:0 6px 18px #0000001f;cursor:pointer;font-size:24px;font-weight:700;color:#111827;display:flex;align-items:center;justify-content:center}.gal-nav.prev{left:10px}.gal-nav.next{right:10px}.gal-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;gap:6px;justify-content:center}.dot{width:10px;height:10px;border-radius:999px;border:2px solid rgba(17,24,39,.5);background:#fff;cursor:pointer}.dot.active{background:var(--brand);border-color:var(--brand)}.modal-info{padding:1rem 1rem 1.2rem;display:grid;gap:.6rem}@media (min-width: 900px){.modal-info{padding:1.25rem 1.25rem 1.4rem}}.modal-title{font-family:Chewy,system-ui;font-size:clamp(1.6rem,3.2vw,2.4rem);color:#0f172a;margin:.2rem 0 .3rem}.modal-desc{color:#374151;line-height:1.55}.modal-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px dashed var(--line);padding-top:.8rem;margin-top:.4rem}.stock-left{font-size:.82rem;color:#6b7280;margin-top:.15rem}.qty-badge{position:absolute;top:10px;right:10px;min-width:28px;height:28px;padding:0 6px;border-radius:999px;background:#111827;color:#fff;font-weight:800;font-size:.9rem;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0000002e}.article-card.disabled{opacity:.6;cursor:not-allowed}.article-card.disabled .buy-button{cursor:not-allowed;background:#f3f4f6;color:#9ca3af}.manage-articles-container{max-width:1200px;margin:2rem auto;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000000f}.ma-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.manage-articles-container h1{font-family:Chewy,system-ui;color:#2c3e50;margin:0}.add-article-btn{display:inline-block;background-color:#f46f1d;color:#1f2937;padding:.75rem 1.1rem;border-radius:10px;text-decoration:none;font-weight:700;transition:background-color .2s}.add-article-btn:hover{background-color:#d75c15}.ma-cats{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.pill{border:1px solid #eee;background:#f8f8f8;color:#333;border-radius:999px;padding:.45rem .9rem;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.pill:hover{background:#eee}.pill.active{background:#fff3ec;color:#f46f1d;border-color:#ffdacc}.ma-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #f1f1f1}.articles-table{width:100%;border-collapse:collapse;background:#fff}.articles-table th,.articles-table td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid #f3f3f3;font-size:.98rem}.articles-table th{font-weight:800;color:#475569;background:#fafafa}.article-thumbnail{width:90px;height:68px;object-fit:cover;border-radius:8px;box-shadow:0 4px 10px #0000000f}.action-buttons{display:inline-flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem .9rem;border:none;border-radius:8px;cursor:pointer;font-weight:700;text-decoration:none}.btn-edit{background-color:#3498db;color:#1f2937}.btn-edit:hover{filter:brightness(.97)}.btn-delete{background-color:#e74c3c;color:#1f2937}.btn-delete:hover{filter:brightness(.97)}.empty-row{text-align:center;padding:1.2rem;color:#6b7280}.ma-loading{text-align:center;padding:2rem}.error-message{color:#b41515;font-weight:700;text-align:center}.about-page-container{background-color:#fff9f0;padding-bottom:3rem}.about-header{text-align:center;padding:3rem 1rem;background-color:#fff3e0}.about-header h1{font-family:Chewy,system-ui;color:#2c3e50;font-size:3.5rem;margin:0}.about-header p{font-size:1.3rem;color:#555;margin-top:.5rem;max-width:600px;margin-left:auto;margin-right:auto}.about-main-content{max-width:900px;margin:2rem auto;padding:0 1rem;display:flex;flex-direction:column;gap:2rem}.about-card{background-color:#fff;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000012}.about-card h2{font-family:Chewy,system-ui;color:#34495e;font-size:2.2rem;margin-top:0;margin-bottom:1.5rem;border-bottom:2px solid #f46f1d;padding-bottom:.5rem;display:inline-block}.about-card h3{font-size:1.5rem;font-weight:700;color:#333;margin-top:1.5rem}.about-card p{font-size:1.1rem;line-height:1.8;color:#444}.creator-card{background-color:#fffbf2;border-left:5px solid #f46f1d}.pickup-subsection{margin-top:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px}.pickup-subsection ul{padding-left:20px}.pickup-subsection li{margin-bottom:.5rem}:root{--brand: #f46f1d;--ink: #2c3e50;--muted: #7f8c8d;--bg: #fafbfc;--card: #ffffff;--danger: #b41515}.cart-page-container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:2rem auto;padding:1rem}@media (min-width: 992px){.cart-page-container{grid-template-columns:2fr 1fr}}.cart-header-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.cart-items-list h1{font-family:Chewy,system-ui;color:var(--ink);font-size:2.4rem;margin:0}.cart-count-badge{background:#f46f1d1f;color:#d85606;border:1px solid rgba(244,111,29,.3);padding:.25rem .6rem;border-radius:999px;font-weight:800}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:1.25rem;padding:1rem;border-radius:14px;margin-bottom:.9rem;box-shadow:0 6px 20px #0000000f;border:1px solid #f1f2f4}.cart-item-photo{width:84px;height:84px;object-fit:cover;border-radius:10px;background:#f2f2f2}.cart-item-details h3{margin:0 0 .15rem;font-size:1.15rem;color:#333}.item-points{margin:0;font-weight:800;color:var(--brand)}.cart-item-qty-static{font-weight:800;color:#444;background:#f8f8f8;border:1px solid #eee;padding:.4rem .6rem;border-radius:8px}.cart-item-total{font-size:1.05rem;font-weight:800;text-align:right;color:#333}.remove-line-btn{background:#fff0f0;color:var(--danger);border:1px solid #ffd4d4;border-radius:10px;padding:.45rem .6rem;cursor:pointer}.remove-line-btn:hover{filter:brightness(.97)}.cart-summary{padding:1.5rem;border-radius:14px;box-shadow:0 6px 20px #0000000f;height:fit-content;position:sticky;top:100px;border:1px solid #f1f2f4;background:#fff}.cart-summary h2{font-family:Chewy,system-ui;font-size:1.9rem;color:var(--ink);margin:0 0 1.1rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.summary-line,.summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem;font-size:1rem;color:#333}.summary-total{font-size:1.25rem;font-weight:800;color:#333;padding-top:.9rem;border-top:1px solid #eee}.checkout-btn{width:100%;padding:1rem;border:none;background:var(--brand);color:#fff;font-size:1.15rem;font-weight:800;border-radius:10px;cursor:pointer;transition:filter .15s ease,transform .04s ease;margin-top:.6rem}.checkout-btn:hover:not(:disabled){filter:brightness(.98)}.checkout-btn:active:not(:disabled){transform:translateY(1px)}.checkout-btn:disabled,.checkout-btn.disabled{background:#ccc;cursor:not-allowed}.points-skel{display:inline-block;width:110px;height:18px;border-radius:8px;background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-cart{text-align:center;padding:4rem 1rem}.empty-cart h2{font-family:Chewy,system-ui;font-size:2.4rem;color:var(--ink)}.browse-btn{display:inline-block;margin-top:1.1rem;padding:.9rem 2.2rem;background:var(--brand);color:#fff;text-decoration:none;font-weight:800;border-radius:999px}.not-enough{margin-top:.7rem;color:var(--danger);font-weight:700}:root{--text: #1f2937;--muted: #6b7280;--brand: #f46f1d;--ok: #10b981;--warn: #f59e0b;--danger: #ef4444;--border: #eef0f3;--card-bg: #fff;--radius: 14px;--shadow: 0 8px 24px rgba(16, 24, 40, .06)}.ac-wrap{max-width:1100px;margin:1.5rem auto;padding:0 1rem;color:var(--text)}.ac-header{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:.75rem}.ac-header h1{color:#2c3e50;margin:0}.controls-row{display:flex;gap:1rem;align-items:center}select{border:1px solid var(--border);border-radius:10px;padding:.6rem .7rem;min-width:320px;background:#fff}.ac-cueillette-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem;margin:.5rem 0 1rem;color:#374151}.ac-cueillette-meta span{color:var(--muted);font-weight:700;margin-right:.4rem}.ac-list{display:grid;gap:1rem}.ac-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.ac-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.ac-id{font-weight:800;color:#111827}.status.pending{background:var(--warn)}.status.confirmed{background:var(--ok)}.status.cancelled{background:var(--danger)}.ac-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem;margin-bottom:.75rem;color:#374151}.ac-meta span{color:var(--muted);font-weight:700;margin-right:.4rem}.ac-user .muted{color:var(--muted)}.ac-lines{border-top:1px dashed #e5e7eb;padding-top:.6rem}.ac-line{display:flex;justify-content:space-between;padding:.35rem 0}.ac-line-title{font-weight:700;color:#1f2937}.ac-line-pts{font-weight:800;color:var(--brand)}.ac-actions{margin-top:.6rem;display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.ac-btn{background:var(--brand);color:#fff;text-decoration:none;padding:.55rem 1rem;border-radius:10px;font-weight:800;border:none;cursor:pointer}.ac-btn:hover{filter:brightness(.95)}.ac-btn.ok{background:#16a34a}.ac-btn.ok:hover{filter:brightness(.95)}.ac-btn.warn{background:#f59e0b}.ac-btn.warn:hover{filter:brightness(.95)}.ac-btn.ghost{background:#fff;color:#111827;border:1px solid var(--border)}.ac-btn.ghost:hover{background:#fafafa}.alert{margin-top:1rem;padding:.8rem 1rem;border-radius:10px;border:1px solid var(--border)}.alert.error{background:#2a1214;color:#ffd6d2;border-color:#e74c3c59}.alert.info{background:#f8fafc;color:#0f172a}.spinner{margin-top:1rem;color:var(--muted)}.notfound-container{text-align:center;margin-top:80px}.notfound-container h1{font-size:3rem;color:#d9534f}.notfound-container p{margin:20px 0;font-size:1.2rem}.home-button{background-color:#f46f1d;color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none;font-size:1rem}.home-button:hover{background-color:#d75c15}:root{--bg: #fff8ef;--panel: #fff;--brand: #f46f1d;--brand-600: #d75c15;--text: #2c3e50;--muted: #6b7280;--line: #f1e7de;--radius: 18px;--shadow: 0 10px 30px rgba(0, 0, 0, .08)}.info-wrap{max-width:1000px;margin:2rem auto;padding:1.5rem;background:var(--bg);border-radius:20px;box-shadow:inset 0 0 0 1px #ffe7d6}.info-header{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;margin-bottom:1rem}.info-logo{width:64px;height:64px;object-fit:contain}.info-header h1{margin:0;font-family:Chewy,system-ui;font-size:clamp(1.8rem,2.5vw,2.4rem);color:var(--text)}.info-card{background:linear-gradient(180deg,#ffe8d7,#ffd6bd);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);color:#3a2e25}.info-card.big{padding:2rem}.info-card p{margin:.6rem 0;line-height:1.6}.centered{text-align:center}.big-text{font-size:clamp(1rem,1.35rem,1.35rem)}.callout{margin-top:1rem;background:#ff9b63;color:#3a2619;border-radius:22px;padding:.9rem 1.1rem;font-weight:700;box-shadow:inset 0 0 0 2px #0000000d}.info-footer{margin-top:1rem;color:var(--text);font-weight:700}.info-footer a{color:var(--brand-600);text-decoration:none}.info-footer a:hover{text-decoration:underline}.info-actions{margin-top:1.25rem;display:flex;gap:.75rem}.info-btn{background:var(--brand);color:#fff;padding:.7rem 1.2rem;border-radius:10px;font-weight:800;text-decoration:none;display:inline-block}.info-btn:hover{background:var(--brand-600)}.email-btn{background-color:#fdfaf6;color:#393e46}.email-btn:hover{background-color:#edeae7;color:#4c5158}.mc-wrap{max-width:1000px;margin:1.5rem auto;padding:0 1rem}.mc-header{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:.75rem}.mc-header h1{font-family:Chewy,system-ui;color:#2c3e50;margin:0}.mc-btn{background:#f46f1d;color:#fff;text-decoration:none;padding:.55rem 1rem;border-radius:10px;font-weight:800;border:none;cursor:pointer}.mc-btn:hover{background:#d75c15}.mc-btn.danger{background:#e74c3c}.mc-btn.danger:hover{background:#c6372a}.mc-empty{background:#fff;border:1px solid #eef0f3;border-radius:14px;padding:1.25rem;text-align:center}.mc-list{display:grid;gap:1rem}.mc-card{background:#fff;border:1px solid #eef0f3;border-radius:14px;padding:1rem;box-shadow:0 8px 24px #1018280f}.mc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.mc-id{font-weight:800;color:#111827}.status{padding:.2rem .6rem;border-radius:999px;font-weight:800;font-size:.8rem;color:#fff;background:#9ca3af}.status.pending{background:#f59e0b}.status.confirmed{background:#10b981}.status.cancelled{background:#ef4444}.mc-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;margin-bottom:.75rem;color:#374151}.mc-meta span{color:#6b7280;font-weight:700;margin-right:.4rem}.mc-lines{border-top:1px dashed #e5e7eb;padding-top:.6rem}.mc-line{display:flex;justify-content:space-between;padding:.35rem 0}.mc-line-title{font-weight:700;color:#1f2937}.mc-line-pts{font-weight:800;color:#f46f1d}.mc-actions{margin-top:.6rem;display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.mc-note{color:#6b7280;font-size:.95rem}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.app-container{max-width:1200px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:2rem}header h1{color:#f46f1d}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;display:flex;flex-direction:column}.product-card img{width:100%;height:200px;object-fit:cover}.product-info{padding:1rem;flex-grow:1}.product-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding:1rem}.price{font-weight:700;color:#f46f1d}button{background-color:#f46f1d;color:#1f2937;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-layout main{flex-grow:1}body{margin:0;font-family:Montserrat,sans-serif;background-color:#fff9f0}
