:root{--bg: #f6f7f9;--fg: #1c1c1e;--muted: #6b7280;--primary: #0a7d3a;--primary-hover: #096530;--border: #e5e7eb;--error: #b91c1c;--info-bg: #eff6ff;--info-border: #bfdbfe}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg);line-height:1.5}.page{min-height:100vh;display:flex;flex-direction:column}.header{padding:1rem 2rem;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;flex-direction:column}.brand__name{font-weight:700;font-size:1.25rem;color:var(--primary)}.brand__subtitle{color:var(--muted);font-size:.85rem}.header__partner-logo{display:block;height:26px;width:auto}.main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.card{background:#fff;max-width:640px;width:100%;padding:2rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 1px 3px #0000000d}h1{margin-top:0;font-size:1.6rem;line-height:1.3}h2.section-title,h3.section-title{font-size:1.05rem;margin:1.75rem 0 .5rem}.callout{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin:1rem 0}.callout--info{background:var(--info-bg);border-color:var(--info-border)}.form{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.form label{font-size:.9rem;color:var(--muted)}.form input{padding:.75rem .9rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit}.form input:focus{outline:2px solid var(--primary);outline-offset:-1px}.pre-button{color:var(--muted);font-size:.9rem;margin:.5rem 0}.enedis-button-row{display:flex;justify-content:center;margin:.5rem 0}.enedis-button{background:transparent;border:none;padding:0;cursor:pointer;display:inline-block;line-height:0;border-radius:4px;transition:opacity .15s ease,transform .15s ease}.enedis-button:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.enedis-button:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px}.enedis-button:disabled{opacity:.5;cursor:not-allowed}.enedis-button img{display:block;max-width:282px;width:100%;height:auto}.enedis-button__loading{display:block;text-align:center;font-size:.85rem;color:var(--muted);margin-top:.4rem;line-height:1.2}.error{color:var(--error)}.legal{color:var(--muted);font-size:.85rem;margin-top:1.5rem}.no-account{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border)}.link{color:var(--primary);text-decoration:none;font-weight:500}.link:hover{text-decoration:underline}.prm-list{list-style:none;padding:0;margin:.5rem 0}.prm-list li{padding:.15rem 0}.prm-list code{background:#0000000d;padding:.1rem .4rem;border-radius:4px;font-size:.9rem}.prm-list__valid-until{margin:.5rem 0 0;font-size:.9rem}.footer{padding:1rem 2rem;color:var(--muted);font-size:.85rem;border-top:1px solid var(--border);background:#fff;text-align:center}@media (max-width: 480px){.header{flex-direction:column;align-items:flex-start;gap:.5rem}.card{padding:1.5rem 1.25rem}}
