@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Outfit:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#c43b1e;--black:#212121;--white:#f5f5f5;--green:#22a861;--red:#dc2626;--orange-18:#c43b1e2e;--orange-10:#c43b1e1a;--green-10:#22a8611a;--red-10:#dc26261a;--black-60:#21212199;--black-40:#21212166;--black-15:#21212126;--black-08:#21212114;--black-04:#2121210a;--white-full:#fff;--white-80:#fffc;--content-bg:var(--white);--panel-bg:var(--white-full);--text:var(--black);--text-muted:var(--black-40);--border:var(--black-15);--border-light:var(--black-08);--hover-bg:var(--black-04);--positive:var(--green);--negative:var(--red)}body{background:var(--content-bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,sans-serif}#root{min-height:100vh}.eco-pub{background:var(--content-bg);flex-direction:column;align-items:center;min-height:100vh;padding:40px 24px 60px;display:flex}.eco-pub-card{background:var(--panel-bg);border:1px solid var(--border);width:min(540px,100%);box-shadow:0 4px 24px var(--black-08);border-radius:16px}.eco-pub-header{border-bottom:1px solid var(--border-light);flex-direction:column;gap:6px;padding:28px 32px 22px;display:flex}.eco-pub-brand{align-items:center;gap:10px;margin-bottom:10px;display:flex}.eco-pub-brand-mark{background:var(--orange);width:32px;height:32px;color:var(--white-full);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:700;display:flex}.eco-pub-brand-name{color:var(--text);font-family:Cormorant Garamond,serif;font-size:16px;font-weight:600}.eco-pub-title{color:var(--text);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600}.eco-pub-sub{color:var(--text-muted);font-size:13px;line-height:1.5}.eco-pub-body{flex-direction:column;gap:18px;padding:28px 32px 32px;display:flex}.eco-pub-field{flex-direction:column;gap:6px;display:flex}.eco-pub-label{letter-spacing:.8px;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.eco-pub-input{border:1px solid var(--border);height:42px;color:var(--text);background:var(--panel-bg);border-radius:9px;outline:none;padding:0 14px;font-family:Outfit,sans-serif;font-size:14px;transition:border-color .15s,box-shadow .15s}.eco-pub-input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-10)}.eco-pub-input::placeholder{color:var(--black-15)}.eco-pub-textarea{resize:vertical;height:auto;padding:12px 14px}.eco-pub-hint{color:var(--text-muted);font-size:12px;line-height:1.5}.eco-pub-submit{background:var(--orange);width:100%;height:44px;color:var(--white-full);cursor:pointer;border:none;border-radius:10px;margin-top:4px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;transition:opacity .15s}.eco-pub-submit:hover{opacity:.88}.eco-pub-state{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px 32px;display:flex}.eco-pub-state-icon{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.eco-pub-state-icon--error{background:var(--red-10);color:var(--negative)}.eco-pub-state-icon--success{background:var(--green-10);color:var(--green)}.eco-pub-state-icon--wait{background:var(--orange-10);color:var(--orange)}.eco-pub-state-title{color:var(--text);font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600}.eco-pub-state-sub{color:var(--text-muted);max-width:340px;font-size:13.5px;line-height:1.6}.eco-suivi-steps{flex-direction:column;gap:0;display:flex}.eco-suivi-step{gap:14px;display:flex;position:relative}.eco-suivi-step-left{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.eco-suivi-step-dot{border:2px solid var(--border);background:var(--panel-bg);width:28px;height:28px;color:var(--text-muted);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.eco-suivi-step-dot--done{background:var(--green);border-color:var(--green);color:var(--white-full)}.eco-suivi-step-dot--active{background:var(--orange);border-color:var(--orange);color:var(--white-full)}.eco-suivi-step-dot--refused{background:var(--negative);border-color:var(--negative);color:var(--white-full)}.eco-suivi-step-line{background:var(--border-light);flex:1;width:2px;min-height:24px;margin:2px 0}.eco-suivi-step-line--done{background:var(--green)}.eco-suivi-step-content{flex:1;padding:3px 0 24px}.eco-suivi-step:last-child .eco-suivi-step-content{padding-bottom:0}.eco-suivi-step-label{color:var(--text-muted);font-size:13.5px;font-weight:600;line-height:1}.eco-suivi-step-label--done{color:var(--green)}.eco-suivi-step-label--active{color:var(--text)}.eco-suivi-step-label--refused{color:var(--negative)}.eco-suivi-step-desc{color:var(--text-muted);margin-top:4px;font-size:12.5px;line-height:1.5}.eco-suivi-id-block{background:var(--green-10);border:1px solid var(--green);border-radius:12px;flex-direction:column;gap:6px;padding:18px 20px;display:flex}.eco-suivi-id-label{letter-spacing:1px;text-transform:uppercase;color:var(--green);font-size:10.5px;font-weight:600}.eco-suivi-id-value{color:var(--green);letter-spacing:2px;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700}.eco-suivi-id-hint{color:var(--text-muted);font-size:12px}.eco-suivi-id-copy{border:1px solid var(--green);background:var(--panel-bg);color:var(--green);cursor:pointer;border-radius:7px;align-self:flex-start;align-items:center;gap:6px;margin-top:6px;padding:6px 14px;font-family:Outfit,sans-serif;font-size:12.5px;font-weight:500;transition:background .12s;display:inline-flex}.eco-suivi-id-copy:hover{background:var(--green-10)}.eco-suivi-collectes{flex-direction:column;gap:8px;display:flex}.eco-suivi-collecte-row{background:var(--hover-bg);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.eco-suivi-collecte-date{color:var(--text-muted)}.eco-suivi-collecte-qty{color:var(--green);font-variant-numeric:tabular-nums;font-weight:600}.eco-suivi-section-title{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:11px;font-weight:600}.eco-form-stepbar{align-items:flex-start;gap:0;display:flex}.eco-form-step{flex:1;align-items:center;display:flex}.eco-form-step-col{flex-direction:column;flex-shrink:0;align-items:center;gap:5px;display:flex}.eco-form-step-dot{border:2px solid var(--border);background:var(--panel-bg);width:28px;height:28px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:flex}.eco-form-step--active .eco-form-step-dot{background:var(--orange);border-color:var(--orange);color:var(--white-full)}.eco-form-step--done .eco-form-step-dot{background:var(--green);border-color:var(--green);color:var(--white-full)}.eco-form-step-label{color:var(--text-muted);text-align:center;white-space:nowrap;font-size:10px;font-weight:600}.eco-form-step--active .eco-form-step-label{color:var(--orange)}.eco-form-step--done .eco-form-step-label{color:var(--green)}.eco-form-step-line{background:var(--border-light);flex:1;height:2px;margin:0 4px 18px;transition:background .2s}.eco-form-step--done .eco-form-step-line{background:var(--green)}.eco-form-section-header{background:var(--hover-bg);border:1px solid var(--border-light);border-radius:10px;align-items:center;gap:12px;padding:14px 16px;display:flex}.eco-form-section-icon{background:var(--orange-10);width:36px;height:36px;color:var(--orange);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eco-form-section-title{color:var(--text);font-size:13px;font-weight:600}.eco-form-section-desc{color:var(--text-muted);margin-top:1px;font-size:11.5px}.eco-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.eco-form-qty{gap:8px;display:flex}.eco-form-qty .eco-pub-input{flex:1}.eco-form-qty-unit{flex-shrink:0;padding:0 8px;width:64px!important}.eco-pub-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.eco-form-req{color:var(--negative);font-weight:700}.eco-pub-submit--ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0;flex-shrink:0;width:auto;padding:0 20px}.eco-pub-submit--ghost:hover{opacity:1;background:var(--hover-bg)}@media (width<=480px){.eco-form-row{grid-template-columns:1fr}}.eco-rgpd-notice{background:#f8f9fb;border:1px solid #e2e6ec;border-radius:8px;flex-direction:column;gap:10px;padding:18px;display:flex}.eco-rgpd-title{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:4px;font-size:11px;font-weight:600}.eco-rgpd-notice p{color:#6b7280;margin:0;font-size:12px;line-height:1.6}.eco-rgpd-link{color:#4f7bbd;text-decoration:none}.eco-rgpd-link:hover{text-decoration:underline}.eco-rgpd-signatory{border-top:1px solid #e2e6ec;flex-direction:column;gap:0;margin-top:2px;padding-top:12px;display:flex}.eco-rgpd-checkbox{cursor:pointer;align-items:flex-start;gap:10px;margin-top:6px;display:flex}.eco-rgpd-checkbox input[type=checkbox]{accent-color:#4f7bbd;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.eco-rgpd-checkbox span{color:#374151;font-size:13px;line-height:1.5}.eco-pub-submit:disabled{opacity:.45;cursor:not-allowed}.eco-pub-footer{border-top:1px solid var(--border-light);color:var(--text-muted);text-align:center;padding:16px 32px;font-size:12px}
