:root{--bg: #0a0b0f;--bg-elevated: #12141c;--bg-card: #181b26;--border: #2a2f3f;--border-subtle: #1e2230;--text: #e8eaef;--text-muted: #8b92a8;--text-dim: #5c6378;--accent: #6b9fff;--accent-hover: #8ab4ff;--accent-muted: rgba(107, 159, 255, .12);--success: #4ade80;--error: #f87171;--radius: 10px;--radius-sm: 6px;--font: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--max-width: 1080px;--nav-height: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover)}.site-nav{position:sticky;top:0;z-index:100;height:var(--nav-height);background:#0a0b0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle)}.site-nav__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.site-nav__brand{font-weight:600;font-size:1.05rem;color:var(--text);letter-spacing:-.02em}.site-nav__brand:hover{color:var(--text)}.site-nav__links{display:flex;gap:1.75rem;list-style:none}.site-nav__links a{color:var(--text-muted);font-size:.9rem;font-weight:500}.site-nav__links a:hover,.site-nav__links a.active{color:var(--text)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--compact{padding:3rem 0}.hero{padding:7rem 0 5rem}.hero__eyebrow{font-size:.85rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.hero__title{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.25rem}.hero__subtitle{font-size:1.15rem;color:var(--text-muted);max-width:540px;line-height:1.7}.hero__actions{display:flex;gap:1rem;margin-top:2.25rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.9rem;font-weight:500;font-family:var(--font);border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s;text-decoration:none}.btn--primary{background:var(--accent);color:#0a0b0f;border-color:var(--accent)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#0a0b0f}.btn--ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn--ghost:hover{color:var(--text);border-color:var(--text-dim)}.btn--large{padding:.8rem 1.75rem;font-size:.95rem}.btn:disabled{opacity:.45;cursor:not-allowed}.section-header{margin-bottom:2.5rem}.section-header__label{font-size:.8rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.5rem}.section-header__title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.card:hover{border-color:var(--border)}.card__title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.card__desc{font-size:.9rem;color:var(--text-muted);line-height:1.6}.card__tag{display:inline-block;font-size:.75rem;font-weight:500;color:var(--accent);background:var(--accent-muted);padding:.2rem .55rem;border-radius:4px;margin-bottom:.75rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-grid p{color:var(--text-muted);margin-bottom:1rem}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.skill-list li{font-size:.82rem;font-weight:500;color:var(--text-muted);background:var(--bg-elevated);border:1px solid var(--border-subtle);padding:.35rem .75rem;border-radius:var(--radius-sm)}.contact-links{display:flex;gap:1.5rem;flex-wrap:wrap}.contact-links a{font-size:.95rem;font-weight:500}.site-footer{border-top:1px solid var(--border-subtle);padding:2rem 0;margin-top:2rem}.site-footer p{font-size:.85rem;color:var(--text-dim);text-align:center}.tool-header{padding:3rem 0 2rem}.tool-header__title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.tool-header__desc{color:var(--text-muted);max-width:600px}.tool-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:4rem;align-items:start}.panel{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem}.panel__title{font-size:.95rem;font-weight:600;margin-bottom:1.25rem;color:var(--text)}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:.82rem;font-weight:500;color:var(--text-muted);margin-bottom:.4rem}.form-hint{font-size:.78rem;color:var(--text-dim);margin-top:.3rem}.form-input,.form-select{width:100%;padding:.55rem .75rem;font-size:.9rem;font-family:var(--font);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);outline:none;transition:border-color .15s}.form-input:focus,.form-select:focus{border-color:var(--accent)}.form-input[type=number]{max-width:120px}.checkbox-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.checkbox-row input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px}.checkbox-row label{font-size:.88rem;color:var(--text-muted);cursor:pointer}.expansion-toggles{display:flex;flex-direction:column;gap:.35rem}.player-card{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:1rem;margin-bottom:.75rem}.player-card:last-child{margin-bottom:0}.player-card__header{font-size:.85rem;font-weight:600;margin-bottom:.6rem;color:var(--text)}.autocomplete{position:relative}.autocomplete__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 8px 24px #00000059;max-height:220px;overflow-y:auto}.autocomplete__option{display:block;width:100%;padding:.55rem .75rem;font-size:.85rem;font-family:var(--font);text-align:left;color:var(--text-muted);background:none;border:none;cursor:pointer}.autocomplete__option:hover,.autocomplete__option.is-active{background:var(--accent-muted);color:var(--text)}.tag-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem;min-height:0}.tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--text-muted);background:var(--bg);border:1px solid var(--border-subtle);padding:.25rem .5rem;border-radius:4px}.tag__remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;font-size:1rem;line-height:1;color:var(--text-dim);background:none;border:none;cursor:pointer;border-radius:2px}.tag__remove:hover{color:var(--error)}.tool-actions{display:flex;gap:.75rem;margin-top:1.5rem}.results-panel{min-height:200px}.results-empty{color:var(--text-dim);font-size:.9rem;text-align:center;padding:3rem 1rem}.result-player{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-bottom:.75rem}.result-player:last-child{margin-bottom:0}.result-player__name{font-size:.95rem;font-weight:600;color:var(--accent);margin-bottom:.5rem}.result-player__factions{list-style:none}.result-player__factions li{font-size:.95rem;padding:.3rem 0;color:var(--text)}.alert{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.88rem;margin-bottom:1rem}.alert--error{background:#f871711a;border:1px solid rgba(248,113,113,.25);color:var(--error)}.pool-info{font-size:.82rem;color:var(--text-dim);margin-top:.75rem}.site-footer a{color:var(--text-dim)}.site-footer a:hover{color:var(--text-muted)}@media(max-width:768px){.about-grid,.tool-layout{grid-template-columns:1fr}.hero{padding:4.5rem 0 3rem}.section{padding:3.5rem 0}.site-nav__links{gap:1rem}}
