@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700;900&display=swap";:root{font-family:Outfit,Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#050505;--titan-color: #00c6ff;--fortress-color: #ff9966;--crusader-color: #9d50bb;--apex-color: #00f260}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% 10%,#1a1a1a,#000);font-family:Outfit,sans-serif}#root{width:100%;max-width:100%;margin:0;padding:0}.app-layout{display:flex;min-height:100vh}.sidebar{width:280px;min-width:280px;position:sticky;top:0;height:100vh;padding:2rem;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.05);background:#0a0a0a99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100}.nav-menu{display:flex;flex-direction:column;gap:8px;flex:1}.nav-section-label{font-size:.6rem;font-weight:800;color:#444;margin-top:15px;margin-bottom:5px;padding-left:10px;letter-spacing:2px}.nav-divider{height:1px;background:#ffffff0d;margin:10px 0}.nav-item{display:flex;align-items:center;gap:12px;background:transparent;border:1px solid transparent;color:#888;padding:12px 16px;border-radius:12px;cursor:pointer;font-family:inherit;font-size:.9rem;transition:all .2s;text-align:left}.nav-item:hover{background:#ffffff0d;color:#fff;transform:translate(5px)}.nav-item.active{background:#ffffff1a;color:#fff;font-weight:700;border-color:#ffffff1a;box-shadow:0 4px 20px #0003}.nav-item .icon{font-size:1.1rem}.status-badge-sidebar{font-size:.7rem;color:#444;text-align:center;margin-top:auto;letter-spacing:1px}.main-content{flex:1;padding:0;max-width:100%;overflow-y:auto;position:relative}.content-header,.picks-list,.stats-grid,.bankroll-section{max-width:1200px;margin:0 auto;padding:0 4rem}.content-header{padding-top:3rem}.welcome-screen{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center}.hero-logo-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vh;height:80vh;background:url(/logo.png) no-repeat center center;background-size:contain;opacity:.03;z-index:0;filter:blur(2px)}.hero-content{position:relative;z-index:10;max-width:800px}.hero-title{font-size:5rem;font-weight:900;line-height:1;margin-bottom:1rem;letter-spacing:-3px}.hero-subtitle{font-size:1.2rem;color:#888;margin-bottom:3rem;font-weight:300}.gradient-text{background:linear-gradient(to right,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-stats-row{display:flex;justify-content:center;gap:3rem;margin-bottom:4rem}.hero-stat{display:flex;flex-direction:column}.h-val{font-size:2.5rem;font-weight:800;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.2)}.h-lbl{font-size:.7rem;letter-spacing:2px;color:#555;font-weight:700}.cta-button{background:#fff;color:#000;font-size:1.1rem;font-weight:900;padding:18px 40px;border-radius:50px;border:none;cursor:pointer;transition:all .3s;box-shadow:0 0 30px #ffffff1a}.cta-button:hover{transform:scale(1.05);background:#f0f0f0;box-shadow:0 0 50px #ffffff4d}.info-page,.community-page{padding:4rem;max-width:1000px;margin:0 auto}.info-page h1,.community-page h1{font-size:3rem;font-weight:900;margin-bottom:2rem;letter-spacing:-1px}.info-card{padding:3rem;border-left:4px solid #ffd700;margin-bottom:3rem}.info-card h2{margin-top:0}.info-card ul{padding-left:20px;line-height:1.8}.gamble-aware-section{text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.gamble-title{font-size:1rem;letter-spacing:2px;color:#666}.gamble-logos{display:flex;justify-content:center;gap:20px;margin-top:1rem}.gamble-badge{background:#333;padding:5px 10px;border-radius:5px;font-size:.8rem;font-weight:700}.forum-mock{border-radius:12px;overflow:hidden;margin-top:2rem}.forum-header{background:#ffffff0d;padding:15px 20px;display:flex;justify-content:space-between;font-size:.8rem;font-weight:700;color:#666}.forum-row{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s;cursor:pointer}.forum-row:hover{background:#ffffff05}.topic-main{display:flex;flex-direction:column;gap:5px}.topic-title{font-size:1.1rem;font-weight:600}.topic-meta{font-size:.8rem;color:#666}.topic-stats{background:#0000004d;padding:5px 10px;border-radius:8px;font-size:.8rem;color:#888}.join-btn-large{width:100%;margin-top:2rem;padding:1.5rem;background:linear-gradient(to right,#222,#333);border:1px solid #444;color:#fff;font-weight:800;cursor:pointer;border-radius:12px}.animate-fade-in{animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-header h1{margin:0;font-size:2rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(to right,#fff,#888);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.strategy-desc{color:#888;margin:0;font-size:.9rem;font-weight:500}@media(max-width:900px){.app-layout{flex-direction:column}.sidebar{width:100%;height:auto;position:sticly;padding:1rem;flex-direction:row;align-items:center;overflow-x:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu{flex-direction:row;overflow-x:auto;gap:15px}.nav-section-label,.nav-divider,.logo-area,.status-badge-sidebar{display:none}.content-header,.picks-list,.stats-grid,.bankroll-section{padding:1rem 1.5rem}.hero-title{font-size:3rem}.hero-stats-row{flex-direction:column;gap:1rem;margin-bottom:2rem}.info-page,.community-page{padding:2rem}}.stats-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:2rem}.stat-card{padding:15px;text-align:center;border-radius:12px}.stat-card h3{margin:0;font-size:.7rem;color:#888;letter-spacing:1px}.stat-card .value{font-size:1.2rem;font-weight:800;margin:5px 0}.stat-card .sub{font-size:.6rem;color:#555}.green{color:#0f8;text-shadow:0 0 10px rgba(0,255,136,.3)}.gold{color:gold;text-shadow:0 0 10px rgba(255,215,0,.3)}.white{color:#fff}.picks-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.glass{background:#ffffff08;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08)}.pick-card{border-radius:16px;padding:20px;transition:transform .2s;display:flex;flex-direction:column;justify-content:space-between}.pick-card:hover{border-color:#fff3;transform:translateY(-2px)}.card-top{display:flex;justify-content:space-between;margin-bottom:10px;font-size:.75rem}.top-row{display:flex;flex-direction:column;gap:4px}.date-tag{color:#666;font-size:.7rem;font-weight:600}.league-tag{color:#888;font-weight:600;text-transform:uppercase}.strategy-tag{padding:4px 10px;border-radius:6px;font-weight:700;font-size:.7rem;height:fit-content}.titan{background:linear-gradient(45deg,#00c6ff,#0072ff);color:#fff;box-shadow:0 0 10px #00c6ff4d}.fortress{background:linear-gradient(45deg,#f96,#ff5e62);color:#fff;box-shadow:0 0 10px #ff5e624d}.crusader{background:linear-gradient(45deg,#9d50bb,#6e48aa);color:#fff;box-shadow:0 0 10px #9d50bb4d}.apex{background:linear-gradient(45deg,#00f260,#057516);color:#fff;box-shadow:0 0 10px #00f2604d}.match-title{font-size:1.1rem;font-weight:700;margin-bottom:15px}.bet-row{display:flex;justify-content:space-between;background:#0000004d;padding:10px 15px;border-radius:8px;margin-bottom:10px}.bet-info{display:flex;flex-direction:column}.bet-info .label{font-size:.6rem;color:#666;font-weight:700}.bet-target{font-size:.9rem;font-weight:700;color:#fff}.odds-box{font-size:1.2rem;font-weight:800;color:#0f8}.analysis-text{font-size:.8rem;color:#aaa;font-style:italic;font-family:serif}.top-brand-header{position:fixed;top:2rem;right:3rem;display:flex;align-items:center;gap:1.5rem;z-index:1000;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:10px 20px;border-radius:12px}.top-brand-header:hover{transform:translateY(-2px);background:#ffffff08;box-shadow:0 10px 30px #0003}.top-brand-header .brand-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.b-main{font-family:Outfit,sans-serif;font-weight:900;font-size:1.8rem;line-height:.9;letter-spacing:-1.5px;background:linear-gradient(to right,#fff,#888);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(255,255,255,.1)}.b-sub{font-family:Outfit,sans-serif;font-size:.7rem;letter-spacing:5px;color:#888;font-weight:800;text-transform:uppercase;margin-top:4px}.b-tagline{font-family:Outfit,sans-serif;font-size:.55rem;letter-spacing:2.5px;color:#ffffff4d;font-weight:700;text-transform:uppercase;margin-top:8px;border-top:1px solid rgba(255,255,255,.08);padding-top:6px}.header-logo{height:52px;mix-blend-mode:screen;filter:drop-shadow(0 0 10px rgba(0,198,255,.2));transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.top-brand-header:hover .header-logo{filter:drop-shadow(0 0 20px rgba(0,198,255,.4));transform:scale(1.15) rotate(5deg)}@media(max-width:900px){.top-brand-header{position:relative;top:0;right:0;width:100%;justify-content:center;padding:1.5rem;background:#00000080;border-bottom:1px solid rgba(255,255,255,.05)}.top-brand-header .brand-text{align-items:center;text-align:center}}.logo{display:none}.bankroll-section{margin-top:3rem;padding:2rem;border-radius:16px;text-align:center}.join-btn{background:#fff;color:#000;border:none;font-weight:900;padding:15px 30px;border-radius:30px;font-size:1rem;cursor:pointer;margin-top:20px;transition:all .2s}.join-btn:hover{transform:scale(1.05);box-shadow:0 0 20px #fff6}.empty-state{text-align:center;padding:4rem;border-radius:16px}.story-section{padding:2rem 2rem 6rem;max-width:900px;margin:0 auto}.story-content{padding:3rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.05);background:#0006;box-shadow:0 10px 40px #0000004d}.story-content h2{color:#888;font-size:.8rem;letter-spacing:4px;text-transform:uppercase;margin-bottom:.5rem;font-weight:700}.story-content h3{font-size:2.2rem;background:linear-gradient(to right,#fff,#aaa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 2.5rem;font-weight:800}.story-content p{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.story-content .highlight{color:#fff;font-weight:700;font-size:1.4rem;margin:2.5rem 0;text-shadow:0 0 20px rgba(255,255,255,.1)}.sign-off{margin-top:3rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.sign-off p{margin-bottom:0}
