/* SCHICGIRL — Portail d'accès générique (SchicChat, HydraCheck…) · © 2024–2026 Schicgirl. */
.sgg-lock{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;
  padding:20px;overflow:auto;
  background:radial-gradient(ellipse 90% 60% at 50% -10%,rgba(201,147,74,.22),transparent 60%),#fbf4e8}
.sgg-card{width:100%;max-width:420px;background:#fffdf8;border:1.5px solid rgba(201,147,74,.4);
  border-radius:22px;box-shadow:0 18px 50px -18px rgba(60,38,24,.35);padding:34px 30px;text-align:center;
  font-family:'Jost','DM Sans',system-ui,-apple-system,sans-serif;color:#3c342b}
.sgg-logo{width:64px;height:64px;border-radius:50%;margin:0 auto 14px;
  background:linear-gradient(135deg,#e8c07e,#c9934a);
  background-image:url("../logo2.webp");background-size:cover;background-position:center;
  border:2px solid rgba(201,147,74,.5)}
.sgg-card h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;font-weight:600;
  color:#3b2a20;margin:0 0 8px;line-height:1.15}
.sgg-sub{font-size:13.5px;color:#6a5f52;line-height:1.55;margin:0 0 20px}
.sgg-sub .sgg-en{font-size:12px;opacity:.75;font-style:italic}
.sgg-card input{width:100%;box-sizing:border-box;margin-bottom:10px;padding:13px 16px;
  border:1.5px solid #e6dccb;border-radius:12px;font-family:inherit;font-size:14.5px;background:#fff;
  outline:none;transition:border-color .15s;color:#3c342b}
.sgg-card input:focus{border-color:#c9934a}
.sgg-btn{width:100%;border:0;cursor:pointer;background:#c9934a;color:#fff;font-family:inherit;
  font-size:15px;font-weight:700;letter-spacing:.02em;padding:14px;border-radius:100px;
  box-shadow:0 8px 20px rgba(201,147,74,.4);transition:filter .15s;margin-top:4px}
.sgg-btn:hover{filter:brightness(1.07)}
.sgg-err{min-height:18px;font-size:12.5px;color:#b0563d;margin:10px 0 0}
.sgg-help{font-size:12px;color:#8a7a62;line-height:1.7;margin:16px 0 0}
.sgg-help a{color:#a06d28;font-weight:600;text-decoration:none}
html.sgg-locked,body.sgg-locked{overflow:hidden!important}
