.site-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#412f1bf5,#221a10f5);border-bottom:1px solid rgba(255,215,150,.15);box-shadow:inset 0 1px #ffffff0d,0 10px 22px #00000059;isolation:isolate}.site-header:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 20% 0%,rgba(255,231,176,.12),transparent 55%),radial-gradient(circle at 80% 100%,rgba(244,207,122,.1),transparent 55%),linear-gradient(180deg,#ffffff0f,#0000000d),repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 2px,transparent 6px);mix-blend-mode:overlay;opacity:.55}.site-header:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% 0%,#0000,#00000040);opacity:.55}.site-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px;min-width:0}.site-header__brand{position:relative;display:inline-flex;align-items:center;gap:10px;padding:6px 0;overflow:hidden;min-width:0}.site-header__brand-main{font-family:var(--font-main);font-weight:900;font-size:1.15rem;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(180deg,#ffe7b0,#f4cf7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.55);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header__brand-shimmer{position:absolute;top:0;bottom:0;left:-40%;width:40%;pointer-events:none;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.1) 35%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.1) 65%,transparent 100%);transform:skew(-18deg);animation:header-shimmer 6.5s ease-in-out infinite;opacity:.55}@keyframes header-shimmer{0%{transform:translate(0) skew(-18deg);opacity:0}10%{opacity:.55}45%{opacity:.25}70%{transform:translate(420%) skew(-18deg);opacity:0}to{transform:translate(420%) skew(-18deg);opacity:0}}@media(prefers-reduced-motion:reduce){.site-header__brand-shimmer{animation:none;opacity:.15}}.site-header__nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center;min-width:0}.site-header__nav a{position:relative;font-weight:800;font-size:.85rem;letter-spacing:.4px;text-transform:uppercase;color:#f7f3e9;padding:6px 2px;transition:color .2s ease,transform .2s ease}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0%;height:2px;background:linear-gradient(90deg,#f4cf7a,#ffe7b0);transition:width .25s ease;opacity:.95}.site-header__nav a:hover{color:#ffe7b0;transform:translateY(-1px)}.site-header__nav a:hover:after{width:100%}.site-header__nav a.active{color:#ffe7b0}.site-header__nav a.active:after{width:100%}.site-header__auth{display:flex;align-items:center;gap:12px;position:relative;min-width:0}.site-header__button{padding:7px 12px;border-radius:12px;border:1px solid rgba(255,215,150,.35);background:linear-gradient(180deg,#ffffff26,#ffffff0d);color:#ffe7b0;font-weight:800;font-size:.8rem;letter-spacing:.3px;cursor:pointer;transition:all .2s ease;box-shadow:inset 0 1px #ffffff1a,0 4px 12px #00000040}.site-header__button:hover{transform:translateY(-1px);background:linear-gradient(180deg,#ffd79647,#ffd7961f)}.site-header__button:active{transform:translateY(0)}.site-header__button--primary{background:linear-gradient(180deg,#ffe7b0,#f4cf7a);color:#2b1c0f;border-color:#4f3d2380}.site-header__user{position:relative}.site-header__userButton{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border-radius:999px;cursor:pointer;background:#ffffff14;border:1px solid rgba(255,215,150,.22);color:#ffe7b0;font-weight:900;font-size:.82rem;letter-spacing:.3px;box-shadow:inset 0 1px #ffffff0d;transition:transform .2s ease,background .2s ease;min-width:0}.site-header__userButton:hover{transform:translateY(-1px);background:#ffffff1f}.site-header__userName{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.site-header__chev{opacity:.9;transition:transform .2s ease}.site-header__chev.is-open{transform:rotate(180deg)}.site-header__menu{position:absolute;right:0;top:calc(100% + 10px);width:230px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,215,150,.22);background:linear-gradient(180deg,#281e12fa,#1c160efa);box-shadow:inset 0 1px #ffffff0f,0 18px 40px #00000073;transform-origin:top right;animation:menu-pop .14s ease-out;z-index:60}@keyframes menu-pop{0%{transform:translateY(-6px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.site-header__menuHeader{padding:12px 12px 10px;border-bottom:1px solid rgba(255,215,150,.12);background:#ffffff08}.site-header__menuTitle{font-weight:900;color:#ffe7b0;letter-spacing:.3px}.site-header__menuSub{margin-top:2px;font-size:.78rem;opacity:.8;color:#f7f3e9d9}.site-header__menuItems{display:grid;padding:8px;gap:6px}.site-header__menuItem{display:block;width:100%;text-align:left;padding:9px 10px;border-radius:12px;color:#f7f3e9eb;font-weight:800;font-size:.82rem;background:#ffffff0a;border:1px solid rgba(255,215,150,.08);cursor:pointer;transition:transform .16s ease,background .16s ease}.site-header__menuItem:hover{transform:translateY(-1px);background:#ffe7b01a}.site-header__menuItem--danger{border-color:#c85a322e}.site-header__menuItem--danger:hover{background:#ffaa8c1a}.site-header__right{display:flex;align-items:center;gap:12px;min-width:0}.site-header__hamburger{display:none;width:44px;height:40px;border-radius:12px;border:1px solid rgba(255,215,150,.25);background:#ffffff0f;cursor:pointer;box-shadow:inset 0 1px #ffffff0f,0 6px 14px #00000040}.site-header__hamburger:focus-visible{outline:3px solid rgba(244,207,122,.4);outline-offset:2px}.site-header__hamburgerIcon{width:18px;height:14px;position:relative;display:inline-block}.site-header__hamburgerIcon span{position:absolute;left:0;right:0;height:2px;border-radius:999px;background:#ffe7b0eb;transition:transform .14s ease,opacity .14s ease,top .14s ease}.site-header__hamburgerIcon span:nth-child(1){top:0}.site-header__hamburgerIcon span:nth-child(2){top:6px}.site-header__hamburgerIcon span:nth-child(3){top:12px}.site-header__hamburgerIcon.is-open span:nth-child(1){top:6px;transform:rotate(45deg)}.site-header__hamburgerIcon.is-open span:nth-child(2){opacity:0}.site-header__hamburgerIcon.is-open span:nth-child(3){top:6px;transform:rotate(-45deg)}.site-header__overlay{position:fixed;inset:0;z-index:45;background:#00000073}.site-header__mobile{position:fixed;left:12px;right:12px;top:72px;z-index:55;border-radius:18px;border:1px solid rgba(255,215,150,.22);background:linear-gradient(180deg,#281e12fa,#1c160efa);box-shadow:inset 0 1px #ffffff0f,0 26px 52px #00000080;transform:translateY(-10px);opacity:0;pointer-events:none;transition:transform .14s ease,opacity .14s ease}.site-header__mobile.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.site-header__mobileNav{display:grid;padding:10px;gap:6px}.site-header__mobileNav a{padding:12px;border-radius:14px;color:#f7f3e9eb;font-weight:900;text-transform:uppercase;letter-spacing:.4px;font-size:.85rem;background:#ffffff0a;border:1px solid rgba(255,215,150,.08);transition:transform .16s ease,background .16s ease}.site-header__mobileNav a:hover{transform:translateY(-1px);background:#ffe7b01a}.site-header__mobileNav a.active{background:#f4cf7a24;border-color:#f4cf7a52;color:#ffe7b0}.site-header__mobileDivider{height:1px;margin:10px 6px;background:#ffd7961f}.site-header__mobileDanger{padding:12px;border-radius:14px;border:1px solid rgba(200,90,50,.22);background:#ffaa8c14;color:#ffbeaaf2;font-weight:900;text-align:left;cursor:pointer}@media(max-width:900px){.site-header__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}.site-header__nav{display:none}.site-header__hamburger{display:inline-flex;align-items:center;justify-content:center}.site-header__auth{justify-content:flex-end}.site-header__menu{right:0;transform:none;transform-origin:top right}}.site-footer{position:relative;margin-top:60px;overflow:hidden;background:linear-gradient(180deg,#221a10fa,#120e0afa);border-top:1px solid rgba(255,215,150,.18);box-shadow:inset 0 1px #ffffff0a,0 -10px 26px #00000059;color:#f7f3e9d9;font-size:.85rem;isolation:isolate}.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 15% 0%,rgba(255,231,176,.1),transparent 55%),radial-gradient(circle at 85% 100%,rgba(244,207,122,.08),transparent 55%),linear-gradient(180deg,#ffffff0d,#0000000f),repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 2px,transparent 6px);mix-blend-mode:overlay;opacity:.55}.site-footer:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:70%;height:1px;pointer-events:none;z-index:-1;background:linear-gradient(90deg,transparent,rgba(255,231,176,.55),transparent);opacity:.7}.site-footer__dust{position:absolute;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle,rgba(255,231,176,.14) 0 1px,transparent 2px) 0 0 / 140px 140px,radial-gradient(circle,rgba(255,255,255,.1) 0 1px,transparent 2px) 0 0 / 220px 220px;opacity:.35;filter:blur(.2px);animation:footer-dust-drift 14s linear infinite}@keyframes footer-dust-drift{0%{transform:translateZ(0)}to{transform:translate3d(-60px,-40px,0)}}@media(prefers-reduced-motion:reduce){.site-footer__dust{animation:none}}.site-footer__inner{position:relative;display:grid;grid-template-columns:1.1fr .8fr 1.1fr;gap:26px;align-items:center;padding:40px 60px 30px}.site-footer__col{display:flex;flex-direction:column;gap:10px}.site-footer__col--meta{align-items:flex-end;text-align:right}.site-footer__brand{font-family:var(--font-main);font-weight:900;font-size:1.02rem;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(180deg,#ffe7b0,#f4cf7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.site-footer__tag{font-size:.82rem;opacity:.75}.site-footer__author{margin-top:6px;font-size:.82rem;font-weight:700;opacity:.85}.site-footer__author-name{font-weight:900;letter-spacing:.5px;background:linear-gradient(180deg,#ffe7b0,#f4cf7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(255,231,176,.25)}.site-footer__divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.site-footer__dividerLine{height:1px;background:linear-gradient(90deg,transparent,rgba(255,231,176,.35),transparent)}.site-footer__dividerGem{width:12px;height:12px;border-radius:4px;background:radial-gradient(circle at 30% 30%,#fff6dd,#f4cf7a 60%);border:1px solid rgba(255,215,150,.35);box-shadow:0 0 0 2px #00000026,0 0 14px #ffe7b038;animation:gem-pulse 3.8s ease-in-out infinite}@keyframes gem-pulse{0%,to{filter:brightness(1);box-shadow:0 0 0 2px #00000026,0 0 14px #ffe7b02e}50%{filter:brightness(1.12);box-shadow:0 0 0 2px #00000026,0 0 22px #ffe7b047}}.site-footer__meta{display:grid;gap:6px;opacity:.85;font-weight:700}.site-footer__fine{font-weight:600;opacity:.75;font-size:.78rem}.site-footer__topButton{margin-top:10px;padding:9px 12px;border-radius:14px;border:1px solid rgba(255,215,150,.22);background:linear-gradient(180deg,#ffffff1a,#ffffff0a);color:#ffe7b0;font-weight:900;font-size:.8rem;cursor:pointer;box-shadow:inset 0 1px #ffffff14,0 6px 18px #00000040;transition:transform .18s ease,background .18s ease}.site-footer__topButton:hover{transform:translateY(-1px);background:linear-gradient(180deg,#ffe7b029,#ffe7b014)}@media(max-width:900px){.site-footer__inner{grid-template-columns:1fr;gap:22px;padding:30px 20px;text-align:center}.site-footer__col--meta{align-items:center;text-align:center}}.home{display:grid;gap:var(--gap);color:var(--ink)}.home__hero{padding:22px 20px}.home__hero-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.home__badge{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:900;color:#1e1a14db;background:#ffffff8c;border:1px solid rgba(201,162,39,.35);padding:6px 10px;border-radius:999px}.home__status{font-size:.9rem;font-weight:800;color:#1e1a14cc}.home__title{font-size:clamp(1.8rem,3.4vw,2.6rem);letter-spacing:.2px}.home__subtitle{margin-top:10px;font-weight:900;color:#1e1a14d1}.home__lead{margin-top:10px;color:var(--muted-ink);max-width:75ch}.home__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.home__cta-button{padding:10px 14px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffff80;cursor:pointer;font-weight:900;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;box-shadow:0 10px 16px #0000001a}.home__cta-button:hover{transform:translateY(-1px);border-color:#c9a2278c;box-shadow:0 14px 22px #00000024}.home__cta-button:active{transform:translateY(0) scale(.99)}.home__cta-button--primary{background:linear-gradient(180deg,var(--gold-2),var(--gold));border-color:#c9a227a6;color:#1b160e}.home__cta-button--secondary{background:linear-gradient(180deg,#ffffffa6,#f3efe5f2)}.home__panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.home__panel-title{font-size:1.1rem;font-weight:900}.home__tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home__tile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid var(--edge-strong);border-radius:var(--radius);background:radial-gradient(800px 240px at 20% 0%,rgba(201,162,39,.18),transparent 55%),linear-gradient(180deg,#ffffff73,#f8f2e6f2);cursor:pointer;text-align:left;box-shadow:0 10px 18px #0000001a;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,filter .14s ease;min-height:92px}.home__tile:hover{transform:translateY(-2px);box-shadow:0 16px 26px #00000024;border-color:#c9a22799}.home__tile:active{transform:translateY(0) scale(.99)}.home__tile-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;border:1px solid rgba(201,162,39,.45);background:#ffffff8c;box-shadow:0 8px 12px #00000014;font-size:1.2rem}.home__tile-title{font-weight:900;margin-bottom:2px}.home__tile-desc{font-size:.92rem;color:#1e1a14c7}.home__tile-arrow{font-weight:900;color:#1e1a148c}.home__tile--locked{opacity:.85;filter:grayscale(.15)}.home__tile--locked:after{content:"🔒 Sign in";position:absolute;top:12px;right:12px;font-size:.78rem;color:#1e1a14d9;background:#fff9;border:1px solid rgba(201,162,39,.35);padding:4px 8px;border-radius:999px}.home__about{display:grid;grid-template-columns:160px 1fr;gap:16px;align-items:center}.home__about-avatar{width:150px;height:150px;border-radius:20px;border:2px solid rgba(201,162,39,.7);box-shadow:0 0 0 6px #c9a2271f,0 18px 30px #0000002e;background:#111;overflow:hidden}.home__about-avatar-img{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.home__about-body p{margin-top:8px;color:var(--muted-ink)}.home__links a{font-weight:900}.home__auth{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.home__auth-status{font-weight:900;color:#1e1a14e6}.home__auth-actions{display:flex;gap:10px}.home__auth-button{padding:10px 14px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffff8c;cursor:pointer;font-weight:900;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;box-shadow:0 10px 16px #0000001a}.home__auth-button:hover{transform:translateY(-1px);border-color:#c9a2278c;box-shadow:0 14px 22px #00000024}.home__hint{margin:8px 0 0;font-size:.92rem;font-weight:800;color:#553f1ef2}.home__hint--inline{margin:0}@media(max-width:900px){.home__tiles,.home__about{grid-template-columns:1fr}.home__about-avatar{width:120px;height:120px}.home__auth{grid-template-columns:1fr;align-items:start}.home__auth-actions{justify-content:flex-start}.home__hero-top{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.home__cta-button,.home__tile,.home__auth-button{transition:none}}:root{--ink: #14110c;--muted-ink: rgba(20, 17, 12, .86);--paper: #f7f0de;--paper-2: #efe2c8;--edge: rgba(20, 16, 10, .22);--edge-strong: rgba(20, 16, 10, .35);--gold: #c9a227;--gold-2: #e8d27a;--shadow-soft: 0 10px 24px rgba(0, 0, 0, .1);--shadow: 0 14px 40px rgba(0, 0, 0, .14);--radius: 16px;--radius-lg: 22px}.about{max-width:1050px;margin:0 auto;padding:18px 14px 28px;display:grid;gap:14px;color:var(--ink);min-width:0}.about__panel{position:relative;padding:18px;border-radius:var(--radius-lg);background:radial-gradient(1200px 500px at 20% -10%,rgba(201,162,39,.14),transparent 55%),radial-gradient(900px 420px at 95% 0%,rgba(255,255,255,.28),transparent 60%),linear-gradient(180deg,var(--paper),var(--paper-2));border:1px solid var(--edge);box-shadow:var(--shadow-soft);overflow:hidden;min-width:0}.about__panel:before{content:"";position:absolute;inset:10px;border-radius:calc(var(--radius-lg) - 10px);border:1px dashed rgba(201,162,39,.35);pointer-events:none}.about__panel:after{content:"";position:absolute;inset:0;pointer-events:none;background:#ffffff1f;mix-blend-mode:multiply;opacity:.35}.about__header{padding:22px 20px}.about__title{margin:0;font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.1;letter-spacing:.2px;color:var(--ink);text-shadow:0 1px 0 rgba(255,255,255,.25)}.about__subtitle{margin:10px 0 0;font-weight:800;color:#14110cc7;max-width:80ch;line-height:1.35;overflow-wrap:anywhere}.about__grid{display:grid;gap:12px;grid-template-columns:repeat(12,minmax(0,1fr));min-width:0}.about__grid>article:nth-child(1){grid-column:span 7}.about__grid>article:nth-child(2){grid-column:span 5}.about__grid>article:nth-child(3){grid-column:span 6}.about__grid>article:nth-child(4){grid-column:span 6}.about__grid>article:nth-child(5){grid-column:span 6}.about__grid>article:nth-child(6){grid-column:span 6}@media(max-width:980px){.about__grid>article{grid-column:span 12}}.about__panel-title{margin:0 0 10px;font-size:1.05rem;letter-spacing:.2px;color:var(--ink);text-shadow:0 1px 0 rgba(255,255,255,.2)}.about__text{margin:8px 0 0;color:var(--muted-ink);line-height:1.6;font-size:1rem;max-width:80ch;overflow-wrap:anywhere}.about__list{margin:0;padding-left:18px;color:var(--muted-ink);min-width:0}.about__list-item{margin:8px 0;line-height:1.55;color:var(--muted-ink);overflow-wrap:anywhere}.about__callout{margin:12px 0 0;padding:10px 12px;border-radius:14px;border:1px solid rgba(201,162,39,.35);background:#ffffff9e;box-shadow:0 10px 16px #00000014;font-weight:800;color:#14110ce0;overflow-wrap:anywhere}.about__callout--warning{border-color:#963c3c59;background:#fff5f5c7;color:#6a2f2ff2}.about__code{margin-top:10px;padding:12px;border-radius:16px;border:1px solid rgba(20,16,10,.22);background:radial-gradient(900px 250px at 10% 0%,rgba(201,162,39,.08),transparent 60%),#ffffffc7;box-shadow:0 12px 18px #0000001a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92rem;color:#14110ceb;word-break:break-word;overflow-wrap:anywhere}.about__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;min-width:0}.about__button{padding:10px 14px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffff8c;color:var(--ink);cursor:pointer;box-shadow:0 10px 16px #0000001a;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease;font:inherit;font-weight:800}.about__button:hover{transform:translateY(-1px);border-color:#c9a2278c;box-shadow:0 14px 22px #00000024}.about__button:active{transform:translateY(0) scale(.99)}.about__button--primary{background:linear-gradient(180deg,var(--gold-2),var(--gold));border-color:#c9a227a6;color:#1b160e}.about__button--secondary{background:linear-gradient(180deg,#fff9,#f3efe5eb)}@media(max-width:640px){.about{padding:16px 12px 24px}.about__header{padding:18px 16px}.about__text,.about__list,.about__list-item{font-size:1.02rem;line-height:1.7}.about__subtitle{font-size:1rem}}@media(prefers-reduced-motion:reduce){.about__button{transition:none}}.community{display:grid;gap:var(--gap)}.community__hero{padding:22px 20px}.community__hero-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.community__badge{display:inline-flex;align-items:center;font-size:.82rem;font-weight:900;color:#1e1a14db;background:#ffffff8c;border:1px solid rgba(201,162,39,.35);padding:6px 10px;border-radius:999px}.community__toast{display:inline-flex;align-items:center;font-weight:900;font-size:.9rem;color:#1e1a14e0;background:#ffffffb3;border:1px solid rgba(201,162,39,.35);padding:8px 10px;border-radius:14px}.community__title{font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:.2px}.community__subtitle{margin-top:10px;color:var(--muted-ink);font-weight:800}.community__grid{display:grid;grid-template-columns:380px 1fr;gap:16px;align-items:start}.community__panel{padding:18px}.community__panel-title{font-weight:900;font-size:1.1rem;margin-bottom:6px}.community__panel-sub{margin:0 0 12px;color:#1e1a14bf;font-weight:800}.community__field{display:grid;gap:8px;margin-top:12px}.community__label{font-weight:900;color:#1e1a14e6}.community__select,.community__search,.community__sort,.community__textarea{width:100%;padding:10px 12px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffffa6;color:var(--ink);box-shadow:0 10px 16px #00000014;outline:none}.community__textarea{resize:vertical;min-height:110px}.community__select:focus,.community__search:focus,.community__sort:focus,.community__textarea:focus{border-color:#c9a227b3}.community__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.community__button{padding:10px 14px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffff8c;cursor:pointer;font-weight:900;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;box-shadow:0 10px 16px #0000001a}.community__button:hover{transform:translateY(-1px);border-color:#c9a2278c;box-shadow:0 14px 22px #00000024}.community__button:active{transform:translateY(0) scale(.99)}.community__button--primary{background:linear-gradient(180deg,var(--gold-2),var(--gold));border-color:#c9a227a6;color:#1b160e}.community__controls{display:grid;grid-template-columns:1fr 160px;gap:10px;margin-bottom:12px}.community__feed{display:grid;gap:12px}.community__post{border:1px solid var(--edge-strong);border-radius:18px;padding:14px;background:radial-gradient(900px 260px at 20% 0%,rgba(201,162,39,.14),transparent 55%),#ffffff8c;box-shadow:0 10px 18px #0000001a}.community__post-top{display:flex;justify-content:space-between;align-items:start;gap:12px}.community__author{font-weight:900}.community__date{margin-top:2px;font-size:.9rem;font-weight:800;color:#1e1a14b3}.community__post-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.community__chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(201,162,39,.35);background:#ffffffa6;font-weight:900;color:#1e1a14e6}.community__chip--soft{border-color:#14100a2e;color:#1e1a14c7}.community__message{margin-top:10px;color:#1e1a14db;font-weight:700;line-height:1.45}.community__snapshot{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}.community__unit-chip{padding:10px;border:1px solid rgba(20,16,10,.18);border-radius:14px;background:#ffffff8c;box-shadow:0 10px 16px #0000000f}.community__unit-chip--empty{opacity:.65;filter:grayscale(.15)}.community__unit-name{font-weight:900}.community__unit-meta{margin-top:4px;font-size:.9rem;font-weight:800;color:#1e1a14b8}.community__post-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.community__preview{margin-top:14px;border-top:1px dashed rgba(201,162,39,.35);padding-top:12px}.community__preview-title{font-weight:900;margin-bottom:10px}.community__empty{border:1px dashed rgba(201,162,39,.45);border-radius:16px;padding:16px;background:#ffffff73}.community__empty-title{font-weight:900;font-size:1.05rem}.community__empty-text{margin-top:6px;color:#1e1a14bf;font-weight:800}@media(max-width:980px){.community__grid{grid-template-columns:1fr}.community__snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}.community__controls{grid-template-columns:1fr}.community__post-top{flex-direction:column;align-items:start}.community__post-badges{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.community__button{transition:none}}.roster{display:grid;gap:12px;width:100%;min-width:0}.roster__header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;min-width:0}.roster__title{margin:0;min-width:0}.roster__header-actions{display:flex;gap:8px;flex-wrap:wrap;min-width:0}.roster__btn{padding:8px 10px;border-radius:10px;border:1px solid #4f3d23;background:#fffaf0;cursor:pointer;font-weight:600}.roster__btn:disabled{opacity:.5;cursor:not-allowed}.roster__btn--ghost{background:#f9f0df}.roster__list{display:grid;gap:10px;padding:0;margin:0;list-style:none;min-width:0}.roster__li,.roster__card{min-width:0}.roster__cardBtn{width:100%;display:grid;grid-template-columns:56px minmax(0,1fr) 18px;gap:12px;align-items:center;text-align:left;padding:10px;border-radius:14px;background:#f9f0df;cursor:pointer;appearance:none;-webkit-appearance:none;border:1px solid #4f3d23;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;min-width:0}.roster__cardBtn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000001f;background:#fff3df}.roster__cardBtn:focus-visible{outline:3px solid rgba(79,61,35,.35);outline-offset:2px}.roster__card--active .roster__cardBtn{background:#fffaf0;box-shadow:0 10px 24px #00000029;outline:2px solid rgba(79,61,35,.35)}.roster__portrait{width:56px;height:56px;border-radius:12px;overflow:hidden;border:1px solid rgba(79,61,35,.6);background:#fffaf0;min-width:0}.roster__portrait-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.roster__meta{display:grid;gap:4px;min-width:0}.roster__topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.roster__name{font-weight:800;color:#3b2b15;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.roster__badges{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;max-width:50%;min-width:0}.roster__badge{font-size:.78rem;padding:3px 8px;border-radius:999px;border:1px solid rgba(79,61,35,.35);background:#ffffffa6;color:#3b2b15;font-weight:700;white-space:nowrap}.roster__badge--muted{opacity:.85}.roster__subline{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#3b2b15d9;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.roster__job,.roster__gender,.roster__unique{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster__job{font-weight:700}.roster__dot{opacity:.6;flex:0 0 auto}.roster__gender{text-transform:capitalize;opacity:.9}.roster__chev{font-size:1.4rem;opacity:.5;text-align:right;padding-right:2px;line-height:1}.roster__footer{padding-top:6px}.roster__hint{font-size:.85rem;opacity:.75;overflow-wrap:anywhere}@media(max-width:800px){.roster__cardBtn{grid-template-columns:52px minmax(0,1fr) 14px}.roster__portrait{width:52px;height:52px}.roster__badges{max-width:60%}}.unit-sheet{display:grid;gap:14px;width:100%;min-width:0}.unit-sheet__identity{display:grid;gap:14px;align-items:start;width:100%;min-width:0;grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.unit-sheet__portraitFrame{display:grid;gap:10px;align-content:start;min-width:0}.unit-sheet__portrait{width:100%;max-width:280px;aspect-ratio:3 / 4;height:auto;border-radius:16px;position:relative;overflow:hidden;border:2px solid rgba(199,155,59,.7);background:#fffaf0b8;box-shadow:0 10px 24px #0000002e}.unit-sheet__zodiacWatermark{position:absolute;inset:0;display:grid;place-items:center;font-weight:900;font-size:4rem;opacity:.08;letter-spacing:.08em;text-transform:uppercase;pointer-events:none}.unit-sheet__portrait-image{width:100%;height:100%;object-fit:contain;display:block;padding:10px}.unit-sheet__nameplate{padding:10px 12px;border-radius:12px;border:1px solid rgba(79,61,35,.35);background:#fffaf0e6;box-shadow:0 6px 16px #00000024;width:100%;max-width:280px}.unit-sheet__nameplate-name{font-weight:900;color:#3b2b15;overflow-wrap:anywhere}.unit-sheet__details{width:100%;min-width:0}.unit-sheet__grid{display:grid;gap:10px;min-width:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.unit-sheet__jobs{margin-top:6px}.party-customizer__field{display:grid;gap:6px;min-width:0}.party-customizer__input,.party-customizer__select{width:100%;min-width:0;max-width:100%;padding:9px 10px;border-radius:10px;border:1px solid rgba(79,61,35,.45);background:#fffaf0d9}.unit-sheet__hint{font-size:.86rem;opacity:.85;margin-top:8px;overflow-wrap:anywhere}.unit-sheet__abilityGroup{border:1px solid rgba(79,61,35,.35);border-radius:14px;overflow:hidden;background:#fffaf0bf;box-shadow:0 10px 22px #0000001f;min-width:0}.unit-sheet__abilityGroupTitle{font-weight:900;padding:10px 12px;border-bottom:1px solid rgba(79,61,35,.18);background:#ffe8a859;color:#3b2b15}.unit-sheet__abilityList{display:grid;min-width:0}.unit-sheet__abilityItem{list-style:none}.unit-sheet__abilityRow{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;padding:10px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid rgba(79,61,35,.14)}.unit-sheet__abilityRow:last-child{border-bottom:0}.unit-sheet__abilityRow:hover{background:#ffe8a838}.unit-sheet__abilityRow--on{background:#f4cf7a38}.unit-sheet__abilityCheckbox{margin-top:3px;width:18px;height:18px;accent-color:#c79b3b;cursor:pointer}.unit-sheet__abilityMain{display:grid;gap:6px;min-width:0}.unit-sheet__abilityLine{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.unit-sheet__abilityName{font-weight:900;color:#3b2b15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unit-sheet__abilityMeta{font-size:.85rem;opacity:.85;font-weight:800;flex-shrink:0}.unit-sheet__abilityTags{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.unit-sheet__tag{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:999px;border:1px solid rgba(79,61,35,.28);background:#ffffffa6;color:#3b2b15e6;max-width:100%}.unit-sheet__tag--muted{opacity:.6}@media(max-width:900px){.unit-sheet__identity{grid-template-columns:1fr}.unit-sheet__portraitFrame{max-width:280px;margin:0 auto}}.report{display:grid;gap:14px;width:100%;min-width:0}.report__titlebar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:16px;background:linear-gradient(180deg,#6e4e23f2,#4f3d23f2);border:1px solid rgba(20,14,7,.55);box-shadow:inset 0 1px #ffffff24,0 10px 22px #0000002e;min-width:0;flex-wrap:wrap}.report__title{margin:0;font-weight:900;letter-spacing:.5px;color:#fff6e1;text-shadow:0 2px 0 rgba(0,0,0,.25);font-size:1.05rem;min-width:0;overflow-wrap:anywhere}.report__scorechip{font-weight:900;font-size:.85rem;padding:4px 12px;border-radius:999px;background:linear-gradient(180deg,#ffe7b0,#f4cf7a);border:1px solid rgba(79,61,35,.55);color:#2b1c0f;box-shadow:inset 0 1px #ffffff8c,0 2px 6px #00000026;flex:0 0 auto}.report__panel{padding:14px;border-radius:18px;background:linear-gradient(180deg,#ffffff8c,#fff3);border:1px solid rgba(79,61,35,.28);box-shadow:inset 0 1px #ffffff8c,inset 0 -1px #0000000d;width:100%;max-width:100%;min-width:0}.report__panel--warn{border-color:#8c3c1e59;background:linear-gradient(180deg,#ffeadca6,#ffffff26)}.report__section-title{margin:0 0 10px;font-weight:900;letter-spacing:.4px;color:#2b1c0ff2;text-transform:uppercase;font-size:.85rem;overflow-wrap:anywhere}.report__section-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px;min-width:0;flex-wrap:wrap}.report__section-sub{font-size:.85rem;opacity:.75;min-width:0;overflow-wrap:anywhere}.report__scoreline{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;min-width:0;gap:10px;flex-wrap:wrap}.report__label{font-weight:900;letter-spacing:.3px;text-transform:uppercase;font-size:.8rem;opacity:.9;min-width:0}.report__value{font-weight:900;font-size:.9rem;flex:0 0 auto}.report__meter{height:10px;border-radius:999px;overflow:hidden;background:#2b1c0f26;border:1px solid rgba(79,61,35,.25);width:100%;max-width:100%}.report__meter-fill{height:100%;background:linear-gradient(90deg,#f4cf7a,#ffe7b0);border-right:1px solid rgba(79,61,35,.4)}.report__hint{margin-top:8px;font-size:.85rem;opacity:.75;overflow-wrap:anywhere}.report__checklist{list-style:none;margin:0;padding:0;display:grid;gap:10px;min-width:0}.report__check{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;align-items:center;padding:10px 12px;border-radius:14px;border:1px solid rgba(79,61,35,.35);background:#ffffff73;box-shadow:inset 0 1px #fff9,0 4px 12px #00000014;transition:all .18s ease;min-width:0}.report__check:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:999px;background:#4f3d2359}.report__check--ok{border-color:#3c823c66;background:#ebfff08c}.report__check--ok:before{background:linear-gradient(180deg,#4caf50,#2e7d32)}.report__check--bad{border-color:#8c3c1e66;background:#ffebdc8c}.report__check--bad:before{background:linear-gradient(180deg,#d84315,#8c3c1e)}.report__check-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;font-weight:900;font-size:.9rem;background:linear-gradient(180deg,#ffffffbf,#fff6);border:1px solid rgba(79,61,35,.3)}.report__check--ok .report__check-icon{color:#2e7d32}.report__check--bad .report__check-icon{color:#8c3c1e}.report__check-text{min-width:0;font-weight:900;font-size:.85rem;letter-spacing:.3px;color:#2b1c0ff2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report__warnings{margin:0;padding-left:18px;display:grid;gap:6px;min-width:0}.report__warning{font-weight:700;opacity:.9;overflow-wrap:anywhere}.report__suggestions{display:grid;gap:10px;min-width:0}.report__suggestion{position:relative;border:1px solid rgba(95,77,50,.55);border-radius:16px;padding:12px;background:#fff5e6b8;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0000001f;min-width:0}.report__suggestion:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(180deg,#f4cf7a,#ffe7b0)}.report__suggestion-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;min-width:0;flex-wrap:wrap}.report__badge{font-weight:900;font-size:.72rem;letter-spacing:.4px;text-transform:uppercase;padding:4px 8px;border-radius:999px;background:#ffffff8c;border:1px solid rgba(79,61,35,.35);flex:0 0 auto}.report__suggestion-title{font-weight:900;color:#2b1c0f;min-width:0;overflow-wrap:anywhere}.report__suggestion-reason{margin:4px 0 0;opacity:.88;font-weight:650;line-height:1.25;overflow-wrap:anywhere}.report__empty{padding:10px;border-radius:14px;border:1px dashed rgba(79,61,35,.35);background:#ffffff59;font-weight:700;opacity:.85;overflow-wrap:anywhere}@media(max-width:800px){.report__suggestion-head{flex-direction:column;align-items:flex-start}.report__check-text{white-space:normal}}.party-customizer{color:var(--text);width:100%;min-width:0}.party-customizer__actions{display:grid;gap:12px;align-items:end;max-width:900px;margin:0 auto 18px;grid-template-columns:minmax(260px,1fr) auto minmax(220px,300px) auto;background:#fff8e6d9;border:1px solid rgba(58,45,26,.25);border-radius:14px;padding:14px}.party-customizer__actions>*{min-width:0}.party-customizer__actions,.party-customizer__actions label,.party-customizer__actions span{color:#2b1d0e;text-shadow:none}.party-customizer__input,.party-customizer__select{padding:10px;border-radius:10px;border:1px solid rgba(58,45,26,.45);background:#fffaf0;width:100%;min-width:0;color:#2b1d0e;font-weight:600}.party-customizer__input::placeholder{color:#2b1d0ea6;opacity:1}.party-customizer__select option{color:#2b1d0e}.party-customizer__button{height:42px;padding:10px 14px;border-radius:10px;border:1px solid #3a2d1a;cursor:pointer;font-weight:700;white-space:nowrap;align-self:end;color:#1f1407;transition:all .2s ease}.party-customizer__button:hover{transform:translateY(-1px)}.party-customizer__button--primary{background:var(--gold)}.party-customizer__button--secondary{background:#efe4d0;border-color:#3a2d1a8c;color:#2b1d0e}.party-customizer__toast{margin:10px auto 0;max-width:900px;padding:8px 10px;border-radius:12px;border:1px solid rgba(79,61,35,.28);background:#ffffff59;font-weight:800;opacity:.9;overflow-wrap:anywhere;color:#2b1d0e}.party-customizer__layout{display:grid;gap:16px;align-items:start;min-width:0;grid-template-columns:minmax(0,280px) minmax(0,1fr) minmax(0,320px)}.party-customizer__layout>*{min-width:0}.party-customizer__panel{width:100%;min-width:0;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px;overflow:hidden;overflow-wrap:anywhere}.party-customizer__panel *{min-width:0}.party-customizer__panel-title{margin:0 0 12px;font-weight:900;letter-spacing:.4px}@media(max-width:1200px){.party-customizer__layout{grid-template-columns:minmax(0,320px) minmax(0,1fr)}.party-customizer__report{grid-column:1 / -1}}@media(max-width:980px){.party-customizer__layout{grid-template-columns:1fr}.party-customizer__report{grid-column:auto}}@media(max-width:900px){.party-customizer__actions{grid-template-columns:1fr;align-items:stretch}.party-customizer__button,.party-customizer__select,.party-customizer__input{width:100%;height:auto}.party-customizer__toast{max-width:100%}}@media(max-width:600px){.party-customizer__layout{gap:14px}.party-customizer__panel{padding:14px}}.jobs-page{width:100%;min-width:0}.jobs-page__panel{width:100%;max-width:900px;margin:0 auto;min-width:0;display:grid;gap:14px}.jobs-page__header{display:grid;gap:6px;min-width:0}.jobs-page__title{margin:0;font-weight:900;letter-spacing:.3px}.jobs-page__intro{margin:0;opacity:.9;line-height:1.55;max-width:75ch;overflow-wrap:anywhere}.jobs-page__controls{display:flex;flex-wrap:wrap;gap:10px;align-items:end;min-width:0}.jobs-page__search{flex:1 1 260px;min-width:0}.jobs-page__status{margin:0;opacity:.9}.jobs-page__error{margin:0;font-weight:800;padding:10px 12px;border-radius:12px;border:1px solid rgba(200,90,50,.28);background:#ffaa8c1f}.jobs-page__empty{margin:0;padding:12px;border-radius:14px;border:1px dashed rgba(79,61,35,.45);background:#ffffff59;opacity:.9}.jobs-page__list{list-style:none;padding:0;margin:0;display:grid;gap:12px;min-width:0;grid-template-columns:1fr}@media(min-width:980px){.jobs-page__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.jobs-page__item{min-width:0}.jobs-page__card{border:1px solid rgba(79,61,35,.35);border-radius:16px;padding:12px 14px;background:#fffaf0b8;min-width:0}.jobs-page__card-head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;min-width:0;flex-wrap:wrap;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(79,61,35,.18)}.jobs-page__job-name{margin:0;font-weight:900;color:#3b2b15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobs-page__job-meta{font-size:.78rem;opacity:.85;font-weight:900;flex:0 0 auto;white-space:nowrap;padding:4px 8px;border-radius:999px;border:1px solid rgba(79,61,35,.25);background:#ffffff73}.jobs-page__abilities{list-style:none;padding:0;margin:0;display:grid;gap:8px;min-width:0;grid-template-columns:1fr}@media(min-width:520px){.jobs-page__abilities{grid-template-columns:repeat(2,minmax(0,1fr))}}.jobs-page__ability{width:100%;max-width:100%;padding:7px 10px;border-radius:12px;border:1px solid rgba(79,61,35,.28);background:#fff9;font-weight:800;font-size:.85rem;color:#3b2b15eb;overflow-wrap:anywhere;line-height:1.25}.jobs-page__desc{margin:8px 0 0;line-height:1.55;opacity:.9;overflow-wrap:anywhere}@media(max-width:420px){.jobs-page__job-name{white-space:normal}.jobs-page__abilities{grid-template-columns:1fr}}.profile{display:grid;gap:var(--gap)}.profile__hero{padding:22px 20px}.profile__hero-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.profile__badge{display:inline-flex;align-items:center;font-size:.82rem;font-weight:900;color:#1e1a14db;background:#ffffff8c;border:1px solid rgba(201,162,39,.35);padding:6px 10px;border-radius:999px}.profile__title{font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:.2px}.profile__subtitle{margin-top:10px;color:var(--muted-ink);font-weight:800}.profile__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:12px;margin-top:16px;align-items:stretch}.profile__stat{border:1px solid var(--edge-strong);border-radius:16px;background:#ffffff80;padding:12px 14px;box-shadow:0 10px 16px #00000014}.profile__stat-label{font-weight:900;color:#1e1a14bf;font-size:.9rem}.profile__stat-value{font-weight:900;font-size:1.4rem;margin-top:2px}.profile__stat--cta{display:grid;place-items:center;padding:10px}.profile__panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.profile__panel-title{font-weight:900;font-size:1.1rem}.profile__search{width:min(360px,100%)}.profile__input{width:100%;padding:10px 12px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffffa6;color:var(--ink);box-shadow:0 10px 16px #00000014;outline:none}.profile__input:focus{border-color:#c9a227b3}.profile__button{padding:10px 14px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffff8c;cursor:pointer;font-weight:900;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;box-shadow:0 10px 16px #0000001a}.profile__button:hover{transform:translateY(-1px);border-color:#c9a2278c;box-shadow:0 14px 22px #00000024}.profile__button:active{transform:translateY(0) scale(.99)}.profile__button--primary{background:linear-gradient(180deg,var(--gold-2),var(--gold));border-color:#c9a227a6;color:#1b160e}.profile__list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.profile__card{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border:1px solid var(--edge-strong);border-radius:16px;background:radial-gradient(900px 260px at 20% 0%,rgba(201,162,39,.15),transparent 55%),#ffffff80;padding:14px;box-shadow:0 10px 18px #0000001a}.profile__card-title{font-weight:900;font-size:1.05rem}.profile__card-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;color:#1e1a14bf;font-weight:800;font-size:.92rem}.profile__chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(201,162,39,.35);background:#ffffff8c;color:#1e1a14e6;font-weight:900}.profile__meta strong{color:#1e1a14e6}.profile__card-actions{display:flex;gap:10px}.profile__empty{border:1px dashed rgba(201,162,39,.45);border-radius:16px;padding:18px;background:#ffffff73}.profile__empty-title{font-weight:900;font-size:1.1rem}.profile__empty-text{margin-top:6px;color:#1e1a14bf;font-weight:800}@media(max-width:900px){.profile__stats{grid-template-columns:1fr}.profile__card{grid-template-columns:1fr;align-items:start}.profile__card-actions{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.profile__button{transition:none}}.signin{display:grid;place-items:start;padding-top:26px}.signin__panel{width:min(520px,100%);margin:0 auto;padding:22px 20px}.signin__header{margin-bottom:14px}.signin__badge{display:inline-flex;align-items:center;font-size:.82rem;font-weight:900;color:#1e1a14db;background:#ffffff8c;border:1px solid rgba(201,162,39,.35);padding:6px 10px;border-radius:999px;margin-bottom:10px}.signin__title{margin:0;font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:.2px}.signin__subtitle{margin:10px 0 0;color:var(--muted-ink);font-weight:700;line-height:1.45}.signin__form{display:grid;gap:14px;margin-top:16px}.signin__field{display:grid;gap:8px}.signin__label{font-weight:900;color:#1e1a14e6}.signin__input{width:100%;padding:11px 12px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffffa6;color:var(--ink);box-shadow:0 10px 16px #00000014;outline:none;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease}.signin__input:focus{border-color:#c9a227b3;box-shadow:0 16px 22px #0000001f}.signin__input--error{border-color:#b03f3fb3;background:#fff5f5cc}.signin__help{font-size:.9rem;color:#1e1a14bf;font-weight:700}.signin__error{font-size:.92rem;font-weight:900;color:#6a2f2f;background:#ffffff8c;border:1px solid rgba(176,63,63,.35);border-radius:12px;padding:10px 12px}.signin__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.signin__button{padding:10px 14px;border-radius:14px;border:1px solid var(--edge-strong);background:#ffffff8c;cursor:pointer;font-weight:900;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;box-shadow:0 10px 16px #0000001a}.signin__button:hover{transform:translateY(-1px);border-color:#c9a2278c;box-shadow:0 14px 22px #00000024}.signin__button:active{transform:translateY(0) scale(.99)}.signin__button--primary{background:linear-gradient(180deg,var(--gold-2),var(--gold));border-color:#c9a227a6;color:#1b160e}.signin__footnote{margin-top:8px;font-size:.9rem;color:#1e1a14bf;font-weight:800}.signin__route{font-weight:900;color:#1e1a14e6}@media(prefers-reduced-motion:reduce){.signin__input,.signin__button{transition:none}}:root{--bg-stone: #151515;--panel: #e8d9c2;--panel-2: rgba(255, 255, 255, .55);--border: #3b2f2f;--gold: #c9a227;--text: #1e1a14;--hp: #63b36b;--mp: #4a86c5;--warn: #b57a2a;--danger: #b04a4a;--radius: 12px;--gap: 16px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-width:320px}html{overflow-x:auto}body{font-family:var( --font-main, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif );color:var(--text);background:radial-gradient(circle at 20% 10%,#2d2d2d,#151515 60%,#0d0d0d);overflow-x:auto}#root{min-height:100vh;display:flex;flex-direction:column;min-width:0}p,h1,h2,h3,h4,h5,h6,li,a{overflow-wrap:anywhere;word-break:break-word}a{text-decoration:none;color:inherit}img,svg,video,canvas{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;max-width:100%}.app-shell{min-height:100vh;display:flex;flex-direction:column;min-width:0}.app-main{flex:1;width:100%;padding:clamp(16px,2vw,28px);min-width:0}.page-container{width:100%;max-width:1400px;margin:0 auto;min-width:0}@media(min-width:1400px){.page-container{max-width:1500px}}@media(max-width:768px){.app-main{padding:16px}}.page-panel{width:100%;max-width:100%;background:var(--panel-2);border:1px solid rgba(0,0,0,.25);border-radius:var(--radius);padding:clamp(14px,1.5vw,18px);min-width:0}.minw-0{min-width:0}.w-full{width:100%}
