/* Full-width feature pages using the homepage card and spacing system. */
body:is([data-route="register"],[data-route="downloads"],[data-route="rankings"]) .main { display:block;padding:30px;background:rgba(245,251,255,.94);border-radius:0 0 18px 18px; }
.feature-page { color:#294b66;container-type:inline-size; }
.feature-heading { display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 26px; }
.feature-heading h2 { font-size:32px;margin-top:8px; }
.page-back { display:block;font-size:14px;color:#526d82; }
.page-back span { margin-left:10px;color:#91aabc; }
.feature-text-link { font-size:14px; }
.page-flow { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:24px; }
.page-flow a { display:flex;align-items:center;gap:12px;padding:15px 18px;border:1px solid #c9d9e5;border-radius:10px;background:#ffffffa6;color:#526d82;font-size:16px; }
.page-flow a[aria-current] { background:linear-gradient(120deg,#e0effa,#f8fcff);border-color:#90b5cf;color:#234f70;box-shadow:inset 0 1px #fff; }
.page-flow a:hover { border-color:#729cbc;background:#edf6fc; }
.flow-number { font:26px Georgia,serif;color:#648ca8; }
.flow-arrow { margin-left:auto;color:#7a9db6;font-size:24px; }
.feature-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch; }
.feature-support-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px; }
.feature-card-head { display:flex;align-items:center;gap:12px;margin-bottom:22px;flex-wrap:wrap; }
.feature-card-head h3 { font-size:22px;flex:1;min-width:100px; }
.feature-icon { width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(145deg,#fff,#dcecf8);border:1px solid #d3e1eb;color:#497fa5;font-size:19px; }
.feature-status { border:1px solid #d5e3ec;background:#f0f6fa;padding:4px 9px;border-radius:5px;font-size:12px;color:#526d82; }
.feature-note { padding:12px 14px;border:1px solid #d5e3ec;border-radius:6px;background:#f1f7fc;font-size:14px;margin:0 0 22px; }
.feature-form { display:flex;flex:1;flex-direction:column; }
.feature-fields { display:grid;grid-template-columns:1fr 1fr;gap:18px; }
.feature-fields>div { min-width:0; }
.feature-fields label { display:block;margin:0 0 7px;font-size:14px;color:#355770; }
.feature-fields input { height:46px;border:1px solid #c0d3e1;border-radius:6px;box-shadow:none;margin:0;font-size:16px;background:#f8fbfe; }
.feature-fields input:disabled { opacity:1;color:#5b7589;cursor:not-allowed; }
.feature-form-footer { display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:24px;padding-top:20px;border-top:1px solid #dce7ef;font-size:14px; }
.feature-page .button { min-height:46px;border-radius:6px;font-size:14px; }
.feature-page button:disabled { cursor:not-allowed;box-shadow:none;background:#e1edf6;color:#526d82;border-color:#c2d6e5; }
.feature-checklist { list-style:none;padding:0;margin:0 0 20px;display:grid;gap:0; }
.feature-checklist li { display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #e2ebf1; }
.feature-checklist li:first-child { padding-top:0; }
.feature-checklist li:last-child { border:0; }
.feature-checklist li>span { font:24px Georgia,serif;color:#6b93ae; }
.feature-page h4 { font-size:16px;font-weight:600;color:#294b66;margin:0; }
.feature-checklist p,.feature-help p { font-size:16px;line-height:1.65;color:#526d82;margin:7px 0 0; }
.feature-help .feature-card-head { margin-bottom:6px; }
.feature-help .feature-card-head h3 { font-size:20px; }
.feature-help .home-card-bottom { padding-top:22px;text-align:left; }
.feature-description { font-size:16px;color:#526d82;margin:0 0 18px; }
.feature-facts { margin:0 0 24px; }
.feature-facts>div { display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid #e2ebf1;font-size:14px; }
.feature-facts dt { color:#526d82; }.feature-facts dd { margin:0;text-align:right; }
.download-action { display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:auto; }
.download-action span { font-size:13px;color:#526d82; }
.feature-empty { padding:35px 20px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;min-height:220px; }
.feature-empty>i { font-size:36px;color:#779db9;margin-bottom:18px; }
.feature-empty p { font-size:16px;max-width:350px;line-height:1.65;color:#526d82;margin:10px 0 0; }
.feature-install { margin-top:30px; }.feature-install>h3 { font-size:22px; }.feature-install .feature-support-grid { margin-top:18px; }
.ranking-toolbar { display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px; }
.ranking-switch { display:flex;gap:6px;padding:5px;background:#edf4f9;border:1px solid #d4e2ec;border-radius:8px; }
.ranking-switch button { display:flex;gap:9px;align-items:center;justify-content:center;padding:10px 16px;border:1px solid transparent;border-radius:5px;color:#526d82;background:transparent;min-height:44px;font-size:14px; }
.ranking-switch button[aria-pressed="true"] { background:#fff;color:#245574;border-color:#bfd3e2;box-shadow:0 2px 5px #3157760a; }
.ranking-switch button:hover { color:#173f5b;background:#f9fcff; }
.ranking-update { font-size:13px;color:#647f94; }
.leaderboard-card .ranking-switch { flex-wrap:wrap;max-width:100%; }
.leaderboard-card .ranking-switch button { white-space:nowrap;min-height:40px; }
.ranking-class-options { border-top:1px solid #d4e2ec;padding:18px 0 20px; }
.ranking-filter-label { display:block;font-size:14px;font-weight:600;color:#355770;margin-bottom:11px; }
.ranking-class-filters { display:flex;flex-wrap:wrap;gap:7px; }
.ranking-class-filters button { min-height:36px;min-width:44px;padding:7px 11px;border:1px solid #bfd3e2;border-radius:6px;background:#f5faff;color:#456980;font-size:14px;line-height:1.3; }
.ranking-class-filters button:hover { background:#deedf8;border-color:#82a9c5;color:#244f6e; }
.ranking-class-filters button[aria-pressed="true"] { background:#254f6c;border-color:#254f6c;color:#f2faff;box-shadow:inset 0 1px #ffffff26; }
.ranking-result-heading { display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 14px;padding-top:4px; }
.ranking-result-heading>span { font-size:13px;color:#647f94; }
.ranking-method { margin:14px 0 0;font-size:14px;color:#526d82;line-height:1.6; }
.leaderboard-card .feature-table { min-width:540px; }
.feature-table-scroll { overflow:auto;max-width:100%;border:1px solid #d5e2ec;border-radius:8px; }
.feature-table { margin:0;width:100%; }.feature-table th { background:#eef5fa;color:#456980;font-size:14px;padding:14px 18px; }.feature-table td { padding:0;white-space:normal;border-bottom:0; }.feature-table th:last-child { text-align:right; }.feature-table th:first-child { width:90px; }.feature-table .feature-empty { min-height:270px; }
@container(max-width:850px) { .feature-fields { grid-template-columns:1fr; }.feature-card-head { gap:10px; }.feature-card-head h3 { font-size:20px; }.feature-status { margin-left:52px; }.feature-support-grid { grid-template-columns:1fr; }.feature-help { flex-direction:row;align-items:center;gap:20px;flex-wrap:wrap; }.feature-help p { flex:1;min-width:160px;margin:0; }.feature-help .home-card-bottom { padding:0; }.feature-help .feature-card-head { margin:0; } }
@container(max-width:650px) { .feature-grid { grid-template-columns:1fr; }.page-flow { gap:8px; }.page-flow a { gap:8px;padding:12px 10px;font-size:14px; }.page-flow i,.flow-arrow { display:none; }.feature-heading { align-items:flex-start; }.feature-heading h2 { font-size:28px; }.feature-text-link { max-width:140px;text-align:right; }.feature-status { margin-left:0; }.feature-help { display:flex;flex-direction:column;align-items:stretch;gap:10px; }.feature-help p { min-width:0; }.feature-help .home-card-bottom { padding-top:12px; } }
@media(max-width:720px) { body:is([data-route="register"],[data-route="downloads"],[data-route="rankings"]) .main { padding:24px 16px 20px; }.feature-grid,.feature-support-grid { gap:16px; }.ranking-switch { width:100%; }.ranking-switch button { flex:1; }.feature-form-footer { align-items:stretch;flex-direction:column; } }

/* Register: the Silver Ice User Panel's account bar, surfaces and controls. */
.register-shell { overflow:hidden;border:1px solid #adcbdf;border-radius:14px;background:linear-gradient(140deg,#f5fbff,#e1eef8);box-shadow:0 12px 32px #163f5c12; }
.register-accountbar { display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 26px;background:linear-gradient(110deg,#183c56,#2d5976);color:#eff9ff; }
.register-identity { display:flex;align-items:center;gap:13px; }
.register-avatar { width:44px;height:44px;border:1px solid #a4c7dc;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#daf2ff,#7ca6c0);color:#24465c;font-size:20px;flex-shrink:0; }
.register-identity strong { display:block;font:600 20px/1.3 Georgia,serif; }
.register-identity div>span { display:block;font-size:14px;color:#c2d9e9;margin-top:3px; }
.register-badge { display:inline-flex;align-items:center;gap:8px;font-size:14px;padding:7px 11px;border:1px solid #90b4cb66;border-radius:6px;background:#ffffff0b; }
.register-progress { padding:17px 26px;border-bottom:1px solid #c0d4e2;background:#e5f1f9; }
.register-progress .page-flow { margin:0;gap:10px; }
.register-progress .page-flow a { padding:9px 13px;border-radius:6px;font-size:14px;background:transparent;border-color:transparent;gap:10px; }
.register-progress .page-flow a[aria-current] { background:#d3e6f3;border-color:#b4cede;color:#163f5c; }
.register-progress .page-flow a:hover { background:#dcecf7;border-color:#b4cede; }
.register-progress .flow-number { font:600 14px/1 'Segoe UI',sans-serif;width:25px;height:25px;display:grid;place-items:center;border:1px solid #b4cede;border-radius:50%;background:#f2f9fe;color:#356c90;flex-shrink:0; }
.register-progress .flow-arrow { font-size:20px; }
.register-layout { display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);gap:28px;padding:28px 26px; }
.register-form-pane,.register-aside { min-width:0; }
.register-section-heading { display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid #b6cddb;color:#356c90; }
.register-section-heading h3 { font:600 18px/1.4 'Segoe UI',sans-serif;color:#203f55; }
.register-intro { font-size:16px;color:#536d80;margin:14px 0 24px; }
.register-form .feature-fields { grid-template-columns:1fr 1fr;gap:20px 16px; }
.register-form .feature-fields label { font-weight:600;color:#355770; }
.register-input { display:flex;align-items:center;gap:10px;border:1px solid #bbd0df;border-radius:6px;padding:0 13px;background:#f8fcff;box-shadow:inset 0 1px #fff; }
.register-input>i { color:#5c819b;font-size:16px;width:16px;flex-shrink:0; }
.register-form .register-input input { min-width:0;width:100%;height:48px;border:0;padding:0;background:transparent;color:#284a61;font-size:16px;opacity:1; }
.register-input input::placeholder { color:#647f94;opacity:1; }
.register-availability { display:flex;gap:11px;align-items:flex-start;margin:24px 0 18px;padding:14px;border:1px solid #b8d0e0;background:#dfeef8;border-radius:8px;color:#47677d; }
.register-availability>i { margin-top:4px; }
.register-availability p { margin:0;font-size:14px;line-height:1.6; }
.register-page .register-create:disabled { width:100%;display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 16px;border-radius:6px;background:linear-gradient(#edfaff,#b8d9ed);border:1px solid #a5c5dc;color:#345d79;opacity:1;font-size:16px;font-weight:600;cursor:not-allowed;box-shadow:inset 0 1px #fff; }
.register-create>span { margin-left:auto; }.register-create>i { margin-right:auto; }
.register-signin { text-align:center;margin:15px 0 0;font-size:14px;color:#536d80; }.register-signin a { font-weight:600;white-space:nowrap; }
.register-form .form-message:empty { display:none; }
.register-security { display:flex;align-items:flex-start;gap:12px;margin-top:25px;padding-top:20px;border-top:1px solid #c1d8e7; }
.register-security>i { color:#386f94;font-size:22px;margin-top:2px; }
.register-security strong { font-size:14px;color:#355770; }.register-security p { font-size:14px;line-height:1.6;color:#5b768a;margin:4px 0 0; }
.register-aside { display:flex;flex-direction:column;gap:14px;padding-left:28px;border-left:1px solid #c1d8e7; }
.register-art { position:relative;min-height:285px;flex:1;overflow:hidden;border:1px solid #adcbdf;border-radius:10px;background:#081e34;isolation:isolate; }
.register-art>img { position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% center;z-index:-2; }
.register-art::after { content:'';position:absolute;inset:0;background:linear-gradient(0deg,#061b33f5, #061b3370 55%,#061b330a);z-index:-1; }
.register-art>div { min-height:285px;height:100%;display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;padding:24px; }
.register-art div>span { color:#bae2ff;letter-spacing:.1em;font-size:12px;font-weight:600; }
.register-art h3 { color:#eff9ff;font-size:30px;line-height:1.2;margin:12px 0 20px;text-shadow:0 2px 14px #031324; }
.register-art a { display:inline-flex;align-items:center;gap:16px;min-height:42px;border:1px solid #b6dfffa3;background:#e4f5ff15;border-radius:6px;padding:9px 13px;color:#edf9ff;font-size:14px;backdrop-filter:blur(6px); }
.register-art a:hover { background:#c9eaff38;color:#fff; }
.register-next { display:flex;align-items:center;gap:12px;min-height:78px;padding:15px;border:1px solid #b4ccdc;border-radius:9px;background:linear-gradient(140deg,#f5fbff,#e1eef8);color:#284a62; }
.register-next:hover { background:#d0e8f7;border-color:#669fc1; }.register-next-icon { color:#386f94;font-size:20px; }.register-next strong { font-size:16px;display:block;line-height:1.4; }.register-next small { display:block;font-size:14px;color:#5a7386;margin-top:3px; }.register-next>span:last-child { margin-left:auto; }
.register-footer { display:flex;justify-content:space-between;align-items:center;gap:14px;padding:17px 26px;border-top:1px solid #c0d4e2;font-size:14px;color:#597387; }.register-footer>span>span { margin:0 7px; }
@container(max-width:900px) { .register-layout { grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:20px; }.register-aside { padding-left:20px; }.register-form .feature-fields { grid-template-columns:1fr; }.register-art h3 { font-size:28px; } }
@container(max-width:650px) { .register-layout { grid-template-columns:1fr;padding:22px 18px;gap:24px; }.register-accountbar { padding:17px 18px;flex-wrap:wrap;gap:12px; }.register-badge { font-size:14px; }.register-progress { padding:12px; }.register-progress .page-flow { gap:4px; }.register-progress .page-flow a { padding:8px 6px;gap:6px; }.register-aside { border-left:0;border-top:1px solid #c1d8e7;padding:24px 0 0; }.register-art,.register-art>div { min-height:240px; }.register-art>img { object-position:center 35%; }.register-footer { padding:16px 18px;flex-wrap:wrap; }.register-signin a { display:inline-block; } }
