:root{color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,sans-serif;--bg: #16151a;--surface: #201d25;--surface-alt: #2a2730;--border: #3a3640;--text: #f2f0ec;--text-muted: #a8a3ad;--orange: #ff8a3d;--orange-dark: #e2701f;--green: #6fbf73;--green-dark: #4f9c53;--danger: #f87171;--success: #6fbf73;--cyan: #4fd1e8;--purple: #b385ff;--status-yellow: #f5c518;--status-blue: #3b82f6}:root[data-site-mode=hub]{--bg: #0d1117;--surface: #151a21;--surface-alt: #1c222b;--border: #262d38;--text: #eef1f6;--text-muted: #8b95a5;--orange: #0d6efd;--orange-dark: #0b5ed7;--success: #39ff9c}*,*:before,*:after{box-sizing:border-box}.class-icon{width:20px;height:20px;vertical-align:middle;margin-right:.4rem;border-radius:3px}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--orange)}.app-shell{max-width:1200px;margin:0 auto;padding:.5rem 1.5rem 3rem}header.app-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.4rem;margin-bottom:.5rem;border-bottom:1px solid var(--border)}.logo-slot{display:flex;align-items:center;gap:1rem}.logo-image{height:84px;width:auto;max-width:100%}.header-actions{display:flex;gap:.5rem;align-items:center}.header-actions button{padding:.5rem .9rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.header-account{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.header-actions .header-account-name{border:none;background:none;padding:0;color:var(--text);font-size:1.15rem;font-weight:700;text-decoration:underline;text-decoration-color:transparent}.header-actions .header-account-name:hover{color:var(--orange);text-decoration-color:currentColor}.header-actions .guild-switch-link{border:none;background:none;padding:0;color:var(--text-muted);font-size:.75rem;cursor:pointer;text-decoration:underline;text-decoration-color:transparent}.header-actions .guild-switch-link:hover{color:var(--orange);text-decoration-color:currentColor}.caret{font-size:.7em;margin-left:.3em}.app-body{display:flex;align-items:flex-start;gap:1.5rem}.sidebar{position:sticky;top:1.5rem;display:flex;flex-direction:column;width:200px;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-item-wrapper{display:flex;flex-direction:column}.sidebar-item{display:flex;align-items:center;gap:.7rem;width:100%;padding:.6rem .8rem;border:none;border-radius:8px;background:transparent;color:var(--text);cursor:pointer;font-weight:500;font-size:.95rem;text-align:left}.sidebar-item:hover{background:var(--surface)}.sidebar-item.active{background:var(--surface-alt);color:var(--orange)}.sidebar-item-icon{display:flex;flex-shrink:0;width:20px;height:20px;color:inherit}.sidebar-item-icon svg{width:100%;height:100%}.sidebar-item-label{flex:1}.sidebar-item-caret{font-size:.65em;color:var(--text-muted);transition:transform .15s ease}.sidebar-item-caret.open{transform:rotate(90deg)}.sidebar-accordion{display:flex;flex-direction:column;gap:.1rem;margin:.15rem 0 .3rem 1.7rem}.sidebar-accordion button{padding:.45rem .7rem;border:none;border-radius:6px;background:transparent;color:var(--text);text-align:left;cursor:pointer;font-size:.9rem}.sidebar-accordion button:hover{background:var(--surface);color:var(--orange)}.sidebar-accordion button.current{color:var(--green);font-weight:600}.sidebar-subgroup{display:flex;flex-direction:column}.sidebar-subgroup-toggle{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.45rem .7rem;border:none;border-radius:6px;background:transparent;color:var(--text);text-align:left;cursor:pointer;font-size:.9rem}.sidebar-subgroup-toggle:hover{background:var(--surface);color:var(--orange)}.sidebar-subgroup-toggle.current{color:var(--green);font-weight:600}.sidebar-subgroup-list{display:flex;flex-direction:column;gap:.1rem;margin:.1rem 0 .2rem 1rem}.sidebar-subgroup-list button{padding:.4rem .7rem;border:none;border-radius:6px;background:transparent;color:var(--text);text-align:left;cursor:pointer;font-size:.88rem}.sidebar-subgroup-list button:hover{background:var(--surface);color:var(--orange)}.sidebar-subgroup-list button.current{color:var(--green);font-weight:600}.sidebar-footer{flex-shrink:0;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.coffee-link{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:.85rem}.coffee-link:hover{background:var(--surface);color:var(--orange)}.coffee-link svg{width:18px;height:18px;flex-shrink:0}.app-main{flex:1;min-width:0}:root[data-site-mode=hub] .app-shell{max-width:none;padding:0}:root[data-site-mode=hub] header.app-header{padding:.75rem 1.5rem;margin-bottom:0;background:#000;border-bottom:1px solid var(--border)}:root[data-site-mode=hub] .logo-image{height:36px}:root[data-site-mode=hub] .header-hub-user{color:var(--text-muted);font-size:.9rem}:root[data-site-mode=hub] .app-body{gap:0;align-items:stretch;min-height:calc(100vh - 62px)}:root[data-site-mode=hub] .sidebar{width:84px;background:#000;border-right:1px solid var(--border);padding:1rem 0;top:0;align-self:stretch}:root[data-site-mode=hub] .sidebar-nav{align-items:center}:root[data-site-mode=hub] .sidebar-item{flex-direction:column;gap:.3rem;width:68px;padding:.6rem .25rem;border-radius:10px;text-align:center}:root[data-site-mode=hub] .sidebar-item-label{font-size:.68rem;flex:none}:root[data-site-mode=hub] .sidebar-footer{display:flex;justify-content:center}:root[data-site-mode=hub] .coffee-link{flex-direction:column;gap:.3rem;font-size:.65rem;text-align:center;padding:.6rem .25rem}:root[data-site-mode=hub] .app-main{padding:2rem}.guild-switch-list{display:flex;flex-direction:column;min-width:160px;background:var(--surface-alt);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0006}.guild-switch-list button{padding:.6rem 1rem;border:none;border-radius:0;background:transparent;color:var(--text);text-align:left;cursor:pointer}.guild-switch-list button:hover{background:var(--surface);color:var(--orange)}.guild-switch-list button.current{color:var(--green);font-weight:600}.guild-switch-list button:disabled{opacity:.6;cursor:default}.guild-switch-divider{height:1px;background:var(--border);margin:.3rem 0}.class-select{position:relative;display:inline-block}.class-select-trigger{padding:.5rem .9rem;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);border-radius:6px;cursor:pointer;display:inline-flex;align-items:center}.class-select-trigger:hover{border-color:var(--orange);color:var(--orange)}.class-select-trigger .caret{font-size:.7em;margin-left:.5em}.class-select-dropdown{position:absolute;top:calc(100% + .4rem);left:0;z-index:10;max-height:320px;overflow-y:auto;min-width:220px;background:var(--surface-alt);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0006;padding:.4rem 0}.class-select-group-label{padding:.4rem .9rem .2rem;color:var(--text-muted);text-transform:uppercase;font-size:.7rem;letter-spacing:.04em}.class-select-option{display:flex;align-items:center;width:100%;padding:.4rem .9rem;border:none;background:transparent;color:var(--text);text-align:left;cursor:pointer}.class-select-option:hover{background:var(--surface);color:var(--orange)}.text-muted{color:var(--text-muted);font-size:.9rem}.loot-sync-steps{padding-left:1.4rem}.loot-sync-steps li{margin-bottom:.6rem;line-height:1.4}.loot-sync-example{background:var(--surface-alt);border:1px solid var(--border);border-radius:8px;padding:1rem;overflow-x:auto;white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;line-height:1.5;color:var(--text)}.loot-sync-examples summary{cursor:pointer;font-weight:600;color:var(--orange);margin-bottom:.75rem}.loot-sync-examples summary:hover{color:var(--orange-dark)}.loot-sync-examples h3:first-of-type{margin-top:0}.roster-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.raid-team-name{margin:0;font-size:1.7rem}.roster-header-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.event-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.guild-name-header{font-size:1.1rem;font-weight:700;color:var(--orange);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.armory-guild-section+.armory-guild-section,.dashboard-guild-section+.dashboard-guild-section{margin-top:2rem}.raid-team-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.dev-banner{background:#ff8a3d1f;border:1px solid var(--orange);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;color:var(--text)}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:1rem}.dashboard-card{display:flex;flex-direction:column;gap:.35rem;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;color:var(--text);cursor:pointer}.dashboard-card:hover{border-color:var(--orange)}.dashboard-card-title{font-weight:700;color:var(--orange)}.dashboard-card-description{color:var(--text-muted);font-size:.9rem}.guild-picker-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1rem 0;align-items:start}.guild-picker-column{display:flex;flex-direction:column;gap:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.guild-picker-column h2{margin:0}.raid-groups-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.raid-group{background:var(--surface-alt);border:1px solid var(--border);border-radius:6px;padding:.6rem .75rem}.raid-group h4{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;margin:0 0 .4rem}.raid-member-list{list-style:none;padding:0;margin:0}.raid-member-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.3rem 0;border-bottom:1px solid var(--border)}.raid-member-row:last-child{border-bottom:none}.raid-member-name{display:flex;align-items:center;flex:1 1 auto;min-width:0}.raid-member-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.raid-member-actions{display:flex;align-items:center;gap:.2rem}.raid-member-stats{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.raid-role-icons{display:flex;align-items:center;gap:0;margin-right:-.4rem}.raid-role-icons .icon-button{padding-left:.1rem;padding-right:.1rem}.raid-attendance-stat{display:flex;align-items:center;gap:.15rem}.icon-button-sm{font-size:.75rem;padding:.1rem .2rem}.raid-need-row{color:var(--text-muted)}.raid-need-select{width:100%;color:var(--text-muted)}.raid-member-stat{min-width:3.25rem;text-align:right;font-size:.85rem;color:var(--text-muted)}.raid-team-tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:2px solid var(--border);margin-bottom:1rem}.raid-team-tab{background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:0;padding:.6rem 1.1rem;color:var(--text-muted);font-weight:500;cursor:pointer}.raid-team-tab:hover:not(.active){color:var(--text)}.raid-team-tab.active{color:var(--orange);border-bottom-color:var(--orange);font-weight:600}.raid-schedule-table{width:auto;background:none;border-radius:0}.raid-schedule-table td{padding:.2rem .5rem .2rem 0}.raid-schedule-list{margin:0;padding-left:1.2rem}.footnote{font-size:.7rem;color:var(--text-muted)}.icon-button{background:transparent;border:none;cursor:pointer;padding:.15rem .35rem;border-radius:4px;color:var(--text-muted);font-size:1rem;line-height:1}.icon-button:hover{background:var(--surface);color:var(--orange)}.icon-button-danger{color:var(--danger)}.icon-button-danger:hover{background:var(--surface);color:var(--danger);opacity:.8}.player-row-blocked{opacity:.5}.player-row-blocked:hover{opacity:.75}.raid-role-toggle{opacity:.35}.raid-role-toggle.active,.raid-role-badge{opacity:1}.raid-add-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.raid-add-form select{flex:1;min-width:8rem}.link-button{background:none;border:none;padding:0;color:var(--orange);cursor:pointer;font-weight:600;text-decoration:underline}.link-button.danger-link{color:var(--danger)}.share-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;max-width:520px;margin:1rem 0 1.5rem}.share-card-logo{display:block;height:70px;width:auto;max-width:100%;margin-bottom:1rem}.share-card h3{margin:0 0 .5rem}.share-card p{margin:0 0 1rem;color:var(--text-muted)}.share-card-link{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.share-card-link code{background:var(--surface-alt);padding:.4rem .7rem;border-radius:6px;font-size:.85rem;word-break:break-all}.share-card-link button{padding:.5rem .9rem;border-radius:6px;border:none;background:linear-gradient(90deg,var(--orange),var(--orange-dark));color:#1a1208;font-weight:600;cursor:pointer}.name-link{background:none;border:none;padding:0;margin:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.name-link:hover{color:var(--orange)}.character-detail h3{color:var(--text-muted);text-transform:uppercase;font-size:.8rem;letter-spacing:.04em;margin-bottom:.3rem}.character-detail-layout{display:flex;gap:1.5rem;align-items:flex-start;margin-top:1rem}.character-stats-panel{flex:0 0 260px}.character-stats-panel table{margin-bottom:1rem}.character-stats-panel th,.character-stats-panel td{padding:.35rem .7rem}.character-equipment-panel{flex:1;min-width:0}.character-paperdoll{display:flex;gap:1rem;align-items:flex-start}.paperdoll-column{display:flex;flex-direction:column;gap:.5rem;width:160px;flex-shrink:0}.paperdoll-middle{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:200px}.paperdoll-row{display:flex;gap:.5rem}.paperdoll-row .equipment-slot{flex:1;min-width:0}.paperdoll-spacer{flex:1;min-height:3rem}.equipment-slot{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem .7rem;cursor:default}.equipment-slot:hover{border-color:var(--orange)}.equipment-slot-empty{opacity:.5}.equipment-slot-label{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;letter-spacing:.04em}.equipment-slot-item{font-weight:600}.item-hover-name{position:relative;display:inline-block;cursor:help;border-bottom:1px dotted var(--text-muted)}.item-hover-button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left}.item-hover-button .item-hover-name{cursor:pointer}.item-view-panel{margin-top:1rem}.item-tooltip-popover{position:absolute;width:320px;z-index:30;box-shadow:0 8px 24px #0006}.item-tooltip-popover.pop-below{top:calc(100% + .4rem);left:0}.item-tooltip-popover.pop-right{top:0;left:calc(100% + .4rem)}.item-tooltip-popover.pop-left{top:0;right:calc(100% + .4rem)}.item-tooltip{max-width:320px;padding:.85rem 1.1rem;background:#0b0a0e;border:1px solid #c9a227;border-radius:8px;box-shadow:inset 0 0 0 1px #c9a22740}.item-tooltip-name{font-weight:700;font-size:1.1rem;color:var(--text)}.item-tooltip-tier{font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:.85rem;margin-top:.15rem}.item-tooltip-level-line{color:var(--text-muted);font-size:.85rem;margin-top:.15rem}.item-tooltip-desc{color:var(--text-muted);font-style:italic;font-size:.85rem;margin:.4rem 0 0}.item-tooltip-divider{border:none;border-top:1px solid rgba(201,162,39,.35);margin:.55rem 0}.item-tooltip-stats{display:grid;grid-template-columns:1fr 1fr;gap:.2rem 1rem;font-size:.9rem;font-weight:600}.item-tooltip-stat.accent-green{color:var(--green)}.item-tooltip-stat.accent-blue{color:var(--cyan)}.item-tooltip-info{display:grid;grid-template-columns:auto 1fr;gap:.2rem .85rem;font-size:.85rem;margin:0}.item-tooltip-info dt{color:var(--text-muted);font-weight:400}.item-tooltip-info dd{margin:0;color:#9fd6ff}.item-tooltip-classes{color:var(--green);font-weight:600;font-size:.9rem;margin:0}.item-tooltip-adorns-list{font-size:.85rem;margin:0}.item-tooltip-adorns-label{color:var(--orange);font-weight:700;text-transform:uppercase;font-size:.75rem}.item-tooltip-flags{color:#e8dcb0;font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;text-align:center;margin:0}.item-tooltip-effects{color:var(--cyan);font-size:.85rem;margin:0}.named-mob-image{max-width:100%;max-height:360px;border-radius:8px;border:1px solid var(--border);display:block;margin-bottom:.5rem}.named-mob-drops{list-style:none;padding:0;margin:0 0 1rem}.named-mob-drops li{padding:.3rem 0;border-bottom:1px solid var(--border)}.named-mob-move-drop{display:flex;align-items:center;gap:.4rem;margin:.4rem 0 .6rem}.named-mob-search-result{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem}.named-mob-search-item{font-weight:600;margin-bottom:.3rem}.named-mob-search-mobs{list-style:none;padding:0;margin:0;font-size:.9rem}.named-mob-activity{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.named-mob-activity h3{margin-top:0}.named-mob-activity ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.named-mob-ignore-patterns{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.named-mob-ignore-patterns h3{margin-top:0}.named-mob-ignore-patterns ul{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.3rem;font-size:.9rem}.zone-tree-list,.zone-tree-children{list-style:none;margin:0;padding:0}.zone-tree-children{margin-left:1.4rem;border-left:1px solid var(--border);padding-left:.75rem}.zone-tree-row{padding:.25rem 0}.zone-tree-row-main{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.zone-tree-caret-btn{background:transparent;border:none;cursor:pointer;padding:.15rem;display:flex;align-items:center;color:var(--text-muted)}.zone-tree-caret-btn:hover{color:var(--orange)}.zone-tree-caret-spacer{display:inline-block;width:1.1em}.zone-tree-name{font-weight:600}.zone-tree-name-group{color:var(--text-muted)}.zone-tree-kind{font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.zone-tree-count{font-size:.85rem;margin-left:auto}.zone-tree-organize-form{margin:.4rem 0 .4rem 1.9rem}table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:8px;overflow:hidden}.dkp-log-scroll{max-height:26rem;overflow-y:auto;border-radius:8px}.dkp-log-scroll table{border-radius:0}.dkp-log-scroll thead th{position:sticky;top:0;background:var(--surface);z-index:1}th,td{text-align:left;padding:.6rem .85rem;border-bottom:1px solid var(--border)}th{color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em}.status-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:#6fbf7326;color:var(--success, #6fbf73)}.status-badge.status-unsold{background:#f5a52326;color:var(--orange)}.status-badge.status-cancelled{background:#f8717126;color:var(--danger)}.currency-input{display:inline-flex;gap:.4rem;align-items:center}.currency-input-field{display:inline-flex;align-items:center;gap:.25rem}.currency-input-field input{width:5rem}.currency-icon{width:16px;height:16px;vertical-align:middle;object-fit:contain}.currency-amount{display:inline-flex;gap:.5rem;align-items:center}.currency-amount-part{display:inline-flex;align-items:center;gap:.15rem;white-space:nowrap}.bid-history-list{list-style:none;margin:.5rem 0 0;padding:0;font-size:.9rem}.bid-history-list li{padding:.25rem 0}.coming-soon{text-align:center;padding:4rem 1rem;color:var(--text-muted)}.armory-form-wrap{position:relative}.armory-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;align-items:center;background:var(--surface);padding:1rem;border-radius:8px;border:1px solid var(--border)}.armory-form>*{min-width:0}.armory-form input[type=number]{max-width:6rem;justify-self:start}.armory-form-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;background:#000000a6;border-radius:8px;color:var(--text);font-weight:600}.search-select{position:relative;width:100%}.search-select input{width:100%}.search-select-menu{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:20;max-height:14rem;overflow-y:auto;background:var(--bg);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0006}.search-select-option{padding:.4rem .7rem;cursor:pointer}.search-select-option:hover{background:var(--surface-alt)}.search-select-empty{padding:.4rem .7rem;color:var(--text-muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal-card.modal-card-wide{max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.modal-header h3{margin:0}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:.1rem .4rem}.modal-close:hover{color:var(--text)}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.modal-section-title{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;margin:0 0 .5rem}.modal-section-fields{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.poll-field-grow{flex:1 1 auto;min-width:0}.poll-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.poll-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.poll-card-meta{margin:0 0 .5rem;color:var(--text-muted);font-size:.9rem}.poll-options{display:flex;flex-direction:column;gap:.3rem;margin:.5rem 0}.poll-option-row{display:flex;align-items:center;gap:.4rem}.poll-option-row input{flex:1 1 auto;min-width:0}.poll-option-edit-btn{background:none;border:none;padding:0;cursor:pointer;font-size:.85rem;line-height:1;opacity:.6}.poll-option-edit-btn:hover{opacity:1}.poll-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.poll-card-actions .settings-field-inline{margin:0}.modal-section-fields label{display:flex;align-items:center;gap:.4rem;color:var(--text-muted)}.modal-section-fields .search-select{flex:1 1 220px;width:auto}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.armory-stat-input{width:4rem}.armory-stat-input-wide{width:7rem}.bulk-items-table{width:100%;border-collapse:collapse;margin-bottom:.75rem}.bulk-items-table th{text-align:left;color:var(--text-muted);font-size:.8rem;font-weight:600;padding:.3rem .4rem}.bulk-items-table td{padding:.2rem .4rem}.bulk-items-table td:nth-child(1){min-width:11rem}.bulk-items-table td:nth-child(2) input{width:11rem}.bulk-items-table select,.bulk-items-table input{width:100%}.bulk-items-table input[type=number]{width:5rem}.armory-form label{display:flex;align-items:center;gap:.4rem;color:var(--text-muted)}.feedback-form{display:flex;flex-direction:column;gap:.75rem;background:var(--surface);padding:1rem;border-radius:8px;border:1px solid var(--border);max-width:520px;margin-bottom:1.5rem}.feedback-form textarea{resize:vertical}.join-request-form{display:flex;flex-direction:column;gap:.6rem;background:var(--surface);padding:.75rem;border-radius:8px;border:1px solid var(--border);max-width:420px;margin:.5rem 0}.join-request-form textarea{resize:vertical}.join-request-form-actions{display:flex;gap:.6rem}.feedback-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.feedback-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.feedback-item.resolved .feedback-title{text-decoration:line-through;color:var(--text-muted)}.feedback-checkbox{display:flex;align-items:center;gap:.5rem;font-weight:600;cursor:default}.feedback-checkbox input[type=checkbox]:not(:disabled){cursor:pointer}.feedback-meta{margin:.2rem 0 0 1.5rem;font-size:.85rem}.feedback-description{margin:.4rem 0 0 1.5rem;white-space:pre-wrap}.settings-form{display:flex;flex-direction:column;gap:.9rem;max-width:480px}.settings-field-row{display:flex;flex-wrap:wrap;gap:.9rem 1.5rem}.settings-field-row .settings-field{flex:1 1 140px}.info-tip{position:relative;display:inline-flex;margin-left:.4rem;vertical-align:middle}.info-tip-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:50%;color:var(--text-muted);font-size:.85rem;line-height:1;cursor:help}.info-tip-icon:hover,.info-tip-icon:focus{color:var(--orange);outline:none}.info-tip-popover{position:absolute;top:100%;left:0;z-index:30;margin-top:.4rem;width:280px;max-width:min(280px,80vw);padding:.65rem .85rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0006;color:var(--text);font-size:.85rem;font-weight:400;text-transform:none;letter-spacing:normal;line-height:1.4}.settings-field{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;color:var(--text-muted);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.settings-field select,.settings-field input,.settings-field textarea{width:100%;font-weight:400;font-size:1rem;text-transform:none;letter-spacing:normal;color:var(--text)}.settings-field textarea{resize:vertical;font-family:inherit}.settings-field-inline{display:flex;align-items:center;gap:.5rem;color:var(--text)}.class-restriction-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem 1.5rem;margin-top:.5rem}.class-restriction-grid .settings-field-inline{gap:.35rem}.settings-field-inline input[type=radio]{width:auto}.recruitment-class-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:.75rem 0}.recruitment-class-group h4{margin:0 0 .4rem;color:var(--orange)}.recruitment-tag-grid,.music-channel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.4rem 1rem;margin:.5rem 0 1rem}.music-command-roles-table{margin:.5rem 0 1rem;border-collapse:collapse}.music-command-roles-table td{padding:.25rem .75rem .25rem 0;vertical-align:top}.music-command-roles-table select[multiple]{min-width:220px;min-height:4.5rem}.progression-zone-group{margin-bottom:1.5rem}.recruitment-tag-chip{display:inline-block;background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;padding:.25rem .75rem;margin:0 .4rem .4rem 0;font-size:.8rem;color:var(--text-muted)}.bot-invite-card{display:flex;gap:1.5rem;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;max-width:560px;margin:1rem 0}.bot-invite-image{width:140px;height:auto;flex-shrink:0;border-radius:8px}.bot-invite-body{flex:1;min-width:0}.bot-invite-tagline{margin:0 0 .4rem;font-size:1.1rem;font-weight:700}.discord-link-preview{background:#2b2d31;border:1px solid #1e1f22;border-radius:8px;padding:.75rem 1rem;margin:.5rem 0;max-width:400px}.discord-link-provider{color:#949ba4;font-size:.8rem;margin-bottom:.2rem}.discord-link-title{color:#00a8fc;font-weight:600;font-size:.95rem;margin-bottom:.35rem}.discord-link-description{color:#dbdee1;font-size:.875rem;line-height:1.35;margin-bottom:.6rem}.discord-link-image{display:block;width:100%;max-width:356px;border-radius:6px}.example-image{display:block;width:100%;max-width:800px;border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem}.forum-rank-badge{display:inline-block;font-size:.7rem;padding:.1rem .4rem;border-radius:4px;background:var(--surface-alt);color:var(--text-muted);margin-left:.4rem;white-space:nowrap}.forum-like-button{background:transparent;border:1px solid var(--border);border-radius:4px;color:var(--text-muted);padding:.15rem .5rem;font-size:.8rem;cursor:pointer}.forum-like-button.liked{border-color:var(--orange);color:var(--orange)}.forum-editor-toolbar{display:flex;gap:.4rem;margin-bottom:.4rem;flex-wrap:wrap}.forum-editor-toolbar button{padding:.2rem .5rem;font-size:.85rem}.forum-editor-image-button{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.85rem;border:1px solid var(--border);border-radius:4px;cursor:pointer;background:var(--surface-alt);color:var(--text-muted)}.forum-editor textarea{width:100%}.forum-editor-preview{border:1px solid var(--border);border-radius:6px;padding:.75rem;background:var(--surface-alt);min-height:6rem}.forum-post-body img{max-width:100%;border-radius:6px}.forum-mention{color:var(--orange);font-weight:600}.forum-mention-popover{border:1px solid var(--border);border-radius:6px;padding:.5rem;margin-bottom:.5rem;background:var(--surface-alt)}.forum-mention-popover input{width:100%;margin-bottom:.4rem}.forum-mention-popover ul{list-style:none;margin:0 0 .4rem;padding:0;max-height:150px;overflow-y:auto}.forum-notification-bell{position:relative}.forum-notification-dropdown{position:absolute;right:0;top:100%;z-index:20;width:300px;max-height:350px;overflow-y:auto;background:var(--surface-alt);border:1px solid var(--border);border-radius:8px;padding:.75rem;box-shadow:0 8px 24px #0006}.forum-notification-dropdown ul{list-style:none;margin:0;padding:0}.forum-notification-dropdown li.unread button{font-weight:600}.forum-notification-dropdown li button{width:100%;text-align:left;background:transparent;border:none;padding:.4rem 0;color:var(--text);cursor:pointer}.forum-badge-chip{display:inline-block;font-size:.75rem;padding:.1rem .5rem;border:1px solid var(--border);border-radius:999px;margin:0 .3rem .3rem 0;white-space:nowrap}.forum-report-reason{white-space:pre-wrap}.secret-key-box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin:.5rem 0;max-width:500px;color:var(--text)}input,select,textarea{padding:.5rem;border-radius:6px;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);font-family:inherit}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:2.25rem;height:1.25rem;min-width:2.25rem;padding:0;border-radius:999px;border:1px solid var(--border);background:var(--surface-alt);position:relative;cursor:pointer;vertical-align:middle;transition:background-color .15s ease,border-color .15s ease}input[type=checkbox]:before{content:"";position:absolute;top:1px;left:1px;width:1rem;height:1rem;border-radius:50%;background:var(--text-muted);transition:transform .15s ease,background-color .15s ease}input[type=checkbox]:checked{background:linear-gradient(90deg,var(--green),var(--green-dark));border-color:var(--green-dark)}input[type=checkbox]:checked:before{transform:translate(1rem);background:#1a1208}input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}input[type=checkbox]:focus-visible{outline:2px solid var(--orange);outline-offset:2px}button{font-family:inherit}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(ellipse 900px 500px at 50% 15%,rgba(255,138,61,.16),transparent 70%),var(--bg)}.login-card{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:.9rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 2rem 2.25rem;box-shadow:0 24px 60px -20px #0009}.login-logo-image{display:block;width:100%;height:auto}.site-stats{display:flex;gap:1.75rem}.site-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.site-stat-value{font-size:1.4rem;font-weight:700;color:var(--orange)}.site-stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.site-stats-compact{display:flex;flex-direction:column;gap:.1rem;font-size:.78rem;color:var(--text-muted);line-height:1.3}.site-stat-compact strong{color:var(--text)}.login-subtitle{margin:0;color:var(--text-muted);max-width:34ch}.login-card .error-banner{margin:0}.armory-form button,form button[type=submit],.button-orange{padding:.6rem 1rem;border-radius:6px;border:none;background:linear-gradient(90deg,var(--orange),var(--orange-dark));color:#1a1208;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}button[type=submit].button-grey{background:var(--surface-alt);color:var(--text-muted);border:1px solid var(--border)}.discord-login-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1.5rem;border-radius:8px;border:none;background:#5865f2;color:#fff;font-weight:600;font-size:1.02rem;cursor:pointer;text-decoration:none;margin-top:.4rem;transition:background .15s ease,transform .15s ease}.discord-login-button:hover{background:#4752c4;transform:translateY(-1px)}.discord-icon{flex-shrink:0}.error-banner{color:var(--danger);margin-bottom:1rem}.success-banner{color:var(--success);margin-bottom:1rem}.guild-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.guild-list button{width:100%;text-align:left;padding:.6rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.guild-list button:hover{border-color:var(--green)}.guild-list button.current{border-color:var(--orange);color:var(--orange)}.attendance-layout{display:flex;flex-direction:column;gap:1.5rem}.attendance-event-picker{display:flex;flex-direction:column;gap:.4rem;max-width:640px}.attendance-event-picker label{font-weight:600;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.event-picker-label-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.event-picker-label-row .settings-field-inline{font-weight:400;text-transform:none;font-size:.85rem;letter-spacing:normal;color:var(--text-muted)}.event-picker-select{padding:.7rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1rem;cursor:pointer}.event-picker-select:hover{border-color:var(--green)}.event-picker-select:focus{border-color:var(--orange);outline:none}.attendance-board{min-width:0}.rsvp-status-icon{margin-right:.4rem;font-size:.9rem}.status-box{display:inline-flex;align-items:center;justify-content:center;width:.95rem;height:.95rem;border-radius:3px;margin-right:.4rem;font-size:.65rem;line-height:1;font-weight:700;color:#fff;vertical-align:middle}.status-box-white{background:transparent;border:1.5px solid var(--text-muted)}.status-box-yellow{background:var(--status-yellow)}.status-box-green{background:var(--green)}.status-box-blue{background:var(--status-blue)}.status-light{display:inline-block;width:.7rem;height:.7rem;border-radius:50%}.status-light-green{background:var(--success)}.status-light-yellow{background:var(--orange)}.status-light-red{background:var(--danger)}.rsvp-legend{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border);font-size:.85rem}.rsvp-legend-item{display:inline-flex;align-items:center;margin-right:1rem}.force-status-picker{position:relative;display:inline-block}.force-status-menu{position:absolute;right:0;top:100%;z-index:20;margin-top:.25rem;display:flex;flex-direction:column;min-width:170px;padding:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 14px #0006}.force-status-menu button{display:flex;align-items:center;gap:.35rem;padding:.35rem .5rem;background:transparent;border:none;border-radius:4px;color:var(--text);font-size:.85rem;text-align:left;cursor:pointer}.force-status-menu button:hover{background:var(--surface-alt)}.dkp-balance{font-weight:600;color:var(--orange)}.delta-positive{color:var(--green)}.delta-negative{color:var(--danger)}.txn-deleted td{text-decoration:line-through;opacity:.55}.hub-page{min-height:100vh;background:linear-gradient(rgba(13,110,253,.08),transparent 320px),repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0px,transparent 1px,transparent 40px),repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0px,transparent 1px,transparent 40px),var(--bg)}.hub-nav{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 2rem;border-bottom:1px solid var(--border);background:var(--surface)}.hub-nav-logo{height:36px;width:auto}.hub-nav nav{display:flex;gap:1.75rem}.hub-nav-tab{background:none;border:none;padding:0;color:var(--text-muted);cursor:pointer;font-weight:600;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}.hub-nav-tab.active{color:var(--orange)}.hub-hero{max-width:640px;margin:4rem auto 3rem;padding:0 1.5rem;text-align:center}.hub-hero h1{font-size:2.6rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.hub-tagline{color:var(--text-muted);max-width:42ch;margin:0 auto 1.25rem}.hub-features{max-width:960px;margin:0 auto 3rem;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.hub-feature-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--orange);border-radius:6px;padding:1.25rem}.hub-feature-card h3{margin-top:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;color:var(--orange)}.hub-feature-card p{color:var(--text-muted);margin-bottom:0}.hub-section{max-width:720px;margin:2.5rem auto;padding:0 1.5rem}.changelog-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.changelog-entry{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--orange);border-radius:6px;padding:1.1rem 1.25rem}.changelog-date{color:var(--text-muted);font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.02em}.changelog-entry h3{margin:.2rem 0 .4rem}.changelog-entry p{margin-bottom:0;color:var(--text-muted)}.expansion-guide-tagline{color:var(--text-muted)}.expansion-guide-codex-count{color:var(--text-muted);font-size:.9rem}.expansion-guide-detail{max-width:820px}.expansion-guide-released{color:var(--text-muted);font-size:.85rem;margin-bottom:.25rem}.expansion-guide-section{margin-top:1.75rem}.expansion-guide-section h3{color:var(--orange);margin-bottom:.5rem}.expansion-guide-sources{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.expansion-guide-sources h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.expansion-guide-sources ul{font-size:.85rem}.bot-card:disabled{cursor:default;opacity:.55}.bot-card:disabled:hover{border-color:var(--border)}.hub-dashboard h2,.my-bots-page h2,.bot-settings-page h2{margin-top:0}.bot-settings-page>.link-button{margin-bottom:.75rem}.bot-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin:1.25rem 0}.bot-card{display:flex;flex-direction:column;gap:.4rem;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.1rem;cursor:pointer;color:var(--text)}.bot-card:hover{border-color:var(--orange)}.bot-card-name{font-weight:700;font-size:1.05rem}
