*{box-sizing:border-box;padding:0;margin:0}html{max-width:100vw;overscroll-behavior-x:none}:root{--side-nav-width:280px;--side-nav-collapsed-width:76px;--side-nav-current-width:var(--side-nav-width)}body{max-width:100vw;overscroll-behavior-x:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0f0f;color:#e0e0e0}@media (max-width:900px){body,html{overflow-x:auto}}.app-shell{flex-direction:column}.app-frame,.app-shell{min-height:100vh;display:flex}.app-frame{flex:1 1}.app-content,.app-content__main{flex:1 1;min-width:0;display:flex;flex-direction:column}.side-nav{position:relative;height:100dvh;width:var(--side-nav-width);flex:0 0 var(--side-nav-width)}.side-nav__inner{position:fixed;top:0;left:0;height:100dvh;width:var(--side-nav-current-width);background:#111;border-right:1px solid #252525;display:flex;flex-direction:column}.side-nav__top{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;border-bottom:1px solid #252525;background:linear-gradient(180deg,#141414,#111)}.side-nav__title{font-weight:700;letter-spacing:.4px;color:#eaeaea;font-size:.95rem;text-transform:uppercase}.side-nav__title-dot{display:inline-block;width:10px;height:10px;border-radius:9999px;background:rgba(138,180,248,.85);box-shadow:0 0 0 3px rgba(138,180,248,.15)}.side-nav__collapse{width:34px;height:34px;border-radius:8px;border:1px solid #2a2a2a;background:#151515;color:#d6d6d6;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.side-nav__collapse:hover{background:#1d1d1d;border-color:#3a3a3a}.side-nav__collapse:active{transform:translateY(1px)}.side-nav__scroll{flex:1 1;overflow-y:auto;padding:10px 10px 14px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,63%,.35) transparent;display:flex;flex-direction:column}.side-nav__scroll::-webkit-scrollbar{width:10px}.side-nav__scroll::-webkit-scrollbar-track{background:transparent}.side-nav__scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,63%,.28);border-radius:9999px;border:3px solid transparent;background-clip:content-box}.side-nav__scroll::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,63%,.42);border:3px solid transparent;background-clip:content-box}.side-nav__section{margin-top:10px}.side-nav__section:first-child{margin-top:0}.side-nav__section--legacy{margin-top:auto;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.08)}.side-nav__section--legacy .side-nav__section-title{color:#7a7a7a;opacity:.75}.side-nav__section--legacy .side-nav__item{opacity:.7}.side-nav__section--legacy .side-nav__item:hover{opacity:.85}.side-nav__section--legacy .side-nav__item.is-active{opacity:1}.side-nav__section-title{padding:8px 8px 6px;font-size:.82rem;color:#a8a8a8;font-weight:600;letter-spacing:.2px}.side-nav__list{list-style:none;display:flex;flex-direction:column;gap:4px}.side-nav__item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;border:1px solid transparent;color:#e0e0e0;transition:background .15s ease,border-color .15s ease,transform .15s ease}.side-nav__item:hover{background:#1a1a1a;border-color:#2c2c2c}.side-nav__item.is-active{background:rgba(138,180,248,.12);border-color:rgba(138,180,248,.35)}.side-nav__item.is-active:before{content:"";display:block;width:3px;height:18px;border-radius:9999px;background:rgba(138,180,248,.95);box-shadow:0 0 0 3px rgba(138,180,248,.12);margin-right:2px}.side-nav__icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#0d0d0d;border:1px solid #262626;border-radius:10px;color:#d7d7d7;flex:0 0 28px}.side-nav__label{font-size:.98rem;font-weight:600;color:#f0f0f0}.side-nav--collapsed{width:76px;flex-basis:76px}.side-nav--collapsed .side-nav__item{justify-content:center;gap:0;padding:10px 8px}.side-nav--collapsed .side-nav__item.is-active:before{display:none}.side-nav--collapsed .side-nav__icon{width:34px;height:34px;flex-basis:34px}.side-nav--collapsed .side-nav__collapse svg{transform:rotate(180deg)}@media (max-width:900px){.side-nav{display:none}.app-frame{display:block}:root{--side-nav-current-width:0px}}@media (min-width:901px){.app-content{padding-right:var(--side-nav-current-width)}}.mobile-nav{display:none}@media (max-width:900px){.mobile-nav{display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:50;height:56px;align-items:center;gap:10px;padding:0 12px;background:hsla(0,0%,6%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #252525}.mobile-nav__menu{width:40px;height:40px;border-radius:10px;border:1px solid #2a2a2a;background:#141414;color:#e6e6e6;cursor:pointer}.mobile-nav__menu:hover{background:#1a1a1a;border-color:#3a3a3a}.mobile-nav__title{font-weight:700;letter-spacing:.2px;color:#f0f0f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-nav__spacer{margin-left:auto}.mobile-nav__overlay{position:fixed;inset:0;z-index:100;display:flex}.mobile-nav__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);border:none}.mobile-nav__drawer{position:relative;width:min(360px,86vw);height:100%;background:#111;border-right:1px solid #252525;box-shadow:0 10px 40px rgba(0,0,0,.6);transform:translateX(0);animation:mobileDrawerIn .16s ease-out;display:flex;flex-direction:column}.mobile-nav__drawer-top{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;border-bottom:1px solid #252525;background:linear-gradient(180deg,#141414,#111)}.mobile-nav__drawer-title{font-weight:800;letter-spacing:.4px;color:#eaeaea;font-size:.95rem;text-transform:uppercase}.mobile-nav__close{width:34px;height:34px;border-radius:10px;border:1px solid #2a2a2a;background:#151515;color:#d6d6d6;cursor:pointer}.mobile-nav__drawer-scroll{flex:1 1;overflow-y:auto;padding:10px 10px 14px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,63%,.35) transparent}.mobile-nav__drawer .side-nav__item{padding:12px 10px}}@keyframes mobileDrawerIn{0%{transform:translateX(-8px);opacity:.9}to{transform:translateX(0);opacity:1}}@media (prefers-reduced-motion:reduce){.mobile-nav__drawer{animation:none}}.video-card{margin:1.25rem auto 2rem;max-width:100%;background:#141414;border:1px solid #2a2a2a;border-radius:12px;padding:14px}.video-card__title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:10px}.video-card__frame{width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#0b0b0b;border:1px solid #242424}.video-card__frame iframe,.video-card__frame>div{width:100%;height:100%}.video-card__meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px;font-size:.92rem;color:#bdbdbd}.video-card__meta a{color:#8ab4f8;text-decoration:none}.video-card__meta a:hover{text-decoration:underline}.video-card__clip{color:#9e9e9e}.video-card__notice{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(34,197,94,.35);background:rgba(34,197,94,.12);color:#86efac;font-weight:600}.page-hint{margin:0 0 1rem;padding:10px 12px;border-radius:10px;border:1px solid rgba(138,180,248,.25);background:rgba(138,180,248,.08);color:#cfd8ea;display:inline-flex;align-items:center;gap:10px}.page-hint a{color:#8ab4f8;text-decoration:none;font-weight:600}.page-hint a:hover{text-decoration:underline}.suggest-card{margin:1.5rem auto 0;max-width:100%;background:#141414;border:1px solid #2a2a2a;border-radius:12px;padding:14px}.suggest-card__title{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:6px}.suggest-card__subtitle{color:#bdbdbd;font-size:.95rem;margin-bottom:12px;line-height:1.35}.suggest-form{gap:12px}.suggest-field,.suggest-form{display:flex;flex-direction:column}.suggest-field{gap:6px}.suggest-label{color:#e0e0e0;font-weight:700;font-size:.95rem}.suggest-muted{color:#9aa0a6;font-weight:500;font-size:.9rem}.suggest-input{width:100%;padding:.75rem;background:#0a0a0a;border:1px solid #333;border-radius:8px;color:#e0e0e0;font-family:inherit;font-size:.95rem}textarea.suggest-input{min-height:120px;resize:vertical;line-height:1.5}.suggest-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.suggest-btn{padding:.75rem 1.1rem;background:linear-gradient(135deg,#8ab4f8,#aecbfa);border:none;border-radius:10px;color:#2a3442;font-size:.95rem;font-weight:800;cursor:pointer}.suggest-btn:disabled{opacity:.6;cursor:not-allowed}.suggest-status{padding:10px 12px;border-radius:10px;font-weight:650}.suggest-status.is-success{border:1px solid rgba(34,197,94,.35);background:rgba(34,197,94,.12);color:#86efac}.suggest-status.is-error{border:1px solid hsla(0,91%,71%,.35);background:hsla(0,91%,71%,.12);color:#fecaca}.suggest-hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.item-comments{margin:1rem auto 0;max-width:100%;background:#141414;border:1px solid #2a2a2a;border-radius:12px;overflow:hidden}.item-comments__toggle{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:transparent;border:none;color:#bdbdbd;font-size:.95rem;font-weight:600;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.item-comments__toggle:hover{background:#1a1a1a;color:#e0e0e0}.item-comments__toggle:focus-visible{outline:2px solid #8ab4f8;outline-offset:2px}.item-comments__toggle-icon{font-size:.75rem;color:#9aa0a6;flex-shrink:0}.item-comments__toggle-label{flex:1 1}.item-comments__content{padding:0 14px 14px;border-top:1px solid #2a2a2a}.item-comments__muted,.item-comments__subtitle{color:#9aa0a6;font-size:.9rem;margin:0 0 12px;line-height:1.35}.item-comments__content .item-comments__subtitle,.item-comments__empty-msg{margin-top:12px}.item-comments__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.item-comments__item{padding:12px 0;border-bottom:1px solid #2a2a2a}.item-comments__item:last-child{border-bottom:none}.item-comments__meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}.item-comments__author{font-weight:700;color:#e0e0e0;font-size:.95rem}.item-comments__date{color:#9aa0a6;font-size:.85rem}.item-comments__message{color:#ccc;line-height:1.6;white-space:pre-wrap;font-size:.95rem}.item-comments__reply{margin-top:12px;padding:10px 12px;background:#0a0a0a;border-left:3px solid #8ab4f8;border-radius:6px}.item-comments__reply-label{display:block;font-size:.85rem;font-weight:700;color:#8ab4f8;margin-bottom:6px}.item-comments__reply-body{color:#ccc;line-height:1.55;white-space:pre-wrap;font-size:.95rem}.item-comments__reply-edit-btn{margin-top:8px;padding:4px 10px;background:#2a2a2a;border:1px solid #444;border-radius:6px;color:#9aa0a6;font-size:.85rem;font-weight:600;cursor:pointer}.item-comments__reply-edit-btn:hover{background:#333;color:#e0e0e0;border-color:#555}.item-comments__reply-edit{display:flex;flex-direction:column;gap:8px}.item-comments__reply-textarea{width:100%;min-height:80px;padding:8px 10px;background:#0a0a0a;border:1px solid #333;border-radius:6px;color:#e0e0e0;font-size:.95rem;line-height:1.5;resize:vertical}.item-comments__reply-textarea:disabled{opacity:.7}.item-comments__reply-actions{display:flex;gap:8px}.item-comments__reply-btn{padding:6px 14px;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;border:none}.item-comments__reply-btn:disabled{opacity:.6;cursor:not-allowed}.item-comments__reply-btn--save{background:#22c55e;color:#fff}.item-comments__reply-btn--save:hover:not(:disabled){background:#16a34a}.item-comments__reply-btn--cancel{background:#333;color:#e0e0e0}.item-comments__reply-btn--cancel:hover:not(:disabled){background:#444}.announce{position:relative}.announce--desktop{position:fixed;top:12px;right:14px;z-index:150}.announce--desktop .announce__btn{width:46px;height:46px;border-radius:12px}.announce--desktop .announce__btn svg{width:20px;height:20px}@media (max-width:900px){.announce--desktop{display:none}}.announce__btn{width:40px;height:40px;border-radius:10px;border:1px solid #2a2a2a;background:#141414;color:#e6e6e6;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.announce__btn:hover{background:#1a1a1a;border-color:#3a3a3a}.announce__panel{position:absolute;top:calc(100% + 10px);right:0;width:min(420px,calc(100vw - 24px));background:#111;border:1px solid #2a2a2a;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.55);padding:12px}.announce__panel-title{font-weight:800;color:#fff;margin-bottom:10px}.announce__list{list-style:none;display:flex;flex-direction:column;gap:10px;max-height:55vh;overflow:auto;padding-right:6px}.announce__item{display:grid;grid-template-columns:96px 1fr;grid-gap:10px;gap:10px;padding:10px;background:#141414;border:1px solid hsla(0,0%,100%,.06);border-radius:10px}.announce__date{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#9aa0a6;font-size:.9rem}.announce__text{color:#e0e0e0}.announce__link,.announce__text{font-size:.95rem;line-height:1.35}.announce__link{display:inline-flex;align-items:flex-start;flex-wrap:wrap;gap:0 6px;text-decoration:none}.announce__link .announce__text{color:#e0e0e0}.announce__link-phrase{color:#8ab4f8;text-decoration:none}.announce__link:hover .announce__link-phrase{text-decoration:underline;color:#aecbfa}.announce__arrow{flex-shrink:0;margin-top:2px;color:#9aa0a6}.announce__link:hover .announce__arrow{color:#8ab4f8}@keyframes spin{to{transform:rotate(1turn)}}.spinner{width:22px;height:22px;border-radius:9999px;border:3px solid hsla(0,0%,100%,.18);border-top-color:rgba(138,180,248,.95);animation:spin .9s linear infinite}a{color:inherit;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #333}.header__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;grid-gap:12px;gap:12px}.header__top-spacer{width:1px}.data-version{justify-self:end;position:relative;z-index:5}.data-version__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:9999px;border:1px solid rgba(138,180,248,.35);background:rgba(138,180,248,.1);color:#cfd8ea;font-weight:800;font-size:.85rem;letter-spacing:.2px;cursor:help}.data-version__badge:hover{background:rgba(138,180,248,.14);border-color:rgba(138,180,248,.55)}.data-version__badge:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(138,180,248,.22)}.data-version__tooltip{position:absolute;top:calc(100% + 10px);right:0;width:min(520px,calc(100vw - 24px));padding:.75rem 1rem;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#e0e0e0;font-size:.9rem;line-height:1.45;box-shadow:0 12px 30px rgba(0,0,0,.6);pointer-events:none}.data-version__tooltip-arrow{position:absolute;bottom:100%;right:18px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #1a1a1a}@media (max-width:680px){.header__top{grid-template-columns:1fr;justify-items:center;gap:10px}.header__top-spacer{display:none}.data-version{justify-self:center}.data-version__tooltip,.data-version__tooltip-arrow{left:50%;right:auto;transform:translateX(-50%)}}.header h1{font-size:3rem;margin-bottom:.5rem;background:linear-gradient(135deg,#8ab4f8,#aecbfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{color:#999;font-size:1.1rem}.filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.filter-button{padding:.5rem 1.5rem;background:#1a1a1a;border:1px solid #333;color:#e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem}.filter-button:hover{background:#252525;border-color:#aecbfa}.filter-button.active{background:linear-gradient(135deg,#8ab4f8,#aecbfa);border-color:transparent;color:#2a3442}.search-box{width:100%;max-width:100%;margin:0 0 2rem;padding:.9rem 1rem;background:linear-gradient(180deg,#171717,#121212);border:1px solid #2b2b2b;border-radius:6px;color:#e0e0e0;font-size:1rem;box-shadow:0 10px 30px rgba(0,0,0,.35),0 0 0 1px rgba(138,180,248,.08)}.search-box::placeholder{color:hsla(0,0%,88%,.55)}.search-box:focus{outline:none;border-color:#8ab4f8;box-shadow:0 10px 34px rgba(0,0,0,.45),0 0 0 4px rgba(138,180,248,.18)}.items-table{width:100%;border-collapse:collapse;background:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.3)}.items-table thead{background:#0a0a0a}.items-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #333;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.items-table td{padding:1rem;border-bottom:1px solid #252525;vertical-align:top}.items-table td .item-row-link{display:block;margin:-1rem;padding:1rem;text-decoration:none;color:inherit;cursor:pointer}.items-table tbody tr:hover{background:#252525;border-left:2px solid #8ab4f8}.items-table tbody tr:last-child td{border-bottom:none}.katex .imgtip{position:relative;display:inline-block;cursor:help;text-decoration:underline;-webkit-text-decoration-color:rgba(138,180,248,.6);text-decoration-color:rgba(138,180,248,.6);text-underline-offset:2px}.katex .imgtip-popup{display:none;position:absolute;left:50%;transform:translateX(-50%);bottom:1.6em;padding:8px;background:#1a1a1a;border:1px solid #8ab4f8;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.5);z-index:1000;pointer-events:none}.katex .imgtip:hover .imgtip-popup{display:block}.katex .imgtip-popup img{display:block;max-width:min(320px,90vw);max-height:320px;border-radius:6px}.katex-display{max-width:100%;display:block;overflow:visible;padding:.25rem 0}.katex-display>.katex{white-space:nowrap}.katex-display.katex-display--wrap>.katex{white-space:normal;overflow-wrap:anywhere;word-break:break-word}@media (max-width:768px){.katex-display{font-size:.95em}}.admin-suggestions-table{min-width:920px}.admin-suggestions-table .admin-suggestions-th-resolved{width:72px}.admin-suggestions-table .admin-suggestions-th-approved{width:140px}.admin-suggestions-table .admin-suggestions-th-date{width:128px}.admin-suggestions-table .admin-suggestions-th-type{width:56px}.admin-suggestions-table .admin-suggestions-th-item{width:100px}.admin-suggestions-table .admin-suggestions-th-name{width:90px}.admin-suggestions-table .admin-suggestions-th-suggestion{min-width:320px}.admin-suggestions-table .admin-suggestions-th-email{width:130px}.admin-suggestions-table .admin-suggestions-td-message{min-width:320px;word-wrap:break-word;padding:.75rem 1rem;line-height:1.5}.md-table{display:block;width:100%;max-width:100%;min-width:0;overflow:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid hsla(0,0%,100%,.08);touch-action:pan-x pan-y pinch-zoom}.md-table table{display:inline-table;width:max-content!important;min-width:100%!important;max-width:none!important}@media (max-width:520px){.md-table{display:block;width:100%;max-width:100%;overflow:auto;background:#1a1a1a;overscroll-behavior-x:contain;touch-action:pan-x pan-y pinch-zoom}.md-table td,.md-table th{padding:.55rem .7rem!important;font-size:.9rem;white-space:nowrap}}.item-image{width:64px;height:64px;object-fit:contain;border-radius:4px;background:#0a0a0a;padding:4px}.item-name{font-weight:600;color:#fff;margin-bottom:.25rem;font-size:1rem}.item-description{color:#bbb;font-size:.9rem;line-height:1.5}.rarity-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase}.rarity-common{background:#166534;color:#86efac;border:1px solid #22c55e}.rarity-rare{background:#1e3a8a;color:#93c5fd;border:1px solid #3b82f6}.rarity-epic{background:#581c87;color:#c084fc;border:1px solid #a855f7}.rarity-legendary{background:#854d0e;color:#fbbf24;border:1px solid #f59e0b}.detailed-explanation,.how-it-stacks{color:#ccc;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.empty-text{color:#666;font-style:italic}.admin-link{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#8ab4f8,#aecbfa);color:#2a3442;border-radius:8px;font-weight:600;box-shadow:0 4px 12px rgba(138,180,248,.4);transition:transform .2s}.admin-link:hover{transform:translateY(-2px)}.item-detail-grid{display:grid;grid-template-columns:1fr 2fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem;align-items:stretch;width:100%}.item-detail-grid>*{min-width:0}.item-detail-sidebar{align-self:stretch;max-height:none;overflow:visible}.item-detail-sidebar__sticky{position:-webkit-sticky;position:sticky;top:1rem;align-self:start;height:-moz-fit-content;height:fit-content}.item-detail-grid,.item-detail-sidebar{overflow-wrap:anywhere;word-break:break-word}.item-mobile-sticky{display:none}@media (max-width:768px){.item-mobile-sticky{display:block;position:-webkit-sticky;position:sticky;top:56px;z-index:40;margin:0 -1rem 1rem;padding:10px 12px;background:hsla(0,0%,6%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #252525}.item-mobile-sticky__row{display:grid;grid-template-columns:56px 1fr;grid-gap:10px;gap:10px;align-items:center}.item-mobile-sticky__img{width:56px;height:56px;object-fit:contain;border-radius:10px;background:#0a0a0a;border:1px solid #262626;padding:6px}.item-mobile-sticky__name{font-weight:800;color:#fff;font-size:1.05rem;line-height:1.15}.item-mobile-sticky__meta{margin-top:6px;display:flex;gap:10px;align-items:center;min-width:0}.item-mobile-sticky__rarity{font-size:.75rem;padding:.2rem .55rem;flex:0 0 auto}.item-mobile-sticky__desc{color:#bdbdbd;font-size:.85rem;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.item-detail-summary{display:none}.container{padding:1rem}.header h1{font-size:2rem;line-height:1.1}.items-table{font-size:.85rem}.items-table td:nth-child(2),.items-table th:nth-child(2){display:none}}@media (max-width:768px){@media (max-width:420px){.items-table td:nth-child(5),.items-table th:nth-child(5){display:none}}.items-table td,.items-table th{padding:.5rem}.items-table td .item-row-link{margin:-.5rem;padding:.5rem}.item-image{width:48px;height:48px}.admin-link{bottom:1rem;right:1rem;padding:.75rem 1rem;font-size:.9rem}.item-detail-grid{grid-template-columns:1fr;gap:1.25rem}.item-detail-sidebar{max-height:none;overflow:visible}.item-detail-sidebar,.item-detail-sidebar__sticky{position:static;top:auto;height:auto}.item-detail-grid a,.item-detail-grid code{overflow-wrap:anywhere;word-break:break-word}}#vertical-ad-container{display:none!important}@media (min-width:1600px){#vertical-ad-container{display:block!important}.app-content__main{width:100%;max-width:calc(100vw - var(--side-nav-current-width) - 340px);margin-left:auto;margin-right:auto}}.other-brackets-page{overflow-x:hidden;max-width:100%}.other-brackets-formula-row,.other-brackets-formula-row>*{min-width:0}.formula-box{width:100%!important;max-width:500px!important;box-sizing:border-box}@media (max-width:700px){.other-brackets-formula-row{flex-direction:column!important}}.other-brackets-tile{flex-shrink:0;min-width:0}@media (max-width:480px){.other-brackets-tile{width:120px!important}.other-brackets-tile img{width:72px!important;height:72px!important}}