@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink-strong: #f7f1e3;--ink: #d8d2c6;--ink-muted: #918b82;--surface-bg: #0d1218;--surface-panel: rgb(19 25 33 / .86);--surface-panel-strong: rgb(24 33 44 / .92);--surface-soft: rgb(255 255 255 / .04);--line: rgb(255 255 255 / .08);--line-strong: rgb(255 255 255 / .16);--gold: #e0b06d;--gold-soft: rgb(224 176 109 / .15);--cyan: #81d8d0;--rose: #ef9073;--shadow: 0 30px 90px rgb(0 0 0 / .28)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);font-family:Manrope,sans-serif;background:radial-gradient(circle at top left,rgb(85 119 153 / .22),transparent 34%),radial-gradient(circle at 80% 18%,rgb(224 176 109 / .12),transparent 30%),linear-gradient(180deg,#091016,#0b1016 22%,#101823)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(rgb(255 255 255 / .018) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .018) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / .52),transparent 92%);mask-image:linear-gradient(180deg,rgb(0 0 0 / .52),transparent 92%)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border:1px solid transparent;border-radius:999px;padding:0 18px;background:linear-gradient(135deg,var(--gold) 0%,#c97c4e 100%);color:#11161c;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease;box-shadow:0 18px 34px #c97c4e38}button:hover,.btn:hover{transform:translateY(-1px);box-shadow:0 24px 44px #c97c4e47}button:disabled,.btn:disabled{opacity:.54;cursor:not-allowed;transform:none;box-shadow:none}.btn.alt{border-color:var(--line);background:#ffffff0f;color:var(--ink-strong);box-shadow:none}.btn.alt:hover{border-color:var(--line-strong);background:#ffffff1a}.btn.ghost{border-color:#81d8d03d;background:#81d8d014;color:#bfe9e5;box-shadow:none}input,textarea{width:100%;min-height:50px;border:1px solid var(--line);border-radius:16px;padding:14px 16px;color:var(--ink-strong);background:#ffffff0a;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}textarea{min-height:120px;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#e0b06d70;background:#ffffff12;box-shadow:0 0 0 4px #e0b06d14}input::placeholder,textarea::placeholder{color:#7c7b78}.shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;position:relative}.shell-header,.shell-main,.shell-footer{width:min(1180px,calc(100% - 40px));margin:0 auto}.shell-header{position:sticky;top:0;z-index:30;margin-top:18px;padding:16px 20px 18px;border:1px solid var(--line);border-radius:28px;background:#0c1219c2;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:var(--shadow)}.shell-header-row{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center}.shell-brand{display:inline-flex;align-items:center;gap:14px}.shell-brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:radial-gradient(circle at 28% 24%,#f4ddb9 0%,transparent 42%),linear-gradient(135deg,#253449,#111821);border:1px solid rgb(255 255 255 / .14);color:var(--ink-strong);font-family:Fraunces,serif;font-size:24px;font-weight:700}.shell-brand-copy{display:grid;gap:2px}.shell-brand-copy strong{color:var(--ink-strong);font-size:18px;letter-spacing:.02em}.shell-brand-copy span{color:var(--ink-muted);font-size:12px;text-transform:uppercase;letter-spacing:.18em}.shell-nav{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.shell-nav-link{padding:10px 14px;border-radius:999px;color:var(--ink-muted);border:1px solid transparent;transition:border-color .14s ease,color .14s ease,background-color .14s ease}.shell-nav-link:hover,.shell-nav-link-active{color:var(--ink-strong);border-color:var(--line);background:#ffffff0d}.shell-utility{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.shell-utility-link{color:var(--ink-muted);font-size:13px;transition:color .14s ease}.shell-utility-link:hover{color:var(--ink-strong)}.shell-utility-link-muted{color:#c9a882}.shell-status-pill,.status-badge,.meta-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#ffffff0d;color:var(--ink-strong);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.shell-subbar{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.shell-subbar p{margin:0;max-width:640px;color:var(--ink);line-height:1.55}.shell-subbar-muted{color:var(--ink-muted);font-size:13px}.shell-main{padding:34px 0 40px}.shell-footer{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:0 0 42px;color:var(--ink-muted);font-size:13px}.shell-footer p{margin:0}.shell-footer-links{display:flex;gap:16px;flex-wrap:wrap}.shell-footer-links a{transition:color .14s ease}.shell-footer-links a:hover{color:var(--ink-strong)}.page-stack{display:grid;gap:22px}.hero-panel,.section-panel,.world-card,.support-panel,.admin-panel,.status-panel,.empty-panel{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,var(--surface-panel) 0%,var(--surface-panel-strong) 100%);box-shadow:var(--shadow)}.hero-panel:before,.section-panel:before,.world-card:before,.support-panel:before,.admin-panel:before,.status-panel:before,.empty-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgb(224 176 109 / .1),transparent 28%),radial-gradient(circle at bottom left,rgb(129 216 208 / .08),transparent 26%);pointer-events:none}.hero-panel{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);gap:24px;padding:34px}.hero-copy,.hero-side,.panel-body{position:relative;z-index:1}.hero-eyebrow,.section-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-eyebrow:before,.section-eyebrow:before{content:"";width:28px;height:1px;background:currentColor}h1,h2,h3{margin:0;color:var(--ink-strong);font-family:Fraunces,serif;font-weight:700;line-height:1.06}h1{margin-top:14px;font-size:clamp(2.9rem,6vw,4.9rem);letter-spacing:-.05em}h2{font-size:clamp(2rem,3.6vw,3rem);letter-spacing:-.04em}h3{font-size:1.35rem;letter-spacing:-.03em}.hero-copy p,.page-intro p,.world-card p,.support-panel p,.section-panel p,.status-panel p,.empty-panel p,.admin-panel p{margin:0;line-height:1.7;color:var(--ink)}.hero-copy p{margin-top:18px;max-width:62ch;font-size:1.05rem}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.button-row-center{justify-content:center}.hero-side{display:grid;gap:14px}.status-panel,.support-panel,.section-panel,.admin-panel,.empty-panel{padding:24px}.status-panel strong,.metric-card strong,.world-card strong,.support-panel strong,.admin-panel strong{color:var(--ink-strong)}.status-detail{display:grid;gap:10px}.status-row,.meta-row{display:flex;justify-content:space-between;gap:12px;align-items:center;color:var(--ink-muted);font-size:14px}.metric-grid,.support-grid,.world-grid,.two-column-grid,.field-grid{display:grid;gap:18px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{padding:20px;border:1px solid var(--line);border-radius:24px;background:#ffffff08}.metric-card span,.metric-card p,.helper-text,.field-help,.muted-copy{color:var(--ink-muted)}.metric-card span{display:block;margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.metric-card strong{display:block;font-size:2rem}.metric-card p{margin-top:10px;line-height:1.6}.support-grid,.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.world-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.page-intro{display:grid;gap:14px}.page-intro p{max-width:70ch}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.section-heading p{max-width:56ch}.world-card{padding:24px;display:grid;gap:18px}.world-card-header{display:grid;gap:12px}.world-card-title-row{display:flex;align-items:start;justify-content:space-between;gap:12px}.world-card-id{color:var(--ink-muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.badge-row{display:flex;flex-wrap:wrap;gap:10px}.meta-chip-highlight{border-color:#e0b06d42;background:var(--gold-soft);color:#f1d19c}.meta-chip-accent{border-color:#81d8d038;background:#81d8d014;color:#bfe9e5}.section-panel-header{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:16px}.inline-status{display:inline-flex;align-items:center;gap:8px;color:var(--rose);font-weight:700}.inline-status-ok{color:#99ddca}.input-stack{display:grid;gap:14px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-label{display:grid;gap:8px;color:var(--ink-strong);font-weight:700}.field-label-inline{display:flex;align-items:center;gap:10px;min-height:46px;padding:0 14px;border:1px solid var(--line);border-radius:16px;background:#ffffff0a;color:var(--ink);font-weight:600}.field-label-inline input{width:auto;min-height:0;padding:0;margin:0}.list-stack{display:grid;gap:12px}.result-grid{display:grid;gap:10px;padding-top:4px}.result-grid div{display:flex;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid rgb(255 255 255 / .06)}.result-grid div:last-child{border-bottom:none;padding-bottom:0}.empty-panel{text-align:center;padding:40px 24px}.empty-panel h2,.empty-panel h3{margin-bottom:12px}.eyebrow-block,.stack-compact{display:grid;gap:10px}@media(max-width:980px){.shell-header{position:static}.shell-header-row,.hero-panel,.metric-grid,.support-grid,.two-column-grid,.field-grid{grid-template-columns:1fr}.shell-nav,.shell-utility{justify-content:flex-start}.shell-subbar,.shell-footer,.section-heading,.section-panel-header,.world-card-title-row,.status-row,.meta-row{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.shell-header,.shell-main,.shell-footer{width:min(100% - 24px,1180px)}.shell-header{margin-top:12px;border-radius:24px;padding:16px}.hero-panel,.section-panel,.world-card,.support-panel,.status-panel,.admin-panel,.empty-panel{border-radius:24px}.hero-panel,.status-panel,.support-panel,.section-panel,.world-card,.admin-panel,.empty-panel{padding:22px}.hero-actions,.button-row{flex-direction:column}.btn,button{width:100%}}
