.share-field{margin-bottom:var(--space-6, 1.5rem)}.share-field__label{display:block;font-weight:var(--font-weight-semibold, 600);margin-bottom:var(--space-2, .5rem);color:var(--text-secondary, inherit);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.share-field__row{display:flex;gap:var(--space-2, .5rem);align-items:center}.share-field__input,.share-field__textarea{flex-grow:1;width:100%;background:var(--surface-secondary, transparent);border:1px solid var(--border-color, currentColor);color:var(--text-primary, inherit);padding:var(--space-2, .5rem) var(--space-3, .75rem);border-radius:var(--border-radius-sm, 4px);font-size:var(--font-size-sm, .9rem)}.share-field__textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;margin-bottom:var(--space-2, .5rem);resize:none}.share-field__hint{font-size:var(--font-size-xs, .8rem);color:var(--text-secondary, inherit);margin:var(--space-2, .5rem) 0 0}.media-library-modal{height:90vh}.media-library-modal .modal__content{overflow:hidden;display:flex;flex-direction:column}.media-library{flex:1;min-height:0;display:flex;flex-direction:column;gap:var(--space-4);overflow:hidden}.media-library__toolbar{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:var(--space-3);gap:var(--space-4);flex-wrap:wrap}.media-library__toolbar .view-toggle{margin-bottom:0}.media-library__toolbar-right{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0;margin-left:auto}.media-library__category-filter{width:auto;min-width:130px}.media-library__toolbar-right .search-form{width:200px}.media-library__body{flex:1;min-height:0;display:flex;flex-direction:row;gap:var(--space-4);align-items:stretch}.media-library__grid-wrap{flex:1;min-width:0;min-height:0;overflow-y:auto;position:relative;border:2px dashed transparent;border-radius:var(--border-radius);transition:border-color var(--transition-base),background var(--transition-base)}.media-library__grid-wrap--dragover{border-color:var(--color-primary);background:var(--color-primary-light)}.media-library__dropzone-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);background:var(--color-primary-light);border-radius:var(--border-radius);pointer-events:none;z-index:10;color:var(--color-primary);font-weight:600}.media-library__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-auto-rows:130px;gap:var(--space-3);min-height:300px;align-content:start;padding:var(--space-2)}.media-library__item{position:relative;padding:0;border:2px solid var(--border-color);border-radius:var(--border-radius);background:var(--surface-secondary);cursor:pointer;overflow:hidden;transition:border-color var(--transition-base),box-shadow var(--transition-base)}.media-library__item:hover{border-color:var(--color-primary-light)}.media-library__item--selected{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.media-library__item img{width:100%;height:100%;object-fit:cover;display:block}.media-library__badge{position:absolute;top:var(--space-1);right:var(--space-1);background:var(--color-primary);color:var(--surface-primary);padding:2px var(--space-2);font-size:var(--font-size-xs);border-radius:var(--border-radius-sm);font-weight:var(--font-weight-semibold)}.media-library__placeholder{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;min-height:200px;padding:var(--space-6);color:var(--text-secondary);font-style:italic;text-align:center}.media-library__panel{width:320px;flex-shrink:0;min-height:0;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);background:var(--surface-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);overflow-y:auto}.media-library__panel .form-group{gap:3px;margin-bottom:0}.media-library__panel .form-label{font-size:9px;letter-spacing:.1em}.media-library__panel .form-input,.media-library__panel .form-select,.media-library__panel .form-textarea,.media-library__panel textarea.form-input{padding:5px 8px;font-size:12.5px;line-height:1.3}.media-library__panel .form-select{padding-right:26px}.media-library__panel textarea.form-input{min-height:0;resize:vertical}.media-library__panel .media-library__tag-input{min-height:30px;padding:4px 6px}.media-library__panel .media-library__tag-field{font-size:12px}.media-library__field-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2);min-width:0}.media-library__field-row>.form-group{min-width:0}.media-library__preview{width:100%;aspect-ratio:16 / 9;background:var(--surface-primary);border-radius:var(--border-radius);overflow:hidden}.media-library__preview img{width:100%;height:100%;object-fit:contain}.media-library__actions{display:flex;flex-direction:column;gap:var(--space-2);margin-top:auto;padding-top:var(--space-2)}.media-library__tag-input{display:flex;flex-wrap:wrap;gap:var(--space-1);align-items:center;padding:var(--space-2);border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--surface-primary);min-height:38px;cursor:text}.media-library__tag{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:var(--color-primary-light);border:1px solid var(--color-primary);border-radius:var(--border-radius-sm);font-size:var(--font-size-sm);color:var(--color-primary)}.media-library__tag-remove{background:none;border:none;color:inherit;cursor:pointer;padding:0;line-height:1;opacity:.7}.media-library__tag-remove:hover{opacity:1}.media-library__tag-field{flex:1;min-width:80px;border:none;background:transparent;color:inherit;font-size:var(--font-size-sm);outline:none;padding:0}.media-library__tag-field::placeholder{color:var(--text-secondary)}.media-library__filename{margin:0 0 var(--space-2) 0;font-size:var(--font-size-base);word-break:break-word}.media-library__readonly-meta{overflow-wrap:anywhere;font-size:var(--font-size-sm);color:var(--text-secondary)}.media-library__readonly-meta p{margin:0 0 var(--space-1) 0}.media-library__readonly-desc{font-style:italic;margin-top:var(--space-2)}@media(max-width:900px){.media-library__toolbar{flex-wrap:wrap}.media-library__toolbar-right{margin-left:0}.media-library__body{flex-direction:column;overflow-y:auto}.media-library__grid-wrap{max-height:40vh}.media-library__panel{width:100%}.media-library__field-row{grid-template-columns:1fr}}.mgs-crop__stage{position:relative;display:flex;justify-content:center;margin-top:var(--space-2);overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.mgs-crop__img{display:block;max-width:100%;max-height:60vh}.mgs-crop__canvas{position:relative;line-height:0}.mgs-crop__frame{position:absolute;box-sizing:border-box;border:2px solid #fff;outline:1px solid rgba(0,0,0,.6);box-shadow:0 0 0 9999px #0000008c;cursor:move}.mgs-crop__frame:focus-visible{border-color:var(--color-primary, #fff)}.mgs-crop__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-3)}.mgs-crop__size{display:inline-flex;align-items:center;gap:var(--space-2);margin-right:auto;font-size:var(--font-size-sm, .875rem)}.media-library__hint{flex-shrink:0;margin:0;color:var(--text-secondary);font-size:var(--font-size-sm)}.media-library__filters{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.media-library__panel .media-library__confirm-delete{display:flex;gap:var(--space-2)}.media-library__panel .media-library__confirm-delete>.btn{flex:1}.entry-link{color:inherit;text-decoration:underline;text-underline-offset:.15em;text-decoration-thickness:1px}.entry-link:hover,.entry-link:focus-visible{text-decoration-thickness:2px}.language-switcher{padding:var(--space-5) 0}.language-options{display:flex;flex-direction:column;gap:var(--space-2-5);margin-top:var(--space-2-5)}.language-option{display:flex;align-items:center;padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-card);cursor:pointer;transition:all var(--transition-base);background:var(--surface-secondary)}.language-option:hover,.language-option.selected{border-color:var(--fantasy-gold);background:var(--surface-secondary)}.language-flag{font-size:24px;margin-right:var(--space-3)}.language-name{flex:1;font-weight:500}.language-check{color:var(--fantasy-gold);font-weight:700;font-size:18px}.notifications-container{position:fixed;top:calc(var(--space-5) + var(--achv-stack-h, 0px));right:var(--space-5);transition:top .25s ease;z-index:var(--z-toast, 1100);display:flex;flex-direction:column;gap:var(--space-2-5);max-width:380px;width:100%;pointer-events:none}.notification{pointer-events:auto;position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--border-strong);border-top-color:var(--border-bevel-ctrl);border-radius:var(--radius-card);background:var(--surface-control);box-shadow:0 18px 36px -18px #000000e6;font:400 13px/1.45 var(--font-ui);color:var(--text-body);animation:mgs-toast-in .22s cubic-bezier(.2,.8,.3,1) both}.notification:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent)}.notification-success:before{background:var(--positive)}.notification-warning:before{background:var(--warning)}.notification-error:before{background:var(--critical)}.notification-content{flex:1;min-width:0}.notification-title{font-weight:700;margin-bottom:3px;color:var(--text-primary)}.notification-message{font-size:12.5px;line-height:1.4;white-space:pre-line}.notification-action{margin-top:var(--space-2);padding:var(--space-1) var(--space-3);font:600 var(--font-size-sm) var(--font-ui);color:var(--text-primary);background:none;border:1px solid var(--border-strong);border-radius:var(--radius-card);cursor:pointer;transition:border-color .15s,color .15s}.notification-action:hover{border-color:var(--accent);color:var(--accent)}.notification-close{flex:none;margin-left:auto;padding:0;border:none;background:none;color:var(--text-faint);cursor:pointer;font-size:18px;line-height:1;transition:color .15s}.notification-close:hover{color:var(--text-primary)}@keyframes mgs-toast-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.notifications-container{transition:none}.notification{animation:none}}@media(max-width:480px){.notifications-container{right:var(--space-2-5);left:var(--space-2-5);max-width:none}}.devlog-list{display:flex;flex-direction:column;gap:var(--space-4, 1rem)}.devlog-entry{display:flex;flex-direction:column;gap:var(--space-2, .5rem);padding:var(--space-3, .75rem);border-radius:var(--radius-card);border:1px solid var(--border);background:var(--surface-secondary)}.devlog-entry-header{display:flex;align-items:center;gap:var(--space-2, .5rem)}.devlog-entry-app-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:var(--font-size-xs, .7rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;line-height:1.6}.devlog-entry-date{font-size:var(--font-size-sm, .8rem);color:var(--text-secondary)}.devlog-entry-title{font-family:var(--font-fantasy-title, serif);font-size:var(--font-size-base, 1rem);font-weight:600;color:var(--fantasy-gold, #c0a060);line-height:1.3}.devlog-entry-description{font-size:var(--font-size-sm, .875rem);color:var(--fantasy-text);line-height:1.5;white-space:pre-line}.terms-of-use__body{display:flex;flex-direction:column;color:var(--fantasy-text, var(--text-primary));line-height:1.6;font-size:var(--font-size-sm, .9rem)}.terms-of-use__body h2{margin:0 0 var(--space-2, .5rem);font-family:var(--font-fantasy-title, serif);font-size:var(--font-size-lg, 1.15rem);color:var(--fantasy-gold, #c0a060)}.terms-of-use__updated{margin:0 0 var(--space-4, 1rem);color:var(--text-secondary);font-size:var(--font-size-xs, .75rem)}.terms-of-use__body h3{margin:var(--space-4, 1rem) 0 var(--space-1, .25rem);font-size:var(--font-size-base, 1rem);font-weight:600;color:var(--fantasy-gold, #c0a060)}.terms-of-use__body p{margin:0}.audio-player{position:fixed;bottom:0;left:var(--sidebar-width);right:0;height:0;overflow:hidden;display:flex;align-items:center;gap:var(--space-4);padding:0 var(--space-5);background:#120e0ad1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--fantasy-border);z-index:var(--z-player);transition:height .22s ease;box-shadow:0 -4px 24px #0000008c}.audio-player--active{height:90px}.audio-player__track-info{display:flex;align-items:center;gap:var(--space-3);width:200px;flex-shrink:0;overflow:hidden}.audio-player__thumb{width:52px;height:52px;border-radius:var(--border-radius-sm);object-fit:cover;flex-shrink:0}.audio-player__thumb--placeholder{display:flex;align-items:center;justify-content:center;background:var(--surface-sidebar);border:1px solid var(--fantasy-border);color:var(--text-muted);font-size:20px}.audio-player__meta{display:flex;flex-direction:column;gap:2px;overflow:hidden}.audio-player__title{font-size:var(--font-size-sm);color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-player__composer{font-size:var(--font-size-xs);color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-player__center{flex:1;min-width:0;height:100%;display:flex;align-items:center}.audio-player__controls{display:flex;align-items:center;gap:var(--space-2)}.audio-player__btn{background:none;border:none;color:var(--text-secondary);font-size:16px;cursor:pointer;padding:var(--space-1) var(--space-2);border-radius:var(--border-radius-sm);transition:color .15s ease,background .15s ease;line-height:1}.audio-player__btn:hover:not(:disabled){color:var(--text-primary);background:var(--overlay-light-05)}.audio-player__btn--play{font-size:20px;color:var(--fantasy-gold);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--fantasy-gold);padding:0}.audio-player__btn-icon{display:flex;align-items:center;justify-content:center;line-height:1}.audio-player__btn-icon--play{padding-left:2px}.audio-player__btn--play .audio-player__btn-icon:not(.audio-player__btn-icon--play){padding-left:0;padding-right:0;letter-spacing:-.5px}.audio-player__btn--play:hover:not(:disabled){background:var(--fantasy-gold-subtle);color:var(--fantasy-gold)}.audio-player__btn:disabled{opacity:.35;cursor:default}.audio-player__waveform{width:100%;min-height:56px}.audio-player__right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:var(--space-2);min-width:280px;flex-shrink:0}.audio-player__time{font-size:var(--font-size-xs);color:var(--text-secondary);font-variant-numeric:tabular-nums;white-space:nowrap}.audio-player__volume{display:flex;align-items:center;gap:var(--space-2)}.audio-player__volume-icon{font-size:13px;color:var(--text-secondary)}.audio-player__volume-slider{width:64px;accent-color:var(--fantasy-gold);cursor:pointer}@media(max-width:768px){.audio-player{left:0;padding:0 var(--space-3);gap:var(--space-3)}}.audio-player__btn--close{font-size:13px;margin-left:var(--space-1)}@keyframes fx-rainbow-border{0%{border-color:#ff6b6b;box-shadow:0 0 4px #ff6b6b66}16%{border-color:#ffa94d;box-shadow:0 0 4px #ffa94d66}33%{border-color:#ffd43b;box-shadow:0 0 4px #ffd43b66}50%{border-color:#69db7c;box-shadow:0 0 4px #69db7c66}66%{border-color:#4dabf7;box-shadow:0 0 4px #4dabf766}83%{border-color:#cc5de8;box-shadow:0 0 4px #cc5de866}to{border-color:#ff6b6b;box-shadow:0 0 4px #ff6b6b66}}.formula-examples-trigger{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:var(--space-1);padding:0;border:1.5px solid var(--fantasy-gold-dim);border-radius:var(--border-radius-circle);background:var(--surface-tertiary);color:var(--fantasy-gold);font-size:.9em;line-height:1;cursor:pointer;animation:fx-rainbow-border 3s linear infinite;transition:background .2s}.formula-examples-trigger:hover{background:var(--fantasy-gold-subtle)}.fx-desktop-panel{position:fixed;width:340px;max-width:calc(100vw - 2rem);display:flex;flex-direction:column;background:var(--surface-secondary);border:1px solid var(--border-color-strong);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-dark-xl);z-index:var(--z-modal-nested);overflow:hidden}.fx-mobile-overlay{position:fixed;inset:0;background:var(--surface-overlay);z-index:var(--z-modal-nested)}.fx-mobile-panel{display:flex;flex-direction:column;width:100%;height:100%;background:var(--surface-secondary)}.fx-panel__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);border-bottom:1px solid var(--border-color);background:var(--surface-primary)}.fx-panel__title{margin:0;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.fx-panel__close{border:none;background:transparent;color:var(--text-secondary);font-size:1.4rem;line-height:1;cursor:pointer;padding:0 var(--space-1)}.fx-panel__close:hover{color:var(--text-primary)}.fx-panel__body{padding:var(--space-4);overflow-y:auto}.fx-note{margin:0 0 var(--space-4) 0;padding:var(--space-2-5) var(--space-3);font-size:.8em;line-height:1.4;color:var(--text-secondary);background:var(--surface-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm)}.fx-group{margin-bottom:var(--space-5)}.fx-group__intro{margin:0 0 var(--space-3) 0;font-size:.8em;line-height:1.4;color:var(--text-secondary)}.fx-group:last-child{margin-bottom:0}.fx-group__title{margin:0 0 var(--space-3) 0;font-size:.8em;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.fx-example{margin-bottom:var(--space-3)}.fx-example:last-child{margin-bottom:0}.fx-example__code{display:block;font-family:Courier New,monospace;font-size:.85em;color:var(--fantasy-gold);background:var(--surface-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:var(--space-2) var(--space-2-5);margin-bottom:var(--space-1);white-space:pre-wrap;word-break:break-word}.fx-example__desc{margin:0;font-size:.8em;color:var(--text-secondary);line-height:1.4}.fx-operators{width:100%;border-collapse:collapse;font-size:.8em;margin-bottom:var(--space-2)}.fx-operators tr+tr td{border-top:1px solid var(--border-color)}.fx-operators td{padding:var(--space-1-5) var(--space-2);vertical-align:top;line-height:1.4}.fx-operators td:first-child{color:var(--fantasy-gold);font-family:Courier New,monospace;white-space:nowrap;width:1%;padding-right:var(--space-3)}.fx-operators td:last-child{color:var(--text-secondary)}.mnm-modal .modal__content{padding:0;overflow:hidden;display:flex;flex-direction:row}.mnm-layout{display:flex;flex:1;min-height:500px;overflow:hidden}.mnm-track{display:contents}.mnm-sidebar{width:280px;flex-shrink:0;border-right:1px solid var(--border-color);background-color:var(--surface-secondary);display:flex;flex-direction:column}.mnm-sidebar__heading{padding:var(--space-4);border-bottom:1px solid var(--border-color);background-color:var(--surface-tertiary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);color:var(--text-secondary)}.mnm-sidebar__list{flex:1;overflow-y:auto;overscroll-behavior:contain}.mnm-nav-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:0;background:transparent;text-align:left;cursor:pointer;transition:all var(--transition-base);color:var(--text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);border-radius:0;outline:none}.mnm-nav-btn__icon{display:flex;align-items:center;flex-shrink:0;font-size:1.2em;margin-right:var(--space-2)}.mnm-nav-btn__label{flex:1;min-width:0}.mnm-nav-btn__chevron{display:none;flex-shrink:0;color:var(--text-secondary)}.mnm-nav-btn__count{flex-shrink:0;min-width:1.4em;padding:0 var(--space-1);background:var(--fantasy-gold-subtle);color:var(--fantasy-gold);border:1px solid var(--fantasy-gold);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:1.4;text-align:center}.mnm-nav-btn:hover{background:var(--fantasy-gold-subtle);color:var(--fantasy-gold)}.mnm-nav-btn--active,.mnm-nav-btn--active:hover{background:var(--fantasy-gold-subtle);color:var(--fantasy-gold);border-left:3px solid var(--fantasy-gold)}.mnm-nav-btn--disabled,.mnm-nav-btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.mnm-content{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.mnm-content__header{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);padding:var(--space-6);border-bottom:1px solid var(--border-color);background-color:var(--surface-secondary)}.mnm-content__header--no-title{padding:0;border-bottom:none;background:transparent}.mnm-content__back{display:none;align-items:center;gap:var(--space-1);background:none;border:none;padding:0;cursor:pointer;color:var(--fantasy-gold);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.mnm-content__title-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);width:100%}.mnm-content__header h2{margin:0;display:flex;align-items:center;gap:var(--space-2);min-width:0;color:var(--text-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}.mnm-content__title-icon{display:inline-flex;align-items:center;flex-shrink:0}.mnm-content__header-action{flex-shrink:0}.mnm-content__body{flex:1;padding:var(--space-6);overflow-y:auto;overscroll-behavior:contain;line-height:1.6;color:var(--text-primary);font-size:var(--font-size-base)}.mnm-content__placeholder{margin:0;color:var(--text-secondary)}.mnm-content__body--raw{padding:0;display:flex;flex-direction:column}.mnm-paragraph{font-size:var(--font-size-base);margin-bottom:var(--space-4)}.mnm-paragraph--empty{margin-bottom:var(--space-2)}.mnm-content__body table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:var(--font-size-sm)}.mnm-content__body th,.mnm-content__body td{padding:.4rem .75rem;border:1px solid var(--fantasy-border);text-align:left}.mnm-content__body th{background:var(--surface-secondary);color:var(--fantasy-gold);font-weight:var(--font-weight-semibold)}.mnm-content__body tr:nth-child(2n) td{background:var(--overlay-dark-10)}.mnm-content__body a{color:var(--fantasy-gold);text-decoration:underline}@media(max-width:768px){.mnm-content__body.slide-from-top,.mnm-content__body.slide-from-bottom{animation:none}}@media(max-width:768px){.mnm-modal .modal__content{display:block}.mnm-layout{display:block;position:relative;min-height:0;height:70vh;overflow:hidden}.mnm-modal--with-footer .mnm-layout{height:60vh}.mnm-track{display:flex;width:200%;height:100%;transition:transform .3s ease}.mnm-sidebar,.mnm-content{width:50%;flex-shrink:0;height:100%;border-right:none}.mnm-layout--content .mnm-track{transform:translate(-50%)}.mnm-nav-btn{min-height:48px;font-size:var(--font-size-base)}.mnm-nav-btn__chevron,.mnm-content__back{display:inline-flex}.mnm-content__header--no-title{display:flex;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-color);background-color:var(--surface-secondary)}}.achv-toast-container{position:fixed;right:var(--space-5);top:var(--space-5);z-index:var(--z-achievement, 1200);display:flex;flex-direction:column;gap:var(--space-3);max-width:360px;width:100%;pointer-events:none}.achv-toast{position:relative;background:var(--surface-control);border:1px solid var(--fantasy-gold);border-radius:var(--radius-card);box-shadow:0 8px 28px #00000080;font-family:var(--font-ui);color:var(--text-body);overflow:hidden;pointer-events:auto;animation:achv-slide-in .4s cubic-bezier(.22,1,.36,1)}.achv-toast__link{display:flex;align-items:flex-start;gap:var(--space-4);padding:var(--space-4) var(--space-5);padding-right:var(--space-8);color:inherit;text-decoration:none;cursor:pointer}.achv-toast__link:hover .achv-toast__name{color:var(--fantasy-gold)}.achv-toast__link:focus-visible{outline:2px solid var(--fantasy-gold);outline-offset:-2px}.achv-toast__topline{position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,var(--fantasy-gold),transparent)}.achv-toast__close{position:absolute;z-index:2;top:var(--space-2);right:var(--space-2);display:inline-flex;padding:2px;background:none;border:none;color:var(--text-muted);cursor:pointer;line-height:0;transition:color .15s}.achv-toast__close:hover{color:var(--fantasy-gold)}.achv-toast__badge{position:relative;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-inset);border:1px solid var(--fantasy-gold)}.achv-toast__icon{color:var(--fantasy-gold);position:relative;z-index:1}.achv-toast__rays{position:absolute;inset:-14px;border-radius:50%;background:repeating-conic-gradient(var(--fantasy-gold) 0deg 1.5deg,transparent 1.5deg 15deg);-webkit-mask:radial-gradient(circle,transparent 23px,#000 25px,transparent 38px);mask:radial-gradient(circle,transparent 23px,#000 25px,transparent 38px);opacity:.45;animation:achv-rays-spin 9s linear infinite}.achv-toast__body{flex:1;min-width:0}.achv-toast__label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fantasy-gold);margin-bottom:2px}.achv-toast__name{font-family:var(--font-fantasy-title);font-size:var(--font-size-md);line-height:1.2;color:var(--text-primary);margin-bottom:2px}.achv-toast__desc{font-size:var(--font-size-sm);line-height:1.35;color:var(--text-muted)}.achv-toast__guest{margin-top:var(--space-2);font-size:var(--font-size-xs);font-weight:600;color:var(--fantasy-gold)}.achv-toast__progress{position:absolute;left:0;bottom:0;height:3px;width:100%;transform-origin:left center;background:var(--fantasy-gold);animation-name:achv-deplete;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes achv-slide-in{0%{transform:translate(16px,-110%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes achv-rays-spin{to{transform:rotate(360deg)}}@keyframes achv-deplete{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(prefers-reduced-motion:reduce){.achv-toast,.achv-toast__rays{animation:none}}@media(max-width:480px){.achv-toast-container{right:var(--space-2-5);left:var(--space-2-5);max-width:none}}.hub-features__list{margin:0 0 var(--space-4);padding-left:1.25rem}.hub-features__list li{margin-bottom:var(--space-2)}.hub-features__list--free{color:var(--text-secondary)}.hub-features__patreon{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--fantasy-border)}.hub-features__patreon .btn{display:inline-flex;align-items:center;gap:var(--space-2);text-decoration:none}.hub-features__note{margin:0;font-size:var(--font-size-sm);color:var(--text-secondary)}.hub-header{position:sticky;top:0;z-index:90;display:flex;align-items:center;justify-content:flex-end;gap:var(--space-4);padding:var(--space-3) var(--space-10);background:var(--surface-sidebar);border-bottom:1px solid var(--fantasy-border)}.hub-header__logo{display:none;height:22px;margin-right:auto;opacity:.85}.hub-header__link{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0;padding:var(--space-2) var(--space-3);border:1px solid var(--fantasy-border);border-radius:var(--border-radius);color:var(--fantasy-text);font-family:var(--font-fantasy-title);font-size:var(--font-size-sm);letter-spacing:.04em;text-decoration:none;transition:all var(--transition-base)}.hub-header__link:hover,.hub-header__link.is-active{border-color:var(--fantasy-gold);background-color:var(--fantasy-gold-subtle);color:var(--fantasy-gold)}.hub-header__account{position:relative;flex-shrink:0}.hub-header__trigger{display:flex;align-items:center;gap:var(--space-2);max-width:220px;padding:var(--space-2) var(--space-3);background:none;border:1px solid var(--fantasy-border);border-radius:var(--border-radius);color:var(--fantasy-text);font-family:var(--font-fantasy-title);font-size:var(--font-size-sm);letter-spacing:.04em;cursor:pointer;transition:all var(--transition-base)}.hub-header__trigger:hover,.hub-header__trigger[aria-expanded=true]{border-color:var(--fantasy-gold);background-color:var(--fantasy-gold-subtle);color:var(--fantasy-gold)}.hub-header__trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-header__menu{position:absolute;top:calc(100% + var(--space-2));right:0;min-width:260px;padding:var(--space-2) 0;background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:var(--border-radius);box-shadow:0 8px 24px var(--overlay-dark-50);z-index:1}.hub-header__identity{display:flex;flex-direction:column;gap:2px;padding:var(--space-3) var(--space-4)}.hub-header__identity-name{font-family:var(--font-fantasy-title);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--fantasy-gold)}.hub-header__identity-email{font-size:var(--font-size-xs);color:var(--text-muted);overflow:hidden;text-overflow:ellipsis}.hub-header__group+.hub-header__group,.hub-header__identity+.hub-header__group{border-top:1px solid var(--overlay-light-05);margin-top:var(--space-2);padding-top:var(--space-2)}.hub-header__item{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-2-5) var(--space-4);background:none;border:none;color:var(--fantasy-text);font-size:var(--font-size-sm);text-align:left;cursor:pointer;transition:background-color var(--transition-base)}.hub-header__item:hover{background-color:var(--fantasy-gold-subtle);color:var(--fantasy-gold)}.hub-header__item-icon{display:flex;align-items:center;min-width:20px}.hub-header__item--plain{padding-left:calc(var(--space-4) + 20px + var(--space-3));color:var(--text-secondary)}.hub-header__item-label{flex:1}.hub-header__item-value{font-size:var(--font-size-xs);color:var(--text-muted);white-space:nowrap}.theme-options{display:flex;flex-direction:column;gap:var(--space-3)}.theme-option{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--fantasy-border);border-radius:var(--border-radius);background:var(--surface-secondary);color:var(--fantasy-text);cursor:pointer;transition:all var(--transition-base);text-align:left;width:100%}.theme-option:hover{border-color:var(--fantasy-gold);background-color:var(--fantasy-gold-subtle)}.theme-option--active{border-color:var(--fantasy-gold);box-shadow:0 0 0 1px var(--fantasy-gold)}.theme-option--locked{opacity:.7}.theme-option__swatch{width:28px;height:28px;border-radius:var(--border-radius-circle);border:1px solid var(--border-color-strong);flex-shrink:0}.theme-option__label{flex:1;font-family:var(--font-fantasy-title);font-size:var(--font-size-base);letter-spacing:.04em;color:var(--fantasy-gold)}.theme-option__lock{display:flex;align-items:center;gap:var(--space-1);font-size:var(--font-size-xs);color:var(--text-secondary)}.theme-option__check{color:var(--fantasy-gold);font-weight:var(--font-weight-bold)}@media(max-width:1024px){.hub-header{position:static;padding:var(--space-3) var(--space-6)}}@media(max-width:768px){.hub-header__logo{display:block}.hub-header{padding-right:56px}}@media(max-width:480px){.hub-header{gap:var(--space-2)}.hub-header__trigger{max-width:160px}.hub-header__link-label{display:none}}.mobile-menu-trigger{display:none}@media(max-width:1024px){.mobile-menu-trigger{position:fixed;top:var(--space-3);right:var(--space-3);z-index:1100;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:var(--surface-sidebar);border:1px solid var(--fantasy-border);border-radius:var(--border-radius);color:var(--fantasy-gold);cursor:pointer;box-shadow:0 2px 10px var(--overlay-dark-50)}.mobile-menu-trigger:active{background:var(--fantasy-gold-subtle)}}.mobile-menu-overlay{position:fixed;inset:0;z-index:1090;display:flex;background:var(--overlay-dark-50, rgba(0, 0, 0, .6));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:mobile-menu-fade .2s ease}.mobile-menu-panel{display:flex;flex-direction:column;width:100%;height:100%;background:var(--surface-sidebar);border-left:1px solid var(--fantasy-border);animation:mobile-menu-slide .25s cubic-bezier(.16,1,.3,1)}@keyframes mobile-menu-fade{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-slide{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--overlay-light-05);flex-shrink:0}.mobile-menu-logo{height:32px;opacity:.9}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;color:var(--fantasy-gold);cursor:pointer}.mobile-menu-body{flex:1;overflow-y:auto;padding:var(--space-4) var(--space-5) var(--space-8)}.mobile-menu-section-title{font-family:var(--font-fantasy-title);font-size:var(--font-size-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:var(--space-5) 0 var(--space-3)}.mobile-menu-section-title:first-child{margin-top:var(--space-2)}.mobile-menu-nav{display:flex;flex-direction:column}.mobile-menu-nav-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);width:100%;padding:var(--space-4) var(--space-3);background:none;border:none;border-left:3px solid transparent;text-align:left;cursor:pointer;transition:all var(--transition-base)}.mobile-menu-nav-item:active{background:var(--overlay-light-03)}.mobile-menu-nav-item.is-active{background:var(--fantasy-gold-subtle);border-left-color:var(--fantasy-gold)}.mobile-menu-nav-icon{display:inline-flex;flex-shrink:0;color:var(--text-muted)}.mobile-menu-nav-text{flex:1;font-family:var(--font-fantasy-title);font-size:var(--font-size-lg);color:var(--text-secondary)}.mobile-menu-nav-item.is-active .mobile-menu-nav-text{color:var(--fantasy-gold)}.mobile-menu-nav-badge{font-size:10px;text-transform:uppercase;background:var(--surface-secondary);color:var(--text-muted);padding:2px 6px;border-radius:4px}.mobile-menu-links{display:flex;flex-direction:column;gap:var(--space-3)}.mobile-menu-link{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:var(--border-radius);color:var(--fantasy-text);position:relative;text-align:left;cursor:pointer;transition:all var(--transition-base)}.mobile-menu-link:active{border-color:var(--fantasy-gold);background:var(--fantasy-gold-subtle)}.mobile-menu-link-icon{min-width:32px;text-align:center}.mobile-menu-link-content{display:flex;flex-direction:column;gap:2px}.mobile-menu-link-title{font-family:var(--font-fantasy-title);font-size:var(--font-size-base);font-weight:600;letter-spacing:.04em;color:var(--fantasy-gold)}.mobile-menu-link-description{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.4}.mobile-menu-account{margin-top:var(--space-6);display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}.mobile-menu-login{width:100%;background:none;border:1px solid var(--fantasy-border);color:var(--fantasy-text);padding:var(--space-3) var(--space-5);cursor:pointer;font-family:var(--font-fantasy-title);font-size:var(--font-size-sm);letter-spacing:.1em;text-transform:uppercase;transition:all .3s}.mobile-menu-login:active{background:var(--fantasy-gold-subtle);border-color:var(--fantasy-gold);color:var(--fantasy-gold)}.campaigns-page{width:100%;padding:var(--space-12) var(--space-10)}.campaigns-page__header{margin-bottom:var(--space-8)}.campaigns-page__layout{display:grid;grid-template-columns:minmax(260px,1fr) 2fr;gap:var(--space-6);align-items:start}@media(max-width:900px){.campaigns-page__layout{grid-template-columns:1fr}}.campaigns-page__side,.campaigns-page__detail{display:flex;flex-direction:column;gap:var(--space-4)}.campaigns-card{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-5);background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:4px}.campaigns-card__title{margin:0;color:var(--fantasy-gold);font-size:var(--font-size-lg)}.campaigns-page__muted{margin:0;color:var(--text-secondary);font-style:italic}.campaigns-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.campaigns-list__item{width:100%;display:grid;grid-template-columns:1fr auto;gap:var(--space-1) var(--space-3);align-items:center;text-align:left;padding:var(--space-3);background:var(--surface-primary);border:1px solid var(--fantasy-border);border-radius:4px;color:inherit;cursor:pointer}.campaigns-list__item:hover,.campaigns-list__item:focus-visible{border-color:var(--fantasy-gold)}.campaigns-list__item.is-active{border-color:var(--fantasy-gold);box-shadow:inset 3px 0 0 var(--fantasy-gold)}.campaigns-list__name{font-weight:600}.campaigns-list__meta{grid-column:1 / -1;color:var(--text-secondary);font-size:var(--font-size-sm)}.campaigns-badge{padding:0 var(--space-2);border-radius:999px;border:1px solid var(--fantasy-border);font-size:var(--font-size-sm);white-space:nowrap}.campaigns-badge--gm{color:var(--fantasy-gold);border-color:var(--fantasy-gold)}.campaigns-field{display:flex;flex-direction:column;gap:var(--space-2)}.campaigns-field input{padding:var(--space-2) var(--space-3);background:var(--surface-primary);border-color:var(--fantasy-border-focus)}.campaigns-field input:hover{border-color:var(--fantasy-gold-dim)}.campaigns-field input:focus{border-color:var(--fantasy-gold)}.campaigns-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.campaigns-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;padding:var(--space-2) var(--space-3);background:var(--surface-primary);border:1px solid var(--fantasy-border);border-radius:4px}.campaigns-row__main{display:flex;flex-direction:column}.campaigns-row__sub{color:var(--text-secondary);font-size:var(--font-size-sm)}.campaigns-row__actions{display:flex;gap:var(--space-2);align-items:center}.campaigns-detail__footer{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}.campaigns-page .app-details__title,.campaigns-card__title,.campaigns-row__sub{display:flex;align-items:center;gap:var(--space-2)}.campaigns-info{position:relative;display:inline-flex;align-items:center;font-style:normal}.campaigns-info__button{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;padding:0;border-radius:50%;border:1px solid var(--fantasy-gold);background:transparent;color:var(--fantasy-gold);font-family:Georgia,Times New Roman,serif;font-size:.7rem;font-weight:700;line-height:1;text-shadow:none;cursor:pointer}.campaigns-info__button:hover,.campaigns-info__button:focus-visible,.campaigns-info__button[aria-expanded=true]{background:var(--fantasy-gold);color:var(--surface-primary)}.campaigns-info__bubble{position:absolute;z-index:5;top:calc(100% + var(--space-2));left:0;width:min(22rem,80vw);padding:var(--space-3);background:var(--surface-primary);border:1px solid var(--fantasy-gold);border-radius:4px;box-shadow:0 4px 16px #00000059;color:var(--text-primary);font-family:var(--font-ui);font-size:var(--font-size-sm);font-weight:400;line-height:1.45;text-align:left;text-shadow:none;white-space:normal}.system-picker{display:flex;flex-wrap:wrap;gap:var(--space-2)}.system-picker__option{flex:1 1 auto;padding:var(--space-2) var(--space-3);background:var(--surface-primary);border:1px solid var(--fantasy-border-focus);border-radius:4px;color:inherit;font-family:var(--font-ui);cursor:pointer}.system-picker__option:hover:not(:disabled),.system-picker__option:focus-visible{border-color:var(--fantasy-gold-dim)}.system-picker__option.is-active{border-color:var(--fantasy-gold);color:var(--fantasy-gold);box-shadow:inset 0 0 0 1px var(--fantasy-gold)}.system-picker__option:disabled{cursor:default;opacity:.6}.characters-identity{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-3)}.characters-portrait{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.characters-portrait__img{width:63px;height:82px;object-fit:cover;border:1px solid var(--fantasy-border);border-radius:2px}.characters-shared{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:var(--space-5)}.characters-shared__portrait{width:126px;height:164px;object-fit:cover;border:1px solid var(--fantasy-border);border-radius:2px}.characters-shared__rows{flex:1 1 280px;display:grid;grid-template-columns:max-content 1fr;gap:var(--space-2) var(--space-4);margin:0}.characters-shared__rows dt{color:var(--text-secondary)}.characters-shared__rows dd{margin:0}.characters-abilities{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:var(--space-2)}.characters-abilities__item{display:flex;flex-direction:column;align-items:center;padding:var(--space-2);background:var(--surface-primary);border:1px solid var(--fantasy-border);border-radius:4px}.characters-abilities__label{color:var(--fantasy-gold);font-size:var(--font-size-sm)}.characters-share-row{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.characters-share-row input{flex:1 1 260px;padding:var(--space-2) var(--space-3);background:var(--surface-primary);border-color:var(--fantasy-border-focus)}.characters-catches{list-style:none;margin:var(--space-3) 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:var(--space-2)}.characters-catches__item{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid var(--fantasy-border);border-radius:var(--border-radius-sm);background:var(--surface-inset)}.characters-catches__item img{width:80%;height:80%;object-fit:contain}.cmp-page{width:100%;min-height:100%;display:flex;flex-direction:column;gap:var(--space-8);padding:var(--space-8) var(--space-12)}.cmp-page--empty{gap:0}.cmp-page--out{align-items:center;justify-content:center;gap:var(--space-4);text-align:center}.cmp-page--out p{margin:0}.cmp-page .btn svg{flex:none}.cmp-page .btn:has(svg){display:inline-flex;align-items:center;gap:var(--space-2)}.cmp-gold{color:var(--fantasy-gold)}.cmp-muted{color:var(--text-secondary)}.cmp-muted-sm{color:var(--text-secondary);font-size:var(--font-size-sm)}.cmp-eyebrow{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary)}.cmp-h1{margin:0;font-family:var(--font-display);font-size:var(--font-size-4xl);font-weight:600;line-height:1.1;text-wrap:balance;overflow-wrap:anywhere}.cmp-h2{margin:0;font-family:var(--font-display);font-size:var(--font-size-xl);font-weight:600}.cmp-h3{margin:0;font-family:var(--font-display);font-size:var(--font-size-lg);font-weight:600}.cmp-lead{margin:var(--space-2) 0 0;color:var(--text-secondary);font-size:var(--font-size-lg);max-width:60ch;text-wrap:pretty}.cmp-empty-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6);margin-top:var(--space-8)}.cmp-panel{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-8);background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:10px}.cmp-panel--gold{border-color:var(--fantasy-gold)}.cmp-panel__head{display:flex;align-items:center;gap:var(--space-3)}.cmp-panel__title{margin:0;font-family:var(--font-display);font-size:var(--font-size-2xl);font-weight:600;line-height:1.15}.cmp-form{flex:1;display:flex;flex-direction:column;gap:var(--space-4)}.cmp-form__submit{margin-top:auto}.cmp-field{display:flex;flex-direction:column;gap:var(--space-1);font-size:var(--font-size-sm);color:var(--text-secondary)}.cmp-input{width:100%;padding:var(--space-3);font:inherit;font-size:var(--font-size-lg);color:var(--text-primary);background:var(--surface-primary);border:1px solid var(--fantasy-border);border-radius:6px}.cmp-input:focus{outline:none;border-color:var(--fantasy-gold)}.cmp-input--code{max-width:320px;padding:var(--space-3) var(--space-4);font-family:var(--font-ui);font-size:var(--font-size-3xl);font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:var(--fantasy-gold);border:1px dashed var(--fantasy-gold)}.cmp-systems{display:flex;flex-wrap:wrap;gap:var(--space-2)}.cmp-head__meta .cmp-systems{gap:var(--space-1)}.cmp-switcher{display:flex;flex-direction:column;gap:var(--space-3)}.cmp-switcher__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-2) var(--space-4)}.cmp-switcher__actions{display:flex;gap:var(--space-2)}.cmp-tabs{display:flex;gap:var(--space-2);overflow-x:auto;padding-bottom:var(--space-1)}.cmp-tab{flex:none;display:flex;flex-direction:column;gap:var(--space-1);min-width:180px;max-width:280px;min-height:44px;padding:var(--space-2) var(--space-4);text-align:left;font:inherit;color:var(--text-primary);background:transparent;border:1px solid var(--fantasy-border);border-radius:8px;cursor:pointer}.cmp-tab:hover,.cmp-tab:focus-visible{border-color:var(--fantasy-gold)}.cmp-tab.is-active{border-color:var(--fantasy-gold);background:color-mix(in srgb,var(--fantasy-gold) 11%,var(--surface-secondary))}.cmp-tab__name{font-family:var(--font-display);font-size:var(--font-size-sm);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmp-tab__meta{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-xs);color:var(--text-secondary);white-space:nowrap}.cmp-tab__role{font-weight:700}.cmp-tab__role.is-gm{color:var(--fantasy-gold)}.cmp-tab__count{display:inline-flex;align-items:center;gap:3px}.cmp-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-6)}.cmp-head__title{flex:1 1 320px;min-width:0;display:flex;flex-direction:column;gap:var(--space-2)}.cmp-head__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.cmp-role{padding:2px 9px;border:1px solid var(--fantasy-border);border-radius:99px;color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:700;letter-spacing:.04em}.cmp-role.is-gm{border-color:var(--fantasy-gold);color:var(--fantasy-gold)}.cmp-system-edit{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;font:inherit;font-size:var(--font-size-sm);color:var(--text-secondary);background:transparent;border:1px dashed transparent;border-radius:6px;cursor:pointer}.cmp-system-edit:hover,.cmp-system-edit:focus-visible{border-color:var(--fantasy-border);color:var(--text-primary)}.cmp-ticket{position:relative;flex:none;display:flex;align-items:stretch;border:1px dashed var(--fantasy-gold);border-radius:10px;background:color-mix(in srgb,var(--fantasy-gold) 9%,var(--surface-secondary))}.cmp-ticket__stub{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:var(--space-3) var(--space-6)}.cmp-ticket__code{font-family:var(--font-ui);font-size:var(--font-size-3xl);font-weight:700;letter-spacing:.3em;line-height:1.1;color:var(--fantasy-gold);font-variant-numeric:tabular-nums}.cmp-ticket__copy{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:84px;padding:var(--space-3) var(--space-4);font:inherit;font-size:var(--font-size-xs);font-weight:700;color:var(--fantasy-gold);background:transparent;border:0;border-left:1px dashed var(--fantasy-gold);border-radius:0 10px 10px 0;cursor:pointer}.cmp-ticket__copy:hover,.cmp-ticket__copy:focus-visible{background:color-mix(in srgb,var(--fantasy-gold) 14%,transparent)}.cmp-ticket__notch{position:absolute;left:-8px;width:15px;height:15px;border-radius:50%;background:var(--surface-primary);border:1px dashed var(--fantasy-gold)}.cmp-ticket__notch--top{top:-8px}.cmp-ticket__notch--bottom{bottom:-8px}.cmp-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:var(--space-8);align-items:start}.cmp-body__main{min-width:0;display:flex;flex-direction:column;gap:var(--space-8)}.cmp-section{display:flex;flex-direction:column;gap:var(--space-4)}.cmp-section--tight{gap:var(--space-3)}.cmp-section__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3)}.cmp-section__title{position:relative;display:flex;align-items:center;gap:var(--space-2)}.cmp-info{display:inline-flex;padding:2px;color:var(--text-secondary);background:transparent;border:0;cursor:help}.cmp-tooltip{position:absolute;top:calc(100% + 8px);left:0;z-index:5;width:min(320px,80vw);padding:var(--space-3);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:8px;box-shadow:0 8px 24px color-mix(in srgb,var(--surface-primary) 60%,transparent);text-wrap:pretty}.cmp-empty-box{padding:var(--space-6);color:var(--text-secondary);border:1px dashed var(--fantasy-border);border-radius:10px}.cmp-cities{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:var(--space-4)}.cmp-city{display:flex;flex-direction:column;overflow:hidden;background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:10px}.cmp-city__top{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4) var(--space-4) var(--space-3)}.cmp-city__name{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-display);font-size:var(--font-size-lg);font-weight:600;line-height:1.2}.cmp-city__name svg{flex:none}.cmp-city.is-lost .cmp-city__name{color:var(--text-secondary)}.cmp-city__lost{display:flex;align-items:flex-start;gap:6px;font-size:var(--font-size-xs);color:var(--color-danger)}.cmp-city__lost svg{flex:none;margin-top:1px}.cmp-city__table{display:flex;align-items:center;gap:var(--space-2);margin:0 var(--space-4);padding:var(--space-3) 0;border-top:1px dashed var(--fantasy-border)}.cmp-city__table svg{flex:none}.cmp-city__table-text{display:flex;flex-direction:column;min-width:0}.cmp-city__table-name{font-weight:500}.cmp-city__foot{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-top:1px solid var(--fantasy-border)}.cmp-icon-btn{padding:7px}.cmp-city__detach{margin-left:auto}.cmp-orphans{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--fantasy-border);border-radius:10px}.cmp-orphan{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-secondary)}.cmp-orphan+.cmp-orphan{border-top:1px solid var(--fantasy-border)}.cmp-orphan svg{flex:none}.cmp-orphan__name{flex:1;min-width:140px;font-weight:500}.cmp-players{display:flex;flex-direction:column;overflow:hidden;background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:10px}.cmp-players__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2);padding:var(--space-4)}.cmp-players__empty{padding:0 var(--space-4) var(--space-4);color:var(--text-secondary);font-size:var(--font-size-sm)}.cmp-player{display:flex;align-items:center;gap:var(--space-3);min-height:52px;padding:var(--space-2) var(--space-4);border-top:1px solid var(--fantasy-border)}.cmp-player__avatar{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--fantasy-gold);color:var(--fantasy-gold);font-family:var(--font-display);font-size:var(--font-size-sm);font-weight:700}.cmp-player__name{flex:1;min-width:0;font-weight:500;overflow-wrap:anywhere}.cmp-danger{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3);padding-top:var(--space-6);border-top:1px solid var(--fantasy-border)}.cmp-danger__text{display:flex;flex-direction:column;gap:2px}.cmp-danger__title{font-weight:600}.cmp-modal__lead{margin:0 0 var(--space-4)}@media(max-width:1200px){.cmp-h1{font-size:var(--font-size-3xl)}.cmp-body{grid-template-columns:1fr}}@media(max-width:900px){.cmp-page{padding:var(--space-4)}.cmp-h1{font-size:var(--font-size-2xl)}.cmp-empty-grid{grid-template-columns:1fr}.cmp-panel{padding:var(--space-6)}.cmp-head{flex-direction:column;align-items:stretch}.cmp-head__title{flex:0 0 auto}.cmp-page .btn-sm{min-height:44px}}.achievements-page{width:100%;padding:var(--space-12) var(--space-10)}.achievements-page__header{margin-bottom:var(--space-10)}.achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5)}@media(max-width:700px){.achievements-grid{grid-template-columns:1fr}}.achievement-card{position:relative;display:flex;align-items:flex-start;gap:var(--space-4);background:var(--surface-primary);border:1px solid var(--fantasy-border);border-left:4px solid var(--fantasy-gold);border-radius:var(--border-radius);padding:var(--space-5);box-shadow:var(--shadow-dark-md);transition:transform .2s,box-shadow .2s,border-color .2s}.achievement-card:hover{transform:translateY(-2px)}.achievement-card.is-locked{border-left-color:var(--border-color-strong);opacity:.7}.achievement-card.is-locked .achievement-card__icon{filter:grayscale(1);opacity:.6}.achievement-card__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.achievement-card__body{flex:1;min-width:0}.achievement-card__name{font-family:var(--font-fantasy-title);font-size:var(--font-size-lg);color:var(--fantasy-gold);margin-bottom:var(--space-1)}.achievement-card.is-locked .achievement-card__name{color:var(--text-secondary)}.achievement-card__desc{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.4}.achievement-card__progress{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-3)}.achievement-card__progress-bar{flex:1;height:6px;background:var(--surface-secondary);border-radius:3px;overflow:hidden}.achievement-card__progress-bar span{display:block;height:100%;background:var(--fantasy-gold);transition:width .3s ease}.achievement-card__progress-text{font-size:var(--font-size-xs);color:var(--text-muted);white-space:nowrap}.achievements-page__summary{margin-top:var(--space-6);max-width:520px}.achievements-page__summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-2)}.achievements-page__summary-label{font-size:var(--font-size-sm);color:var(--text-secondary)}.achievements-page__summary-count{font-family:var(--font-fantasy-title);font-size:var(--font-size-lg);color:var(--fantasy-gold);white-space:nowrap}.achievements-page__summary-bar{height:10px;background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:5px;overflow:hidden}.achievements-page__summary-bar span{display:block;height:100%;background:var(--fantasy-gold);transition:width .4s ease}.achievements-page__guest{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4) var(--space-6);margin-bottom:var(--space-8);padding:var(--space-5) var(--space-6);background:var(--surface-primary);border:1px solid var(--fantasy-gold);border-radius:var(--border-radius);box-shadow:var(--shadow-dark-md)}.achievements-page__guest-text{flex:1 1 320px;min-width:0}.achievements-page__guest-title{margin:0 0 var(--space-1);font-family:var(--font-fantasy-title);font-size:var(--font-size-lg);color:var(--fantasy-gold)}.achievements-page__guest-message{margin:0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.45}.achievements-page__guest-actions{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2)}.achievements-page__guest-signin{padding:0;background:none;border:none;font-size:var(--font-size-xs);color:var(--text-muted);text-decoration:underline;cursor:pointer}.achievements-page__guest-signin:hover{color:var(--fantasy-gold)}.achievement-card.is-focused{border-color:var(--fantasy-gold);box-shadow:0 0 0 2px var(--fantasy-gold),var(--shadow-dark-md);opacity:1}@media(max-width:700px){.achievements-page__guest{padding:var(--space-4)}}.achievement-card__rarity{margin-top:var(--space-2);font-size:var(--font-size-xs);color:var(--text-muted)}.achievements-page__views{margin-top:var(--space-6)}.achievements-leaderboard__you{margin:0;font-family:var(--font-fantasy-title);font-size:var(--font-size-lg);color:var(--fantasy-gold)}.achievements-leaderboard__error{margin:0;color:var(--color-danger)}.achievements-leaderboard__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.achievements-leaderboard__row{display:grid;grid-template-columns:2.5rem minmax(0,1fr) minmax(80px,2fr) 3.5rem;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-primary);border:1px solid var(--fantasy-border);border-radius:var(--border-radius)}.achievements-leaderboard__row.is-you{border-color:var(--fantasy-gold)}.achievements-leaderboard__rank{font-family:var(--font-fantasy-title);font-size:var(--font-size-lg);color:var(--fantasy-gold);text-align:right}.achievements-leaderboard__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary)}.achievements-leaderboard__name.is-anonymous{color:var(--text-secondary);font-style:italic}.achievements-leaderboard__you-tag{color:var(--text-muted);font-size:var(--font-size-sm)}.achievements-leaderboard__bar{height:6px;background:var(--surface-secondary);border-radius:3px;overflow:hidden}.achievements-leaderboard__bar span{display:block;height:100%;background:var(--fantasy-gold)}.achievements-leaderboard__pct{text-align:right;font-size:var(--font-size-sm);color:var(--text-secondary);white-space:nowrap}@media(max-width:600px){.achievements-leaderboard__row{grid-template-columns:2rem minmax(0,1fr) 3.5rem}.achievements-leaderboard__bar{display:none}}.apikeys-scopes{border:1px solid var(--border-color, currentColor);border-radius:var(--border-radius-sm, 4px);padding:var(--space-2, .5rem) var(--space-3, .75rem);margin:0 0 var(--space-3, .75rem);display:flex;flex-direction:column;gap:var(--space-2, .5rem)}.apikeys-scopes legend{font-weight:var(--font-weight-semibold, 600);padding:0 var(--space-1, .25rem)}.apikeys-scope{display:flex;gap:var(--space-2, .5rem);align-items:flex-start;font-size:var(--font-size-sm, .9rem);cursor:pointer}.apikeys-scope input{margin-top:.2em}.apikeys-fresh{border-color:var(--accent-primary, currentColor)}.apikeys-fresh__row{display:flex;gap:var(--space-2, .5rem);align-items:center;margin-bottom:var(--space-3, .75rem)}.apikeys-fresh__input{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--font-size-sm, .9rem);background:var(--surface-secondary, transparent);border:1px solid var(--border-color, currentColor);color:var(--text-primary, inherit);padding:var(--space-2, .5rem) var(--space-3, .75rem);border-radius:var(--border-radius-sm, 4px)}.apikeys-prefix,.apikeys-scope-chip{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;background:var(--surface-secondary, transparent);border-radius:999px;padding:0 .5em;margin-right:.35em}.apikeys-row--revoked{opacity:.6}.patreon-link__notice{margin:0 0 1rem;padding:.75rem 1rem;border:1px solid transparent;border-radius:var(--radius-md, 8px)}.patreon-link__notice--ok{background:var(--color-alert-success-bg);border-color:var(--color-alert-success-border);color:var(--color-alert-success-text)}.patreon-link__notice--warn{background:var(--color-alert-warning-bg);border-color:var(--color-alert-warning-border);color:var(--color-alert-warning-text)}.hub-lightbox .modal__content{padding:var(--space-3) var(--space-4) var(--space-4)}.hub-lightbox__stage{position:relative;display:flex;align-items:center;justify-content:center;background:#000;border-radius:4px;overflow:hidden}.hub-lightbox__img{display:block;max-width:100%;max-height:calc(100vh - 12rem);width:auto;height:auto;object-fit:contain}.hub-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--fantasy-border, rgba(255, 255, 255, .3));background:#0000008c;color:#fff;font-size:1.75rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background .15s ease}.hub-lightbox__nav>span{display:block;line-height:1;transform:translateY(-.08em)}.hub-lightbox__nav:hover,.hub-lightbox__nav:focus-visible{background:#000000d9;outline:2px solid var(--fantasy-gold, #c9a227)}.hub-lightbox__nav--prev{left:var(--space-3)}.hub-lightbox__nav--next{right:var(--space-3)}.hub-lightbox__counter{margin:var(--space-3) 0 0;text-align:center;color:var(--text-muted);font-variant-numeric:tabular-nums}@media(prefers-reduced-motion:reduce){.hub-lightbox__nav{transition:none}}.foundry-module{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-6);margin-bottom:var(--space-10);background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:4px}.foundry-module__title,.foundry-module__subtitle{margin:0;color:var(--fantasy-gold)}.foundry-module__subtitle{font-size:var(--font-size-lg);margin-top:var(--space-2)}.foundry-module__muted{margin:0;color:var(--text-secondary);font-style:italic}.foundry-module__release{display:flex;flex-direction:column;gap:var(--space-2)}.foundry-module__version{margin:0}.foundry-module__label{font-weight:var(--font-weight-semibold);color:var(--text-secondary)}.foundry-module__manifest{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.foundry-module__input{flex:1 1 280px;min-width:0;padding:var(--space-2) var(--space-3);font-family:var(--font-mono, monospace);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--surface-primary);border:1px solid var(--fantasy-border);border-radius:4px}.foundry-module__steps{margin:0;padding-left:var(--space-6);line-height:1.6}.hub-layout{display:flex;min-height:100vh;width:100%}.hub-sidebar{width:var(--sidebar-width);background:var(--surface-sidebar);border-right:1px solid var(--fantasy-border);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.hub-sidebar__header{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-5) var(--space-4);border-bottom:1px solid var(--overlay-light-05);flex-shrink:0}.hub-sidebar__logo-img{height:28px;opacity:.85}.hub-sidebar__title{font-family:var(--font-fantasy-title);font-size:var(--font-size-sm);color:var(--fantasy-gold);font-weight:var(--font-weight-semibold);letter-spacing:.04em}[data-theme=ember-forge] .hub-sidebar__title{font-size:17px;line-height:1.1;color:var(--text-title-serif);font-weight:var(--font-weight-bold)}.hub-sidebar__nav{flex:1;padding:var(--space-4) 0;overflow-y:auto}.hub-sidebar__section{padding:var(--space-5) var(--space-6) var(--space-2);font-family:var(--font-ui);font-size:var(--font-size-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.hub-sidebar__section:first-child{padding-top:var(--space-2)}.hub-sidebar__nav-item{width:100%;padding:var(--space-3) var(--space-6);background:none;border:none;text-decoration:none;box-sizing:border-box;border-left:3px solid transparent;display:flex;align-items:center;gap:var(--space-3);cursor:pointer;transition:all var(--transition-base);text-align:left}.hub-sidebar__nav-icon{display:inline-flex;flex-shrink:0;opacity:.8}.hub-sidebar__nav-item.is-active .hub-sidebar__nav-icon{opacity:1}.hub-sidebar__nav-label{display:flex;flex-direction:column;align-items:flex-start}.hub-sidebar__nav-item:hover{background:var(--overlay-light-03)}.hub-sidebar__nav-item.is-active{background:var(--fantasy-gold-subtle);border-left-color:var(--fantasy-gold)}.hub-sidebar__nav-text{font-family:var(--font-fantasy-title);font-size:var(--font-size-base);color:var(--text-secondary);font-weight:600}.hub-sidebar__nav-item.is-active .hub-sidebar__nav-text{color:var(--fantasy-gold)}.hub-sidebar__nav-badge{font-size:10px;text-transform:uppercase;background:var(--surface-secondary);color:var(--text-muted);padding:2px 6px;border-radius:4px;margin-top:4px}.hub-main{flex:1;margin-left:var(--sidebar-width);min-height:100vh}.app-details{padding:var(--space-12) var(--space-10)}.app-details__header{margin-bottom:var(--space-10)}.app-details__title{font-family:var(--font-fantasy-title);font-size:var(--font-size-5xl);color:var(--fantasy-gold);margin:0 0 var(--space-2) 0;text-shadow:0 2px 10px var(--overlay-dark-50)}[data-theme=ember-forge] .app-details__title{font-size:1.75rem;font-weight:var(--font-weight-bold);line-height:1.05;letter-spacing:-.01em;color:var(--text-primary)}.app-details__tagline{font-size:var(--font-size-xl);color:var(--text-secondary);font-style:italic;opacity:.8}.app-details__tags{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none;margin:var(--space-4) 0 0;padding:0}.app-details__tag{font-family:var(--font-ui);font-size:var(--font-size-sm);color:var(--text-secondary);background:var(--surface-secondary);border:1px solid var(--fantasy-border);border-radius:999px;padding:2px var(--space-3)}.app-details__description{font-size:var(--font-size-lg);line-height:1.6;color:var(--text-primary);margin-bottom:var(--space-10)}.app-details__screenshots{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-6);margin-bottom:var(--space-10)}.app-details__screenshot-card{background:var(--surface-secondary);border:1px solid var(--fantasy-border);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden;padding:0;width:100%;cursor:zoom-in;transition:border-color .15s ease,transform .15s ease}.app-details__screenshot-card:hover,.app-details__screenshot-card:focus-visible{border-color:var(--fantasy-gold);transform:translateY(-2px);outline:none}@media(prefers-reduced-motion:reduce){.app-details__screenshot-card{transition:none}.app-details__screenshot-card:hover{transform:none}}.app-details__screenshot-img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .25s ease}.app-details__screenshot-img.is-loaded{opacity:1}.app-details__screenshots:has(.app-details__screenshot-img[src*="/bearer/screenshots/"]){grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.app-details__screenshot-card:has(.app-details__screenshot-img[src*="/bearer/screenshots/"]){aspect-ratio:105 / 148}.app-details__screenshot-card:has(.app-details__screenshot-img[src*="/bearer/screenshots/"]) .app-details__screenshot-img{object-fit:contain}.app-details__actions{margin-top:var(--space-12)}@media(max-width:1024px){.hub-layout{flex-direction:column}.hub-sidebar{width:100%;height:auto;position:sticky;top:0;border-right:none;border-bottom:1px solid var(--fantasy-border);padding-right:56px}.hub-sidebar__header{display:none}.hub-sidebar__nav{display:flex;padding:0;overflow-x:auto;scrollbar-width:none}.hub-sidebar__nav::-webkit-scrollbar{display:none}.hub-sidebar__nav-item{width:auto;flex-shrink:0;padding:var(--space-4) var(--space-6);border-left:none;border-bottom:3px solid transparent;align-items:center}.hub-sidebar__nav-item.is-active{border-bottom-color:var(--fantasy-gold)}.hub-sidebar__nav-badge{margin-top:2px}.hub-sidebar__section,.hub-sidebar .sidebar__bottom{display:none}.hub-main{margin-left:0}.app-details{padding:var(--space-8) var(--space-6)}.app-details__title{font-size:var(--font-size-3xl)}}@media(max-width:768px){.hub-sidebar{display:none}.app-details{padding-top:var(--space-12)}}:root,[data-theme=ember-forge]{--color-primary: #c9a84c;--color-primary-hover: #7a5f2a;--color-primary-light: rgba(201, 168, 76, .08);--color-secondary: #6b7280;--color-secondary-hover: #4b5563;--color-success: #059669;--color-success-hover: #047857;--color-success-dark: #218838;--color-warning: #d97706;--color-warning-hover: #b45309;--color-danger: #dc2626;--color-danger-hover: #b91c1c;--color-info: #0891b2;--color-info-hover: #0e7490;--color-alert-danger-bg: rgba(220, 38, 38, .12);--color-alert-danger-border: rgba(220, 38, 38, .3);--color-alert-danger-text: #f87171;--color-alert-success-bg: rgba(5, 150, 105, .12);--color-alert-success-border: rgba(5, 150, 105, .3);--color-alert-success-text: #34d399;--color-alert-warning-bg: rgba(217, 119, 6, .12);--color-alert-warning-border: rgba(217, 119, 6, .3);--color-alert-warning-text: #fbbf24;--color-alert-info-bg: rgba(8, 145, 178, .12);--color-alert-info-border: rgba(8, 145, 178, .3);--color-alert-info-text: #38bdf8;--color-danger-light: rgba(220, 38, 38, .15);--color-danger-glow: rgba(220, 38, 38, .7);--color-warning-bg: rgba(217, 119, 6, .12);--color-warning-border: rgba(217, 119, 6, .5);--color-warning-text: #ffb74d;--danger-row-bg: rgba(220, 38, 38, .08);--danger-row-bg-hover: rgba(220, 38, 38, .14);--color-success-darker: #065f46;--color-danger-darker: #991b1b;--color-warning-darker: #92400e;--color-info-darker: #155e75;--color-secondary-darker: #334155;--color-disabled-bg: #9e9e9e;--color-disabled-hover: #757575;--color-tier-gold: #ffd700;--color-accent-coral: #ff6b6b;--color-crime-none: #059669;--color-crime-low: #d97706;--color-crime-moderate: #ea580c;--color-crime-high: #dc2626;--color-crime-critical: var(--color-critical);--accent-event-crime: #26dea1;--accent-event-moral: #9b59b6;--accent-event-famine: #f39c12;--accent-event-population: #411adf;--accent-event-treasury: #8dcc2e;--accent-event-majority: #be23d0;--accent-event-building: #46d7e1;--accent-event-default: #bdc3c7;--event-color-population: #7c9cbf;--event-color-health: #8fbc8f;--event-color-celebration: #c9a84c;--event-color-conflict: #b05a5a;--event-color-tragedy: #8b6a3e;--event-color-infrastructure: #7a7a9a;--event-color-diplomatic: #5f8fa0;--event-color-spiritual: #9b7db5;--event-color-natural_event: #6b9e6b;--event-color-narrative: #888888;--event-color-migration: #d49464;--font-fantasy-title: "Cormorant Garamond", Georgia, serif;--font-fantasy-body: "Karla", sans-serif;--fantasy-gold: #E0762C;--fantasy-gold-dim: #A84E18;--fantasy-gold-subtle: rgba(224, 118, 44, .08);--fantasy-gold-secondary: #E0C065;--fantasy-border: #23262C;--fantasy-border-focus: #454C57;--fantasy-text: #F6F2E8;--fantasy-text-muted: #8B929C;--text-title-serif: #F0E2C8;--texture-sidebar-repeat: repeat;--texture-sidebar-blend: overlay;--icon-neutral: #8B929C;--icon-accent-active: #E0762C;--page-bg: #0B0C10;--surface-primary: #111318;--surface-secondary: #181B20;--surface-tertiary: #22262C;--surface-sidebar: #0E0F12;--surface-overlay: rgba(0, 0, 0, .7);--surface-card-gradient: linear-gradient(180deg, #171A1F, #111318);--surface-sidebar-gradient: linear-gradient(180deg, #14161A, #0E0F12);--surface-control-gradient: linear-gradient(180deg, #22262C, #181B20);--text-primary: #F6F2E8;--text-secondary: #E3E5EA;--text-muted: #8B929C;--text-inverse: #0C0C0E;--text-inverse-secondary: rgba(246, 242, 232, .75);--color-positive: #6BBD85;--color-negative: #E0736B;--color-critical: #C4382C;--risk-0: #6BBD85;--risk-1: #C9C065;--risk-2: #E0A04A;--risk-3: #E0762C;--risk-4: #C4382C;--risk-4-text: #E8938A;--text-on-fill: var(--fantasy-text);--essence-air: #b3e5fc;--essence-air-fg: #000;--essence-astrale: #7c6fff;--essence-astrale-fg: #fff;--essence-eau: #4fc3f7;--essence-eau-fg: #000;--essence-ether: #d1c4e9;--essence-ether-fg: #000;--essence-eternite: #ffd54f;--essence-eternite-fg: #000;--essence-empyreenne: #ffe082;--essence-empyreenne-fg: #000;--essence-feu: #ff7043;--essence-feu-fg: #000;--essence-lumiere: #fff176;--essence-lumiere-fg: #000;--essence-mort: #78909c;--essence-mort-fg: #000;--essence-ombre: #5e548e;--essence-ombre-fg: #fff;--essence-primordiale: #26a69a;--essence-primordiale-fg: #000;--essence-tellurique: #a1887f;--essence-tellurique-fg: #000;--essence-terre: #8d6e63;--essence-terre-fg: #fff;--essence-vie: #66bb6a;--essence-vie-fg: #000;--ambience-kind: embers;--border-color: #23262C;--border-color-strong: #31363F;--border-color-top-card: #343A43;--border-color-top-control: #3F4650;--border-radius-sm: 3px;--border-radius: 4px;--border-radius-md: 6px;--border-radius-lg: .75rem;--radius-md: var(--border-radius-md);--border-radius-bar: 2px;--border-radius-circle: 50%;--border-width: 1px;--sidebar-width: 260px;--space-px-1: 1px;--space-px-2: 2px;--space-px-6: 6px;--space-1: .25rem;--space-2: .5rem;--space-2-5: .625rem;--space-3: .75rem;--space-3-5: .875rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--card-gap: var(--space-4);--card-padding: var(--space-4);--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--font-mono: "JetBrains Mono", monospace;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1);--shadow-dark-sm: 0 2px 4px rgba(0, 0, 0, .3);--shadow-dark-md: 0 2px 8px rgba(0, 0, 0, .4);--shadow-dark-lg: 0 4px 16px rgba(0, 0, 0, .5);--shadow-dark-xl: 0 6px 20px rgba(0, 0, 0, .4);--shadow-inset-sm: inset 0 2px 4px rgba(0, 0, 0, .3);--shadow-medium: var(--shadow-dark-md);--z-sidebar: 200;--z-player: 800;--z-modal: 1000;--z-modal-nested: 1001;--z-toast: 1100;--z-dev-tools: 1150;--z-achievement: 1200;--transition-base: .2s ease;--transition-slow: .3s ease;--modal-header-gradient: var(--surface-tertiary);--gradient-header-end: var(--surface-tertiary);--focus-ring-primary: rgba(224, 118, 44, .25);--shadow-primary-sm: rgba(224, 118, 44, .1);--shadow-primary-md: rgba(224, 118, 44, .2);--shadow-primary-lg: rgba(224, 118, 44, .3);--shadow-primary-xl: rgba(224, 118, 44, .4);--shadow-primary-2xl: rgba(224, 118, 44, .6);--shadow-glow-primary-md: rgba(224, 118, 44, .5);--shadow-glow-primary-lg: rgba(224, 118, 44, .7);--shadow-danger-md: rgba(220, 38, 38, .2);--shadow-danger-lg: rgba(220, 38, 38, .3);--shadow-warning-md: rgba(217, 119, 6, .2);--shadow-warning-lg: rgba(217, 119, 6, .3);--shadow-glow-warning-lg: rgba(217, 119, 6, .8);--shadow-success-md: rgba(5, 150, 105, .2);--shadow-success-lg: rgba(5, 150, 105, .3);--shadow-info-md: rgba(8, 145, 178, .2);--shadow-info-lg: rgba(8, 145, 178, .3);--shadow-secondary-md: rgba(100, 116, 139, .2);--shadow-secondary-lg: rgba(100, 116, 139, .3);--btn-primary-bg: linear-gradient(180deg, #E0762C, #A84E18);--btn-primary-fg: #FFF6EC;--btn-primary-border: #E0762C;--btn-primary-bg-hover: linear-gradient(180deg, #E0762C, #A84E18);--btn-primary-border-hover: #E0762C;--btn-secondary-bg: linear-gradient(180deg, #22262C, #181B20);--btn-secondary-fg: #C8CDD6;--btn-secondary-border: #31363F;--btn-secondary-bg-hover: linear-gradient(180deg, #22262C, #181B20);--btn-secondary-border-hover: #6BA86F;--btn-secondary-fg-hover: #C8CDD6;--btn-edit-bg: rgba(224, 160, 74, .2);--btn-edit-fg: #E0A04A;--btn-edit-border: rgba(224, 160, 74, .4);--btn-edit-bg-hover: rgba(224, 160, 74, .35);--btn-success-bg: rgba(107, 189, 133, .2);--btn-success-fg: #6BBD85;--btn-success-border: rgba(107, 189, 133, .4);--btn-success-bg-hover: rgba(107, 189, 133, .35);--btn-danger-bg: linear-gradient(180deg, #331916, #20100E);--btn-danger-fg: #E8A49C;--btn-danger-border: #7A3A34;--btn-danger-bg-hover: linear-gradient(180deg, #331916, #20100E);--btn-danger-border-hover: #E0736B;--btn-info-bg: rgba(90, 130, 200, .18);--btn-info-fg: #8FB3E8;--btn-info-border: rgba(90, 130, 200, .4);--btn-info-bg-hover: rgba(90, 130, 200, .3);--btn-warning-bg: rgba(224, 160, 74, .2);--btn-warning-fg: #E0A04A;--btn-warning-border: rgba(224, 160, 74, .4);--btn-warning-bg-hover: rgba(224, 160, 74, .35);--btn-ghost-fg: var(--fantasy-text-muted);--btn-ghost-border: transparent;--btn-ghost-bg-hover: var(--overlay-light-08);--btn-ghost-border-hover: transparent;--btn-ghost-fg-hover: var(--text-secondary);--btn-primary-anim: emberFlicker 3.6s ease-in-out infinite;--btn-primary-sheen-anim: sheen 5s ease-in-out infinite;--btn-secondary-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);--stat-card-entrance-anim: inkRise .45s ease-out both;--overlay-dark-05: rgba(0, 0, 0, .05);--overlay-dark-10: rgba(0, 0, 0, .1);--overlay-dark-25: rgba(0, 0, 0, .25);--overlay-dark-30: rgba(0, 0, 0, .3);--overlay-dark-35: rgba(0, 0, 0, .35);--overlay-dark-40: rgba(0, 0, 0, .4);--overlay-dark-45: rgba(0, 0, 0, .45);--overlay-dark-50: rgba(0, 0, 0, .5);--overlay-dark-60: rgba(0, 0, 0, .6);--overlay-dark-65: rgba(0, 0, 0, .65);--overlay-dark-70: rgba(0, 0, 0, .7);--overlay-dark-80: rgba(0, 0, 0, .8);--overlay-dark-95: rgba(0, 0, 0, .95);--overlay-light-03: rgba(255, 255, 255, .03);--overlay-light-05: rgba(255, 255, 255, .05);--surface-hover: var(--overlay-light-05);--overlay-light-08: rgba(255, 255, 255, .08);--overlay-light-10: rgba(255, 255, 255, .1);--overlay-light-15: rgba(255, 255, 255, .15);--overlay-light-20: rgba(255, 255, 255, .2);--overlay-light-30: rgba(255, 255, 255, .3);--overlay-light-45: rgba(255, 255, 255, .45);--overlay-light-80: rgba(255, 255, 255, .8);--page-bg-ambient: radial-gradient(ellipse 90% 60% at 50% 0%, rgba(126, 134, 148, .07) 0%, transparent 55%), radial-gradient(ellipse 70% 50% at 15% 85%, rgba(104, 112, 128, .05) 0%, transparent 55%), radial-gradient(ellipse 80% 40% at 70% 100%, rgba(170, 96, 44, .035) 0%, transparent 60%);--fantasy-gold-05: rgba(224, 118, 44, .05);--fantasy-gold-12: rgba(224, 118, 44, .12);--fantasy-gold-15: rgba(224, 118, 44, .15);--water-band-shallow: linear-gradient(90deg, #1B2833, #16202A);--water-band-mid: linear-gradient(90deg, #16202A, #121A23);--water-band-deep: linear-gradient(90deg, #0F151C, #0B1015);--water-column-gradient: linear-gradient(180deg, #20303D 0%, #16232E 30%, #0F1A23 65%, #0A1016 100%);--fantasy-gold-28: rgba(224, 118, 44, .28);--fantasy-gold-60: rgba(224, 118, 44, .6);--fantasy-gold-90: rgba(224, 118, 44, .9);--rarity-common: #aaaaaa;--rarity-uncommon: #6acd6a;--rarity-rare: #5aa6ff;--rarity-very-rare: #c87bff;--rarity-legendary: #c9a84c;--stat-magic: #c084fc;--stat-magic-bg: rgba(147, 51, 234, .15);--stat-magic-bg-strong: rgba(147, 51, 234, .12);--stat-magic-border: rgba(147, 51, 234, .35);--stat-magic-border-strong: rgba(147, 51, 234, .45);--stat-physical: #7ad0ff;--stat-physical-bg: rgba(120, 200, 255, .1);--stat-physical-border: rgba(120, 200, 255, .35);--stat-danger: #ff7a7a;--stat-danger-bg: rgba(220, 50, 50, .12);--stat-danger-border: rgba(220, 50, 50, .45);--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--shadow-modal: 0 40px 80px -30px rgba(0, 0, 0, .85), 0 0 0 1px rgba(0, 0, 0, .4);--rail-vignette: linear-gradient(to right, rgba(10, 12, 16, .7), rgba(10, 12, 16, .4));--texture-sidebar: url(/apps/assets/hammered-iron-J_Dz7vsu.webp);--texture-sidebar-size: 340px;--texture-sidebar-opacity: .14;--texture-card: url(/apps/assets/hammered-iron-J_Dz7vsu.webp);--texture-card-size: 300px;--texture-card-opacity: .08;--texture-scrim: url(/apps/assets/riveted-door-BzcIntPb.webp);--texture-scrim-size: 460px;--surface-flat: #171A1F;--surface-inset: #23262C;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--text-display: var(--text-title-serif);--text-body: var(--text-secondary);--text-faint: #6D7480;--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: var(--fantasy-gold-12);--accent-line: rgba(224, 118, 44, .5);--accent-gold: var(--fantasy-gold-secondary);--positive: var(--color-positive);--negative: var(--color-negative);--warning: #E0A04A;--critical: var(--color-critical);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--texture-card-size: 320px;--texture-card-alpha: var(--texture-card-opacity);--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bd: var(--btn-secondary-border);--btn-danger-bd: var(--btn-danger-border)}[data-theme=golddiggers]{--font-fantasy-title: "Marcellus", Georgia, serif;--font-fantasy-body: "Spectral", Georgia, serif;--fantasy-gold: #D8B45C;--fantasy-gold-dim: #B8913F;--fantasy-gold-subtle: rgba(216, 180, 92, .1);--fantasy-gold-secondary: var(--fantasy-gold);--fantasy-border: #2B241A;--fantasy-border-focus: #4A3E2C;--fantasy-text: #F2E8D2;--fantasy-text-muted: #A2947A;--text-title-serif: #E7D9B4;--texture-card: url(/apps/assets/paper-BTEL4Kk8.webp);--texture-card-opacity: .06;--ambience-kind: none;--icon-neutral: #A2947A;--icon-accent-active: var(--fantasy-gold);--page-bg: #12100C;--page-bg-ambient: radial-gradient(ellipse 90% 65% at 50% 0%, rgba(120, 96, 48, .1) 0%, transparent 58%), radial-gradient(ellipse 70% 50% at 80% 100%, rgba(80, 62, 30, .08) 0%, transparent 55%);--surface-primary: #1A1611;--surface-secondary: #191510;--surface-tertiary: #1D1913;--surface-sidebar: #191510;--surface-card-gradient: linear-gradient(180deg, #1A1611, #151209);--surface-sidebar-gradient: linear-gradient(180deg, #191510, #141109);--surface-control-gradient: linear-gradient(180deg, #1D1913, #16130E);--text-primary: #F2E8D2;--text-secondary: #ECE3D0;--text-muted: #A2947A;--text-inverse: #12100C;--text-inverse-secondary: rgba(242, 232, 210, .75);--color-positive: #7FAE7A;--color-negative: #C26C62;--color-critical: #C4382C;--border-color: #2B241A;--border-color-strong: #3A3124;--border-color-top-card: #4A3E2C;--border-color-top-control: #4A3E2C;--border-radius-sm: 2px;--border-radius: 2px;--border-radius-md: 2px;--border-radius-bar: 0px;--sidebar-width: 260px;--card-gap: var(--space-5);--card-padding: var(--space-5);--focus-ring-primary: rgba(216, 180, 92, .25);--shadow-primary-sm: rgba(216, 180, 92, .1);--shadow-primary-md: rgba(216, 180, 92, .2);--shadow-primary-lg: rgba(216, 180, 92, .3);--shadow-primary-xl: rgba(216, 180, 92, .4);--shadow-primary-2xl: rgba(216, 180, 92, .6);--shadow-glow-primary-md: rgba(216, 180, 92, .5);--shadow-glow-primary-lg: rgba(216, 180, 92, .7);--btn-primary-bg: linear-gradient(180deg, #D8B45C, #B8913F);--btn-primary-fg: #1A150C;--btn-primary-border: #D8B45C;--btn-primary-bg-hover: linear-gradient(180deg, #D8B45C, #B8913F);--btn-primary-border-hover: #D8B45C;--btn-secondary-bg: linear-gradient(180deg, #1D1913, #16130E);--btn-secondary-fg: #D6C9AB;--btn-secondary-border: #3A3124;--btn-secondary-bg-hover: linear-gradient(180deg, #1D1913, #16130E);--btn-secondary-border-hover: var(--fantasy-gold);--btn-secondary-fg-hover: var(--fantasy-gold);--btn-secondary-shadow: none;--btn-edit-bg: rgba(216, 180, 92, .2);--btn-edit-fg: #E0954A;--btn-edit-border: rgba(216, 180, 92, .4);--btn-edit-bg-hover: rgba(216, 180, 92, .35);--btn-success-bg: rgba(127, 174, 122, .2);--btn-success-fg: #7FAE7A;--btn-success-border: rgba(127, 174, 122, .4);--btn-success-bg-hover: rgba(127, 174, 122, .35);--btn-danger-bg: linear-gradient(180deg, #2A1614, #1D1010);--btn-danger-fg: #E09A92;--btn-danger-border: #6B3B36;--btn-danger-bg-hover: linear-gradient(180deg, #2A1614, #1D1010);--btn-danger-border-hover: #C26C62;--btn-info-bg: rgba(90, 130, 200, .18);--btn-info-fg: #8FB3E8;--btn-info-border: rgba(90, 130, 200, .4);--btn-info-bg-hover: rgba(90, 130, 200, .3);--btn-warning-bg: rgba(216, 180, 92, .2);--btn-warning-fg: #E0954A;--btn-warning-border: rgba(216, 180, 92, .4);--btn-warning-bg-hover: rgba(216, 180, 92, .35);--btn-ghost-fg: var(--text-muted);--btn-ghost-border: var(--border-color);--btn-ghost-bg-hover: var(--surface-secondary);--btn-ghost-border-hover: var(--fantasy-gold);--btn-ghost-fg-hover: var(--fantasy-gold);--btn-primary-anim: none;--btn-primary-sheen-anim: none;--stat-card-entrance-anim: none;--fantasy-gold-05: rgba(216, 180, 92, .05);--fantasy-gold-12: rgba(216, 180, 92, .12);--fantasy-gold-15: rgba(216, 180, 92, .15);--water-band-shallow: linear-gradient(90deg, #2A2C24, #22241C);--water-band-mid: linear-gradient(90deg, #22241C, #1B1D16);--water-band-deep: linear-gradient(90deg, #15170F, #0F110A);--water-column-gradient: linear-gradient(180deg, #2E3328 0%, #23281E 30%, #181C14 65%, #0F120C 100%);--fantasy-gold-28: rgba(216, 180, 92, .28);--fantasy-gold-60: rgba(216, 180, 92, .6);--fantasy-gold-90: rgba(216, 180, 92, .9);--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--shadow-modal: 0 40px 80px -30px rgba(0, 0, 0, .85), 0 0 0 1px rgba(0, 0, 0, .4);--rail-vignette: linear-gradient(to right, rgba(14, 11, 6, .7), rgba(14, 11, 6, .4));--texture-sidebar: url(/apps/assets/vellum-diaper-_pclLAHy.webp);--texture-sidebar-size: 300px;--texture-sidebar-opacity: .09;--texture-scrim: url(/apps/assets/vellum-diaper-_pclLAHy.webp);--texture-scrim-size: 380px;--surface-flat: #1A1611;--surface-inset: #241E15;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--ornament-rule: #6D5C3A;--text-display: var(--text-title-serif);--text-body: var(--text-secondary);--text-faint: #7A7060;--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: var(--fantasy-gold-subtle);--accent-line: rgba(216, 180, 92, .4);--accent-gold: var(--fantasy-gold-secondary);--positive: var(--color-positive);--negative: var(--color-negative);--warning: #E0954A;--critical: var(--color-critical);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--font-mono: "IBM Plex Mono", ui-monospace, monospace;--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--texture-card-size: 290px;--texture-card-alpha: var(--texture-card-opacity);--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bd: var(--btn-secondary-border);--btn-danger-bd: var(--btn-danger-border)}[data-theme=immortal-vegans]{--color-primary: #79B56A;--color-primary-hover: #43703C;--color-primary-light: rgba(121, 181, 106, .08);--font-fantasy-title: "Cormorant Garamond", Georgia, serif;--font-fantasy-body: "Karla", system-ui, sans-serif;--border-radius-sm: 3px;--border-radius: 4px;--border-radius-md: 6px;--border-radius-bar: 2px;--sidebar-width: 260px;--card-gap: var(--space-5);--card-padding: var(--space-5);--fantasy-gold: #79B56A;--fantasy-gold-dim: #43703C;--fantasy-gold-subtle: rgba(121, 181, 106, .08);--fantasy-border: #202620;--fantasy-border-focus: #3A453B;--fantasy-text: #F2F6EE;--fantasy-text-muted: #78876F;--page-bg: #0B0D0B;--surface-primary: #141A15;--surface-secondary: #131508;--surface-tertiary: #222B22;--surface-sidebar: #141A15;--text-primary: #F2F6EE;--text-secondary: #DDE6DC;--text-muted: #78876F;--text-inverse: #0B0D0B;--text-inverse-secondary: rgba(242, 246, 238, .75);--border-color: #202620;--border-color-strong: #2B342C;--border-color-top-card: #2F382F;--border-color-top-control: #3A453B;--surface-card-gradient: linear-gradient(180deg, #141A15, #0F130F);--surface-sidebar-gradient: linear-gradient(180deg, #141A15, #0D100D);--surface-control-gradient: linear-gradient(180deg, #222B22, #19201A);--fantasy-gold-secondary: #D8C98A;--ambience-kind: leaves;--icon-neutral: #78876F;--icon-accent-active: var(--fantasy-gold);--btn-primary-bg: linear-gradient(180deg, #79B56A, #43703C);--btn-primary-fg: #0B120A;--btn-primary-border: #79B56A;--btn-primary-bg-hover: linear-gradient(180deg, #79B56A, #43703C);--btn-primary-border-hover: #79B56A;--btn-secondary-bg: linear-gradient(180deg, #222B22, #19201A);--btn-secondary-fg: #C3D2BE;--btn-secondary-border: #2B342C;--btn-secondary-bg-hover: linear-gradient(180deg, #222B22, #19201A);--btn-secondary-border-hover: var(--fantasy-gold);--btn-secondary-fg-hover: var(--fantasy-gold);--btn-danger-bg: linear-gradient(180deg, #2A1614, #1D1010);--btn-danger-fg: #E09A92;--btn-danger-border: #6B3B36;--btn-danger-bg-hover: linear-gradient(180deg, #2A1614, #1D1010);--btn-danger-border-hover: var(--color-danger-hover);--btn-edit-bg: rgba(201, 192, 101, .2);--btn-edit-fg: #C9C065;--btn-edit-border: rgba(201, 192, 101, .4);--btn-edit-bg-hover: rgba(201, 192, 101, .35);--btn-warning-bg: rgba(201, 192, 101, .2);--btn-warning-fg: #C9C065;--btn-warning-border: rgba(201, 192, 101, .4);--btn-warning-bg-hover: rgba(201, 192, 101, .35);--btn-success-bg: rgba(143, 209, 138, .2);--btn-success-fg: #8FD18A;--btn-success-border: rgba(143, 209, 138, .4);--btn-success-bg-hover: rgba(143, 209, 138, .35);--btn-ghost-fg: var(--text-muted);--btn-ghost-border: transparent;--btn-ghost-bg-hover: var(--overlay-light-08);--btn-ghost-border-hover: transparent;--btn-ghost-fg-hover: var(--text-secondary);--btn-primary-anim: none;--btn-primary-sheen-anim: none;--btn-secondary-shadow: none;--stat-card-entrance-anim: none;--color-positive: #8FD18A;--color-negative: #D98D85;--color-critical: #C4382C;--focus-ring-primary: rgba(121, 181, 106, .25);--shadow-primary-sm: rgba(121, 181, 106, .1);--shadow-primary-md: rgba(121, 181, 106, .2);--shadow-primary-lg: rgba(121, 181, 106, .3);--shadow-primary-xl: rgba(121, 181, 106, .4);--shadow-primary-2xl: rgba(121, 181, 106, .6);--shadow-glow-primary-md: rgba(121, 181, 106, .5);--shadow-glow-primary-lg: rgba(121, 181, 106, .7);--fantasy-gold-05: rgba(121, 181, 106, .05);--fantasy-gold-12: rgba(121, 181, 106, .12);--fantasy-gold-15: rgba(121, 181, 106, .15);--water-band-shallow: linear-gradient(90deg, #1B2833, #16202A);--water-band-mid: linear-gradient(90deg, #16202A, #121A23);--water-band-deep: linear-gradient(90deg, #0F151C, #0B1015);--water-column-gradient: linear-gradient(180deg, #20303D 0%, #16232E 30%, #0F1A23 65%, #0A1016 100%);--fantasy-gold-28: rgba(121, 181, 106, .28);--fantasy-gold-60: rgba(121, 181, 106, .6);--fantasy-gold-90: rgba(121, 181, 106, .9);--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--shadow-modal: 0 40px 80px -30px rgba(0, 0, 0, .85), 0 0 0 1px rgba(0, 0, 0, .4);--rail-vignette: linear-gradient(to right, rgba(7, 10, 6, .7), rgba(7, 10, 6, .4));--texture-sidebar: url(/apps/assets/dark-bark-BteId7nW.webp);--texture-sidebar-size: 420px;--texture-sidebar-opacity: .16;--texture-card: url(/apps/assets/dark-bark-BteId7nW.webp);--texture-card-size: 340px;--texture-card-opacity: .09;--texture-scrim: var(--texture-card);--texture-scrim-size: 620px;--surface-flat: #141A15;--surface-inset: #202620;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--text-display: #E7F0DD;--text-body: var(--text-secondary);--text-faint: #6A7663;--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: rgba(121, 181, 106, .12);--accent-line: rgba(121, 181, 106, .45);--accent-gold: var(--fantasy-gold-secondary);--positive: var(--color-positive);--negative: var(--color-negative);--warning: #C9C065;--critical: var(--color-critical);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--texture-card-size: 320px;--texture-card-alpha: var(--texture-card-opacity);--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bd: var(--btn-secondary-border);--btn-danger-bd: var(--btn-danger-border);--page-bg-ambient: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(40, 70, 25, .18) 0%, transparent 60%), radial-gradient(ellipse 70% 60% at 85% 100%, rgba(25, 50, 15, .12) 0%, transparent 55%)}[data-theme=holier-than-thou]{--text-on-fill: #F6F2E8;--risk-4-text: #7A1810;--color-primary: #8A6A22;--color-primary-hover: #6B5116;--color-primary-light: rgba(138, 106, 34, .08);--font-fantasy-title: "Cormorant Garamond", Georgia, serif;--font-fantasy-body: "Spectral", Georgia, serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--fantasy-gold: #8A6A22;--fantasy-gold-dim: #6B5116;--fantasy-gold-subtle: rgba(138, 106, 34, .09);--fantasy-gold-secondary: #7A5F1E;--fantasy-border: #DCD5C4;--fantasy-border-focus: #B79E62;--fantasy-text: #23201A;--fantasy-text-muted: #6E6656;--text-title-serif: #4A3B18;--state-lapis: #1F3F7A;--state-lapis-soft: rgba(31, 63, 122, .1);--page-bg: #F4F1EA;--surface-primary: #FBFAF6;--surface-secondary: #F2EFE7;--surface-tertiary: #E9E4D8;--surface-sidebar: #EFEBE1;--surface-overlay: rgba(28, 24, 16, .42);--surface-card-gradient: linear-gradient(180deg, #FFFEFB, #F6F3EC);--surface-sidebar-gradient: linear-gradient(180deg, #F3EFE5, #E9E4D8);--surface-control-gradient: linear-gradient(180deg, #FBF9F3, #F0ECE2);--surface-flat: #FBFAF6;--surface-inset: #E7E2D6;--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--shadow-modal: 0 40px 80px -30px rgba(0, 0, 0, .85), 0 0 0 1px rgba(0, 0, 0, .4);--rail-vignette: linear-gradient(to right, rgba(255, 252, 244, .55), rgba(232, 226, 212, .35));--texture-scrim: var(--texture-card);--texture-scrim-size: var(--texture-card-size);--text-primary: #23201A;--text-secondary: #3A342A;--text-muted: #6E6656;--text-faint: #8C8474;--text-inverse: #FBFAF6;--text-inverse-secondary: rgba(251, 250, 246, .78);--text-display: var(--text-title-serif);--text-body: var(--text-secondary);--border-color: #DCD5C4;--border-color-strong: #C6BCA5;--border-color-top-card: #FFFFFF;--border-color-top-control: #FFFFFF;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--ornament-rule: #C9A227;--border-radius-sm: 2px;--border-radius: 2px;--border-radius-md: 3px;--border-radius-bar: 0px;--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--sidebar-width: 260px;--divine-column-width: 26px;--card-gap: var(--space-5);--card-padding: var(--space-5);--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: rgba(138, 106, 34, .1);--accent-line: rgba(201, 162, 39, .55);--accent-gold: var(--fantasy-gold-secondary);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--color-positive: #2E7D4F;--color-negative: #A33A31;--color-critical: #8C1F17;--positive: var(--color-positive);--negative: var(--color-negative);--warning: #9A6B12;--critical: var(--color-critical);--color-success: #2E7D4F;--color-success-hover: #24633E;--color-success-dark: #1C4E31;--color-success-darker: #143A24;--color-warning: #9A6B12;--color-warning-hover: #7C550E;--color-warning-darker: #5E400A;--color-danger: #A33A31;--color-danger-hover: #862F27;--color-danger-darker: #6A251F;--color-info: #1F3F7A;--color-info-hover: #183262;--color-info-darker: #12244A;--color-secondary: #6E6656;--color-secondary-hover: #57503F;--color-secondary-darker: #423C2E;--color-disabled-bg: #C6BCA5;--color-disabled-hover: #B0A68E;--color-warning-bg: rgba(154, 107, 18, .1);--color-warning-border: rgba(154, 107, 18, .42);--color-warning-text: #7C550E;--color-danger-light: rgba(163, 58, 49, .12);--color-danger-glow: rgba(163, 58, 49, .5);--danger-row-bg: rgba(163, 58, 49, .07);--danger-row-bg-hover: rgba(163, 58, 49, .12);--color-alert-danger-bg: rgba(163, 58, 49, .1);--color-alert-danger-border: rgba(163, 58, 49, .34);--color-alert-danger-text: #862F27;--color-alert-success-bg: rgba(46, 125, 79, .1);--color-alert-success-border: rgba(46, 125, 79, .34);--color-alert-success-text: #24633E;--color-alert-warning-bg: rgba(154, 107, 18, .1);--color-alert-warning-border: rgba(154, 107, 18, .34);--color-alert-warning-text: #7C550E;--color-alert-info-bg: rgba(31, 63, 122, .1);--color-alert-info-border: rgba(31, 63, 122, .34);--color-alert-info-text: #183262;--icon-neutral: #6E6656;--icon-accent-active: var(--fantasy-gold);--texture-sidebar: url(/apps/assets/marble-gold-5N0kTfQy.webp);--texture-sidebar-size: 620px;--texture-sidebar-repeat: repeat;--texture-sidebar-blend: multiply;--texture-sidebar-opacity: .16;--texture-card: url(/apps/assets/marble-gold-5N0kTfQy.webp);--texture-card-blend: multiply;--texture-card-opacity: .14;--texture-card-size: 420px;--texture-card-alpha: var(--texture-card-opacity);--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--essence-lumiere: #B8960A;--essence-lumiere-fg: #fff;--essence-eternite: #B08300;--essence-eternite-fg: #fff;--essence-empyreenne: #A8823B;--essence-empyreenne-fg: #fff;--essence-air: #4A90B8;--essence-air-fg: #fff;--essence-eau: #1E88B5;--essence-eau-fg: #fff;--essence-ether: #8A7BAF;--essence-ether-fg: #fff;--ambience-kind: motes;--overlay-light-03: rgba(28, 24, 16, .03);--overlay-light-05: rgba(28, 24, 16, .05);--overlay-light-08: rgba(28, 24, 16, .07);--overlay-light-10: rgba(28, 24, 16, .09);--overlay-light-15: rgba(28, 24, 16, .13);--overlay-light-20: rgba(28, 24, 16, .17);--overlay-light-30: rgba(28, 24, 16, .26);--overlay-light-45: rgba(28, 24, 16, .4);--overlay-light-80: rgba(28, 24, 16, .72);--overlay-dark-05: rgba(255, 255, 255, .3);--overlay-dark-10: rgba(255, 255, 255, .45);--overlay-dark-25: rgba(28, 24, 16, .06);--overlay-dark-30: rgba(28, 24, 16, .08);--overlay-dark-35: rgba(28, 24, 16, .1);--overlay-dark-40: rgba(28, 24, 16, .12);--overlay-dark-45: rgba(28, 24, 16, .14);--overlay-dark-50: rgba(28, 24, 16, .16);--overlay-dark-60: rgba(28, 24, 16, .2);--overlay-dark-65: rgba(28, 24, 16, .24);--overlay-dark-70: rgba(28, 24, 16, .3);--overlay-dark-80: rgba(28, 24, 16, .4);--overlay-dark-95: rgba(28, 24, 16, .6);--shadow-sm: 0 1px 2px rgba(74, 61, 34, .06);--shadow: 0 1px 3px rgba(74, 61, 34, .08);--shadow-md: 0 4px 10px -2px rgba(74, 61, 34, .1);--shadow-xl: 0 20px 34px -12px rgba(74, 61, 34, .16);--shadow-dark-sm: 0 1px 2px rgba(74, 61, 34, .1);--shadow-dark-md: 0 2px 8px rgba(74, 61, 34, .12);--shadow-dark-lg: 0 6px 20px rgba(74, 61, 34, .14);--shadow-dark-xl: 0 10px 28px rgba(74, 61, 34, .16);--shadow-inset-sm: inset 0 1px 3px rgba(74, 61, 34, .14);--shadow-medium: var(--shadow-dark-md);--focus-ring-primary: rgba(31, 63, 122, .22);--shadow-primary-sm: rgba(201, 162, 39, .12);--shadow-primary-md: rgba(201, 162, 39, .2);--shadow-primary-lg: rgba(201, 162, 39, .3);--shadow-primary-xl: rgba(201, 162, 39, .4);--shadow-primary-2xl: rgba(201, 162, 39, .55);--shadow-glow-primary-md: rgba(201, 162, 39, .45);--shadow-glow-primary-lg: rgba(201, 162, 39, .6);--shadow-danger-md: rgba(163, 58, 49, .18);--shadow-danger-lg: rgba(163, 58, 49, .26);--shadow-warning-md: rgba(154, 107, 18, .18);--shadow-warning-lg: rgba(154, 107, 18, .26);--shadow-glow-warning-lg: rgba(154, 107, 18, .5);--shadow-success-md: rgba(46, 125, 79, .18);--shadow-success-lg: rgba(46, 125, 79, .26);--shadow-info-md: rgba(31, 63, 122, .18);--shadow-info-lg: rgba(31, 63, 122, .26);--shadow-secondary-md: rgba(110, 102, 86, .18);--shadow-secondary-lg: rgba(110, 102, 86, .26);--btn-primary-bg: linear-gradient(180deg, #E3C463, #B08D2E);--btn-primary-fg: #2A2008;--btn-primary-border: #A9832A;--btn-primary-bg-hover: linear-gradient(180deg, #EACE72, #B8942F);--btn-primary-border-hover: #8A6A22;--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bg: linear-gradient(180deg, #FDFCF8, #F0ECE2);--btn-secondary-fg: #3A342A;--btn-secondary-border: #C6BCA5;--btn-secondary-bg-hover: linear-gradient(180deg, #FFFFFF, #F4F0E6);--btn-secondary-border-hover: var(--state-lapis);--btn-secondary-fg-hover: var(--state-lapis);--btn-secondary-bd: var(--btn-secondary-border);--btn-secondary-shadow: inset 0 1px 0 #FFFFFF;--btn-edit-bg: rgba(154, 107, 18, .12);--btn-edit-fg: #7C550E;--btn-edit-border: rgba(154, 107, 18, .4);--btn-edit-bg-hover: rgba(154, 107, 18, .2);--btn-success-bg: rgba(46, 125, 79, .12);--btn-success-fg: #24633E;--btn-success-border: rgba(46, 125, 79, .4);--btn-success-bg-hover: rgba(46, 125, 79, .2);--btn-danger-bg: rgba(163, 58, 49, .1);--btn-danger-fg: #862F27;--btn-danger-border: rgba(163, 58, 49, .42);--btn-danger-bg-hover: rgba(163, 58, 49, .18);--btn-danger-border-hover: #A33A31;--btn-danger-bd: var(--btn-danger-border);--btn-info-bg: rgba(31, 63, 122, .1);--btn-info-fg: #1F3F7A;--btn-info-border: rgba(31, 63, 122, .38);--btn-info-bg-hover: rgba(31, 63, 122, .18);--btn-warning-bg: rgba(154, 107, 18, .12);--btn-warning-fg: #7C550E;--btn-warning-border: rgba(154, 107, 18, .4);--btn-warning-bg-hover: rgba(154, 107, 18, .2);--btn-ghost-fg: var(--text-muted);--btn-ghost-border: transparent;--btn-ghost-bg-hover: var(--overlay-light-05);--btn-ghost-border-hover: transparent;--btn-ghost-fg-hover: var(--text-primary);--btn-primary-anim: none;--btn-primary-sheen-anim: none;--stat-card-entrance-anim: none;--fantasy-gold-05: rgba(138, 106, 34, .05);--fantasy-gold-12: rgba(138, 106, 34, .12);--fantasy-gold-15: rgba(138, 106, 34, .15);--water-band-shallow: linear-gradient(90deg, #DCE8EE, #D0DEE6);--water-band-mid: linear-gradient(90deg, #D0DEE6, #BFCFD9);--water-band-deep: linear-gradient(90deg, #A9BCC8, #93A8B6);--water-column-gradient: linear-gradient(180deg, #D9E6EC 0%, #C2D3DC 30%, #9FB4C0 65%, #7F95A3 100%);--fantasy-gold-28: rgba(138, 106, 34, .28);--fantasy-gold-60: rgba(201, 162, 39, .6);--fantasy-gold-90: rgba(201, 162, 39, .9);--modal-header-gradient: var(--surface-control);--gradient-header-end: var(--surface-control);--color-tier-gold: #C9A227;--color-accent-coral: #C4553F;--page-bg-ambient: radial-gradient(ellipse 120% 70% at 50% -10%, rgba(255, 252, 240, .9) 0%, transparent 60%), radial-gradient(ellipse 80% 50% at 80% 100%, rgba(201, 162, 39, .07) 0%, transparent 55%);--rarity-common: #6E6656;--rarity-uncommon: #2E7D4F;--rarity-rare: #1F5FA8;--rarity-very-rare: #6B3FA0;--rarity-legendary: #8A6A22;--color-crime-none: #2E7D4F;--color-crime-low: #9A6B12;--color-crime-moderate: #B4561F;--color-crime-high: #A33A31;--color-crime-critical: var(--color-critical);--stat-magic: #6B3FA0;--stat-magic-bg: rgba(107, 63, 160, .1);--stat-magic-bg-strong: rgba(107, 63, 160, .14);--stat-magic-border: rgba(107, 63, 160, .32);--stat-magic-border-strong: rgba(107, 63, 160, .44);--stat-physical: #1F5FA8;--stat-physical-bg: rgba(31, 95, 168, .1);--stat-physical-border: rgba(31, 95, 168, .32);--stat-danger: #A33A31;--stat-danger-bg: rgba(163, 58, 49, .1);--stat-danger-border: rgba(163, 58, 49, .38);--accent-event-crime: #0F7A5A;--accent-event-moral: #6B3FA0;--accent-event-famine: #9A6B12;--accent-event-population: #2A2FA0;--accent-event-treasury: #4E7A18;--accent-event-majority: #8B1E96;--accent-event-building: #14707A;--accent-event-default: #6E6656;--event-color-population: #3A5F86;--event-color-health: #3C7A46;--event-color-celebration: #8A6A22;--event-color-conflict: #8E3C3C;--event-color-tragedy: #6A4E24;--event-color-infrastructure: #4E4E72;--event-color-diplomatic: #34606F;--event-color-spiritual: #6B4E8A;--event-color-natural_event: #3E6B3E;--event-color-narrative: #5C5C5C;--event-color-migration: #A25E30}[data-theme=local-man-explodes]{--text-on-fill: #F7F0DE;--risk-4-text: #6C170D;--color-primary: #B32A18;--color-primary-hover: #8E1F10;--color-primary-light: rgba(179, 42, 24, .08);--font-fantasy-title: "Playfair Display", "Times New Roman", serif;--font-fantasy-body: "Old Standard TT", "Times New Roman", serif;--font-mono: "Courier Prime", ui-monospace, monospace;--fantasy-gold: #B32A18;--fantasy-gold-dim: #8E1F10;--fantasy-gold-subtle: rgba(179, 42, 24, .07);--fantasy-gold-secondary: #4B4238;--fantasy-gold-05: rgba(179, 42, 24, .05);--fantasy-gold-12: rgba(179, 42, 24, .12);--fantasy-gold-15: rgba(179, 42, 24, .15);--fantasy-gold-28: rgba(179, 42, 24, .28);--fantasy-gold-60: rgba(179, 42, 24, .6);--fantasy-gold-90: rgba(179, 42, 24, .9);--fantasy-border: #B9A987;--fantasy-border-focus: #1A1613;--fantasy-text: #1A1613;--fantasy-text-muted: #7A7064;--text-title-serif: #1A1613;--state-lapis: #24406B;--state-lapis-soft: rgba(36, 64, 107, .1);--page-bg: #E8DFC8;--surface-primary: #F4EDD9;--surface-secondary: #EDE4CC;--surface-tertiary: #E2D8BE;--surface-sidebar: #E2D8BE;--surface-overlay: rgba(26, 22, 19, .55);--surface-card-gradient: linear-gradient(180deg, #F6F0DE, #F1E9D0);--surface-sidebar-gradient: linear-gradient(180deg, #E5DCC4, #DED3B7);--surface-control-gradient: linear-gradient(180deg, #F7F1E0, #EFE7CE);--surface-flat: #F4EDD9;--surface-inset: #DCD1B4;--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--shadow-modal: 12px 12px 0 rgba(26, 22, 19, .34), 0 0 0 1px #1A1613;--rail-vignette: linear-gradient(to right, rgba(255, 252, 240, .4), rgba(214, 203, 176, .22));--text-primary: #1A1613;--text-secondary: #4B4238;--text-muted: #7A7064;--text-faint: #8C8474;--text-inverse: #F4EDD9;--text-inverse-secondary: rgba(244, 237, 217, .78);--text-display: var(--text-title-serif);--text-body: var(--text-secondary);--border-color: #B9A987;--border-color-strong: #6E6250;--border-color-top-card: #B9A987;--border-color-top-control: #1A1613;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--ornament-rule: #8C7D60;--border-radius-sm: 0;--border-radius: 0;--border-radius-md: 0;--border-radius-lg: 0;--border-radius-bar: 0;--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--border-width: 1px;--sidebar-width: 260px;--lme-column-width: 26px;--card-gap: var(--space-5);--card-padding: var(--space-5);--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: rgba(179, 42, 24, .1);--accent-line: rgba(140, 125, 96, .75);--accent-gold: var(--fantasy-gold-secondary);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--color-positive: #2F6B3F;--color-negative: #A32718;--color-critical: #6C170D;--positive: var(--color-positive);--negative: var(--color-negative);--warning: #8A6B1F;--critical: var(--color-critical);--color-success: #2F6B3F;--color-success-hover: #275834;--color-success-dark: #235030;--color-success-darker: #1B3E25;--color-warning: #8A6B1F;--color-warning-hover: #6F5518;--color-warning-darker: #5A4513;--color-danger: #A32718;--color-danger-hover: #861E12;--color-danger-darker: #6C170D;--color-info: #24406B;--color-info-hover: #1C3355;--color-info-darker: #152742;--color-secondary: #6E6250;--color-secondary-hover: #574D3E;--color-secondary-darker: #453D31;--color-disabled-bg: #DCD1B4;--color-disabled-hover: #CDC0A0;--color-warning-bg: rgba(138, 107, 31, .1);--color-warning-border: rgba(138, 107, 31, .42);--color-warning-text: #5A4513;--color-danger-light: rgba(163, 39, 24, .12);--color-danger-glow: rgba(163, 39, 24, .18);--danger-row-bg: rgba(163, 39, 24, .07);--danger-row-bg-hover: rgba(163, 39, 24, .12);--color-alert-danger-bg: rgba(163, 39, 24, .1);--color-alert-danger-border: rgba(163, 39, 24, .34);--color-alert-danger-text: #862F27;--color-alert-success-bg: rgba(47, 107, 63, .1);--color-alert-success-border: rgba(47, 107, 63, .34);--color-alert-success-text: #24633E;--color-alert-warning-bg: rgba(138, 107, 31, .1);--color-alert-warning-border: rgba(138, 107, 31, .34);--color-alert-warning-text: #7C550E;--color-alert-info-bg: rgba(36, 64, 107, .1);--color-alert-info-border: rgba(36, 64, 107, .34);--color-alert-info-text: #183262;--icon-neutral: #4B4238;--icon-accent-active: var(--fantasy-gold);--texture-sidebar: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20fill%3D%22%234a4034%22%3E%3Crect%20x%3D%2211%22%20y%3D%227%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2247%22%20y%3D%2214%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2288%22%20y%3D%225%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2263%22%20y%3D%2227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2224%22%20y%3D%2235%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%22101%22%20y%3D%2231%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%2252%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2272%22%20y%3D%2248%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2239%22%20y%3D%2261%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%22114%22%20y%3D%2257%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2255%22%20y%3D%2274%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2218%22%20y%3D%2281%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2295%22%20y%3D%2277%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2231%22%20y%3D%2295%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2279%22%20y%3D%22102%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%22109%22%20y%3D%2291%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2244%22%20y%3D%22112%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2266%22%20y%3D%22117%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%236b5f4e%22%20opacity%3D%220.7%22%3E%3Crect%20x%3D%2229%22%20y%3D%2219%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2283%22%20y%3D%2240%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%2267%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2259%22%20y%3D%2288%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%22104%22%20y%3D%22108%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2250%22%20y%3D%2244%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--texture-sidebar-size: 240px;--texture-sidebar-repeat: repeat;--texture-sidebar-blend: multiply;--texture-sidebar-opacity: .16;--texture-card: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20fill%3D%22%234a4034%22%3E%3Crect%20x%3D%2211%22%20y%3D%227%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2247%22%20y%3D%2214%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2288%22%20y%3D%225%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2263%22%20y%3D%2227%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2224%22%20y%3D%2235%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%22101%22%20y%3D%2231%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%2252%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2272%22%20y%3D%2248%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2239%22%20y%3D%2261%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%22114%22%20y%3D%2257%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2255%22%20y%3D%2274%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2218%22%20y%3D%2281%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2295%22%20y%3D%2277%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2231%22%20y%3D%2295%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2279%22%20y%3D%22102%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%22109%22%20y%3D%2291%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2244%22%20y%3D%22112%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2266%22%20y%3D%22117%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%236b5f4e%22%20opacity%3D%220.7%22%3E%3Crect%20x%3D%2229%22%20y%3D%2219%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2283%22%20y%3D%2240%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%2267%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2259%22%20y%3D%2288%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%22104%22%20y%3D%22108%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2250%22%20y%3D%2244%22%20width%3D%221%22%20height%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--texture-card-blend: multiply;--texture-card-opacity: .1;--texture-card-size: 200px;--texture-card-alpha: var(--texture-card-opacity);--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--texture-scrim: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cg%20fill%3D%22%231A1613%22%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--texture-scrim-size: 22px;--ambience-kind: none;--overlay-light-03: rgba(26, 22, 19, .03);--overlay-light-05: rgba(26, 22, 19, .05);--overlay-light-08: rgba(26, 22, 19, .07);--overlay-light-10: rgba(26, 22, 19, .09);--overlay-light-15: rgba(26, 22, 19, .13);--overlay-light-20: rgba(26, 22, 19, .17);--overlay-light-30: rgba(26, 22, 19, .26);--overlay-light-45: rgba(26, 22, 19, .4);--overlay-light-80: rgba(26, 22, 19, .72);--overlay-dark-05: rgba(255, 255, 255, .3);--overlay-dark-10: rgba(255, 255, 255, .45);--overlay-dark-25: rgba(26, 22, 19, .06);--overlay-dark-30: rgba(26, 22, 19, .08);--overlay-dark-35: rgba(26, 22, 19, .1);--overlay-dark-40: rgba(26, 22, 19, .12);--overlay-dark-45: rgba(26, 22, 19, .14);--overlay-dark-50: rgba(26, 22, 19, .16);--overlay-dark-60: rgba(26, 22, 19, .2);--overlay-dark-65: rgba(26, 22, 19, .24);--overlay-dark-70: rgba(26, 22, 19, .3);--overlay-dark-80: rgba(26, 22, 19, .4);--overlay-dark-95: rgba(26, 22, 19, .6);--shadow-sm: 2px 2px 0 rgba(26, 22, 19, .16);--shadow: 2px 2px 0 rgba(26, 22, 19, .18);--shadow-md: 4px 4px 0 rgba(26, 22, 19, .2);--shadow-xl: 8px 8px 0 rgba(26, 22, 19, .26);--shadow-dark-sm: 2px 2px 0 rgba(26, 22, 19, .22);--shadow-dark-md: 4px 4px 0 rgba(26, 22, 19, .26);--shadow-dark-lg: 6px 6px 0 rgba(26, 22, 19, .3);--shadow-dark-xl: 10px 10px 0 rgba(26, 22, 19, .34);--shadow-inset-sm: none;--shadow-medium: var(--shadow-dark-md);--focus-ring-primary: rgba(179, 42, 24, .3);--shadow-primary-sm: rgba(26, 22, 19, .12);--shadow-primary-md: rgba(26, 22, 19, .2);--shadow-primary-lg: rgba(26, 22, 19, .3);--shadow-primary-xl: rgba(26, 22, 19, .4);--shadow-primary-2xl: rgba(26, 22, 19, .55);--shadow-glow-primary-md: rgba(179, 42, 24, .22);--shadow-glow-primary-lg: rgba(179, 42, 24, .3);--shadow-danger-md: rgba(163, 39, 24, .18);--shadow-danger-lg: rgba(163, 39, 24, .26);--shadow-warning-md: rgba(138, 107, 31, .18);--shadow-warning-lg: rgba(138, 107, 31, .26);--shadow-glow-warning-lg: rgba(138, 107, 31, .3);--shadow-success-md: rgba(47, 107, 63, .18);--shadow-success-lg: rgba(47, 107, 63, .26);--shadow-info-md: rgba(36, 64, 107, .18);--shadow-info-lg: rgba(36, 64, 107, .26);--shadow-secondary-md: rgba(110, 98, 80, .18);--shadow-secondary-lg: rgba(110, 98, 80, .26);--btn-primary-bg: #B32A18;--btn-primary-fg: #F7F0DE;--btn-primary-border: #1A1613;--btn-primary-bg-hover: #8E1F10;--btn-primary-border-hover: #1A1613;--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bg: transparent;--btn-secondary-fg: #1A1613;--btn-secondary-border: #1A1613;--btn-secondary-bg-hover: #1A1613;--btn-secondary-fg-hover: #F7F0DE;--btn-secondary-border-hover: #1A1613;--btn-secondary-bd: var(--btn-secondary-border);--btn-edit-bg: rgba(36, 64, 107, .1);--btn-edit-fg: #24406B;--btn-edit-border: rgba(36, 64, 107, .42);--btn-edit-bg-hover: rgba(36, 64, 107, .18);--btn-success-bg: rgba(47, 107, 63, .12);--btn-success-fg: #235030;--btn-success-border: rgba(47, 107, 63, .42);--btn-success-bg-hover: rgba(47, 107, 63, .2);--btn-danger-bg: rgba(163, 39, 24, .1);--btn-danger-fg: #862F27;--btn-danger-border: rgba(163, 39, 24, .42);--btn-danger-bg-hover: rgba(163, 39, 24, .18);--btn-danger-border-hover: #A32718;--btn-danger-bd: var(--btn-danger-border);--btn-info-bg: rgba(36, 64, 107, .1);--btn-info-fg: #24406B;--btn-info-border: rgba(36, 64, 107, .38);--btn-info-bg-hover: rgba(36, 64, 107, .18);--btn-warning-bg: rgba(138, 107, 31, .12);--btn-warning-fg: #5A4513;--btn-warning-border: rgba(138, 107, 31, .4);--btn-warning-bg-hover: rgba(138, 107, 31, .2);--btn-ghost-fg: var(--text-muted);--btn-ghost-border: transparent;--btn-ghost-bg-hover: var(--overlay-light-05);--btn-ghost-border-hover: transparent;--btn-ghost-fg-hover: var(--text-primary);--btn-primary-anim: none;--btn-primary-sheen-anim: none;--btn-secondary-shadow: none;--stat-card-entrance-anim: none;--modal-header-gradient: var(--surface-control);--gradient-header-end: var(--surface-control);--color-tier-gold: #8A6B1F;--color-accent-coral: #B32A18;--page-bg-ambient: repeating-linear-gradient(0deg, rgba(26, 22, 19, .035) 0 1px, transparent 1px 3px), repeating-linear-gradient(90deg, rgba(26, 22, 19, .025) 0 1px, transparent 1px 3px);--rarity-common: #6E6656;--rarity-uncommon: #2E7D4F;--rarity-rare: #1F5FA8;--rarity-very-rare: #6B3FA0;--rarity-legendary: #8A6A22;--color-crime-none: #2E7D4F;--color-crime-low: #9A6B12;--color-crime-moderate: #B4561F;--color-crime-high: #A33A31;--color-crime-critical: var(--color-critical);--essence-lumiere: #B8960A;--essence-lumiere-fg: #fff;--essence-eternite: #B08300;--essence-eternite-fg: #fff;--essence-empyreenne: #A8823B;--essence-empyreenne-fg: #fff;--essence-air: #4A90B8;--essence-air-fg: #fff;--essence-eau: #1E88B5;--essence-eau-fg: #fff;--essence-ether: #8A7BAF;--essence-ether-fg: #fff;--stat-magic: #6B3FA0;--stat-magic-bg: rgba(107, 63, 160, .1);--stat-magic-bg-strong: rgba(107, 63, 160, .14);--stat-magic-border: rgba(107, 63, 160, .32);--stat-magic-border-strong: rgba(107, 63, 160, .44);--stat-physical: #1F5FA8;--stat-physical-bg: rgba(31, 95, 168, .1);--stat-physical-border: rgba(31, 95, 168, .32);--stat-danger: #A33A31;--stat-danger-bg: rgba(163, 58, 49, .1);--stat-danger-border: rgba(163, 58, 49, .38);--accent-event-crime: #0F7A5A;--accent-event-moral: #6B3FA0;--accent-event-famine: #9A6B12;--accent-event-population: #2A2FA0;--accent-event-treasury: #4E7A18;--accent-event-majority: #8B1E96;--accent-event-building: #14707A;--accent-event-default: #6E6656;--event-color-population: #3A5F86;--event-color-health: #3C7A46;--event-color-celebration: #8A6A22;--event-color-conflict: #8E3C3C;--event-color-tragedy: #6A4E24;--event-color-infrastructure: #4E4E72;--event-color-diplomatic: #34606F;--event-color-spiritual: #6B4E8A;--event-color-natural_event: #3E6B3E;--event-color-narrative: #5C5C5C;--event-color-migration: #A25E30;--water-band-shallow: linear-gradient(90deg, #DCE4E2, #CFD9D8);--water-band-mid: linear-gradient(90deg, #CFD9D8, #BDC8C9);--water-band-deep: linear-gradient(90deg, #A7B4B6, #92A0A3);--water-column-gradient: linear-gradient(180deg, #D9E2E0 0%, #C2CDCD 30%, #9FADAF 65%, #7F8E92 100%)}[data-theme=fhtagn-around-and-find-out]{--color-primary: #58B79B;--color-primary-hover: #2C6E5D;--color-primary-light: rgba(88, 183, 155, .08);--font-fantasy-title: "Cinzel", "Marcellus", Georgia, serif;--font-fantasy-body: "Spectral", Georgia, serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--fantasy-gold: #58B79B;--fantasy-gold-dim: #2C6E5D;--fantasy-gold-subtle: rgba(88, 183, 155, .09);--fantasy-gold-secondary: #9ED8C2;--fantasy-border: #1B2523;--fantasy-border-focus: #3E524C;--fantasy-text: #E6EFEA;--fantasy-text-muted: #7E918B;--text-title-serif: #CFE4DA;--page-bg: #0A0F0E;--page-bg-ambient: radial-gradient(ellipse 85% 55% at 62% 0%, rgba(58, 96, 92, .12) 0%, transparent 58%), radial-gradient(ellipse 75% 60% at 22% 100%, rgba(40, 110, 93, .12) 0%, transparent 62%), radial-gradient(ellipse 45% 30% at 80% 92%, rgba(88, 183, 155, .06) 0%, transparent 60%);--surface-primary: #121A18;--surface-secondary: #16201E;--surface-tertiary: #1F2B28;--surface-sidebar: #0D1413;--surface-overlay: rgba(3, 9, 8, .74);--surface-card-gradient: linear-gradient(180deg, #18211F, #111817);--surface-sidebar-gradient: linear-gradient(180deg, #141B1A, #0D1413);--surface-control-gradient: linear-gradient(180deg, #1F2B28, #18211F);--surface-flat: #18211F;--surface-inset: #0D1413;--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--shadow-modal: 0 40px 80px -30px rgba(0, 0, 0, .9), 0 0 0 1px rgba(0, 0, 0, .5);--rail-vignette: linear-gradient(to right, rgba(7, 12, 11, .72), rgba(7, 12, 11, .42));--text-primary: #E6EFEA;--text-secondary: #CCDAD3;--text-muted: #8A9D96;--text-faint: #718480;--text-inverse: #0A0F0E;--text-inverse-secondary: rgba(230, 239, 234, .76);--text-display: var(--text-title-serif);--text-body: var(--text-secondary);--text-on-fill: #04100D;--border-color: #202B29;--border-color-strong: #303E3B;--border-color-top-card: #3A4B46;--border-color-top-control: #445953;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--ornament-rule: #3F7F6D;--border-radius-sm: 2px;--border-radius: 2px;--border-radius-md: 3px;--border-radius-bar: 0px;--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--sidebar-width: 260px;--card-gap: var(--space-5);--card-padding: var(--space-5);--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: rgba(88, 183, 155, .12);--accent-line: rgba(88, 183, 155, .5);--accent-gold: var(--fantasy-gold-secondary);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--color-positive: #63B892;--color-negative: #D9756B;--color-critical: #C4382C;--positive: var(--color-positive);--negative: var(--color-negative);--warning: #D8A24E;--critical: var(--color-critical);--icon-neutral: #8A9D96;--icon-accent-active: var(--fantasy-gold);--ambience-kind: none;--focus-ring-primary: rgba(88, 183, 155, .28);--shadow-primary-sm: rgba(88, 183, 155, .1);--shadow-primary-md: rgba(88, 183, 155, .2);--shadow-primary-lg: rgba(88, 183, 155, .3);--shadow-primary-xl: rgba(88, 183, 155, .4);--shadow-primary-2xl: rgba(88, 183, 155, .6);--shadow-glow-primary-md: rgba(88, 183, 155, .5);--shadow-glow-primary-lg: rgba(88, 183, 155, .7);--fantasy-gold-05: rgba(88, 183, 155, .05);--fantasy-gold-12: rgba(88, 183, 155, .12);--fantasy-gold-15: rgba(88, 183, 155, .15);--fantasy-gold-28: rgba(88, 183, 155, .28);--fantasy-gold-60: rgba(88, 183, 155, .6);--fantasy-gold-90: rgba(88, 183, 155, .9);--water-band-shallow: linear-gradient(90deg, #16302B, #113028);--water-band-mid: linear-gradient(90deg, #112722, #0D211D);--water-band-deep: linear-gradient(90deg, #0A1614, #06100E);--water-column-gradient: linear-gradient(180deg, #1D3F38 0%, #14302A 30%, #0C1F1B 65%, #050D0C 100%);--btn-primary-bg: linear-gradient(180deg, #58B79B, #2C6E5D);--btn-primary-fg: #04100D;--btn-primary-border: #58B79B;--btn-primary-bg-hover: linear-gradient(180deg, #6BC6AB, #35806C);--btn-primary-border-hover: #7FD3B9;--btn-secondary-bg: linear-gradient(180deg, #1F2B28, #18211F);--btn-secondary-fg: #C7D7D0;--btn-secondary-border: #303E3B;--btn-secondary-bg-hover: linear-gradient(180deg, #243230, #1B2523);--btn-secondary-border-hover: var(--fantasy-gold);--btn-secondary-fg-hover: var(--fantasy-gold);--btn-edit-bg: rgba(216, 162, 78, .18);--btn-edit-fg: #D8A24E;--btn-edit-border: rgba(216, 162, 78, .4);--btn-edit-bg-hover: rgba(216, 162, 78, .32);--btn-success-bg: rgba(99, 184, 146, .18);--btn-success-fg: #78C7A2;--btn-success-border: rgba(99, 184, 146, .4);--btn-success-bg-hover: rgba(99, 184, 146, .32);--btn-danger-bg: linear-gradient(180deg, #2C1614, #1A0F0E);--btn-danger-fg: #E8A49C;--btn-danger-border: #70332E;--btn-danger-bg-hover: linear-gradient(180deg, #371916, #1F1210);--btn-danger-border-hover: #D9756B;--btn-info-bg: rgba(90, 140, 180, .18);--btn-info-fg: #8FBAD8;--btn-info-border: rgba(90, 140, 180, .4);--btn-info-bg-hover: rgba(90, 140, 180, .3);--btn-warning-bg: rgba(216, 162, 78, .18);--btn-warning-fg: #D8A24E;--btn-warning-border: rgba(216, 162, 78, .4);--btn-warning-bg-hover: rgba(216, 162, 78, .32);--btn-ghost-fg: var(--text-muted);--btn-ghost-border: transparent;--btn-ghost-bg-hover: var(--overlay-light-05);--btn-ghost-border-hover: transparent;--btn-ghost-fg-hover: var(--fantasy-gold);--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bd: var(--btn-secondary-border);--btn-danger-bd: var(--btn-danger-border);--btn-primary-anim: abyssBreath 6.2s ease-in-out infinite;--btn-primary-sheen-anim: none;--btn-secondary-shadow: inset 0 1px 0 rgba(178, 216, 203, .06);--stat-card-entrance-anim: rlyehRise .55s cubic-bezier(.2, .7, .3, 1) both;--texture-sidebar: url(/apps/assets/basalt-wall-B3meqls3.webp);--texture-sidebar-size: 620px;--texture-sidebar-opacity: .22;--texture-sidebar-repeat: repeat;--texture-sidebar-blend: overlay;--texture-card: url(/apps/assets/basalt-wall-dark-3sr1LLbK.webp);--texture-card-size: 300px;--texture-card-opacity: .12;--texture-card-alpha: var(--texture-card-opacity);--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--texture-scrim: url(/apps/assets/basalt-wall-B3meqls3.webp);--texture-scrim-size: 900px;--rlyeh-torch-depth: .6;--rlyeh-torch-core: 42.5;--logo-filter: grayscale(1) brightness(1.05)}[data-theme=drow-me-like-one-of-your-french-girls]{--text-on-fill: #FBEFF7;--risk-4-text: #F2917F;--color-primary: #E24AA6;--color-primary-hover: #9C2A74;--color-primary-light: rgba(226, 74, 166, .08);--font-fantasy-title: "Cormorant SC", "Cormorant Garamond", Georgia, serif;--font-fantasy-body: "Alegreya Sans", "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--fantasy-gold: #E24AA6;--fantasy-gold-dim: #9C2A74;--fantasy-gold-subtle: rgba(226, 74, 166, .09);--fantasy-gold-secondary: #DCCB9E;--fantasy-border: #241D31;--fantasy-border-focus: #4A3D60;--fantasy-text: #E9E3F2;--fantasy-text-muted: #9A8FAD;--text-title-serif: #EADCF0;--page-bg: #09080D;--page-bg-ambient: radial-gradient(ellipse 70% 45% at 18% 100%, rgba(120, 52, 150, .12) 0%, transparent 62%), radial-gradient(ellipse 55% 35% at 78% 100%, rgba(226, 74, 166, .07) 0%, transparent 60%), radial-gradient(ellipse 40% 30% at 88% 0%, rgba(150, 120, 210, .05) 0%, transparent 60%);--surface-primary: #15111D;--surface-secondary: #1A1524;--surface-tertiary: #231C30;--surface-sidebar: #0F0C15;--surface-overlay: rgba(6, 4, 10, .76);--surface-card-gradient: linear-gradient(180deg, #1B1626, #14101C);--surface-sidebar-gradient: linear-gradient(180deg, #13101B, #0C0A11);--surface-control-gradient: linear-gradient(180deg, #251E33, #1C1727);--surface-flat: #1B1626;--surface-inset: #0E0B14;--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--surface-hover: rgba(233, 227, 242, .04);--shadow-modal: 0 40px 90px -30px rgba(0, 0, 0, .92), 0 0 0 1px rgba(0, 0, 0, .6);--rail-vignette: linear-gradient(to right, rgba(9, 8, 13, .74), rgba(9, 8, 13, .4));--text-primary: #E9E3F2;--text-secondary: #CBC2DA;--text-muted: #9A8FAD;--text-faint: #7D7292;--text-inverse: #09080D;--text-inverse-secondary: rgba(233, 227, 242, .76);--text-display: var(--text-title-serif);--text-body: var(--text-secondary);--border-color: #262033;--border-color-strong: #372E48;--border-color-top-card: #43395A;--border-color-top-control: #4F4468;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--ornament-rule: #6B3A78;--border-radius-sm: 2px;--border-radius: 3px;--border-radius-md: 4px;--border-radius-bar: 1px;--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--sidebar-width: 252px;--card-gap: var(--space-4);--card-padding: var(--space-5);--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: rgba(226, 74, 166, .12);--accent-line: rgba(226, 74, 166, .5);--accent-gold: var(--fantasy-gold-secondary);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--color-positive: #7CC49A;--color-negative: #EC6A55;--color-critical: #C4382C;--positive: var(--color-positive);--negative: var(--color-negative);--warning: #DDA84E;--critical: var(--color-critical);--color-success: #4FA476;--color-success-hover: #3E8961;--color-success-dark: #2F6D4C;--color-success-darker: #214F37;--color-warning: #D09A3E;--color-warning-hover: #B08030;--color-warning-darker: #7A5820;--color-danger: #D8392C;--color-danger-hover: #B42C21;--color-danger-darker: #7E1D16;--color-info: #6FA8D6;--color-info-hover: #5690BE;--color-info-darker: #2E5878;--color-secondary: #6E6484;--color-secondary-hover: #5A5170;--color-secondary-darker: #3E374F;--color-disabled-bg: #221C2D;--color-disabled-hover: #2A2337;--color-danger-light: rgba(216, 57, 44, .16);--color-danger-glow: rgba(216, 57, 44, .7);--color-warning-bg: rgba(221, 168, 78, .12);--color-warning-border: rgba(221, 168, 78, .45);--color-warning-text: #EBC079;--danger-row-bg: rgba(216, 57, 44, .09);--danger-row-bg-hover: rgba(216, 57, 44, .15);--color-alert-danger-bg: rgba(216, 57, 44, .12);--color-alert-danger-border: rgba(216, 57, 44, .42);--color-alert-danger-text: #F2917F;--color-alert-success-bg: rgba(79, 164, 118, .12);--color-alert-success-border: rgba(79, 164, 118, .38);--color-alert-success-text: #8FD2AB;--color-alert-warning-bg: rgba(221, 168, 78, .12);--color-alert-warning-border: rgba(221, 168, 78, .4);--color-alert-warning-text: #EBC079;--color-alert-info-bg: rgba(111, 168, 214, .12);--color-alert-info-border: rgba(111, 168, 214, .38);--color-alert-info-text: #A5CBEA;--icon-neutral: #9A8FAD;--icon-accent-active: var(--fantasy-gold);--ambience-kind: none;--focus-ring-primary: rgba(226, 74, 166, .3);--shadow-primary-sm: rgba(226, 74, 166, .1);--shadow-primary-md: rgba(226, 74, 166, .2);--shadow-primary-lg: rgba(226, 74, 166, .3);--shadow-primary-xl: rgba(226, 74, 166, .4);--shadow-primary-2xl: rgba(226, 74, 166, .6);--shadow-glow-primary-md: rgba(226, 74, 166, .45);--shadow-glow-primary-lg: rgba(226, 74, 166, .65);--shadow-dark-sm: 0 2px 4px rgba(0, 0, 0, .45);--shadow-dark-md: 0 3px 10px rgba(0, 0, 0, .5);--shadow-dark-lg: 0 6px 18px rgba(0, 0, 0, .55);--shadow-dark-xl: 0 10px 28px rgba(0, 0, 0, .6);--shadow-inset-sm: inset 0 2px 4px rgba(0, 0, 0, .45);--fantasy-gold-05: rgba(226, 74, 166, .05);--fantasy-gold-12: rgba(226, 74, 166, .12);--fantasy-gold-15: rgba(226, 74, 166, .15);--fantasy-gold-28: rgba(226, 74, 166, .28);--fantasy-gold-60: rgba(226, 74, 166, .6);--fantasy-gold-90: rgba(226, 74, 166, .9);--modal-header-gradient: var(--surface-tertiary);--gradient-header-end: var(--surface-tertiary);--water-band-shallow: linear-gradient(90deg, #231B34, #1D172C);--water-band-mid: linear-gradient(90deg, #191327, #140F20);--water-band-deep: linear-gradient(90deg, #0F0B18, #0A0810);--water-column-gradient: linear-gradient(180deg, #2A2040 0%, #1C152C 30%, #110D1B 65%, #07060B 100%);--btn-primary-bg: linear-gradient(180deg, #B8358A, #7C1E5C);--btn-primary-fg: #FBEFF7;--btn-primary-border: #D0449E;--btn-primary-bg-hover: linear-gradient(180deg, #C9409A, #8E2468);--btn-primary-border-hover: var(--drow-accent-bright);--btn-secondary-bg: linear-gradient(180deg, #251E33, #1C1727);--btn-secondary-fg: #CBC2DA;--btn-secondary-border: #372E48;--btn-secondary-bg-hover: linear-gradient(180deg, #2B2339, #201A2C);--btn-secondary-border-hover: var(--fantasy-gold);--btn-secondary-fg-hover: var(--drow-accent-bright);--btn-edit-bg: rgba(221, 168, 78, .16);--btn-edit-fg: #EBC079;--btn-edit-border: rgba(221, 168, 78, .4);--btn-edit-bg-hover: rgba(221, 168, 78, .28);--btn-success-bg: rgba(79, 164, 118, .16);--btn-success-fg: #8FD2AB;--btn-success-border: rgba(79, 164, 118, .4);--btn-success-bg-hover: rgba(79, 164, 118, .28);--btn-danger-bg: linear-gradient(180deg, #2E1311, #1C0C0B);--btn-danger-fg: #F2A194;--btn-danger-border: #7A2A22;--btn-danger-bg-hover: linear-gradient(180deg, #3B1714, #230E0C);--btn-danger-border-hover: #EC6A55;--btn-info-bg: rgba(111, 168, 214, .16);--btn-info-fg: #A5CBEA;--btn-info-border: rgba(111, 168, 214, .4);--btn-info-bg-hover: rgba(111, 168, 214, .28);--btn-warning-bg: rgba(221, 168, 78, .16);--btn-warning-fg: #EBC079;--btn-warning-border: rgba(221, 168, 78, .4);--btn-warning-bg-hover: rgba(221, 168, 78, .28);--btn-ghost-fg: var(--text-muted);--btn-ghost-border: transparent;--btn-ghost-bg-hover: var(--surface-hover);--btn-ghost-border-hover: transparent;--btn-ghost-fg-hover: var(--drow-accent-bright);--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bd: var(--btn-secondary-border);--btn-danger-bd: var(--btn-danger-border);--btn-primary-anim: none;--btn-primary-sheen-anim: drowGlint 14.3s linear 2.6s infinite;--btn-secondary-shadow: inset 0 1px 0 rgba(233, 227, 242, .06);--stat-card-entrance-anim: drowSurface .5s cubic-bezier(.2, .7, .3, 1) both;--drow-heart-anim: drowHeart 5.3s linear infinite;--drow-drop-anim: drowDrop 10.6s linear infinite;--drow-rail-mote-anim: drowRailMotes 70s linear infinite;--drow-kindle-anim: drowKindle .7s ease-out 1 both;--drow-mote-anim: drowMotes 80s linear infinite;--drow-floor-anim: drowFloor 11.3s ease-in-out infinite;--drow-card-breath-anim: drowBreath 8.3s ease-in-out infinite;--drow-card-sheen-anim: drowCardSheen 17.3s linear infinite;--drow-web-anim: drowWebShiver 1.2s cubic-bezier(.3, .7, .2, 1) .35s 1 both;--drow-spider-anim: drowSpider 8s linear 1.8s 1 both;--drow-crystal-anim: drowCrystal .9s steps(6, jump-end) 1 both;--drow-crystal-transition: width .45s steps(3, jump-end);--drow-tip-anim: drowTip 3.1s ease-in-out infinite;--drow-bead: #F7B6DD;--drow-tip: #FBE3F2;--drow-crystal-deep: #7C1E5C;--drow-crystal-mid: #C9409A;--drow-sheen: rgba(226, 74, 166, .035);--drow-sheen-strong: rgba(255, 226, 246, .26);--drow-thread: rgba(155, 120, 190, .55);--drow-floor-glow: rgba(120, 52, 150, .16);--drow-floor-glow-accent: rgba(226, 74, 166, .07);--texture-sidebar: url(/apps/assets/drow-obsidian-polished-S8Ric4Oc.webp);--texture-sidebar-size: 900px;--texture-sidebar-opacity: .5;--texture-sidebar-repeat: repeat;--texture-sidebar-blend: screen;--texture-card: url(/apps/assets/drow-obsidian-rough-_vSc1KOP.webp);--texture-card-size: 640px;--texture-card-opacity: .28;--texture-card-blend: screen;--texture-card-alpha: var(--texture-card-opacity);--texture-table-opacity: .09;--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--texture-scrim: url(/apps/assets/drow-obsidian-polished-S8Ric4Oc.webp);--texture-scrim-size: 1100px;--drow-accent-bright: #F07CC4;--drow-vein: rgba(226, 74, 166, .55);--drow-glow-soft: rgba(226, 74, 166, .14);--drow-glow-mid: rgba(226, 74, 166, .28);--drow-polish: rgba(233, 227, 242, .07);--logo-filter: grayscale(1) brightness(.95) sepia(.2) hue-rotate(230deg)}[data-theme=probing-uranus]{--text-on-fill: #070B17;--risk-4-text: #F0907F;--color-primary: #BFD0F5;--color-primary-hover: #7C8FBF;--color-primary-light: rgba(191, 208, 245, .08);--font-fantasy-title: "Forum", "Times New Roman", Georgia, serif;--font-fantasy-body: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--fantasy-gold: #BFD0F5;--fantasy-gold-dim: #7C8FBF;--fantasy-gold-subtle: rgba(191, 208, 245, .07);--fantasy-gold-secondary: #E6DBA8;--fantasy-border: #22304F;--fantasy-border-focus: #3A4E7A;--fantasy-text: #E6ECF8;--fantasy-text-muted: #8C9AB8;--text-title-serif: #DCE5F7;--page-bg: #070B17;--page-bg-ambient: radial-gradient(ellipse 70% 55% at 0% 0%, rgba(58, 84, 168, .16) 0%, transparent 62%), radial-gradient(ellipse 50% 40% at 100% 100%, rgba(40, 62, 130, .08) 0%, transparent 60%);--surface-primary: #0E1426;--surface-secondary: #131B31;--surface-tertiary: #1A2440;--surface-sidebar: #0A1020;--surface-overlay: rgba(4, 7, 15, .78);--surface-card-gradient: linear-gradient(180deg, #111931, #0D1325);--surface-sidebar-gradient: linear-gradient(180deg, #0C1326, #080D1B);--surface-control-gradient: linear-gradient(180deg, #1C2745, #151E37);--surface-flat: #111931;--surface-inset: #080D1A;--surface-card: var(--surface-card-gradient);--surface-raised: var(--surface-sidebar-gradient);--surface-control: var(--surface-control-gradient);--surface-hover: rgba(191, 208, 245, .045);--shadow-modal: 0 40px 90px -30px rgba(0, 0, 0, .9), 0 0 0 1px rgba(0, 0, 0, .55);--rail-vignette: linear-gradient(to right, rgba(7, 11, 23, .74), rgba(7, 11, 23, .4));--text-primary: #E6ECF8;--text-secondary: #B8C3DB;--text-muted: #8C9AB8;--text-faint: #75839F;--text-inverse: #070B17;--text-inverse-secondary: rgba(230, 236, 248, .76);--text-display: var(--text-title-serif);--text-body: var(--text-secondary);--border-color: #22304F;--border-color-strong: #2E3F66;--border-color-top-card: #34466F;--border-color-top-control: #3F5480;--border: var(--border-color);--border-bevel: var(--border-color-top-card);--border-bevel-ctrl: var(--border-color-top-control);--border-strong: var(--border-color-strong);--ornament-rule: #3A4E7A;--border-radius-sm: 2px;--border-radius: 3px;--border-radius-md: 4px;--border-radius-bar: 1px;--radius-control: var(--border-radius-sm);--radius-card: var(--border-radius);--radius-bar: var(--border-radius-bar);--sidebar-width: 252px;--card-gap: var(--space-4);--card-padding: var(--space-5);--accent: var(--fantasy-gold);--accent-deep: var(--fantasy-gold-dim);--accent-soft: rgba(191, 208, 245, .1);--accent-line: rgba(191, 208, 245, .45);--accent-gold: var(--fantasy-gold-secondary);--font-display: var(--font-fantasy-title);--font-ui: var(--font-fantasy-body);--color-positive: #6FCB9F;--color-negative: #E57A86;--color-critical: #C4382C;--positive: var(--color-positive);--negative: var(--color-negative);--warning: #E3B25E;--critical: var(--color-critical);--color-success: #3F9E72;--color-success-hover: #34865F;--color-success-dark: #2A6C4C;--color-success-darker: #1D4D36;--color-warning: #D6A04A;--color-warning-hover: #B8873A;--color-warning-darker: #7C5A24;--color-danger: #D9505E;--color-danger-hover: #BB3E4C;--color-danger-darker: #7F2531;--color-info: #6CC6E8;--color-info-hover: #52AFD3;--color-info-darker: #2A6A86;--color-secondary: #5E6C8E;--color-secondary-hover: #4D5A7A;--color-secondary-darker: #35405A;--color-disabled-bg: #182139;--color-disabled-hover: #1E2843;--color-danger-light: rgba(217, 80, 94, .16);--color-danger-glow: rgba(217, 80, 94, .7);--color-warning-bg: rgba(227, 178, 94, .12);--color-warning-border: rgba(227, 178, 94, .45);--color-warning-text: #EDC47E;--danger-row-bg: rgba(217, 80, 94, .1);--danger-row-bg-hover: rgba(217, 80, 94, .16);--color-alert-danger-bg: rgba(217, 80, 94, .12);--color-alert-danger-border: rgba(217, 80, 94, .42);--color-alert-danger-text: #F0A0A9;--color-alert-success-bg: rgba(111, 203, 159, .1);--color-alert-success-border: rgba(111, 203, 159, .36);--color-alert-success-text: #93DBB7;--color-alert-warning-bg: rgba(227, 178, 94, .12);--color-alert-warning-border: rgba(227, 178, 94, .4);--color-alert-warning-text: #EDC47E;--color-alert-info-bg: rgba(108, 198, 232, .1);--color-alert-info-border: rgba(108, 198, 232, .4);--color-alert-info-text: #9FDCF2;--icon-neutral: #8C9AB8;--icon-accent-active: var(--fantasy-gold);--ambience-kind: none;--focus-ring-primary: rgba(191, 208, 245, .28);--shadow-primary-sm: rgba(191, 208, 245, .08);--shadow-primary-md: rgba(191, 208, 245, .16);--shadow-primary-lg: rgba(191, 208, 245, .24);--shadow-primary-xl: rgba(191, 208, 245, .34);--shadow-primary-2xl: rgba(191, 208, 245, .5);--shadow-glow-primary-md: rgba(191, 208, 245, .36);--shadow-glow-primary-lg: rgba(191, 208, 245, .55);--shadow-dark-sm: 0 2px 4px rgba(0, 0, 0, .45);--shadow-dark-md: 0 3px 10px rgba(0, 0, 0, .5);--shadow-dark-lg: 0 6px 18px rgba(0, 0, 0, .55);--shadow-dark-xl: 0 10px 28px rgba(0, 0, 0, .6);--shadow-inset-sm: inset 0 2px 4px rgba(0, 0, 0, .45);--fantasy-gold-05: rgba(191, 208, 245, .05);--fantasy-gold-12: rgba(191, 208, 245, .12);--fantasy-gold-15: rgba(191, 208, 245, .15);--fantasy-gold-28: rgba(191, 208, 245, .28);--fantasy-gold-60: rgba(191, 208, 245, .6);--fantasy-gold-90: rgba(191, 208, 245, .9);--modal-header-gradient: var(--surface-tertiary);--gradient-header-end: var(--surface-tertiary);--water-band-shallow: linear-gradient(90deg, #1F4C72, #1A4266);--water-band-mid: linear-gradient(90deg, #18406A, #153A61);--water-band-deep: linear-gradient(90deg, #0F2A4E, #0D2546);--water-column-gradient: linear-gradient(180deg, #2C6590 0%, #1A4870 28%, #123660 64%, #0C2A4E 100%);--btn-primary-bg: linear-gradient(180deg, #D6E1F8, #A9BCE4);--btn-primary-fg: #0A1020;--btn-primary-border: #E2EAFA;--btn-primary-bg-hover: linear-gradient(180deg, #E6EDFC, #BACAEC);--btn-primary-border-hover: var(--astral-accent-bright);--btn-secondary-bg: linear-gradient(180deg, #1C2745, #151E37);--btn-secondary-fg: #B8C3DB;--btn-secondary-border: #2E3F66;--btn-secondary-bg-hover: linear-gradient(180deg, #223051, #19233F);--btn-secondary-border-hover: var(--fantasy-gold);--btn-secondary-fg-hover: var(--astral-accent-bright);--btn-edit-bg: rgba(227, 178, 94, .14);--btn-edit-fg: #EDC47E;--btn-edit-border: rgba(227, 178, 94, .4);--btn-edit-bg-hover: rgba(227, 178, 94, .24);--btn-success-bg: rgba(111, 203, 159, .13);--btn-success-fg: #93DBB7;--btn-success-border: rgba(111, 203, 159, .4);--btn-success-bg-hover: rgba(111, 203, 159, .22);--btn-danger-bg: linear-gradient(180deg, #2B1220, #1B0C16);--btn-danger-fg: #F0A0A9;--btn-danger-border: #7F2B3A;--btn-danger-bg-hover: linear-gradient(180deg, #381626, #230F1B);--btn-danger-border-hover: #E57A86;--btn-info-bg: rgba(108, 198, 232, .13);--btn-info-fg: #9FDCF2;--btn-info-border: rgba(108, 198, 232, .4);--btn-info-bg-hover: rgba(108, 198, 232, .22);--btn-warning-bg: rgba(227, 178, 94, .14);--btn-warning-fg: #EDC47E;--btn-warning-border: rgba(227, 178, 94, .4);--btn-warning-bg-hover: rgba(227, 178, 94, .24);--btn-ghost-fg: var(--text-muted);--btn-ghost-border: transparent;--btn-ghost-bg-hover: var(--surface-hover);--btn-ghost-border-hover: transparent;--btn-ghost-fg-hover: var(--astral-accent-bright);--btn-primary-bd: var(--btn-primary-border);--btn-secondary-bd: var(--btn-secondary-border);--btn-danger-bd: var(--btn-danger-border);--btn-primary-anim: none;--btn-primary-sheen-anim: none;--btn-secondary-shadow: inset 0 1px 0 rgba(191, 208, 245, .06);--stat-card-entrance-anim: astralRise .5s cubic-bezier(.2, .7, .3, 1) both;--texture-sidebar: none;--texture-sidebar-size: 900px;--texture-sidebar-opacity: 0;--texture-sidebar-repeat: repeat;--texture-sidebar-blend: screen;--texture-card: url(/apps/assets/astral-sky-photo-Dc-_XPKw.webp);--texture-card-size: 640px;--texture-card-opacity: .16;--texture-card-blend: screen;--texture-card-alpha: var(--texture-card-opacity);--texture-table-opacity: 0;--texture-rail: var(--texture-sidebar);--texture-rail-size: var(--texture-sidebar-size);--texture-rail-alpha: var(--texture-sidebar-opacity);--texture-scrim: var(--astral-sky-far);--texture-scrim-size: var(--astral-sky-far-size);--astral-sky-far: url(/apps/assets/astral-sky-photo-Dc-_XPKw.webp);--astral-sky-far-size: 1024px;--astral-sky-far-opacity: .42;--astral-sky-near: url(/apps/assets/astral-sky-near-CF5lFMPV.svg);--astral-sky-near-size: 720px;--astral-spin-far: url(/apps/assets/astral-starfield-DFMFWk3H.svg);--astral-spin-far-size: 480px;--astral-spin-far-period: 384s;--astral-spin-near: url(/apps/assets/astral-sky-near-CF5lFMPV.svg);--astral-spin-near-size: 720px;--astral-spin-near-period: 272s;--astral-spin-rate: 1;--astral-rail-nebula: url(/apps/assets/astral-nebula-blue-DFMAyf6q.webp);--astral-rail-nebula-size: 900px;--astral-rail-dim: rgba(10, 16, 32, .55);--astral-rail-stars-opacity: .6;--astral-accent-bright: #F2F6FE;--astral-star: #E6ECF8;--astral-ink: #04070F;--astral-bevel: rgba(191, 208, 245, .07);--astral-bevel-strong: rgba(191, 208, 245, .13);--astral-halo: rgba(191, 208, 245, .14);--astral-halo-mid: rgba(191, 208, 245, .26);--astral-frame-line: rgba(124, 143, 191, .34);--astral-graduation: rgba(191, 208, 245, .3);--astral-inset-shadow: rgba(0, 0, 0, .6);--astral-scrim-halo: rgba(58, 84, 168, .14);--astral-comet-tail: #142043;--astral-comet-body: #4F68A3;--astral-comet-head: #F2F6FE;--logo-filter: grayscale(1) brightness(1.08)}@layer mgs-modal-base{.modal-overlay{position:fixed;inset:0;background:var(--surface-overlay);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;z-index:var(--z-modal);padding:var(--space-6);padding-top:10vh;animation:modal-overlay-appear var(--transition-base)}}.modal-overlay--nested{z-index:var(--z-modal-nested);background:var(--overlay-dark-60)}.modal-overlay--centered{align-items:center;padding-top:var(--space-6)}@layer mgs-modal-base{.modal{position:relative;background:var(--surface-raised);border:1px solid var(--border-strong);border-top:1px solid var(--border-bevel-ctrl);border-radius:var(--radius-card);box-shadow:var(--shadow-modal);width:100%;max-height:min(82vh,900px);display:flex;flex-direction:column;overflow:hidden;animation:modal-appear var(--transition-slow)}}@keyframes modal-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-container{background:var(--surface-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:42rem;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal--xs{max-width:20rem}.modal--sm{max-width:28rem}.modal--md{max-width:42rem}.modal--lg{max-width:56rem}.modal--xl{max-width:72rem}.modal--full{max-width:90vw}.modal--centered{align-self:center}.modal--with-sidebar{display:flex;flex-direction:row}@layer mgs-modal-base{.modal__header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);padding:18px 22px;border-bottom:1px solid var(--border);background:var(--surface-control);border-radius:0;flex-shrink:0}.modal__header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.modal__title{margin:0;font-family:var(--font-fantasy-title);color:var(--fantasy-gold);font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);letter-spacing:.06em;line-height:1.2}.modal__close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:none;border:1px solid transparent;border-radius:var(--radius-control);background:none;color:var(--text-muted);font-size:15px;cursor:pointer;transition:background var(--transition-base),color var(--transition-base),border-color var(--transition-base)}.modal__close:hover{background:var(--overlay-light-05);color:var(--text-primary)}.modal__content{flex:1;overflow-y:auto;padding:20px 22px}.modal__content--no-padding{padding:0}.modal__content--with-tabs{padding:0;display:flex;flex-direction:column}.modal__description{margin:0;padding:14px 22px 0;background:none;border-bottom:none;color:var(--text-muted);font-size:var(--font-size-sm);line-height:1.6;max-width:78ch;text-wrap:pretty}.modal__footer{display:flex;justify-content:flex-end;align-items:center;gap:var(--space-2-5);padding:16px 22px;border-top:1px solid var(--border);background:var(--surface-control);flex-shrink:0}.modal__footer--space-between{justify-content:space-between}.modal__footer--center{justify-content:center}.modal__footer--sticky{position:sticky;bottom:0;background:var(--surface-secondary);box-shadow:0 -2px 10px var(--overlay-dark-10);z-index:10}.modal__sidebar{width:280px;min-width:280px;background:var(--surface-secondary);border-right:var(--border-width) solid var(--border-color);overflow-y:auto;flex-shrink:0}.modal__main{flex:1;display:flex;flex-direction:column;min-width:0}.modal__loading,.modal__error{display:flex;align-items:center;justify-content:center;padding:var(--space-10);text-align:center;font-size:var(--font-size-lg)}.modal__error{color:var(--color-danger);background:var(--color-alert-danger-bg);border-radius:var(--border-radius);margin:var(--space-6)}.modal__content,.modal__sidebar,.modal__main{overscroll-behavior:contain}}@keyframes modal-overlay-appear{0%{opacity:0}to{opacity:1}}.cancel-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:1.5;border:var(--border-width) solid transparent;border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-base);text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;background:var(--surface-tertiary);color:var(--fantasy-text);border-color:var(--border-color-strong);box-shadow:0 2px 4px var(--shadow-secondary-md)}.cancel-btn:hover{background:var(--border-color-strong);border-color:var(--text-muted);transform:translateY(-1px);box-shadow:0 4px 8px var(--shadow-secondary-lg)}.delete-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:1.5;border:var(--border-width) solid transparent;border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-base);text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--color-danger) 0%,var(--color-danger-hover) 100%);color:var(--fantasy-text);border-color:var(--color-danger);box-shadow:0 2px 4px var(--shadow-danger-md)}.delete-button:hover{background:linear-gradient(135deg,var(--color-danger-hover) 0%,var(--color-danger-darker) 100%);border-color:var(--color-danger-hover);transform:translateY(-1px);box-shadow:0 4px 8px var(--shadow-danger-lg)}.card-hover-blue{background:var(--surface-secondary);border-radius:var(--border-radius);padding:var(--space-5);border:2px solid var(--border-color)}.input-focus-blue{padding:var(--space-2-5) var(--space-3);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-size-base);transition:border-color .3s ease,box-shadow .3s ease}.input-focus-blue:focus{outline:none;border-color:var(--color-secondary-hover);box-shadow:0 0 0 3px var(--shadow-primary-sm)}.sidebar-btn{width:100%;display:flex;align-items:center;padding:var(--space-3) var(--space-4);border:0;background:transparent;text-align:left;cursor:pointer;transition:all var(--transition-base);color:var(--text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);border-radius:0;outline:none}.sidebar-btn:hover{background:var(--fantasy-gold-subtle);color:var(--fantasy-gold)}.sidebar-btn--active,.sidebar-btn--active:hover{background:var(--fantasy-gold-subtle);color:var(--fantasy-gold);border-left:3px solid var(--fantasy-gold)}.sidebar-btn--disabled,.sidebar-btn--disabled:hover{opacity:.5;cursor:not-allowed;background:transparent}.sidebar-btn--sub{padding-left:var(--space-8);font-weight:var(--font-weight-normal)}.sidebar-btn__icon{margin-right:var(--space-2);font-size:var(--font-size-lg);width:20px;text-align:center;flex-shrink:0}.sidebar-btn__label{flex:1;font-size:var(--font-size-sm)}.sidebar-btn__count{margin-left:var(--space-2);padding:0 var(--space-2);min-width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-tertiary);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);flex-shrink:0}.sidebar-btn--active .sidebar-btn__count{background:var(--fantasy-gold-subtle);color:var(--fantasy-gold)}.universe-content-header{padding:var(--space-6);border-bottom:1px solid var(--border-color);background-color:var(--surface-secondary);display:flex;justify-content:space-between;align-items:center;gap:var(--space-4)}.universe-content-header h3{margin:0;color:var(--text-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}.universe-content-body{flex:1;padding:var(--space-6);overflow-y:auto;min-height:0}@media(max-width:768px){.universe-content-header{padding:var(--space-3) var(--space-4);gap:var(--space-2)}.universe-content-header h3{display:flex;align-items:center;gap:var(--space-2);flex:1 1 auto;min-width:0;font-size:var(--font-size-lg)}.universe-content-header .btn{flex:0 0 auto;width:auto}}.ie-mobile-note{display:none}@media(max-width:768px){.import-export-modal .ie-fs-only{display:none}.import-export-modal .ie-mobile-note{display:block;margin:0;color:var(--text-secondary);font-size:var(--font-size-sm)}}.universe-modal-content .jobs-management,.mnm-content__body--raw .jobs-management{display:flex;flex-direction:column;height:100%;min-height:0;gap:0}@media(max-width:768px){.jobs-management .actions-cell .btn,.jobs-management .universe-content-header .btn{min-height:44px}}.modal-form-body{display:flex;flex-direction:column;gap:var(--space-6);padding:var(--space-6)}.modal-form-info{padding:var(--space-4);background:var(--surface-secondary);border-radius:var(--border-radius-md);border:1px solid var(--border-color)}.modal-form-info h4{margin:0 0 var(--space-2) 0;color:var(--color-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold)}.modal-form-info p{margin:0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.4}.modal-color-swatch{width:40px;height:40px;border:2px solid var(--border-color);border-radius:var(--border-radius-md);cursor:pointer;flex-shrink:0}.modal-color-row{display:flex;align-items:center;gap:var(--space-3)}.modal-color-value{font-family:monospace;font-size:var(--font-size-sm);color:var(--text-secondary)}.modal-footer-actions{display:flex;justify-content:center;gap:var(--space-4);width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);font-family:var(--font-ui);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:1.5;border:var(--border-width) solid transparent;border-radius:var(--border-radius-sm);cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.btn:focus{outline:2px solid var(--fantasy-gold);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@keyframes emberFlicker{0%,to{box-shadow:0 0 0 1px var(--btn-primary-border),0 6px 22px -6px var(--shadow-glow-primary-md)}45%{box-shadow:0 0 0 1px var(--btn-primary-border),0 10px 30px -6px var(--shadow-glow-primary-lg)}}@keyframes sheen{0%{transform:translate(-120%) skew(-18deg)}55%,to{transform:translate(320%) skew(-18deg)}}.btn--primary,.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-fg);border:1px solid var(--btn-primary-border);animation:var(--btn-primary-anim, none)}.btn--primary:after,.btn-primary:after{content:"";position:absolute;top:0;left:0;width:35%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);transform:translate(-120%) skew(-18deg);animation:var(--btn-primary-sheen-anim, none);pointer-events:none}.btn--primary:hover:not(:disabled),.btn-primary:hover:not(:disabled){background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover);transform:translateY(-1px)}.btn--primary.btn--no-anim,.btn-primary.btn--no-anim{animation:none}.btn--primary.btn--no-anim:after,.btn-primary.btn--no-anim:after{content:none}.btn--secondary,.btn-secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-fg);border:1px solid var(--btn-secondary-border);border-top-color:var(--border-color-top-control);box-shadow:var(--btn-secondary-shadow, none)}.btn--secondary:hover:not(:disabled),.btn-secondary:hover:not(:disabled){border-color:var(--btn-secondary-border-hover);color:var(--btn-secondary-fg-hover);transform:translateY(-1px)}.btn--edit,.btn-edit{background:var(--btn-edit-bg);color:var(--btn-edit-fg);border:1px solid var(--btn-edit-border)}.btn--edit:hover:not(:disabled),.btn-edit:hover:not(:disabled){background:var(--btn-edit-bg-hover);transform:translateY(-1px)}.btn--success,.btn-success,.btn-constructive{background:var(--btn-success-bg);color:var(--btn-success-fg);border:1px solid var(--btn-success-border)}.btn--success:hover:not(:disabled),.btn-success:hover:not(:disabled),.btn-constructive:hover:not(:disabled){background:var(--btn-success-bg-hover);transform:translateY(-1px)}.btn--danger,.btn-danger,.btn-danger-icon{background:var(--btn-danger-bg);color:var(--btn-danger-fg);border:1px solid var(--btn-danger-border)}.btn--danger:hover:not(:disabled),.btn-danger:hover:not(:disabled),.btn-danger-icon:hover:not(:disabled){background:var(--btn-danger-bg-hover);border-color:var(--btn-danger-border-hover);transform:translateY(-1px)}.btn--info,.btn-info{background:var(--btn-info-bg);color:var(--btn-info-fg);border:1px solid var(--btn-info-border)}.btn--info:hover:not(:disabled),.btn-info:hover:not(:disabled){background:var(--btn-info-bg-hover);transform:translateY(-1px)}.btn--active,.btn--active:hover:not(:disabled){background:var(--fantasy-gold-subtle);border-color:var(--fantasy-gold-dim);box-shadow:var(--shadow-inset-sm);transform:translateY(1px)}.btn--ghost{background:transparent;color:var(--btn-ghost-fg);border-color:var(--btn-ghost-border)}.btn--ghost:hover:not(:disabled){background:var(--btn-ghost-bg-hover);border-color:var(--btn-ghost-border-hover);color:var(--btn-ghost-fg-hover)}.btn--sm,.btn-sm{padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);gap:var(--space-1)}.btn--loading{color:transparent}.btn--loading:after{content:"";position:absolute;width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:var(--border-radius-circle);animation:btn-spin 1s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn--active{transform:translateY(1px);box-shadow:var(--shadow-sm)}.btn-group{display:inline-flex;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-sm)}.btn-group .btn{border-radius:0;border-right-width:0}.btn-group .btn:first-child{border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}.btn-group .btn:last-child{border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-right-width:var(--border-width)}.btn--icon{padding:var(--space-3);aspect-ratio:1}.btn--icon.btn--sm{padding:var(--space-2)}.btn__icon{font-size:1.1em;line-height:1}.btn svg,.btn img{vertical-align:middle}@media(max-width:768px){.btn{padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm)}.btn--sm{padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs)}.btn-group{flex-direction:column}.btn-group .btn{border-right-width:var(--border-width);border-bottom-width:0}.btn-group .btn:first-child{border-radius:var(--border-radius) var(--border-radius) 0 0}.btn-group .btn:last-child{border-radius:0 0 var(--border-radius) var(--border-radius);border-bottom-width:var(--border-width)}}.job-action-btn{width:28px;height:28px;border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);cursor:pointer;font-weight:700;font-size:var(--font-size-sm);transition:all .2s;color:var(--fantasy-text);display:flex;align-items:center;justify-content:center}.job-action-btn.increase{background-color:var(--color-success)}.job-action-btn.decrease{background-color:var(--color-danger)}.job-action-btn:hover{opacity:.9;transform:scale(1.05)}.job-action-btn:disabled{opacity:.5;cursor:not-allowed;background-color:var(--border-color-strong);color:var(--fantasy-text);transform:none}.job-action-btn:disabled:hover{background-color:var(--border-color-strong);opacity:.5;transform:none}.job-action-btn.shift{font-size:var(--font-size-xs)}.job-action-btn.pending{background-color:var(--color-disabled-bg);cursor:wait;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.btn--warning,.btn-warning{background:var(--btn-warning-bg);color:var(--btn-warning-fg);border:1px solid var(--btn-warning-border)}.btn--warning:hover:not(:disabled),.btn-warning:hover:not(:disabled){background:var(--btn-warning-bg-hover);transform:translateY(-1px)}.btn--lg{padding:var(--space-4) var(--space-6);font-size:var(--font-size-base);gap:var(--space-3)}.btn--xl{padding:var(--space-5) var(--space-8);font-size:var(--font-size-lg);gap:var(--space-3)}.btn--icon.btn--lg{padding:var(--space-4)}.event-active-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 var(--space-2);border-radius:9999px;border:1px solid var(--border-color);background:var(--surface-secondary);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s;flex-shrink:0}.event-active-pill.active{background:var(--btn-success-bg);color:var(--btn-success-fg);border-color:var(--color-success)}@media(max-width:768px){.btn--lg{padding:var(--space-4) var(--space-5);font-size:var(--font-size-base)}}.tri-state-pill{display:inline-flex;align-items:center;gap:var(--space-2);height:28px;padding:0 var(--space-3);border-radius:14px;border:1px solid var(--border-color-strong);background:var(--surface-tertiary);color:var(--text-muted);font-size:var(--font-size-xs);font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s;-webkit-user-select:none;user-select:none}.tri-state-pill:hover:not(:disabled){border-color:var(--fantasy-gold-dim)}.tri-state-pill.state--on{background:var(--btn-success-bg);color:var(--btn-success-fg);border-color:var(--color-success)}.tri-state-pill.state--off{background:var(--btn-danger-bg);color:var(--btn-danger-fg);border-color:var(--color-danger)}.tri-state-pill.state--auto{background:var(--surface-secondary);color:var(--text-primary);border:1px dashed var(--fantasy-gold-dim)}.tri-state-pill:disabled{opacity:.5;cursor:not-allowed}.tri-state-indicator{width:8px;height:8px;border-radius:50%;background:currentColor}.form{display:flex;flex-direction:column;gap:var(--space-6)}input,textarea,select{background:var(--surface-secondary);color:var(--fantasy-text);border:1px solid var(--fantasy-border);border-radius:var(--border-radius-sm);font-family:inherit;font-size:var(--font-size-base);transition:border-color var(--transition-base),box-shadow var(--transition-base)}input::placeholder,textarea::placeholder{color:var(--fantasy-text-muted)}input:focus,textarea:focus,select:focus{border-color:var(--fantasy-border-focus);outline:none;box-shadow:0 0 0 2px var(--focus-ring-primary)}select option{background:var(--surface-secondary);color:var(--fantasy-text)}@media(max-width:480px){.form{gap:var(--space-4)}}.form-group{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-4)}.form-row{display:flex;gap:var(--space-4);align-items:flex-start}.form-row>.form-group:only-child{flex:1}@media(max-width:768px){.form-row{flex-direction:column}}.check-row{display:flex;align-items:center;gap:var(--space-2);cursor:pointer;margin:0;white-space:nowrap}.check-grid-2col{display:grid;grid-template-columns:repeat(2,max-content);gap:var(--space-2) var(--space-8);justify-content:start}.check-grid-3col{display:grid;grid-template-columns:repeat(3,max-content);gap:var(--space-2) var(--space-6);justify-content:start}.check-stack{display:flex;flex-direction:column;gap:var(--space-2)}.revenues-summary-full-width{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5);margin-bottom:var(--space-10);width:100%;align-items:start}.right-column{display:flex;flex-direction:column;gap:var(--space-5);height:100%}.modifiers-section{margin-top:var(--space-10)}.modifiers-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8)}.modifiers-column{display:flex;flex-direction:column;gap:var(--space-4);min-height:0}.modifiers-column-title{color:var(--text-primary);margin:0 0 var(--space-5) 0;font-size:1.2em;border-bottom:2px solid var(--fantasy-gold);padding-bottom:var(--space-2);text-align:center}.modifiers-column .modifier-table-container h3{font-size:1em;margin-bottom:var(--space-2-5);color:var(--text-primary)}.modifiers-column .modifier-table-container{margin-bottom:var(--space-4)}.positive{color:var(--color-positive)}.negative{color:var(--color-negative)}.crime-level-none{color:var(--color-crime-none)}.crime-level-low{color:var(--color-crime-low)}.crime-level-moderate{color:var(--color-crime-moderate)}.crime-level-high{color:var(--color-crime-high)}.crime-level-critical{color:var(--color-crime-critical)}@media(max-width:1024px){.revenues-summary-full-width{grid-template-columns:1fr 1fr;gap:var(--space-4)}}@media(max-width:768px){.revenues-summary-full-width,.modifiers-grid{grid-template-columns:1fr;gap:var(--space-5)}}@media(max-width:480px){.modifiers-column-title{font-size:1.1em}}.worker-row{background-color:var(--surface-secondary)}.worker-row:hover{background-color:var(--border-color)}.stats-cards{display:flex;gap:var(--card-gap);margin-bottom:var(--space-8);flex-wrap:wrap}@keyframes inkRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stat-card,.resource-card{background:var(--surface-card-gradient);border-radius:var(--border-radius);padding:var(--card-padding);box-shadow:var(--shadow-dark-md);border:1px solid var(--border-color);border-top:1px solid var(--border-color-top-card);position:relative;overflow:hidden;transition:transform .22s,box-shadow .22s,border-color .22s;animation:var(--stat-card-entrance-anim, none)}.stat-card{flex:1;text-align:center;min-width:200px}.stat-card:before,.resource-card:before{content:"";position:absolute;inset:0;background:var(--texture-card) center/var(--texture-card-size, 320px) repeat;mix-blend-mode:var(--texture-card-blend, overlay);opacity:var(--texture-card-opacity);pointer-events:none;z-index:0}.stat-card>*,.resource-card>*{position:relative;z-index:1}[data-theme=ember-forge] .stats-cards>*:nth-child(1),[data-theme=ember-forge] .resources-grid>*:nth-child(1){animation-delay:0s}[data-theme=ember-forge] .stats-cards>*:nth-child(2),[data-theme=ember-forge] .resources-grid>*:nth-child(2){animation-delay:.05s}[data-theme=ember-forge] .stats-cards>*:nth-child(3),[data-theme=ember-forge] .resources-grid>*:nth-child(3){animation-delay:.1s}[data-theme=ember-forge] .stats-cards>*:nth-child(4),[data-theme=ember-forge] .resources-grid>*:nth-child(4){animation-delay:.15s}[data-theme=ember-forge] .stats-cards>*:nth-child(5),[data-theme=ember-forge] .resources-grid>*:nth-child(5){animation-delay:.2s}[data-theme=ember-forge] .stats-cards>*:nth-child(6),[data-theme=ember-forge] .resources-grid>*:nth-child(6){animation-delay:.24s}[data-theme=ember-forge] .stats-cards>*:nth-child(7),[data-theme=ember-forge] .resources-grid>*:nth-child(7){animation-delay:.28s}[data-theme=ember-forge] .stats-cards>*:nth-child(8),[data-theme=ember-forge] .resources-grid>*:nth-child(8){animation-delay:.32s}[data-theme=ember-forge] .stats-cards>*:nth-child(9),[data-theme=ember-forge] .resources-grid>*:nth-child(9){animation-delay:.36s}[data-theme=ember-forge] .stats-cards>*:nth-child(n+10),[data-theme=ember-forge] .resources-grid>*:nth-child(n+10){animation-delay:.4s}.stat-card:hover,.resource-card:hover{transform:translateY(-3px);border-color:var(--fantasy-gold);box-shadow:0 20px 40px -24px var(--fantasy-gold-28)}.stat-card-icon{font-size:var(--font-size-3xl);margin-bottom:var(--space-2-5);display:block}.stat-card h4,.stat-card-title{margin:0 0 var(--space-4) 0;color:var(--text-primary);font-size:var(--font-size-base);font-weight:500}.stat-card-value{font-size:2.5em;font-weight:700;color:var(--text-primary);margin:var(--space-2-5) 0;font-family:var(--font-mono)}.stat-card-description{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0}.stat-card-value--primary{color:var(--fantasy-gold-secondary)}@media(max-width:1024px){.stats-cards{gap:var(--space-4)}.stat-card{min-width:180px}}@media(max-width:768px){.stats-cards{flex-direction:column;gap:var(--space-4)}.stat-card{min-width:auto;flex:none}.stat-card-value{font-size:2em}}@media(max-width:480px){.stat-card{padding:var(--space-4)}.stat-card-value{font-size:1.8em}.stat-card h4,.stat-card-title{font-size:var(--font-size-sm)}}.empty-state-card{text-align:center;padding:var(--space-10) var(--space-5);color:var(--text-secondary);background:var(--surface-primary);border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.section-title{font-family:var(--font-fantasy-title);font-size:var(--font-size-xl);font-weight:600;margin-bottom:var(--space-2);color:var(--text-primary)}[data-theme=ember-forge] .section-title{font-size:1.75rem;font-weight:var(--font-weight-bold);line-height:1.05;letter-spacing:-.01em}.harmonized-tab{padding:0}.harmonized-tab h2{margin-bottom:var(--space-5)}.filter-group input,.filter-group select,.filters select{padding:var(--space-2) var(--space-3);font-size:var(--font-size-sm)}.search-form{position:relative;display:inline-flex}.search-form input{padding:var(--space-2) var(--space-8) var(--space-2) var(--space-3);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);min-width:200px;font-size:var(--font-size-sm);width:100%}.search-icon{position:absolute;right:var(--space-3);top:50%;transform:translateY(-50%);pointer-events:none;font-size:var(--font-size-sm)}.search-form button{padding:var(--space-2) var(--space-3);border:1px solid var(--border-color);border-radius:0 var(--border-radius-sm) var(--border-radius-sm) 0;background-color:var(--surface-secondary);cursor:pointer;font-size:var(--font-size-sm);transition:background-color .2s}.search-form button:hover{background-color:var(--surface-tertiary)}@media(max-width:768px){.filter-row,.filters{flex-direction:column;align-items:stretch;gap:var(--space-3)}.filter-group{min-width:auto}.search-form input{min-width:auto;width:100%}.population-controls{flex-direction:column;gap:var(--space-4)}}@media(max-width:480px){.filter-bar,.population-controls{padding:var(--space-3)}.filter-group label{font-size:var(--font-size-sm)}.filter-group input,.filter-group select,.filters select{padding:var(--space-px-6) var(--space-2-5);font-size:var(--font-size-sm)}.clear-filters-btn{padding:var(--space-px-6) var(--space-3);font-size:var(--font-size-sm)}}.buildings-filter-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-4)}.buildings-filters{display:flex;gap:var(--space-4);align-items:center;flex-wrap:wrap}.buildings-search{display:flex;gap:var(--space-2-5);align-items:center}.view-toggle{display:inline-flex;overflow:hidden;border:1px solid var(--border-strong);border-radius:var(--radius-control);background:var(--page-bg);margin-bottom:0;gap:0}.view-toggle .toggle-button{padding:8px 14px;border:none;border-left:1px solid var(--border);background:none;color:var(--text-muted);font:400 12.5px/1 var(--font-ui);cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:background .18s,color .18s}.view-toggle .toggle-button:first-child{border-left:none}.view-toggle .toggle-button:hover{background:var(--overlay-light-05);color:var(--text-body);border-color:var(--border)}.view-toggle .toggle-button.active{background:var(--surface-control);color:var(--text-primary);font-weight:700;box-shadow:inset 0 -2px 0 var(--accent)}.view-toggle .toggle-button.active:hover{background:var(--surface-control)}@media(max-width:768px){.view-toggle{flex-wrap:wrap}.view-toggle .toggle-button{padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm);min-width:auto}.view-toggle .toggle-icon{font-size:var(--font-size-base)}}@media(max-width:480px){.view-toggle .toggle-button{flex:1;justify-content:center;padding:var(--space-2) var(--space-2)}}.config-section{margin-bottom:var(--space-6)}.config-section__header{display:flex;justify-content:space-between;align-items:center;background-color:var(--surface-tertiary);border-radius:var(--border-radius);padding:var(--space-3) var(--space-4);cursor:pointer;-webkit-user-select:none;user-select:none}.config-section__header--open{margin-bottom:var(--space-4)}.config-section__title{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--text-primary)}.config-section__chevron{font-size:var(--font-size-sm);color:var(--text-secondary)}.config-section__content{display:flex;flex-direction:column;gap:var(--space-3)}.config-section__row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.config-section__label{flex:1}.config-section__label-text{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--text-primary);margin-bottom:var(--space-1)}.config-section__default{font-size:var(--font-size-sm);color:var(--text-muted)}.config-section__input{width:80px;padding:var(--space-1) var(--space-2);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:var(--font-size-base);text-align:right;font-family:monospace}.config-modal__footer{display:flex;align-items:center;gap:var(--space-2-5)}.salary-config{margin-bottom:var(--space-6)}.salary-config__header{display:flex;justify-content:space-between;align-items:center;background-color:var(--surface-tertiary);border-radius:var(--border-radius);padding:var(--space-3) var(--space-4);cursor:pointer;-webkit-user-select:none;user-select:none}.salary-config__header--open{margin-bottom:var(--space-4)}.salary-config__title{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--text-primary)}.salary-config__chevron{font-size:var(--font-size-sm);color:var(--text-secondary)}.salary-config__loading{padding:var(--space-4);text-align:center;color:var(--text-muted)}.salary-config__error{padding:var(--space-4);color:var(--color-danger)}.salary-config__body{display:flex;flex-direction:column;gap:var(--space-3)}.salary-config__description{font-size:var(--font-size-base);color:var(--text-muted);margin-bottom:var(--space-2)}.salary-config__row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.salary-config__row-info{flex:1}.salary-config__name{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--text-primary);margin-bottom:var(--space-1)}.salary-config__default{font-size:var(--font-size-sm);color:var(--text-muted)}.salary-config__salary-input{width:80px;flex-shrink:0;padding:var(--space-1) var(--space-2);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:var(--font-size-base);text-align:right;font-family:monospace}.salary-config__reassignable{flex-shrink:0;display:flex;align-items:center;margin-top:var(--space-px-6)}.salary-config__warning{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background-color:var(--color-warning-light, rgba(217, 119, 6, .1));border-left:3px solid var(--color-warning);border-radius:var(--border-radius-sm);margin-top:calc(-1 * var(--space-2));margin-bottom:var(--space-3);font-size:var(--font-size-sm);color:var(--color-warning-hover)}.detail-modal__card{margin-bottom:var(--space-6)}.sidebar-menu-btn{width:100%;background:none;border:1px solid var(--fantasy-border);color:var(--fantasy-text);padding:var(--space-3) var(--space-5);border-radius:0;cursor:pointer;transition:all var(--transition-base);display:flex;align-items:center;justify-content:center;font-family:var(--font-fantasy-title);font-size:var(--font-size-sm);font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.sidebar-menu-btn:hover{background-color:var(--fantasy-gold-subtle);border-color:var(--fantasy-gold);color:var(--fantasy-gold)}.game-menu-modal .modal__title{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin:0;font-family:var(--font-fantasy-title);font-size:var(--font-size-2xl);font-weight:600;letter-spacing:.06em;line-height:1.2;color:var(--fantasy-gold);text-transform:none}.game-menu-button{display:flex;align-items:center;padding:var(--space-5);border:1px solid var(--fantasy-border);border-radius:var(--border-radius);background:var(--surface-secondary);color:var(--fantasy-text);cursor:pointer;transition:all var(--transition-base);text-align:left;width:100%;position:relative}.game-menu-button:hover{border-color:var(--fantasy-gold);background-color:var(--fantasy-gold-subtle);transform:translateY(-2px);box-shadow:0 4px 12px var(--fantasy-gold-15)}.game-menu-button-icon{font-size:var(--font-size-3xl);margin-right:var(--space-4);min-width:40px;text-align:center}.game-menu-button-content{flex:1}.game-menu-button-title{font-family:var(--font-fantasy-title);font-size:var(--font-size-lg);font-weight:600;letter-spacing:.06em;color:var(--fantasy-gold);margin-bottom:var(--space-1)}.game-menu-button-description{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.4}.game-menu-badge{position:absolute;top:8px;right:8px;width:10px;height:10px;border-radius:50%;background:var(--color-danger);flex-shrink:0}@media(max-width:480px){.game-menu-button{padding:var(--space-4)}.game-menu-button-icon{font-size:var(--font-size-2xl);margin-right:var(--space-2-5);min-width:30px}.game-menu-button-title{font-size:var(--font-size-base)}}.progress-bar{width:100%;height:6px;overflow:hidden;border-radius:var(--radius-bar);background:var(--surface-inset);margin-bottom:0}.progress-bar--compact{height:4px}.progress-fill{display:block;width:0;height:100%;border-radius:var(--radius-bar);background:var(--accent);transition:width .3s ease}.progress-fill.is-complete{background:var(--positive)}.progress-fill.is-stalled{background:var(--text-faint)}.progress-text{margin-top:5px;font:400 11.5px/1 var(--font-mono);font-variant-numeric:tabular-nums;color:var(--text-faint);text-align:left}[data-theme=ember-forge]{--ember-strap-width: 22px}[data-theme=ember-forge] .mgs-rail{border-right:none;box-sizing:border-box;padding-right:var(--ember-strap-width);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2234%22%20viewBox%3D%220%200%2022%2034%22%20fill%3D%22none%22%3E%3Crect%20x%3D%223%22%20y%3D%2226%22%20width%3D%2216%22%20height%3D%228%22%20fill%3D%22%232A2F36%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M3.5%2026V34%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.5%2026V34%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Crect%20x%3D%221%22%20y%3D%223%22%20width%3D%2220%22%20height%3D%2224%22%20fill%3D%22%2331363F%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M1.5%203V27%22%20stroke%3D%22%23545C67%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M20.5%203V27%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1%203.5H21%22%20stroke%3D%22%23545C67%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1%2026.5H21%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cg%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%229.5%22%20r%3D%223.6%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%228.9%22%20r%3D%222.9%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%228.2%22%20r%3D%221.3%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2220.5%22%20r%3D%223.6%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2219.9%22%20r%3D%222.9%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2219.2%22%20r%3D%221.3%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2234%22%20viewBox%3D%220%200%2022%2034%22%20fill%3D%22none%22%3E%3Crect%20x%3D%223%22%20width%3D%2216%22%20height%3D%228%22%20fill%3D%22%232A2F36%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M3.5%200V8%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.5%200V8%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%2220%22%20height%3D%2224%22%20fill%3D%22%2331363F%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M1.5%207V31%22%20stroke%3D%22%23545C67%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M20.5%207V31%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1%207.5H21%22%20stroke%3D%22%23545C67%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1%2030.5H21%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cg%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2213.5%22%20r%3D%223.6%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2212.9%22%20r%3D%222.9%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2212.2%22%20r%3D%221.3%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2224.5%22%20r%3D%223.6%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2223.9%22%20r%3D%222.9%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2223.2%22%20r%3D%221.3%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2248%22%20viewBox%3D%220%200%2022%2048%22%20fill%3D%22none%22%3E%3Crect%20x%3D%223%22%20width%3D%2216%22%20height%3D%2248%22%20fill%3D%22%232A2F36%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M7%200V48%22%20stroke%3D%22%2331363F%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M14.5%200V48%22%20stroke%3D%22%2322262C%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M3.5%200V48%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.5%200V48%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2224%22%20r%3D%224.2%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2223.3%22%20r%3D%223.4%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2210.1%22%20cy%3D%2222.5%22%20r%3D%221.6%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229.7%22%20cy%3D%2222.1%22%20r%3D%220.6%22%20fill%3D%22%237C8592%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E),var(--surface-sidebar-gradient);background-position:right top,right bottom,right top,left top;background-repeat:no-repeat,no-repeat,repeat-y,no-repeat;background-size:var(--ember-strap-width) 34px,var(--ember-strap-width) 34px,var(--ember-strap-width) 48px,100% 100%}[data-theme=ember-forge] .section-header,[data-theme=ember-forge] .calc-card h3,[data-theme=ember-forge] .panel-card h3{position:relative;padding-bottom:18px}[data-theme=ember-forge] .section-header:after,[data-theme=ember-forge] .calc-card h3:after,[data-theme=ember-forge] .panel-card h3:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:1px;background-image:linear-gradient(90deg,transparent,rgba(255,224,180,.95) 45%,rgba(255,190,120,.5) 60%,transparent 78%),linear-gradient(90deg,#E0762C 0,#A84E18 16%,#6B3A18 34%,#3A3038 56%,#23262C 78%,transparent 100%);background-repeat:no-repeat,no-repeat;background-size:170px 100%,100% 100%;background-position:-170px 0,left top;animation:emberQuench 1.8s cubic-bezier(.18,.72,.3,1) forwards}[data-theme=ember-forge] .section-header:before{content:"";position:absolute;left:-20px;bottom:1.5px;width:14px;height:14px;background:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22%232A2F36%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M0.5%201H13.5%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227.4%22%20r%3D%224.2%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226.8%22%20r%3D%223.4%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%226.1%22%20cy%3D%226%22%20r%3D%221.6%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%225.7%22%20cy%3D%225.6%22%20r%3D%220.6%22%20fill%3D%22%237C8592%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E) no-repeat left top;background-size:14px 14px;animation:emberBoltSet .52s cubic-bezier(.2,.8,.3,1) forwards;transform-origin:center}@keyframes emberQuench{0%{background-position:-170px 0,left top;filter:brightness(1.3) saturate(1.15)}70%{background-position:calc(100% + 170px) 0,left top;filter:brightness(1.3) saturate(1.15)}to{background-position:calc(100% + 170px) 0,left top;filter:brightness(1) saturate(1)}}@keyframes emberBoltSet{0%{transform:scale(1.35);filter:brightness(1.45)}55%{transform:scale(1);filter:brightness(1.45)}to{transform:scale(1);filter:brightness(1)}}@keyframes emberEdgeHeat{0%{filter:brightness(1.5);opacity:1}to{filter:brightness(1);opacity:.55}}[data-theme=ember-forge] .stat-card,[data-theme=ember-forge] .resource-card{position:relative}[data-theme=ember-forge] .stat-card:after,[data-theme=ember-forge] .resource-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(224,118,44,.55) 35%,rgba(224,118,44,.25) 70%,transparent);animation:emberEdgeHeat 1.2s cubic-bezier(.18,.72,.3,1) forwards}[data-theme=ember-forge] .stats-cards>*:nth-child(1):after,[data-theme=ember-forge] .resources-grid>*:nth-child(1):after{animation-delay:.12s}[data-theme=ember-forge] .stats-cards>*:nth-child(2):after,[data-theme=ember-forge] .resources-grid>*:nth-child(2):after{animation-delay:.2s}[data-theme=ember-forge] .stats-cards>*:nth-child(3):after,[data-theme=ember-forge] .resources-grid>*:nth-child(3):after{animation-delay:.28s}[data-theme=ember-forge] .stats-cards>*:nth-child(4):after,[data-theme=ember-forge] .resources-grid>*:nth-child(4):after{animation-delay:.36s}[data-theme=ember-forge] .stats-cards>*:nth-child(5):after,[data-theme=ember-forge] .resources-grid>*:nth-child(5):after{animation-delay:.43s}[data-theme=ember-forge] .stats-cards>*:nth-child(n+6):after,[data-theme=ember-forge] .resources-grid>*:nth-child(n+6):after{animation-delay:.5s}[data-theme=ember-forge] .stat-card,[data-theme=ember-forge] .resource-card,[data-theme=ember-forge] .calc-card,[data-theme=ember-forge] .panel-card{transition:box-shadow .32s ease,border-bottom-color .32s ease}[data-theme=ember-forge] .stat-card:hover,[data-theme=ember-forge] .resource-card:hover,[data-theme=ember-forge] .calc-card:hover,[data-theme=ember-forge] .panel-card:hover{box-shadow:0 10px 26px -12px #e0762c80,var(--shadow-dark-md);border-bottom-color:#e0762c57}[data-theme=ember-forge] .sidebar-tab.active,[data-theme=ember-forge] .hub-sidebar__nav-item.is-active{box-shadow:inset 10px 0 18px -14px #e0762cd9}@keyframes emberStrike{0%{box-shadow:0 0 #e0762c8c,0 0 14px -2px #e0762cb3}to{box-shadow:0 0 0 16px #e0762c00,0 0 14px -2px #e0762c00}}[data-theme=ember-forge] .btn--primary:active,[data-theme=ember-forge] .btn-primary:active,[data-theme=ember-forge] .next-cycle-btn:active,[data-theme=ember-forge] .alch__craft-btn:active{animation:emberStrike .42s ease-out}@media(prefers-reduced-motion:reduce){[data-theme=ember-forge] .section-header:after,[data-theme=ember-forge] .section-header:before,[data-theme=ember-forge] .calc-card h3:after,[data-theme=ember-forge] .panel-card h3:after,[data-theme=ember-forge] .stat-card:after,[data-theme=ember-forge] .resource-card:after,[data-theme=ember-forge] .btn--primary:active,[data-theme=ember-forge] .btn-primary:active,[data-theme=ember-forge] .next-cycle-btn:active,[data-theme=ember-forge] .alch__craft-btn:active{animation:none;clip-path:none;filter:none}}[data-theme=ember-forge] .sidebar-config-btn,[data-theme=ember-forge] .sidebar-menu-btn{position:relative;border-radius:0;border-top:2px solid #454C57;border-left:3px solid transparent;border-right:3px solid transparent;background-color:#22262c;background-image:radial-gradient(circle at 8px 50%,#5A626D 0 1.6px,transparent 1.7px),radial-gradient(circle at calc(100% - 8px) 50%,#5A626D 0 1.6px,transparent 1.7px),linear-gradient(180deg,#2a2f36,#1a1d22);background-clip:padding-box;box-shadow:inset 0 1px #ffffff0f,0 2px 0 -1px #14161a;letter-spacing:.12em}[data-theme=ember-forge] .sidebar-config-btn:hover:not(:disabled),[data-theme=ember-forge] .sidebar-menu-btn:hover{border-top-color:var(--accent);box-shadow:inset 0 1px #e0762c38,0 2px 0 -1px #14161a}[data-theme=ember-forge] .game-menu-modal{position:relative;border-color:#31363f}[data-theme=ember-forge] .game-menu-modal:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22%232A2F36%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M0.5%201H13.5%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227.4%22%20r%3D%224.2%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226.8%22%20r%3D%223.4%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%226.1%22%20cy%3D%226%22%20r%3D%221.6%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%225.7%22%20cy%3D%225.6%22%20r%3D%220.6%22%20fill%3D%22%237C8592%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22%232A2F36%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M0.5%201H13.5%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227.4%22%20r%3D%224.2%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226.8%22%20r%3D%223.4%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%226.1%22%20cy%3D%226%22%20r%3D%221.6%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%225.7%22%20cy%3D%225.6%22%20r%3D%220.6%22%20fill%3D%22%237C8592%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22%232A2F36%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M0.5%201H13.5%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227.4%22%20r%3D%224.2%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226.8%22%20r%3D%223.4%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%226.1%22%20cy%3D%226%22%20r%3D%221.6%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%225.7%22%20cy%3D%225.6%22%20r%3D%220.6%22%20fill%3D%22%237C8592%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22%232A2F36%22%20stroke%3D%22%2314161A%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M0.5%201H13.5%22%20stroke%3D%22%23454C57%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227.4%22%20r%3D%224.2%22%20fill%3D%22%2316191E%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226.8%22%20r%3D%223.4%22%20fill%3D%22%233A4048%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%226.1%22%20cy%3D%226%22%20r%3D%221.6%22%20fill%3D%22%235A626D%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%225.7%22%20cy%3D%225.6%22%20r%3D%220.6%22%20fill%3D%22%237C8592%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E);background-position:8px 8px,calc(100% - 8px) 8px,8px calc(100% - 8px),calc(100% - 8px) calc(100% - 8px);background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:12px 12px,12px 12px,12px 12px,12px 12px}[data-theme=ember-forge] .game-menu-button{position:relative;transition:border-color .22s ease,background-color .22s ease}[data-theme=ember-forge] .game-menu-button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;opacity:0;background:linear-gradient(90deg,#E0762C,#A84E18 22%,#3A3038 58%,transparent);transition:opacity .22s ease}[data-theme=ember-forge] .game-menu-button:hover:after{opacity:1}[data-theme=ember-forge] .progress-bar{background:#1a1d22;box-shadow:inset 0 1px 2px #00000080,inset 0 0 0 1px #22262c}[data-theme=ember-forge] .progress-fill{background:linear-gradient(90deg,#a84e18,#e0762c);box-shadow:2px 0 6px -1px #e0762ccc}[data-theme=ember-forge] .modal-overlay{background-image:linear-gradient(var(--surface-overlay),var(--surface-overlay)),linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--texture-scrim, var(--texture-card));background-repeat:repeat,repeat,repeat;background-size:auto,auto,var(--texture-scrim-size, var(--texture-card-size, 320px));background-blend-mode:normal}[data-theme=golddiggers]{--gold-margin-width: 22px}[data-theme=golddiggers] .mgs-rail{border-right:none;box-sizing:border-box;padding-right:var(--gold-margin-width);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2230%22%20viewBox%3D%220%200%2022%2030%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%2014V30%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.5%2014V30%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.5%2014V30%22%20stroke%3D%22%23241E15%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M14.5%2014V30%22%20stroke%3D%22%23241E15%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2014V30%22%20stroke%3D%22%234A3E2C%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2014%20C6.5%2010%208.5%208%2011%208%20C13.5%208%2015.5%2010%2015.5%2014%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%208%20C11%205%209.5%203.5%207.5%203.5%20C6%203.5%205%204.5%205%206%20C5%207.6%206.4%208.4%207.8%208%22%20stroke%3D%22%238A7245%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%208%20C11%205%2012.5%203.5%2014.5%203.5%20C16%203.5%2017%204.5%2017%206%20C17%207.6%2015.6%208.4%2014.2%208%22%20stroke%3D%22%238A7245%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%208.5%20L12.6%2011%20L11%2013.5%20L9.4%2011%20Z%22%20fill%3D%22%23B8913F%22%20opacity%3D%220.6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2230%22%20viewBox%3D%220%200%2022%2030%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%200V14%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.5%200V14%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.5%200V14%22%20stroke%3D%22%23241E15%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M14.5%200V14%22%20stroke%3D%22%23241E15%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%200V14%22%20stroke%3D%22%234A3E2C%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M6.5%2016%20C6.5%2020%208.5%2022%2011%2022%20C13.5%2022%2015.5%2020%2015.5%2016%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2022%20C11%2025%209.5%2026.5%207.5%2026.5%20C6%2026.5%205%2025.5%205%2024%20C5%2022.4%206.4%2021.6%207.8%2022%22%20stroke%3D%22%238A7245%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2022%20C11%2025%2012.5%2026.5%2014.5%2026.5%20C16%2026.5%2017%2025.5%2017%2024%20C17%2022.4%2015.6%2021.6%2014.2%2022%22%20stroke%3D%22%238A7245%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2021.5%20L12.6%2019%20L11%2016.5%20L9.4%2019%20Z%22%20fill%3D%22%23B8913F%22%20opacity%3D%220.6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2244%22%20viewBox%3D%220%200%2022%2044%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%200V44%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.5%200V44%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.5%200V44%22%20stroke%3D%22%23241E15%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M14.5%200V44%22%20stroke%3D%22%23241E15%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%238A7245%22%3E%3Cpath%20d%3D%22M11%2018.4%20L13.4%2022%20L11%2025.6%20L8.6%2022%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23B8913F%22%20opacity%3D%220.55%22%3E%3Cpath%20d%3D%22M11%2020.2%20L12.2%2022%20L11%2023.8%20L9.8%2022%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20d%3D%22M11%200V16.6%22%20stroke%3D%22%234A3E2C%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2027.4V44%22%20stroke%3D%22%234A3E2C%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),var(--surface-sidebar-gradient);background-position:right top,right bottom,right top,left top;background-repeat:no-repeat,no-repeat,repeat-y,no-repeat;background-size:var(--gold-margin-width) 30px,var(--gold-margin-width) 30px,var(--gold-margin-width) 44px,100% 100%}[data-theme=golddiggers] .mgs-rail__header{border-bottom:1px solid var(--ornament-rule)}[data-theme=golddiggers] .section-header,[data-theme=golddiggers] .calc-card h3,[data-theme=golddiggers] .panel-card h3{position:relative;padding-bottom:16px}[data-theme=golddiggers] .section-header:after,[data-theme=golddiggers] .calc-card h3:after,[data-theme=golddiggers] .panel-card h3:after{content:"";position:absolute;left:0;right:0;bottom:6px;height:1px;background-image:linear-gradient(90deg,transparent,rgba(216,180,92,.85) 42%,rgba(216,180,92,.35) 62%,transparent 80%),linear-gradient(90deg,#8A7245 0,#6D5C3A 34%,#4A3E2C 62%,transparent 88%);background-repeat:no-repeat,no-repeat;background-size:150px 100%,100% 100%;background-position:-150px 0,left top;animation:goldNib 1.5s cubic-bezier(.22,.68,.3,1) forwards}[data-theme=golddiggers] .section-header:before{content:"";position:absolute;left:-20px;bottom:-1px;width:14px;height:16px;background:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.5%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22%231A1611%22%20stroke%3D%22%236D5C3A%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Crect%20x%3D%222.5%22%20y%3D%223.5%22%20width%3D%229%22%20height%3D%229%22%20stroke%3D%22%234A3E2C%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M7%204.6%20L9.6%208%20L7%2011.4%20L4.4%208%20Z%22%20fill%3D%22%238A7245%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7%206.2%20L8.4%208%20L7%209.8%20L5.6%208%20Z%22%20fill%3D%22%23D8B45C%22%20opacity%3D%220.7%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat left top;background-size:14px 16px;animation:goldInkSettle .62s ease-out forwards}@keyframes goldNib{0%{background-position:-150px 0,left top;filter:brightness(1.3) saturate(1.1)}74%{background-position:calc(100% + 150px) 0,left top;filter:brightness(1.3) saturate(1.1)}to{background-position:calc(100% + 150px) 0,left top;filter:none}}@keyframes goldInkSettle{0%{filter:brightness(1.35);opacity:1}to{filter:none;opacity:1}}[data-theme=golddiggers] .stat-card,[data-theme=golddiggers] .resource-card{position:relative}[data-theme=golddiggers] .stat-card:after,[data-theme=golddiggers] .resource-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(216,180,92,.4) 30%,rgba(216,180,92,.18) 68%,transparent);animation:goldInkSettle .9s ease-out forwards}[data-theme=golddiggers] .stats-cards>*:nth-child(1):after,[data-theme=golddiggers] .resources-grid>*:nth-child(1):after{animation-delay:.1s}[data-theme=golddiggers] .stats-cards>*:nth-child(2):after,[data-theme=golddiggers] .resources-grid>*:nth-child(2):after{animation-delay:.18s}[data-theme=golddiggers] .stats-cards>*:nth-child(3):after,[data-theme=golddiggers] .resources-grid>*:nth-child(3):after{animation-delay:.26s}[data-theme=golddiggers] .stats-cards>*:nth-child(4):after,[data-theme=golddiggers] .resources-grid>*:nth-child(4):after{animation-delay:.34s}[data-theme=golddiggers] .stats-cards>*:nth-child(n+5):after,[data-theme=golddiggers] .resources-grid>*:nth-child(n+5):after{animation-delay:.41s}[data-theme=golddiggers] .stat-card,[data-theme=golddiggers] .resource-card,[data-theme=golddiggers] .calc-card,[data-theme=golddiggers] .panel-card{transition:box-shadow .26s ease,border-color .26s ease}[data-theme=golddiggers] .stat-card:hover,[data-theme=golddiggers] .resource-card:hover,[data-theme=golddiggers] .calc-card:hover,[data-theme=golddiggers] .panel-card:hover{border-color:var(--ornament-rule);box-shadow:inset 0 1px #d8b45c47,var(--shadow-dark-lg)}[data-theme=golddiggers] .sidebar-tab.active,[data-theme=golddiggers] .hub-sidebar__nav-item.is-active{box-shadow:inset 2px 0 0 var(--fantasy-gold),inset 0 1px #d8b45c2e,inset 0 -1px #d8b45c2e}@media(prefers-reduced-motion:reduce){[data-theme=golddiggers] .section-header:after,[data-theme=golddiggers] .section-header:before,[data-theme=golddiggers] .calc-card h3:after,[data-theme=golddiggers] .panel-card h3:after,[data-theme=golddiggers] .stat-card:after,[data-theme=golddiggers] .resource-card:after{animation:none;filter:none}}[data-theme=golddiggers] .sidebar-config-btn,[data-theme=golddiggers] .sidebar-menu-btn{border-radius:0;border:1px solid var(--ornament-rule);box-shadow:0 0 0 2px var(--surface-sidebar),0 0 0 3px #6d5c3a8c;background-color:transparent;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z%22%20fill%3D%22%238A7245%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M5%202.6%20L7.4%205%20L5%207.4%20L2.6%205%20Z%22%20fill%3D%22%23D8B45C%22%20opacity%3D%220.75%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:10px 50%;background-size:8px 8px;padding-left:26px;letter-spacing:.1em}[data-theme=golddiggers] .sidebar-config-btn:hover:not(:disabled),[data-theme=golddiggers] .sidebar-menu-btn:hover{border-color:var(--fantasy-gold);box-shadow:0 0 0 2px var(--surface-sidebar),0 0 0 3px var(--ornament-rule);background-color:transparent}[data-theme=golddiggers] .game-menu-modal{position:relative;border:1px solid var(--ornament-rule);box-shadow:inset 0 0 0 3px var(--surface-primary),inset 0 0 0 4px #6d5c3a80,var(--shadow-dark-xl);padding:5px}[data-theme=golddiggers] .game-menu-modal .modal__content{border-radius:0}[data-theme=golddiggers] .game-menu-modal:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z%22%20fill%3D%22%238A7245%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M5%202.6%20L7.4%205%20L5%207.4%20L2.6%205%20Z%22%20fill%3D%22%23D8B45C%22%20opacity%3D%220.75%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z%22%20fill%3D%22%238A7245%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M5%202.6%20L7.4%205%20L5%207.4%20L2.6%205%20Z%22%20fill%3D%22%23D8B45C%22%20opacity%3D%220.75%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z%22%20fill%3D%22%238A7245%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M5%202.6%20L7.4%205%20L5%207.4%20L2.6%205%20Z%22%20fill%3D%22%23D8B45C%22%20opacity%3D%220.75%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z%22%20fill%3D%22%238A7245%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M5%202.6%20L7.4%205%20L5%207.4%20L2.6%205%20Z%22%20fill%3D%22%23D8B45C%22%20opacity%3D%220.75%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);background-position:7px 7px,calc(100% - 7px) 7px,7px calc(100% - 7px),calc(100% - 7px) calc(100% - 7px);background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:9px 9px,9px 9px,9px 9px,9px 9px}[data-theme=golddiggers] .game-menu-button{position:relative;transition:border-color .2s ease}[data-theme=golddiggers] .game-menu-button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;opacity:0;background:linear-gradient(90deg,#8A7245,#6D5C3A 42%,transparent 84%);transition:opacity .2s ease}[data-theme=golddiggers] .game-menu-button:hover:after{opacity:1}[data-theme=golddiggers] .progress-bar{background-color:var(--surface-inset);background-image:repeating-linear-gradient(90deg,transparent 0 5px,rgba(109,92,58,.85) 5px 6px);box-shadow:inset 0 0 0 1px var(--ornament-rule)}[data-theme=golddiggers] .progress-fill{background-color:#8a7245;background-image:repeating-linear-gradient(90deg,transparent 0 5px,rgba(216,180,92,.95) 5px 6px)}[data-theme=golddiggers] .modal-overlay{background-image:linear-gradient(var(--surface-overlay),var(--surface-overlay)),linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--texture-scrim, var(--texture-card));background-repeat:repeat,repeat,repeat;background-size:auto,auto,var(--texture-scrim-size, var(--texture-card-size, 290px));background-blend-mode:normal}[data-theme=immortal-vegans]{--vine-width: 22px;--ornament-rule: #4E6349}[data-theme=immortal-vegans] .mgs-rail{border-right:none;box-sizing:border-box;padding-right:var(--vine-width);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2226%22%20viewBox%3D%220%200%2022%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%2026%20C15%2020%2C%2014%2014%2C%2011%209%22%20stroke%3D%22%232F382F%22%20stroke-width%3D%222.4%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2026%20C15%2020%2C%2014%2014%2C%2011%209%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%209%20C11%205.5%2C%209.5%203%2C%207%202%20C6%204.5%2C%207.5%207.5%2C%2011%209%20Z%22%20fill%3D%22%2326301F%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%209%20C11%206%2C%2012.5%204%2C%2015%203.2%20C15.8%205.4%2C%2014%208%2C%2011%209%20Z%22%20fill%3D%22%2326301F%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%208.6%20C10.4%206.6%2C%209.4%204.8%2C%207.8%203.4%22%20stroke%3D%22%236B8A62%22%20stroke-width%3D%220.8%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%208.6%20C11.4%206.8%2C%2012.6%205.2%2C%2014.2%204.2%22%20stroke%3D%22%236B8A62%22%20stroke-width%3D%220.8%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2256%22%20viewBox%3D%220%200%2022%2056%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%200%20C15%209%2C%2015%2019%2C%2011%2028%20C7%2037%2C%207%2047%2C%2011%2056%22%20stroke%3D%22%232F382F%22%20stroke-width%3D%222.4%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%200%20C15%209%2C%2015%2019%2C%2011%2028%20C7%2037%2C%207%2047%2C%2011%2056%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cg%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%20fill%3D%22%2326301F%22%3E%3Cpath%20d%3D%22M14.2%2013%20C17.5%2010.5%2C%2020.5%2011.5%2C%2021%2014%20C18.5%2016.5%2C%2015.5%2016%2C%2014.2%2013%20Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.8%2043%20C4.5%2040.5%2C%201.5%2041.5%2C%201%2044%20C3.5%2046.5%2C%206.5%2046%2C%207.8%2043%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%236B8A62%22%20stroke-width%3D%220.8%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M14.6%2013.4%20C16.6%2013%2C%2018.6%2013.2%2C%2020.2%2014%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.4%2043.4%20C5.4%2043%2C%203.4%2043.2%2C%201.8%2044%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%234E6349%22%20stroke-width%3D%220.9%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M13.8%2022%20C16%2022.5%2C%2017.2%2024%2C%2016.6%2025.6%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.2%2052%20C6%2052.5%2C%204.8%2054%2C%205.4%2055.6%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2226%22%20viewBox%3D%220%200%2022%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%200%20C15%206%2C%2014%2012%2C%2011%2017%22%20stroke%3D%22%232F382F%22%20stroke-width%3D%222.4%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%200%20C15%206%2C%2014%2012%2C%2011%2017%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cg%20stroke%3D%22%234E6349%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M11%2017%20C10%2020%2C%208.2%2022.4%2C%206%2024%22%20stroke-width%3D%221.6%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2017%20C11.6%2020.4%2C%2013%2023%2C%2015%2024.8%22%20stroke-width%3D%221.4%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11%2017%20C11%2020.5%2C%2011%2023%2C%2011%2025.4%22%20stroke-width%3D%221.2%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%232F382F%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%220.9%22%3E%3Cpath%20d%3D%22M8.6%2021.4%20C7.4%2022.2%2C%206.4%2023.4%2C%205.6%2024.8%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M13.2%2021.6%20C14.2%2022.6%2C%2015%2023.8%2C%2015.6%2025.2%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E),var(--surface-sidebar-gradient);background-position:right top,right top,right bottom,left top;background-repeat:no-repeat,repeat-y,no-repeat,no-repeat;background-size:var(--vine-width) 26px,var(--vine-width) 56px,var(--vine-width) 26px,100% 100%}[data-theme=immortal-vegans] .mgs-rail__header{border-bottom:1px solid var(--ornament-rule)}[data-theme=immortal-vegans] .section-header,[data-theme=immortal-vegans] .calc-card h3,[data-theme=immortal-vegans] .panel-card h3{position:relative;padding-bottom:16px}[data-theme=immortal-vegans] .section-header:after,[data-theme=immortal-vegans] .calc-card h3:after,[data-theme=immortal-vegans] .panel-card h3:after{content:"";position:absolute;left:0;right:0;bottom:6px;height:1px;background-image:linear-gradient(90deg,transparent,rgba(160,210,150,.8) 44%,rgba(121,181,106,.3) 64%,transparent 82%),linear-gradient(90deg,#6B8A62 0,#4E6349 30%,#2F382F 58%,transparent 86%);background-repeat:no-repeat,no-repeat;background-size:160px 100%,100% 100%;background-position:-160px 0,left top;animation:vineGrow 1.6s cubic-bezier(.2,.74,.28,1) forwards}[data-theme=immortal-vegans] .section-header:before{content:"";position:absolute;left:-20px;bottom:-2px;width:16px;height:18px;background:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2218%22%20viewBox%3D%220%200%2016%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8%2018%20C8%2013%2C%208%209%2C%208%205%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221.4%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8%2011%20C5%2010.5%2C%202.6%208.6%2C%202%206%20C5%205.6%2C%207.4%207.6%2C%208%2011%20Z%22%20fill%3D%22%2326301F%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8%208%20C11%207.5%2C%2013.4%205.6%2C%2014%203%20C11%202.6%2C%208.6%204.6%2C%208%208%20Z%22%20fill%3D%22%2326301F%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.6%2010.4%20C6%209.6%2C%204.4%208.2%2C%203.2%206.6%22%20stroke%3D%22%236B8A62%22%20stroke-width%3D%220.8%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.4%207.4%20C10%206.6%2C%2011.6%205.2%2C%2012.8%203.6%22%20stroke%3D%22%236B8A62%22%20stroke-width%3D%220.8%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat left bottom;background-size:16px 18px;transform-origin:50% 100%;animation:vineUnfurl .76s cubic-bezier(.18,.9,.3,1) forwards}@keyframes vineGrow{0%{background-position:-160px 0,left top;filter:brightness(1.3) saturate(1.15)}76%{background-position:calc(100% + 160px) 0,left top;filter:brightness(1.3) saturate(1.15)}to{background-position:calc(100% + 160px) 0,left top;filter:none}}@keyframes vineUnfurl{0%{transform:rotate(-14deg) scale(.9);filter:brightness(1.25)}64%{transform:rotate(3deg) scale(1);filter:brightness(1.25)}to{transform:rotate(0) scale(1);filter:none}}@keyframes vineLeafSettle{0%{filter:brightness(1.4);opacity:1}to{filter:none;opacity:.8}}[data-theme=immortal-vegans] .stat-card,[data-theme=immortal-vegans] .resource-card{position:relative}[data-theme=immortal-vegans] .stat-card:after,[data-theme=immortal-vegans] .resource-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(121,181,106,.45) 32%,rgba(121,181,106,.2) 70%,transparent);animation:vineLeafSettle 1s ease-out forwards}[data-theme=immortal-vegans] .stats-cards>*:nth-child(1):after,[data-theme=immortal-vegans] .resources-grid>*:nth-child(1):after{animation-delay:.13s}[data-theme=immortal-vegans] .stats-cards>*:nth-child(2):after,[data-theme=immortal-vegans] .resources-grid>*:nth-child(2):after{animation-delay:.22s}[data-theme=immortal-vegans] .stats-cards>*:nth-child(3):after,[data-theme=immortal-vegans] .resources-grid>*:nth-child(3):after{animation-delay:.31s}[data-theme=immortal-vegans] .stats-cards>*:nth-child(4):after,[data-theme=immortal-vegans] .resources-grid>*:nth-child(4):after{animation-delay:.4s}[data-theme=immortal-vegans] .stats-cards>*:nth-child(n+5):after,[data-theme=immortal-vegans] .resources-grid>*:nth-child(n+5):after{animation-delay:.46s}[data-theme=immortal-vegans] .stat-card,[data-theme=immortal-vegans] .resource-card,[data-theme=immortal-vegans] .calc-card,[data-theme=immortal-vegans] .panel-card{transition:box-shadow .38s ease,border-top-color .38s ease}[data-theme=immortal-vegans] .stat-card:hover,[data-theme=immortal-vegans] .resource-card:hover,[data-theme=immortal-vegans] .calc-card:hover,[data-theme=immortal-vegans] .panel-card:hover{box-shadow:0 -8px 22px -12px #79b56a80,var(--shadow-dark-md);border-top-color:#79b56a57}[data-theme=immortal-vegans] .section-header:hover:before{animation:none;transform:rotate(6deg);transition:transform .42s cubic-bezier(.2,.8,.3,1)}@keyframes vineChlorophyll{0%,to{box-shadow:inset 10px 0 16px -14px #79b56abf}50%{box-shadow:inset 10px 0 24px -14px #79b56a}}[data-theme=immortal-vegans] .sidebar-tab.active,[data-theme=immortal-vegans] .hub-sidebar__nav-item.is-active{animation:vineChlorophyll 7s ease-in-out infinite}@media(prefers-reduced-motion:reduce){[data-theme=immortal-vegans] .section-header:after,[data-theme=immortal-vegans] .section-header:before,[data-theme=immortal-vegans] .calc-card h3:after,[data-theme=immortal-vegans] .panel-card h3:after,[data-theme=immortal-vegans] .stat-card:after,[data-theme=immortal-vegans] .resource-card:after,[data-theme=immortal-vegans] .sidebar-tab.active,[data-theme=immortal-vegans] .hub-sidebar__nav-item.is-active{animation:none;filter:none;transform:none}}[data-theme=immortal-vegans] .sidebar-config-btn,[data-theme=immortal-vegans] .sidebar-menu-btn{border-radius:2px 2px 12px 12px;border-color:var(--ornament-rule);background-image:linear-gradient(180deg,transparent 40%,rgba(121,181,106,.09));box-shadow:inset 0 -6px 12px -8px #79b56a8c;letter-spacing:.08em}[data-theme=immortal-vegans] .sidebar-config-btn:hover:not(:disabled),[data-theme=immortal-vegans] .sidebar-menu-btn:hover{border-color:var(--accent);box-shadow:inset 0 -8px 16px -8px #79b56ad9}[data-theme=immortal-vegans] .game-menu-modal{position:relative;border-color:var(--ornament-rule)}[data-theme=immortal-vegans] .game-menu-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:14px;z-index:3;pointer-events:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2214%22%20viewBox%3D%220%200%2060%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%207%20C15%202%2C%2022%2012%2C%2030%207%20C38%202%2C%2045%2012%2C%2060%207%22%20stroke%3D%22%232F382F%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M0%207%20C15%202%2C%2022%2012%2C%2030%207%20C38%202%2C%2045%2012%2C%2060%207%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%220.9%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M30%207%20C31.5%204%2C%2034%202%2C%2037%201.6%20C37.4%204.4%2C%2035%206.6%2C%2030%207%20Z%22%20fill%3D%22%2326301F%22%20stroke%3D%22%234E6349%22%20stroke-width%3D%220.9%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M30.2%206.6%20C32%205.4%2C%2034%204%2C%2036.2%202.8%22%20stroke%3D%22%236B8A62%22%20stroke-width%3D%220.7%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);background-repeat:repeat-x;background-position:left top;background-size:60px 14px}[data-theme=immortal-vegans] .game-menu-button{position:relative;transition:border-color .3s ease,background-color .3s ease}[data-theme=immortal-vegans] .game-menu-button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;opacity:0;background:linear-gradient(90deg,#6B8A62,#4E6349 38%,transparent 82%);transition:opacity .3s ease}[data-theme=immortal-vegans] .game-menu-button:hover:after{opacity:1}[data-theme=immortal-vegans] .progress-bar{background:#19201a;box-shadow:inset 0 1px 2px #00000073,inset 0 0 0 1px var(--ornament-rule)}[data-theme=immortal-vegans] .progress-fill{background:linear-gradient(90deg,#43703c,#79b56a 78%,#a6d497);border-radius:0 6px 6px 0;box-shadow:2px 0 8px -2px #79b56ab3}[data-theme=immortal-vegans] .modal-overlay{background-image:linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--texture-scrim, var(--texture-card));background-repeat:repeat,repeat;background-size:auto,var(--texture-scrim-size, var(--texture-card-size, 320px));background-blend-mode:normal}[data-theme=holier-than-thou] .modal__close:hover,[data-theme=holier-than-thou] .modal-close:hover,[data-theme=holier-than-thou] .btn--xs:hover{color:var(--text-primary)}[data-theme=holier-than-thou] .badge:not([class*=badge--]),[data-theme=holier-than-thou] .badge--neutral,[data-theme=holier-than-thou] .inhabitant-details-tag.tag-secondary,[data-theme=holier-than-thou] .built-count-badge,[data-theme=holier-than-thou] .defense-means-table .amount-badge{background:var(--surface-inset);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=holier-than-thou] .skeleton,[data-theme=holier-than-thou] .skeleton-line{background:linear-gradient(90deg,var(--surface-inset) 25%,rgba(28,24,16,.05) 50%,var(--surface-inset) 75%);background-size:200% 100%}[data-theme=holier-than-thou] .variant-row td{border-bottom-color:var(--border-color)}[data-theme=holier-than-thou] .modal-overlay{background:#3a322057;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}[data-theme=holier-than-thou] .audio-player{background:#faf7eedb;box-shadow:0 -4px 24px #4a3d2224}[data-theme=holier-than-thou] .btn--primary:after,[data-theme=holier-than-thou] .btn-primary:after{content:none}[data-theme=holier-than-thou] .stat-card,[data-theme=holier-than-thou] .resource-card,[data-theme=holier-than-thou] .calc-card,[data-theme=holier-than-thou] .panel-card,[data-theme=holier-than-thou] .result-panel,[data-theme=holier-than-thou] .data-table-container{box-shadow:var(--shadow-dark-md)}[data-theme=holier-than-thou] .section-header,[data-theme=holier-than-thou] .calc-card h3,[data-theme=holier-than-thou] .panel-card h3{position:relative;padding-bottom:14px}[data-theme=holier-than-thou] .section-header:after,[data-theme=holier-than-thou] .calc-card h3:after,[data-theme=holier-than-thou] .panel-card h3:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;background:linear-gradient(90deg,rgba(201,162,39,.45),rgba(140,128,100,.18) 45%,transparent)}[data-theme=holier-than-thou] .section-header:before{content:"";position:absolute;left:0;top:1px;bottom:5px;width:16px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%20viewBox%3D%220%200%2016%2013%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%206%20C2%208%203.1%209.5%203.1%2013%20H12.9%20C12.9%209.5%2014%208%2014%206%20Z%22%20fill%3D%22%23F1EDE3%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M2%206%20C2%208%203.1%209.5%203.1%2013%20M14%206%20C14%208%2012.9%209.5%2012.9%2013%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%225%22%20fill%3D%22%23FBFAF6%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M0.5%202.6%20H15.5%22%20stroke%3D%22%23C9A227%22%20stroke-width%3D%220.8%22%20opacity%3D%220.6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E),linear-gradient(90deg,transparent 0px 2.55px,#A79B80 2.55px 3.65px,#F1EDE3 3.65px 5.8px,#C0B49A 5.8px 6.8px,#FDFCF8 6.8px 7.75px,#F1EDE3 7.75px 9.2px,#C0B49A 9.2px 10.2px,#FDFCF8 10.2px 11.15px,#F1EDE3 11.15px 12.35px,#A79B80 12.35px 13.45px,transparent 13.45px 16px);background-position:left top,left 13px;background-repeat:no-repeat,no-repeat;background-size:16px 13px,16px calc(100% - 13px)}[data-theme=holier-than-thou] .section-header:before{left:-20px}[data-theme=holier-than-thou] .section-header:after{left:0}[data-theme=holier-than-thou] .mgs-rail{border-right:none;box-sizing:border-box;padding-right:var(--divine-column-width);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2246%22%20viewBox%3D%220%200%2026%2046%22%20fill%3D%22none%22%3E%3Crect%20x%3D%223%22%20y%3D%2220%22%20width%3D%2220%22%20height%3D%2226%22%20fill%3D%22%23F1EDE3%22%3E%3C%2Frect%3E%3Cg%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3.6%2046%20V21%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M22.4%2046%20V21%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20d%3D%22M5%2045.5%20C5.5%2034%207%2027%209.5%2022%20L16.5%2022%20C19%2027%2020.5%2034%2021%2045.5%22%20fill%3D%22%23F6F3EC%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cg%20stroke%3D%22%23B0A489%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.5%2045%20C9%2038.5%2010.5%2034.5%2013%2032%20C15.5%2034.5%2017%2038.5%2017.5%2045%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M13%2045%20V33.5%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M10.5%2039%20C11.5%2037.5%2012.3%2036.5%2013%2036%20M15.5%2039%20C14.5%2037.5%2013.7%2036.5%2013%2036%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20d%3D%22M6.5%2033.5%20C8%2029.5%2010.5%2027%2013%2026%20C15.5%2027%2018%2029.5%2019.5%2033.5%22%20stroke%3D%22%23B0A489%22%20stroke-width%3D%221.1%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cg%20stroke%3D%22%23C9A227%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8%2022.5%20C4.8%2023.5%204.3%2027%206.8%2027.6%20C8.8%2028%209.3%2025.6%207.8%2025.3%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18%2022.5%20C21.2%2023.5%2021.7%2027%2019.2%2027.6%20C17.2%2028%2016.7%2025.6%2018.2%2025.3%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20d%3D%22M3.5%2021.5%20H22.5%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1.5%2020.5%20C1.5%2020.5%206%2017.5%2013%2017.5%20C20%2017.5%2024.5%2020.5%2024.5%2020.5%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.1%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Crect%20x%3D%221%22%20y%3D%2211%22%20width%3D%2224%22%20height%3D%226.5%22%20fill%3D%22%23FBFAF6%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.1%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M1%2012.8%20H25%22%20stroke%3D%22%23C9A227%22%20stroke-width%3D%220.9%22%20opacity%3D%220.6%22%3E%3C%2Fpath%3E%3Crect%20x%3D%222.5%22%20y%3D%226.5%22%20width%3D%2221%22%20height%3D%224%22%20fill%3D%22%23F1EDE3%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2234%22%20viewBox%3D%220%200%2026%2034%22%20fill%3D%22none%22%3E%3Crect%20x%3D%223%22%20width%3D%2220%22%20height%3D%227%22%20fill%3D%22%23F1EDE3%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M3.6%200%20V7%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.2%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M22.4%200%20V7%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.2%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M3.6%207%20C3.6%209%202.5%2010%202.5%2012%20M22.4%207%20C22.4%209%2023.5%2010%2023.5%2012%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.1%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Crect%20x%3D%222%22%20y%3D%2212%22%20width%3D%2222%22%20height%3D%224.5%22%20fill%3D%22%23F6F3EC%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Crect%20x%3D%223%22%20y%3D%2217.5%22%20width%3D%2220%22%20height%3D%223%22%20fill%3D%22%23F1EDE3%22%20stroke%3D%22%23C0B49A%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Crect%20x%3D%221.5%22%20y%3D%2221.5%22%20width%3D%2223%22%20height%3D%224.5%22%20fill%3D%22%23F6F3EC%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M1.5%2023.6%20H24.5%22%20stroke%3D%22%23C9A227%22%20stroke-width%3D%220.9%22%20opacity%3D%220.55%22%3E%3C%2Fpath%3E%3Crect%20x%3D%220.5%22%20y%3D%2226.5%22%20width%3D%2225%22%20height%3D%227%22%20fill%3D%22%23EDE8DC%22%20stroke%3D%22%23A79B80%22%20stroke-width%3D%221.1%22%3E%3C%2Frect%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2224%22%20viewBox%3D%220%200%2026%2024%22%20fill%3D%22none%22%3E%3Crect%20x%3D%223%22%20width%3D%2220%22%20height%3D%2224%22%20fill%3D%22%23F1EDE3%22%3E%3C%2Frect%3E%3Cg%20stroke-width%3D%221.2%22%20stroke%3D%22%23A79B80%22%3E%3Cpath%20d%3D%22M3.6%200%20V24%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M22.4%200%20V24%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20stroke-width%3D%221.1%22%20stroke%3D%22%23C0B49A%22%3E%3Cpath%20d%3D%22M7.4%200%20V24%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.2%200%20V24%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15%200%20V24%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.8%200%20V24%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20stroke-width%3D%221%22%20stroke%3D%22%23FDFCF8%22%3E%3Cpath%20d%3D%22M8.6%200%20V24%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.4%200%20V24%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16.2%200%20V24%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M20%200%20V24%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E),var(--surface-sidebar-gradient);background-position:right top,right bottom,right top,left top;background-repeat:no-repeat,no-repeat,repeat-y,no-repeat;background-size:var(--divine-column-width) 46px,var(--divine-column-width) 34px,var(--divine-column-width) 24px,100% 100%;background-attachment:local,local,local,scroll}[data-theme=holier-than-thou] .sidebar-header,[data-theme=holier-than-thou] .hub-sidebar__header{border-bottom:1px solid rgba(201,162,39,.22)}[data-theme=holier-than-thou] .mgs-rail__header{padding-top:var(--space-6)}[data-theme=holier-than-thou] .sidebar-crest:not(.sidebar-crest--custom){filter:hue-rotate(var(--crest-hue)) saturate(var(--crest-sat)) drop-shadow(0 1px 10px rgba(138,106,34,.28))}[data-theme=holier-than-thou] .modal__header:before,[data-theme=holier-than-thou] .modal-header:before{background:linear-gradient(90deg,transparent,rgba(201,162,39,.5) 20%,rgba(201,162,39,.5) 80%,transparent)}[data-theme=holier-than-thou] .modal__header:after{content:"";position:absolute;top:-3px;left:50%;width:7px;height:7px;margin-left:-3.5px;transform:rotate(45deg);background:var(--ornament-rule);border:1px solid var(--surface-control)}[data-theme=holier-than-thou] .section-title,[data-theme=holier-than-thou] .app-details__title,[data-theme=holier-than-thou] .modal__title,[data-theme=holier-than-thou] .sidebar-header h3{letter-spacing:.01em;font-weight:600}[data-theme=holier-than-thou] .sidebar-tab.active,[data-theme=holier-than-thou] .hub-sidebar__nav-item.is-active{background-color:#c9a2271c;border-left-color:var(--fantasy-gold)}[data-theme=holier-than-thou] .sidebar-tab.active,[data-theme=holier-than-thou] .hub-sidebar__nav-item.is-active .hub-sidebar__nav-text{color:var(--fantasy-gold-dim);font-weight:600}[data-theme=holier-than-thou] .progress-bar,[data-theme=holier-than-thou] .housing-bar{background:var(--surface-inset);box-shadow:inset 0 1px 2px #4a3d221f}[data-theme=holier-than-thou] .progress-fill{background:linear-gradient(180deg,#e3c463,#b08d2e)}[data-theme=holier-than-thou] .form-input:focus,[data-theme=holier-than-thou] .form-select:focus,[data-theme=holier-than-thou] .form-textarea:focus,[data-theme=holier-than-thou] input:focus,[data-theme=holier-than-thou] textarea:focus,[data-theme=holier-than-thou] select:focus{border-color:var(--state-lapis);box-shadow:0 0 0 3px var(--state-lapis-soft)}[data-theme=holier-than-thou] .btn:focus{outline-color:var(--state-lapis)}[data-theme=holier-than-thou] .sidebar-meta,[data-theme=holier-than-thou] .resource-unit,[data-theme=holier-than-thou] .resource-title,[data-theme=holier-than-thou] .stat-bar-label,[data-theme=holier-than-thou] .calc-card h3{color:var(--text-muted)}[data-theme=holier-than-thou] .stat-card:before,[data-theme=holier-than-thou] .resource-card:before,[data-theme=holier-than-thou] .calc-card:before,[data-theme=holier-than-thou] .panel-card:before,[data-theme=holier-than-thou] .data-table-container:before,[data-theme=holier-than-thou] .result-panel:before{mix-blend-mode:var(--texture-card-blend, overlay);background-size:var(--texture-card-size, 320px)}@keyframes divineHalo{0%,to{box-shadow:0 0 0 1px #c9a2274d,0 0 10px -2px #c9a22747}50%{box-shadow:0 0 0 1px #c9a22775,0 0 20px -2px #c9a22780}}[data-theme=holier-than-thou] .btn--primary,[data-theme=holier-than-thou] .btn-primary,[data-theme=holier-than-thou] .next-cycle-btn,[data-theme=holier-than-thou] .alch__craft-btn{animation:divineHalo 5.5s ease-in-out infinite}[data-theme=holier-than-thou] .btn--primary:hover,[data-theme=holier-than-thou] .btn-primary:hover,[data-theme=holier-than-thou] .next-cycle-btn:hover,[data-theme=holier-than-thou] .alch__craft-btn:hover{animation:none;box-shadow:0 0 0 1px #c9a227a6,0 0 26px -2px #c9a2279e}[data-theme=holier-than-thou] .btn--primary:active,[data-theme=holier-than-thou] .btn-primary:active,[data-theme=holier-than-thou] .next-cycle-btn:active,[data-theme=holier-than-thou] .alch__craft-btn:active{box-shadow:0 0 0 1px #c9a227cc,0 0 12px -2px #c9a227b3}[data-theme=holier-than-thou] .stat-card,[data-theme=holier-than-thou] .resource-card,[data-theme=holier-than-thou] .calc-card,[data-theme=holier-than-thou] .panel-card,[data-theme=holier-than-thou] .btn,[data-theme=holier-than-thou] .edit-reserves-btn,[data-theme=holier-than-thou] .sidebar-tab{transition:box-shadow .42s cubic-bezier(.22,.61,.36,1),border-color .42s cubic-bezier(.22,.61,.36,1),transform .42s cubic-bezier(.22,.61,.36,1)}[data-theme=holier-than-thou] .stat-card:hover,[data-theme=holier-than-thou] .resource-card:hover,[data-theme=holier-than-thou] .calc-card:hover,[data-theme=holier-than-thou] .panel-card:hover{box-shadow:0 0 0 1px #c9a22757,0 0 26px -6px #c9a22757,var(--shadow-dark-md)}[data-theme=holier-than-thou] .btn:hover,[data-theme=holier-than-thou] .edit-reserves-btn:hover{box-shadow:0 0 14px -3px #c9a22773}@keyframes divineHaloInset{0%,to{box-shadow:inset 0 0 14px -6px #c9a22766}50%{box-shadow:inset 0 0 22px -6px #c9a227b3}}[data-theme=holier-than-thou] .sidebar-tab.active,[data-theme=holier-than-thou] .hub-sidebar__nav-item.is-active{animation:divineHaloInset 6.5s ease-in-out infinite}@keyframes divineVein{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}[data-theme=holier-than-thou] .section-header:after,[data-theme=holier-than-thou] .calc-card h3:after,[data-theme=holier-than-thou] .panel-card h3:after{animation:divineVein 1.4s cubic-bezier(.16,.84,.28,1) both}@keyframes divineVeinDown{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0 0)}}[data-theme=holier-than-thou] .section-header:before{animation:divineVeinDown .7s cubic-bezier(.16,.84,.28,1) both}@keyframes divineVeinCentre{0%{clip-path:inset(0 50% 0 50%)}to{clip-path:inset(0 0 0 0)}}[data-theme=holier-than-thou] .modal__header:before,[data-theme=holier-than-thou] .modal-header:before{animation:divineVeinCentre .9s cubic-bezier(.16,.84,.28,1) both}@keyframes divineVeinEdge{0%{clip-path:inset(0 100% 0 0);opacity:0}to{clip-path:inset(0 0 0 0);opacity:1}}[data-theme=holier-than-thou] .stat-card:after,[data-theme=holier-than-thou] .resource-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--ornament-rule) 30%,var(--ornament-rule) 70%,transparent);animation:divineVeinEdge 1.1s cubic-bezier(.16,.84,.28,1) both;pointer-events:none}[data-theme=holier-than-thou] .stat-card,[data-theme=holier-than-thou] .resource-card{position:relative}[data-theme=holier-than-thou] .stats-cards>*:nth-child(1):after,[data-theme=holier-than-thou] .resources-grid>*:nth-child(1):after{animation-delay:.12s}[data-theme=holier-than-thou] .stats-cards>*:nth-child(2):after,[data-theme=holier-than-thou] .resources-grid>*:nth-child(2):after{animation-delay:.22s}[data-theme=holier-than-thou] .stats-cards>*:nth-child(3):after,[data-theme=holier-than-thou] .resources-grid>*:nth-child(3):after{animation-delay:.32s}[data-theme=holier-than-thou] .stats-cards>*:nth-child(4):after,[data-theme=holier-than-thou] .resources-grid>*:nth-child(4):after{animation-delay:.42s}[data-theme=holier-than-thou] .stats-cards>*:nth-child(5):after,[data-theme=holier-than-thou] .resources-grid>*:nth-child(5):after{animation-delay:.5s}[data-theme=holier-than-thou] .stats-cards>*:nth-child(6):after,[data-theme=holier-than-thou] .resources-grid>*:nth-child(6):after{animation-delay:.57s}[data-theme=holier-than-thou] .stats-cards>*:nth-child(n+7):after,[data-theme=holier-than-thou] .resources-grid>*:nth-child(n+7):after{animation-delay:.64s}@media(prefers-reduced-motion:reduce){[data-theme=holier-than-thou] .btn--primary,[data-theme=holier-than-thou] .btn-primary,[data-theme=holier-than-thou] .next-cycle-btn,[data-theme=holier-than-thou] .alch__craft-btn,[data-theme=holier-than-thou] .sidebar-tab.active,[data-theme=holier-than-thou] .hub-sidebar__nav-item.is-active,[data-theme=holier-than-thou] .section-header:after,[data-theme=holier-than-thou] .section-header:before,[data-theme=holier-than-thou] .calc-card h3:after,[data-theme=holier-than-thou] .panel-card h3:after,[data-theme=holier-than-thou] .modal__header:before,[data-theme=holier-than-thou] .modal-header:before,[data-theme=holier-than-thou] .stat-card:after,[data-theme=holier-than-thou] .resource-card:after{animation:none;clip-path:none}}[data-theme=holier-than-thou] .section-header:after,[data-theme=holier-than-thou] .calc-card h3:after,[data-theme=holier-than-thou] .panel-card h3:after{clip-path:none;background-image:linear-gradient(90deg,transparent,rgba(255,246,214,.95) 45%,rgba(228,196,108,.5) 62%,transparent 78%),linear-gradient(90deg,rgba(201,162,39,.45),rgba(140,128,100,.18) 45%,transparent);background-repeat:no-repeat,no-repeat;background-size:170px 100%,100% 100%;background-position:-170px 0,left top;animation:divineVeinSweep 1.4s cubic-bezier(.16,.84,.28,1) forwards}@keyframes divineVeinSweep{0%{background-position:-170px 0,left top;filter:brightness(.94) saturate(1.2)}72%{background-position:calc(100% + 170px) 0,left top;filter:brightness(.94) saturate(1.2)}to{background-position:calc(100% + 170px) 0,left top;filter:none}}@keyframes divineSettle{0%{filter:brightness(.92) saturate(1.25);opacity:1}to{filter:none;opacity:1}}[data-theme=holier-than-thou] .section-header:before,[data-theme=holier-than-thou] .modal__header:before,[data-theme=holier-than-thou] .modal-header:before{clip-path:none;animation:divineSettle .7s cubic-bezier(.16,.84,.28,1) forwards}@keyframes divineEdgeSettle{0%{filter:brightness(.9) saturate(1.3);opacity:1}to{filter:none;opacity:.85}}[data-theme=holier-than-thou] .stat-card:after,[data-theme=holier-than-thou] .resource-card:after{clip-path:none;animation:divineEdgeSettle 1.1s cubic-bezier(.16,.84,.28,1) forwards}[data-theme=holier-than-thou] .sidebar-config-btn,[data-theme=holier-than-thou] .sidebar-menu-btn{border-radius:0;border:1px solid #C6BCA5;border-top:1px solid #FFFFFF;background-image:linear-gradient(180deg,#fbf9f3,#efebe1);box-shadow:0 2px 0 -1px #e7e2d6,0 3px #c6bca5,0 6px 0 -1px #e1dacb,0 7px #b8ac90;margin-bottom:8px;letter-spacing:.06em}[data-theme=holier-than-thou] .sidebar-config-btn:hover:not(:disabled),[data-theme=holier-than-thou] .sidebar-menu-btn:hover{border-color:var(--state-lapis);border-top-color:#fff}[data-theme=holier-than-thou] .game-menu-modal{box-shadow:inset 0 0 0 1px #c9a22747,var(--shadow-xl)}[data-theme=holier-than-thou] .game-menu-button{position:relative;transition:border-color .38s ease,background-color .38s ease}[data-theme=holier-than-thou] .game-menu-button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;opacity:0;background:linear-gradient(90deg,var(--ornament-rule),rgba(201,162,39,.2) 52%,transparent);transition:opacity .38s ease}[data-theme=holier-than-thou] .game-menu-button:hover:after{opacity:1}[data-theme=holier-than-thou] .progress-fill{box-shadow:2px 0 6px -2px #c9a2278c}[data-theme=holier-than-thou] .modal-overlay{background-image:linear-gradient(var(--surface-overlay),var(--surface-overlay)),linear-gradient(var(--surface-overlay),var(--surface-overlay)),linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--texture-scrim, var(--texture-card));background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,var(--texture-scrim-size, var(--texture-card-size, 420px));background-blend-mode:normal}[data-theme=local-man-explodes] .modal__close:hover,[data-theme=local-man-explodes] .modal-close:hover,[data-theme=local-man-explodes] .btn--xs:hover{color:var(--text-primary)}[data-theme=local-man-explodes] .badge:not([class*=badge--]),[data-theme=local-man-explodes] .badge--neutral,[data-theme=local-man-explodes] .inhabitant-details-tag.tag-secondary,[data-theme=local-man-explodes] .built-count-badge,[data-theme=local-man-explodes] .defense-means-table .amount-badge{background:var(--surface-inset);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=local-man-explodes] .skeleton,[data-theme=local-man-explodes] .skeleton-line{background:linear-gradient(90deg,var(--surface-inset) 25%,rgba(26,22,19,.06) 50%,var(--surface-inset) 75%);background-size:200% 100%}[data-theme=local-man-explodes] .variant-row td{border-bottom-color:var(--border-color)}[data-theme=local-man-explodes] .audio-player{background:#f4edd9f0;border-top:1px solid #1A1613;box-shadow:0 -3px #1a161329}[data-theme=local-man-explodes] .btn--primary:after,[data-theme=local-man-explodes] .btn-primary:after{content:none}[data-theme=local-man-explodes] .mgs-rail{border-right:none;box-sizing:border-box;padding-right:var(--lme-column-width);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2234%22%20viewBox%3D%220%200%2026%2034%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.5%2014V34%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M14.5%2014V34%22%20stroke%3D%22%238C7D60%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M4%2012H20%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M5%208.5H19%22%20stroke%3D%22%238C7D60%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M12%202.2L14.6%205.6L12%209L9.4%205.6Z%22%20fill%3D%22%23B32A18%22%2F%3E%3Cpath%20d%3D%22M12%204.2L13.2%205.6L12%207L10.8%205.6Z%22%20fill%3D%22%23F4EDD9%22%20opacity%3D%220.75%22%2F%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2234%22%20viewBox%3D%220%200%2026%2034%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.5%200V20%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M14.5%200V20%22%20stroke%3D%22%238C7D60%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M4%2022H20%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M5%2025.5H19%22%20stroke%3D%22%238C7D60%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M12%2031.8L14.6%2028.4L12%2025L9.4%2028.4Z%22%20fill%3D%22%23B32A18%22%2F%3E%3Cpath%20d%3D%22M12%2029.8L13.2%2028.4L12%2027L10.8%2028.4Z%22%20fill%3D%22%23F4EDD9%22%20opacity%3D%220.75%22%2F%3E%3C%2Fsvg%3E),url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2236%22%20viewBox%3D%220%200%2026%2036%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.5%200V36%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M14.5%200V36%22%20stroke%3D%22%238C7D60%22%20stroke-width%3D%221%22%2F%3E%3Crect%20x%3D%2217.5%22%20y%3D%2216%22%20width%3D%222%22%20height%3D%224%22%20fill%3D%22%238C7D60%22%20opacity%3D%220.55%22%2F%3E%3C%2Fsvg%3E),var(--surface-sidebar-gradient);background-position:right top,right bottom,right top,left top;background-repeat:no-repeat,no-repeat,repeat-y,no-repeat;background-size:var(--lme-column-width) 34px,var(--lme-column-width) 34px,var(--lme-column-width) 36px,100% 100%}[data-theme=local-man-explodes] .mgs-rail__header{border-bottom:3px double #1A1613}[data-theme=local-man-explodes] .section-header,[data-theme=local-man-explodes] .calc-card h3,[data-theme=local-man-explodes] .panel-card h3,[data-theme=local-man-explodes] .modifiers-column-title{position:relative;padding-bottom:14px}[data-theme=local-man-explodes] .section-header:after,[data-theme=local-man-explodes] .calc-card h3:after,[data-theme=local-man-explodes] .panel-card h3:after,[data-theme=local-man-explodes] .modifiers-column-title:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:4px;background-image:linear-gradient(#1a1613,#1a1613),linear-gradient(#8c7d60,#8c7d60);background-size:100% 2px,100% 1px;background-position:left top,left bottom;background-repeat:no-repeat,no-repeat;animation:lmeInkDry .7s ease-out forwards}[data-theme=local-man-explodes] .modifiers-column-title{border-bottom:none}[data-theme=local-man-explodes] .section-header:before{content:"";position:absolute;left:-20px;bottom:-1px;width:14px;height:16px;background:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M7%201.2L9.4%204.6L7%208L4.6%204.6Z%22%20fill%3D%22%231A1613%22%2F%3E%3Cpath%20d%3D%22M7%203.2L8.1%204.6L7%206L5.9%204.6Z%22%20fill%3D%22%23F4EDD9%22%20opacity%3D%220.8%22%2F%3E%3Cpath%20d%3D%22M1.5%2011.5H12.5%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M2.5%2014.5H11.5%22%20stroke%3D%22%238C7D60%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E) no-repeat left top;background-size:14px 16px;animation:lmeInkDry .62s ease-out forwards}@keyframes lmeInkDry{0%{opacity:.35;filter:contrast(.7)}to{opacity:1;filter:none}}[data-theme=local-man-explodes] .stat-card,[data-theme=local-man-explodes] .resource-card{position:relative}[data-theme=local-man-explodes] .stat-card:after,[data-theme=local-man-explodes] .resource-card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;pointer-events:none;background:#1a1613;animation:lmeInkDry .8s ease-out forwards}[data-theme=local-man-explodes] .stats-cards>*:nth-child(1):after,[data-theme=local-man-explodes] .resources-grid>*:nth-child(1):after{animation-delay:80ms}[data-theme=local-man-explodes] .stats-cards>*:nth-child(2):after,[data-theme=local-man-explodes] .resources-grid>*:nth-child(2):after{animation-delay:.15s}[data-theme=local-man-explodes] .stats-cards>*:nth-child(3):after,[data-theme=local-man-explodes] .resources-grid>*:nth-child(3):after{animation-delay:.22s}[data-theme=local-man-explodes] .stats-cards>*:nth-child(4):after,[data-theme=local-man-explodes] .resources-grid>*:nth-child(4):after{animation-delay:.29s}[data-theme=local-man-explodes] .stats-cards>*:nth-child(n+5):after,[data-theme=local-man-explodes] .resources-grid>*:nth-child(n+5):after{animation-delay:.35s}[data-theme=local-man-explodes] .stat-card,[data-theme=local-man-explodes] .resource-card,[data-theme=local-man-explodes] .calc-card,[data-theme=local-man-explodes] .panel-card,[data-theme=local-man-explodes] .card,[data-theme=local-man-explodes] .result-panel{box-shadow:var(--shadow-md);transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}[data-theme=local-man-explodes] .stat-card:hover,[data-theme=local-man-explodes] .resource-card:hover,[data-theme=local-man-explodes] .calc-card:hover,[data-theme=local-man-explodes] .panel-card:hover{transform:translate(2px,2px);border-color:#1a1613;box-shadow:2px 2px #1a161357}[data-theme=local-man-explodes] .sidebar-tab.active,[data-theme=local-man-explodes] .hub-sidebar__nav-item.is-active,[data-theme=local-man-explodes] .pa-nav-item.is-active,[data-theme=local-man-explodes] .unified-tab.active{background:#1a1613;background-image:none;color:var(--text-inverse);border-left-color:#b32a18;box-shadow:none}[data-theme=local-man-explodes] .sidebar-tab.active *,[data-theme=local-man-explodes] .hub-sidebar__nav-item.is-active *,[data-theme=local-man-explodes] .pa-nav-item.is-active *{color:var(--text-inverse)}[data-theme=local-man-explodes] .sidebar-tab.active svg,[data-theme=local-man-explodes] .hub-sidebar__nav-item.is-active svg,[data-theme=local-man-explodes] .pa-nav-item.is-active svg{filter:invert(1) brightness(1.6)}[data-theme=local-man-explodes] .hub-sidebar__logo-img,[data-theme=local-man-explodes] .mgs-rail__header img{filter:grayscale(1) brightness(.38) contrast(1.45);opacity:.9}[data-theme=local-man-explodes] .view-toggle .toggle-button.active{background:#1a1613;color:var(--text-inverse);box-shadow:none}[data-theme=local-man-explodes] .empty-state__icon{animation:none;opacity:.35}[data-theme=local-man-explodes] .spinner{border-color:var(--border-color);border-top-color:#1a1613}@media(prefers-reduced-motion:reduce){[data-theme=local-man-explodes] .stat-card,[data-theme=local-man-explodes] .resource-card,[data-theme=local-man-explodes] .calc-card,[data-theme=local-man-explodes] .panel-card{transition:none}[data-theme=local-man-explodes] .stat-card:hover,[data-theme=local-man-explodes] .resource-card:hover,[data-theme=local-man-explodes] .calc-card:hover,[data-theme=local-man-explodes] .panel-card:hover{transform:none}[data-theme=local-man-explodes] .section-header:after,[data-theme=local-man-explodes] .section-header:before,[data-theme=local-man-explodes] .calc-card h3:after,[data-theme=local-man-explodes] .panel-card h3:after,[data-theme=local-man-explodes] .modifiers-column-title:after,[data-theme=local-man-explodes] .stat-card:after,[data-theme=local-man-explodes] .resource-card:after{animation:none;opacity:1;filter:none}}[data-theme=local-man-explodes] .sidebar-config-btn,[data-theme=local-man-explodes] .sidebar-rail-btn,[data-theme=local-man-explodes] .sidebar-menu-btn{border-radius:0;border:1px solid #1A1613;background-color:transparent;color:#1a1613;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%200.6L9.4%205L5%209.4L0.6%205Z%22%20fill%3D%22%231A1613%22%2F%3E%3Cpath%20d%3D%22M5%202.6L7.4%205L5%207.4L2.6%205Z%22%20fill%3D%22%23B32A18%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:10px 50%;background-size:8px 8px;padding-left:26px;font-family:var(--font-mono);letter-spacing:.14em;box-shadow:3px 3px #1a161333;transition:box-shadow .16s ease,background-color .16s ease,color .16s ease}[data-theme=local-man-explodes] .sidebar-config-btn:hover:not(:disabled),[data-theme=local-man-explodes] .sidebar-rail-btn:hover:not(:disabled),[data-theme=local-man-explodes] .sidebar-menu-btn:hover{background-color:#1a1613;border-color:#1a1613;color:var(--text-inverse);box-shadow:1px 1px #1a161359}[data-theme=local-man-explodes] .game-menu-modal{position:relative;border:1px solid #1A1613;border-radius:0;box-shadow:12px 12px #1a161357}[data-theme=local-man-explodes] .game-menu-modal .modal__header{background:#1a1613;background-image:none;border-bottom:none}[data-theme=local-man-explodes] .game-menu-modal .modal__title{color:var(--text-inverse);font-family:var(--font-mono);font-size:var(--font-size-lg);letter-spacing:.2em;text-transform:uppercase}[data-theme=local-man-explodes] .game-menu-modal .modal__close{color:var(--text-inverse)}[data-theme=local-man-explodes] .game-menu-modal .modal__content{border-radius:0;border-top:3px solid #1A1613}[data-theme=local-man-explodes] .game-menu-modal:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Cg%20transform%3D%22rotate(0%206%206)%22%3E%3Cpath%20d%3D%22M0.5%2011.5V2.5L2.5%200.5H11.5%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M3.5%205.5L5.5%203.5L7.5%205.5L5.5%207.5Z%22%20fill%3D%22%23B32A18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Cg%20transform%3D%22rotate(90%206%206)%22%3E%3Cpath%20d%3D%22M0.5%2011.5V2.5L2.5%200.5H11.5%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M3.5%205.5L5.5%203.5L7.5%205.5L5.5%207.5Z%22%20fill%3D%22%23B32A18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Cg%20transform%3D%22rotate(270%206%206)%22%3E%3Cpath%20d%3D%22M0.5%2011.5V2.5L2.5%200.5H11.5%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M3.5%205.5L5.5%203.5L7.5%205.5L5.5%207.5Z%22%20fill%3D%22%23B32A18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Cg%20transform%3D%22rotate(180%206%206)%22%3E%3Cpath%20d%3D%22M0.5%2011.5V2.5L2.5%200.5H11.5%22%20stroke%3D%22%231A1613%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M3.5%205.5L5.5%203.5L7.5%205.5L5.5%207.5Z%22%20fill%3D%22%23B32A18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:6px 6px,calc(100% - 6px) 6px,6px calc(100% - 6px),calc(100% - 6px) calc(100% - 6px);background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:11px 11px,11px 11px,11px 11px,11px 11px}[data-theme=local-man-explodes] .game-menu-button{position:relative;border-radius:0;border-color:transparent;background:transparent;transition:background-color .16s ease}[data-theme=local-man-explodes] .game-menu-button+.game-menu-button{border-top:1px solid var(--border-color)}[data-theme=local-man-explodes] .game-menu-button:hover{transform:none;box-shadow:none;border-color:transparent;background-color:var(--overlay-light-05)}[data-theme=local-man-explodes] .game-menu-button-title{color:#1a1613;font-weight:700}[data-theme=local-man-explodes] .progress-bar{border-radius:0;background-color:var(--surface-inset);background-image:repeating-linear-gradient(90deg,transparent 0 5px,rgba(26,22,19,.35) 5px 6px);box-shadow:inset 0 0 0 1px #1a1613}[data-theme=local-man-explodes] .progress-fill{border-radius:0;background-color:#1a1613;background-image:repeating-linear-gradient(90deg,transparent 0 5px,rgba(244,237,217,.85) 5px 6px)}[data-theme=local-man-explodes] .progress-fill.is-complete{background-color:var(--color-positive)}[data-theme=local-man-explodes] .progress-fill.is-stalled{background-color:var(--text-faint)}[data-theme=local-man-explodes] .modal-overlay{background-image:linear-gradient(var(--surface-overlay),var(--surface-overlay)),linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--texture-scrim, var(--texture-card));background-repeat:repeat,repeat,repeat;background-size:auto,auto,var(--texture-scrim-size, var(--texture-card-size, 22px));background-blend-mode:normal}[data-theme=local-man-explodes] .modal,[data-theme=local-man-explodes] .modal__panel{border-radius:0;box-shadow:var(--shadow-modal)}[data-theme=fhtagn-around-and-find-out]{--rlyeh-column-width: 24px;--rlyeh-glow-soft: rgba(88, 183, 155, .16);--rlyeh-glow-mid: rgba(88, 183, 155, .34);--rlyeh-trace-anim: abyssIncise 1.7s cubic-bezier(.22, .68, .3, 1) forwards;--rlyeh-bloom-anim: abyssBloom .9s ease-out forwards;--rlyeh-card-trace-anim: abyssBloom 1.1s ease-out forwards;--rlyeh-seep-anim: abyssSeep 13.7s ease-in-out infinite;--rlyeh-spine-anim: rlyehSpine 29s ease-in-out infinite;--rlyeh-digit-anim: rlyehDigits 7.3s ease-in-out infinite;--rlyeh-blackout-anim: rlyehBlackout 2.6s ease-in-out 1}@property --rlyeh-torch-depth{syntax: "<number>"; inherits: true; initial-value: .6;}@property --rlyeh-torch-core{syntax: "<number>"; inherits: true; initial-value: 42.5;}[data-theme=fhtagn-around-and-find-out] .mgs-rail{border-right:none;box-sizing:border-box;padding-right:var(--rlyeh-column-width);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='34'%20viewBox='0%200%2024%2034'%20fill='none'%3E%3Cpath%20d='M7.5%2016V34'%20stroke='%232A3735'/%3E%3Cpath%20d='M16.5%2016V34'%20stroke='%232A3735'/%3E%3Cpath%20d='M8.5%2016V34'%20stroke='%23070A0A'/%3E%3Cpath%20d='M15.5%2016V34'%20stroke='%23070A0A'/%3E%3Cpath%20d='M12%2016V34'%20stroke='%2333443F'/%3E%3Cpath%20d='M7.5%2015%20C7.5%2011%209.5%209%2012%209%20C14.5%209%2016.5%2011%2016.5%2015'%20stroke='%232A3735'/%3E%3Cpath%20d='M12%209%20L15%204%20L12%201%20L9%204%20Z'%20stroke='%233F7F6D'%20fill='none'/%3E%3Cpath%20d='M12%206.6%20L13.4%204.2%20L12%202.8%20L10.6%204.2%20Z'%20fill='%2358B79B'%20opacity='0.5'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='34'%20viewBox='0%200%2024%2034'%20fill='none'%3E%3Cpath%20d='M7.5%200V18'%20stroke='%232A3735'/%3E%3Cpath%20d='M16.5%200V18'%20stroke='%232A3735'/%3E%3Cpath%20d='M8.5%200V18'%20stroke='%23070A0A'/%3E%3Cpath%20d='M15.5%200V18'%20stroke='%23070A0A'/%3E%3Cpath%20d='M12%200V18'%20stroke='%2333443F'/%3E%3Cpath%20d='M7.5%2019%20C7.5%2023%209.5%2025%2012%2025%20C14.5%2025%2016.5%2023%2016.5%2019'%20stroke='%232A3735'/%3E%3Cpath%20d='M12%2025%20L15%2030%20L12%2033%20L9%2030%20Z'%20stroke='%233F7F6D'%20fill='none'/%3E%3Cpath%20d='M12%2027.4%20L13.4%2029.8%20L12%2031.2%20L10.6%2029.8%20Z'%20fill='%2358B79B'%20opacity='0.5'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='56'%20viewBox='0%200%2024%2056'%20fill='none'%3E%3Cpath%20d='M7.5%200V56'%20stroke='%232A3735'/%3E%3Cpath%20d='M16.5%200V56'%20stroke='%232A3735'/%3E%3Cpath%20d='M8.5%200V56'%20stroke='%23070A0A'/%3E%3Cpath%20d='M15.5%200V56'%20stroke='%23070A0A'/%3E%3Cpath%20d='M12%200V22'%20stroke='%2333443F'/%3E%3Cpath%20d='M12%2034V56'%20stroke='%2333443F'/%3E%3Cpath%20d='M12%2022.5%20L14.6%2028%20L12%2033.5%20L9.4%2028%20Z'%20fill='%232C6E5D'/%3E%3Cpath%20d='M12%2025%20L13.4%2028%20L12%2031%20L10.6%2028%20Z'%20fill='%2358B79B'%20opacity='0.45'/%3E%3Cpath%20d='M5%2045.5%20H19'%20stroke='%23070A0A'/%3E%3Cpath%20d='M5%2046.5%20H19'%20stroke='%232A3735'/%3E%3C/svg%3E"),var(--surface-sidebar-gradient);background-position:right top,right bottom,right top,left top;background-repeat:no-repeat,no-repeat,repeat-y,no-repeat;background-size:var(--rlyeh-column-width) 34px,var(--rlyeh-column-width) 34px,var(--rlyeh-column-width) 56px,100% 100%}[data-theme=fhtagn-around-and-find-out] .mgs-rail:after{content:"";position:absolute;top:0;bottom:0;right:0;width:var(--rlyeh-column-width);pointer-events:none;background:linear-gradient(180deg,transparent 0%,var(--rlyeh-glow-soft) 45%,transparent 90%);background-size:100% 180%;background-repeat:no-repeat;background-position:0 -80%;animation:var(--rlyeh-seep-anim)}[data-theme=fhtagn-around-and-find-out] .mgs-rail__header{border-bottom:1px solid var(--border-color-strong);box-shadow:0 1px #58b79b24}[data-theme=fhtagn-around-and-find-out] .audio-sidebar__logo,[data-theme=fhtagn-around-and-find-out] .hub-sidebar__logo-img,[data-theme=fhtagn-around-and-find-out] .hub-header__logo,[data-theme=fhtagn-around-and-find-out] .mgs-rail__header img{filter:var(--logo-filter);opacity:.9}[data-theme=fhtagn-around-and-find-out] .section-header,[data-theme=fhtagn-around-and-find-out] .section-title,[data-theme=fhtagn-around-and-find-out] .calc-card h3,[data-theme=fhtagn-around-and-find-out] .panel-card h3,[data-theme=fhtagn-around-and-find-out] .audio-view__title{position:relative;padding-bottom:16px;letter-spacing:.02em}[data-theme=fhtagn-around-and-find-out] .section-header:after,[data-theme=fhtagn-around-and-find-out] .section-title:after,[data-theme=fhtagn-around-and-find-out] .calc-card h3:after,[data-theme=fhtagn-around-and-find-out] .panel-card h3:after,[data-theme=fhtagn-around-and-find-out] .audio-view__title:after{content:"";position:absolute;left:0;right:0;bottom:6px;height:2px;background-image:linear-gradient(90deg,transparent,rgba(126,214,186,.9) 48%,transparent 78%),linear-gradient(180deg,#050807 0 1px,#33443f 1px 2px),linear-gradient(90deg,#3F7F6D 0,#2A3735 46%,transparent 86%);background-repeat:no-repeat,no-repeat,no-repeat;background-size:170px 100%,100% 100%,100% 100%;background-position:-170px 0,left top,left top;animation:var(--rlyeh-trace-anim)}[data-theme=fhtagn-around-and-find-out] .section-header:before{content:"";position:absolute;left:calc(-1 * var(--space-5));bottom:-2px;width:14px;height:18px;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='18'%20viewBox='0%200%2014%2018'%20fill='none'%3E%3Crect%20x='0.5'%20y='1.5'%20width='13'%20height='15'%20fill='%230D1312'%20stroke='%232A3735'/%3E%3Crect%20x='2.5'%20y='3.5'%20width='9'%20height='11'%20stroke='%233F7F6D'%20fill='none'/%3E%3Cpath%20d='M7%205.2%20L9.8%209%20L7%2012.8%20L4.2%209%20Z'%20fill='%232C6E5D'/%3E%3Cpath%20d='M7%207%20L8.5%209%20L7%2011%20L5.5%209%20Z'%20fill='%2358B79B'%20opacity='0.75'/%3E%3C/svg%3E") no-repeat left top;background-size:14px 18px;animation:var(--rlyeh-bloom-anim)}@keyframes abyssIncise{0%{background-position:-170px 0,left top,left top;filter:brightness(1.25) saturate(1.15)}72%{background-position:calc(100% + 170px) 0,left top,left top;filter:brightness(1.25) saturate(1.15)}to{background-position:calc(100% + 170px) 0,left top,left top;filter:none}}@keyframes abyssBloom{0%{filter:brightness(1.5) drop-shadow(0 0 5px var(--rlyeh-glow-mid))}to{filter:none}}@keyframes abyssBreath{0%,to{box-shadow:0 0 0 1px #58b79b2e,0 0 10px -2px var(--rlyeh-glow-soft)}50%{box-shadow:0 0 0 1px #58b79b57,0 0 20px -2px var(--rlyeh-glow-mid)}}@keyframes rlyehRise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes abyssSeep{0%,to{background-position:0 -80%;opacity:.55}50%{background-position:0 80%;opacity:1}}[data-theme=fhtagn-around-and-find-out] .stat-card,[data-theme=fhtagn-around-and-find-out] .resource-card{position:relative}[data-theme=fhtagn-around-and-find-out] .stat-card:after,[data-theme=fhtagn-around-and-find-out] .resource-card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(88,183,155,.45) 32%,rgba(88,183,155,.16) 70%,transparent);animation:var(--rlyeh-card-trace-anim)}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(1):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(1):after{animation-delay:90ms}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(2):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(2):after{animation-delay:.21s}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(3):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(3):after{animation-delay:.29s}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(4):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(4):after{animation-delay:.43s}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(n+5):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(n+5):after{animation-delay:.51s}[data-theme=fhtagn-around-and-find-out] .stat-card,[data-theme=fhtagn-around-and-find-out] .resource-card,[data-theme=fhtagn-around-and-find-out] .calc-card,[data-theme=fhtagn-around-and-find-out] .panel-card{transition:box-shadow .28s ease,border-color .28s ease,transform .28s ease}[data-theme=fhtagn-around-and-find-out] .stat-card:hover,[data-theme=fhtagn-around-and-find-out] .resource-card:hover,[data-theme=fhtagn-around-and-find-out] .calc-card:hover,[data-theme=fhtagn-around-and-find-out] .panel-card:hover{border-color:var(--ornament-rule);box-shadow:inset 0 1px #9ed8c24d,0 0 22px -8px var(--rlyeh-glow-mid),var(--shadow-dark-lg)}[data-theme=fhtagn-around-and-find-out] .sidebar-tab.active,[data-theme=fhtagn-around-and-find-out] .hub-sidebar__nav-item.is-active{box-shadow:inset 3px 0 0 var(--fantasy-gold),inset 12px 0 18px -14px var(--rlyeh-glow-mid),inset 0 1px #58b79b29,inset 0 -1px #58b79b29}[data-theme=fhtagn-around-and-find-out] .btn{transition:box-shadow .2s ease,border-color .2s ease,transform .12s ease}[data-theme=fhtagn-around-and-find-out] .btn--primary:hover:not(:disabled),[data-theme=fhtagn-around-and-find-out] .btn-primary:hover:not(:disabled){animation:none;box-shadow:0 0 0 1px var(--fantasy-gold),0 0 26px -6px var(--shadow-glow-primary-md)}[data-theme=fhtagn-around-and-find-out] .btn:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 5px #0000008c}[data-theme=fhtagn-around-and-find-out] .btn:focus-visible{outline:1px solid var(--fantasy-gold);outline-offset:2px;box-shadow:0 0 0 4px var(--focus-ring-primary)}[data-theme=fhtagn-around-and-find-out] .btn:disabled,[data-theme=fhtagn-around-and-find-out] .btn--loading{animation:none;box-shadow:none;filter:saturate(.35)}[data-theme=fhtagn-around-and-find-out] .btn--secondary:hover:not(:disabled),[data-theme=fhtagn-around-and-find-out] .btn-secondary:hover:not(:disabled){box-shadow:inset 0 1px #b2d8cb1a,0 0 16px -8px var(--rlyeh-glow-soft)}[data-theme=fhtagn-around-and-find-out] .btn--ghost:hover:not(:disabled){box-shadow:inset 0 -1px 0 var(--accent-line)}[data-theme=fhtagn-around-and-find-out] .sidebar-config-btn,[data-theme=fhtagn-around-and-find-out] .sidebar-menu-btn{border-radius:0;border:1px solid var(--border-color-strong);box-shadow:0 0 0 2px var(--surface-sidebar),0 0 0 3px #3f7f6d80;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%3E%3Cpath%20d='M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z'%20fill='%232C6E5D'/%3E%3Cpath%20d='M5%202.8%20L7.2%205%20L5%207.2%20L2.8%205%20Z'%20fill='%2358B79B'%20opacity='0.8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:10px 50%;background-size:9px 9px;padding-left:28px;letter-spacing:.1em}[data-theme=fhtagn-around-and-find-out] .sidebar-config-btn:hover:not(:disabled),[data-theme=fhtagn-around-and-find-out] .sidebar-menu-btn:hover{border-color:var(--fantasy-gold);box-shadow:0 0 0 2px var(--surface-sidebar),0 0 0 3px var(--ornament-rule),0 0 18px -6px var(--rlyeh-glow-mid);background-color:transparent}[data-theme=fhtagn-around-and-find-out] .game-menu-modal,[data-theme=fhtagn-around-and-find-out] .config-modal{position:relative;border:1px solid var(--border-color-strong);box-shadow:inset 0 0 0 3px var(--surface-primary),inset 0 0 0 4px #3f7f6d73,0 0 60px -20px var(--rlyeh-glow-soft),var(--shadow-dark-xl);padding:5px}[data-theme=fhtagn-around-and-find-out] .game-menu-modal .modal__content,[data-theme=fhtagn-around-and-find-out] .config-modal .modal__content{border-radius:0}[data-theme=fhtagn-around-and-find-out] .game-menu-modal:before,[data-theme=fhtagn-around-and-find-out] .config-modal:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%3E%3Cpath%20d='M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z'%20fill='%232C6E5D'/%3E%3Cpath%20d='M5%202.8%20L7.2%205%20L5%207.2%20L2.8%205%20Z'%20fill='%2358B79B'%20opacity='0.8'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%3E%3Cpath%20d='M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z'%20fill='%232C6E5D'/%3E%3Cpath%20d='M5%202.8%20L7.2%205%20L5%207.2%20L2.8%205%20Z'%20fill='%2358B79B'%20opacity='0.8'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%3E%3Cpath%20d='M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z'%20fill='%232C6E5D'/%3E%3Cpath%20d='M5%202.8%20L7.2%205%20L5%207.2%20L2.8%205%20Z'%20fill='%2358B79B'%20opacity='0.8'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%3E%3Cpath%20d='M5%200.6%20L9.4%205%20L5%209.4%20L0.6%205%20Z'%20fill='%232C6E5D'/%3E%3Cpath%20d='M5%202.8%20L7.2%205%20L5%207.2%20L2.8%205%20Z'%20fill='%2358B79B'%20opacity='0.8'/%3E%3C/svg%3E");background-position:7px 7px,calc(100% - 7px) 7px,7px calc(100% - 7px),calc(100% - 7px) calc(100% - 7px);background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:9px 9px,9px 9px,9px 9px,9px 9px}[data-theme=fhtagn-around-and-find-out] .modal__header{border-bottom:1px solid var(--border-color-strong);box-shadow:0 1px #58b79b1f}[data-theme=fhtagn-around-and-find-out] .game-menu-button{position:relative;transition:border-color .2s ease,box-shadow .2s ease}[data-theme=fhtagn-around-and-find-out] .game-menu-button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;opacity:0;background:linear-gradient(90deg,var(--fantasy-gold),rgba(88,183,155,.3) 48%,transparent 86%);transition:opacity .2s ease}[data-theme=fhtagn-around-and-find-out] .game-menu-button:hover:after{opacity:1}[data-theme=fhtagn-around-and-find-out] .game-menu-button:hover{box-shadow:0 0 20px -12px var(--rlyeh-glow-mid)}[data-theme=fhtagn-around-and-find-out] .config-section__header,[data-theme=fhtagn-around-and-find-out] .salary-config__header{border-radius:0;border:1px solid var(--border-color);border-top-color:var(--border-color-top-control);box-shadow:inset 0 -1px #00000080;background-image:var(--surface-control-gradient)}[data-theme=fhtagn-around-and-find-out] .config-section__header:hover,[data-theme=fhtagn-around-and-find-out] .salary-config__header:hover{border-color:var(--ornament-rule);box-shadow:inset 0 -1px #00000080,0 0 18px -10px var(--rlyeh-glow-mid)}[data-theme=fhtagn-around-and-find-out] .config-section__chevron,[data-theme=fhtagn-around-and-find-out] .salary-config__chevron{color:var(--fantasy-gold)}[data-theme=fhtagn-around-and-find-out] .config-section__input,[data-theme=fhtagn-around-and-find-out] .salary-config__salary-input{border-radius:0;background:var(--surface-inset);box-shadow:inset 0 1px 3px #0009}[data-theme=fhtagn-around-and-find-out] .config-section__input:focus,[data-theme=fhtagn-around-and-find-out] .salary-config__salary-input:focus{border-color:var(--fantasy-gold);box-shadow:inset 0 1px 3px #0009,0 0 0 3px var(--focus-ring-primary)}[data-theme=fhtagn-around-and-find-out] .progress-bar{background-color:var(--surface-inset);box-shadow:inset 0 1px 3px #000000b3,inset 0 -1px #58b79b1a}[data-theme=fhtagn-around-and-find-out] .progress-fill{background-image:linear-gradient(90deg,#2c6e5d,#58b79b 82%,#9ed8c2);box-shadow:0 0 12px -2px var(--rlyeh-glow-mid)}[data-theme=fhtagn-around-and-find-out] .progress-fill.is-stalled{background-image:none;box-shadow:none}[data-theme=fhtagn-around-and-find-out] .data-table th,[data-theme=fhtagn-around-and-find-out] .catalogue-tracks__table th,[data-theme=fhtagn-around-and-find-out] .admin-queue thead th,[data-theme=fhtagn-around-and-find-out] .my-tracks thead th{color:var(--fantasy-gold);background:var(--surface-sidebar);border-bottom:1px solid var(--ornament-rule);box-shadow:0 1px #000c;letter-spacing:.1em}[data-theme=fhtagn-around-and-find-out] .data-table tbody tr:hover,[data-theme=fhtagn-around-and-find-out] .track-row:hover,[data-theme=fhtagn-around-and-find-out] .my-tracks__row:hover,[data-theme=fhtagn-around-and-find-out] .admin-queue__row:hover{background:#58b79b0d;box-shadow:inset 2px 0 0 var(--accent-line)}[data-theme=fhtagn-around-and-find-out] .data-table tbody tr.is-selected{box-shadow:inset 3px 0 0 var(--fantasy-gold),inset 14px 0 20px -16px var(--rlyeh-glow-mid)}[data-theme=fhtagn-around-and-find-out] .data-table-container,[data-theme=fhtagn-around-and-find-out] .audio-table-wrap{border-radius:0;box-shadow:var(--shadow-dark-md),inset 0 1px #9ed8c212}[data-theme=fhtagn-around-and-find-out] .pagination-btn:hover:not(:disabled){box-shadow:0 0 16px -8px var(--rlyeh-glow-mid)}[data-theme=fhtagn-around-and-find-out] .audio-sidebar,[data-theme=fhtagn-around-and-find-out] .audio-header{border-color:var(--border-color-strong)}[data-theme=fhtagn-around-and-find-out] .ss__trigger:hover,[data-theme=fhtagn-around-and-find-out] .format-picker__select:hover{border-color:var(--ornament-rule)}[data-theme=fhtagn-around-and-find-out] .ss__trigger:focus,[data-theme=fhtagn-around-and-find-out] .format-picker__select:focus{border-color:var(--fantasy-gold);box-shadow:0 0 0 3px var(--focus-ring-primary)}[data-theme=fhtagn-around-and-find-out] .track-view__action-btn--play{box-shadow:0 0 0 1px #58b79b33,0 0 14px -4px var(--rlyeh-glow-soft)}[data-theme=fhtagn-around-and-find-out] .track-view__keyword-tag{border-radius:0;border-color:var(--ornament-rule)}[data-theme=fhtagn-around-and-find-out] .modal-overlay{background-image:linear-gradient(var(--surface-overlay),var(--surface-overlay)),linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--texture-scrim, var(--texture-card));background-repeat:repeat,repeat,repeat;background-size:auto,auto,var(--texture-scrim-size, var(--texture-card-size, 520px));background-blend-mode:normal}[data-theme=fhtagn-around-and-find-out] .app-details__title{font-size:2rem;line-height:1.1;letter-spacing:.02em}[data-theme=fhtagn-around-and-find-out] .hub-sidebar__nav-text{font-size:var(--font-size-sm);letter-spacing:.02em}[data-theme=fhtagn-around-and-find-out] .ss-welcome h1{font-size:2rem}[data-theme=fhtagn-around-and-find-out] .sc-panel__title,[data-theme=fhtagn-around-and-find-out] .ss-detail__title,[data-theme=fhtagn-around-and-find-out] .seo-entry h1{font-size:var(--font-size-2xl)}[data-theme=fhtagn-around-and-find-out] .modal__title,[data-theme=fhtagn-around-and-find-out] .game-menu-modal .modal__title,[data-theme=fhtagn-around-and-find-out] .empty-state__title{font-size:var(--font-size-xl)}[data-theme=fhtagn-around-and-find-out] .section-title{font-size:var(--font-size-lg)}@property --rlyeh-glow-soft{syntax: "<color>"; inherits: true; initial-value: rgba(88,183,155,.16);}@property --rlyeh-glow-mid{syntax: "<color>"; inherits: true; initial-value: rgba(88,183,155,.34);}@property --rlyeh-cursor-x{syntax: "<percentage>"; inherits: true; initial-value: 50%;}@property --rlyeh-cursor-y{syntax: "<percentage>"; inherits: true; initial-value: 50%;}[data-theme=fhtagn-around-and-find-out]{position:relative;transition:--rlyeh-glow-soft 6s linear,--rlyeh-glow-mid 6s linear,--rlyeh-cursor-x .12s linear,--rlyeh-cursor-y .12s linear,--rlyeh-torch-depth 2.4s linear,--rlyeh-torch-core 2.4s linear}[data-theme=fhtagn-around-and-find-out]:after{content:"";position:fixed;inset:0;z-index:40;pointer-events:none;background:radial-gradient(circle 32.5vmax at var(--rlyeh-cursor-x) var(--rlyeh-cursor-y),var(--rlyeh-glow-soft) 0%,transparent 64%),radial-gradient(circle calc(var(--rlyeh-torch-core) * 1vmax) at var(--rlyeh-cursor-x) var(--rlyeh-cursor-y),rgba(4,8,7,0) 0%,rgba(4,8,7,.26) 58%,rgba(4,8,7,var(--rlyeh-torch-depth)) 100%);transition:opacity 2.4s linear}[data-theme=fhtagn-around-and-find-out][data-rlyeh-idle=true]{--rlyeh-glow-soft: rgba(88, 183, 155, .26);--rlyeh-glow-mid: rgba(88, 183, 155, .5);--rlyeh-torch-core: 32.5;--rlyeh-torch-depth: .72}[data-theme=fhtagn-around-and-find-out]:before{content:"";position:fixed;inset:0;z-index:2000;pointer-events:none;opacity:0;background:radial-gradient(circle 70vmax at 50% 45%,#05100d,#030605)}[data-theme=fhtagn-around-and-find-out][data-rlyeh-blackout=true]:before{animation:var(--rlyeh-blackout-anim)}@keyframes rlyehBlackout{0%{opacity:0}4%{opacity:.94}9%{opacity:.38}13%{opacity:.92}46%{opacity:.9}53%{opacity:.1}58%{opacity:.85}74%{opacity:.8}86%{opacity:.22}93%{opacity:.44}to{opacity:0}}[data-theme=fhtagn-around-and-find-out] .section-header:before{transform:rotate(var(--rlyeh-drift, -.42deg))}[data-theme=fhtagn-around-and-find-out] .section-header:after,[data-theme=fhtagn-around-and-find-out] .section-title:after,[data-theme=fhtagn-around-and-find-out] .audio-view__title:after{transform:rotate(.07deg)}[data-theme=fhtagn-around-and-find-out] .calc-card h3:after,[data-theme=fhtagn-around-and-find-out] .panel-card h3:after{transform:rotate(-.11deg)}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(1):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(1):after{transform:rotate(-.24deg)}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(2):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(2):after{transform:rotate(.17deg)}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(3):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(3):after{transform:rotate(-.09deg)}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(4):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(4):after{transform:rotate(.28deg)}[data-theme=fhtagn-around-and-find-out] .stats-cards>*:nth-child(n+5):after,[data-theme=fhtagn-around-and-find-out] .resources-grid>*:nth-child(n+5):after{transform:rotate(-.15deg)}[data-theme=fhtagn-around-and-find-out] .mgs-rail{animation:var(--rlyeh-spine-anim)}@keyframes rlyehSpine{0%,to{background-position:right top,right bottom,right top,left top}50%{background-position:right top,right bottom,right -7px,left top}}@keyframes rlyehDigits{0%,to{opacity:1}50%{opacity:.74}}[data-theme=fhtagn-around-and-find-out] td.is-num,[data-theme=fhtagn-around-and-find-out] td.number-cell{animation:var(--rlyeh-digit-anim)}[data-theme=fhtagn-around-and-find-out] tbody tr:nth-child(2n) td.is-num,[data-theme=fhtagn-around-and-find-out] tbody tr:nth-child(2n) td.number-cell{animation-duration:9.7s}[data-theme=fhtagn-around-and-find-out] tbody tr:nth-child(3n) td.is-num,[data-theme=fhtagn-around-and-find-out] tbody tr:nth-child(3n) td.number-cell{animation-duration:11.9s}[data-theme=fhtagn-around-and-find-out] tbody tr:nth-child(5n) td.is-num,[data-theme=fhtagn-around-and-find-out] tbody tr:nth-child(5n) td.number-cell{animation-duration:13.1s}[data-theme=fhtagn-around-and-find-out] td.is-num:nth-child(2n),[data-theme=fhtagn-around-and-find-out] td.number-cell:nth-child(2n){animation-delay:-3.4s}[data-theme=fhtagn-around-and-find-out] td.is-num:nth-child(3n),[data-theme=fhtagn-around-and-find-out] td.number-cell:nth-child(3n){animation-delay:-6.1s}@media(prefers-reduced-motion:reduce){[data-theme=fhtagn-around-and-find-out] .mgs-rail:after,[data-theme=fhtagn-around-and-find-out] .section-header:after,[data-theme=fhtagn-around-and-find-out] .section-header:before,[data-theme=fhtagn-around-and-find-out] .section-title:after,[data-theme=fhtagn-around-and-find-out] .calc-card h3:after,[data-theme=fhtagn-around-and-find-out] .panel-card h3:after,[data-theme=fhtagn-around-and-find-out] .audio-view__title:after,[data-theme=fhtagn-around-and-find-out] .stat-card:after,[data-theme=fhtagn-around-and-find-out] .resource-card:after,[data-theme=fhtagn-around-and-find-out] .btn--primary,[data-theme=fhtagn-around-and-find-out] .btn-primary,[data-theme=fhtagn-around-and-find-out] .btn--primary:after,[data-theme=fhtagn-around-and-find-out] .btn-primary:after,[data-theme=fhtagn-around-and-find-out] .mgs-rail,[data-theme=fhtagn-around-and-find-out] td.is-num,[data-theme=fhtagn-around-and-find-out] td.number-cell{animation:none;filter:none;opacity:1}[data-theme=fhtagn-around-and-find-out]:after,[data-theme=fhtagn-around-and-find-out]:before{display:none}[data-theme=fhtagn-around-and-find-out]{transition:none}}[data-theme=drow-me-like-one-of-your-french-girls]{--drow-rail-edge: 10px}[data-theme=drow-me-like-one-of-your-french-girls] .mgs-rail{border-right:1px solid #07060A;box-sizing:border-box;padding-right:var(--drow-rail-edge);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='30'%20viewBox='0%200%2010%2030'%20fill='none'%3E%3Cpath%20d='M5%201%20L8%207%20L6.2%2028%20L5%2029.5%20L3.8%2028%20L2%207%20Z'%20fill='%23231C30'%20stroke='%236B3A78'/%3E%3Cpath%20d='M5%203.5%20L6.4%207.5%20L5%2022%20L3.6%207.5%20Z'%20fill='%23E24AA6'%20opacity='0.55'/%3E%3C/svg%3E"),linear-gradient(180deg,var(--drow-vein) 0%,rgba(226,74,166,.18) 38%,transparent 82%),linear-gradient(90deg,transparent 0 4px,#07060A 4px 5px,var(--drow-polish) 5px 6px,transparent 6px),var(--surface-sidebar-gradient);background-position:right top 14px,right 4.5px top 46px,right top,left top;background-repeat:no-repeat;background-size:var(--drow-rail-edge) 30px,1px calc(100% - 60px),var(--drow-rail-edge) 100%,100% 100%}[data-theme=drow-me-like-one-of-your-french-girls] .mgs-rail__header{border-bottom:1px solid #07060A;box-shadow:0 1px 0 var(--drow-polish)}[data-theme=drow-me-like-one-of-your-french-girls] .audio-sidebar__logo,[data-theme=drow-me-like-one-of-your-french-girls] .hub-sidebar__logo-img,[data-theme=drow-me-like-one-of-your-french-girls] .hub-header__logo,[data-theme=drow-me-like-one-of-your-french-girls] .mgs-rail__header img{filter:var(--logo-filter);opacity:.9}[data-theme=drow-me-like-one-of-your-french-girls] .sidebar-tab.active,[data-theme=drow-me-like-one-of-your-french-girls] .hub-sidebar__nav-item.is-active{color:var(--text-primary);background:linear-gradient(90deg,var(--fantasy-gold-12),transparent 78%);box-shadow:inset 2px 0 0 var(--fantasy-gold),inset 0 -14px 16px -16px var(--drow-glow-mid)}[data-theme=drow-me-like-one-of-your-french-girls] .sidebar-tab:hover:not(.active),[data-theme=drow-me-like-one-of-your-french-girls] .hub-sidebar__nav-item:hover:not(.is-active){background:var(--surface-hover)}[data-theme=drow-me-like-one-of-your-french-girls] .section-header,[data-theme=drow-me-like-one-of-your-french-girls] .section-title,[data-theme=drow-me-like-one-of-your-french-girls] .calc-card h3,[data-theme=drow-me-like-one-of-your-french-girls] .panel-card h3,[data-theme=drow-me-like-one-of-your-french-girls] .audio-view__title,[data-theme=drow-me-like-one-of-your-french-girls] .modal__title{font-family:var(--font-display);font-weight:600;letter-spacing:.04em;color:var(--text-display);border-bottom:none;padding-bottom:0}[data-theme=drow-me-like-one-of-your-french-girls] .section-header:before,[data-theme=drow-me-like-one-of-your-french-girls] .section-header:after,[data-theme=drow-me-like-one-of-your-french-girls] .section-title:after,[data-theme=drow-me-like-one-of-your-french-girls] .calc-card h3:after,[data-theme=drow-me-like-one-of-your-french-girls] .panel-card h3:after,[data-theme=drow-me-like-one-of-your-french-girls] .audio-view__title:after{content:none}[data-theme=drow-me-like-one-of-your-french-girls] .modifiers-column-title{border-bottom:none;font-family:var(--font-display);letter-spacing:.04em}@keyframes drowSurface{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}[data-theme=drow-me-like-one-of-your-french-girls] .stat-card,[data-theme=drow-me-like-one-of-your-french-girls] .resource-card,[data-theme=drow-me-like-one-of-your-french-girls] .calc-card,[data-theme=drow-me-like-one-of-your-french-girls] .panel-card{box-shadow:inset 0 1px 0 var(--drow-polish),var(--shadow-dark-md);transition:box-shadow .24s ease,border-color .24s ease}[data-theme=drow-me-like-one-of-your-french-girls] .stat-card:hover,[data-theme=drow-me-like-one-of-your-french-girls] .resource-card:hover,[data-theme=drow-me-like-one-of-your-french-girls] .calc-card:hover,[data-theme=drow-me-like-one-of-your-french-girls] .panel-card:hover{border-color:var(--ornament-rule);box-shadow:inset 0 1px #e9e3f21f,inset 0 -18px 22px -22px var(--drow-glow-mid),var(--shadow-dark-lg)}[data-theme=drow-me-like-one-of-your-french-girls] .btn{transition:box-shadow .18s ease,border-color .18s ease,color .18s ease,transform .1s ease}[data-theme=drow-me-like-one-of-your-french-girls] .btn--primary,[data-theme=drow-me-like-one-of-your-french-girls] .btn-primary{box-shadow:inset 0 1px #ffdcf538,0 8px 16px -10px var(--drow-glow-mid)}[data-theme=drow-me-like-one-of-your-french-girls] .btn--primary:hover:not(:disabled),[data-theme=drow-me-like-one-of-your-french-girls] .btn-primary:hover:not(:disabled){box-shadow:inset 0 1px #ffdcf54d,0 10px 22px -8px var(--shadow-glow-primary-md)}[data-theme=drow-me-like-one-of-your-french-girls] .btn--secondary:hover:not(:disabled),[data-theme=drow-me-like-one-of-your-french-girls] .btn-secondary:hover:not(:disabled){box-shadow:inset 0 1px 0 var(--drow-polish),0 8px 16px -12px var(--drow-glow-mid)}[data-theme=drow-me-like-one-of-your-french-girls] .btn:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 5px #0009}[data-theme=drow-me-like-one-of-your-french-girls] .btn:focus-visible{outline:1px solid var(--fantasy-gold);outline-offset:2px;box-shadow:0 0 0 4px var(--focus-ring-primary)}[data-theme=drow-me-like-one-of-your-french-girls] .btn:disabled,[data-theme=drow-me-like-one-of-your-french-girls] .btn--loading{box-shadow:none;filter:saturate(.25) brightness(.85)}[data-theme=drow-me-like-one-of-your-french-girls] .btn--ghost:hover:not(:disabled){box-shadow:inset 0 -1px 0 var(--accent-line)}[data-theme=drow-me-like-one-of-your-french-girls] [role=tab]{color:var(--text-muted);border-bottom:2px solid transparent;transition:color .16s ease,border-color .16s ease,box-shadow .16s ease}[data-theme=drow-me-like-one-of-your-french-girls] [role=tab]:hover{color:var(--text-primary)}[data-theme=drow-me-like-one-of-your-french-girls] [role=tab][aria-selected=true]{color:var(--text-primary);border-bottom-color:var(--fantasy-gold);box-shadow:0 8px 12px -10px var(--drow-glow-mid)}[data-theme=drow-me-like-one-of-your-french-girls] .game-menu-modal,[data-theme=drow-me-like-one-of-your-french-girls] .config-modal{position:relative;border:1px solid var(--border-color-strong);border-radius:var(--border-radius-md);box-shadow:inset 0 1px #e9e3f21a,inset 0 0 0 4px var(--surface-primary),inset 0 0 0 5px #6b3a7866,0 30px 60px -30px var(--drow-glow-mid),var(--shadow-modal);padding:6px}[data-theme=drow-me-like-one-of-your-french-girls] .game-menu-modal:before,[data-theme=drow-me-like-one-of-your-french-girls] .config-modal:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='44'%20height='44'%20viewBox='0%200%2044%2044'%20fill='none'%20stroke='%236B3A78'%20stroke-width='0.75'%3E%3Cpath%20d='M0%200L44%200M0%200L40%2023M0%200L23%2040M0%200L0%2044'/%3E%3Cpath%20d='M12%200Q9.5%202.6%2010.4%206Q7%207%206%2010.4Q2.6%209.5%200%2012'%20opacity='0.9'/%3E%3Cpath%20d='M24%200Q19%205.1%2020.8%2012Q14%2014%2012%2020.8Q5.1%2019%200%2024'%20opacity='0.65'/%3E%3Cpath%20d='M36%200Q28.6%207.7%2031.2%2018Q21%2021%2018%2031.2Q7.7%2028.6%200%2036'%20opacity='0.4'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='44'%20height='44'%20viewBox='0%200%2044%2044'%20fill='none'%20stroke='%236B3A78'%20stroke-width='0.75'%3E%3Cg%20transform='translate(44%200)%20scale(-1%201)'%3E%3Cpath%20d='M0%200L44%200M0%200L40%2023M0%200L23%2040M0%200L0%2044'/%3E%3Cpath%20d='M12%200Q9.5%202.6%2010.4%206Q7%207%206%2010.4Q2.6%209.5%200%2012'%20opacity='0.9'/%3E%3Cpath%20d='M24%200Q19%205.1%2020.8%2012Q14%2014%2012%2020.8Q5.1%2019%200%2024'%20opacity='0.65'/%3E%3Cpath%20d='M36%200Q28.6%207.7%2031.2%2018Q21%2021%2018%2031.2Q7.7%2028.6%200%2036'%20opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");background-position:6px 6px,calc(100% - 6px) 6px;background-repeat:no-repeat;background-size:44px 44px}[data-theme=drow-me-like-one-of-your-french-girls] .modal__header{border-bottom:1px solid #07060A;box-shadow:0 1px 0 var(--drow-polish)}[data-theme=drow-me-like-one-of-your-french-girls] .modal-overlay{background-image:radial-gradient(ellipse 60% 40% at 50% 100%,rgba(120,52,150,.12),transparent 70%),linear-gradient(var(--surface-overlay),var(--surface-overlay)),linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--texture-scrim);background-size:auto,auto,auto,var(--texture-scrim-size);-webkit-backdrop-filter:blur(2px) saturate(.7);backdrop-filter:blur(2px) saturate(.7)}[data-theme=drow-me-like-one-of-your-french-girls] .config-section__input,[data-theme=drow-me-like-one-of-your-french-girls] .salary-config__salary-input{background:var(--surface-inset);box-shadow:inset 0 1px 3px #0009}[data-theme=drow-me-like-one-of-your-french-girls] .config-section__input:focus,[data-theme=drow-me-like-one-of-your-french-girls] .salary-config__salary-input:focus{border-color:var(--fantasy-gold);box-shadow:inset 0 1px 3px #0009,0 0 0 3px var(--focus-ring-primary)}[data-theme=drow-me-like-one-of-your-french-girls] .data-table th,[data-theme=drow-me-like-one-of-your-french-girls] .catalogue-tracks__table th,[data-theme=drow-me-like-one-of-your-french-girls] .admin-queue thead th,[data-theme=drow-me-like-one-of-your-french-girls] .my-tracks thead th{color:var(--text-muted);background:var(--surface-sidebar);border-bottom:1px solid var(--border-color-strong);letter-spacing:.08em}[data-theme=drow-me-like-one-of-your-french-girls] .data-table tbody tr:hover,[data-theme=drow-me-like-one-of-your-french-girls] .track-row:hover,[data-theme=drow-me-like-one-of-your-french-girls] .my-tracks__row:hover,[data-theme=drow-me-like-one-of-your-french-girls] .admin-queue__row:hover{background:var(--surface-hover)}[data-theme=drow-me-like-one-of-your-french-girls] .data-table tbody tr.is-selected{background:var(--fantasy-gold-05);box-shadow:inset 2px 0 0 var(--fantasy-gold)}[data-theme=drow-me-like-one-of-your-french-girls] .data-table tbody tr.is-danger{box-shadow:inset 2px 0 0 var(--color-danger)}[data-theme=drow-me-like-one-of-your-french-girls] .rarity-very-rare,[data-theme=drow-me-like-one-of-your-french-girls] [data-rarity=very-rare]{text-shadow:0 0 1px #000}[data-theme=drow-me-like-one-of-your-french-girls] .data-table-container,[data-theme=drow-me-like-one-of-your-french-girls] .audio-table-wrap{position:relative;box-shadow:inset 0 1px 0 var(--drow-polish),var(--shadow-dark-md)}[data-theme=drow-me-like-one-of-your-french-girls] .data-table-container:before,[data-theme=drow-me-like-one-of-your-french-girls] .audio-table-wrap:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:var(--texture-card) center / var(--texture-card-size) repeat;opacity:var(--texture-table-opacity);mix-blend-mode:var(--texture-card-blend)}[data-theme=drow-me-like-one-of-your-french-girls] a{color:var(--fantasy-gold)}[data-theme=drow-me-like-one-of-your-french-girls] a:hover{color:var(--drow-accent-bright)}[data-theme=drow-me-like-one-of-your-french-girls] .progress-bar{background-color:var(--surface-inset);box-shadow:inset 0 1px 2px #000000b3}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill{background-image:linear-gradient(90deg,var(--drow-crystal-deep) 0%,var(--drow-crystal-mid) 85%,var(--drow-accent-bright) 100%)}@property --drow-heart{syntax: "<number>"; inherits: false; initial-value: .15;}@property --drow-drop-y{syntax: "<length-percentage>"; inherits: false; initial-value: 40px;}@property --drow-drop-a{syntax: "<number>"; inherits: false; initial-value: 0;}@property --drow-mote-y{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --drow-rail-mote-y{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --drow-sheen-x{syntax: "<percentage>"; inherits: false; initial-value: -70%;}[data-theme=drow-me-like-one-of-your-french-girls] .mgs-rail:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(closest-side,color-mix(in srgb,var(--drow-bead) calc(var(--drow-drop-a) * 100%),transparent),transparent) right 2.5px top var(--drow-drop-y) / 5px 20px no-repeat,radial-gradient(farthest-side at 50% 0%,color-mix(in srgb,var(--fantasy-gold) calc(var(--drow-heart) * 80%),transparent),transparent) right 1.5px top 46px / 7px calc(100% - 60px) no-repeat,url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='240'%20height='600'%20viewBox='0%200%20240%20600'%3E%3Ccircle%20cx='79.8'%20cy='319.0'%20r='3.33'%20fill='%23E24AA6'%20opacity='0.091'/%3E%3Ccircle%20cx='79.8'%20cy='319.0'%20r='1.04'%20fill='%23E24AA6'%20opacity='0.76'/%3E%3Ccircle%20cx='109.9'%20cy='517.8'%20r='3.39'%20fill='%23E24AA6'%20opacity='0.070'/%3E%3Ccircle%20cx='109.9'%20cy='517.8'%20r='1.06'%20fill='%23E24AA6'%20opacity='0.58'/%3E%3Ccircle%20cx='121.2'%20cy='413.4'%20r='4.16'%20fill='%23E24AA6'%20opacity='0.080'/%3E%3Ccircle%20cx='121.2'%20cy='413.4'%20r='1.30'%20fill='%23E24AA6'%20opacity='0.67'/%3E%3Ccircle%20cx='60.3'%20cy='352.1'%20r='2.66'%20fill='%23E24AA6'%20opacity='0.064'/%3E%3Ccircle%20cx='60.3'%20cy='352.1'%20r='0.83'%20fill='%23E24AA6'%20opacity='0.53'/%3E%3Ccircle%20cx='190.7'%20cy='526.5'%20r='2.05'%20fill='%23CDB8EE'%20opacity='0.046'/%3E%3Ccircle%20cx='190.7'%20cy='526.5'%20r='0.64'%20fill='%23CDB8EE'%20opacity='0.38'/%3E%3Ccircle%20cx='97.6'%20cy='92.1'%20r='1.95'%20fill='%23CDB8EE'%20opacity='0.054'/%3E%3Ccircle%20cx='97.6'%20cy='92.1'%20r='0.61'%20fill='%23CDB8EE'%20opacity='0.45'/%3E%3C/svg%3E") 0 var(--drow-rail-mote-y) / 240px 600px repeat,var(--rail-vignette);mix-blend-mode:normal;opacity:1;animation:var(--drow-heart-anim),var(--drow-drop-anim),var(--drow-rail-mote-anim)}@keyframes drowHeart{0%{--drow-heart: .15;animation-timing-function:steps(5,jump-end)}6%{--drow-heart: 1;animation-timing-function:steps(5,jump-end)}12%{--drow-heart: .4;animation-timing-function:steps(5,jump-end)}18%{--drow-heart: .8;animation-timing-function:steps(12,jump-end)}34%{--drow-heart: .15;animation-timing-function:steps(1,jump-end)}to{--drow-heart: .15}}@keyframes drowDrop{0%{--drow-drop-y: 40px;--drow-drop-a: 0;animation-timing-function:steps(3,jump-end)}3%{--drow-drop-y: 44px;--drow-drop-a: 1;animation-timing-function:steps(52,jump-end)}36%{--drow-drop-y: 76%;--drow-drop-a: .8;animation-timing-function:steps(10,jump-end)}42%{--drow-drop-y: 82%;--drow-drop-a: 0;animation-timing-function:steps(1,jump-end)}to{--drow-drop-y: 82%;--drow-drop-a: 0}}@keyframes drowRailMotes{0%{--drow-rail-mote-y: 0px;animation-timing-function:steps(600,jump-end)}to{--drow-rail-mote-y: -600px}}[data-theme=drow-me-like-one-of-your-french-girls] .mgs-rail.is-collapsed:after{background:var(--rail-vignette);animation:none}@keyframes drowKindle{0%{box-shadow:inset 2px 0 0 transparent,inset 0 -14px 16px -16px transparent}45%{box-shadow:inset 2px 0 0 var(--fantasy-gold),inset 0 -18px 20px -16px var(--drow-glow-mid)}to{box-shadow:inset 2px 0 0 var(--fantasy-gold),inset 0 -14px 16px -16px var(--drow-glow-mid)}}[data-theme=drow-me-like-one-of-your-french-girls] .sidebar-tab.active,[data-theme=drow-me-like-one-of-your-french-girls] .hub-sidebar__nav-item.is-active{animation:var(--drow-kindle-anim)}[data-theme=drow-me-like-one-of-your-french-girls]:before{content:"";position:fixed;left:0;right:0;bottom:0;height:58vh;z-index:-1;pointer-events:none;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='480'%20viewBox='0%200%20300%20480'%3E%3Ccircle%20cx='0.0'%20cy='442.0'%20r='2.50'%20fill='%23E24AA6'%20opacity='0.082'/%3E%3Ccircle%20cx='0.0'%20cy='442.0'%20r='0.78'%20fill='%23E24AA6'%20opacity='0.68'/%3E%3Ccircle%20cx='159.8'%20cy='158.1'%20r='3.68'%20fill='%23CDB8EE'%20opacity='0.071'/%3E%3Ccircle%20cx='159.8'%20cy='158.1'%20r='1.15'%20fill='%23CDB8EE'%20opacity='0.59'/%3E%3Ccircle%20cx='205.4'%20cy='305.2'%20r='3.84'%20fill='%23E24AA6'%20opacity='0.062'/%3E%3Ccircle%20cx='205.4'%20cy='305.2'%20r='1.20'%20fill='%23E24AA6'%20opacity='0.52'/%3E%3Ccircle%20cx='212.4'%20cy='335.1'%20r='1.89'%20fill='%23E24AA6'%20opacity='0.067'/%3E%3Ccircle%20cx='212.4'%20cy='335.1'%20r='0.59'%20fill='%23E24AA6'%20opacity='0.56'/%3E%3Ccircle%20cx='276.7'%20cy='387.6'%20r='2.08'%20fill='%23E24AA6'%20opacity='0.092'/%3E%3Ccircle%20cx='276.7'%20cy='387.6'%20r='0.65'%20fill='%23E24AA6'%20opacity='0.77'/%3E%3Ccircle%20cx='206.6'%20cy='309.0'%20r='3.23'%20fill='%23CDB8EE'%20opacity='0.091'/%3E%3Ccircle%20cx='206.6'%20cy='309.0'%20r='1.01'%20fill='%23CDB8EE'%20opacity='0.76'/%3E%3Ccircle%20cx='111.7'%20cy='161.0'%20r='3.90'%20fill='%23E24AA6'%20opacity='0.050'/%3E%3Ccircle%20cx='111.7'%20cy='161.0'%20r='1.22'%20fill='%23E24AA6'%20opacity='0.42'/%3E%3C/svg%3E") 0 var(--drow-mote-y) / 300px 480px repeat,url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='460'%20height='480'%20viewBox='0%200%20460%20480'%3E%3Ccircle%20cx='136.9'%20cy='205.7'%20r='2.53'%20fill='%23CDB8EE'%20opacity='0.072'/%3E%3Ccircle%20cx='136.9'%20cy='205.7'%20r='0.79'%20fill='%23CDB8EE'%20opacity='0.60'/%3E%3Ccircle%20cx='335.5'%20cy='421.4'%20r='1.92'%20fill='%23E24AA6'%20opacity='0.072'/%3E%3Ccircle%20cx='335.5'%20cy='421.4'%20r='0.60'%20fill='%23E24AA6'%20opacity='0.60'/%3E%3Ccircle%20cx='234.0'%20cy='202.3'%20r='2.24'%20fill='%23CDB8EE'%20opacity='0.044'/%3E%3Ccircle%20cx='234.0'%20cy='202.3'%20r='0.70'%20fill='%23CDB8EE'%20opacity='0.37'/%3E%3Ccircle%20cx='168.1'%20cy='165.2'%20r='3.46'%20fill='%23CDB8EE'%20opacity='0.070'/%3E%3Ccircle%20cx='168.1'%20cy='165.2'%20r='1.08'%20fill='%23CDB8EE'%20opacity='0.58'/%3E%3Ccircle%20cx='76.2'%20cy='194.7'%20r='2.50'%20fill='%23E24AA6'%20opacity='0.065'/%3E%3Ccircle%20cx='76.2'%20cy='194.7'%20r='0.78'%20fill='%23E24AA6'%20opacity='0.54'/%3E%3C/svg%3E") 130px calc(var(--drow-mote-y) / 2) / 460px 480px repeat;-webkit-mask-image:linear-gradient(to top,var(--page-bg) 0%,var(--page-bg) 18%,transparent 100%);mask-image:linear-gradient(to top,var(--page-bg) 0%,var(--page-bg) 18%,transparent 100%);animation:var(--drow-mote-anim)}@keyframes drowMotes{0%{--drow-mote-y: 0px;animation-timing-function:steps(960,jump-end)}to{--drow-mote-y: -960px}}[data-theme=drow-me-like-one-of-your-french-girls]:after{content:"";position:fixed;left:0;right:0;bottom:0;height:40vh;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 45% 70% at 22% 100%,var(--drow-floor-glow),transparent 70%),radial-gradient(ellipse 35% 55% at 76% 100%,var(--drow-floor-glow-accent),transparent 70%);opacity:.55;animation:var(--drow-floor-anim)}@keyframes drowFloor{0%,to{opacity:.4}50%{opacity:1}}[data-theme=drow-me-like-one-of-your-french-girls] .stat-card:after,[data-theme=drow-me-like-one-of-your-french-girls] .resource-card:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;background:linear-gradient(105deg,transparent 0%,var(--drow-sheen) 45%,var(--drow-sheen) 55%,transparent 100%) var(--drow-sheen-x) 0 / 40% 100% no-repeat,radial-gradient(ellipse 70% 100% at 50% 100%,var(--drow-glow-soft),transparent 72%) 50% 100% / 100% 34px no-repeat;animation:var(--drow-card-breath-anim),var(--drow-card-sheen-anim)}@keyframes drowBreath{0%,to{opacity:.45}50%{opacity:1}}@keyframes drowCardSheen{0%{--drow-sheen-x: -70%;animation-timing-function:steps(24,jump-end)}10%{--drow-sheen-x: 170%;animation-timing-function:steps(1,jump-end)}to{--drow-sheen-x: 170%}}[data-theme=drow-me-like-one-of-your-french-girls] .stats-cards>*:nth-child(4n+1):after,[data-theme=drow-me-like-one-of-your-french-girls] .resources-grid>*:nth-child(4n+1):after{animation-delay:-1.3s,2.2s;animation-duration:8.3s,17.3s}[data-theme=drow-me-like-one-of-your-french-girls] .stats-cards>*:nth-child(4n+2):after,[data-theme=drow-me-like-one-of-your-french-girls] .resources-grid>*:nth-child(4n+2):after{animation-delay:-3.1s,6.4s;animation-duration:9.1s,19.1s}[data-theme=drow-me-like-one-of-your-french-girls] .stats-cards>*:nth-child(4n+3):after,[data-theme=drow-me-like-one-of-your-french-girls] .resources-grid>*:nth-child(4n+3):after{animation-delay:-4.7s,10.9s;animation-duration:7.7s,23.7s}[data-theme=drow-me-like-one-of-your-french-girls] .stats-cards>*:nth-child(4n+4):after,[data-theme=drow-me-like-one-of-your-french-girls] .resources-grid>*:nth-child(4n+4):after{animation-delay:-6.2s,4.1s;animation-duration:8.9s,29.3s}[data-theme=drow-me-like-one-of-your-french-girls] .btn--primary:after,[data-theme=drow-me-like-one-of-your-french-girls] .btn-primary:after{width:22%;background:linear-gradient(115deg,transparent,var(--drow-sheen-strong) 50%,transparent)}@keyframes drowGlint{0%{transform:translate(-140%) skew(-18deg)}7%,to{transform:translate(560%) skew(-18deg)}}[data-theme=drow-me-like-one-of-your-french-girls] .btn--primary:disabled:after,[data-theme=drow-me-like-one-of-your-french-girls] .btn-primary:disabled:after,[data-theme=drow-me-like-one-of-your-french-girls] .btn--primary.btn--loading:after{animation:none}[data-theme=drow-me-like-one-of-your-french-girls] .game-menu-modal:before,[data-theme=drow-me-like-one-of-your-french-girls] .config-modal:before{animation:var(--drow-web-anim)}@keyframes drowWebShiver{0%{background-size:44px 44px,44px 44px}16%{background-size:47px 45.5px,46px 44.5px}32%{background-size:42.5px 43.5px,43px 45px}50%{background-size:45.4px 44.6px,44.8px 43.6px}70%{background-size:43.6px 44.2px,44px 44.4px}to{background-size:44px 44px,44px 44px}}[data-theme=drow-me-like-one-of-your-french-girls] .game-menu-modal:after,[data-theme=drow-me-like-one-of-your-french-girls] .config-modal:after{content:"";position:absolute;top:0;right:11px;width:12px;height:50px;z-index:4;pointer-events:none;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='14'%20viewBox='0%200%2012%2014'%20fill='none'%3E%20%3Cg%20stroke='%236B3A78'%20stroke-width='0.55'%20stroke-linejoin='miter'%3E%20%3Cpath%20d='M5.2%206.6%20L2.2%204.2%20L0.6%205.6%20M5%207.4%20L1.6%207%20L0.3%208.8%20M5.1%208.2%20L1.9%2010%20L1.1%2012.6%20M5.4%208.9%20L3.4%2011.6%20L3.3%2013.6'/%3E%20%3Cpath%20d='M6.8%206.6%20L9.8%204.2%20L11.4%205.6%20M7%207.4%20L10.4%207%20L11.7%208.8%20M6.9%208.2%20L10.1%2010%20L10.9%2012.6%20M6.6%208.9%20L8.6%2011.6%20L8.7%2013.6'/%3E%20%3C/g%3E%20%3Cpath%20d='M6%200.6%20L7.7%203.6%20L6%206.9%20L4.3%203.6%20Z'%20fill='%2315111D'%20stroke='%236B3A78'%20stroke-width='0.5'/%3E%20%3Cpath%20d='M6%202.4%20L6.7%203.6%20L6%204.9%20L5.3%203.6%20Z'%20fill='%23E24AA6'/%3E%20%3Ccircle%20cx='6'%20cy='8.1'%20r='1.25'%20fill='%2315111D'%20stroke='%236B3A78'%20stroke-width='0.5'/%3E%20%3C/svg%3E") 50% 100% / 12px 14px no-repeat,linear-gradient(var(--drow-thread),var(--drow-thread)) 50% 0 / 1px 37px no-repeat;transform-origin:50% 0;transform:translateY(-100%);animation:var(--drow-spider-anim)}@keyframes drowSpider{0%{transform:translateY(-100%) rotate(0);animation-timing-function:cubic-bezier(.2,.6,.35,1)}22%{transform:translateY(0) rotate(0);animation-timing-function:ease-in-out}30%{transform:translateY(0) rotate(3deg);animation-timing-function:ease-in-out}40%{transform:translateY(0) rotate(-2.2deg);animation-timing-function:ease-in-out}50%{transform:translateY(0) rotate(1.2deg);animation-timing-function:ease-in-out}60%{transform:translateY(0) rotate(0);animation-timing-function:cubic-bezier(.5,0,.5,1)}68%{transform:translateY(-9%) rotate(0);animation-timing-function:cubic-bezier(.5,0,.5,1)}73%{transform:translateY(0) rotate(0);animation-timing-function:cubic-bezier(.55,0,.75,.3)}to{transform:translateY(-100%) rotate(0)}}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill{position:relative;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20preserveAspectRatio='none'%3E%20%3Cpath%20d='M0%200%20L6%203%20L0%206%20Z'%20fill='%23FBE3F2'%20opacity='0.16'/%3E%3Cpath%20d='M6%203%20L10%200%20L10%206%20Z'%20fill='%2309080D'%20opacity='0.22'/%3E%3Cpath%20d='M6%203%20L10%200'%20stroke='%23FBE3F2'%20stroke-width='0.4'%20opacity='0.35'/%3E%20%3C/svg%3E"),linear-gradient(90deg,var(--drow-crystal-deep) 0%,var(--drow-crystal-mid) 85%,var(--drow-accent-bright) 100%);background-size:10px 100%,100% 100%;background-repeat:repeat-x,no-repeat;transition:var(--drow-crystal-transition);animation:var(--drow-crystal-anim)}@keyframes drowCrystal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill:after{content:"";position:absolute;top:0;bottom:0;right:0;width:10px;pointer-events:none;background:linear-gradient(90deg,transparent,var(--drow-tip));transform-origin:100% 50%;opacity:.25;animation:var(--drow-tip-anim)}@keyframes drowTip{0%,to{opacity:.25;transform:scaleX(.6)}6%{opacity:1;transform:scaleX(1.5)}12%{opacity:.45;transform:scaleX(.8)}16%{opacity:.9;transform:scaleX(1.15)}30%{opacity:.25;transform:scaleX(.6)}}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill.is-complete{background-image:none}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill.is-stalled{background-image:none;transition:width .3s ease}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill.is-complete:after,[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill.is-stalled:after{animation:none;opacity:0}@media(prefers-reduced-motion:reduce){[data-theme=drow-me-like-one-of-your-french-girls] .stat-card,[data-theme=drow-me-like-one-of-your-french-girls] .resource-card,[data-theme=drow-me-like-one-of-your-french-girls] .stat-card:after,[data-theme=drow-me-like-one-of-your-french-girls] .resource-card:after,[data-theme=drow-me-like-one-of-your-french-girls] .mgs-rail:after,[data-theme=drow-me-like-one-of-your-french-girls]:before,[data-theme=drow-me-like-one-of-your-french-girls]:after,[data-theme=drow-me-like-one-of-your-french-girls] .sidebar-tab.active,[data-theme=drow-me-like-one-of-your-french-girls] .hub-sidebar__nav-item.is-active,[data-theme=drow-me-like-one-of-your-french-girls] .btn--primary:after,[data-theme=drow-me-like-one-of-your-french-girls] .btn-primary:after,[data-theme=drow-me-like-one-of-your-french-girls] .game-menu-modal:before,[data-theme=drow-me-like-one-of-your-french-girls] .config-modal:before,[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill,[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill:after{animation:none}[data-theme=drow-me-like-one-of-your-french-girls] .stat-card:after,[data-theme=drow-me-like-one-of-your-french-girls] .resource-card:after{opacity:.7}[data-theme=drow-me-like-one-of-your-french-girls]:after{opacity:.7}[data-theme=drow-me-like-one-of-your-french-girls] .game-menu-modal:after,[data-theme=drow-me-like-one-of-your-french-girls] .config-modal:after{display:none}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill{transition:width .3s ease}[data-theme=drow-me-like-one-of-your-french-girls] .progress-fill:after{opacity:0}}[data-theme=probing-uranus]{--astral-rail-edge: 24px;--astral-constellation-w: 48px;--astral-constellation-h: 32px}@keyframes astralTwinkle{0%,to{opacity:.35}50%{opacity:1}}@keyframes astralSpin{0%{rotate:0deg}to{rotate:360deg}}@keyframes astralSpinRev{0%{rotate:0deg}to{rotate:-360deg}}@keyframes astralMeteor{0%,86%{opacity:0;transform:rotate(var(--astral-meteor-angle)) translate(0)}87%{opacity:1}93%{opacity:0;transform:rotate(var(--astral-meteor-angle)) translate(55vw)}to{opacity:0;transform:rotate(var(--astral-meteor-angle)) translate(55vw)}}[data-theme=probing-uranus]:after,[data-theme=probing-uranus] body:after{content:"";position:fixed;z-index:-1;width:190px;height:1px;pointer-events:none;transform-origin:0 50%;background:linear-gradient(90deg,transparent,var(--astral-halo-mid) 60%,var(--astral-comet-head));filter:drop-shadow(0 0 3px var(--astral-halo-mid));opacity:0}[data-theme=probing-uranus] body:after{--astral-meteor-angle: 16deg;top:9vh;left:18vw;animation:astralMeteor 17s linear 3s infinite}[data-theme=probing-uranus]:after{--astral-meteor-angle: 24deg;top:4vh;left:52vw;animation:astralMeteor 29s linear 11s infinite}[data-theme=probing-uranus] .mgs-rail,[data-theme=probing-uranus] .modal-overlay{isolation:isolate;clip-path:inset(0)}[data-theme=probing-uranus] .mgs-rail:before,[data-theme=probing-uranus] .mgs-rail:after,[data-theme=probing-uranus] .modal-overlay:before,[data-theme=probing-uranus] .modal-overlay:after{content:"";position:absolute;inset:50% auto auto 50%;height:150%;width:auto;aspect-ratio:1;translate:-50% -50%;z-index:-1;pointer-events:none;opacity:1;will-change:rotate}[data-theme=probing-uranus] .mgs-rail:before,[data-theme=probing-uranus] .modal-overlay:before{background:var(--astral-spin-far) repeat 0 0 / var(--astral-spin-far-size);animation:astralSpin calc(var(--astral-spin-far-period) / var(--astral-spin-rate)) linear infinite}[data-theme=probing-uranus] .mgs-rail:after,[data-theme=probing-uranus] .modal-overlay:after{background:var(--astral-spin-near) repeat 0 0 / var(--astral-spin-near-size);animation:astralSpinRev calc(var(--astral-spin-near-period) / var(--astral-spin-rate)) linear infinite}[data-theme=probing-uranus] .mgs-rail:before,[data-theme=probing-uranus] .mgs-rail:after{top:18%;opacity:var(--astral-rail-stars-opacity)}[data-theme=probing-uranus] .mgs-rail{border-right:1px solid var(--astral-ink);box-sizing:border-box;padding-right:var(--astral-rail-edge);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='32'%20viewBox='0%200%2048%2032'%3E%3Ccircle%20cx='15'%20cy='18'%20r='2.2'%20fill='%23F2F6FE'%20opacity='0.15'%3E%3Canimate%20attributeName='opacity'%20calcMode='discrete'%20values='0.15;0.29;0.42;0.54;0.63;0.68;0.70;0.68;0.63;0.54;0.42;0.29'%20dur='9s'%20begin='0s'%20repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle%20cx='36'%20cy='9'%20r='2.2'%20fill='%23F2F6FE'%20opacity='0.15'%3E%3Canimate%20attributeName='opacity'%20calcMode='discrete'%20values='0.15;0.29;0.42;0.54;0.63;0.68;0.70;0.68;0.63;0.54;0.42;0.29'%20dur='11s'%20begin='-4s'%20repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle%20cx='45'%20cy='4'%20r='2.2'%20fill='%23F2F6FE'%20opacity='0.15'%3E%3Canimate%20attributeName='opacity'%20calcMode='discrete'%20values='0.15;0.29;0.42;0.54;0.63;0.68;0.70;0.68;0.63;0.54;0.42;0.29'%20dur='13s'%20begin='-8s'%20repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='32'%20viewBox='0%200%2048%2032'%3E%3Cpath%20d='M4%2026L15%2018L27%2021L36%209L45%204'%20fill='none'%20stroke='%238FA3CF'%20stroke-width='0.5'%20opacity='0.55'%3E%3C/path%3E%3Cg%20fill='%23E6ECF8'%3E%3Ccircle%20cx='4'%20cy='26'%20r='1.1'%3E%3C/circle%3E%3Ccircle%20cx='15'%20cy='18'%20r='1.4'%3E%3C/circle%3E%3Ccircle%20cx='27'%20cy='21'%20r='1.1'%3E%3C/circle%3E%3Ccircle%20cx='36'%20cy='9'%20r='1.6'%3E%3C/circle%3E%3Ccircle%20cx='45'%20cy='4'%20r='1.2'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%3E%3Ccircle%20cx='5.5'%20cy='5.5'%20r='5'%20fill='%23BFD0F5'%20opacity='0.18'%3E%3C/circle%3E%3Cpath%20d='M5.5%201.5L7%204L9.5%205.5L7%207L5.5%209.5L4%207L1.5%205.5L4%204Z'%20fill='%23F2F6FE'%3E%3C/path%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='1200'%20viewBox='0%200%2024%201200'%3E%3Cg%20fill='%238FA3CF'%3E%3Crect%20x='4'%20y='0'%20width='1'%20height='1200'%20opacity='0.5'%3E%3C/rect%3E%3Crect%20x='9'%20y='0'%20width='1'%20height='1200'%20opacity='0.5'%3E%3C/rect%3E%3Crect%20x='2'%20y='0'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='10'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='20'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='30'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='40'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='50'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='60'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='70'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='80'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='90'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='100'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='110'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='120'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='130'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='140'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='150'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='160'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='170'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='180'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='190'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='200'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='210'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='220'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='230'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='240'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='250'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='260'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='270'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='280'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='290'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='300'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='310'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='320'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='330'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='340'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='350'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='360'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='370'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='380'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='390'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='400'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='410'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='420'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='430'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='440'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='450'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='460'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='470'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='480'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='490'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='500'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='510'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='520'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='530'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='540'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='550'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='560'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='570'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='580'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='590'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='600'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='610'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='620'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='630'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='640'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='650'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='660'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='670'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='680'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='690'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='700'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='710'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='720'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='730'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='740'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='750'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='760'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='770'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='780'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='790'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='800'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='810'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='820'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='830'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='840'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='850'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='860'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='870'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='880'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='890'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='900'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='910'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='920'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='930'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='940'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='950'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='960'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='970'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='980'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='990'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='1000'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1010'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1020'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1030'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1040'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1050'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1060'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1070'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='1080'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='1090'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1100'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1110'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1120'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1130'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1140'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1150'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1160'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='1170'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3C/g%3E%3Cg%20fill='%238FA3CF'%20opacity='0.7'%20font-family='ui-monospace,%20Menlo,%20monospace'%20font-size='6'%3E%3Ctext%20x='12.5'%20y='8'%3E+90%3C/text%3E%3Ctext%20x='12.5'%20y='98'%3E+75%3C/text%3E%3Ctext%20x='12.5'%20y='188'%3E+60%3C/text%3E%3Ctext%20x='12.5'%20y='278'%3E+45%3C/text%3E%3Ctext%20x='12.5'%20y='368'%3E+30%3C/text%3E%3Ctext%20x='12.5'%20y='458'%3E+15%3C/text%3E%3Ctext%20x='12.5'%20y='548'%3E0%3C/text%3E%3Ctext%20x='12.5'%20y='638'%3E−15%3C/text%3E%3Ctext%20x='12.5'%20y='728'%3E−30%3C/text%3E%3Ctext%20x='12.5'%20y='818'%3E−45%3C/text%3E%3Ctext%20x='12.5'%20y='908'%3E−60%3C/text%3E%3Ctext%20x='12.5'%20y='998'%3E−75%3C/text%3E%3Ctext%20x='12.5'%20y='1088'%3E−90%3C/text%3E%3C/g%3E%3C/svg%3E"),linear-gradient(var(--astral-rail-dim),var(--astral-rail-dim)),var(--astral-rail-nebula),var(--surface-sidebar-gradient);background-position:right calc(var(--astral-rail-edge) + 10px) top 16px,right calc(var(--astral-rail-edge) + 10px) top 16px,right 12px top 58px,right top 64px,0 0,0 0,left top;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat,no-repeat;background-size:var(--astral-constellation-w) var(--astral-constellation-h),var(--astral-constellation-w) var(--astral-constellation-h),11px 11px,var(--astral-rail-edge) 1200px,100% 100%,var(--astral-rail-nebula-size),100% 100%;background-blend-mode:normal,normal,normal,normal,normal,screen,normal;animation:astralTransit 60s steps(240) infinite}@keyframes astralTransit{0%{background-position:right calc(var(--astral-rail-edge) + 10px) top 16px,right calc(var(--astral-rail-edge) + 10px) top 16px,right 12px top 58px,right top 64px,0 0,0 0,left top}to{background-position:right calc(var(--astral-rail-edge) + 10px) top 16px,right calc(var(--astral-rail-edge) + 10px) top 16px,right 12px bottom 6px,right top 64px,0 0,0 0,left top}}[data-theme=probing-uranus] .mgs-rail__header,[data-theme=probing-uranus] .hub-sidebar__header{border-bottom:none;box-shadow:none}[data-theme=probing-uranus] .audio-sidebar__logo,[data-theme=probing-uranus] .hub-sidebar__logo-img,[data-theme=probing-uranus] .hub-header__logo,[data-theme=probing-uranus] .mgs-rail__header img{filter:var(--logo-filter);opacity:.92}@keyframes astralTrace{0%{clip-path:inset(0 100% 0 0);opacity:.4}to{clip-path:inset(0 0 0 0);opacity:1}}[data-theme=probing-uranus] .sidebar-tab,[data-theme=probing-uranus] .hub-sidebar__nav-item{position:relative}[data-theme=probing-uranus] .sidebar-tab.active,[data-theme=probing-uranus] .hub-sidebar__nav-item.is-active{color:var(--text-primary);border-left-color:transparent;background:linear-gradient(90deg,var(--fantasy-gold-12),transparent 78%);box-shadow:inset 2px 0 0 var(--fantasy-gold)}[data-theme=probing-uranus] .sidebar-tab.active:after,[data-theme=probing-uranus] .hub-sidebar__nav-item.is-active:after{content:"";position:absolute;right:12px;top:50%;width:40px;height:16px;margin-top:-8px;pointer-events:none;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%3E%3Cpath%20d='M3%2011L13%205L22%209L31%203L37%2012'%20fill='none'%20stroke='%23BFD0F5'%20stroke-width='0.6'%20opacity='0.7'%3E%3C/path%3E%3Cg%20fill='%23E6ECF8'%3E%3Ccircle%20cx='3'%20cy='11'%20r='1'%3E%3C/circle%3E%3Ccircle%20cx='13'%20cy='5'%20r='1.4'%3E%3C/circle%3E%3Ccircle%20cx='22'%20cy='9'%20r='1'%3E%3C/circle%3E%3Ccircle%20cx='31'%20cy='3'%20r='1.7'%3E%3C/circle%3E%3Ccircle%20cx='37'%20cy='12'%20r='1.1'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") no-repeat center / 100% 100%;filter:drop-shadow(0 0 2px var(--astral-halo-mid));animation:astralTrace .9s cubic-bezier(.3,.6,.2,1) both}[data-theme=probing-uranus] .hub-sidebar__nav-item.is-active .hub-sidebar__nav-text{color:var(--text-primary)}[data-theme=probing-uranus] .sidebar-tab:hover:not(.active),[data-theme=probing-uranus] .hub-sidebar__nav-item:hover:not(.is-active){background:var(--surface-hover)}[data-theme=probing-uranus] .section-header,[data-theme=probing-uranus] .section-title,[data-theme=probing-uranus] .calc-card h3,[data-theme=probing-uranus] .panel-card h3,[data-theme=probing-uranus] .audio-view__title,[data-theme=probing-uranus] .modal__title{font-family:var(--font-display);font-weight:400;text-transform:uppercase;letter-spacing:.09em;color:var(--text-display);border-bottom:none;padding-bottom:0}[data-theme=probing-uranus] .section-header:before,[data-theme=probing-uranus] .section-header:after,[data-theme=probing-uranus] .section-title:after,[data-theme=probing-uranus] .calc-card h3:after,[data-theme=probing-uranus] .panel-card h3:after,[data-theme=probing-uranus] .audio-view__title:after{content:none}[data-theme=probing-uranus] .modifiers-column-title{border-bottom:none;font-family:var(--font-display);font-weight:400;letter-spacing:.08em}[data-theme=probing-uranus] .app-details__title{font-family:var(--font-display);font-size:2.25rem;font-weight:400;line-height:1.1;letter-spacing:.1em;text-transform:uppercase;color:var(--text-display);text-shadow:none}[data-theme=probing-uranus] .hub-sidebar__nav-text{font-size:15px;font-weight:400;letter-spacing:.07em;text-transform:uppercase}[data-theme=probing-uranus] .hub-sidebar__title{font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--text-display)}[data-theme=probing-uranus] .modal__title{font-size:19px;line-height:1.2}@keyframes astralRise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes astralCardDrift{0%{background-position:0 0}to{background-position:160px -160px}}[data-theme=probing-uranus] .stat-card,[data-theme=probing-uranus] .resource-card,[data-theme=probing-uranus] .calc-card,[data-theme=probing-uranus] .panel-card{position:relative;box-shadow:inset 0 1px 0 var(--astral-bevel),var(--shadow-dark-md);transition:box-shadow .24s ease,border-color .24s ease}[data-theme=probing-uranus] .stat-card:after,[data-theme=probing-uranus] .resource-card:after,[data-theme=probing-uranus] .calc-card:after,[data-theme=probing-uranus] .panel-card:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%3E%3Cg%20fill='%23E6ECF8'%3E%3Ccircle%20cx='62.2'%20cy='102.1'%20r='0.75'%20opacity='0.72'/%3E%3Ccircle%20cx='97.4'%20cy='155.2'%20r='0.49'%20opacity='0.64'/%3E%3Ccircle%20cx='136.3'%20cy='71.4'%20r='0.92'%20opacity='0.68'/%3E%3Ccircle%20cx='4.2'%20cy='47.2'%20r='0.94'%20opacity='0.48'/%3E%3Ccircle%20cx='10.5'%20cy='82.6'%20r='0.96'%20opacity='0.44'/%3E%3Ccircle%20cx='20.3'%20cy='29.4'%20r='0.74'%20opacity='0.43'/%3E%3Ccircle%20cx='100.6'%20cy='23.8'%20r='0.83'%20opacity='0.72'/%3E%3Ccircle%20cx='130.0'%20cy='95.1'%20r='0.83'%20opacity='0.51'/%3E%3Ccircle%20cx='25.0'%20cy='44.1'%20r='0.93'%20opacity='0.64'/%3E%3C/g%3E%3C/svg%3E") repeat 0 0 / 160px 160px;opacity:0;transition:opacity .6s ease;animation:astralCardDrift 30s linear infinite paused}[data-theme=probing-uranus] .stat-card:hover,[data-theme=probing-uranus] .resource-card:hover,[data-theme=probing-uranus] .calc-card:hover,[data-theme=probing-uranus] .panel-card:hover{border-color:var(--ornament-rule);box-shadow:inset 0 1px 0 var(--astral-bevel-strong),0 0 0 1px var(--astral-halo),var(--shadow-dark-lg)}[data-theme=probing-uranus] .stat-card:hover:after,[data-theme=probing-uranus] .resource-card:hover:after,[data-theme=probing-uranus] .calc-card:hover:after,[data-theme=probing-uranus] .panel-card:hover:after{opacity:.7;animation-play-state:running}[data-theme=probing-uranus] .btn{transition:box-shadow .18s ease,border-color .18s ease,color .18s ease,background .18s ease,transform .1s ease}[data-theme=probing-uranus] .btn--primary,[data-theme=probing-uranus] .btn-primary{box-shadow:inset 0 1px 0 var(--astral-accent-bright),0 6px 14px -8px var(--astral-halo-mid)}[data-theme=probing-uranus] .btn--primary:hover:not(:disabled),[data-theme=probing-uranus] .btn-primary:hover:not(:disabled){box-shadow:inset 0 1px 0 var(--astral-accent-bright),0 0 0 1px var(--astral-halo),0 0 18px -2px var(--shadow-glow-primary-md)}[data-theme=probing-uranus] .btn--secondary,[data-theme=probing-uranus] .btn-secondary{box-shadow:var(--btn-secondary-shadow)}[data-theme=probing-uranus] .btn--secondary:hover:not(:disabled),[data-theme=probing-uranus] .btn-secondary:hover:not(:disabled){box-shadow:inset 0 1px 0 var(--astral-bevel-strong),0 6px 14px -10px var(--astral-halo-mid)}[data-theme=probing-uranus] .btn--edit:hover:not(:disabled),[data-theme=probing-uranus] .btn--success:hover:not(:disabled),[data-theme=probing-uranus] .btn--danger:hover:not(:disabled),[data-theme=probing-uranus] .btn--info:hover:not(:disabled),[data-theme=probing-uranus] .btn--warning:hover:not(:disabled){box-shadow:inset 0 1px 0 var(--astral-bevel-strong)}[data-theme=probing-uranus] .btn:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 5px var(--astral-inset-shadow)}[data-theme=probing-uranus] .btn:focus-visible{outline:1px solid var(--fantasy-gold);outline-offset:2px;box-shadow:0 0 0 4px var(--focus-ring-primary)}[data-theme=probing-uranus] .btn:disabled,[data-theme=probing-uranus] .btn--loading{box-shadow:none;cursor:not-allowed;filter:saturate(.3) brightness(.62)}[data-theme=probing-uranus] .btn--ghost:hover:not(:disabled){box-shadow:inset 0 -1px 0 var(--accent-line)}@keyframes astralStarIn{0%{background-size:0 0}60%{background-size:13px 13px}to{background-size:9px 9px}}[data-theme=probing-uranus] [role=tab]{color:var(--text-muted);border-bottom:2px solid transparent;background-origin:border-box;transition:color .16s ease,border-color .16s ease}[data-theme=probing-uranus] [role=tab]:hover{color:var(--text-primary)}[data-theme=probing-uranus] [role=tab][aria-selected=true]{color:var(--text-primary);border-bottom-color:var(--fantasy-gold);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%3E%3Cpath%20d='M5%200L5.9%204.1L10%205L5.9%205.9L5%2010L4.1%205.9L0%205L4.1%204.1Z'%20fill='%23E6ECF8'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center bottom -3px;background-size:9px 9px;animation:astralStarIn .5s cubic-bezier(.3,.6,.2,1) both}[data-theme=probing-uranus] .game-menu-modal,[data-theme=probing-uranus] .config-modal{position:relative;border:1px solid var(--border-color-strong);border-radius:var(--border-radius-md);box-shadow:inset 0 1px 0 var(--astral-bevel),inset 0 0 0 5px var(--surface-primary),inset 0 0 0 6px var(--astral-frame-line),0 0 80px -20px var(--astral-scrim-halo),var(--shadow-modal);padding:6px}[data-theme=probing-uranus] .game-menu-modal:before,[data-theme=probing-uranus] .config-modal:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='260'%20height='260'%20viewBox='0%200%20260%20260'%20%3E%3Cg%20fill='none'%20stroke='%23BFD0F5'%20stroke-width='0.7'%20opacity='0.3'%3E%3Ccircle%20cx='130'%20cy='130'%20r='128'/%3E%3Ccircle%20cx='130'%20cy='130'%20r='120'/%3E%3Cpath%20d='M240%20130L258%20130M249.5%20140.5L257.5%20141.2M248.2%20150.8L256.1%20152.2M245.9%20161.1L253.6%20163.1M242.8%20171L250.3%20173.8M238.8%20180.7L246%20184.1M225.3%20185L240.9%20194M228.3%20198.8L234.9%20203.4M221.9%20207.1L228.1%20212.3M214.9%20214.9L220.5%20220.5M207.1%20221.9L212.3%20228.1M198.8%20228.3L203.4%20234.9M185%20225.3L194%20240.9M180.7%20238.8L184.1%20246M171%20242.8L173.8%20250.3M161.1%20245.9L163.1%20253.6M150.8%20248.2L152.2%20256.1M140.5%20249.5L141.2%20257.5M130%20240L130%20258M119.5%20249.5L118.8%20257.5M109.2%20248.2L107.8%20256.1M98.9%20245.9L96.9%20253.6M89%20242.8L86.2%20250.3M79.3%20238.8L75.9%20246M75%20225.3L66%20240.9M61.2%20228.3L56.6%20234.9M52.9%20221.9L47.7%20228.1M45.1%20214.9L39.5%20220.5M38.1%20207.1L31.9%20212.3M31.7%20198.8L25.1%20203.4M34.7%20185L19.1%20194M21.2%20180.7L14%20184.1M17.2%20171L9.7%20173.8M14.1%20161.1L6.4%20163.1M11.8%20150.8L3.9%20152.2M10.5%20140.5L2.5%20141.2M20%20130L2%20130M10.5%20119.5L2.5%20118.8M11.8%20109.2L3.9%20107.8M14.1%2098.9L6.4%2096.9M17.2%2089L9.7%2086.2M21.2%2079.3L14%2075.9M34.7%2075L19.1%2066M31.7%2061.2L25.1%2056.6M38.1%2052.9L31.9%2047.7M45.1%2045.1L39.5%2039.5M52.9%2038.1L47.7%2031.9M61.2%2031.7L56.6%2025.1M75%2034.7L66%2019.1M79.3%2021.2L75.9%2014M89%2017.2L86.2%209.7M98.9%2014.1L96.9%206.4M109.2%2011.8L107.8%203.9M119.5%2010.5L118.8%202.5M130%2020L130%202M140.5%2010.5L141.2%202.5M150.8%2011.8L152.2%203.9M161.1%2014.1L163.1%206.4M171%2017.2L173.8%209.7M180.7%2021.2L184.1%2014M185%2034.7L194%2019.1M198.8%2031.7L203.4%2025.1M207.1%2038.1L212.3%2031.9M214.9%2045.1L220.5%2039.5M221.9%2052.9L228.1%2047.7M228.3%2061.2L234.9%2056.6M225.3%2075L240.9%2066M238.8%2079.3L246%2075.9M242.8%2089L250.3%2086.2M245.9%2098.9L253.6%2096.9M248.2%20109.2L256.1%20107.8M249.5%20119.5L257.5%20118.8'/%3E%3Ccircle%20cx='130'%20cy='130'%20r='90'/%3E%3Cg%3E%3Ccircle%20cx='146'%20cy='120'%20r='70'/%3E%3Cpath%20d='M130%20130L166.8%20160.9'/%3E%3Ccircle%20cx='166.8'%20cy='160.9'%20r='2'%20fill='%23BFD0F5'/%3E%3Cpath%20d='M130%20130L124.4%20193.8'/%3E%3Ccircle%20cx='124.4'%20cy='193.8'%20r='2'%20fill='%23BFD0F5'/%3E%3Cpath%20d='M130%20130L92.4%20143.7'/%3E%3Ccircle%20cx='92.4'%20cy='143.7'%20r='2'%20fill='%23BFD0F5'/%3E%3Cpath%20d='M130%20130L71%2088.7'/%3E%3Ccircle%20cx='71'%20cy='88.7'%20r='2'%20fill='%23BFD0F5'/%3E%3Cpath%20d='M130%20130L149.2%2077.4'/%3E%3Ccircle%20cx='149.2'%20cy='77.4'%20r='2'%20fill='%23BFD0F5'/%3E%3Cpath%20d='M130%20130L171.6%20106'/%3E%3Ccircle%20cx='171.6'%20cy='106'%20r='2'%20fill='%23BFD0F5'/%3E%3Ccircle%20cx='130'%20cy='130'%20r='46'%20stroke-dasharray='1%203'/%3E%3CanimateTransform%20attributeName='transform'%20type='rotate'%20calcMode='discrete'%20values='0%20130%20130;2%20130%20130;4%20130%20130;6%20130%20130;8%20130%20130;10%20130%20130;12%20130%20130;14%20130%20130;16%20130%20130;18%20130%20130;20%20130%20130;22%20130%20130;24%20130%20130;26%20130%20130;28%20130%20130;30%20130%20130;32%20130%20130;34%20130%20130;36%20130%20130;38%20130%20130;40%20130%20130;42%20130%20130;44%20130%20130;46%20130%20130;48%20130%20130;50%20130%20130;52%20130%20130;54%20130%20130;56%20130%20130;58%20130%20130;60%20130%20130;62%20130%20130;64%20130%20130;66%20130%20130;68%20130%20130;70%20130%20130;72%20130%20130;74%20130%20130;76%20130%20130;78%20130%20130;80%20130%20130;82%20130%20130;84%20130%20130;86%20130%20130;88%20130%20130;90%20130%20130;92%20130%20130;94%20130%20130;96%20130%20130;98%20130%20130;100%20130%20130;102%20130%20130;104%20130%20130;106%20130%20130;108%20130%20130;110%20130%20130;112%20130%20130;114%20130%20130;116%20130%20130;118%20130%20130;120%20130%20130;122%20130%20130;124%20130%20130;126%20130%20130;128%20130%20130;130%20130%20130;132%20130%20130;134%20130%20130;136%20130%20130;138%20130%20130;140%20130%20130;142%20130%20130;144%20130%20130;146%20130%20130;148%20130%20130;150%20130%20130;152%20130%20130;154%20130%20130;156%20130%20130;158%20130%20130;160%20130%20130;162%20130%20130;164%20130%20130;166%20130%20130;168%20130%20130;170%20130%20130;172%20130%20130;174%20130%20130;176%20130%20130;178%20130%20130;180%20130%20130;182%20130%20130;184%20130%20130;186%20130%20130;188%20130%20130;190%20130%20130;192%20130%20130;194%20130%20130;196%20130%20130;198%20130%20130;200%20130%20130;202%20130%20130;204%20130%20130;206%20130%20130;208%20130%20130;210%20130%20130;212%20130%20130;214%20130%20130;216%20130%20130;218%20130%20130;220%20130%20130;222%20130%20130;224%20130%20130;226%20130%20130;228%20130%20130;230%20130%20130;232%20130%20130;234%20130%20130;236%20130%20130;238%20130%20130;240%20130%20130;242%20130%20130;244%20130%20130;246%20130%20130;248%20130%20130;250%20130%20130;252%20130%20130;254%20130%20130;256%20130%20130;258%20130%20130;260%20130%20130;262%20130%20130;264%20130%20130;266%20130%20130;268%20130%20130;270%20130%20130;272%20130%20130;274%20130%20130;276%20130%20130;278%20130%20130;280%20130%20130;282%20130%20130;284%20130%20130;286%20130%20130;288%20130%20130;290%20130%20130;292%20130%20130;294%20130%20130;296%20130%20130;298%20130%20130;300%20130%20130;302%20130%20130;304%20130%20130;306%20130%20130;308%20130%20130;310%20130%20130;312%20130%20130;314%20130%20130;316%20130%20130;318%20130%20130;320%20130%20130;322%20130%20130;324%20130%20130;326%20130%20130;328%20130%20130;330%20130%20130;332%20130%20130;334%20130%20130;336%20130%20130;338%20130%20130;340%20130%20130;342%20130%20130;344%20130%20130;346%20130%20130;348%20130%20130;350%20130%20130;352%20130%20130;354%20130%20130;356%20130%20130;358%20130%20130'%20dur='120s'%20repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Cpath%20d='M4%20130L256%20130'%20stroke-width='1'/%3E%3Ccircle%20cx='40'%20cy='130'%20r='3'/%3E%3Ccircle%20cx='220'%20cy='130'%20r='3'/%3E%3CanimateTransform%20attributeName='transform'%20type='rotate'%20calcMode='discrete'%20values='-0%20130%20130;-2%20130%20130;-4%20130%20130;-6%20130%20130;-8%20130%20130;-10%20130%20130;-12%20130%20130;-14%20130%20130;-16%20130%20130;-18%20130%20130;-20%20130%20130;-22%20130%20130;-24%20130%20130;-26%20130%20130;-28%20130%20130;-30%20130%20130;-32%20130%20130;-34%20130%20130;-36%20130%20130;-38%20130%20130;-40%20130%20130;-42%20130%20130;-44%20130%20130;-46%20130%20130;-48%20130%20130;-50%20130%20130;-52%20130%20130;-54%20130%20130;-56%20130%20130;-58%20130%20130;-60%20130%20130;-62%20130%20130;-64%20130%20130;-66%20130%20130;-68%20130%20130;-70%20130%20130;-72%20130%20130;-74%20130%20130;-76%20130%20130;-78%20130%20130;-80%20130%20130;-82%20130%20130;-84%20130%20130;-86%20130%20130;-88%20130%20130;-90%20130%20130;-92%20130%20130;-94%20130%20130;-96%20130%20130;-98%20130%20130;-100%20130%20130;-102%20130%20130;-104%20130%20130;-106%20130%20130;-108%20130%20130;-110%20130%20130;-112%20130%20130;-114%20130%20130;-116%20130%20130;-118%20130%20130;-120%20130%20130;-122%20130%20130;-124%20130%20130;-126%20130%20130;-128%20130%20130;-130%20130%20130;-132%20130%20130;-134%20130%20130;-136%20130%20130;-138%20130%20130;-140%20130%20130;-142%20130%20130;-144%20130%20130;-146%20130%20130;-148%20130%20130;-150%20130%20130;-152%20130%20130;-154%20130%20130;-156%20130%20130;-158%20130%20130;-160%20130%20130;-162%20130%20130;-164%20130%20130;-166%20130%20130;-168%20130%20130;-170%20130%20130;-172%20130%20130;-174%20130%20130;-176%20130%20130;-178%20130%20130;-180%20130%20130;-182%20130%20130;-184%20130%20130;-186%20130%20130;-188%20130%20130;-190%20130%20130;-192%20130%20130;-194%20130%20130;-196%20130%20130;-198%20130%20130;-200%20130%20130;-202%20130%20130;-204%20130%20130;-206%20130%20130;-208%20130%20130;-210%20130%20130;-212%20130%20130;-214%20130%20130;-216%20130%20130;-218%20130%20130;-220%20130%20130;-222%20130%20130;-224%20130%20130;-226%20130%20130;-228%20130%20130;-230%20130%20130;-232%20130%20130;-234%20130%20130;-236%20130%20130;-238%20130%20130;-240%20130%20130;-242%20130%20130;-244%20130%20130;-246%20130%20130;-248%20130%20130;-250%20130%20130;-252%20130%20130;-254%20130%20130;-256%20130%20130;-258%20130%20130;-260%20130%20130;-262%20130%20130;-264%20130%20130;-266%20130%20130;-268%20130%20130;-270%20130%20130;-272%20130%20130;-274%20130%20130;-276%20130%20130;-278%20130%20130;-280%20130%20130;-282%20130%20130;-284%20130%20130;-286%20130%20130;-288%20130%20130;-290%20130%20130;-292%20130%20130;-294%20130%20130;-296%20130%20130;-298%20130%20130;-300%20130%20130;-302%20130%20130;-304%20130%20130;-306%20130%20130;-308%20130%20130;-310%20130%20130;-312%20130%20130;-314%20130%20130;-316%20130%20130;-318%20130%20130;-320%20130%20130;-322%20130%20130;-324%20130%20130;-326%20130%20130;-328%20130%20130;-330%20130%20130;-332%20130%20130;-334%20130%20130;-336%20130%20130;-338%20130%20130;-340%20130%20130;-342%20130%20130;-344%20130%20130;-346%20130%20130;-348%20130%20130;-350%20130%20130;-352%20130%20130;-354%20130%20130;-356%20130%20130;-358%20130%20130'%20dur='300s'%20repeatCount='indefinite'/%3E%3C/g%3E%3Ccircle%20cx='130'%20cy='130'%20r='3'/%3E%3C/g%3E%3Cg%20fill='%23BFD0F5'%20opacity='0.4'%20font-family='ui-monospace,%20Menlo,%20monospace'%20font-size='7'%3E%3Ctext%20x='130'%20y='30.5'%20text-anchor='middle'%3E0%3C/text%3E%3Ctext%20x='181'%20y='44.2'%20text-anchor='middle'%3E30%3C/text%3E%3Ctext%20x='218.3'%20y='81.5'%20text-anchor='middle'%3E60%3C/text%3E%3Ctext%20x='232'%20y='132.5'%20text-anchor='middle'%3E90%3C/text%3E%3Ctext%20x='218.3'%20y='183.5'%20text-anchor='middle'%3E120%3C/text%3E%3Ctext%20x='181'%20y='220.8'%20text-anchor='middle'%3E150%3C/text%3E%3Ctext%20x='130'%20y='234.5'%20text-anchor='middle'%3E180%3C/text%3E%3Ctext%20x='79'%20y='220.8'%20text-anchor='middle'%3E210%3C/text%3E%3Ctext%20x='41.7'%20y='183.5'%20text-anchor='middle'%3E240%3C/text%3E%3Ctext%20x='28'%20y='132.5'%20text-anchor='middle'%3E270%3C/text%3E%3Ctext%20x='41.7'%20y='81.5'%20text-anchor='middle'%3E300%3C/text%3E%3Ctext%20x='79'%20y='44.2'%20text-anchor='middle'%3E330%3C/text%3E%3C/g%3E%3C/svg%3E"),repeating-linear-gradient(90deg,var(--astral-graduation) 0 1px,transparent 1px 12px),repeating-linear-gradient(90deg,var(--astral-graduation) 0 1px,transparent 1px 12px);background-position:right -96px top -96px,left 18px top 6px,left 18px bottom 6px;background-repeat:no-repeat;background-size:260px 260px,calc(100% - 36px) 4px,calc(100% - 36px) 4px}@keyframes astralRingsOpen{0%{opacity:0;transform:scale(.45)}30%{opacity:.85}to{opacity:0;transform:scale(1.3)}}[data-theme=probing-uranus] .game-menu-modal:after,[data-theme=probing-uranus] .config-modal:after{content:"";position:absolute;inset:-40px;z-index:4;pointer-events:none;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='400'%20height='400'%20viewBox='0%200%20400%20400'%20%3E%3Cg%20fill='none'%20stroke='%23BFD0F5'%3E%3Ccircle%20cx='200'%20cy='200'%20r='100'%20stroke-width='0.8'%20opacity='0.55'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='154'%20stroke-width='0.6'%20opacity='0.4'/%3E%3Cpath%20d='M350%20200L358%20200M349.2%20215.7L357.1%20216.5M346.7%20231.2L354.5%20232.9M342.7%20246.4L350.3%20248.8M337%20261L344.3%20264.3M329.9%20275L336.8%20279M321.4%20288.2L327.8%20292.9M311.5%20300.4L317.4%20305.7M300.4%20311.5L305.7%20317.4M288.2%20321.4L292.9%20327.8M275%20329.9L279%20336.8M261%20337L264.3%20344.3M246.4%20342.7L248.8%20350.3M231.2%20346.7L232.9%20354.5M215.7%20349.2L216.5%20357.1M200%20350L200%20358M184.3%20349.2L183.5%20357.1M168.8%20346.7L167.1%20354.5M153.6%20342.7L151.2%20350.3M139%20337L135.7%20344.3M125%20329.9L121%20336.8M111.8%20321.4L107.1%20327.8M99.6%20311.5L94.3%20317.4M88.5%20300.4L82.6%20305.7M78.6%20288.2L72.2%20292.9M70.1%20275L63.2%20279M63%20261L55.7%20264.3M57.3%20246.4L49.7%20248.8M53.3%20231.2L45.5%20232.9M50.8%20215.7L42.9%20216.5M50%20200L42%20200M50.8%20184.3L42.9%20183.5M53.3%20168.8L45.5%20167.1M57.3%20153.6L49.7%20151.2M63%20139L55.7%20135.7M70.1%20125L63.2%20121M78.6%20111.8L72.2%20107.1M88.5%2099.6L82.6%2094.3M99.6%2088.5L94.3%2082.6M111.8%2078.6L107.1%2072.2M125%2070.1L121%2063.2M139%2063L135.7%2055.7M153.6%2057.3L151.2%2049.7M168.8%2053.3L167.1%2045.5M184.3%2050.8L183.5%2042.9M200%2050L200%2042M215.7%2050.8L216.5%2042.9M231.2%2053.3L232.9%2045.5M246.4%2057.3L248.8%2049.7M261%2063L264.3%2055.7M275%2070.1L279%2063.2M288.2%2078.6L292.9%2072.2M300.4%2088.5L305.7%2082.6M311.5%2099.6L317.4%2094.3M321.4%20111.8L327.8%20107.1M329.9%20125L336.8%20121M337%20139L344.3%20135.7M342.7%20153.6L350.3%20151.2M346.7%20168.8L354.5%20167.1M349.2%20184.3L357.1%20183.5'%20stroke-width='0.6'%20opacity='0.5'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='196'%20stroke-width='0.5'%20opacity='0.28'%20stroke-dasharray='2%206'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;opacity:0;animation:astralRingsOpen 1.6s cubic-bezier(.2,.7,.2,1) 80ms both}[data-theme=probing-uranus] .modal__header{border-bottom:none;box-shadow:none}[data-theme=probing-uranus] .modal-overlay{background-image:radial-gradient(ellipse 60% 45% at 50% 50%,var(--astral-scrim-halo),transparent 70%),linear-gradient(var(--surface-overlay),var(--surface-overlay)),var(--astral-sky-far);background-size:auto,auto,var(--astral-sky-far-size);-webkit-backdrop-filter:blur(2px) saturate(.7);backdrop-filter:blur(2px) saturate(.7)}[data-theme=probing-uranus] .config-section__input,[data-theme=probing-uranus] .salary-config__salary-input{background:var(--surface-inset);box-shadow:inset 0 1px 3px var(--astral-inset-shadow)}[data-theme=probing-uranus] .config-section__input:focus,[data-theme=probing-uranus] .salary-config__salary-input:focus{border-color:var(--fantasy-gold);box-shadow:inset 0 1px 3px var(--astral-inset-shadow),0 0 0 3px var(--focus-ring-primary)}[data-theme=probing-uranus] .data-table th,[data-theme=probing-uranus] .catalogue-tracks__table th,[data-theme=probing-uranus] .admin-queue thead th,[data-theme=probing-uranus] .my-tracks thead th{color:var(--text-muted);background:var(--surface-sidebar);border-bottom:1px solid var(--border-color-strong);letter-spacing:.08em}[data-theme=probing-uranus] .data-table tbody tr:hover,[data-theme=probing-uranus] .track-row:hover,[data-theme=probing-uranus] .my-tracks__row:hover,[data-theme=probing-uranus] .admin-queue__row:hover{background:var(--surface-hover)}[data-theme=probing-uranus] .data-table tbody tr.is-selected,[data-theme=probing-uranus] .track-row.is-playing{background:var(--fantasy-gold-05);box-shadow:inset 2px 0 0 var(--fantasy-gold)}[data-theme=probing-uranus] .data-table tbody tr.is-danger{background:var(--danger-row-bg);box-shadow:inset 2px 0 0 var(--color-danger)}[data-theme=probing-uranus] .data-table tbody tr.is-danger:hover{background:var(--danger-row-bg-hover)}[data-theme=probing-uranus] .data-table-container,[data-theme=probing-uranus] .audio-table-wrap{position:relative;box-shadow:inset 0 1px 0 var(--astral-bevel),var(--shadow-dark-md)}[data-theme=probing-uranus] .data-table-container:before,[data-theme=probing-uranus] .audio-table-wrap:before{opacity:var(--texture-table-opacity)}[data-theme=probing-uranus] a{color:var(--fantasy-gold)}[data-theme=probing-uranus] a:hover{color:var(--astral-accent-bright)}@keyframes astralCometRun{0%{background-position:-40% 0,0 0}to{background-position:140% 0,0 0}}@keyframes astralCometHead{0%,to{opacity:.55;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}[data-theme=probing-uranus] .progress-bar{background-color:var(--surface-inset);box-shadow:inset 0 1px 2px var(--astral-inset-shadow)}[data-theme=probing-uranus] .progress-fill{position:relative;background-image:linear-gradient(90deg,transparent,var(--astral-halo-mid) 45%,var(--astral-comet-head) 50%,var(--astral-halo-mid) 55%,transparent),linear-gradient(90deg,var(--astral-comet-tail) 0%,var(--astral-comet-body) 62%,var(--fantasy-gold) 93%,var(--astral-comet-head) 100%);background-repeat:no-repeat;background-size:18% 100%,100% 100%;box-shadow:3px 0 6px -2px var(--astral-halo-mid);animation:astralCometRun 3.2s cubic-bezier(.5,0,.7,1) infinite}[data-theme=probing-uranus] .progress-fill:after{content:"";position:absolute;right:-3px;top:50%;width:7px;height:7px;margin-top:-3.5px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,var(--astral-comet-head) 0 30%,var(--astral-halo-mid) 60%,transparent 72%);animation:astralCometHead 1.8s ease-in-out infinite}[data-theme=probing-uranus] .data-table .progress-fill,[data-theme=probing-uranus] .data-table .progress-fill:after{animation:none}@media(prefers-reduced-motion:reduce){[data-theme=probing-uranus] .mgs-rail:before,[data-theme=probing-uranus] .mgs-rail:after,[data-theme=probing-uranus] .modal-overlay:before,[data-theme=probing-uranus] .modal-overlay:after{animation:none}[data-theme=probing-uranus]:after,[data-theme=probing-uranus] body:after,[data-theme=probing-uranus] .game-menu-modal:after,[data-theme=probing-uranus] .config-modal:after{display:none}[data-theme=probing-uranus] .mgs-rail{animation:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='32'%20viewBox='0%200%2048%2032'%3E%3Cpath%20d='M4%2026L15%2018L27%2021L36%209L45%204'%20fill='none'%20stroke='%238FA3CF'%20stroke-width='0.5'%20opacity='0.55'%3E%3C/path%3E%3Cg%20fill='%23E6ECF8'%3E%3Ccircle%20cx='4'%20cy='26'%20r='1.1'%3E%3C/circle%3E%3Ccircle%20cx='15'%20cy='18'%20r='1.4'%3E%3C/circle%3E%3Ccircle%20cx='27'%20cy='21'%20r='1.1'%3E%3C/circle%3E%3Ccircle%20cx='36'%20cy='9'%20r='1.6'%3E%3C/circle%3E%3Ccircle%20cx='45'%20cy='4'%20r='1.2'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%3E%3Ccircle%20cx='5.5'%20cy='5.5'%20r='5'%20fill='%23BFD0F5'%20opacity='0.18'%3E%3C/circle%3E%3Cpath%20d='M5.5%201.5L7%204L9.5%205.5L7%207L5.5%209.5L4%207L1.5%205.5L4%204Z'%20fill='%23F2F6FE'%3E%3C/path%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='1200'%20viewBox='0%200%2024%201200'%3E%3Cg%20fill='%238FA3CF'%3E%3Crect%20x='4'%20y='0'%20width='1'%20height='1200'%20opacity='0.5'%3E%3C/rect%3E%3Crect%20x='9'%20y='0'%20width='1'%20height='1200'%20opacity='0.5'%3E%3C/rect%3E%3Crect%20x='2'%20y='0'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='10'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='20'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='30'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='40'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='50'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='60'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='70'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='80'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='90'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='100'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='110'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='120'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='130'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='140'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='150'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='160'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='170'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='180'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='190'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='200'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='210'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='220'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='230'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='240'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='250'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='260'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='270'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='280'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='290'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='300'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='310'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='320'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='330'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='340'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='350'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='360'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='370'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='380'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='390'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='400'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='410'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='420'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='430'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='440'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='450'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='460'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='470'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='480'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='490'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='500'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='510'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='520'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='530'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='540'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='550'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='560'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='570'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='580'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='590'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='600'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='610'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='620'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='630'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='640'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='650'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='660'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='670'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='680'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='690'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='700'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='710'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='720'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='730'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='740'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='750'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='760'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='770'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='780'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='790'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='800'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='810'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='820'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='830'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='840'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='850'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='860'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='870'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='880'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='890'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='900'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='910'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='920'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='930'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='940'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='950'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='960'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='970'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='980'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='990'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='1000'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1010'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1020'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1030'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1040'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1050'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1060'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1070'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='1080'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3Crect%20x='5'%20y='1090'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1100'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1110'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1120'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1130'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1140'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1150'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='5'%20y='1160'%20width='4'%20height='1'%20opacity='0.3'%3E%3C/rect%3E%3Crect%20x='2'%20y='1170'%20width='10'%20height='1'%20opacity='0.6'%3E%3C/rect%3E%3C/g%3E%3Cg%20fill='%238FA3CF'%20opacity='0.7'%20font-family='ui-monospace,%20Menlo,%20monospace'%20font-size='6'%3E%3Ctext%20x='12.5'%20y='8'%3E+90%3C/text%3E%3Ctext%20x='12.5'%20y='98'%3E+75%3C/text%3E%3Ctext%20x='12.5'%20y='188'%3E+60%3C/text%3E%3Ctext%20x='12.5'%20y='278'%3E+45%3C/text%3E%3Ctext%20x='12.5'%20y='368'%3E+30%3C/text%3E%3Ctext%20x='12.5'%20y='458'%3E+15%3C/text%3E%3Ctext%20x='12.5'%20y='548'%3E0%3C/text%3E%3Ctext%20x='12.5'%20y='638'%3E−15%3C/text%3E%3Ctext%20x='12.5'%20y='728'%3E−30%3C/text%3E%3Ctext%20x='12.5'%20y='818'%3E−45%3C/text%3E%3Ctext%20x='12.5'%20y='908'%3E−60%3C/text%3E%3Ctext%20x='12.5'%20y='998'%3E−75%3C/text%3E%3Ctext%20x='12.5'%20y='1088'%3E−90%3C/text%3E%3C/g%3E%3C/svg%3E"),linear-gradient(var(--astral-rail-dim),var(--astral-rail-dim)),var(--astral-rail-nebula),var(--surface-sidebar-gradient);background-position:right calc(var(--astral-rail-edge) + 10px) top 16px,right 12px top 58px,right top 64px,0 0,0 0,left top;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat,no-repeat;background-size:var(--astral-constellation-w) var(--astral-constellation-h),11px 11px,var(--astral-rail-edge) 1200px,100% 100%,var(--astral-rail-nebula-size),100% 100%;background-blend-mode:normal,normal,normal,normal,screen,normal}[data-theme=probing-uranus] .game-menu-modal:before,[data-theme=probing-uranus] .config-modal:before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='260'%20height='260'%20viewBox='0%200%20260%20260'%3E%3Cg%20fill='none'%20stroke='%23BFD0F5'%20stroke-width='0.7'%20opacity='0.3'%3E%3Ccircle%20cx='130'%20cy='130'%20r='128'%3E%3C/circle%3E%3Ccircle%20cx='130'%20cy='130'%20r='120'%3E%3C/circle%3E%3Cpath%20d='M240%20130L258%20130M249.5%20140.5L257.5%20141.2M248.2%20150.8L256.1%20152.2M245.9%20161.1L253.6%20163.1M242.8%20171L250.3%20173.8M238.8%20180.7L246%20184.1M225.3%20185L240.9%20194M228.3%20198.8L234.9%20203.4M221.9%20207.1L228.1%20212.3M214.9%20214.9L220.5%20220.5M207.1%20221.9L212.3%20228.1M198.8%20228.3L203.4%20234.9M185%20225.3L194%20240.9M180.7%20238.8L184.1%20246M171%20242.8L173.8%20250.3M161.1%20245.9L163.1%20253.6M150.8%20248.2L152.2%20256.1M140.5%20249.5L141.2%20257.5M130%20240L130%20258M119.5%20249.5L118.8%20257.5M109.2%20248.2L107.8%20256.1M98.9%20245.9L96.9%20253.6M89%20242.8L86.2%20250.3M79.3%20238.8L75.9%20246M75%20225.3L66%20240.9M61.2%20228.3L56.6%20234.9M52.9%20221.9L47.7%20228.1M45.1%20214.9L39.5%20220.5M38.1%20207.1L31.9%20212.3M31.7%20198.8L25.1%20203.4M34.7%20185L19.1%20194M21.2%20180.7L14%20184.1M17.2%20171L9.7%20173.8M14.1%20161.1L6.4%20163.1M11.8%20150.8L3.9%20152.2M10.5%20140.5L2.5%20141.2M20%20130L2%20130M10.5%20119.5L2.5%20118.8M11.8%20109.2L3.9%20107.8M14.1%2098.9L6.4%2096.9M17.2%2089L9.7%2086.2M21.2%2079.3L14%2075.9M34.7%2075L19.1%2066M31.7%2061.2L25.1%2056.6M38.1%2052.9L31.9%2047.7M45.1%2045.1L39.5%2039.5M52.9%2038.1L47.7%2031.9M61.2%2031.7L56.6%2025.1M75%2034.7L66%2019.1M79.3%2021.2L75.9%2014M89%2017.2L86.2%209.7M98.9%2014.1L96.9%206.4M109.2%2011.8L107.8%203.9M119.5%2010.5L118.8%202.5M130%2020L130%202M140.5%2010.5L141.2%202.5M150.8%2011.8L152.2%203.9M161.1%2014.1L163.1%206.4M171%2017.2L173.8%209.7M180.7%2021.2L184.1%2014M185%2034.7L194%2019.1M198.8%2031.7L203.4%2025.1M207.1%2038.1L212.3%2031.9M214.9%2045.1L220.5%2039.5M221.9%2052.9L228.1%2047.7M228.3%2061.2L234.9%2056.6M225.3%2075L240.9%2066M238.8%2079.3L246%2075.9M242.8%2089L250.3%2086.2M245.9%2098.9L253.6%2096.9M248.2%20109.2L256.1%20107.8M249.5%20119.5L257.5%20118.8'%3E%3C/path%3E%3Ccircle%20cx='130'%20cy='130'%20r='90'%3E%3C/circle%3E%3Cg%3E%3Ccircle%20cx='146'%20cy='120'%20r='70'%3E%3C/circle%3E%3Cpath%20d='M130%20130L166.8%20160.9'%3E%3C/path%3E%3Ccircle%20cx='166.8'%20cy='160.9'%20r='2'%20fill='%23BFD0F5'%3E%3C/circle%3E%3Cpath%20d='M130%20130L124.4%20193.8'%3E%3C/path%3E%3Ccircle%20cx='124.4'%20cy='193.8'%20r='2'%20fill='%23BFD0F5'%3E%3C/circle%3E%3Cpath%20d='M130%20130L92.4%20143.7'%3E%3C/path%3E%3Ccircle%20cx='92.4'%20cy='143.7'%20r='2'%20fill='%23BFD0F5'%3E%3C/circle%3E%3Cpath%20d='M130%20130L71%2088.7'%3E%3C/path%3E%3Ccircle%20cx='71'%20cy='88.7'%20r='2'%20fill='%23BFD0F5'%3E%3C/circle%3E%3Cpath%20d='M130%20130L149.2%2077.4'%3E%3C/path%3E%3Ccircle%20cx='149.2'%20cy='77.4'%20r='2'%20fill='%23BFD0F5'%3E%3C/circle%3E%3Cpath%20d='M130%20130L171.6%20106'%3E%3C/path%3E%3Ccircle%20cx='171.6'%20cy='106'%20r='2'%20fill='%23BFD0F5'%3E%3C/circle%3E%3Ccircle%20cx='130'%20cy='130'%20r='46'%20stroke-dasharray='1%203'%3E%3C/circle%3E%3C/g%3E%3Cg%3E%3Cpath%20d='M4%20130L256%20130'%20stroke-width='1'%3E%3C/path%3E%3Ccircle%20cx='40'%20cy='130'%20r='3'%3E%3C/circle%3E%3Ccircle%20cx='220'%20cy='130'%20r='3'%3E%3C/circle%3E%3C/g%3E%3Ccircle%20cx='130'%20cy='130'%20r='3'%3E%3C/circle%3E%3C/g%3E%3Cg%20fill='%23BFD0F5'%20opacity='0.4'%20font-family='ui-monospace,%20Menlo,%20monospace'%20font-size='7'%3E%3Ctext%20x='130'%20y='30.5'%20text-anchor='middle'%3E0%3C/text%3E%3Ctext%20x='181'%20y='44.2'%20text-anchor='middle'%3E30%3C/text%3E%3Ctext%20x='218.3'%20y='81.5'%20text-anchor='middle'%3E60%3C/text%3E%3Ctext%20x='232'%20y='132.5'%20text-anchor='middle'%3E90%3C/text%3E%3Ctext%20x='218.3'%20y='183.5'%20text-anchor='middle'%3E120%3C/text%3E%3Ctext%20x='181'%20y='220.8'%20text-anchor='middle'%3E150%3C/text%3E%3Ctext%20x='130'%20y='234.5'%20text-anchor='middle'%3E180%3C/text%3E%3Ctext%20x='79'%20y='220.8'%20text-anchor='middle'%3E210%3C/text%3E%3Ctext%20x='41.7'%20y='183.5'%20text-anchor='middle'%3E240%3C/text%3E%3Ctext%20x='28'%20y='132.5'%20text-anchor='middle'%3E270%3C/text%3E%3Ctext%20x='41.7'%20y='81.5'%20text-anchor='middle'%3E300%3C/text%3E%3Ctext%20x='79'%20y='44.2'%20text-anchor='middle'%3E330%3C/text%3E%3C/g%3E%3C/svg%3E"),repeating-linear-gradient(90deg,var(--astral-graduation) 0 1px,transparent 1px 12px),repeating-linear-gradient(90deg,var(--astral-graduation) 0 1px,transparent 1px 12px)}[data-theme=probing-uranus] .sidebar-tab.active:after,[data-theme=probing-uranus] .hub-sidebar__nav-item.is-active:after,[data-theme=probing-uranus] [role=tab][aria-selected=true],[data-theme=probing-uranus] .progress-fill,[data-theme=probing-uranus] .progress-fill:after,[data-theme=probing-uranus] .stat-card,[data-theme=probing-uranus] .resource-card,[data-theme=probing-uranus] .calc-card,[data-theme=probing-uranus] .panel-card,[data-theme=probing-uranus] .stat-card:hover:after,[data-theme=probing-uranus] .resource-card:hover:after,[data-theme=probing-uranus] .calc-card:hover:after,[data-theme=probing-uranus] .panel-card:hover:after{animation:none}[data-theme=probing-uranus] .stat-card:hover:after,[data-theme=probing-uranus] .resource-card:hover:after,[data-theme=probing-uranus] .calc-card:hover:after,[data-theme=probing-uranus] .panel-card:hover:after{opacity:.5}[data-theme=probing-uranus] .stat-card,[data-theme=probing-uranus] .resource-card,[data-theme=probing-uranus] .calc-card,[data-theme=probing-uranus] .panel-card,[data-theme=probing-uranus] .stat-card:after,[data-theme=probing-uranus] .resource-card:after,[data-theme=probing-uranus] .calc-card:after,[data-theme=probing-uranus] .panel-card:after,[data-theme=probing-uranus] .btn,[data-theme=probing-uranus] [role=tab]{transition:none}[data-theme=probing-uranus] .btn:active:not(:disabled){transform:none}}[data-theme=ember-forge] .mgs-rail.is-collapsed,[data-theme=golddiggers] .mgs-rail.is-collapsed,[data-theme=immortal-vegans] .mgs-rail.is-collapsed,[data-theme=holier-than-thou] .mgs-rail.is-collapsed,[data-theme=local-man-explodes] .mgs-rail.is-collapsed,[data-theme=fhtagn-around-and-find-out] .mgs-rail.is-collapsed,[data-theme=drow-me-like-one-of-your-french-girls] .mgs-rail.is-collapsed,[data-theme=probing-uranus] .mgs-rail.is-collapsed{padding-right:0;background-image:var(--surface-sidebar-gradient);background-position:left top;background-repeat:no-repeat;background-size:100% 100%}[data-theme=fhtagn-around-and-find-out] .mgs-rail.is-collapsed:after{display:none}[data-theme=probing-uranus] .mgs-rail.is-collapsed:before,[data-theme=probing-uranus] .mgs-rail.is-collapsed:after{display:none}@media(max-width:1024px){[data-theme=holier-than-thou] .section-header:before{left:-18px;width:14px}[data-theme=fhtagn-around-and-find-out] .section-header:before{left:-18px;width:12px;height:15px;background-size:12px 15px}}.p-4{padding:var(--space-4)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-inverse{color:var(--fantasy-text)}.flex{display:flex}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:var(--space-4)}.border{border:var(--border-width) solid var(--border-color)}.border-r{border-right:var(--border-width) solid var(--border-color)}.result-panel{background:var(--surface-primary);border:1px solid var(--fantasy-border);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-dark-md);padding:var(--space-6)}.card{background:var(--surface-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-dark-md);border:1px solid var(--fantasy-border);overflow:hidden}.card__header{padding:var(--space-6);border-bottom:var(--border-width) solid var(--border-color);background:var(--surface-secondary)}.card__title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.card__footer{padding:var(--space-6);border-top:var(--border-width) solid var(--border-color);background:var(--surface-secondary)}.spinner{width:1.5rem;height:1.5rem;border:2px solid var(--border-color);border-top:2px solid var(--fantasy-gold);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}.md\:flex-col{flex-direction:column}.md\:text-center{text-align:center}}@media(max-width:480px){.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:flex-col{flex-direction:column}.sm\:text-center{text-align:center}.sm\:text-sm{font-size:var(--font-size-sm)}}@keyframes slideFromTop{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFromBottom{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFromRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.slide-from-top{animation:slideFromTop .3s ease-out}.slide-from-bottom{animation:slideFromBottom .3s ease-out}.slide-from-right{animation:slideFromRight .3s ease-out}.slide-from-left{animation:slideFromLeft .3s ease-out}*,*:before,*:after{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:var(--fantasy-border) transparent}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--fantasy-border);border-radius:2px}html,body,#root{margin:0;padding:0;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--page-bg);background-image:var(--page-bg-ambient);background-attachment:fixed;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{position:relative;z-index:0}.sidebar__bottom{margin-top:auto;flex-shrink:0;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);border-top:1px solid var(--fantasy-border);background:var(--overlay-dark-10)}.mgs-rail__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}@layer mgs-rail-base{.sidebar-config-btn{width:100%;background:none;border:1px solid var(--fantasy-border);color:var(--fantasy-text);padding:var(--space-3) var(--space-5);border-radius:0;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;font-family:var(--font-fantasy-title);font-size:var(--font-size-sm);font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.sidebar-config-btn:hover{background-color:var(--fantasy-gold-subtle);border-color:var(--fantasy-gold);color:var(--fantasy-gold)}}.sidebar-rail-btn{width:100%;background:none;border:1px solid var(--fantasy-border);color:var(--fantasy-text);padding:var(--space-3) var(--space-5);border-radius:0;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;font-family:var(--font-fantasy-title);font-size:var(--font-size-sm);font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.sidebar-rail-btn:hover{background-color:var(--fantasy-gold-subtle);border-color:var(--fantasy-gold);color:var(--fantasy-gold)}.mgs-rail:before{content:"";position:absolute;inset:0;background-image:var(--texture-sidebar);background-size:var(--texture-sidebar-size, cover);background-repeat:var(--texture-sidebar-repeat, no-repeat);mix-blend-mode:var(--texture-sidebar-blend, screen);opacity:var(--texture-sidebar-opacity, .12);pointer-events:none;z-index:0}.mgs-rail:after{content:"";position:absolute;inset:0;background:var(--rail-vignette);pointer-events:none;z-index:1}.mgs-rail>*{position:relative;z-index:2}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);min-height:60vh;text-align:center;padding:var(--space-8)}.empty-state__icon{font-size:4rem;color:var(--fantasy-gold);opacity:.25;line-height:1;animation:empty-state-float 4s ease-in-out infinite}.empty-state__title{font-family:var(--font-fantasy-title);font-size:var(--font-size-2xl);color:var(--text-primary);margin:0;letter-spacing:.04em}.empty-state__sub{font-size:var(--font-size-base);color:var(--text-muted);max-width:420px;line-height:1.6;margin:0;font-style:italic}@keyframes empty-state-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.promo-banner{min-height:40px;padding:10px 16px;background:#c9a84c1a;border-bottom:1px solid var(--fantasy-gold-dim);font-family:var(--font-fantasy-title);color:var(--fantasy-text);text-align:center;font-size:.9rem;line-height:1.3;box-sizing:border-box}.promo-banner a{color:var(--fantasy-gold);text-decoration:none;font-weight:600}.promo-banner a:hover{color:var(--fantasy-gold);text-decoration:underline}.icon-svg{display:contents}.icon-svg>svg{width:1em;height:1em;display:inline-block;vertical-align:-.125em;flex-shrink:0}.icon-emoji{display:inline-flex;align-items:center;justify-content:center;line-height:1}.icon-label{display:inline-flex;align-items:center;gap:.35em}.icon-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:var(--space-2);max-height:300px;overflow-y:auto;overflow-x:visible;padding:var(--space-2-5)}.icon-picker-item{display:flex;align-items:center;justify-content:center;padding:var(--space-2-5);border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--surface-primary);cursor:pointer;transition:all .2s ease;min-height:50px;position:relative;overflow:visible}.icon-picker-item:hover{background:var(--color-alert-info-bg);border-color:var(--fantasy-gold);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-primary-sm)}.icon-picker-item:focus{outline:none;background:var(--color-alert-info-bg);border-color:var(--fantasy-gold);box-shadow:0 0 0 3px var(--focus-ring-primary)}.icon-picker-item.selected{background:var(--color-alert-info-bg);border-color:var(--fantasy-gold);border-width:3px;box-shadow:0 0 0 2px var(--focus-ring-primary)}.icon-picker-item.selected:hover{background:var(--color-alert-info-border)}.icon-picker-item:focus-visible{outline:2px solid var(--fantasy-gold);outline-offset:2px}.icon-category-sidebar{width:150px;border-right:1px solid var(--border-color);background:var(--surface-secondary);overflow-y:auto}.icon-category-button{width:100%;padding:var(--space-3);border:none;background:transparent;color:var(--text-primary);cursor:pointer;text-align:left;font-size:var(--font-size-xs);border-bottom:1px solid var(--surface-tertiary);transition:all .2s ease;display:flex;align-items:center;gap:var(--space-2)}.icon-category-button:hover{background:var(--surface-tertiary)}.icon-category-button:focus{outline:none;background:var(--border-color);box-shadow:inset 3px 0 0 var(--fantasy-gold)}.icon-category-button.active{background:var(--fantasy-gold);color:var(--fantasy-text);font-weight:700}.icon-category-button.active:hover{background:var(--fantasy-gold-dim)}.icon-picker-tabs{display:flex;border-bottom:1px solid var(--border-color);background:var(--surface-secondary)}.icon-picker-tab{flex:1;padding:var(--space-3);border:none;background:transparent;cursor:pointer;font-weight:400;color:var(--text-secondary);transition:all .2s ease}.icon-picker-tab:hover{background:var(--surface-tertiary);color:var(--text-primary)}.icon-picker-tab:focus{outline:none;background:var(--border-color);box-shadow:inset 0 -3px 0 var(--fantasy-gold)}.icon-picker-tab.active{background:var(--surface-primary);border-bottom:2px solid var(--fantasy-gold);color:var(--fantasy-gold);font-weight:700}.icon-picker-toggle-mobile,.icon-category-trigger-mobile{display:none}.icon-category-sheet-overlay{position:fixed;inset:0;background:var(--overlay-dark-60, rgba(0, 0, 0, .6));z-index:100000;display:flex;align-items:flex-end}.icon-category-sheet{width:100%;max-height:70vh;overflow-y:auto;background:var(--surface-primary);border-top-left-radius:var(--border-radius-lg, 12px);border-top-right-radius:var(--border-radius-lg, 12px);box-shadow:0 -4px 24px var(--shadow-primary-sm);padding-bottom:env(safe-area-inset-bottom,0)}.icon-category-sheet-header{padding:var(--space-4);font-weight:700;color:var(--text-primary);border-bottom:1px solid var(--border-color);position:sticky;top:0;background:var(--surface-primary)}.icon-category-sheet-item{width:100%;padding:var(--space-4);border:none;background:transparent;color:var(--text-primary);cursor:pointer;text-align:left;font-size:var(--font-size-base);border-bottom:1px solid var(--surface-tertiary);display:flex;align-items:center;gap:var(--space-3)}.icon-category-sheet-item.active{background:var(--fantasy-gold);color:var(--fantasy-text);font-weight:700}@media(max-width:768px){.icon-picker-tabs{display:none}.icon-picker-toggle-mobile{display:flex;align-items:center;justify-content:center;width:100%;padding:var(--space-3);border:none;border-bottom:1px solid var(--border-color);background:var(--surface-secondary);color:var(--fantasy-gold);font-weight:700;cursor:pointer}.icon-category-sidebar{display:none}.icon-category-trigger-mobile{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-2-5) var(--space-3);margin-bottom:var(--space-2-5);border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--surface-secondary);color:var(--text-primary);font-size:var(--font-size-sm);cursor:pointer}.icon-picker-grid{grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:var(--space-px-6)}.icon-picker-item{min-height:45px;padding:var(--space-2)}}.icon-loading{display:flex;align-items:center;justify-content:center;padding:var(--space-10);color:var(--text-secondary)}.icon-loading:after{content:"";width:20px;height:20px;border:2px solid var(--border-color);border-top:2px solid var(--fantasy-gold);border-radius:var(--border-radius-circle);animation:spin 1s linear infinite;margin-left:var(--space-2-5)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
