:root{--teg-bg:#050505;--teg-panel:#111113;--teg-red:#b11226;--teg-gold:#d4af37;--teg-gold-light:#f5df8c;--teg-text:#f7f1e7;--teg-muted:#9c9790;--teg-border:rgba(212,175,55,.24)}
.teg-registration-page,.teg-registration-page *{box-sizing:border-box}.teg-registration-page{padding:72px 20px;color:var(--teg-text);background:radial-gradient(circle at 15% 10%,rgba(177,18,38,.18),transparent 35%),radial-gradient(circle at 90% 80%,rgba(212,175,55,.10),transparent 30%),var(--teg-bg)}.teg-registration-shell{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:36px}.teg-registration-hero,.teg-registration-panel{border:1px solid var(--teg-border);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.03),transparent),var(--teg-panel);box-shadow:0 28px 80px rgba(0,0,0,.45)}.teg-registration-hero{padding:52px 40px;display:flex;flex-direction:column;justify-content:space-between;min-height:620px}.teg-eyebrow,.teg-overline{color:var(--teg-gold);font-size:11px;font-weight:900;letter-spacing:1.8px}.teg-registration-hero h1{margin:18px 0;font:800 clamp(44px,5vw,72px)/.98 Georgia,serif}.teg-registration-hero h1 em{color:var(--teg-gold);font-style:normal}.teg-registration-hero p{color:#bbb;line-height:1.8}.teg-hero-stats{display:grid;gap:10px}.teg-hero-stats div{padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:13px}.teg-hero-stats strong{display:block;color:var(--teg-gold-light);font-size:20px}.teg-hero-stats span{color:var(--teg-muted);font-size:11px}.teg-registration-panel{padding:42px}.teg-registration-panel h2{margin:8px 0;color:#fff;font:800 38px Georgia,serif}.teg-lead{margin:0 0 28px;color:var(--teg-muted)}.teg-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.teg-field-full{grid-column:1/-1}.teg-field label{display:block;margin-bottom:7px;color:#d8d8d8;font-size:12px;font-weight:800}.teg-field input,.teg-field select{width:100%;height:52px;padding:0 14px;border:1px solid rgba(255,255,255,.11);border-radius:11px;outline:0;color:#fff;background:#090909}.teg-field select option{color:#fff;background:#090909}.teg-field input:focus,.teg-field select:focus{border-color:var(--teg-gold);box-shadow:0 0 0 3px rgba(212,175,55,.09)}.teg-field small{display:block;margin-top:6px;color:var(--teg-muted);font-size:10px}.teg-consent{display:flex;gap:10px;margin:20px 0;color:var(--teg-muted);font-size:12px;line-height:1.6}.teg-consent input{margin-top:3px}.teg-consent a,.teg-login-link a,.teg-register-success a{color:var(--teg-gold-light)}.teg-submit{display:flex;width:100%;min-height:56px;align-items:center;justify-content:center;gap:12px;border:1px solid #f0d775;border-radius:12px;color:#120e04;background:linear-gradient(110deg,#8f6b13,#d4af37 35%,#fff1a8 55%,#d4af37 78%,#8f6b13);font-weight:900;cursor:pointer}.teg-submit:disabled{opacity:.55;cursor:wait}.teg-login-link{text-align:center;color:var(--teg-muted);font-size:12px}.teg-register-message{margin:0 0 20px;padding:14px 16px;border-radius:11px}.teg-register-message p{margin:4px 0}.teg-register-error{color:#ff9cab;background:rgba(177,18,38,.12);border:1px solid rgba(220,41,65,.35)}.teg-register-success{color:#b8f1ca;background:rgba(37,211,102,.10);border:1px solid rgba(37,211,102,.28)}@media(max-width:850px){.teg-registration-shell{grid-template-columns:1fr}.teg-registration-hero{min-height:auto;padding:35px 28px}}@media(max-width:600px){.teg-registration-page{padding:28px 10px}.teg-registration-panel{padding:25px 16px}.teg-form-grid{grid-template-columns:1fr}.teg-field-full{grid-column:auto}}


/* Compte connecté */
.teg-account-connected{
    max-width:760px;
    margin:35px auto;
    padding:26px;
    border:1px solid rgba(212,175,55,.28);
    border-radius:18px;
    color:#fff;
    background:linear-gradient(145deg,#151515,#080808);
    box-shadow:0 24px 70px rgba(0,0,0,.42);
}
.teg-account-connected-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
}
.teg-account-connected-icon{
    display:grid;
    width:44px;
    height:44px;
    place-items:center;
    border-radius:50%;
    color:#130e02;
    background:#d4af37;
    font-weight:900;
}
.teg-account-connected-head strong,
.teg-account-connected-head small{display:block}
.teg-account-connected-head strong{font-size:18px}
.teg-account-connected-head small{margin-top:4px;color:#999}
.teg-account-actions{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
}
.teg-account-actions a{
    display:flex;
    min-height:48px;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:11px;
    font-weight:800;
    text-decoration:none;
}
.teg-account-primary{
    color:#161003!important;
    border:1px solid #f0d775;
    background:linear-gradient(110deg,#8f6b13,#d4af37 38%,#fff1a8 65%,#d4af37);
}
.teg-account-secondary{
    color:#f7e7a4!important;
    border:1px solid rgba(212,175,55,.3);
    background:rgba(212,175,55,.06);
}
.teg-account-logout{
    color:#ff9baa!important;
    border:1px solid rgba(177,18,38,.42);
    background:rgba(177,18,38,.09);
}
@media(max-width:620px){
    .teg-account-actions{grid-template-columns:1fr}
}
