/* Shortgame Registration */
.sgr-page{--sgr-red:#e21e2b;--sgr-teal:#0e5d66;--sgr-dark:#101010;--sgr-text:#252525;--sgr-muted:#666;--sgr-border:#ececec;--sgr-soft:#fafafa;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:40px 0 70px;color:var(--sgr-text);font-family:inherit}.sgr-page *{box-sizing:border-box}.sgr-hero{text-align:center;padding:54px 20px 38px;background:radial-gradient(circle at top right,rgba(226,30,43,.11),transparent 34%),linear-gradient(180deg,#fff,#fafafa);border:1px solid var(--sgr-border);border-radius:28px;margin-bottom:28px}.sgr-kicker{display:inline-flex;align-items:center;justify-content:center;background:var(--sgr-red);color:#fff;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.sgr-hero h1{margin:0;color:var(--sgr-dark);font-size:clamp(36px,6vw,72px);line-height:.96;font-weight:950;letter-spacing:-.055em;text-transform:uppercase}.sgr-hero p{max-width:800px;margin:20px auto 0;color:var(--sgr-muted);font-size:clamp(17px,2vw,23px);line-height:1.42}.sgr-form{background:#fff;border:1px solid var(--sgr-border);border-radius:28px;padding:30px;box-shadow:0 14px 38px rgba(0,0,0,.065)}.sgr-question-box{border:2px solid var(--sgr-red);border-radius:22px;padding:24px;margin-bottom:28px;background:#fff}.sgr-question-box h2,.sgr-form-title{margin:0 0 12px;color:var(--sgr-dark);font-size:clamp(26px,3vw,38px);line-height:1;font-weight:950;letter-spacing:-.04em;text-transform:uppercase}.sgr-question-box p{margin:0 0 18px;color:var(--sgr-muted)}.sgr-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sgr-choice-card{display:block;border:1px solid var(--sgr-border);border-radius:18px;padding:18px;cursor:pointer;background:var(--sgr-soft);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.sgr-choice-card:hover{transform:translateY(-2px);border-color:var(--sgr-red);box-shadow:0 12px 28px rgba(0,0,0,.08)}.sgr-choice-card input{margin-right:8px}.sgr-choice-card span{display:block;margin-top:8px;color:var(--sgr-dark);font-size:20px;font-weight:900}.sgr-choice-card small{display:block;margin-top:4px;color:var(--sgr-muted);line-height:1.35}.sgr-player-only-fields{display:none}.sgr-player-only-fields.is-visible{display:grid}.sgr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:26px}.sgr-field-wide{grid-column:1/-1}.sgr-field label{display:block;margin:0 0 8px;color:var(--sgr-dark);font-weight:850}.sgr-field small{display:block;margin-top:7px;color:var(--sgr-muted);font-size:13px}.sgr-input{width:100%;min-height:52px;border:1px solid #d9d9d9;border-radius:14px;padding:0 14px;background:#fff;color:var(--sgr-text);font-size:16px;outline:none}.sgr-input:focus{border-color:var(--sgr-red);box-shadow:0 0 0 3px rgba(226,30,43,.12)}.sgr-consent{display:grid;gap:12px;margin:24px 0;padding:20px;background:var(--sgr-soft);border-radius:18px}.sgr-consent label{display:flex;align-items:flex-start;gap:10px;color:var(--sgr-text);line-height:1.42}.sgr-consent input{margin-top:4px;flex:0 0 auto}.sgr-submit,.sgr-link-button{min-height:58px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:0 30px;background:var(--sgr-red);color:#fff!important;text-decoration:none;font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.035em;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.14)}.sgr-alert{border-radius:18px;padding:18px 20px;margin:0 0 22px;font-weight:800}.sgr-alert.success{background:#eaf8ef;color:#176b33;border:1px solid #bde7c8}.sgr-alert.error{background:#fff0f0;color:#9f1218;border:1px solid #f2c0c3}.sgr-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;background:#fff;border:1px solid var(--sgr-border);border-radius:24px;padding:24px;box-shadow:0 14px 38px rgba(0,0,0,.055)}.sgr-summary>div{padding:14px;border-radius:14px;background:var(--sgr-soft)}.sgr-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--sgr-border);border-radius:22px;box-shadow:0 14px 38px rgba(0,0,0,.055)}.sgr-table{width:100%;border-collapse:collapse;min-width:900px}.sgr-table th,.sgr-table td{padding:14px 16px;border-bottom:1px solid var(--sgr-border);text-align:left;font-size:14px}.sgr-table th{background:#111;color:#fff;text-transform:uppercase;letter-spacing:.04em}@media(max-width:760px){.sgr-page{width:min(100% - 24px,1120px);padding:28px 0 54px}.sgr-hero{border-radius:22px;padding:42px 18px 30px}.sgr-form{padding:22px;border-radius:22px}.sgr-choice-grid,.sgr-grid,.sgr-summary{grid-template-columns:1fr}.sgr-field-wide{grid-column:auto}.sgr-submit,.sgr-link-button{width:100%}}

.sgr-login-form{max-width:680px;margin:0 auto}.sgr-login-card{max-width:680px;margin:0 auto;display:grid;gap:18px;background:#fff;border:1px solid var(--sgr-border);border-radius:28px;padding:30px;box-shadow:0 14px 38px rgba(0,0,0,.065)}.sgr-login-form .sgr-login-card{box-shadow:none;border:0;padding:0}.sgr-remember{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:14px;background:var(--sgr-soft);font-weight:800;color:var(--sgr-text)}.sgr-remember input{width:18px;height:18px}.sgr-login-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;font-size:14px;font-weight:800}.sgr-login-links a,.sgr-link-muted{color:var(--sgr-teal);text-decoration:none}.sgr-login-links a:hover,.sgr-link-muted:hover{text-decoration:underline}.sgr-login-card .sgr-link-button{justify-self:center}.sgr-login-card .sgr-link-muted{justify-self:center;font-weight:800}
@media(max-width:760px){.sgr-login-card{padding:22px;border-radius:22px}.sgr-login-links{display:grid;gap:10px;text-align:center}}

/* Player Console v1.0.3 */
.sgr-console-page{max-width:1180px}.sgr-console-hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:28px;align-items:center;padding:48px 34px;background:radial-gradient(circle at top right,rgba(226,30,43,.14),transparent 36%),linear-gradient(135deg,#111 0%,#222 100%);border-radius:30px;color:#fff;margin-bottom:26px}.sgr-console-hero h1{margin:0;font-size:clamp(42px,6vw,76px);line-height:.95;font-weight:950;letter-spacing:-.055em;text-transform:uppercase}.sgr-console-hero p{margin:18px 0 0;color:rgba(255,255,255,.78);font-size:clamp(17px,2vw,22px);line-height:1.42;max-width:760px}.sgr-progress-ring{--sgr-progress:25;width:168px;height:168px;border-radius:50%;background:conic-gradient(var(--sgr-red) calc(var(--sgr-progress) * 1%),rgba(255,255,255,.16) 0);display:grid;place-items:center;position:relative;justify-self:end}.sgr-progress-ring:before{content:"";position:absolute;inset:13px;border-radius:50%;background:#161616}.sgr-progress-ring span,.sgr-progress-ring small{position:relative;z-index:2;text-align:center}.sgr-progress-ring span{display:block;font-size:36px;font-weight:950;line-height:1}.sgr-progress-ring small{display:block;max-width:110px;margin-top:4px;color:rgba(255,255,255,.72);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.sgr-console-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:30px}.sgr-console-card{background:#fff;border:1px solid var(--sgr-border);border-radius:24px;padding:24px;box-shadow:0 14px 38px rgba(0,0,0,.055)}.sgr-console-card.primary{border:2px solid var(--sgr-red)}.sgr-card-label{display:inline-flex;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#f3f3f3;color:var(--sgr-muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.sgr-console-card h2{margin:0;color:var(--sgr-dark);font-size:clamp(24px,3vw,36px);line-height:1;font-weight:950;letter-spacing:-.04em}.sgr-console-card p{margin:14px 0 0;color:var(--sgr-muted);font-size:15px;line-height:1.45}.sgr-console-section{margin-top:30px;background:#fff;border:1px solid var(--sgr-border);border-radius:28px;padding:30px;box-shadow:0 14px 38px rgba(0,0,0,.05)}.sgr-section-title{margin-bottom:22px}.sgr-section-title h2{margin:0;color:var(--sgr-dark);font-size:clamp(30px,4vw,52px);line-height:1;font-weight:950;letter-spacing:-.045em;text-transform:uppercase}.sgr-section-title p{margin:14px 0 0;color:var(--sgr-muted);font-size:17px;line-height:1.48}.sgr-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sgr-content-card{display:block;text-decoration:none;color:inherit;background:var(--sgr-soft);border:1px solid var(--sgr-border);border-radius:22px;padding:24px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.sgr-content-card:hover{transform:translateY(-3px);border-color:var(--sgr-red);box-shadow:0 14px 30px rgba(0,0,0,.08)}.sgr-content-card span{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--sgr-red);color:#fff;font-weight:950;margin-bottom:18px}.sgr-content-card h3{margin:0;color:var(--sgr-dark);font-size:23px;line-height:1.05;font-weight:950;letter-spacing:-.025em}.sgr-content-card p{margin:12px 0 0;color:var(--sgr-muted);line-height:1.45}.sgr-activity-list{display:grid;gap:12px}.sgr-activity-item{padding:18px;border-radius:18px;background:var(--sgr-soft);border:1px solid var(--sgr-border)}.sgr-activity-item strong{display:block;color:var(--sgr-dark);font-size:18px}.sgr-activity-item span{display:block;margin-top:4px;color:var(--sgr-muted);font-size:13px;font-weight:800}.sgr-activity-item p{margin:10px 0 0;color:var(--sgr-text);line-height:1.45}.sgr-help-card{padding:26px;border-radius:22px;background:linear-gradient(135deg,#111,#252525);color:#fff}.sgr-help-card h3{margin:0;font-size:28px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:-.035em}.sgr-help-card p{max-width:760px;color:rgba(255,255,255,.76)}.sgr-chat-box iframe{width:100%;min-height:520px;border:0;border-radius:22px;background:#fff}.sgr-console-page .sgr-table-wrap{box-shadow:none}@media(max-width:980px){.sgr-console-hero{grid-template-columns:1fr}.sgr-progress-ring{justify-self:start}.sgr-console-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sgr-content-grid{grid-template-columns:1fr}}@media(max-width:640px){.sgr-console-hero{padding:34px 22px;border-radius:24px}.sgr-console-grid{grid-template-columns:1fr}.sgr-console-section{padding:22px;border-radius:22px}.sgr-progress-ring{width:138px;height:138px}.sgr-progress-ring span{font-size:30px}}

/* Demo Explorer v1.0.6 */
.sgr-demo-credentials{margin:0 0 28px;background:#111;color:#fff;border-radius:24px;padding:26px;border:2px solid var(--sgr-red);box-shadow:0 14px 38px rgba(0,0,0,.08)}.sgr-demo-credentials h2{margin:0;font-size:clamp(26px,3vw,42px);line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:-.04em}.sgr-demo-credentials p{margin:12px 0 0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.45}.sgr-demo-credentials strong{color:#fff;background:rgba(226,30,43,.28);padding:3px 7px;border-radius:8px}.sgr-demo-console .sgr-content-grid{margin-bottom:28px}

/* Area Giocatori Landing v1.0.7 */
.sgr-players-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:center;padding:54px 34px;background:radial-gradient(circle at top right,rgba(226,30,43,.14),transparent 36%),linear-gradient(135deg,#111 0%,#232323 100%);border-radius:30px;color:#fff;margin-bottom:30px}.sgr-players-hero h1{margin:0;font-size:clamp(44px,6vw,82px);line-height:.94;font-weight:950;letter-spacing:-.055em;text-transform:uppercase}.sgr-players-hero p{margin:18px 0 0;color:rgba(255,255,255,.78);font-size:clamp(17px,2vw,23px);line-height:1.42;max-width:820px}.sgr-landing-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.sgr-submit.secondary,.sgr-link-button.secondary{background:var(--sgr-teal)}.sgr-players-status{background:#fff;color:var(--sgr-dark);border-radius:24px;padding:26px;border:2px solid var(--sgr-red);box-shadow:0 16px 38px rgba(0,0,0,.20)}.sgr-players-status span{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--sgr-red);color:#fff;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.sgr-players-status strong{display:block;margin-top:16px;font-size:clamp(24px,3vw,38px);line-height:1;font-weight:950;letter-spacing:-.04em}.sgr-players-status p{color:var(--sgr-muted);font-size:16px;margin-top:12px}.sgr-players-benefits .sgr-content-card{background:#fff}.sgr-players-access .sgr-console-grid{margin-bottom:0}@media(max-width:980px){.sgr-players-hero{grid-template-columns:1fr}.sgr-landing-actions .sgr-submit{width:auto}}@media(max-width:640px){.sgr-players-hero{padding:34px 22px;border-radius:24px}.sgr-landing-actions .sgr-submit{width:100%}.sgr-players-status{padding:22px}}

/* Demo didattica v1.0.8 */
.sgr-demo-content-grid .primary-demo-card{border:2px solid var(--sgr-red)}.sgr-demo-content-grid .secondary-demo-card{opacity:.86}.sgr-demo-content-grid .sgr-content-card h3{min-height:auto}

/* Test Neofiti GA centrale nella demo v1.0.9 */
.sgr-demo-content-grid .key-demo-card{border:3px solid var(--sgr-red);background:linear-gradient(180deg,#fff,#fff7f8);box-shadow:0 18px 44px rgba(226,30,43,.16)}
.sgr-demo-content-grid .key-demo-card span{background:var(--sgr-red)!important;color:#fff!important}
.sgr-demo-content-grid .key-demo-card h3{color:var(--sgr-red)}
