:root{color:#17221f;font-synthesis:none;background:#f5f7f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button{font:inherit}.app-shell{width:min(1040px,100% - 40px);min-height:100vh;margin:0 auto;padding:clamp(56px,10vw,116px) 0 48px}.welcome{max-width:600px}.eyebrow{color:#0f766e;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:.84rem;font-weight:750}h1{letter-spacing:-.065em;margin:0;font-size:clamp(2.9rem,8vw,5.4rem);line-height:.98}.intro{color:#62706b;margin:22px 0 0;font-size:1.15rem}.module-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:clamp(48px,8vw,82px);display:grid}.module-card{text-align:left;color:#17221f;cursor:pointer;background:#fff;border:1px solid #e0e7e3;border-radius:22px;flex-direction:column;align-items:flex-start;min-height:205px;padding:26px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #1e372e0d}.module-card:hover,.module-card:focus-visible{outline:none;transform:translateY(-4px);box-shadow:0 18px 36px #1e372e1f}.module-card:focus-visible{outline-offset:3px;outline:3px solid #0f766e}.module-card__icon{border-radius:15px;place-items:center;width:52px;height:52px;font-size:1.65rem;display:grid}.module-card--teal .module-card__icon{background:#d9f4ee}.module-card--blue .module-card__icon{background:#e2edff}.module-card--orange .module-card__icon{background:#fff0dc}.module-card__content{margin-top:auto;padding-top:28px}.module-card__title,.module-card__description{display:block}.module-card__title{font-size:1.24rem;font-weight:750}.module-card__description{color:#67736f;margin-top:7px;font-size:.93rem;line-height:1.45}.module-card__arrow{color:#74827c;font-size:1.35rem;position:absolute;bottom:24px;right:24px}@media (width<=760px){.module-grid{grid-template-columns:1fr}.module-card{min-height:155px}}.arrivages-page{padding-top:clamp(30px,6vw,68px)}.module-header,.header-actions,.form-actions{justify-content:space-between;align-items:center;gap:14px;display:flex}.back-link{color:#38655c;cursor:pointer;background:0 0;border:0;padding:7px 0;font-weight:700}.back-link:hover{color:#0f766e}.button{color:#fff;cursor:pointer;background:#0f766e;border:1px solid #0f766e;border-radius:10px;padding:12px 17px;font-weight:750;transition:background .15s}.button:hover{background:#0c655e}.button--secondary{color:#25554c;background:#fff;border-color:#cfe0da}.button--secondary:hover{background:#eef8f4}.button:disabled{color:#88938f;cursor:not-allowed;background:#eef1ef;border-color:#e0e5e2}.lot-title{margin:44px 0 36px}.lot-title h1{font-size:clamp(2.4rem,6vw,4.4rem)}.lots-table-wrap{background:#fff;border:1px solid #e0e7e3;border-radius:16px;overflow-x:auto;box-shadow:0 8px 30px #1e372e0d}.lots-table{border-collapse:collapse;text-align:left;width:100%;min-width:860px}.lots-table th{color:#718079;letter-spacing:.06em;text-transform:uppercase;background:#f8faf9;padding:15px 18px;font-size:.76rem}.lots-table td{color:#455550;border-top:1px solid #edf0ee;padding:17px 18px;font-size:.92rem}.lots-table tbody tr{cursor:pointer;transition:background .15s}.lots-table tbody tr:hover,.lots-table tbody tr:focus{background:#f2faf7;outline:none}.lots-table td strong,.lots-table td span{display:block}.lots-table td strong{color:#1d312b}.lots-table td span:not(.status){color:#77847f;margin-top:4px;font-size:.82rem}.status{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:750;display:inline-block}.status--pending{color:#885a04;background:#fff2cf}.status--progress{color:#245a88;background:#e0efff}.status--done{color:#176044;background:#dcf4e9}.empty-state{text-align:center;background:#fff;border:1px dashed #cbd9d3;border-radius:18px;justify-items:center;padding:70px 24px;display:grid}.empty-state>span{font-size:2.3rem}.empty-state h2{margin:14px 0 6px;font-size:1.25rem}.empty-state p{color:#68756f;max-width:360px;margin:0 0 20px}.detail-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.detail-card{background:#fff;border:1px solid #e1e8e4;border-radius:14px;min-height:104px;padding:19px}.detail-card span,.detail-card strong{display:block}.detail-card span{color:#73807a;margin-bottom:9px;font-size:.8rem}.detail-card strong{color:#20352e;overflow-wrap:anywhere;font-size:1rem}.detail-card--emphasize{background:#e8f7f2;border-color:#bce6d8}.detail-card--wide{grid-column:span 2}.article-placeholder{background:#fff;border:1px solid #e1e8e4;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding:22px;display:flex}.article-placeholder h2{margin:0;font-size:1.08rem}.article-placeholder p{color:#6d7a74;margin:6px 0 0}.lot-form{background:#fff;border:1px solid #e1e8e4;border-radius:18px;padding:26px;box-shadow:0 8px 30px #1e372e0d}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.field{color:#40514b;gap:7px;font-size:.9rem;font-weight:700;display:grid}.field input,.field select,.field textarea{color:#1e302a;width:100%;font:inherit;background:#fff;border:1px solid #cbd8d2;border-radius:9px;padding:11px 12px;font-weight:400}.field input:focus,.field select:focus,.field textarea:focus{border-color:#0f766e;outline:3px solid #d6f1e9}.field textarea{resize:vertical}.field--wide{margin-top:18px}.input-wrap{position:relative}.input-wrap input{padding-right:34px}.input-wrap em{color:#77857f;font-style:normal;font-weight:400;position:absolute;top:11px;right:12px}.form-actions{justify-content:flex-end;margin-top:26px}.form-total{color:#23584c;background:#e8f7f2;border:1px solid #bce6d8;border-radius:10px;justify-content:space-between;align-items:center;margin-top:18px;padding:14px 16px;font-weight:700;display:flex}.form-total strong{font-size:1.1rem}.photo-field{background:#f8faf9;border:1px solid #e0e7e3;border-radius:12px;margin-top:20px;padding:18px}.photo-field>div:first-child>span{color:#40514b;font-size:.9rem;font-weight:700}.photo-field p{color:#6c7a74;margin:5px 0 0;font-size:.9rem}.photo-field__content{align-items:center;gap:16px;margin-top:15px;display:flex}.photo-preview,.photo-placeholder,.article-photo{object-fit:cover;border:1px solid #d4dfda;border-radius:10px;flex:0 0 86px;width:86px;height:86px}.photo-placeholder,.article-photo--empty{color:#75827c;background:#fff;place-items:center;font-size:1.7rem;display:grid}.photo-actions{justify-items:start;gap:8px;display:grid}.text-button{color:#9a3529;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:.88rem}.photo-error{color:#a13226!important}.listing-field{background:#f8faf9;border:1px solid #e0e7e3;border-radius:12px;margin-top:20px;padding:18px}.listing-field>div:first-child>span{color:#40514b;font-size:.9rem;font-weight:800}.listing-field p{color:#6c7a74;margin:5px 0 0;font-size:.9rem}.listing-field fieldset{border:0;gap:18px;margin:16px 0 0;padding:0;display:flex}.listing-field legend{color:#40514b;margin-bottom:9px;font-size:.9rem;font-weight:700}.listing-field fieldset label{color:#334a42;cursor:pointer;align-items:center;gap:7px;display:inline-flex}.listing-field input[type=radio]{accent-color:#0f766e}.listing-field__fields{margin-top:16px}.listing-badge,.listing-muted{font-size:.82rem;line-height:1.3;display:inline-block}.listing-badge{color:#175f4b;font-weight:750}.listing-muted{color:#78847f}.login-page{place-items:center;min-height:100vh;padding-top:40px;display:grid}.login-card{background:#fff;border:1px solid #e1e8e4;border-radius:18px;width:min(430px,100%);padding:30px;box-shadow:0 8px 30px #1e372e14}.login-card h1{font-size:2.5rem}.login-card>p:not(.eyebrow){color:#68756f;margin:15px 0 24px}.login-card form{gap:16px;display:grid}.login-card .button{justify-self:start;margin-top:6px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.article-photo{vertical-align:middle}.article-detail{grid-template-columns:minmax(180px,260px) 1fr;align-items:start;gap:22px;display:grid}.article-detail__photo{background:#fff;border:1px solid #e1e8e4;border-radius:14px;place-items:center;min-height:220px;padding:16px;display:grid}.article-photo--large{object-fit:contain;width:100%;height:auto;min-height:220px;max-height:360px}@media (width<=760px){.article-detail,.detail-grid,.form-grid{grid-template-columns:1fr}.detail-card--wide{grid-column:auto}.article-placeholder{flex-direction:column;align-items:flex-start}.module-header{align-items:flex-start}.lot-form{padding:19px}}
