:root{--hrw-color-background: #0a0e0c;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:var(--hrw-color-background);font-family:system-ui,-apple-system,Segoe UI,sans-serif}#app-root{position:relative;width:100%;height:100%;background-color:var(--hrw-color-background)}#app-root canvas{display:block;width:100%;height:100%}.hrw-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.hrw-tabs button{padding:.4rem .9rem;cursor:pointer}.hrw-tabs button.hrw-tab-active{font-weight:700;text-decoration:underline}.hrw-hud{position:absolute;inset:0;display:grid;grid-template-areas:"top    top    top" "left   center right" "bottom bottom bottom";grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,280px) 1fr minmax(0,300px);z-index:10;font-family:Segoe UI,system-ui,sans-serif;color:var(--hrw-color-text);--hrw-color-background: #0a0e0c;--hrw-color-panel: #131917;--hrw-color-border: #27332f;--hrw-color-text: #e8f5ee;--hrw-color-text-muted: #8fa39b;--hrw-color-accent-active: #4bd37b;--hrw-color-accent-warning: #e8a33a;--hrw-color-accent-critical: #e15252;--hrw-color-accent-info: #42b5ff}.hrw-hud *{box-sizing:border-box}.hrw-hud__panel{pointer-events:auto;background-color:var(--hrw-color-panel);border:1px solid var(--hrw-color-border)}.hrw-hud__panel-title{margin:0 0 8px;padding:0 4px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hrw-color-text-muted)}.hrw-hud__top-bar{grid-area:top;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px;border-left:none;border-right:none;border-top:none}.hrw-topbar__brand,.hrw-topbar__clock,.hrw-topbar__status,.hrw-topbar__actions{display:flex;align-items:center;gap:10px}.hrw-topbar__logo{font-weight:800;letter-spacing:.1em;color:var(--hrw-color-accent-active)}.hrw-topbar__shelter-name{color:var(--hrw-color-text-muted);font-size:13px}.hrw-topbar__day,.hrw-topbar__hour,.hrw-topbar__speed,.hrw-topbar__fps,.hrw-topbar__version{font-size:13px;font-variant-numeric:tabular-nums}.hrw-topbar__speed{color:var(--hrw-color-accent-active);font-weight:700}.hrw-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.hrw-status-dot--active{background-color:var(--hrw-color-accent-active)}.hrw-status-dot--critical{background-color:var(--hrw-color-accent-critical)}.hrw-topbar__action{width:30px;height:30px;border-radius:4px;border:1px solid var(--hrw-color-border);background-color:transparent;color:var(--hrw-color-text);cursor:pointer}.hrw-topbar__action:hover{border-color:var(--hrw-color-accent-info)}.hrw-hud__left-panel{grid-area:left;padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.hrw-stat-bar__header{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px}.hrw-stat-bar__value{color:var(--hrw-color-text-muted);font-variant-numeric:tabular-nums}.hrw-stat-bar__track{height:6px;border-radius:3px;background-color:var(--hrw-color-border);overflow:hidden}.hrw-stat-bar__fill{height:100%;background-color:var(--hrw-color-accent-active);transition:width .2s ease}.hrw-stat-bar__fill--warning{background-color:var(--hrw-color-accent-warning)}.hrw-stat-bar__fill--critical{background-color:var(--hrw-color-accent-critical)}.hrw-hud__center-panel{grid-area:center;pointer-events:none;background:transparent;border:none}.hrw-hud__right-panel{grid-area:right;padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.hrw-minimap-slot{aspect-ratio:1 / 1;border:1px solid var(--hrw-color-border);border-radius:4px;background-color:var(--hrw-color-background)}.hrw-section__header{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;border-bottom:1px solid var(--hrw-color-border);color:var(--hrw-color-text);padding:6px 2px;cursor:pointer;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.hrw-section__caret{color:var(--hrw-color-text-muted);transition:transform .15s ease}.hrw-section--collapsed .hrw-section__caret{transform:rotate(-90deg)}.hrw-section--collapsed .hrw-section__body{display:none}.hrw-section__body{min-height:24px;font-size:12px;color:var(--hrw-color-text-muted);padding:6px 2px}.hrw-hud__bottom-bar{grid-area:bottom;display:flex;align-items:center;justify-content:space-between;padding:4px 16px;border-left:none;border-right:none;border-bottom:none}.hrw-bottombar__debug{display:flex;gap:16px;transition:opacity .15s ease}.hrw-bottombar__debug--hidden{opacity:0;pointer-events:none}.hrw-bottombar__cell{font-size:11px;color:var(--hrw-color-text-muted);font-variant-numeric:tabular-nums}.hrw-bottombar__debug-toggle{font-size:10px;letter-spacing:.08em;background:none;border:1px solid var(--hrw-color-border);color:var(--hrw-color-text-muted);border-radius:3px;padding:2px 8px;cursor:pointer}.hrw-hud__advisor-panel{position:absolute;right:16px;bottom:60px;width:320px;max-height:420px;display:flex;flex-direction:column;pointer-events:auto;border-radius:6px;overflow:hidden}.hrw-advisor__header{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid var(--hrw-color-border)}.hrw-advisor__avatar{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--hrw-color-background);border:1px solid var(--hrw-color-border)}.hrw-advisor__identity{display:flex;flex-direction:column}.hrw-advisor__name{font-size:13px;font-weight:600}.hrw-advisor__status{font-size:11px;color:var(--hrw-color-text-muted)}.hrw-advisor__history{flex:1;min-height:120px;max-height:220px;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:6px}.hrw-advisor__message{margin:0;font-size:12px;padding:6px 8px;border-radius:4px;max-width:85%}.hrw-advisor__message--advisor{align-self:flex-start;background-color:var(--hrw-color-background)}.hrw-advisor__message--player{align-self:flex-end;background-color:var(--hrw-color-accent-info);color:#0a0e0c}.hrw-advisor__composer{display:flex;align-items:center;gap:6px;padding:8px;border-top:1px solid var(--hrw-color-border)}.hrw-advisor__input{flex:1;background-color:var(--hrw-color-background);border:1px solid var(--hrw-color-border);color:var(--hrw-color-text);border-radius:4px;padding:6px 8px;font-size:12px}.hrw-advisor__mic,.hrw-advisor__send,.hrw-advisor__speaker{width:28px;height:28px;border-radius:4px;border:1px solid var(--hrw-color-border);background:none;color:var(--hrw-color-text);cursor:pointer}@media (max-width: 1366px){.hrw-hud{grid-template-columns:minmax(0,240px) 1fr minmax(0,260px)}.hrw-hud__advisor-panel{width:280px}}@media (max-width: 1024px),(max-height: 720px){.hrw-hud{grid-template-columns:minmax(0,200px) 1fr minmax(0,220px)}.hrw-topbar__shelter-name,.hrw-topbar__version{display:none}.hrw-hud__advisor-panel{width:240px;max-height:320px}}.hrw-tooltip{position:fixed;z-index:1000;max-width:240px;padding:6px 10px;border-radius:4px;font-size:12px;line-height:1.3;background-color:var(--hrw-color-panel, #131917);border:1px solid var(--hrw-color-border, #27332f);color:var(--hrw-color-text, #e8f5ee);pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .1s ease,transform .1s ease}.hrw-tooltip--visible{opacity:1;transform:translateY(0)}.hrw-notifications{position:absolute;top:72px;right:16px;width:300px;display:flex;flex-direction:column;gap:8px;z-index:900;pointer-events:none}.hrw-notification{position:relative;pointer-events:auto;background-color:var(--hrw-color-panel, #131917);border:1px solid var(--hrw-color-border, #27332f);border-left:3px solid var(--hrw-color-accent-info, #42b5ff);border-radius:4px;padding:10px 30px 10px 12px;color:var(--hrw-color-text, #e8f5ee);font-size:12px;opacity:0;transform:translate(16px);transition:opacity .18s ease,transform .18s ease}.hrw-notification--visible{opacity:1;transform:translate(0)}.hrw-notification--leaving{opacity:0;transform:translate(16px)}.hrw-notification--warning{border-left-color:var(--hrw-color-accent-warning, #e8a33a)}.hrw-notification--error{border-left-color:var(--hrw-color-accent-critical, #e15252)}.hrw-notification--success{border-left-color:var(--hrw-color-accent-active, #4bd37b)}.hrw-notification--mission,.hrw-notification--event{border-left-color:var(--hrw-color-accent-info, #42b5ff)}.hrw-notification__title{display:block;font-size:12px;margin-bottom:2px}.hrw-notification__message{margin:0;color:var(--hrw-color-text-muted, #8fa39b)}.hrw-notification__close{position:absolute;top:6px;right:8px;background:none;border:none;color:var(--hrw-color-text-muted, #8fa39b);cursor:pointer;font-size:14px;line-height:1}.hrw-modal-backdrop{position:absolute;inset:0;background-color:#0a0e0cb3;z-index:800;opacity:0;pointer-events:none;transition:opacity .15s ease}.hrw-modal-backdrop--visible{opacity:1;pointer-events:auto}.hrw-modal-layer{position:absolute;inset:0;z-index:810;display:flex;align-items:center;justify-content:center;pointer-events:none}.hrw-modal-window{pointer-events:auto;min-width:320px;min-height:200px;background-color:var(--hrw-color-panel, #131917);border:1px solid var(--hrw-color-border, #27332f);border-radius:6px;color:var(--hrw-color-text, #e8f5ee);display:flex;flex-direction:column;box-shadow:0 12px 32px #0006}.hrw-modal-window__header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--hrw-color-border, #27332f)}.hrw-modal-window__title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.hrw-modal-window__close{background:none;border:none;color:var(--hrw-color-text-muted, #8fa39b);font-size:16px;cursor:pointer;line-height:1}.hrw-modal-window__body{flex:1;padding:16px;color:var(--hrw-color-text-muted, #8fa39b);font-size:13px}.hrw-window-layer{position:absolute;inset:0;pointer-events:none}.hrw-window{position:absolute;pointer-events:auto;display:flex;flex-direction:column;background-color:var(--hrw-color-panel, #131917);border:1px solid var(--hrw-color-border, #27332f);border-radius:6px;color:var(--hrw-color-text, #e8f5ee);box-shadow:0 10px 28px #00000059;overflow:hidden}.hrw-window--minimized .hrw-window__body,.hrw-window--minimized .hrw-window__resize-handle{display:none}.hrw-window--minimized{height:auto!important}.hrw-window--locked .hrw-window__header{cursor:not-allowed}.hrw-window__header{display:flex;align-items:center;gap:6px;padding:6px 8px;background-color:var(--hrw-color-background, #0a0e0c);border-bottom:1px solid var(--hrw-color-border, #27332f);cursor:move;user-select:none}.hrw-window__title{flex:1;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hrw-window__control{width:22px;height:22px;border:1px solid var(--hrw-color-border, #27332f);background:none;color:var(--hrw-color-text-muted, #8fa39b);border-radius:3px;cursor:pointer;line-height:1}.hrw-window__body{flex:1;padding:12px;overflow:auto;font-size:13px;color:var(--hrw-color-text-muted, #8fa39b)}.hrw-window__resize-handle{position:absolute;right:0;bottom:0;width:14px;height:14px;cursor:nwse-resize}.hrw-window__resize-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:6px;height:6px;border-right:2px solid var(--hrw-color-border, #27332f);border-bottom:2px solid var(--hrw-color-border, #27332f)}.hrw-contextmenu{position:absolute;z-index:950;min-width:180px;background-color:var(--hrw-color-panel, #131917);border:1px solid var(--hrw-color-border, #27332f);border-radius:4px;box-shadow:0 8px 20px #00000059;display:none}.hrw-contextmenu--visible{display:block}.hrw-contextmenu__list{list-style:none;margin:0;padding:4px}.hrw-contextmenu__item{position:relative;display:flex;align-items:center;gap:8px;padding:6px 10px;font-size:12px;color:var(--hrw-color-text, #e8f5ee);border-radius:3px;cursor:pointer}.hrw-contextmenu__item:hover{background-color:var(--hrw-color-border, #27332f)}.hrw-contextmenu__item--disabled{color:var(--hrw-color-text-muted, #8fa39b);cursor:not-allowed}.hrw-contextmenu__item--disabled:hover{background-color:transparent}.hrw-contextmenu__icon{width:14px;text-align:center}.hrw-contextmenu__label{flex:1}.hrw-contextmenu__shortcut{font-size:11px;color:var(--hrw-color-text-muted, #8fa39b)}.hrw-contextmenu__separator{height:1px;margin:4px 6px;background-color:var(--hrw-color-border, #27332f)}.hrw-contextmenu__item--haschildren>.hrw-contextmenu__list{display:none;position:absolute;left:100%;top:-4px}.hrw-contextmenu__item--haschildren:hover>.hrw-contextmenu__list{display:block}.hrw-dialog-backdrop{position:absolute;inset:0;z-index:960;background-color:#0a0e0cbf;display:none;align-items:center;justify-content:center}.hrw-dialog-backdrop--visible{display:flex}.hrw-dialog{min-width:300px;max-width:420px;background-color:var(--hrw-color-panel, #131917);border:1px solid var(--hrw-color-border, #27332f);border-radius:6px;padding:18px;color:var(--hrw-color-text, #e8f5ee);box-shadow:0 12px 32px #0006}.hrw-dialog__title{margin:0 0 8px;font-size:14px;text-transform:uppercase;letter-spacing:.05em}.hrw-dialog__message{margin:0 0 12px;font-size:13px;color:var(--hrw-color-text-muted, #8fa39b)}.hrw-dialog__input{width:100%;margin-bottom:12px;padding:8px;background-color:var(--hrw-color-background, #0a0e0c);border:1px solid var(--hrw-color-border, #27332f);border-radius:4px;color:var(--hrw-color-text, #e8f5ee);font-size:13px}.hrw-dialog__actions{display:flex;justify-content:flex-end;gap:8px}.hrw-dialog__button{padding:8px 14px;border-radius:4px;font-size:12px;cursor:pointer;border:1px solid var(--hrw-color-border, #27332f);background:none;color:var(--hrw-color-text, #e8f5ee)}.hrw-dialog__button--primary{background-color:var(--hrw-color-accent-active, #4bd37b);border-color:var(--hrw-color-accent-active, #4bd37b);color:#0a0e0c;font-weight:600}.hrw-citizen-list{display:flex;flex-direction:column;gap:6px;padding:8px;overflow-y:auto}.hrw-citizen-list__title{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hrw-color-text-muted)}.hrw-citizen-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.hrw-citizen-list__item{display:flex;flex-direction:column;gap:2px;padding:6px 8px;border:1px solid var(--hrw-color-border);border-radius:4px;background:var(--hrw-color-panel);cursor:pointer;transition:border-color .12s ease}.hrw-citizen-list__item:hover{border-color:var(--hrw-color-accent, var(--hrw-color-text))}.hrw-citizen-list__item--selected{border-color:var(--hrw-color-accent, var(--hrw-color-text));background:var(--hrw-color-panel-active, var(--hrw-color-panel))}.hrw-citizen-list__item--dead{opacity:.45}.hrw-citizen-list__name{font-size:13px;color:var(--hrw-color-text)}.hrw-citizen-list__meta{font-size:11px;color:var(--hrw-color-text-muted)}.hrw-citizen-sheet{display:flex;flex-direction:column;gap:8px;padding:8px;overflow-y:auto}.hrw-citizen-sheet__header{font-size:14px;font-weight:600;color:var(--hrw-color-text);border-bottom:1px solid var(--hrw-color-border);padding-bottom:6px}.hrw-citizen-sheet__info{display:flex;flex-direction:column;gap:3px}.hrw-citizen-sheet__row{display:flex;justify-content:space-between;gap:8px;font-size:12px}.hrw-citizen-sheet__label{color:var(--hrw-color-text-muted)}.hrw-citizen-sheet__value{color:var(--hrw-color-text);text-align:right}.hrw-citizen-sheet__needs{display:flex;flex-direction:column;gap:4px;border-top:1px solid var(--hrw-color-border);padding-top:6px}:root{--ash-950: #101312;--ash-900: #181d1b;--ash-800: #1f2622;--ash-700: #2c3530;--bone: #d8d2c2;--bone-dim: #8e8a7c;--kerosene: #d9a03c;--kerosene-dim: #8a6a2f;--blood: #a33a2f;--moss: #5f7d54;--paper: #e9e2cd;--ink: #221f18;--type-display: "Special Elite", "Courier New", monospace;--type-body: "IBM Plex Sans", system-ui, sans-serif;--type-data: "IBM Plex Mono", monospace}html,body{margin:0;background:var(--ash-950);color:var(--bone)}body{font-family:var(--type-body);font-size:14px;line-height:1.5}::selection{background:var(--kerosene);color:var(--ink)}button{font-family:inherit}h1,h2{font-family:var(--type-display);font-weight:400;letter-spacing:.5px}h3,h4{font-family:var(--type-display);font-weight:400;color:var(--kerosene);font-size:13px;text-transform:uppercase;letter-spacing:1.5px}a{color:var(--kerosene)}:focus-visible{outline:2px solid var(--kerosene);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.hrw-join{max-width:640px;margin:0 auto;padding:32px 20px 60px}.hrw-join h1{font-size:26px;margin:0 0 4px}.hrw-join h1:after{content:"";display:block;width:64px;height:2px;background:var(--kerosene);margin-top:10px}.hrw-join p{color:var(--bone-dim)}.hrw-join label{display:block;font-family:var(--type-data);font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--bone-dim);margin:16px 0 6px}.hrw-join input,.hrw-join select,.hrw-join textarea{width:100%;box-sizing:border-box;background:var(--ash-900);border:1px solid var(--ash-700);color:var(--bone);border-radius:3px;padding:10px;font-size:14px;font-family:var(--type-body)}.hrw-join input:focus,.hrw-join textarea:focus{border-color:var(--kerosene);outline:none}.hrw-join button{background:var(--kerosene);color:var(--ink);border:none;border-radius:3px;padding:11px 16px;margin:14px 8px 0 0;cursor:pointer;font-size:14px;font-weight:600;transition:filter .15s}.hrw-join button:hover{filter:brightness(1.12)}.hrw-join button:disabled{background:var(--ash-700);color:var(--bone-dim);cursor:not-allowed}.hrw-muted{color:var(--bone-dim);font-size:12px}.hrw-worlds{display:flex;flex-direction:column;gap:10px;margin-top:16px}.hrw-worlds button{text-align:left;background:var(--ash-900);color:var(--bone);border:1px solid var(--ash-700);border-left:3px solid var(--kerosene);font-family:var(--type-display);font-size:16px}.hrw-worlds button:hover{background:var(--ash-800);filter:none}.hrw-intro img,.hrw-intro video{max-width:100%;border-radius:3px;margin:12px 0;border:1px solid var(--ash-700)}.hrw-intro p{color:var(--bone);font-size:15px;line-height:1.7}.hrw-roles{display:flex;gap:12px;margin:18px 0}.hrw-roles button{flex:1;background:var(--ash-900);border:1px solid var(--ash-700);color:var(--bone);border-radius:3px;padding:18px 12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;font-size:15px;font-family:var(--type-display);font-weight:400;margin:0}.hrw-roles button span{font-family:var(--type-body);font-size:12px;color:var(--bone-dim)}.hrw-roles button.on{border-color:var(--kerosene);background:var(--ash-800);box-shadow:inset 0 0 0 1px var(--kerosene)}.hrw-genetics{width:100%;margin:14px 0;border-collapse:collapse;font-family:var(--type-data);font-size:13px}.hrw-genetics th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--bone-dim);padding:8px}.hrw-genetics td{padding:10px 8px;border-bottom:1px solid var(--ash-800)}.hrw-genetics button{margin:0 6px;padding:4px 12px;background:var(--ash-800);color:var(--kerosene);border:1px solid var(--ash-700);font-family:var(--type-data)}#hrw-spawn{border:1px solid var(--ash-700);border-radius:3px;cursor:crosshair;max-width:100%;background:var(--ash-950)}.hrw-hud{display:grid;grid-template-columns:230px 1fr 320px;gap:20px;min-height:100vh;box-sizing:border-box;padding:20px}.hrw-hud h2{margin:0 0 4px;font-size:22px}.hrw-hud h2:after{content:"";display:block;width:48px;height:2px;background:var(--kerosene);margin-top:8px}.hrw-hud h3{margin:18px 0 8px}.hrw-bar{background:var(--ash-800);border:1px solid var(--ash-700);border-radius:2px;height:16px;overflow:hidden}.hrw-bar div{height:100%;transition:width .4s}.hrw-stock{list-style:none;padding:0;margin:0;font-family:var(--type-data);font-size:13px}.hrw-stock li{padding:3px 0;border-bottom:1px dotted var(--ash-800)}.hrw-status{color:var(--kerosene);min-height:40px;font-family:var(--type-display);font-size:15px;line-height:1.6}.hrw-compass{display:grid;grid-template-columns:repeat(3,68px);gap:6px;margin:14px 0}.hrw-compass button,.hrw-gather button{background:var(--ash-900);border:1px solid var(--ash-700);color:var(--bone);border-radius:3px;padding:9px 6px;cursor:pointer;font-size:12px;font-family:var(--type-data);transition:border-color .15s}.hrw-compass button:hover,.hrw-gather button:hover{border-color:var(--kerosene);color:var(--kerosene)}.hrw-gather{display:flex;flex-wrap:wrap;gap:6px}.hrw-right{display:flex;flex-direction:column;border-left:1px solid var(--ash-700);padding-left:20px;max-height:calc(100vh - 40px)}.hrw-tabs{display:flex;gap:2px;flex-wrap:wrap}.hrw-tabs button{background:none;border:none;color:var(--bone-dim);padding:8px 12px;cursor:pointer;font-family:var(--type-display);font-size:13px;border-bottom:2px solid transparent}.hrw-tabs button.on{color:var(--kerosene);border-bottom-color:var(--kerosene)}.hrw-messages{flex:1;overflow-y:auto;font-size:13px;padding:8px 0}.hrw-messages p{margin:6px 0;border-left:2px solid var(--ash-700);padding-left:8px}.hrw-messages strong{color:var(--kerosene);font-family:var(--type-data);font-size:12px}.hrw-compose{display:flex;gap:8px;padding-top:10px;border-top:1px solid var(--ash-800)}.hrw-compose input{flex:1;background:var(--ash-900);border:1px solid var(--ash-700);color:var(--bone);border-radius:3px;padding:9px;font-family:var(--type-body)}.hrw-compose button{background:var(--kerosene);border:none;color:var(--ink);border-radius:3px;padding:0 16px;cursor:pointer;font-weight:600}.hrw-dead{text-align:center;margin-top:18vh;grid-column:1 / -1}.hrw-dead h1{font-size:42px;color:var(--blood)}.hrw-paper{width:100%;margin:12px 0;background:var(--paper);color:var(--ink);border:none;border-radius:2px;padding:10px;cursor:pointer;font-family:var(--type-display);font-size:14px;box-shadow:2px 2px 0 var(--kerosene-dim)}.hrw-paper:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--kerosene-dim)}.hrw-bulletin-overlay{position:fixed;inset:0;background:#080a09d1;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.hrw-bulletin{background:var(--paper);color:var(--ink);max-width:560px;width:100%;max-height:84vh;overflow-y:auto;padding:32px 34px;border-radius:2px;font-family:var(--type-display);box-shadow:0 18px 50px #0009}.hrw-bulletin h2{margin:0 0 4px;font-size:24px;text-align:center;letter-spacing:2px;text-transform:uppercase}.hrw-bulletin h2:before{content:"— EL BOLETÍN —";display:block;font-size:10px;letter-spacing:5px;color:#6a624e;margin-bottom:6px}.hrw-bulletin h2+p,.hrw-bulletin p{line-height:1.75;font-size:14px;border-bottom:1px dotted #b7ad92;padding-bottom:10px}.hrw-sponsor{margin-top:20px;padding-top:12px;border-top:3px double #6a624e;font-size:12px;color:#6a624e}.hrw-sponsor a{color:#6a624e}.hrw-bulletin button{background:var(--ink);color:var(--paper);border:none;border-radius:2px;padding:9px 18px;margin-top:16px;cursor:pointer;font-family:var(--type-display)}.hrw-paper-body{background:var(--paper);color:var(--ink);border-radius:2px;padding:14px;margin:10px 0;font-family:var(--type-display)}.hrw-paper-body h3{margin:0 0 6px;color:var(--ink)}.hrw-paper-body .hrw-muted{color:#6a624e}.hrw-ad{border-top:3px double #6a624e;padding-top:8px;font-size:12px;color:#6a624e}.hrw-society{margin-top:16px;border-top:1px solid var(--ash-700);padding-top:10px}.hrw-society h4{margin:14px 0 6px}.hrw-society-body{font-size:13px}.hrw-action-form{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:10px 0}.hrw-action-form span{color:var(--bone-dim);font-size:12px}.hrw-action-form select,.hrw-action-form input{background:var(--ash-900);border:1px solid var(--ash-700);color:var(--bone);border-radius:3px;padding:7px;font-size:12px;max-width:140px;font-family:var(--type-data)}.hrw-action-form button{background:var(--kerosene);border:none;color:var(--ink);border-radius:3px;padding:8px 12px;cursor:pointer;font-size:12px;font-weight:600}.hrw-contract{display:flex;gap:12px;align-items:center;background:var(--ash-900);border:1px solid var(--ash-700);border-radius:3px;padding:8px 10px;margin:6px 0;font-size:12px;font-family:var(--type-data)}.hrw-contract input[type=checkbox]{accent-color:var(--kerosene)}.hrw-creator{max-width:920px}.hrw-creator table button{margin:0;padding:5px 10px;font-size:12px}.hrw-deltas{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:10px 0}.hrw-deltas label{font-family:var(--type-data);font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--bone-dim);display:flex;flex-direction:column;gap:4px;margin:0}.hrw-log{background:var(--ash-950);border:1px solid var(--ash-700);border-radius:3px;padding:12px;font-size:12px;font-family:var(--type-data);max-height:200px;overflow:auto;white-space:pre-wrap;color:var(--bone-dim)}@media (max-width: 900px){.hrw-hud{grid-template-columns:1fr;gap:14px;padding:14px}.hrw-left{display:grid;grid-template-columns:1fr 1fr;gap:0 16px;align-items:start}.hrw-left h3:first-child{margin-top:0}.hrw-right{border-left:none;padding-left:0;border-top:1px solid var(--ash-700);padding-top:12px;max-height:60vh}.hrw-compass{grid-template-columns:repeat(6,1fr)}.hrw-deltas{grid-template-columns:repeat(3,1fr)}.hrw-action-form select,.hrw-action-form input{max-width:110px}}.hrw-daily-top{display:flex;justify-content:space-between;font-family:var(--type-data);font-size:10px;letter-spacing:2px;color:#6a624e;border-bottom:1px solid var(--ink);padding-bottom:6px}.hrw-daily-masthead{font-size:40px!important;letter-spacing:4px!important;margin:14px 0 2px!important;text-transform:uppercase;text-align:center}.hrw-daily-masthead:before{content:none!important}.hrw-daily-sub{text-align:center;font-size:10px!important;letter-spacing:4px;color:#6a624e;border-bottom:3px double var(--ink)!important;padding-bottom:12px!important;margin-top:0}.hrw-daily-stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--ink);color:var(--paper);border-radius:2px;padding:10px 6px;margin:14px 0;text-align:center}.hrw-daily-stats b{display:block;font-size:18px;font-family:var(--type-data)}.hrw-daily-stats span{font-size:9px;letter-spacing:2px;color:#b7ad92}.hrw-daily-headline{font-size:19px!important;line-height:1.4!important;border-bottom:1px solid var(--ink)!important}.hrw-sponsor-eyebrow{display:block;font-size:9px;letter-spacing:3px;margin-bottom:4px}@media (max-width: 900px){.hrw-daily-masthead{font-size:28px!important}.hrw-bulletin{padding:22px 18px}}body{background:radial-gradient(ellipse 120% 80% at 50% -10%,#1c231f 0%,transparent 55%),radial-gradient(ellipse 100% 100% at 50% 110%,#0a0d0b 0%,transparent 60%),var(--ash-950);background-attachment:fixed}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.11;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse 85% 85% at 50% 42%,transparent 45%,rgba(4,6,5,.75) 100%)}#app-root{position:relative;z-index:2}.hrw-join{position:relative}main.hrw-join:not(.hrw-creator){background:linear-gradient(180deg,rgba(16,19,18,.55) 0%,rgba(16,19,18,.92) 55%,var(--ash-950) 100%),url(/assets/bg-login.jpg) center 20% / cover no-repeat,linear-gradient(180deg,#232b26 0%,#141917 40%,var(--ash-950) 100%);border-radius:6px;padding-top:48px}.hrw-hud section,.hrw-society,.hrw-contract,.hrw-worlds button,.hrw-roles button,.hrw-paper-body{box-shadow:inset 0 1px #d8d2c20d,inset 0 -1px #0006}.hrw-hud .hrw-left,.hrw-hud .hrw-center{background:repeating-linear-gradient(115deg,transparent 0 22px,rgba(216,210,194,.025) 22px 23px),linear-gradient(180deg,#262f2abf,#0e110f8c);border:1px solid #3a463f;border-top-color:#4a5850;border-radius:6px;padding:16px;box-shadow:inset 0 1px #d8d2c21f,0 8px 22px #0000008c}.hrw-hud .hrw-right{border:1px solid var(--ash-700);border-radius:6px;border-left:1px solid var(--ash-700);padding:16px;background:repeating-linear-gradient(115deg,transparent 0 22px,rgba(216,210,194,.025) 22px 23px),linear-gradient(180deg,#262f2abf,#0e110f8c);box-shadow:inset 0 1px #d8d2c21f,0 8px 22px #0000008c}.hrw-join button,.hrw-compose button,.hrw-action-form button{background:linear-gradient(180deg,#e8b558 0%,var(--kerosene) 45%,#b07f2a 100%);box-shadow:inset 0 2px #fff0c88c,inset 0 -4px 6px #503408a6,0 3px 10px #0000008c;text-shadow:0 1px 0 rgba(255,240,200,.35);border:1px solid #7a5a1e}.hrw-join button:active,.hrw-action-form button:active{box-shadow:inset 0 2px 5px #3c28058c;transform:translateY(1px)}.hrw-compass button,.hrw-gather button,.hrw-tabs button,.hrw-genetics button,.hrw-worlds button,.hrw-roles button{background:linear-gradient(180deg,#242c27 0%,var(--ash-900) 60%,#141815 100%);box-shadow:inset 0 1px #d8d2c212,0 1px 3px #0006}.hrw-tabs button{background:none;box-shadow:none}.hrw-bar{box-shadow:inset 0 2px 4px #0009}.hrw-bar div{background-image:linear-gradient(180deg,rgba(255,255,255,.22),transparent 40%,rgba(0,0,0,.25))}.hrw-bulletin,.hrw-paper,.hrw-paper-body{background-color:var(--paper);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4'/%3E%3CfeColorMatrix values='0 0 0 0 0.42 0 0 0 0 0.37 0 0 0 0 0.26 0 0 0 0.30 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E"),radial-gradient(ellipse 120% 100% at 50% 38%,transparent 48%,rgba(112,86,42,.5) 100%)}.hrw-bulletin{box-shadow:0 22px 60px #000000b3,inset 0 0 60px #7860342e}.hrw-hud h3:before{content:"⬡ ";color:var(--kerosene-dim)}.hrw-world-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:baseline;gap:12px;border:1px solid var(--ash-700);border-radius:6px;padding:10px 16px;background:linear-gradient(180deg,#1f2622b3,#10131266);box-shadow:inset 0 1px #d8d2c20f,0 4px 14px #00000059}.hrw-wh-day{font-family:var(--type-data);font-size:12px;letter-spacing:3px;color:var(--kerosene)}.hrw-wh-name{font-family:var(--type-display);font-size:17px}.hrw-wh-sky{font-size:12px;color:var(--bone-dim);cursor:help}.hrw-bar{position:relative}.hrw-bar:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 calc(10% - 2px),var(--ash-950) calc(10% - 2px) 10%);pointer-events:none}.hrw-logo{display:block;max-width:320px;width:70%;margin:0 auto 6px}.hrw-logo+.hrw-logo-fallback{display:none}.hrw-logo-fallback{text-align:center;font-size:30px!important;letter-spacing:3px;text-transform:uppercase;text-shadow:0 2px 0 rgba(0,0,0,.6),0 0 24px rgba(217,160,60,.15)}.hrw-logo-fallback:after{margin:10px auto 0!important}.hrw-daily-emblem{height:34px;vertical-align:-6px;margin-right:10px;filter:contrast(1.1)}.hrw-bulletin-overlay{animation:hrwFade .25s ease-out}.hrw-bulletin{animation:hrwRise .3s ease-out}@keyframes hrwFade{0%{opacity:0}}@keyframes hrwRise{0%{transform:translateY(14px);opacity:0}}*{scrollbar-width:thin;scrollbar-color:var(--ash-700) transparent}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-thumb{background:var(--ash-700);border-radius:4px}.hrw-messages p:last-child{border-left-color:var(--kerosene)}.hrw-dead{border-radius:8px;padding:60px 20px}.hrw-dead h1{text-shadow:0 0 40px rgba(163,58,47,.5)}select:focus,input:focus,textarea:focus{border-color:var(--kerosene)!important;outline:none;box-shadow:0 0 0 2px #d9a03c26}.hrw-daily-mast{text-align:center;border-bottom:3px double var(--ink);padding-bottom:10px;margin-bottom:12px}.hrw-daily-date{display:flex;justify-content:space-between;font-family:var(--type-data);font-size:10px;letter-spacing:1px;color:#6a624e}.hrw-bulletin .hrw-daily-mast h2{font-size:38px;letter-spacing:3px;margin:6px 0 2px}.hrw-bulletin .hrw-daily-mast h2:before{content:none}.hrw-daily-sub{font-family:var(--type-data);font-size:9px;letter-spacing:3px;color:#6a624e}.hrw-daily-stats{display:flex;justify-content:space-around;background:var(--ink);color:var(--paper);border-radius:2px;padding:8px 6px;margin:0 0 14px;font-family:var(--type-data);font-size:14px}.hrw-daily-stats span{display:flex;flex-direction:column;align-items:center;gap:2px}.hrw-daily-stats em{font-style:normal;font-size:8px;letter-spacing:2px;text-transform:uppercase;color:#9a917c}.hrw-daily-headline{font-size:19px!important;line-height:1.35!important;border-bottom:1px solid var(--ink)!important;text-transform:uppercase}
