:root{color-scheme:dark;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#f5f3ff;background:#090912;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #090912;--bg-soft: #0d0d18;--panel: #11111f;--panel-strong: #171627;--panel-hover: #1c1a30;--border: rgba(181, 162, 255, .13);--border-strong: rgba(181, 162, 255, .27);--text: #f7f5ff;--text-soft: #c4bfd2;--muted: #817c90;--violet: #a984ff;--violet-strong: #8357ef;--gold: #e4b65f;--green: #54d6a1;--red: #f46d83;--blue: #65a9ff;--sidebar: 264px;--header: 72px;--radius-lg: 22px;--radius-md: 15px;--shadow: 0 24px 70px rgba(0, 0, 0, .34)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);scrollbar-color:#322b49 var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 78% -10%,rgba(103,65,184,.14),transparent 35%),linear-gradient(rgba(255,255,255,.011) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.011) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 75%);mask-image:linear-gradient(to bottom,black,transparent 75%)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{background:#a984ff59;color:#fff}.app-shell{min-height:100vh}.desktop-sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:var(--sidebar);display:flex;flex-direction:column;padding:0 14px 16px;border-right:1px solid var(--border);background:#0b0a14f0;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.sidebar-brand{height:var(--header);display:flex;align-items:center;padding:0 10px;border-bottom:1px solid var(--border)}.brand-lockup{display:inline-flex;align-items:center;min-width:0;gap:11px}.brand-mark{width:40px;height:40px;flex:0 0 auto;border-radius:50%;filter:drop-shadow(0 0 14px rgba(164,125,255,.34));transition:transform .25s ease}.brand-lockup:hover .brand-mark{transform:rotate(-5deg) scale(1.06)}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.brand-copy strong{font-family:Georgia,Times New Roman,serif;font-size:19px;white-space:nowrap;letter-spacing:-.02em}.brand-copy em{color:var(--gold);font-style:normal}.brand-copy small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-navigation{display:flex;flex-direction:column;gap:4px;padding:20px 0;overflow-y:auto}.navigation-label{margin:0 12px 8px;color:#5f596e;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.navigation-link{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;min-height:43px;gap:9px;padding:8px 10px 8px 12px;border:1px solid transparent;border-radius:12px;color:#9e98ac;font-size:13px;font-weight:650;transition:.18s ease}.navigation-link>svg:first-child{color:#6c667b;transition:.18s ease}.navigation-link small{grid-column:2;margin-top:-4px;color:#514c5d;font-size:9px;font-weight:500}.navigation-link small+.navigation-chevron{grid-row:1 / 3;grid-column:3}.navigation-chevron{color:#4b4657;opacity:0;transform:translate(-3px);transition:.18s ease}.navigation-link:hover{color:#e6e2ef;background:#ffffff06;border-color:#ffffff09}.navigation-link:hover>svg:first-child{color:var(--violet)}.navigation-link:hover .navigation-chevron{opacity:1;transform:none}.navigation-link.is-active{color:#fff;border-color:#a984ff2e;background:linear-gradient(90deg,#8457ef33,#8457ef0e);box-shadow:inset 3px 0 var(--violet-strong)}.navigation-link.is-active>svg:first-child{color:#bd9dff}.navigation-link.is-active .navigation-chevron{opacity:1;color:#8e72c9}.wiki-note{margin-top:auto;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;padding:12px;border:1px solid rgba(228,182,95,.16);border-radius:14px;background:linear-gradient(135deg,#e4b65f14,#a984ff0f);color:#d7d1e1}.wiki-note>svg:first-child{color:var(--gold)}.wiki-note span{display:flex;flex-direction:column;gap:3px}.wiki-note strong{font:700 12px Georgia,serif}.wiki-note small{color:var(--muted);font-size:9px}.shell-content{min-height:100vh;margin-left:var(--sidebar);display:flex;flex-direction:column}.top-navigation{position:sticky;top:0;z-index:25;height:var(--header);display:flex;align-items:center;gap:16px;padding:0 clamp(20px,3.4vw,54px);border-bottom:1px solid var(--border);background:#090912d1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.global-search{width:min(590px,62%);margin:0 auto;display:flex;align-items:center;gap:10px;height:42px;padding:0 12px;border:1px solid var(--border);border-radius:13px;background:#141322c7;transition:.18s ease}.global-search:focus-within{border-color:#a984ff73;box-shadow:0 0 0 3px #8457ef1a;background:#151425}.global-search svg{color:#6f697c;flex:0 0 auto}.global-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.global-search input::placeholder{color:#635d70}.global-search kbd{padding:3px 6px;border:1px solid #353143;border-radius:5px;color:#696374;background:#0d0c16;font:9px inherit}.language-switch,.icon-button{border:1px solid var(--border);background:#151422;cursor:pointer;transition:.18s ease}.language-switch{height:37px;min-width:50px;border-radius:10px;color:#beb7cb;font-size:11px;font-weight:800;letter-spacing:.08em}.language-switch:hover,.icon-button:hover{border-color:var(--border-strong);color:#fff;background:#1c1a2d}.icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:11px}.mobile-menu-button,.mobile-brand{display:none}.page-content{width:100%;max-width:1540px;margin:0 auto;flex:1;padding:clamp(18px,1.6vw,26px) clamp(20px,4vw,64px) 72px}.site-footer{display:flex;justify-content:space-between;gap:20px;padding:22px clamp(20px,4vw,64px);border-top:1px solid var(--border);color:#5f596d;font-size:11px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#9e7cf0;font-size:10px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}.hero-section{position:relative;min-height:440px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:center;gap:56px;overflow:hidden;padding:clamp(34px,5vw,70px);border:1px solid var(--border);border-radius:28px;background:linear-gradient(135deg,#171528f5,#0c0b16f5);box-shadow:var(--shadow)}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 45%,rgba(169,132,255,.035));pointer-events:none}.hero-glow{position:absolute;width:440px;height:440px;right:-60px;top:-140px;border-radius:50%;background:#7e52e229;filter:blur(95px)}.hero-copy{position:relative;z-index:2;max-width:690px}.hero-copy h1{max-width:650px;margin:18px 0 17px;font:700 clamp(38px,4.3vw,68px)/1.04 Georgia,"Times New Roman",serif;letter-spacing:-.045em}.hero-copy>p{max-width:610px;margin-bottom:27px;color:var(--text-soft);font-size:clamp(15px,1.3vw,18px);line-height:1.65}.hero-search{max-width:630px;display:flex;align-items:center;gap:11px;min-height:57px;padding:6px 7px 6px 17px;border:1px solid rgba(169,132,255,.26);border-radius:16px;background:#07070db8;box-shadow:0 16px 40px #0000003d}.hero-search>svg{color:#756c86;flex:0 0 auto}.hero-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff}.hero-search input::placeholder{color:#6b6477}.hero-search button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:11px;background:linear-gradient(135deg,#9c76f8,#7147d4);color:#fff;font-weight:750;cursor:pointer;box-shadow:0 10px 28px #7147d43d;transition:.2s ease}.hero-search button{align-self:stretch;padding:0 20px}.hero-search button:hover,.primary-button:hover{transform:translateY(-1px);filter:brightness(1.08);box-shadow:0 13px 34px #7147d457}.hero-actions{display:flex;align-items:center;gap:16px;margin-top:17px}.primary-button{min-height:41px;padding:0 15px;font-size:12px}.hero-hint{color:#6e6879;font-size:11px}.hero-orbit{position:relative;z-index:1;min-height:330px;display:grid;place-items:center}.orbit-card{position:relative;z-index:3;width:190px;height:205px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(187,157,255,.25);border-radius:26px;background:linear-gradient(145deg,#231f3aeb,#0e0d18eb);box-shadow:0 28px 70px #00000070,0 0 50px #7e52e21a;transform:rotate(3deg)}.orbit-card img{width:78px;height:78px;margin-bottom:18px;filter:drop-shadow(0 0 20px rgba(169,132,255,.3))}.orbit-card strong{font:700 18px Georgia,serif}.orbit-card span{margin-top:5px;color:#716b7f;font-size:10px}.orbit-pill{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--border);border-radius:999px;background:#12111feb;color:#d8d2e3;font-size:12px;font-weight:750;box-shadow:0 12px 30px #0000004d}.orbit-pill svg{color:var(--violet)}.orbit-pill-one{left:3%;top:24%}.orbit-pill-two{right:0;bottom:22%}.orbit-ring{position:absolute;border:1px solid rgba(169,132,255,.1);border-radius:50%}.orbit-ring-one{width:310px;height:310px}.orbit-ring-two{width:390px;height:250px;transform:rotate(-25deg)}.content-section{margin-top:clamp(42px,5vw,70px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-heading h2{margin:7px 0 6px;font:700 clamp(25px,2.4vw,35px) Georgia,serif}.section-heading p{margin:0;color:var(--muted);font-size:13px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.catalog-card{min-height:188px;display:flex;gap:16px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#161525e6,#0e0d18e6);transition:.22s ease}.catalog-card:hover{transform:translateY(-3px);border-color:var(--border-strong);background:linear-gradient(145deg,#1c1a2ff5,#100f1cf5);box-shadow:0 18px 40px #0003}.catalog-icon{width:48px;height:48px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:14px}.tone-violet{color:#b89aff;background:#8f5ef221;border:1px solid rgba(143,94,242,.18)}.tone-red{color:#ff8498;background:#f44f6b1c;border:1px solid rgba(244,79,107,.16)}.tone-blue{color:#78b6ff;background:#4b92ed1c;border:1px solid rgba(75,146,237,.16)}.tone-amber{color:#edbd62;background:#e4b65f1a;border:1px solid rgba(228,182,95,.16)}.tone-green{color:#60d9a9;background:#45cb961a;border:1px solid rgba(69,203,150,.15)}.catalog-card-copy{min-width:0;flex:1;display:flex;flex-direction:column}.catalog-card-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.catalog-card-title h3,.tool-card h3{margin:0;font:700 18px Georgia,serif}.catalog-card-title>svg,.tool-card>svg{color:#504a5d;transition:.2s ease}.catalog-card:hover .catalog-card-title>svg,.tool-card:hover>svg{color:var(--violet);transform:translate(2px)}.catalog-card p{margin:13px 0 20px;color:#8f899c;font-size:12px;line-height:1.55}.catalog-card strong{margin-top:auto;color:#dcd7e7;font-size:16px}.catalog-card strong small{color:#696374;font-size:10px;font-weight:600}.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tool-card{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:14px;min-height:116px;padding:17px;border:1px solid var(--border);border-radius:17px;background:#12111fad;transition:.2s ease}.tool-card:hover{border-color:var(--border-strong);background:#1a182bdb;transform:translateY(-2px)}.tool-card .catalog-icon{width:43px;height:43px;border-radius:12px}.tool-card h3{font-size:15px}.tool-card p{margin:6px 0 5px;color:#7c7689;font-size:10px;line-height:1.45}.tool-card small{color:#9b92ac;font-size:9px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:29px}.page-heading h1{margin:10px 0 8px;font:700 clamp(34px,4vw,52px) Georgia,serif;letter-spacing:-.035em}.page-heading p{margin:0;color:var(--muted);font-size:14px}.heading-symbol{width:72px;height:72px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(169,132,255,.19);border-radius:20px;color:#a989f1;background:linear-gradient(145deg,#8b5eeb24,#8b5eeb09);box-shadow:inset 0 1px #ffffff0a}.items-toolbar{display:flex;gap:10px;margin-bottom:14px}.items-search{min-width:0;flex:1;min-height:50px;display:flex;align-items:center;gap:11px;padding:5px 6px 5px 15px;border:1px solid var(--border);border-radius:15px;background:#12111fe0;transition:.18s ease}.items-search:focus-within{border-color:#a984ff6b;box-shadow:0 0 0 3px #8457ef17}.items-search>svg{color:#6e687b;flex:0 0 auto}.items-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff}.items-search input::placeholder{color:#625c6f}.clear-search{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;color:#716b7e;background:transparent;cursor:pointer}.clear-search:hover{color:#fff;background:#ffffff0d}.search-submit,.filter-toggle{border:1px solid transparent;border-radius:11px;cursor:pointer;font-size:12px;font-weight:750}.search-submit{align-self:stretch;padding:0 21px;background:#8055df;color:#fff}.search-submit:hover{background:#9067e9}.filter-toggle{min-width:132px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border-color:var(--border);background:#12111fe0;color:#aba5b7}.filter-toggle:hover,.filter-toggle.is-active{border-color:var(--border-strong);color:#fff;background:#19172b}.filter-toggle span{min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#8055df;color:#fff;font-size:9px}.type-tabs{display:flex;gap:7px;margin:13px 0 18px;padding-bottom:3px;overflow-x:auto;scrollbar-width:none}.type-tabs::-webkit-scrollbar{display:none}.type-tabs button{flex:0 0 auto;min-height:35px;padding:0 13px;border:1px solid var(--border);border-radius:999px;background:#11101db3;color:#847e91;font-size:11px;font-weight:650;cursor:pointer;transition:.16s ease}.type-tabs button:hover{border-color:var(--border-strong);color:#d4cedd}.type-tabs button.is-active{color:#e8ddff;border-color:#a984ff52;background:#8055df2e;box-shadow:inset 0 0 16px #8055df0f}.advanced-filters{display:grid;grid-template-columns:1.25fr repeat(3,minmax(125px,.75fr));align-items:end;gap:13px;margin-bottom:18px;padding:18px;border:1px solid var(--border);border-radius:17px;background:linear-gradient(135deg,#161426e6,#0e0d18e6);animation:reveal .18s ease-out}.items-advanced-filters{grid-template-columns:repeat(5,minmax(0,1fr))}@keyframes reveal{0%{opacity:0;transform:translateY(-6px)}}.filter-heading{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border)}.filter-heading span{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:750}.filter-heading button{border:0;background:transparent;color:#8f78c8;font-size:10px;cursor:pointer}.advanced-filters label:not(.checkbox-field){display:flex;flex-direction:column;gap:7px}.advanced-filters label>span{color:#817b8d;font-size:10px;font-weight:650}.advanced-filters input[type=number],.advanced-filters select,.sort-control select{height:40px;border:1px solid var(--border);border-radius:10px;outline:0;background:#0e0d18;color:#d8d3e1;padding:0 11px}.advanced-filters input:focus,.advanced-filters select:focus,.sort-control select:focus{border-color:#a984ff66}.mob-advanced-filters{grid-template-columns:repeat(5,minmax(125px,1fr));align-items:end;margin-top:12px}.mob-filter-field{position:relative;min-width:0;display:flex;flex-direction:column;gap:7px}.mob-filter-field>span{color:#817b8d;font-size:10px;font-weight:650}.mob-filter-select{position:relative}.mob-filter-select.is-open{z-index:45}.mob-filter-select-trigger{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:0 11px;border:1px solid var(--border);border-radius:10px;color:#d8d3e1;background:#0e0d18;cursor:pointer}.mob-filter-select-trigger strong{min-width:0;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mob-filter-select-trigger svg{flex:0 0 auto;color:#74678f;transition:transform .16s ease}.mob-filter-select.is-open .mob-filter-select-trigger{border-color:#a984ff66;color:#f0e9fa;background:#171426}.mob-filter-select.is-open .mob-filter-select-trigger svg{transform:rotate(180deg)}.mob-filter-select.is-disabled .mob-filter-select-trigger{color:#575160;background:#09080f8c;cursor:default}.mob-filter-options{position:absolute;z-index:46;top:calc(100% + 6px);left:0;width:max(100%,250px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:7px;border:1px solid rgba(169,132,255,.25);border-radius:12px;background:#0d0b16fc;box-shadow:0 18px 42px #00000080}.mob-filter-field:nth-child(n+5) .mob-filter-options{right:0;left:auto}.mob-filter-options button{min-width:0;min-height:31px;padding:6px 9px;overflow:hidden;border:0;border-radius:7px;color:#aaa3b5;background:transparent;font-size:9px;font-weight:700;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.mob-filter-options button:hover{color:#f0e9fa;background:#8055df21}.mob-filter-options button.is-active{color:#f2ebff;background:#8055df40}.mob-trait-filters{grid-column:1 / -1;display:flex;flex-direction:column;gap:9px;padding-top:13px;border-top:1px solid var(--border)}.mob-trait-filters>span{color:#817b8d;font-size:10px;font-weight:700}.mob-trait-filters>div{display:flex;flex-wrap:wrap;gap:7px}.mob-trait-filters button{min-height:31px;padding:0 11px;border:1px solid var(--border);border-radius:999px;color:#8d8698;background:#0a09116b;font-size:9px;font-weight:700;cursor:pointer;transition:.16s ease}.mob-trait-filters button:hover{border-color:var(--border-strong);color:#d2cbdc}.mob-trait-filters button.is-active{border-color:#a984ff5c;color:#eee6ff;background:#8055df33;box-shadow:inset 0 0 15px #8055df14}.checkbox-field{min-height:40px;display:flex;align-items:center;gap:9px;padding-bottom:4px;color:#bbb5c5;font-size:11px;cursor:pointer}.checkbox-field input{position:absolute;opacity:0}.checkbox-control{width:19px;height:19px;display:grid;place-items:center;border:1px solid #3a3548;border-radius:6px;background:#0e0d18}.checkbox-field input:checked+.checkbox-control{border-color:#8a61e2;background:#7650ce;box-shadow:inset 0 0 0 4px #7650ce}.checkbox-field input:checked+.checkbox-control:after{content:"✓";color:#fff;font-size:11px}.item-filter-field{position:relative;min-width:0;display:flex;flex-direction:column;gap:7px}.item-filter-field>span{color:#817b8d;font-size:10px;font-weight:650}.item-slots-filter>div{min-width:0;display:grid;grid-template-columns:minmax(90px,1fr) 72px;gap:7px}.item-slots-filter .mob-filter-options{width:100%;min-width:100%;grid-template-columns:1fr}.item-job-filters{grid-column:1 / -1;min-width:0;padding-top:14px;border-top:1px solid var(--border)}.item-job-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.item-job-filter-heading>span{color:#aaa2b6;font-size:10px;font-weight:750}.item-job-filter-heading>small{color:#625c6c;font-size:8px}.item-job-tabs{display:inline-flex;gap:4px;margin-bottom:11px;padding:3px;border:1px solid rgba(169,132,255,.1);border-radius:10px;background:#08070e6b}.item-job-tabs button{min-height:30px;padding:0 13px;border:0;border-radius:7px;color:#7f778b;background:transparent;font-size:9px;font-weight:750;cursor:pointer}.item-job-tabs button:hover{color:#d5cde1}.item-job-tabs button.is-active{color:#eee7f8;background:#8055df38}.item-job-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.item-job-grid button{min-width:0;min-height:34px;display:flex;align-items:center;gap:8px;padding:0 9px;border:1px solid rgba(255,255,255,.055);border-radius:8px;color:#8c8497;background:#08070e59;font-size:9px;font-weight:650;text-align:left;cursor:pointer;transition:.15s ease}.item-job-grid button:hover{border-color:#a984ff33;color:#d6cfdf}.item-job-grid button.is-active{border-color:#a984ff52;color:#e9dfff;background:#8055df24}.item-job-grid button i{width:15px;height:15px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #3c3548;border-radius:4px;color:#fff;background:#0d0c16;font-style:normal}.item-job-grid button.is-active i{border-color:#8a61e2;background:#7650ce}.item-job-grid button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-job-filters>p{margin:9px 1px 0;color:#655e70;font-size:8px}.results-heading{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px}.results-heading p{margin:0;color:#6f697b;font-size:11px}.results-heading p strong{color:#c9c3d3;font-size:12px}.loading-inline{display:inline-flex;align-items:center;gap:7px;color:#9b8abf!important}.loading-inline svg{animation:loadingSpin .8s linear infinite}@keyframes loadingSpin{to{transform:rotate(360deg)}}.sort-control{display:flex;align-items:center;gap:9px;color:#6f697b;font-size:10px}.sort-control select{height:35px;min-width:150px;font-size:10px}.monster-sort-controls{display:flex;align-items:center;gap:7px}.monster-sort-label{color:#6f697b;font-size:10px}.monster-sort-menu{position:relative}.monster-sort-menu summary{min-width:190px;height:35px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 11px;border:1px solid var(--border);border-radius:10px;color:#d8d3e1;background:#0e0d18;font-size:10px;font-weight:700;cursor:pointer;list-style:none}.monster-sort-menu summary::-webkit-details-marker{display:none}.monster-sort-menu[open] summary{border-color:#a984ff66;color:#efe8fa;background:#171426}.monster-sort-menu[open] summary svg{transform:rotate(180deg)}.monster-sort-options{position:absolute;z-index:40;top:calc(100% + 7px);right:0;width:min(440px,calc(100vw - 30px));display:flex;flex-direction:column;gap:3px;padding:7px;border:1px solid rgba(169,132,255,.24);border-radius:12px;background:#0d0b16fa;box-shadow:0 18px 45px #0000007a}.monster-sort-row{display:grid;grid-template-columns:1fr 1fr;gap:3px}.monster-sort-options button{min-height:30px;padding:6px 9px;overflow:hidden;border:0;border-radius:7px;color:#aaa3b5;background:transparent;font-size:9px;font-weight:650;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.monster-sort-options button:hover{color:#eee7f8;background:#8055df1f}.monster-sort-options button.is-active{color:#f0e8ff;background:#8055df3b}.monster-sort-controls>button{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;color:#a891d6;background:#0e0d18;cursor:pointer;transition:.16s ease}.monster-sort-controls>button:hover{border-color:var(--border-strong);color:#e7dbff;background:#19172b}.items-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.item-card{position:relative;min-width:0;min-height:116px;display:grid;grid-template-columns:68px minmax(0,1fr) 20px;align-items:center;gap:14px;padding:14px;overflow:hidden;border:1px solid var(--border);border-radius:15px;background:linear-gradient(145deg,#141322e6,#0e0d18e0);transition:.18s ease}.item-card:before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:var(--violet);opacity:0;transition:.18s ease}.item-card:hover{border-color:#a984ff45;background:linear-gradient(145deg,#1a182bf5,#100f1cf5);transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}.item-card:hover:before{opacity:1}.item-image{position:relative;width:68px;height:68px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.045);border-radius:13px;background:radial-gradient(circle at 50% 35%,#a984ff1c,#05050a8c);image-rendering:auto}.item-image img{max-width:54px;max-height:54px;image-rendering:auto}.item-name-slots{margin-left:4px;color:#b69aea;font-family:Inter,Segoe UI,sans-serif;font-size:.56em;font-weight:850;line-height:0;letter-spacing:.015em;vertical-align:super;white-space:nowrap}.item-overview-identity .item-name-slots{margin-left:6px;font-size:.4em}.item-set-member .item-name-slots{margin-left:3px;font-size:.68em}.item-set-detail-member .item-name-slots{font-size:.62em}.item-card-body{min-width:0}.item-card-topline{display:flex;align-items:center;gap:6px;min-height:17px}.item-id{color:#655f71;font-size:9px;font-weight:700;letter-spacing:.04em}.recipe-badge{padding:2px 5px;border:1px solid rgba(79,207,156,.17);border-radius:999px;background:#4fcf9c14;color:#65d8aa;font-size:8px;font-weight:750}.item-card h2{margin:4px 0;overflow:hidden;color:#eeeaf5;font:700 14px/1.25 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.item-card-classification{min-width:0;display:flex;align-items:center;gap:7px;margin:0;overflow:hidden;color:#797382;font-size:9px;white-space:nowrap}.item-card-classification span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-card-classification span:first-child{flex:0 0 auto}.item-card-classification span+span{position:relative;padding-left:8px;color:#9b91aa}.item-card-classification span+span:before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;border-radius:50%;background:#5e526e;transform:translateY(-50%)}.item-card-arrow{color:#494454;transition:.18s ease}.item-card:hover .item-card-arrow{color:#9f80e7;transform:translate(2px)}.skeleton-card{pointer-events:none}.skeleton-card>span,.skeleton-card i,.skeleton-block,.skeleton-line{display:block;overflow:hidden;background:#191724;position:relative}.skeleton-card>span:after,.skeleton-card i:after,.skeleton-block:after,.skeleton-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.035),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-card>span{width:68px;height:68px;border-radius:13px}.skeleton-card div{display:flex;flex-direction:column;gap:8px}.skeleton-card i{width:80%;height:8px;border-radius:8px}.skeleton-card i:nth-child(2){width:55%}.skeleton-card i:nth-child(3){width:68%;margin-top:7px}.state-card{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px;border:1px dashed var(--border-strong);border-radius:20px;text-align:center;background:#11101d85}.state-card>span{width:58px;height:58px;display:grid;place-items:center;margin-bottom:17px;border-radius:17px;color:#8b75c1;background:#8457df1a}.state-card strong{font:700 20px Georgia,serif}.state-card p{max-width:420px;margin:9px 0 18px;color:var(--muted);font-size:12px}.secondary-button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid var(--border-strong);border-radius:10px;background:#1b182dd9;color:#cfc8dc;font-size:11px;font-weight:700;cursor:pointer}.secondary-button:hover{border-color:#a984ff6b;color:#fff;background:#221e38}.error-state{border-color:#f46d8338}.error-state strong{color:#f4a1ae}.pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:28px}.pagination>button,.pagination>div button{height:36px;min-width:36px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--border);border-radius:10px;background:#131220cc;color:#898391;font-size:10px;cursor:pointer}.pagination>div{display:flex;gap:5px}.pagination>div button.is-active{border-color:#a984ff59;background:#8055df38;color:#fff}.pagination button:hover:not(:disabled){border-color:var(--border-strong);color:#fff}.pagination button:disabled{opacity:.35;cursor:default}.pagination>button{padding:0}.section-catalog-page{max-width:1480px;margin:0 auto}.section-page-heading{margin-bottom:24px}.section-search{min-height:52px;display:flex;align-items:center;gap:11px;padding:5px 6px 5px 16px;border:1px solid var(--border);border-radius:14px;background:#100f1ce0}.section-search:focus-within{border-color:#a984ff61;box-shadow:0 0 0 3px #8457ef12}.section-search>svg{flex:0 0 auto;color:#6d6678}.section-search input{min-width:0;flex:1;border:0;outline:0;color:#eeeaf5;background:transparent;font-size:12px}.section-search input::placeholder{color:#665f72}.section-search .search-submit{align-self:stretch;min-width:94px;border:0;border-radius:10px;color:#fff;background:#8157dc;font-size:10px;font-weight:800;cursor:pointer}.section-tabs{margin-bottom:6px}.section-results-line{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#777181;font-size:10px}.section-results-line strong{color:#cbc5d5;font-size:11px}.section-results-line small{color:#686171;font-size:9px}.section-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.section-entry-card{position:relative;min-width:0;min-height:138px;display:grid;grid-template-columns:68px minmax(0,1fr) 16px;align-items:center;gap:13px;padding:13px;overflow:hidden;border:1px solid var(--border);border-radius:15px;background:linear-gradient(145deg,#141322e6,#0d0c17e6);transition:.18s ease}a.section-entry-card:hover{border-color:#a984ff47;background:linear-gradient(145deg,#1b192cf5,#100f1cf5);transform:translateY(-2px);box-shadow:0 12px 28px #00000029}.section-entry-media{position:relative;width:68px;height:68px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.05);border-radius:13px;color:#7965a8;background:radial-gradient(circle,#8055df21,#05050a7a)}.section-entry-media img{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:7px;object-fit:contain}.section-entry-copy{min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.section-entry-id{max-width:100%;overflow:hidden;color:#625c6d;font-size:8px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.section-entry-card h2{margin:4px 0 3px;overflow:hidden;color:#eeeaf5;font:700 14px/1.22 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.section-entry-subtitle{margin:0;overflow:hidden;color:#948ba2;font-size:9px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.section-entry-description{display:-webkit-box;margin:7px 0 0;overflow:hidden;color:#777181;font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.section-entry-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.section-entry-badges span{padding:3px 5px;border:1px solid rgba(169,132,255,.12);border-radius:999px;color:#9c8dbc;background:#8055df0f;font-size:7px;font-weight:750}.section-entry-arrow{color:#4b4553}a.section-entry-card:hover .section-entry-arrow{color:#9f80e7;transform:translate(2px)}.section-entry-skeleton{pointer-events:none}.section-entry-skeleton i,.section-entry-skeleton span{position:relative;display:block;overflow:hidden;border-radius:10px;background:#191724}.section-entry-skeleton i{width:68px;height:68px}.section-entry-skeleton span{width:75%;height:40px}.section-entry-skeleton i:after,.section-entry-skeleton span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.035),transparent);animation:shimmer 1.5s infinite}.map-entry-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}.map-entry-card{min-height:98px;grid-template-columns:62px minmax(0,1fr) 14px;gap:11px;padding:10px}.map-entry-card .section-entry-media{width:62px;height:62px;border-radius:11px}.map-entry-card .section-entry-id{color:#eee8f7;font-size:11px;font-weight:850;letter-spacing:.025em}.map-entry-card h2{display:-webkit-box;margin:5px 0 0;color:#9a92a4;font:550 12px/1.32 Inter,sans-serif;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shop-entry-card{min-height:154px;grid-template-columns:82px minmax(0,1fr) 14px;gap:12px}.shop-entry-sprite{width:82px;height:104px;display:grid;place-items:center}.shop-entry-sprite img{max-width:78px;max-height:100px;object-fit:contain;image-rendering:pixelated;transform:scaleX(-1)}.shop-entry-copy h2{margin-top:0}.shop-entry-items{min-width:0;display:flex;align-items:center;gap:5px;margin-top:9px}.shop-entry-items>span{min-width:0;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(169,132,255,.1);border-radius:8px;background:#8055df0b}.shop-entry-items img{width:24px;height:24px;flex:0 0 auto;object-fit:contain;image-rendering:pixelated}.shop-entry-items b{min-width:0;overflow:hidden;color:#a59cad;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.shop-entry-items .item-name-slots{font-size:.66em}.shop-entry-items.with-names>span{flex:1 1 0;padding:5px 8px 5px 5px}.shop-entry-items.with-names b{overflow:visible;text-overflow:clip;white-space:normal}.shop-entry-items.icons-only{flex-wrap:wrap;gap:4px}.shop-entry-items.icons-only>span{width:30px;height:30px;justify-content:center;padding:2px}.shop-entry-items.icons-only img{width:25px;height:25px}.map-detail-page{max-width:1480px;margin:0 auto}.map-detail-hero{min-height:280px;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:center;gap:28px;padding:24px;overflow:hidden;border:1px solid var(--border);border-radius:20px;background:linear-gradient(135deg,#171527f0,#0d0c17f0);box-shadow:var(--shadow)}.map-detail-image{min-height:230px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.12);border-radius:16px;background:radial-gradient(circle,#8055df1a,#05050a7a)}.map-detail-image img{width:auto;height:auto;max-width:calc(100% - 28px);max-height:205px;object-fit:contain;image-rendering:auto;filter:drop-shadow(0 13px 20px rgba(0,0,0,.38))}.map-detail-copy{min-width:0}.map-detail-index{display:block;margin:8px 0 20px;color:#81798c;font-size:clamp(14px,1.4vw,18px);font-weight:700;letter-spacing:.015em}.map-detail-copy h1{margin:12px 0 0;color:#f0ebf7;font:700 clamp(31px,3.5vw,48px)/1.08 Georgia,serif;letter-spacing:-.035em}.map-detail-summary{display:flex;flex-wrap:wrap;gap:8px}.map-detail-summary>span{min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--border);border-radius:10px;color:#81798c;background:#0a09115c;font-size:9px}.map-detail-summary svg{color:#9675dc}.map-detail-summary strong{color:#dfd8e8;font-size:11px}.map-population-panel{margin-top:12px;padding:16px;border:1px solid var(--border);border-radius:18px;background:#11101dad}.map-population-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.map-population-heading>span{display:inline-flex;align-items:center;gap:8px;font:700 17px Georgia,serif}.map-population-heading svg{color:#ad8eef}.map-population-heading small{min-width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;color:#9589a6;font-size:9px}.map-monster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:8px}.map-monster-card{position:relative;min-width:0;min-height:110px;display:grid;grid-template-columns:64px minmax(0,1fr) 15px;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(145deg,#151423db,#0d0c17e0);transition:.17s ease}.map-monster-card:hover{border-color:#a984ff40;background:linear-gradient(145deg,#1c192ef0,#100f1cf0);transform:translateY(-1px)}.map-monster-image{width:64px;height:78px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:radial-gradient(circle,#f46d8314,#05050a7a)}.map-monster-image img{width:auto;height:auto;max-width:59px;max-height:73px;object-fit:contain}.map-monster-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.map-monster-copy>small{color:#655f71;font-size:8px;font-weight:750}.map-monster-copy>strong{overflow:hidden;color:#e9e4f0;font:700 12px Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.map-monster-copy>em{overflow:hidden;color:#81798b;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.map-monster-meta{overflow:hidden;color:#756e7e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.map-spawn-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px}.map-spawn-list>span{display:inline-flex;align-items:center;gap:3px;padding:3px 5px;border:1px solid rgba(169,132,255,.11);border-radius:6px;color:#8b8297;background:#8055df0e;font-size:7px}.map-spawn-list b{color:#c7b5ec}.map-spawn-list svg{color:#7963aa}.map-monster-card>svg{color:#51495a}.map-monster-badges{position:absolute;top:7px;right:8px;display:flex;gap:4px}.map-monster-badges span{padding:2px 5px;border:1px solid currentColor;border-radius:999px;background:#0a0911d9;font-size:7px}.map-detail-loading{min-height:480px;display:grid;grid-template-columns:1fr 2fr;gap:15px;padding:24px;border:1px solid var(--border);border-radius:20px}.map-detail-loading .skeleton-line{grid-column:1 / -1}.map-detail-loading .skeleton-block{min-height:280px;border-radius:15px}.back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:16px;color:#8d8699;font-size:11px}.back-link:hover{color:#c2aaff}.item-detail-hero{position:relative;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:clamp(30px,5vw,80px);align-items:center;min-height:365px;padding:clamp(30px,5vw,65px);overflow:hidden;border:1px solid var(--border);border-radius:26px;background:linear-gradient(135deg,#181629f5,#0c0b16f5);box-shadow:var(--shadow)}.detail-visual{position:relative;min-height:240px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.14);border-radius:24px;background:radial-gradient(circle,#8055df21,#05050a6b 64%)}.detail-visual-glow{position:absolute;width:120px;height:120px;border-radius:50%;background:#a984ff2e;filter:blur(45px)}.detail-visual img{position:relative;z-index:1;max-width:190px;max-height:190px;filter:drop-shadow(0 18px 22px rgba(0,0,0,.4))}.detail-visual small{position:absolute;left:14px;bottom:12px;color:#655f71;font-size:10px;font-weight:700}.detail-copy{position:relative;z-index:1}.detail-copy h1{margin:13px 0;font:700 clamp(34px,4vw,56px)/1.06 Georgia,serif;letter-spacing:-.04em}.detail-copy>p{max-width:700px;margin:20px 0 24px;color:#aaa4b5;font-size:13px;line-height:1.7}.detail-badges{display:flex;flex-wrap:wrap;gap:7px}.detail-badges span,.detail-badges>a{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid var(--border);border-radius:999px;color:#aaa3b7;background:#ffffff06;font-size:9px}.detail-badges .item-card-location{border-color:#9b6fff4d;color:#c6aaff;background:#8b5cf617}.detail-badges .item-set-jump{border-color:#9b6fff40;color:#b89aed;background:#8b5cf612;transition:.15s ease}.detail-badges .item-set-jump:hover{border-color:#b797ff7a;color:#dbc8ff;background:#8b5cf621}.detail-badges .item-bonfire-jump{border-color:#e8ac4340;color:#d9b85e;background:#d18f2a12;transition:.15s ease}.detail-badges .item-bonfire-jump:hover{border-color:#f2c2667a;color:#f1d57c;background:#d18f2a1f}.detail-badges .item-craft-jump{border-color:#deb94945;color:#d8bd68;background:#c49a3612;transition:.15s ease}.detail-badges .item-craft-jump:hover{border-color:#ebcb697a;color:#f1d980;background:#c49a361f}.detail-badges .item-shop-jump{border-color:#4fcf9c38;color:#72cfae;background:#2f9a7411;transition:.15s ease}.detail-badges .item-shop-jump:hover{border-color:#68deb173;color:#9de5c9;background:#2f9a741f}.detail-badges .item-refine-status.is-enabled{border-color:#4fcf9c33;color:#65d8aa;background:#4fcf9c12}.detail-badges .item-refine-status.is-disabled{border-color:#f46d832e;color:#c88594;background:#f46d830e}.detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:start;gap:14px;margin-top:17px}.detail-panel{padding:23px;border:1px solid var(--border);border-radius:18px;background:#12111fc7}.panel-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.panel-title>span{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;color:#ad8eef;background:#8055df1a}.panel-title h2{margin:0;font:700 18px Georgia,serif}.item-description{color:#aaa4b4;font-size:12px;line-height:1.75;white-space:pre-line}.properties-panel dl{margin:0}.properties-panel dl div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.045)}.properties-panel dt{color:#7b7587;font-size:10px}.properties-panel dd{margin:0;color:#d9d4e1;font-size:11px;font-weight:750}.feature-list{display:flex;flex-direction:column;gap:7px;margin-top:16px}.feature-list span{display:inline-flex;align-items:center;gap:6px;color:#65d8aa;font-size:10px}.detail-loading{display:grid;grid-template-columns:38% 1fr;gap:50px;min-height:365px;padding:50px;border:1px solid var(--border);border-radius:26px}.detail-loading .skeleton-block{min-height:250px;border-radius:22px}.detail-loading>div:last-child{display:flex;flex-direction:column;justify-content:center;gap:17px}.skeleton-line{width:60%;height:13px;border-radius:8px}.skeleton-line.wide{width:90%;height:38px}.skeleton-line.short{width:38%}.database-search{display:flex;align-items:center;border:1px solid var(--border);background:#100f1ce6;transition:.18s ease}.database-search:focus-within{border-color:#a984ff6b;box-shadow:0 0 0 3px #8457ef17}.database-search-header{width:min(760px,72%);min-width:0;height:46px;margin:0 auto;padding:4px;border-radius:14px}.search-mode-tabs{align-self:stretch;display:flex;gap:3px;padding-right:5px;border-right:1px solid var(--border)}.search-mode-tabs button{width:84px;flex:0 0 84px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;border:0;border-radius:9px;color:#777181;background:transparent;font-size:10px;font-weight:750;cursor:pointer}.search-mode-tabs button:hover{color:#c9c3d3;background:#ffffff08}.search-mode-tabs button.is-active{color:#ece5ff;background:#8055df33}.search-mode-tabs button.is-active svg{color:#af8cf7}.database-search-field{min-width:0;flex:1;align-self:stretch;display:flex;align-items:center;gap:8px;padding-left:10px}.database-search-field>svg{flex:0 0 auto;color:#686273}.database-search-field input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent;font-size:12px}.database-search-field input::placeholder{color:#625c6e}.database-search-field button{align-self:stretch;padding:0 13px;border:0;border-radius:9px;color:#eee9f7;background:#8055dfd6;font-size:10px;font-weight:750;cursor:pointer}.database-search-field button:hover{background:#9067e9}.database-search-field button:disabled{cursor:wait;opacity:.72}.search-spinner{animation:loadingSpin .8s linear infinite}.compact-home{max-width:1380px;margin:0 auto}.compact-hero{min-height:350px;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);gap:34px;padding:clamp(30px,4vw,52px)}.compact-hero .hero-copy h1{margin:14px 0 12px;font-size:clamp(38px,4vw,58px)}.compact-hero .hero-copy h1.is-russian-title{max-width:none;font-size:clamp(27px,2.2vw,36px);letter-spacing:-.052em;white-space:nowrap}.compact-hero .hero-copy>p{max-width:650px;margin-bottom:21px;font-size:14px;line-height:1.6}.compact-hero .hero-intro>span{display:block}.database-search-hero{max-width:660px;min-height:58px;flex-direction:column;align-items:stretch;padding:5px;border-radius:15px}.database-search-hero .search-mode-tabs{height:30px;align-self:auto;border:0;padding:0}.database-search-hero .search-mode-tabs button{width:auto;flex:1}.database-search-hero .database-search-field{height:44px;min-height:44px;align-items:center;padding:0 5px 0 11px;border-top:1px solid var(--border)}.database-search-hero .database-search-field>svg{align-self:center;display:block}.database-search-hero .database-search-field input{align-self:stretch;height:44px;padding:0;line-height:44px}.database-search-hero .database-search-field button{height:36px;align-self:center;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;line-height:1}.compact-hero .hero-orbit{min-height:270px}.compact-hero .orbit-card{width:164px;height:172px;border-radius:22px}.compact-hero .orbit-card img{width:62px;height:62px;margin-bottom:12px}.compact-hero .orbit-pill{left:0;top:0;padding:8px 11px;offset-path:ellipse(var(--orbit-radius-x) var(--orbit-radius-y) at 50% 50%);offset-distance:var(--orbit-distance);offset-rotate:0deg;offset-anchor:center;animation:orbitPillArrival 1.05s cubic-bezier(.18,.76,.2,1) var(--orbit-delay) both;will-change:offset-distance,opacity,transform}.compact-hero .orbit-pill:hover{border-color:#a984ff4d;background:#1c192efa}.compact-hero .orbit-pill span{display:flex;flex-direction:column;line-height:1.05}.compact-hero .orbit-pill strong{font-size:12px}.compact-hero .orbit-pill small{margin-top:3px;color:#746d80;font-size:8px;font-weight:650}.compact-hero .orbit-pill-three{left:12%;bottom:5%}.compact-hero .orbit-pill-four{top:4%;right:8%}.compact-hero .orbit-pill-five{right:9%;bottom:2%}.compact-hero .orbit-pill-six{left:9%;top:2%}.compact-hero .orbit-ring-one{width:260px;height:260px}.compact-hero .orbit-ring-two{width:330px;height:210px}@keyframes orbitPillArrival{0%{offset-distance:var(--orbit-start-distance);opacity:0;transform:scale(.82)}42%{opacity:.86}to{offset-distance:var(--orbit-distance);opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.compact-hero .orbit-pill{animation:none}}.home-sections{margin-top:24px;padding:21px;border:1px solid var(--border);border-radius:20px;background:#11101d9e}.compact-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}.compact-section-heading h2{margin:5px 0 0;font:700 23px Georgia,serif}.compact-section-heading>span{color:#716b7e;font-size:10px}.quick-sections-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quick-section-card{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) 16px;align-items:center;gap:12px;min-height:78px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#141322b8;transition:.18s ease}.quick-section-card:hover{border-color:var(--border-strong);transform:translateY(-2px);background:#1b192ce6}.quick-section-card .catalog-icon{width:44px;height:44px;border-radius:11px}.quick-section-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:4px}.quick-section-card strong{overflow:hidden;color:#dcd7e4;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.quick-section-card small{color:#777080;font-size:10px}.quick-section-card>svg{color:#4f4959}.compact-page-heading{margin-bottom:22px}.items-grid,.mobs-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.item-card,.mob-card{min-height:94px;grid-template-columns:54px minmax(0,1fr) 16px;gap:10px;padding:10px;border-radius:13px}.item-image,.mob-image{width:54px;height:54px;border-radius:11px}.item-image img{max-width:45px;max-height:45px}.item-card h2,.mob-card h2{margin:3px 0;font-size:12px}.item-meta{margin-top:6px;gap:3px 7px}.mobs-grid{display:grid}.mob-card{position:relative;min-width:0;display:grid;align-items:center;overflow:hidden;border:1px solid var(--border);background:linear-gradient(145deg,#141322e6,#0e0d18e0);transition:.18s ease}.mob-card:hover{border-color:#f46d8340;transform:translateY(-2px);background:linear-gradient(145deg,#1c1728f5,#110e1bf5)}.mob-card{min-height:104px;grid-template-columns:62px minmax(0,1fr) 16px}.mob-image{width:62px;height:76px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.045);background:radial-gradient(circle,#f46d8317,#05050a80)}.mob-image img{width:auto;height:auto;max-width:58px;max-height:70px;object-fit:contain}.mob-card-body{min-width:0}.mob-card-body h2{padding-right:42px}.mob-card h2{overflow:hidden;color:#eeeaf5;font-family:Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.mob-card p{margin:0;overflow:hidden;color:#797382;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.mob-card .item-meta{display:flex;flex-wrap:wrap;gap:3px 7px;margin-top:6px}.mob-card .item-meta span{color:#91899e;font-size:8px;font-weight:400;line-height:1.25}.mob-card .item-meta span+span{position:relative}.mob-card .item-meta span+span:before{content:"";position:absolute;left:-5px;top:50%;width:2px;height:2px;border-radius:50%;background:#514b5b;transform:translateY(-50%)}.mob-card>svg{color:#4d4756}.mvp-label{color:#ff8aa0!important;font-weight:800}.mini-label{color:#e5bd61!important;font-weight:800}.summon-label{color:#77c7df!important;font-weight:800}.mob-card-badges{position:absolute;z-index:2;top:8px;right:8px;display:flex;align-items:center;gap:4px}.mob-card-badges span{padding:2px 5px;border:1px solid currentColor;border-radius:999px;background:#0a0911db;font-size:7px;letter-spacing:.04em}.compact-detail-header{display:grid;grid-template-columns:104px minmax(240px,.8fr) minmax(420px,1.2fr);align-items:center;gap:22px;padding:22px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(135deg,#171527f0,#0d0c17f0);box-shadow:var(--shadow)}.compact-detail-icon{width:104px;height:104px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.14);border-radius:17px;background:radial-gradient(circle,#8055df1f,#05050a73)}.compact-detail-icon img{max-width:78px;max-height:78px;object-fit:contain;filter:drop-shadow(0 9px 13px rgba(0,0,0,.35))}.mob-detail-icon img{max-width:96px;max-height:96px}.compact-detail-title{min-width:0}.compact-detail-title h1{margin:8px 0 9px;font:700 clamp(28px,3vw,42px)/1.05 Georgia,serif;letter-spacing:-.035em}.item-compact-header .compact-detail-title h1{font-size:clamp(27px,2.55vw,38px)}.compact-facts{display:grid;grid-template-columns:repeat(3,minmax(95px,1fr));gap:7px}.compact-facts>div{min-width:0;min-height:48px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:8px 10px;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:#08080e47}.compact-facts span{overflow:hidden;color:#726c7d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.compact-facts strong{overflow:hidden;color:#ddd7e6;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.compact-item-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr)}.compact-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-item-detail .detail-panel,.mob-detail-page .detail-panel{padding:18px}.compact-item-detail .panel-title,.mob-detail-page .panel-title{margin-bottom:13px}.compact-item-detail .item-description{font-size:11px;line-height:1.62}.fact-list{margin:0}.fact-list>div{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.045)}.fact-list dt{color:#777181;font-size:9px}.fact-list dd{margin:0;color:#d8d2e1;font-size:10px;font-weight:750}.job-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:13px}.job-list span{padding:5px 7px;border:1px solid var(--border);border-radius:7px;color:#a39cac;background:#ffffff05;font-size:8px}.attribute-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.attribute-grid span{display:flex;flex-direction:column;gap:3px;padding:10px;border:1px solid var(--border);border-radius:9px}.attribute-grid small{color:#766f80;font-size:8px}.attribute-grid strong{font-size:11px}.relation-placeholder p{margin:0;color:#807988;font-size:10px;line-height:1.55}.related-section{margin-top:20px}.relation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.relation-grid>div{display:flex;align-items:center;gap:10px;min-height:66px;padding:12px;border:1px dashed var(--border-strong);border-radius:12px;color:#796a9d;background:#12111f73}.relation-grid>div>span{display:flex;flex-direction:column;gap:4px}.relation-grid strong{color:#aaa3b5;font-size:10px}.relation-grid small{color:#66606f;font-size:8px}.monster-detail-page{max-width:1500px;margin:0 auto}.monster-overview{overflow:hidden;border:1px solid var(--border);border-radius:22px;background:linear-gradient(145deg,#161425f0,#0c0b15f0);box-shadow:var(--shadow)}.monster-overview.is-mvp{border-color:#efbe4033}.monster-titlebar{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 20px;border-bottom:1px solid var(--border);background:linear-gradient(90deg,rgba(128,85,223,.08),transparent 48%)}.monster-titlebar h1{margin:5px 0 0;font:700 clamp(27px,3vw,40px)/1 Georgia,serif;letter-spacing:-.035em}.monster-id{min-width:112px;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 12px;border:1px solid rgba(169,132,255,.18);border-radius:11px;background:#8055df12;text-align:center}.monster-id small{color:#756d82;font-size:8px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.monster-id strong{color:#d9caff;font-size:17px}.monster-overview-grid{display:grid;grid-template-columns:215px minmax(310px,1.18fr) minmax(260px,.82fr) 190px;min-height:345px}.monster-vitals,.monster-behavior,.monster-elements{min-width:0;border-right:1px solid var(--border)}.monster-vitals{height:345px;display:flex;flex-direction:column;justify-content:center;padding:17px}.monster-fact{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.055)}.monster-fact:last-child{border-bottom:0}.monster-fact span{color:#7b7486;font-size:9px;font-weight:650}.monster-fact strong{color:#ddd7e7;font-size:11px;text-align:right}.monster-fact.is-accent strong{color:#f1eaff;font-size:14px}.monster-sprite-stage{position:relative;min-width:0;height:345px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px 10px 51px;border-right:1px solid var(--border);background:radial-gradient(circle at 50% 50%,#8055df1f,#05050a2e 58%,#05050a66)}.monster-sprite-stage:after{content:"";position:absolute;left:13%;right:13%;bottom:52px;height:1px;background:linear-gradient(90deg,transparent,rgba(169,132,255,.24),transparent)}.monster-sprite-stage>img{position:relative;z-index:2;width:auto;height:auto;max-width:calc(100% - 34px);max-height:280px;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(0,0,0,.42));-webkit-user-select:none;user-select:none}.monster-sprite-glow{position:absolute;width:180px;height:180px;border-radius:50%;background:#8a5be821;filter:blur(45px)}.monster-rank{position:absolute;z-index:3;top:13px;right:13px;padding:5px 8px;border:1px solid rgba(239,190,64,.26);border-radius:8px;color:#e8c153;background:#412f0a5c;font-size:8px;font-weight:850;letter-spacing:.08em}.monster-exp-pills{position:absolute;z-index:3;left:12px;right:12px;bottom:11px;display:flex;align-items:stretch;justify-content:center;gap:6px}.monster-exp-pills>span{min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:31px;padding:4px 7px;border:1px solid rgba(169,132,255,.11);border-radius:8px;background:#0e0c18c7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.monster-exp-pills small{color:#736b7e;font-size:7px;font-weight:750}.monster-exp-pills strong{overflow:hidden;max-width:100%;color:#d9d2e3;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.monster-behavior{min-height:0;height:345px;display:flex;flex-direction:column}.monster-subpanel{min-height:0;padding:15px;overflow:hidden}.monster-subpanel+.monster-subpanel{border-top:1px solid var(--border)}.monster-spawns{flex:1 1 auto;display:flex;flex-direction:column}.monster-mode{flex:0 0 auto;margin-top:auto;padding-top:12px;padding-bottom:11px}.monster-subpanel h2,.monster-elements h2{display:flex;align-items:center;gap:7px;margin:0 0 11px;color:#c9c1d4;font-size:10px;font-weight:800}.monster-subpanel h2 svg,.monster-elements h2 svg{color:#a887ef}.monster-subpanel h2 code{margin-left:auto;padding:3px 5px;border-radius:5px;color:#7d738c;background:#ffffff09;font:700 8px ui-monospace,monospace}.spawn-list{min-height:0;flex:1;display:flex;flex-direction:column;gap:5px;overflow:auto;scrollbar-width:thin;scrollbar-color:#342c47 transparent}.spawn-list a{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:7px 8px;border:1px solid rgba(255,255,255,.05);border-radius:8px;background:#ffffff05}.spawn-list a:hover{border-color:#a984ff33;background:#8055df0f}.spawn-list a>span{min-width:0;display:flex;flex-direction:column;gap:3px}.spawn-list strong{overflow:hidden;color:#d7d0e0;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.spawn-list small{color:#746d7e;font-size:8px}.spawn-list svg{flex:0 0 auto;color:#765ea9}.monster-mode ul{max-height:72px;display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:0;overflow:auto;list-style:none;scrollbar-width:thin;scrollbar-color:#342c47 transparent}.monster-mode li{padding:4px 6px;border:1px solid rgba(255,255,255,.05);border-radius:6px;color:#91899c;background:#ffffff05;font-size:8px;font-weight:700;line-height:1.2}.monster-empty-note{margin:0;color:#716a7b;font-size:9px;line-height:1.5}.monster-elements{padding:15px;border-right:0}.element-damage-list{display:flex;flex-direction:column}.element-damage-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:28px;padding:0 7px;border-bottom:1px solid rgba(255,255,255,.045)}.element-damage-list span{color:#8d8598;font-size:9px}.element-damage-list strong{color:#bdb6c7;font-size:9px}.element-damage-list strong.is-good{color:#58d6a3}.element-damage-list strong.is-bad{color:#f2788e}.monster-details-row{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);gap:10px;margin-top:10px}.monster-details-row .detail-panel{padding:17px}.monster-details-row .panel-title{margin-bottom:12px}.monster-service-panel .fact-list{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.monster-service-panel .fact-list dt{display:inline-flex;align-items:center;gap:5px}.monster-service-panel .fact-list dt svg{color:#7c65aa}.monster-relations-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:10px;margin-top:10px}.monster-relations-panel{min-width:0;padding:15px;border:1px solid var(--border);border-radius:16px;background:#11101dad}.monster-relations-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.monster-relations-panel>header>span{display:inline-flex;align-items:center;gap:7px;font:700 15px Georgia,serif}.monster-relations-panel>header svg{color:#ad8eef}.monster-relations-panel>header small{color:#6f647e;font-size:7px;font-weight:850;letter-spacing:.12em}.monster-relation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:7px}.monster-relation-card{min-width:0;min-height:62px;display:grid;grid-template-columns:43px minmax(0,1fr) 14px;align-items:center;gap:9px;padding:7px;border:1px solid var(--border);border-radius:10px;background:#151423cc;transition:.16s ease}.monster-relation-card:hover{border-color:#a984ff40;background:#1c192eeb;transform:translateY(-1px)}.monster-relation-image{width:43px;height:46px;display:grid;place-items:center;border-radius:8px;background:radial-gradient(circle,#a984ff1a,#05050a6b)}.monster-relation-image img{width:auto;height:auto;max-width:40px;max-height:43px;object-fit:contain}.monster-relation-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.monster-relation-card small{color:#655f71;font-size:7px;font-style:normal}.monster-relation-card strong{overflow:hidden;color:#ddd7e5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.monster-relation-card em{overflow:hidden;color:#746d7e;font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.monster-relation-card>svg{color:#51485e}.monster-drops-block{margin-top:18px;padding:17px;border:1px solid var(--border);border-radius:18px;background:#11101dad}.monster-section-title{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 2px 14px}.monster-section-title>span{display:inline-flex;align-items:center;gap:8px;font:700 17px Georgia,serif}.monster-section-title svg{color:#ad8eef}.monster-drop-section+.monster-drop-section{margin-top:15px;padding-top:15px;border-top:1px solid var(--border)}.monster-drop-section>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.monster-drop-section>header>span{display:inline-flex;align-items:center;gap:6px;color:#948c9f;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.monster-drop-section.is-mvp>header>span{color:#d6af4a}.monster-drop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:7px}.monster-drop-card{min-width:0;min-height:59px;display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#151423cc;transition:.16s ease}.monster-drop-card:hover{border-color:#a984ff40;background:#1c192eeb;transform:translateY(-1px)}.is-mvp .monster-drop-card{border-color:#deb1371f;background:#27201357}.monster-drop-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:8px;background:radial-gradient(circle,#8055df1c,#05050a61)}.monster-drop-icon img{max-width:34px;max-height:34px;object-fit:contain}.monster-drop-card>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.monster-drop-card>div:nth-child(2) strong{overflow:hidden;color:#ddd7e5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.monster-drop-card small{color:#696270;font-size:7px}.monster-drop-card>span{color:#d7b84f;font-size:9px;font-weight:850}.compact-state{min-height:120px}.monster-detail-loading{min-height:500px;display:grid;grid-template-columns:1fr 2fr;gap:16px;padding:30px;border:1px solid var(--border);border-radius:22px}.monster-detail-loading .skeleton-line{grid-column:1 / -1}.monster-detail-loading .skeleton-block{min-height:340px;border-radius:16px}.item-detail-page{max-width:1480px;margin:0 auto}.item-overview{min-height:170px;display:grid;grid-template-columns:96px minmax(250px,1fr) minmax(420px,.95fr);align-items:center;gap:20px;padding:20px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(135deg,#171527f0,#0d0c17f0);box-shadow:var(--shadow)}.item-overview.no-facts{grid-template-columns:96px minmax(0,1fr)}.item-overview-icon{width:96px;height:96px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.14);border-radius:16px;background:radial-gradient(circle,#8055df21,#05050a73)}.item-overview-icon img{width:auto;height:auto;max-width:76px;max-height:76px;object-fit:contain;filter:drop-shadow(0 9px 13px rgba(0,0,0,.35))}.item-overview-identity{min-width:0}.item-overview-identity h1{margin:8px 0 10px;overflow-wrap:anywhere;color:#f1edf7;font:700 clamp(29px,3.2vw,43px)/1.05 Georgia,serif;letter-spacing:-.035em}.item-overview-facts{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));gap:7px}.item-overview-facts>span{min-width:0;min-height:51px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:8px 10px;border:1px solid rgba(255,255,255,.05);border-radius:10px;background:#08080e47}.item-overview-facts small{overflow:hidden;color:#756e80;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.item-overview-facts strong{overflow:hidden;color:#e1dbe9;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.item-content-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);align-items:stretch;gap:10px;margin-top:10px}.item-content-grid.description-only{grid-template-columns:1fr;align-items:start}.item-content-grid .detail-panel{padding:18px}.item-content-grid .panel-title{margin-bottom:14px}.item-description-panel{min-height:0}.item-description{display:flex;flex-direction:column;gap:15px;color:#b8b1c2;font-size:11px;font-weight:550;line-height:1.65}.item-clean-description{max-width:920px;padding-left:12px;border-left:2px solid rgba(140,128,160,.22);color:#827b8d;font-style:italic;font-weight:500;white-space:pre-wrap}.item-bonus-list{display:flex;flex-direction:column;align-items:flex-start;gap:5px;white-space:normal}.item-bonus-list>span{position:relative;padding-left:18px;color:#65d8aa}.item-bonus-list>span:before{position:absolute;top:0;left:0;color:#54c99e;content:"▲";font-size:7px}.item-bonus-list>span.is-condition{margin-top:5px;color:#ab8aef;font-size:10px;text-transform:none}.item-bonus-list>span.is-condition:before{color:#9b78ea;content:"◆"}.item-description-empty{color:#655f70}.item-set-card{overflow:hidden;border:1px solid rgba(169,132,255,.13);border-radius:11px;background:#0a09124d}.item-set-summary{width:100%;min-width:0;max-width:100%;min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto 16px;align-items:center;gap:10px;padding:8px 12px;border:0;outline:0;color:inherit;background:transparent;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:.16s ease}.item-set-summary:hover{background:#8257dc0e}.item-set-summary:focus-visible{box-shadow:inset 0 0 0 1px #a984ff47}.item-set-card.is-open>.item-set-summary{border-bottom:1px solid rgba(169,132,255,.11);background:#8257dc0b}.item-set-summary>svg{color:#6f657d;transition:transform .18s ease}.item-set-card.is-open>.item-set-summary>svg{color:#ac8cef;transform:rotate(180deg)}.item-set-summary-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#a98bf0;background:#8257dc1a}.item-set-summary-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.item-set-summary-copy small{color:#896bbd;font-size:7px;font-weight:850;letter-spacing:.12em}.item-set-summary-copy strong{overflow:hidden;color:#c8bfd3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.item-set-summary-count{padding:3px 7px;border:1px solid rgba(169,132,255,.12);border-radius:999px;color:#776e83;font-size:8px;white-space:nowrap}.item-set-content{min-width:0;max-width:100%;padding:12px}.item-set-content-label{display:block;margin-bottom:8px;color:#5f5770;font-size:7px;font-weight:800;letter-spacing:.13em}.item-set-members{min-width:0;max-width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(190px,100%),1fr));gap:5px}.item-set-member{min-width:0;min-height:45px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;padding:5px 8px;border:1px solid rgba(255,255,255,.045);border-radius:8px;color:#a59cac;background:#ffffff05;transition:.15s ease}.item-set-member:hover{border-color:#a984ff30;color:#d0c5dc;background:#8257dc0e}.item-set-member.is-current{border-color:#d6b1402b;background:#d6b14009}.item-set-member>img{width:auto;height:auto;max-width:32px;max-height:32px;object-fit:contain}.item-set-member>span{min-width:0;display:flex;flex-direction:column;gap:2px}.item-set-member>span strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.item-set-member>span small{color:#5f5869;font-size:7px}.item-set-member.is-current>span strong{color:#d9bd61}.item-set-bonuses{min-width:0;max-width:100%;display:flex;flex-direction:column;gap:4px;margin-top:9px;padding:8px 10px 8px 14px;border-left:2px solid rgba(139,91,237,.34);border-radius:0 7px 7px 0;background:#7045ca09}.item-set-bonuses>span{max-width:100%;color:#b28df3;font-size:9px;overflow-wrap:anywhere;white-space:normal}.item-set-bonuses>span:before{margin-right:7px;color:#7551bd;content:"+"}.item-set-bonuses>span.is-condition{color:#867b94}.item-set-bonuses>span.is-condition:before{content:"◆";font-size:6px}.item-set-page-link{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:#746b82;font-size:8px}.item-set-page-link:hover{color:#ad8eef}.item-equip-panel .fact-list{margin-bottom:13px}.item-equip-panel .job-list{margin-top:12px}.item-dropped-by-panel{margin-top:12px;padding:16px;border:1px solid var(--border);border-radius:18px;background:#11101dad}.item-dropped-by-panel>header{display:flex;align-items:center;margin-bottom:12px}.item-dropped-by-panel>header>span{display:inline-flex;align-items:center;gap:8px;font:700 17px Georgia,serif}.item-dropped-by-panel>header svg{color:#ad8eef}.item-sets-panel{scroll-margin-top:calc(var(--header) + 16px);margin-top:12px;padding:16px;border:1px solid var(--border);border-radius:18px;background:#11101dad}.item-sets-panel>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.item-sets-panel>header>span{display:inline-flex;align-items:center;gap:8px;font:700 17px Georgia,serif}.item-sets-panel>header>span svg{color:#ad8eef}.item-sets-panel>header>small{min-width:26px;height:26px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.15);border-radius:8px;color:#83768f;font-size:8px}.item-set-entity-list{display:flex;flex-direction:column;gap:7px}.item-set-detail-page{max-width:1480px;margin:0 auto}.item-set-hero{min-height:166px;display:grid;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:20px;padding:22px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(135deg,#1a162cf5,#0d0c17f2);box-shadow:var(--shadow)}.item-set-hero-icon{width:82px;height:82px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.16);border-radius:17px;color:#ad8eef;background:radial-gradient(circle,#8257dc2b,#08070e59)}.item-set-hero h1{margin:9px 0 7px;color:#f0ebf6;font:700 clamp(28px,3vw,42px)/1.05 Georgia,serif;letter-spacing:-.025em}.item-set-hero p{max-width:700px;margin:0;color:#766f80;font-size:10px;line-height:1.55}.item-set-hero-count{min-width:84px;min-height:66px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:10px;border:1px solid rgba(169,132,255,.14);border-radius:13px;background:#08070e45}.item-set-hero-count strong{color:#d8c9e7;font-size:20px}.item-set-hero-count small{color:#716878;font-size:8px}.item-set-detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);align-items:start;gap:10px;margin-top:10px}.item-set-detail-grid .detail-panel{padding:18px}.item-set-detail-member-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:7px}.item-set-detail-member{min-width:0;min-height:76px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;padding:9px;border:1px solid rgba(255,255,255,.05);border-radius:11px;background:#ffffff05;transition:.16s ease}.item-set-detail-member:hover{border-color:#a984ff36;background:#8257dc0e;transform:translateY(-1px)}.item-set-detail-member>span{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.08);border-radius:9px;background:radial-gradient(circle,#8257dc14,#05050a61)}.item-set-detail-member img{width:auto;height:auto;max-width:47px;max-height:47px;object-fit:contain}.item-set-detail-member>div{min-width:0;display:flex;flex-direction:column;gap:3px}.item-set-detail-member small{color:#645d70;font-size:7px}.item-set-detail-member strong{overflow:hidden;color:#d8d0e1;font:700 11px Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.item-set-detail-member em{overflow:hidden;color:#777080;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.item-set-detail-bonuses>div:last-child{display:flex;flex-direction:column;gap:7px;padding:12px 13px;border-left:2px solid rgba(139,91,237,.42);border-radius:0 9px 9px 0;background:#7045ca0a}.item-set-detail-bonuses>div:last-child>span{color:#b693f4;font-size:10px;line-height:1.45}.item-set-detail-bonuses>div:last-child>span:before{margin-right:7px;color:#7754bc;content:"+"}.item-set-detail-bonuses>div:last-child>span.is-condition{margin-top:4px;color:#81778d}.item-set-detail-bonuses>div:last-child>span.is-condition:before{content:"◆";font-size:6px}.item-source-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:8px}.item-source-card{position:relative;min-width:0;min-height:105px;display:grid;grid-template-columns:64px minmax(0,1fr) auto 14px;align-items:center;gap:9px;padding:10px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(145deg,#151423db,#0d0c17e0);transition:.17s ease}.item-source-card:hover{border-color:#a984ff40;background:linear-gradient(145deg,#1c192ef0,#100f1cf0);transform:translateY(-1px)}.item-source-card.is-mvp-drop{border-color:#deb13724;background:linear-gradient(145deg,#27201359,#110e14e6)}.item-source-image{width:64px;height:78px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:radial-gradient(circle,#f46d8314,#05050a7a)}.item-source-image img{width:auto;height:auto;max-width:59px;max-height:73px;object-fit:contain}.item-source-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.item-source-copy>small{color:#655f71;font-size:8px;font-weight:750}.item-source-copy>strong{overflow:hidden;color:#e9e4f0;font:700 12px Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.item-source-copy>em{overflow:hidden;color:#81798b;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.item-source-copy>span{overflow:hidden;color:#756e7e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.item-source-card>b{color:#d9b94f;font-size:10px}.item-source-card>svg{color:#51495a}.item-source-badges{position:absolute;top:7px;right:8px;display:flex;gap:4px}.item-source-badges span{padding:2px 5px;border:1px solid currentColor;border-radius:999px;background:#0a0911db;font-size:7px}.mvp-drop-label{color:#d8b849;font-weight:850}.item-lootbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:7px}.item-lootbox-entry{min-width:0;min-height:66px;display:grid;grid-template-columns:48px minmax(0,1fr) auto 14px;align-items:center;gap:9px;padding:8px 10px;border:1px solid rgba(255,255,255,.05);border-radius:11px;background:#ffffff05;transition:.16s ease}.item-lootbox-entry:hover{border-color:#a984ff38;background:#8257dc0e;transform:translateY(-1px)}.item-lootbox-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.08);border-radius:9px;background:radial-gradient(circle,#8257dc17,#05050a61)}.item-lootbox-icon img{width:auto;height:auto;max-width:42px;max-height:42px;object-fit:contain}.item-lootbox-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.item-lootbox-copy>small{color:#655e70;font-size:8px;font-weight:750}.item-lootbox-copy>strong{overflow:hidden;color:#ddd6e7;font:700 11px Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.item-lootbox-probability{display:flex;align-items:flex-end;flex-direction:column;gap:3px;text-align:right}.item-lootbox-probability>strong{color:#d9b94f;font-size:10px}.item-lootbox-probability>small{color:#6f6778;font-size:7px}.item-lootbox-entry>svg{color:#51495a}.item-lootbox-controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:12px}.item-lootbox-panel .pagination{margin-top:0}.item-lootbox-show-all{min-height:36px;padding:0 14px;border:1px solid rgba(169,132,255,.2);border-radius:10px;color:#b59be8;background:#8055df17;font-size:9px;font-weight:800;cursor:pointer;transition:.16s ease}.item-lootbox-show-all:hover{border-color:#a984ff66;color:#f0e9f8;background:#8055df29}.item-detail-loading{min-height:460px;display:grid;grid-template-columns:1fr 2fr;gap:15px;padding:24px;border:1px solid var(--border);border-radius:20px}.item-detail-loading .skeleton-line{grid-column:1 / -1}.item-detail-loading .skeleton-block{min-height:270px;border-radius:15px}.item-detail-page{max-width:1360px}.item-overview{min-height:0;display:block;overflow:hidden;padding:0;border-radius:17px;background:linear-gradient(135deg,#171527f5,#0d0c17f5)}.item-overview-topline{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:7px 18px;border-bottom:1px solid rgba(169,132,255,.1);background:#08070f4f}.item-overview-topline .eyebrow{font-size:10px;letter-spacing:.16em}.item-overview-id{min-width:112px;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 12px;border:1px solid rgba(169,132,255,.18);border-radius:11px;background:#8055df12;text-align:center}.item-overview-id small{color:#756d82;font-size:8px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.item-overview-id strong{color:#d9caff;font-size:17px}.item-overview-market-meta{display:flex;align-items:stretch;justify-content:flex-end;gap:7px}.item-market-jump{min-width:98px;min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px;padding:7px 10px;border:1px solid rgba(169,132,255,.15);border-radius:11px;color:#a99eb4;background:#8055df0e;font-size:9px;font-weight:800;transition:.16s ease}.item-market-jump>span{white-space:nowrap}.item-market-jump>small{min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border-radius:6px;font-size:7px}.item-market-jump.is-vending{border-color:#57cd9e33;color:#74cdae;background:#2f9a740e}.item-market-jump.is-vending>small{color:#8bd8bd;background:#3ab2871f}.item-market-jump.is-buying{border-color:#deb94933;color:#d5b95e;background:#c49a360d}.item-market-jump.is-buying>small{color:#e5cb73;background:#c49a361c}.item-market-jump:hover{border-color:currentColor;color:#efe8f5;transform:translateY(-1px)}.item-overview-main{display:grid;grid-template-columns:88px minmax(230px,.8fr) minmax(440px,1.2fr);align-items:center;gap:18px;padding:16px 18px}.item-overview.no-facts .item-overview-main{grid-template-columns:88px minmax(0,1fr)}.item-overview-icon{position:relative;width:88px;height:88px;border-radius:14px;background:radial-gradient(circle,#8055df24,#05050a80)}.item-overview-icon img{max-width:70px;max-height:70px}.item-overview-identity h1{margin:0 0 10px;font-size:clamp(27px,2.6vw,36px);letter-spacing:-.03em}.item-overview-data{min-width:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:7px}.item-overview-data.is-armor-layout{grid-template-columns:repeat(5,minmax(0,1fr))}.item-overview-data.is-ammunition-layout{grid-template-columns:repeat(4,minmax(0,1fr))}.item-overview-data.is-ammunition-layout.has-element{grid-template-columns:repeat(5,minmax(0,1fr))}.item-overview-data.no-core-stats{width:min(100%,330px);grid-template-columns:repeat(3,minmax(0,1fr));justify-self:end}.item-overview-stat-group.is-core{grid-column:span 3}.item-overview-data.is-armor-layout .item-overview-stat-group.is-core{grid-column:span 2}.item-overview-data.is-ammunition-layout .item-overview-stat-group.is-core{grid-column:span 1}.item-overview-data.is-ammunition-layout.has-element .item-overview-stat-group.is-core,.item-overview-stat-group.is-prices{grid-column:span 2}.item-overview-stat-group.is-weight{grid-column:span 1}.item-overview-stat-group{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.055);border-radius:10px;background:#08080e4d}.item-overview-stat-group.is-core{border-color:#a984ff24;background:linear-gradient(135deg,#8055df13,#08080e4f)}.item-overview-stat-group>header{min-height:27px;display:flex;align-items:center;justify-content:center;gap:6px;padding:5px 9px;border-bottom:1px solid rgba(255,255,255,.045);color:#776e84;text-align:center}.item-overview-stat-group.is-core>header{color:#a98bf0}.item-overview-stat-group>header span{overflow:hidden;font-size:7px;font-weight:800;letter-spacing:.075em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.item-overview-stat-grid{min-height:48px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.item-overview-stat-group.is-core .item-overview-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.item-overview-data.is-armor-layout .item-overview-stat-group.is-core .item-overview-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.item-overview-stat-grid>span{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:7px 9px;text-align:center}.item-overview-stat-grid>span+span{border-left:1px solid rgba(255,255,255,.045)}.item-overview-stat-grid small{overflow:hidden;color:#746c80;font-size:7px;font-weight:700;letter-spacing:.045em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.item-overview-stat-grid strong{overflow:hidden;color:#e4ddeb;font-size:12px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.item-overview-stat-group.is-core strong{color:#eee8f5;font-size:14px}.item-overview-stat-grid>span[class*=is-element-]{background:linear-gradient(180deg,rgba(255,255,255,.018),transparent)}.item-overview-stat-grid>span.is-element-neutral strong{color:#d8d3df}.item-overview-stat-grid>span.is-element-water strong{color:#6fc5ff;text-shadow:0 0 12px rgba(78,174,255,.18)}.item-overview-stat-grid>span.is-element-earth strong{color:#d9b870;text-shadow:0 0 12px rgba(188,143,65,.16)}.item-overview-stat-grid>span.is-element-fire strong{color:#ff7f70;text-shadow:0 0 12px rgba(255,83,66,.2)}.item-overview-stat-grid>span.is-element-wind strong{color:#7bdca5;text-shadow:0 0 12px rgba(75,210,137,.17)}.item-overview-stat-grid>span.is-element-poison strong{color:#d486e5;text-shadow:0 0 12px rgba(190,91,214,.18)}.item-overview-stat-grid>span.is-element-holy strong{color:#ffe38a;text-shadow:0 0 13px rgba(255,215,85,.2)}.item-overview-stat-grid>span.is-element-shadow strong{color:#a58bff;text-shadow:0 0 12px rgba(126,91,236,.22)}.item-overview-stat-grid>span.is-element-ghost strong{color:#aebdff;text-shadow:0 0 12px rgba(143,162,255,.2)}.item-overview-stat-grid>span.is-element-undead strong{color:#c3a8d6;text-shadow:0 0 12px rgba(155,114,184,.18)}.item-overview-stat-group.is-weight .item-overview-stat-grid{grid-template-columns:1fr}.item-overview-stat-group.is-weight .item-overview-stat-grid>span{align-items:center;padding-inline:5px;text-align:center}.item-content-grid .detail-panel{overflow:hidden;padding:0;border-radius:15px}.item-content-grid .panel-title{min-height:46px;gap:9px;margin:0;padding:8px 14px;border-bottom:1px solid rgba(169,132,255,.09);background:#08070f40}.item-content-grid .panel-title>span{width:29px;height:29px;border-radius:8px}.item-content-grid .panel-title h2{font-family:inherit;font-size:9px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.13em}.item-description{gap:15px;padding:17px 18px 19px}.item-clean-description{padding:2px 0 2px 13px;color:#8b8397}.item-bonus-list{align-items:stretch;gap:4px;padding:10px 12px;border:1px solid rgba(222,190,93,.12);border-radius:9px;background:#c49a3609}.item-bonus-list>span{position:relative;display:block;padding:0;color:#e5cf86;font-size:11.5px;font-weight:700;line-height:1.6}.item-bonus-list>span:before{content:none}.item-bonus-list>span.is-condition:before{content:none}.item-bonus-list>span.is-condition{align-self:flex-start;margin-top:7px;padding:2px 8px;border:0;border-left:2px solid rgba(169,132,255,.3);border-radius:0 5px 5px 0;color:#9b92a7;background:#a984ff09;font-size:10.5px;font-weight:650;line-height:1.55;letter-spacing:.01em}.item-bonus-list>span.bonus-depth-1{margin-left:18px}.item-bonus-list>span.bonus-depth-2{margin-left:36px}.item-bonus-list>span.bonus-depth-3{margin-left:54px}.item-bonus-list>span.bonus-depth-4{margin-left:72px}.item-bonus-list>span.bonus-depth-1:after,.item-bonus-list>span.bonus-depth-2:after,.item-bonus-list>span.bonus-depth-3:after,.item-bonus-list>span.bonus-depth-4:after{position:absolute;top:.78em;right:calc(100% + 6px);width:7px;border-top:1px solid rgba(169,132,255,.18);content:""}.item-bonus-reference{display:inline-flex;align-items:center;gap:4px;margin:-3px 2px;padding:0 1px;border:0;border-radius:0;color:#e8cd79;background:transparent;text-decoration-line:underline;text-decoration-style:dotted;text-decoration-color:#e5cf867a;text-underline-offset:3px;vertical-align:middle;transition:color .15s ease,text-decoration-color .15s ease}.item-bonus-reference:hover{color:#ffe39a;text-decoration-color:#ffe39a}.item-bonus-reference img{width:18px;height:18px;object-fit:contain;image-rendering:auto}.item-bonus-reference span{line-height:1.2;white-space:nowrap}.database-module{overflow:hidden;padding:0}.database-module>.panel-title,.database-submodule>.panel-title{min-height:46px;display:flex;align-items:center;gap:9px;margin:0;padding:8px 14px;border-bottom:1px solid rgba(169,132,255,.09);background:#08070f40}.database-module>.panel-title>span,.database-submodule>.panel-title>span{width:29px;height:29px;flex:0 0 29px;display:grid;place-items:center;border-radius:8px;color:#ad8eef;background:#8055df1a}.database-module>.panel-title h2,.database-submodule>.panel-title h2{margin:0;color:#d8d1e2;font-family:inherit;font-size:9px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.13em}.database-module>.panel-title>small{margin-left:auto}.monster-details-row .detail-panel.database-module{padding:0}.monster-details-row .database-module>.attribute-grid,.monster-details-row .database-module>.fact-list{margin:0;padding:14px 17px 16px}.monster-drops-block.database-module{padding:0;border-radius:15px}.monster-drops-content{padding:14px 16px 16px}.monster-subpanel.database-submodule,.monster-elements.database-submodule{padding:0}.monster-spawns>.spawn-list{margin:10px 12px 12px}.monster-spawns>.monster-empty-note,.monster-mode>.monster-empty-note{margin:10px 12px 12px}.monster-mode>ul{margin:9px 12px 10px}.monster-elements>.element-damage-list{padding:8px 12px 10px}.map-population-panel.database-module{padding:0;border-radius:15px}.map-population-panel.database-module>.map-monster-grid{padding:14px 16px 16px}.item-set-detail-grid .detail-panel.database-module{padding:0}.item-set-detail-members.database-module>.item-set-detail-member-grid{padding:14px 16px 16px}.item-set-detail-bonuses.database-module>div:last-child{margin:14px 16px 16px}.sets-page{width:100%;min-width:0;max-width:1360px;margin:0 auto;overflow-x:clip}.sets-search{min-width:0;min-height:50px;display:flex;align-items:center;gap:11px;margin-bottom:16px;padding:5px 6px 5px 15px;border:1px solid var(--border);border-radius:15px;background:#12111fe0;transition:.18s ease}.sets-search:focus-within{border-color:#a984ff6b;box-shadow:0 0 0 3px #8457ef17}.sets-search>svg{flex:0 0 auto;color:#6e687b}.sets-search input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent}.sets-search input::placeholder{color:#625c6f}.sets-type-tabs{display:flex;gap:7px;margin:16px 0 22px;overflow-x:auto;scrollbar-width:none}.sets-type-tabs::-webkit-scrollbar{display:none}.sets-type-tabs button{min-height:34px;flex:0 0 auto;padding:0 13px;border:1px solid var(--border);border-radius:999px;color:#847e91;background:#11101db3;font-size:10px;font-weight:700;cursor:pointer;transition:.16s ease}.sets-type-tabs button:hover{border-color:var(--border-strong);color:#d4cedd}.sets-type-tabs button.is-active{border-color:#a984ff52;color:#e8ddff;background:#8055df2e}.sets-bonus-filter{position:relative;z-index:10;overflow:visible;border:1px solid var(--border);border-radius:15px;background:#11101dad}.sets-bonus-filter>.panel-title>button{margin-left:auto;padding:5px 7px;border:0;color:#9475d6;background:transparent;font-size:8px;font-weight:750;cursor:pointer}.sets-bonus-filter>.panel-title>button:hover{color:#c7aaff}.sets-bonus-filter-body{padding:16px}.sets-bonus-picker{position:relative;min-height:52px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid rgba(169,132,255,.12);border-radius:11px;background:#07070d59;cursor:text}.sets-bonus-picker:focus-within{border-color:#a984ff59}.sets-bonus-picker>svg{flex:0 0 auto;color:#746a83}.sets-bonus-picker>input{min-width:0;min-height:50px;flex:1;align-self:stretch;border:0;outline:0;color:#ddd5e7;background:transparent;font-size:11px;cursor:text}.sets-bonus-picker>input::placeholder{color:#615a6c}.sets-bonus-suggestions{position:absolute;z-index:25;top:calc(100% + 7px);left:0;right:0;max-height:min(360px,55vh);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:6px;border:1px solid rgba(169,132,255,.2);border-radius:11px;background:#0d0c17fb;box-shadow:0 18px 35px #0000006b;scrollbar-color:#554270 #12101e;scrollbar-width:thin}.sets-bonus-suggestions::-webkit-scrollbar{width:8px}.sets-bonus-suggestions::-webkit-scrollbar-track{border-radius:8px;background:#12101e}.sets-bonus-suggestions::-webkit-scrollbar-thumb{border:2px solid #12101e;border-radius:8px;background:#554270}.sets-bonus-suggestions button{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 9px;border:0;border-radius:7px;color:#a9a0b5;background:transparent;text-align:left;cursor:pointer}.sets-bonus-suggestions button:hover{color:#e3d8f0;background:#8055df1a}.sets-bonus-suggestions button>span{min-width:0;display:block}.sets-bonus-suggestions strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sets-bonus-suggestions em{color:#75658d;font-size:8px;font-style:normal}.sets-active-bonuses{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding:2px 3px 0}.sets-active-bonus{position:relative;min-width:62px;min-height:31px;display:inline-grid;place-items:center;padding:0 15px;border:1px solid rgba(169,132,255,.22);border-radius:999px;color:#b99ee8;background:#8055df17;font-size:9px;line-height:1.2;text-align:center}.sets-active-bonus>span{display:block;text-align:center}.sets-active-bonus>button{position:absolute;top:-5px;right:-5px;width:16px;height:16px;display:grid;place-items:center;padding:0;border:1px solid rgba(183,151,255,.34);border-radius:50%;color:#a78fcf;background:#171323;box-shadow:0 2px 7px #0000006b;cursor:pointer;transition:.15s ease}.sets-active-bonus>button:hover{border-color:#d3bfff9e;color:#f0e6ff;background:#261c3b;transform:scale(1.08)}.sets-active-bonus>button:focus-visible{outline:2px solid rgba(169,132,255,.38);outline-offset:1px}.sets-bonus-filter-body>p{margin:11px 2px 0;color:#665f70;font-size:8px}.items-bonus-filter{margin-bottom:18px}.item-sort-controls .monster-sort-menu summary{min-width:185px}.sets-results-heading{min-height:34px;display:flex;align-items:flex-start;margin:0 0 13px}.sets-results-heading p{margin:0;color:#716a7c;font-size:10px}.sets-results-heading strong{color:#c9c1d2;font-size:12px}.sets-catalog-list{min-width:0;max-width:100%;display:flex;flex-direction:column;gap:9px}.sets-catalog-list .item-set-card{min-width:0;max-width:100%;border-radius:14px;background:#0c0b1594}.sets-catalog-list .item-set-summary{min-height:61px}.sets-catalog-list .item-set-content{min-width:0;max-width:100%;padding:13px 14px 14px}.sets-catalog-skeleton{min-height:155px;display:grid;grid-template-columns:36px 1fr;align-content:start;gap:10px;padding:14px;border:1px solid var(--border);border-radius:14px;background:#11101d8c}.sets-catalog-skeleton span,.sets-catalog-skeleton i{border-radius:7px;background:#ffffff0b;animation:pulse 1.15s ease-in-out infinite alternate}.sets-catalog-skeleton span{width:32px;height:32px;grid-row:span 2}.sets-catalog-skeleton i{width:40%;height:9px}.sets-catalog-skeleton i:last-child{width:70%}.item-equip-panel .fact-list{margin:4px 16px 13px}.item-equip-panel .job-list{margin:12px 16px 17px}.item-equip-panel .job-list+.feature-list{margin-top:0}.item-equip-panel .feature-list{margin:14px 16px 17px}.item-set-member{min-height:49px;grid-template-columns:38px minmax(0,1fr)}.item-set-member>.item-set-member-icon{position:relative;width:36px;height:36px;display:grid;place-items:center}.item-set-member-icon>img{width:auto;height:auto;max-width:32px;max-height:32px;object-fit:contain}.item-set-member>.item-set-member-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.item-set-member-copy strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.item-set-member-copy small{color:#5f5869;font-size:7px}.item-set-member.is-current .item-set-member-copy strong{color:#d9bd61}.item-set-bonuses{border-left-color:#deb9496b;background:#c49a3609}.item-set-bonuses>span{display:block;color:#dfc778;font-size:9px;font-weight:700;line-height:1.5}.item-set-bonuses>span:before{content:none}.item-set-bonuses>span.is-condition:before{content:none}.item-set-bonuses>span.is-condition{color:#968da1;font-weight:600}.item-collapsible-panel{overflow:hidden;margin-top:10px;padding:0;border:1px solid var(--border);border-radius:15px;background:#11101db8;scroll-margin-top:calc(var(--header) + 16px)}.item-collapsible-heading{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;border:0;outline:0;color:inherit;background:#08070f33;cursor:pointer;transition:background .16s ease}.item-collapsible-heading:hover{background:#8257dc0d}.item-collapsible-heading:focus-visible{box-shadow:inset 0 0 0 1px #a984ff47}.item-collapsible-panel.is-open .item-collapsible-heading{border-bottom:1px solid rgba(169,132,255,.09)}.item-collapsible-heading>svg{color:#6f657d;transition:transform .18s ease}.item-collapsible-panel.is-open .item-collapsible-heading>svg{color:#a98bf0;transform:rotate(180deg)}.item-collapsible-title{display:flex;align-items:center;gap:9px;min-width:0}.item-collapsible-title>i{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#a98bf0;background:#8257dc1a}.item-collapsible-title>strong{color:#ddd6e7;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.13em}.item-collapsible-title>small{min-width:22px;height:22px;display:grid;place-items:center;padding:0 6px;border:1px solid rgba(169,132,255,.13);border-radius:7px;color:#7e748a;font-size:7px}.item-collapsible-content,.item-market-panel .item-collapsible-content{padding:12px}.item-market-panel.is-vending .item-collapsible-title>i{color:#69c9a5;background:#2f9a741a}.item-market-panel.is-buying .item-collapsible-title>i{color:#d5b95e;background:#c49a3614}.item-market-offer-list+.pagination{margin-top:13px}.item-market-history-panel .item-collapsible-title>i{color:#d4b85d;background:#c49a3614}.item-market-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.item-market-history-grid.is-single{grid-template-columns:minmax(0,1fr)}.market-history-chart{min-width:0;overflow:hidden;border:1px solid rgba(169,132,255,.09);border-radius:12px;background:linear-gradient(145deg,#0e0d18d1,#08080ed1)}.market-history-chart>header{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 11px;border-bottom:1px solid rgba(169,132,255,.065)}.market-history-chart>header strong{color:#d8d0df;font-size:10px}.market-history-chart>header small{color:#6d6575;font-size:7px}.market-history-plot{position:relative;min-height:220px;padding:4px 7px 0}.market-history-plot>svg{width:100%;height:auto;min-height:210px;display:block;overflow:visible}.market-history-gridline line{stroke:#ffffff0b;stroke-width:1;vector-effect:non-scaling-stroke}.market-history-gridline text{fill:#5d5666;font-size:7px;text-anchor:end}.market-history-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;vector-effect:non-scaling-stroke}.market-history-line.is-min{stroke:#d29b32}.market-history-line.is-max{stroke:#9c72e8}.market-history-line.is-avg{stroke:#e5dfe9}.market-history-crosshair{stroke:#ffffff21;stroke-width:1;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.market-history-point{stroke:#11101b;stroke-width:1.5;vector-effect:non-scaling-stroke}.market-history-point.is-min{fill:#d29b32}.market-history-point.is-max{fill:#9c72e8}.market-history-point.is-avg{fill:#e5dfe9}.market-history-hit{fill:transparent;cursor:crosshair}.market-history-date{fill:#625b6b;font-size:7px}.market-history-date.is-first{text-anchor:start}.market-history-date.is-last{text-anchor:end}.market-history-tooltip{position:absolute;z-index:3;top:12px;width:150px;display:grid;gap:4px;padding:8px 9px;border:1px solid rgba(169,132,255,.18);border-radius:9px;color:#9a909f;background:#0b0a12f0;box-shadow:0 9px 24px #00000052;pointer-events:none;transform:translate(-50%)}.market-history-tooltip>strong{margin-bottom:2px;color:#d9d1e0;font-size:9px}.market-history-tooltip>span{display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:5px;font-size:7px}.market-history-tooltip b{color:#dcd4e2;font-size:8px}.market-history-tooltip small{margin-top:2px;color:#665e6e;font-size:6.5px;line-height:1.4}.market-history-tooltip i,.market-history-chart>footer i{width:7px;height:2px;display:inline-block;border-radius:2px}.market-history-tooltip i.is-min,.market-history-chart>footer i.is-min{background:#d29b32}.market-history-tooltip i.is-max,.market-history-chart>footer i.is-max{background:#9c72e8}.market-history-tooltip i.is-avg,.market-history-chart>footer i.is-avg{background:#e5dfe9}.market-history-chart>footer{min-height:32px;display:flex;align-items:center;justify-content:center;gap:14px;padding:7px;border-top:1px solid rgba(169,132,255,.055);color:#736b7b;font-size:7px}.market-history-chart>footer span{display:inline-flex;align-items:center;gap:5px}.market-history-chart.is-single-point{min-height:0}.market-history-single{display:grid;grid-template-columns:minmax(150px,1fr) minmax(190px,1.25fr) repeat(2,minmax(120px,.75fr));align-items:stretch;padding:10px}.market-history-single.has-range{grid-template-columns:minmax(150px,1fr) minmax(190px,1.25fr) repeat(3,minmax(120px,.75fr))}.market-history-single>span{min-width:0;min-height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:9px 12px;text-align:center}.market-history-single>span+span{border-left:1px solid rgba(169,132,255,.075)}.market-history-single small{color:#6f6678;font-size:7px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.market-history-single strong{color:#d8d0df;font-size:10px;line-height:1.35}.market-history-single-price strong{color:#ecd06a;font-size:18px}.market-history-single-price em{color:#99874d;font-size:10px;font-style:normal}.market-history-single-date strong{font-size:12px}.item-bonfire-rewards{display:grid;gap:7px}.item-bonfire-rewards>span{padding:10px 12px;border-left:2px solid rgba(222,185,73,.58);border-radius:0 9px 9px 0;color:#ecd16c;background:#c49a360a;font-size:11px;font-weight:750;line-height:1.5}.item-bonfire-side-panel{scroll-margin-top:calc(var(--header) + 16px)}.item-bonfire-side-panel.is-highlighted,.item-bonfire-panel.is-highlighted{animation:item-bonfire-highlight 1.25s ease-out}.item-bonfire-side-panel .item-bonfire-rewards{padding:14px 16px 16px}.item-bonfire-collection-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:7px}.item-bonfire-collection-list>a{min-width:0;min-height:70px;display:grid;grid-template-columns:minmax(0,1fr) auto 15px;align-items:center;gap:10px;padding:9px 11px;border:1px solid rgba(169,132,255,.1);border-radius:10px;background:#08070f40;transition:.16s ease}.item-bonfire-collection-list>a:hover{border-color:#a984ff45;background:#8257dc0e;transform:translateY(-1px)}.item-bonfire-collection-list>a>span{min-width:0;display:grid;gap:3px}.item-bonfire-collection-list small{color:#655d70;font-size:7px}.item-bonfire-collection-list strong{overflow:hidden;color:#cec5d7;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.item-bonfire-collection-copy b{color:#d9bd61;font-size:9px;font-weight:750;line-height:1.4;white-space:normal}.item-bonfire-collection-list em{padding:4px 7px;border:1px solid rgba(169,132,255,.11);border-radius:7px;color:#82768e;font-size:8px;font-style:normal;white-space:nowrap}.item-bonfire-collection-list svg{color:#655b71}@keyframes item-bonfire-highlight{0%{border-color:#e8ac432e;box-shadow:0 0 #e8ac4300}30%{border-color:#f2c266ad;box-shadow:0 0 0 2px #e8ac4324,0 0 28px #e8ac4340}to{border-color:var(--border);box-shadow:0 0 #e8ac4300}}.item-set-detail-member>span{position:relative}.item-set-detail-bonuses>div:last-child{border-left-color:#deb9496b;background:#c49a3609}.item-set-detail-bonuses>div:last-child>span{display:block;color:#dfc778;font-weight:700}.item-set-detail-bonuses>div:last-child>span:before{content:none}.item-set-detail-bonuses>div:last-child>span.is-condition:before{content:none}.item-set-detail-bonuses>div:last-child>span.is-condition{color:#968da1;font-weight:600}.craft-source-tabs{margin-top:12px;margin-bottom:4px}.craft-source-tabs button{display:inline-flex;align-items:center;gap:7px}.craft-source-tabs button small{min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:999px;color:#786f83;background:#ffffff09;font-size:7px}.craft-source-tabs button.is-active small{color:#cdb9f2;background:#a984ff1a}.craft-recipe-grid,.item-craft-recipe-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px}.craft-recipe-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:15px;background:linear-gradient(145deg,#141322e6,#0d0c17eb)}.craft-recipe-result{min-height:91px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border-bottom:1px solid rgba(169,132,255,.09);background:#08070f2e}.craft-result-link{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:11px;padding:12px;transition:background .16s ease}.craft-result-link:hover{background:#8257dc0d}.craft-result-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.08);border-radius:11px;background:radial-gradient(circle,#8257dc1a,#05050a66)}.craft-result-icon img{width:auto;height:auto;max-width:49px;max-height:49px;object-fit:contain}.craft-result-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.craft-result-copy>small{color:#675f72;font-size:8px;font-weight:750}.craft-result-copy>strong{overflow:hidden;color:#e8e2ef;font:700 14px/1.25 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.craft-result-copy>em{display:flex;align-items:center;gap:5px;overflow:hidden;color:#9682bd;font-size:8px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.craft-result-copy>em svg{flex:0 0 auto;color:#a888eb}.craft-recipe-meta{display:flex;align-items:stretch;border-left:1px solid rgba(169,132,255,.08)}.craft-recipe-meta>span{min-width:78px;display:grid;grid-template-columns:14px auto;grid-template-rows:auto auto;align-content:center;column-gap:5px;padding:10px;border-left:1px solid rgba(255,255,255,.035)}.craft-recipe-meta>span:first-child{border-left:0}.craft-recipe-meta svg{grid-row:1 / 3;align-self:center;color:#9a7ed6}.craft-recipe-meta small{color:#716979;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.craft-recipe-meta strong{color:#ddd5e7;font-size:9px;white-space:nowrap}.craft-ingredients{padding:11px 12px 12px}.craft-ingredients h4{margin:0 0 8px;color:#7f748c;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.13em}.craft-ingredient-list{display:flex;flex-direction:column;gap:5px}.craft-ingredient{min-width:0;min-height:40px;display:grid;grid-template-columns:43px 34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:4px 8px;border:1px solid rgba(255,255,255,.04);border-radius:9px;background:#ffffff05;transition:.15s ease}.craft-ingredient:hover{border-color:#a984ff2b;background:#8257dc0d}.craft-ingredient.is-current{border-color:#deb9492e;background:#c49a360b}.craft-ingredient>b{color:#c9b0ef;font-size:9px;text-align:right;white-space:nowrap}.craft-ingredient>span{width:34px;height:32px;display:grid;place-items:center}.craft-ingredient img{width:auto;height:auto;max-width:30px;max-height:30px;object-fit:contain}.craft-ingredient>strong{min-width:0;overflow:hidden;color:#bdb5c8;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.craft-ingredient>small{color:#5f5868;font-size:7px}.craft-recipe-skeleton{min-height:220px;display:grid;grid-template-columns:68px 1fr;gap:12px;padding:14px;pointer-events:none}.craft-recipe-skeleton i,.craft-recipe-skeleton span{display:block;overflow:hidden;border-radius:9px;background:#191724}.craft-recipe-skeleton i{width:58px;height:58px;grid-row:1 / 3}.craft-recipe-skeleton span{width:80%;height:13px}.craft-recipe-skeleton span:last-child{width:60%}.item-crafting-panel{scroll-margin-top:calc(var(--header) + 16px)}.backpack-page{width:100%;max-width:1420px;margin:0 auto}.backpack-search{margin-bottom:0}.backpack-results-line{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#777181;font-size:10px}.backpack-results-line strong{color:#d1c9da;font-size:11px}.backpack-results-line>button{padding:5px 0;border:0;color:#9d7ce6;background:transparent;font-size:9px;font-weight:750;cursor:pointer}.backpack-results-line>button:hover{color:#c9afff}.backpack-level-list{position:relative;display:flex;flex-direction:column;gap:9px}.backpack-level-list:before{position:absolute;z-index:0;top:30px;bottom:30px;left:31px;width:1px;background:linear-gradient(transparent,rgba(169,132,255,.26) 4%,rgba(169,132,255,.14) 96%,transparent);content:""}.backpack-level-card{position:relative;z-index:1;display:grid;grid-template-columns:63px minmax(0,1fr);overflow:hidden;border:1px solid var(--border);border-radius:15px;background:linear-gradient(145deg,#131220f0,#0c0b15f0);scroll-margin-top:calc(var(--header) + 14px)}.backpack-level-card:target{border-color:#a984ff61;box-shadow:0 0 0 3px #8257dc13}.backpack-level-marker{align-self:start;width:43px;height:43px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;margin:13px 10px;border:1px solid rgba(169,132,255,.2);border-radius:12px;color:#c4acf1;background:#181329;box-shadow:0 0 0 5px #11101d}.backpack-level-marker small{color:#76678f;font-size:6px;font-weight:850;letter-spacing:.1em}.backpack-level-marker strong{font-size:15px;line-height:1.05}.backpack-level-content{min-width:0;border-left:1px solid rgba(169,132,255,.07)}.backpack-level-header{min-height:69px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 15px;border-bottom:1px solid rgba(169,132,255,.08);background:#08070f33}.backpack-level-header>div{min-width:0}.backpack-level-header>div>small{display:block;margin-bottom:4px;overflow:hidden;color:#706979;font-size:8px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.backpack-level-header h2{margin:0;color:#e6d785;font:750 14px/1.3 Inter,sans-serif}.backpack-level-labels{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px}.backpack-level-labels>span{display:inline-flex;align-items:center;gap:6px;color:#8d75c3;font-size:7px;font-weight:850;letter-spacing:.12em;white-space:nowrap}.backpack-level-labels>.backpack-skin-requirement{min-height:38px;padding:5px 10px;border:1px solid rgba(238,194,70,.3);border-radius:9px;color:#f1cf62;background:#c49a3614;letter-spacing:.02em}.backpack-skin-requirement>svg{flex:0 0 auto}.backpack-skin-requirement>span{display:grid;gap:1px;text-align:left}.backpack-skin-requirement small{color:#9d8950;font-size:6px;font-weight:900;letter-spacing:.14em}.backpack-skin-requirement strong{color:#f1cf62;font-size:8px;font-weight:850;white-space:nowrap}.backpack-task-grid{display:grid;grid-template-columns:1fr;gap:9px;padding:10px 12px 12px}.backpack-task-grid.has-both{grid-template-columns:repeat(2,minmax(0,1fr))}.backpack-task-group{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.045);border-radius:11px;background:#ffffff03}.backpack-task-group>header{min-height:37px;display:flex;align-items:center;gap:8px;padding:7px 10px;border-bottom:1px solid rgba(255,255,255,.04);color:#9a82cf}.backpack-task-group>header span{color:#98909f;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.backpack-task-group>header small{min-width:19px;height:19px;display:grid;place-items:center;margin-left:auto;border-radius:6px;color:#706779;background:#ffffff08;font-size:7px}.backpack-requirement-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:5px;padding:7px}.backpack-requirement-row{min-width:0;min-height:43px;display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:8px;padding:4px 8px 4px 5px;border:1px solid rgba(255,255,255,.035);border-radius:9px;background:#09081057;transition:.15s ease}.backpack-requirement-row:hover{border-color:#a984ff2e;background:#8257dc0e}.backpack-requirement-image{width:35px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:radial-gradient(circle,#8257dc17,#0303075c)}.backpack-requirement-image img{width:auto;height:auto;max-width:31px;max-height:31px;object-fit:contain}.backpack-requirement-image.is-monster img{max-width:34px;max-height:34px}.backpack-requirement-row>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.backpack-requirement-row>span:nth-child(2) strong{overflow:hidden;color:#bbb4c5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.backpack-requirement-row>span:nth-child(2) small{color:#5f5868;font-size:7px}.backpack-requirement-row>b{min-width:39px;color:#d6bf76;font-size:9px;text-align:right}.backpack-level-card.is-loading{min-height:145px;grid-template-columns:63px 1fr;pointer-events:none}.backpack-level-card.is-loading i{width:43px;height:43px;margin:13px 10px;border-radius:12px;background:#191724}.backpack-level-card.is-loading span{width:68%;height:70px;align-self:center;margin-left:16px;border-radius:11px;background:#191724}.backpack-relations .item-collapsible-content{padding:10px 12px 12px}.backpack-relation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.backpack-relation-row{min-width:0;min-height:56px;display:grid;grid-template-columns:47px minmax(0,1fr) auto 16px;align-items:center;gap:10px;padding:7px 10px 7px 7px;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:#07070d47;transition:.15s ease}.backpack-relation-row:hover{border-color:#a984ff30;background:#8257dc0e}.backpack-relation-level{width:47px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;color:#c6b0ef;background:#8257dc1a}.backpack-relation-level small{color:#75658f;font-size:6px;font-weight:850;letter-spacing:.08em}.backpack-relation-level strong{font-size:14px;line-height:1.1}.backpack-relation-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.backpack-relation-copy strong{overflow:hidden;color:#d6c67c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.backpack-relation-copy small{overflow:hidden;color:#696170;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.backpack-relation-quantity{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.backpack-relation-quantity strong{color:#d4cbdc;font-size:10px}.backpack-relation-quantity small{color:#6e6676;font-size:7px;text-transform:uppercase}.backpack-relation-row>svg{color:#544c5d}.backpack-relation-row:hover>svg{color:#a98bf0}.used-in-crafting-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.used-in-crafting-row{min-width:0;min-height:58px;display:grid;grid-template-columns:45px minmax(0,1fr) auto 15px;align-items:center;gap:9px;padding:6px 9px 6px 6px;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:#07070d47;transition:.15s ease}.used-in-crafting-row:hover{border-color:#a984ff30;background:#8257dc0e}.used-in-crafting-icon{width:45px;height:44px;display:grid;place-items:center;border-radius:8px;background:radial-gradient(circle,#8257dc1a,#0404086b)}.used-in-crafting-icon img{width:auto;height:auto;max-width:39px;max-height:39px;object-fit:contain}.used-in-crafting-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.used-in-crafting-copy strong{overflow:hidden;color:#c9c1d2;font:700 11px/1.2 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.used-in-crafting-copy small{color:#625a6a;font-size:7px}.used-in-crafting-row>b{min-width:34px;color:#d7bf77;font-size:9px;text-align:right;white-space:nowrap}.used-in-crafting-row>svg{color:#544c5d}.used-in-crafting-row:hover>svg{color:#a98bf0}.mobile-drawer{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#020206b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.drawer-panel{position:absolute;inset:0 auto 0 0;width:min(310px,calc(100vw - 44px));padding:0 14px 20px;border-right:1px solid var(--border-strong);background:#0c0b15;box-shadow:30px 0 70px #00000070;animation:drawerIn .2s ease-out}.scroll-to-top-button{position:fixed;z-index:70;right:24px;bottom:24px;width:44px;height:44px;display:grid;place-items:center;padding:12px;border:0;border-radius:50%;color:#fff;background:#6b3fa0e6;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;opacity:0;pointer-events:none;transform:scale(.5);transition:all .3s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.scroll-to-top-button.is-visible{opacity:1;pointer-events:auto;transform:scale(1)}.scroll-to-top-button.is-visible:hover{background:#6b3fa0;transform:translateY(-2px) scale(1.1)}.scroll-to-top-button.is-visible:active{transform:translateY(-2px) scale(.95)}.scroll-to-top-button:focus-visible{outline:2px solid #a78bfa;outline-offset:3px}@keyframes drawerIn{0%{transform:translate(-100%)}}.drawer-heading{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 8px;border-bottom:1px solid var(--border)}@media(max-width:1440px){.monster-overview-grid{grid-template-columns:200px minmax(280px,1fr) minmax(235px,.78fr)}.monster-behavior{border-right:0}.monster-elements{grid-column:1 / -1;border-top:1px solid var(--border)}.element-damage-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.element-damage-list>div{border-right:1px solid rgba(255,255,255,.045)}}.bonfire-search{margin-bottom:14px}.bonfire-category-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.bonfire-category-tabs>button{min-width:0;min-height:70px;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:11px;padding:10px 13px;border:1px solid var(--border);border-radius:13px;outline:0;color:#938b9d;background:#11101db3;text-align:left;cursor:pointer;transition:.16s ease}.bonfire-category-tabs>button:hover{border-color:#a984ff47;background:#191728db}.bonfire-category-tabs>button.is-active{border-color:#a984ff73;color:#eee9f5;background:#5b389938;box-shadow:inset 3px 0 #8b59e8}.bonfire-category-tabs i{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:#a98bf0;background:#8257dc1c}.bonfire-category-tabs span{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.bonfire-category-tabs strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.bonfire-category-tabs small{min-width:30px;height:24px;display:grid;place-items:center;padding:0 7px;border:1px solid rgba(169,132,255,.13);border-radius:7px;color:#81768c;font-size:8px}.bonfire-filter-panel{overflow:hidden;margin-bottom:15px;border:1px solid var(--border);border-radius:15px;background:#11101db3}.bonfire-filter-heading{width:100%;border:0;outline:0;color:inherit;text-align:left;cursor:pointer}.bonfire-filter-heading h2{font-size:11px!important}.bonfire-filter-heading>small{min-width:22px;height:22px;display:grid;place-items:center;padding:0 6px;border-radius:7px;color:#c7a9ff;background:#8457ef21;font-size:9px}.bonfire-filter-heading>svg{flex:0 0 auto;color:#756b82;transition:transform .16s ease}.bonfire-filter-panel.is-open .bonfire-filter-heading>svg{color:#ad8eef;transform:rotate(180deg)}.bonfire-filter-body{padding:13px 14px 14px}.bonfire-filter-toolbar{display:flex;align-items:stretch;gap:9px}.bonfire-filter-toolbar>button{min-width:72px;padding:0 13px;border:1px solid rgba(169,132,255,.14);border-radius:11px;color:#a98bf0;background:#8257dc0e;font-size:9px;font-weight:800;cursor:pointer}.bonfire-filter-search{min-height:47px;flex:1;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid rgba(169,132,255,.13);border-radius:11px;color:#756c81;background:#08070f5c}.bonfire-filter-search:focus-within{border-color:#a984ff57}.bonfire-filter-search input{min-width:0;flex:1;border:0;outline:0;color:#e1dce8;background:transparent;font-size:12px}.bonfire-filter-search>button{width:28px;height:28px;display:grid;place-items:center;border:0;color:#756c81;background:transparent;cursor:pointer}.bonfire-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;padding:2px 0}.bonfire-active-filters>button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid rgba(222,185,73,.24);border-radius:9px;color:#d8bc61;background:#c49a360e;cursor:pointer}.bonfire-active-filters>button>span{display:grid;gap:1px;text-align:left}.bonfire-active-filters small{color:#837345;font-size:6px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bonfire-active-filters span{font-size:9.5px;font-weight:750}.bonfire-filter-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.bonfire-filter-group{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:#08070f38}.bonfire-filter-group>button{width:100%;min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border:0;outline:0;color:#a49baa;background:transparent;text-align:left;cursor:pointer}.bonfire-filter-group>button:hover{background:#8257dc0b}.bonfire-filter-group>button>span{min-width:0;display:flex;align-items:center;gap:7px}.bonfire-filter-group>button strong{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.bonfire-filter-group>button small{min-width:21px;height:21px;display:grid;place-items:center;padding:0 6px;border-radius:6px;color:#82778e;background:#ffffff0a;font-size:8px}.bonfire-filter-group>button>svg{flex:0 0 auto;color:#6b6175;transition:transform .16s ease}.bonfire-filter-group.is-open>button>svg{color:#a98bf0;transform:rotate(180deg)}.bonfire-filter-group>div{display:flex;flex-wrap:wrap;gap:6px;padding:0 9px 9px}.bonfire-filter-group>div>button{min-height:31px;display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid rgba(169,132,255,.11);border-radius:8px;color:#aaa0b5;background:#13111fb8;font-size:9.5px;cursor:pointer;transition:.14s ease}.bonfire-filter-group>div>button:hover{border-color:#a984ff47;color:#c9c0d3}.bonfire-filter-group>div>button.is-active{border-color:#deb94957;color:#efd266;background:#c49a3613}.bonfire-filter-group>div>button small{color:#81758c;font-size:8px}.bonfire-filter-hint{margin:11px 2px 0;color:#756c7d;font-size:9.5px;line-height:1.45}.bonfire-results-line{min-height:33px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#817987;font-size:9px}.bonfire-results-line strong{color:#e4dde9}.bonfire-results-line>small{color:#675e72}.bonfire-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bonfire-entry-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#11101db8}.bonfire-entry-card.is-collection{grid-column:span 2}.bonfire-entry-header{min-height:66px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;border-bottom:1px solid rgba(169,132,255,.08);background:#08070f33}.bonfire-entry-icon{position:relative;width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(169,132,255,.09);border-radius:10px;color:#876ebb;background:#8257dc0f}.bonfire-entry-icon>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.bonfire-entry-title{min-width:0;display:grid;gap:3px}.bonfire-entry-title>small{color:#665e70;font-size:7px}.bonfire-entry-title>a,.bonfire-entry-title>strong{overflow:hidden;color:#e8e2ed;font:700 14px/1.2 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.bonfire-entry-title>a:hover{color:#b995ff}.bonfire-category-label{min-height:27px;display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(169,132,255,.12);border-radius:8px;color:#8b7e99;background:#8257dc0a;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.bonfire-category-label.is-collections{color:#b79a48;border-color:#deb94929;background:#c49a360a}.bonfire-category-label.is-pets{color:#54b39a;border-color:#46bea029;background:#2d91780a}.bonfire-bonus-list{display:grid;gap:7px;padding:10px}.bonfire-bonus-row{min-width:0;padding:10px 11px;border-left:2px solid rgba(222,185,73,.55);border-radius:0 9px 9px 0;background:#c49a3609}.bonfire-bonus-row>strong{color:#e9cf6a;font-size:11px;line-height:1.5}.bonfire-collection-members{padding:10px 10px 0}.bonfire-collection-members>header{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#81768b;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.bonfire-collection-members>header small{min-width:20px;height:20px;display:grid;place-items:center;border-radius:6px;color:#776b82;background:#ffffff09;font-size:7px}.bonfire-collection-members>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.bonfire-collection-members a{min-width:0;min-height:48px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:8px;padding:6px 8px;border:1px solid rgba(169,132,255,.09);border-radius:9px;background:#08070f38}.bonfire-collection-members a:hover{border-color:#a984ff42}.bonfire-collection-members img{width:36px;height:36px;object-fit:contain;image-rendering:pixelated}.bonfire-collection-members a>span{min-width:0;display:grid;gap:3px;overflow:hidden;color:#c9c1d1;font-size:8px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.bonfire-collection-members a small{color:#655d6d;font-size:6px}@media(max-width:1400px){.quick-sections-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1240px){.items-grid,.mobs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.monster-overview-grid{grid-template-columns:200px minmax(280px,1fr) minmax(235px,.78fr)}.monster-behavior{border-right:0}.monster-elements{grid-column:1 / -1;border-top:1px solid var(--border)}.element-damage-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.element-damage-list>div{border-right:1px solid rgba(255,255,255,.045)}.hero-section{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px}.orbit-pill-one{left:0}.orbit-pill-two{right:0}.quick-sections-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-detail-header{grid-template-columns:94px minmax(220px,.8fr) minmax(330px,1.2fr)}.item-overview{grid-template-columns:90px minmax(220px,.9fr) minmax(330px,1.1fr)}.item-overview-icon{width:90px;height:90px}.item-overview-facts{grid-template-columns:repeat(2,minmax(100px,1fr))}}@media(max-width:980px){:root{--header: 66px}.desktop-sidebar{display:none}.shell-content{margin-left:0}.mobile-menu-button,.mobile-brand{display:flex}.mobile-brand .brand-copy{display:none}.mobile-brand .brand-mark{width:36px;height:36px}.global-search{width:min(520px,100%)}.database-search-header{width:min(640px,100%)}.top-navigation{padding:0 18px;gap:10px}.hero-section{grid-template-columns:1fr;min-height:auto}.hero-orbit{display:none}.catalog-grid,.tools-grid,.advanced-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.item-job-grid,.mob-advanced-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}.items-grid,.mobs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-detail-header{grid-template-columns:92px 1fr}.compact-detail-header .compact-facts{grid-column:1 / -1}.compact-detail-grid{grid-template-columns:1fr 1fr}.compact-detail-grid .relation-placeholder{grid-column:1 / -1}.monster-overview-grid{grid-template-columns:190px minmax(270px,1fr) minmax(230px,.8fr)}.item-overview{grid-template-columns:86px minmax(0,1fr)}.item-overview-icon{width:86px;height:86px}.item-overview-facts{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(90px,1fr))}.item-overview-main{grid-template-columns:86px minmax(0,1fr)}.item-overview-data{grid-column:1 / -1}.item-set-detail-grid,.craft-recipe-grid,.item-craft-recipe-list,.backpack-task-grid.has-both{grid-template-columns:1fr}.used-in-crafting-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.monster-overview-grid{grid-template-columns:minmax(180px,.55fr) minmax(260px,1fr)}.monster-vitals{border-right:1px solid var(--border)}.monster-sprite-stage{border-right:0}.monster-behavior,.monster-elements{grid-column:1 / -1;border-top:1px solid var(--border)}.monster-behavior{display:flex}.monster-subpanel+.monster-subpanel{border-top:1px solid var(--border);border-left:0}.monster-mode ul{max-height:110px}.monster-details-row{grid-template-columns:1fr}.map-detail-hero{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr)}}@media(max-width:680px){.market-history-single{grid-template-columns:repeat(2,minmax(0,1fr))}.market-history-single>span{min-height:62px}.market-history-single>span+span{border-left:0}.market-history-single>span:nth-child(2n){border-left:1px solid rgba(169,132,255,.075)}.market-history-single>span:nth-child(n+3){border-top:1px solid rgba(169,132,255,.075)}.page-content{padding:16px 14px 54px}.top-navigation{padding:0 12px}.mobile-brand,.global-search kbd{display:none}.global-search{height:40px}.database-search-header{height:42px}.database-search-header .search-mode-tabs span,.database-search-header .database-search-field button{display:none}.database-search-header .search-mode-tabs button{width:32px;flex-basis:32px;padding:0}.language-switch{min-width:44px}.hero-section{padding:28px 20px;border-radius:21px}.hero-copy h1{font-size:clamp(34px,11vw,48px)}.hero-copy>p{font-size:14px}.hero-search{align-items:stretch;flex-wrap:wrap;padding:9px}.hero-search>svg{margin:9px 0 0 5px}.hero-search input{height:38px}.hero-search button{width:100%;min-height:42px}.hero-actions{align-items:flex-start;flex-direction:column}.catalog-grid,.tools-grid{grid-template-columns:1fr}.compact-hero{padding:25px 18px}.compact-hero .hero-copy h1.is-russian-title{font-size:clamp(28px,8vw,36px);white-space:normal}.database-search-hero{min-height:92px}.quick-sections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-section-heading>span{display:none}.catalog-card{min-height:156px}.content-section{margin-top:44px}.page-heading{align-items:flex-start;margin-bottom:22px}.heading-symbol{width:54px;height:54px;border-radius:15px}.heading-symbol svg{width:27px}.page-heading p{font-size:12px}.items-toolbar{align-items:stretch;flex-direction:column}.filter-toggle{min-height:43px}.advanced-filters{grid-template-columns:1fr 1fr;padding:15px}.mob-advanced-filters{grid-template-columns:1fr 1fr}.advanced-filters .checkbox-field{grid-column:1 / -1}.item-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.results-heading{align-items:flex-start;flex-direction:column;gap:10px;margin:20px 0 13px}.sort-control{width:100%;justify-content:space-between}.sort-control select{min-width:170px}.monster-sort-controls{width:100%}.monster-sort-label{flex:0 0 auto}.monster-sort-menu{min-width:0;flex:1}.monster-sort-menu summary{min-width:0;width:100%}.items-grid,.mobs-grid,.section-entry-grid{grid-template-columns:1fr}.section-entry-card{min-height:124px}.section-results-line{align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}.item-card{min-height:108px}.pagination{gap:4px}.item-detail-hero{grid-template-columns:1fr;gap:25px;padding:24px 19px;border-radius:20px}.detail-visual{min-height:210px}.detail-visual img{max-width:155px;max-height:155px}.detail-copy h1{font-size:36px}.detail-panel{padding:18px}.detail-loading{grid-template-columns:1fr;gap:25px;padding:24px}.compact-detail-header{grid-template-columns:72px 1fr;gap:14px;padding:15px}.compact-detail-icon{width:72px;height:72px}.compact-detail-icon img{max-width:58px;max-height:58px}.compact-detail-title h1{font-size:28px}.compact-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-detail-grid,.relation-grid{grid-template-columns:1fr}.compact-detail-grid .relation-placeholder{grid-column:auto}.monster-titlebar{min-height:0;align-items:flex-start;flex-direction:column;padding:14px}.monster-titlebar h1{font-size:30px}.monster-id{min-width:112px;align-items:center}.monster-overview-grid{display:flex;flex-direction:column}.monster-sprite-stage{order:1;height:300px;min-height:300px;border-bottom:1px solid var(--border)}.monster-sprite-stage>img{max-height:235px}.monster-vitals{order:2;height:auto;display:grid;grid-template-columns:1fr 1fr;padding:12px 16px;border-right:0;border-bottom:1px solid var(--border)}.monster-vitals .monster-fact{padding:10px 5px}.monster-vitals .monster-fact:nth-child(odd){padding-right:12px;border-right:1px solid rgba(255,255,255,.05)}.monster-vitals .monster-fact:nth-child(2n){padding-left:12px}.monster-behavior{order:3;height:380px;display:flex}.monster-subpanel+.monster-subpanel{border-top:1px solid var(--border);border-left:0}.monster-elements{order:4}.element-damage-list{grid-template-columns:1fr 1fr}.monster-service-panel .fact-list{grid-template-columns:1fr}.monster-drop-grid{grid-template-columns:1fr 1fr}.monster-detail-loading{grid-template-columns:1fr;padding:18px}.monster-detail-loading .skeleton-block{min-height:240px}.map-detail-hero{grid-template-columns:1fr;gap:17px;padding:15px}.map-detail-image{min-height:200px}.map-detail-image img{max-height:175px}.map-detail-index{font-size:14px}.map-detail-copy h1{font-size:30px}.map-population-panel{padding:12px}.map-monster-grid{grid-template-columns:1fr}.map-detail-loading{grid-template-columns:1fr;padding:17px}.item-overview{padding:0}.item-overview-topline{min-height:58px;padding:6px 13px}.item-overview-market-meta{flex-wrap:wrap}.item-market-jump{min-width:88px;min-height:44px}.item-overview-main{grid-template-columns:72px minmax(0,1fr);gap:14px;padding:14px}.item-overview-icon{width:72px;height:72px}.item-overview-icon img{max-width:58px;max-height:58px}.item-overview-identity h1{font-size:28px}.item-overview-data,.item-overview-data.is-armor-layout,.item-overview-data.is-ammunition-layout,.item-overview-data.is-ammunition-layout.has-element,.item-overview-data.no-core-stats{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));justify-self:stretch}.item-overview-stat-group.is-core,.item-overview-data.is-ammunition-layout .item-overview-stat-group.is-core,.item-overview-data.is-ammunition-layout.has-element .item-overview-stat-group.is-core{grid-column:1 / -1}.item-content-grid{grid-template-columns:1fr}.item-set-members{grid-template-columns:repeat(2,minmax(0,1fr))}.item-source-grid,.item-lootbox-grid{grid-template-columns:1fr}.item-dropped-by-panel,.item-sets-panel,.item-crafting-panel{padding:0}.item-set-hero{grid-template-columns:66px minmax(0,1fr);gap:14px;padding:16px}.item-set-hero-icon{width:66px;height:66px}.item-set-hero-count{grid-column:1 / -1;min-height:45px;flex-direction:row;gap:6px}.item-set-hero-count strong{font-size:16px}.item-set-detail-member-grid{grid-template-columns:1fr}.item-detail-loading{grid-template-columns:1fr;padding:17px}.backpack-level-card{grid-template-columns:52px minmax(0,1fr)}.backpack-level-list:before{left:26px}.backpack-level-marker{width:38px;height:38px;margin:13px 7px}.backpack-level-header{align-items:flex-start;flex-direction:column-reverse;gap:6px}.backpack-level-labels{width:100%;justify-content:flex-start;flex-wrap:wrap}.backpack-relation-list,.used-in-crafting-list,.item-market-history-grid{grid-template-columns:1fr}}@media(max-width:420px){.pagination{gap:3px}.pagination>div{gap:3px}.pagination>button,.pagination>div button{width:28px;min-width:28px;height:30px;border-radius:8px}.pagination svg{width:14px;height:14px}.monster-sort-options{width:min(250px,calc(100vw - 28px));grid-template-columns:1fr}.monster-relations-row{grid-template-columns:1fr}.hero-copy h1{font-size:34px}.catalog-card{padding:17px}.catalog-icon{width:43px;height:43px}.page-heading h1{font-size:35px}.heading-symbol{display:none}.search-submit{padding:0 13px}.sets-search{padding-left:11px}.sets-bonus-filter-body{padding:11px}.section-search{padding-left:12px}.section-search .search-submit{min-width:68px}.section-entry-card{grid-template-columns:58px minmax(0,1fr) 14px;gap:10px;padding:11px}.shop-entry-sprite{width:58px;height:88px}.shop-entry-sprite img{max-width:56px;max-height:84px}.shop-entry-items>span{padding-right:4px}.section-entry-media{width:58px;height:58px}.craft-recipe-result{grid-template-columns:1fr}.craft-recipe-meta{min-height:52px;border-top:1px solid rgba(169,132,255,.08);border-left:0}.craft-recipe-meta>span{flex:1}.craft-ingredient{grid-template-columns:39px 31px minmax(0,1fr);gap:6px;padding-left:5px}.craft-ingredient>small{display:none}.advanced-filters{grid-template-columns:1fr}.advanced-filters .checkbox-field{grid-column:auto}.item-job-grid{grid-template-columns:1fr}.item-job-filter-heading{align-items:flex-start;flex-direction:column;gap:4px}.item-card{grid-template-columns:58px minmax(0,1fr) 16px;gap:11px;padding:12px}.item-image{width:58px;height:58px}.item-image img{max-width:46px;max-height:46px}.mob-card{grid-template-columns:58px minmax(0,1fr) 14px}.item-set-summary{grid-template-columns:29px minmax(0,1fr) 14px}.item-description-panel .panel-title h2{font-size:9px}.item-set-summary-count{display:none}.item-set-members{grid-template-columns:1fr}.mob-image{width:58px;height:70px}.mob-image img{max-width:54px;max-height:66px}.monster-vitals{grid-template-columns:1fr}.monster-vitals .monster-fact:nth-child(odd){padding-right:5px;border-right:0}.monster-vitals .monster-fact:nth-child(2n){padding-left:5px}.monster-drop-grid{grid-template-columns:1fr}.backpack-level-card{display:block}.backpack-level-list:before{display:none}.backpack-level-marker{position:absolute;z-index:2;top:8px;right:8px;margin:0;box-shadow:0 0 0 4px #11101d}.backpack-level-content{border-left:0}.backpack-level-header{min-height:72px;padding-right:58px}.backpack-requirement-list{grid-template-columns:1fr}.backpack-relation-row{grid-template-columns:43px minmax(0,1fr) auto;gap:8px}.backpack-relation-level{width:43px}.backpack-relation-row>svg{display:none}.site-footer{flex-direction:column}}@media(max-width:980px){.bonfire-filter-groups,.bonfire-entry-grid{grid-template-columns:1fr}.bonfire-entry-card.is-collection{grid-column:auto}.bonfire-collection-members>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.bonfire-category-tabs{grid-template-columns:1fr}.bonfire-category-tabs>button{min-height:58px}.bonfire-entry-header{grid-template-columns:44px minmax(0,1fr)}.bonfire-category-label{grid-column:1 / -1;width:max-content;min-height:24px;margin-top:-3px}.bonfire-active-filters>button{max-width:100%}.bonfire-active-filters>button>span{min-width:0}.bonfire-active-filters>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:420px){.bonfire-filter-body{padding:10px}.bonfire-collection-members>div{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.npc-shop-page{width:100%;max-width:1480px;margin:0 auto}.npc-shop-hero{min-height:270px;display:grid;grid-template-columns:minmax(260px,.7fr) minmax(360px,1.25fr) 120px;align-items:center;gap:25px;padding:22px;border:1px solid var(--border);border-radius:19px;background:linear-gradient(135deg,#171527f0,#0d0c17f0);box-shadow:var(--shadow)}.npc-shop-visual{position:relative;min-width:0;min-height:220px}.npc-shop-map-preview{min-height:220px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(169,132,255,.12);border-radius:15px;background:radial-gradient(circle,#8055df1a,#05050a75)}.npc-shop-map-preview img{max-width:calc(100% - 28px);max-height:195px;object-fit:contain}.npc-shop-map-preview.is-empty{color:#6f5b9c;background:radial-gradient(circle,#8055df21,#05050a75)}.npc-shop-sprite{position:absolute;right:-10px;bottom:-10px;width:86px;height:86px;display:grid;place-items:center;border:1px solid rgba(190,157,255,.27);border-radius:18px;background:radial-gradient(circle,#8055df38,#0b0a13f5 72%);box-shadow:0 12px 32px #0000006b}.npc-shop-sprite img{max-width:76px;max-height:76px;object-fit:contain;image-rendering:pixelated;transform:scaleX(-1)}.npc-shop-hero.no-preview{grid-template-columns:170px minmax(360px,1fr) 120px;min-height:220px}.npc-shop-hero.no-preview .npc-shop-visual{min-height:160px}.npc-shop-hero.no-preview .npc-shop-sprite{inset:50% auto auto 50%;width:136px;height:136px;transform:translate(-50%,-50%)}.npc-shop-hero.no-preview .npc-shop-sprite img{max-width:118px;max-height:118px}.npc-shop-copy{min-width:0}.npc-shop-copy h1{margin:13px 0 18px;color:#f0eaf7;font:700 clamp(30px,3.5vw,48px)/1.08 Georgia,serif;letter-spacing:-.03em;overflow-wrap:anywhere}.npc-shop-no-location{min-height:48px;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(169,132,255,.1);border-radius:11px;color:#746c7d;background:#08070f38;font-size:10px}.npc-shop-stock{margin-top:13px;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#11101db3}.npc-shop-stock>.panel-title>small{min-width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--border);border-radius:7px;color:#8d8199;font-size:8px}.npc-shop-item-list{display:grid;gap:7px;padding:13px}.npc-shop-item-row{min-width:0;min-height:102px;display:grid;grid-template-columns:minmax(270px,.7fr) minmax(380px,1.3fr);align-items:stretch;overflow:hidden;border:1px solid var(--border);border-radius:13px;background:linear-gradient(145deg,#131220e8,#0c0b15e8);transition:border-color .16s ease,background .16s ease}.npc-shop-item-row:hover{border-color:#a984ff40;background:linear-gradient(145deg,#181628f2,#0e0d18f2)}.npc-shop-product{min-width:0;display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:12px;padding:11px 13px}.npc-shop-product-icon{width:66px;height:66px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.09);border-radius:11px;background:radial-gradient(circle,#8055df17,#06060b5c)}.npc-shop-product-icon img{width:56px;height:56px;object-fit:contain;image-rendering:pixelated}.npc-shop-product>span{min-width:0;display:grid;justify-items:start;gap:4px}.npc-shop-product>span>small{color:#625b6d;font-size:7px;font-weight:750}.npc-shop-product>span>a{overflow:hidden;max-width:100%;color:#ede7f4;font:700 14px/1.22 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.npc-shop-product>span>a:hover{color:#c4a8ff}.npc-shop-product>span>em{color:#807687;font-size:8px;font-style:normal}.npc-shop-refine{min-height:22px;display:inline-flex;align-items:center;gap:5px;padding:2px 7px;border:1px solid rgba(169,132,255,.18);border-radius:999px;color:#c7adfa;background:#8055df14;font-size:8px}.npc-shop-payment{min-width:0;display:flex;align-items:center;gap:10px;padding:10px 13px;border-left:1px solid rgba(169,132,255,.075)}.npc-shop-zeny-price{min-width:150px;min-height:66px;display:grid;grid-template-columns:18px minmax(0,1fr);align-content:center;gap:4px 7px;padding:9px 12px;border:1px solid rgba(222,185,73,.12);border-radius:10px;background:#c49a3609}.npc-shop-zeny-price>svg{grid-row:1 / 3;align-self:center;color:#b99839}.npc-shop-zeny-price small{color:#776b4c;font-size:7px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.npc-shop-zeny-price strong{color:#efd16b;font-size:13px;white-space:nowrap}.npc-shop-zeny-price strong em{color:#9c8950;font-size:9px;font-style:normal}.npc-shop-item-row.is-zeny .npc-shop-payment{justify-content:center}.npc-shop-costs{min-width:0;flex:1;display:grid;gap:7px}.npc-shop-costs>small{color:#71677d;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.npc-shop-costs>div{display:flex;flex-wrap:wrap;gap:6px}.npc-shop-costs a{min-width:170px;min-height:42px;display:grid;grid-template-columns:auto 32px minmax(80px,1fr) auto;align-items:center;gap:7px;padding:5px 8px;border:1px solid rgba(222,185,73,.12);border-radius:9px;color:#bfb5c6;background:#c49a3606}.npc-shop-costs a:hover{border-color:#e5c35c4d;color:#e0d6e5}.npc-shop-costs a>b{color:#e6ca68;font-size:9px;white-space:nowrap}.npc-shop-costs a>img{width:32px;height:32px;object-fit:contain;image-rendering:pixelated}.npc-shop-costs a>span{overflow:hidden;font-size:9px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.npc-shop-costs a>em{min-height:22px;display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:999px;color:#c7adfa;background:#8055df17;font-size:8px;font-style:normal;font-weight:800}.item-shop-relation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.item-shop-relation-list>a{min-width:0;min-height:72px;display:grid;grid-template-columns:34px minmax(120px,1fr) minmax(160px,.85fr) auto 14px;align-items:center;gap:11px;padding:10px 12px;border:1px solid rgba(169,132,255,.1);border-radius:10px;background:#0b0a1357}.item-shop-relation-list>a:hover{border-color:#68deb147;background:#2f9a7409}.item-shop-relation-list i{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#70c9a8;background:#2f9a7414}.item-shop-relation-list span{min-width:0;display:grid;gap:4px}.item-shop-relation-list strong,.item-shop-relation-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-shop-relation-list strong{color:#dcd4e3;font-size:10px}.item-shop-relation-list small{color:#6e6676;font-size:7px}.item-shop-relation-list b{color:#d7bd63;font-size:8px;text-align:right}.item-shop-relation-list .item-shop-zeny-price{color:#f1d568;font-size:12px;font-weight:850;white-space:nowrap}.item-shop-relation-list .item-shop-single-barter{min-width:164px;display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:7px}.item-shop-relation-list .item-shop-single-barter>img{width:26px;height:26px;object-fit:contain;image-rendering:pixelated}.item-shop-relation-list .item-shop-single-barter>span{gap:3px}.item-shop-relation-list .item-shop-single-barter strong{color:#e2d8e8;font:800 10px/1.25 Inter,sans-serif;white-space:normal}.item-shop-relation-list .item-shop-single-barter small{color:#d7bd63;font-size:8px;font-weight:800}.item-shop-relation-list>a>svg{color:#5f5768}.item-shop-relation-list .item-shop-location{min-height:46px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px;padding:7px 9px;border-left:1px solid rgba(169,132,255,.08)}.item-shop-relation-list .item-shop-location>svg{color:#9674dc}.item-shop-relation-list .item-shop-location>span{gap:3px}.item-shop-relation-list .item-shop-location strong{color:#beb1cb;font:750 10px/1.2 Inter,sans-serif}.item-shop-relation-list .item-shop-location small{color:#6f6578;font-size:7px;font-weight:700;letter-spacing:.035em;text-transform:uppercase}.market-page,.market-shop-page{width:100%;max-width:1480px;margin:0 auto}.market-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:14px}.market-mode-tabs>button{min-height:60px;display:flex;align-items:center;justify-content:center;gap:11px;padding:9px 18px;border:1px solid var(--border);border-radius:14px;color:#81798d;background:#100f1cc7;cursor:pointer;transition:.17s ease}.market-mode-tabs>button:hover{border-color:#a984ff45;color:#c9bfd8}.market-mode-tabs>button.is-active{border-color:#a984ff6b;color:#bd9cff;background:linear-gradient(135deg,#8055df38,#3123502e);box-shadow:inset 0 1px #ffffff06}.market-mode-tabs>button>span{display:grid;gap:3px;text-align:left}.market-mode-tabs strong{color:#eee8f7;font-size:12px}.market-mode-tabs small{color:#777082;font-size:8px}.market-toolbar{margin-bottom:10px}.market-filter-panel{position:relative;z-index:12;overflow:visible;margin-bottom:13px;border:1px solid var(--border);border-radius:15px;background:#11101dd1;animation:reveal .18s ease-out}.market-filter-panel>.panel-title>button{margin-left:auto;padding:5px 7px;border:0;color:#9677dc;background:transparent;font-size:8px;font-weight:750;cursor:pointer}.market-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;padding:15px}.market-filter-grid.is-buying{grid-template-columns:minmax(220px,420px)}.market-filter-grid>label,.market-option-filter{min-width:0;display:grid;align-content:start;gap:7px}.market-filter-grid>.market-option-filter{grid-column:span 2}.market-filter-grid>label>span,.market-option-filter>span{min-height:13px;color:#83798d;font-size:8px;font-weight:750}.market-filter-grid>label>span small{margin-left:5px;color:#5e5768;font-size:7px;font-weight:600}.market-select{position:relative;min-width:0}.market-select>button{width:100%;min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border:1px solid rgba(169,132,255,.13);border-radius:10px;color:#c9c2d3;background:#0a09127a;font-size:10px;font-weight:700;cursor:pointer}.market-select>button:hover,.market-select.is-open>button{border-color:#a984ff57;color:#fff}.market-select.is-open>button>svg{transform:rotate(180deg)}.market-select-options{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;max-height:310px;overflow-y:auto;padding:5px;border:1px solid rgba(169,132,255,.21);border-radius:10px;background:#0d0c17fc;box-shadow:0 18px 34px #0000006b;scrollbar-color:#554270 #12101e;scrollbar-width:thin}.market-select-options>button{width:100%;min-height:33px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 9px;border:0;border-radius:7px;color:#aaa2b4;background:transparent;font-size:9px;text-align:left;cursor:pointer}.market-select-options>button:hover,.market-select-options>button.is-active{color:#eee8f6;background:#8055df24}.market-option-picker{position:relative;min-height:43px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid rgba(169,132,255,.13);border-radius:10px;color:#756a82;background:#0a09127a;cursor:text}.market-option-picker:focus-within{border-color:#a984ff57}.market-option-picker>input{min-width:0;min-height:41px;flex:1;border:0;outline:0;color:#d7cfe0;background:transparent;font-size:10px}.market-option-picker>input::placeholder{color:#625a6c}.market-option-picker>strong{min-width:0;flex:1;overflow:hidden;color:#d7cfe0;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.market-option-picker>button{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:7px;color:#776e82;background:transparent;cursor:pointer}.market-option-picker>button:hover{color:#fff;background:#ffffff0d}.market-option-suggestions{position:absolute;z-index:42;top:calc(100% + 6px);left:0;right:0;max-height:320px;overflow-y:auto;padding:5px;border:1px solid rgba(169,132,255,.21);border-radius:10px;background:#0d0c17fc;box-shadow:0 18px 34px #0000006b;scrollbar-color:#554270 #12101e;scrollbar-width:thin}.market-option-suggestions>button{width:100%;min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 9px;border:0;border-radius:7px;color:#aaa2b4;background:transparent;font-size:9px;text-align:left;cursor:pointer}.market-option-suggestions>button:hover{color:#eee8f6;background:#8055df24}.market-option-suggestions small{color:#665d70;font-size:7px}.market-option-value>input{width:100%;min-height:43px;padding:0 12px;border:1px solid rgba(169,132,255,.13);border-radius:10px;outline:0;color:#d7cfe0;background:#0a09127a;font-size:10px}.market-option-value>input:focus{border-color:#a984ff57}.market-option-value>input:disabled{opacity:.45}.market-card-filter-row{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(320px,1fr);gap:13px;padding:0 15px 15px}.market-card-filter-row>label:first-child{min-width:0;display:grid;align-content:start;gap:7px}.market-card-filter-row>label:first-child>span{min-height:13px;color:#83798d;font-size:8px;font-weight:750}.market-card-filter-row>label.market-toggle{min-height:43px;display:grid;grid-template-columns:18px minmax(0,1fr);grid-template-rows:auto;align-content:center;align-items:center;align-self:end;column-gap:10px;row-gap:0;padding:7px 10px;border:1px solid rgba(169,132,255,.11);border-radius:10px;background:#0a091257;cursor:pointer}.market-toggle>input{position:absolute;opacity:0;pointer-events:none}.market-toggle>i{width:18px;height:18px;grid-column:1;grid-row:1;display:grid;place-items:center;border:1px solid rgba(169,132,255,.22);border-radius:5px;color:#fff;background:#8055df14}.market-toggle:has(input:checked)>i{border-color:#8457e8;background:#8055df}.market-card-filter-row>label.market-toggle>.market-toggle-copy{min-width:0;min-height:0;grid-column:2;grid-row:1;align-self:center;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;margin:0;line-height:1.2;text-align:left}.market-toggle-copy>strong,.market-toggle-copy>small{display:block;width:100%;margin:0;padding:0;text-align:left}.market-toggle-copy>strong{color:#c6becf;font-size:9px;line-height:1.2}.market-toggle-copy>small{overflow:hidden;color:#655e70;font-size:7px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.market-results-heading{margin-top:4px}.market-sort{display:flex;align-items:center;gap:7px}.market-sort>span{color:#71697b;font-size:8px}.market-sort .market-select{width:165px}.market-sort .market-select>button{min-height:38px}.market-sort>button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;color:#9e88cf;background:#11101dc2;cursor:pointer}.market-offer-list{display:grid;gap:7px}.market-offer-row{min-width:0;min-height:102px;display:grid;grid-template-columns:minmax(260px,.8fr) 145px minmax(260px,1.35fr) minmax(180px,.7fr);align-items:stretch;overflow:hidden;border:1px solid var(--border);border-radius:13px;background:linear-gradient(145deg,#131220e8,#0c0b15e8);transition:border-color .16s ease,background .16s ease}.market-offer-row:hover{border-color:#a984ff40;background:linear-gradient(145deg,#181628f2,#0e0d18f2)}.market-offer-row>div,.market-offer-row>a,.market-offer-row>span{min-width:0;padding:11px 13px}.market-offer-row>*+*{border-left:1px solid rgba(169,132,255,.075)}.market-offer-item{display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:12px}.market-offer-icon{width:66px;height:66px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.09);border-radius:11px;background:radial-gradient(circle,#8055df17,#06060b5c)}.market-offer-icon img{width:56px;height:56px;object-fit:contain;image-rendering:pixelated}.market-offer-item>div{min-width:0;display:grid;gap:4px}.market-offer-item>div>span{color:#625b6d;font-size:7px;font-weight:750}.market-offer-item>div>a{overflow:hidden;color:#ede7f4;font:700 14px/1.22 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}.market-offer-item>div>a:hover{color:#c4a8ff}.market-offer-item small{color:#807687;font-size:8px}.market-offer-price{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.market-offer-price>span{display:inline-flex;align-items:center;gap:5px;color:#71677d;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.market-offer-price>span svg{color:#a786e9}.market-offer-price>strong{color:#f0d36f;font-size:13px;white-space:nowrap}.market-offer-price>strong em{color:#a49155;font-size:9px;font-style:normal}.market-offer-price>small{color:#8c8494;font-size:8px}.market-offer-properties{display:flex;flex-direction:column;justify-content:center;gap:7px}.market-equipment-labels{display:flex;flex-wrap:wrap;gap:5px}.market-equipment-labels>span{min-height:24px;display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid rgba(169,132,255,.17);border-radius:999px;color:#bca5ef;background:#8055df14;font-size:9px;font-weight:800}.market-equipment-labels>span.is-refine{color:#cbb5ff;border-color:#a984ff40;background:#8055df1c}.market-equipment-labels>span.is-grade{color:#e1bd5d;border-color:#e2bb5333;background:#c2952a0f}.market-option-list{display:grid;gap:3px}.market-option-list>span{color:#d5bd69;font-size:10px;line-height:1.4}.market-card-list{display:flex;flex-wrap:wrap;gap:5px}.market-card-list>a{max-width:210px;min-height:31px;display:flex;align-items:center;gap:6px;padding:3px 9px 3px 5px;border:1px solid rgba(101,169,255,.14);border-radius:7px;color:#aebfe0;background:#4678be0d;font-size:9px;font-weight:700}.market-card-list>a:hover{border-color:#65a9ff59;color:#c3d7ff}.market-card-list img{width:23px;height:23px;object-fit:contain}.market-card-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-offer-properties:has(>.market-no-properties){align-items:center}.market-no-properties{width:100%;color:#5e5767;font-size:8px;text-align:center}.market-shop-link{display:grid;grid-template-columns:26px minmax(0,1fr) 14px;align-items:center;gap:8px;color:#83778e}.market-shop-link:hover{color:#b794ff;background:#8055df0b}.market-shop-link>span{min-width:0;display:grid;gap:4px}.market-shop-link strong,.market-shop-link small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-shop-link strong{color:#ddd5e5;font-size:11px;line-height:1.25}.market-shop-link small{color:#8b8292;font-size:9px;line-height:1.25}.market-stock-kind{display:flex;align-items:center;justify-content:center;gap:8px;color:#a092ad;font-size:11px;font-weight:800}.market-offer-skeleton{min-height:102px;padding:13px;grid-template-columns:75px 1fr 1fr 1fr;gap:14px}.market-offer-skeleton>*{display:block;min-height:58px;border:0;border-radius:9px;background:#191724}.market-shop-loading{min-height:420px;display:flex;align-items:center;justify-content:center;gap:10px;color:#8f849a;font-size:11px}.market-shop-loading svg,.loading-inline svg{animation:spin .85s linear infinite}.market-shop-hero{min-height:270px;display:grid;grid-template-columns:minmax(250px,.66fr) minmax(340px,1.2fr) 120px;align-items:center;gap:25px;padding:22px;border:1px solid var(--border);border-radius:19px;background:linear-gradient(135deg,#171527f0,#0d0c17f0);box-shadow:var(--shadow)}.market-shop-hero.no-preview{grid-template-columns:minmax(340px,1fr) 120px;min-height:220px}.market-shop-map{min-height:220px;display:grid;place-items:center;border:1px solid rgba(169,132,255,.12);border-radius:15px;background:radial-gradient(circle,#8055df1a,#05050a75)}.market-shop-map img{max-width:calc(100% - 28px);max-height:195px;object-fit:contain}.market-shop-copy{min-width:0}.market-shop-copy h1{margin:13px 0 18px;color:#f0eaf7;font:700 clamp(30px,3.5vw,48px)/1.08 Georgia,serif;letter-spacing:-.03em;overflow-wrap:anywhere}.market-shop-owner{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#978ba2;font-size:10px}.market-shop-owner strong{color:#ded5e6;font-size:12px}.market-shop-location{display:grid;grid-template-columns:22px minmax(150px,1fr) auto;align-items:center;gap:9px;padding:10px 11px;border:1px solid rgba(169,132,255,.11);border-radius:11px;background:#08070f40}.market-shop-location>svg{color:#9b79e4}.market-shop-location>span{min-width:0;display:grid;gap:4px}.market-shop-location strong{color:#cfc6d8;font-size:9px}.market-shop-location small{color:#716879;font-size:8px}.market-shop-location>button{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid rgba(169,132,255,.14);border-radius:8px;color:#a991da;background:#8055df12;font:700 8px/1 monospace;cursor:pointer}.market-shop-location>button:hover{border-color:#a984ff59;color:#d6c5fa}.market-shop-summary{min-height:98px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(169,132,255,.14);border-radius:14px;color:#9e7ee3;background:#8055df12}.market-shop-summary strong{color:#eee8f6;font-size:19px}.market-shop-summary span{color:#746b7d;font-size:8px}.market-shop-stock{margin-top:13px;border:1px solid var(--border);border-radius:16px;background:#11101db3}.market-shop-stock>.panel-title>small{min-width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--border);border-radius:7px;color:#8d8199;font-size:8px}.market-shop-offers{padding:13px}@media(max-width:1180px){.npc-shop-item-row{grid-template-columns:minmax(250px,.8fr) minmax(330px,1.2fr)}.market-offer-row{grid-template-columns:minmax(250px,1.1fr) 140px minmax(210px,1fr)}.market-shop-link,.market-stock-kind{grid-column:1 / -1;min-height:42px;border-top:1px solid rgba(169,132,255,.075);border-left:0!important}.market-shop-link{grid-template-columns:26px minmax(0,1fr) 14px}}@media(max-width:820px){.npc-shop-hero{grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr)}.npc-shop-hero.no-preview{grid-template-columns:150px minmax(0,1fr)}.npc-shop-hero>.market-shop-summary{grid-column:1 / -1;min-height:58px;flex-direction:row}.npc-shop-item-row{grid-template-columns:1fr}.npc-shop-payment{border-top:1px solid rgba(169,132,255,.075);border-left:0}.item-shop-relation-list{grid-template-columns:1fr}.market-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-card-filter-row{grid-template-columns:1fr}.market-offer-row{grid-template-columns:minmax(240px,1fr) 140px}.market-offer-properties{grid-column:1 / -1;min-height:54px;border-top:1px solid rgba(169,132,255,.075);border-left:0!important}.market-shop-hero{grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr)}.market-shop-hero.no-preview{grid-template-columns:minmax(0,1fr)}.market-shop-summary{grid-column:1 / -1;min-height:58px;flex-direction:row}}@media(max-width:680px){.npc-shop-hero{grid-template-columns:1fr;padding:14px}.npc-shop-hero.no-preview{grid-template-columns:1fr}.npc-shop-visual,.npc-shop-map-preview{min-height:190px}.npc-shop-payment{align-items:stretch;flex-direction:column}.npc-shop-zeny-price{width:100%}.npc-shop-costs a{min-width:min(100%,220px);flex:1}.item-shop-relation-list>a{grid-template-columns:34px minmax(0,1fr) 14px}.item-shop-relation-list .item-shop-location{grid-column:2 / 3;border-left:0;padding:4px 0}.item-shop-relation-list b{grid-column:2 / 3;text-align:left}.item-shop-relation-list .item-shop-single-barter{grid-column:2 / 3;min-width:0}.item-shop-relation-list>a>svg{grid-column:3;grid-row:1 / 4}.item-overview-topline{align-items:flex-start;flex-direction:column}.item-overview-market-meta{width:100%;justify-content:flex-start}.item-overview-id{margin-left:auto}.item-market-jump{flex:1}.market-history-tooltip{width:132px}.market-mode-tabs>button{justify-content:flex-start;padding-left:14px}.market-filter-grid{grid-template-columns:1fr;padding:11px}.market-filter-grid>.market-option-filter{grid-column:auto}.market-card-filter-row{padding:0 11px 11px}.market-offer-row{grid-template-columns:1fr}.market-offer-row>*+*{border-top:1px solid rgba(169,132,255,.075);border-left:0}.market-offer-price{min-height:68px;display:grid;grid-template-columns:1fr 1fr;gap:3px 8px}.market-offer-price>span{grid-column:1 / -1;justify-content:center}.market-offer-properties{grid-column:auto}.market-shop-hero{grid-template-columns:1fr;padding:14px}.market-shop-hero.no-preview{grid-template-columns:1fr}.market-shop-map{min-height:190px}.market-shop-location{grid-template-columns:22px 1fr}.market-shop-location>button{grid-column:1 / -1;justify-content:center}}@media(max-width:430px){.market-mode-tabs{grid-template-columns:1fr}.market-toolbar{align-items:stretch;flex-direction:column}.market-toolbar .filter-toggle{min-height:43px}.market-offer-item{grid-template-columns:58px minmax(0,1fr)}.market-offer-icon{width:58px;height:58px}.market-offer-icon img{width:49px;height:49px}.market-sort{width:100%}.market-sort .market-select{flex:1;width:auto}}.items-page .page-heading p,.mobs-page .page-heading p,.sets-page .page-heading p{color:#a49dad;font-size:15px;line-height:1.5}.items-page .items-search,.mobs-page .items-search,.sets-page .sets-search{min-height:54px}.items-page .items-search>svg,.mobs-page .items-search>svg,.sets-page .sets-search>svg{color:#948ba1}.items-page .items-search input,.mobs-page .items-search input,.sets-page .sets-search input{color:#f2eef7;font-size:14px;font-weight:500}.items-page .items-search input::placeholder,.mobs-page .items-search input::placeholder,.sets-page .sets-search input::placeholder{color:#837b8e}.items-page .search-submit,.mobs-page .search-submit,.sets-page .search-submit,.items-page .filter-toggle,.mobs-page .filter-toggle,.items-page .filter-heading span,.mobs-page .filter-heading span{font-size:13px}.items-page .filter-heading button,.mobs-page .filter-heading button{color:#ae8eea;font-size:11px}.items-page .advanced-filters label>span,.mobs-page .advanced-filters label>span,.items-page .item-filter-field>span,.mobs-page .mob-filter-field>span,.items-page .item-job-filter-heading>span,.mobs-page .mob-trait-filters>span{color:#a29aaa;font-size:11px}.items-page .advanced-filters input[type=number],.mobs-page .advanced-filters input[type=number],.items-page .mob-filter-select-trigger strong,.mobs-page .mob-filter-select-trigger strong{font-size:12px}.items-page .mob-filter-options button,.mobs-page .mob-filter-options button{color:#b7afc0;font-size:11px}.items-page .item-job-filter-heading>small{color:#827a8a;font-size:10px}.items-page .item-job-tabs button{font-size:11px}.items-page .item-job-grid button,.mobs-page .mob-trait-filters button{color:#a9a1b3;font-size:10.5px}.items-page .item-job-filters>p{color:#82798c;font-size:10px;line-height:1.5}.items-page .results-heading p,.mobs-page .results-heading p,.sets-page .sets-results-heading p,.items-page .monster-sort-label,.mobs-page .monster-sort-label{color:#91899b;font-size:11.5px}.items-page .results-heading p strong,.mobs-page .results-heading p strong,.sets-page .sets-results-heading strong{color:#ddd6e5;font-size:13.5px}.items-page .monster-sort-menu summary,.mobs-page .monster-sort-menu summary{min-height:39px;color:#ded7e6;font-size:12px}.items-page .monster-sort-options button,.mobs-page .monster-sort-options button{min-height:35px;color:#b9b1c2;font-size:11px}.items-page .item-card,.mobs-page .mob-card{min-height:108px;gap:11px;padding:12px}.items-page .item-card{grid-template-columns:60px minmax(0,1fr) 18px}.items-page .item-image{width:60px;height:60px}.items-page .item-image img{max-width:50px;max-height:50px}.items-page .item-id,.mobs-page .item-id{color:#898191;font-size:10px;font-weight:750}.items-page .recipe-badge{font-size:9px}.items-page .item-card h2,.mobs-page .mob-card h2{margin:4px 0;color:#f3eef8;font-size:14.5px;line-height:1.25}.items-page .item-card-classification{color:#aaa2b1;font-size:11px}.items-page .item-card-classification span+span{color:#c0b6c9}.items-page .item-card-arrow,.mobs-page .mob-card>svg{color:#716a7b}.mobs-page .mob-card{grid-template-columns:64px minmax(0,1fr) 18px}.mobs-page .mob-image{width:64px;height:80px}.mobs-page .mob-image img{max-width:60px;max-height:74px}.mobs-page .mob-card-body h2{padding-right:0}.mobs-page .mob-card p{color:#aaa2b1;font-size:10.5px}.mobs-page .mob-card .item-meta{gap:4px 9px;margin-top:7px}.mobs-page .mob-card .item-meta span{color:#b7aebe;font-size:10px;line-height:1.35}.mobs-page .mob-card-badges span{padding:3px 6px;font-size:8px}.sets-page .database-module>.panel-title{min-height:52px}.sets-page .database-module>.panel-title>span{width:32px;height:32px;flex-basis:32px}.sets-page .database-module>.panel-title h2{color:#e0d9e8;font-size:11px}.sets-page .sets-bonus-filter>.panel-title>button{font-size:10.5px}.sets-page .sets-bonus-picker>svg{color:#91869d}.sets-page .sets-bonus-picker>input{color:#eee8f4;font-size:13px}.sets-page .sets-bonus-picker>input::placeholder{color:#81798b}.sets-page .sets-bonus-suggestions strong{font-size:12px}.sets-page .sets-bonus-suggestions em{color:#9c8aad;font-size:10px}.sets-page .sets-active-bonus{min-height:35px;color:#c8acef;font-size:10.5px}.sets-page .sets-bonus-filter-body>p{color:#8e8597;font-size:10.5px;line-height:1.5}.sets-page .sets-type-tabs button{min-height:38px;color:#a69eaf;font-size:11.5px}.sets-page .sets-catalog-list{gap:11px}.sets-page .sets-catalog-list .item-set-summary{min-height:72px;grid-template-columns:38px minmax(0,1fr) auto 18px;gap:12px;padding:10px 15px}.sets-page .item-set-summary-icon{width:36px;height:36px}.sets-page .item-set-summary-copy{gap:4px}.sets-page .item-set-summary-copy small{color:#a384d5;font-size:9px}.sets-page .item-set-summary-copy strong{color:#e0d8e8;font-size:14px}.sets-page .item-set-summary-count{color:#a59bab;font-size:10px}.sets-page .sets-catalog-list .item-set-content{padding:16px}.sets-page .item-set-content-label{margin-bottom:10px;color:#92869f;font-size:9px}.sets-page .item-set-members{gap:7px}.sets-page .item-set-member{min-height:58px;grid-template-columns:44px minmax(0,1fr);gap:10px;padding:7px 10px}.sets-page .item-set-member>.item-set-member-icon{width:42px;height:42px}.sets-page .item-set-member-icon>img{max-width:38px;max-height:38px}.sets-page .item-set-member-copy strong{color:#d5cddd;font-size:11.5px}.sets-page .item-set-member-copy small{color:#877e8e;font-size:9px}.sets-page .item-set-bonuses{gap:7px;margin-top:12px;padding:12px 14px 12px 16px}.sets-page .item-set-bonuses>span{color:#ead17c;font-size:11.5px;line-height:1.55}.sets-page .item-set-bonuses>span.is-condition{color:#aaa0b2}.sets-page .item-set-page-link{margin-top:13px;color:#a397ad;font-size:10.5px}.items-page .pagination>button,.items-page .pagination>div button,.mobs-page .pagination>button,.mobs-page .pagination>div button,.sets-page .pagination>button,.sets-page .pagination>div button{min-width:38px;height:38px;color:#aaa2b1;font-size:11px}@media(max-width:1360px){.items-page .items-grid,.mobs-page .mobs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.items-page .items-grid,.mobs-page .mobs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.items-page .items-grid,.mobs-page .mobs-grid{grid-template-columns:1fr}.items-page .page-heading p,.mobs-page .page-heading p,.sets-page .page-heading p{font-size:14px}}
