:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}@media(min-width:1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}:root{--division-orange: #ff6600;--bg-dark: #0a0a0a;--card-bg: #151515;--item-bg: #1e1e1e;--text-main: #e0e0e0;--text-dim: #999;--border-color: #333}body{background-color:var(--bg-dark);background-image:linear-gradient(to bottom,#0a0a0ae6,#0a0a0afa),url(https://images.unsplash.com/photo-1589330664550-85bc3445e5d7?q=80&w=2070&auto=format&fit=crop);background-attachment:fixed;background-size:cover;color:var(--text-main);font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;line-height:1.5}.app-container{min-height:100vh;display:flex;flex-direction:column}header{background:#000;padding:1rem 2rem;border-bottom:2px solid var(--division-orange);position:sticky;top:0;z-index:100}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%}.logo{display:flex;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:900;color:var(--division-orange);text-transform:uppercase;letter-spacing:2px;cursor:pointer}.logo-icon{height:32px}.links button{background:transparent;border:1px solid var(--division-orange);color:var(--division-orange);padding:.5rem 1rem;margin-left:.8rem;cursor:pointer;font-weight:700;text-transform:uppercase;font-size:.85rem}.links button.active,.links button:hover{background:var(--division-orange);color:#000}main{flex:1;padding:2rem 5%}.home-view{max-width:1200px;margin:0 auto}.hero{text-align:center;margin-bottom:3rem}.hero h1{font-size:3.5rem;margin-bottom:.5rem;text-transform:uppercase;color:#fff}.hero p{color:var(--text-dim);font-size:1.2rem}.search-bar{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.search-bar input{width:100%;padding:1rem 1.5rem;background:#000;border:1px solid var(--border-color);color:#fff;border-radius:4px;font-size:1.1rem;outline:none;border-left:4px solid var(--division-orange)}.build-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.build-preview-card{background:var(--card-bg);border:1px solid var(--border-color);padding:1.5rem;border-radius:4px;cursor:pointer;transition:transform .2s,border-color .2s}.build-preview-card:hover{transform:translateY(-3px);border-color:var(--division-orange)}.preview-header h3{margin:.8rem 0;color:var(--division-orange);font-size:1.4rem;text-transform:uppercase}.header-top{display:flex;justify-content:space-between;align-items:center}.game-tag{font-size:.7rem;background:#333;padding:2px 6px;border-radius:2px;color:#aaa}.preview-desc{color:var(--text-dim);font-size:.95rem;margin-bottom:1.5rem;line-height:1.4}.preview-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #222;padding-top:1rem}.tag{background:#222;padding:.2rem .5rem;border-radius:2px;font-size:.75rem;margin-right:.4rem;text-transform:uppercase;color:#888}.build-detail-page{max-width:1100px;margin:0 auto}.detail-nav{margin-bottom:1.5rem}.back-link{background:transparent;border:1px solid #444;color:#888;padding:.5rem 1rem;text-transform:uppercase;font-weight:700;cursor:pointer;font-size:.85rem}.back-link:hover{border-color:var(--division-orange);color:var(--division-orange)}.build-main-content{background:var(--card-bg);border-radius:4px;overflow:hidden;box-shadow:0 10px 40px #00000080}.build-header-card{background:#000;padding:2.5rem;border-bottom:4px solid var(--division-orange)}.header-top-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.header-shd-icon{height:48px}.header-titles h2{margin:0;color:var(--division-orange);font-size:2.4rem;text-transform:uppercase;line-height:1.1}.game-badge{font-size:.75rem;background:var(--division-orange);color:#000;padding:2px 8px;font-weight:900;text-transform:uppercase;border-radius:2px;margin-bottom:.4rem;display:inline-block}.header-meta{color:#666;font-size:.9rem;display:flex;gap:.8rem;margin-top:.5rem}.meta-sep{color:#333}.detail-tags{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.build-body{padding:2.5rem}.description{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;color:#ccc}.intel-box{background:#ff66000d;border:1px solid rgba(255,102,0,.2);border-left:4px solid var(--division-orange);padding:1.5rem;margin-bottom:3rem}.intel-title{display:flex;align-items:center;gap:.8rem;color:var(--division-orange);font-weight:900;text-transform:uppercase;margin-bottom:.8rem;font-size:.9rem}.intel-title img{height:20px}.intel-box p{margin:0;line-height:1.5;color:#eee}.build-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.details-section{display:flex;flex-direction:column;gap:2rem}.section-header{display:flex;align-items:center;gap:.8rem;border-bottom:1px solid #333;padding-bottom:.6rem;margin-bottom:1rem}.section-header img{height:24px}.section-header h3{margin:0;text-transform:uppercase;font-size:1.2rem;letter-spacing:1px;color:var(--division-orange)}.gear-list,.weapon-list{display:flex;flex-direction:column;gap:1rem}.gear-item{display:flex;background:#1a1a1a;padding:.8rem;border:1px solid #2a2a2a;border-radius:4px;align-items:center}.gear-icon-container{width:54px;height:54px;background:#000;display:flex;align-items:center;justify-content:center;border:1px solid #333;position:relative;margin-right:1rem;flex-shrink:0}.gear-icon-container.exotic{border-color:var(--division-orange)}.slot-icon{max-width:60%;max-height:60%;opacity:.7}.brand-icon{position:absolute;bottom:2px;right:2px;width:18px;height:18px}.exotic-glow{filter:drop-shadow(0 0 3px var(--division-orange))}.gear-name{font-weight:900;font-size:1.05rem;color:#fff;margin-bottom:.1rem}.gear-talent{color:#fc0;font-size:.85rem;font-weight:700;margin-bottom:.1rem}.gear-details{color:#888;font-size:.8rem;line-height:1.3}.skills-grid{display:flex;gap:1rem;flex-wrap:wrap}.skill-card{background:#111;padding:.6rem;border:1px solid #222;width:80px;text-align:center;border-radius:4px}.skill-icon-wrap{height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:.4rem}.skill-icon-wrap img{max-width:100%;max-height:100%}.skill-card span{font-size:.65rem;color:#888;font-weight:700;text-transform:uppercase;display:block;line-height:1.1}.spec-card{background:#111;padding:1rem;border-left:3px solid var(--division-orange);color:#eee;font-weight:700;font-size:1rem}.stats-grid{display:flex;flex-direction:column;gap:.6rem}.stat-row{display:flex;justify-content:space-between;background:#111;padding:.6rem 1rem;border-radius:2px;font-size:.9rem}.stat-label{color:#777}.stat-value{color:#eee;font-weight:700}.gameplay-section{margin-top:4rem}.directives-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.directive-item{background:#1a1a1a;padding:1.2rem;display:flex;gap:1rem;border:1px solid #222;border-radius:4px}.directive-num{background:var(--division-orange);color:#000;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.8rem;flex-shrink:0}.directive-item p{margin:0;font-size:.95rem;color:#ccc;line-height:1.4}footer{background:#000;padding:3rem;text-align:center;margin-top:4rem;border-top:1px solid #222}.footer-shd{height:40px;margin-bottom:1rem;opacity:.3}footer p{font-size:.8rem;color:#444}@media(max-width:1000px){.build-details-grid,.directives-list{grid-template-columns:1fr}.hero h1{font-size:2.5rem}}@media(max-width:600px){.header-titles h2{font-size:1.8rem}.build-body,.build-header-card{padding:1.5rem}.gear-icon-container{width:48px;height:48px}.build-preview-card{padding:1rem}}
