.footer{display:flex;justify-content:center}.navbar{width:100%;display:block;flex-shrink:0;border-bottom:1px solid rgba(148,163,184,.18);background:#0f172ae6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.navbar-content{width:min(1280px,calc(100% - 24px));margin:0 auto;display:flex;align-items:center;gap:18px;padding:16px 0}.navbar-left,.navbar-right{display:flex;align-items:center}.navbar-right{margin-left:auto}.logo{color:#f8fafc;font-size:1.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.nav-links,.nav-links-authenticated,.nav-links-unauthenticated{list-style:none;display:flex;align-items:center;gap:20px;padding:0;margin:0}.nav-links li,.nav-links-authenticated li,.nav-links-unauthenticated span{color:#dfe7ff;cursor:pointer;transition:opacity .2s ease}.nav-links li:hover,.nav-links-authenticated li:hover,.nav-links-unauthenticated span:hover{opacity:.8}.nav-links-unauthenticated{background:linear-gradient(135deg,#7c3aed,#4f46e5);justify-content:center;border-radius:999px;padding:.75rem 1rem;box-shadow:0 12px 24px #4f46e559}.nav-links-unauthenticated a{color:#fff;font-weight:600}img{width:2.3rem;height:2.3rem;border-radius:999px;object-fit:cover;border:2px solid rgba(255,255,255,.25);cursor:pointer}.profile-wrapper{position:relative;display:inline-block}.profile-menu{position:absolute;top:calc(100% + 10px);right:0;background:#0f172af5;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:10px 0;min-width:150px;display:none;z-index:1000;box-shadow:0 20px 40px #0f172a66}.profile-wrapper:hover .profile-menu{display:block}.profile-menu li{color:#e2e8f0;padding:10px 14px;margin:0}.profile-menu li:hover{background:#6366f11f}@media(max-width:768px){.navbar-content{gap:10px}.logo{font-size:1.1rem}.nav-links{gap:12px;font-size:.9rem}}.home-page{display:flex;flex-direction:column;width:100%;gap:24px}.hero-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:32px;border:1px solid rgba(148,163,184,.18);border-radius:24px;background:linear-gradient(135deg,#0f172aeb,#1e293bcc);box-shadow:0 28px 60px #0f172a52}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:16px}.hero-copy h1{margin:0;color:#f8fafc;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;letter-spacing:-.06em}.hero-copy p{margin:0;color:#cbd5e1;font-size:1.05rem;line-height:1.7;max-width:560px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}.primary-action,.secondary-action{appearance:none;border:none;border-radius:999px;padding:.9rem 1.35rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.primary-action{background:linear-gradient(135deg,#8b5cf6,#4f46e5);color:#fff;box-shadow:0 16px 30px #4f46e559}.secondary-action{background:#94a3b81a;color:#e2e8f0;border:1px solid rgba(148,163,184,.18)}.primary-action:hover,.secondary-action:hover{transform:translateY(-1px)}.hero-visual{display:flex;align-items:center;justify-content:center;min-height:260px;border-radius:24px;background:radial-gradient(circle at top,#a855f747,#0f172a80);border:1px solid rgba(168,85,247,.25);position:relative;overflow:hidden}.hero-visual:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#6366f133;filter:blur(20px)}.hero-card{position:relative;z-index:1;background:#0f172acc;border:1px solid rgba(148,163,184,.15);border-radius:18px;padding:18px 20px;width:min(80%,280px);box-shadow:0 24px 50px #0f172a73}.hero-card h3,.hero-card p{margin:0}.hero-card h3{color:#f8fafc;margin-bottom:10px}.hero-card p{color:#cbd5e1;font-size:.95rem;line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card{padding:22px;border-radius:18px;background:#0f172ab8;border:1px solid rgba(148,163,184,.16);box-shadow:0 16px 36px #0f172a38}.feature-card h3{margin:0 0 10px;color:#f8fafc;font-size:1.1rem}.feature-card p{margin:0;color:#cbd5e1;line-height:1.7}@media(max-width:768px){.hero-panel{grid-template-columns:1fr;padding:22px}.feature-grid{grid-template-columns:1fr}}.spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top:5px solid #abb2b7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container{display:flex;justify-content:center;align-items:center;height:100%}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:auto}.icon{font-size:"48px";color:#fc0}.text{margin-top:"10px";font-size:"16px";color:"#333",}.peripherals-page{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:24px;width:100%;min-height:560px}.peripherals-sidebar,.peripherals-content{background:#0f172ac7;border:1px solid rgba(148,163,184,.18);border-radius:24px;box-shadow:0 20px 50px #0f172a3d}.peripherals-sidebar{padding:22px 18px}.panel-header{margin-bottom:22px}.eyebrow{margin:0 0 8px;color:#8b5cf6;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.panel-header h2,.results-header h2{margin:0;color:#f8fafc;font-size:clamp(1.4rem,2vw,2rem)}.filter-block{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.filter-block label{color:#dfe7ff;font-size:.9rem;font-weight:600}#peripheral-name,#peripheral-type{width:100%;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#0f172acc;color:#f8fafc;padding:.9rem 1rem;font:inherit}#peripheral-name::placeholder{color:#94a3b8}#peripheral-name:focus,#peripheral-type:focus{outline:none;border-color:#8b5cf6e6;box-shadow:0 0 0 3px #8b5cf62e}.peripherals-content{padding:24px}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.peripheral-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.peripheral-card{display:flex;flex-direction:column;justify-content:space-between;min-height:150px;padding:20px;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#1e293be6,#0f172ae6);color:#f8fafc;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.peripheral-card:hover{transform:translateY(-2px);border-color:#8b5cf680}.peripheral-type{align-self:flex-start;display:inline-flex;padding:.38rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#6366f11f;color:#c4b5fd}.peripheral-card h3{margin:18px 0 8px;color:#f8fafc;font-size:1.15rem;line-height:1.4}.peripheral-card p{margin:0;color:#cbd5e1;font-size:.9rem}.empty-state{display:flex;align-items:center;justify-content:center;min-height:220px;border-radius:18px;border:1px dashed rgba(148,163,184,.25);color:#cbd5e1;background:#0f172a4d}@media(max-width:768px){.peripherals-page{grid-template-columns:1fr}.peripherals-content,.peripherals-sidebar{padding:18px}}.profile-page{display:flex;flex-direction:column;gap:22px;width:100%}.profile-header-card,.config-panel,.stats-panel,.profile-empty-card{background:#0f172ac7;border:1px solid rgba(148,163,184,.18);border-radius:24px;box-shadow:0 20px 50px #0f172a3d}.profile-header-card{display:flex;align-items:center;gap:18px;padding:24px}.profile-avatar-wrap{width:72px;height:72px;border-radius:50%;overflow:hidden;border:2px solid rgba(139,92,246,.45);box-shadow:0 12px 30px #8b5cf640}.profile-avatar-wrap img{width:100%;height:100%;object-fit:cover}.profile-header-copy{display:flex;flex-direction:column;gap:8px}.profile-header-copy h2{margin:0;color:#f8fafc;font-size:clamp(1.6rem,3vw,2.4rem)}.profile-tabs{display:flex;gap:12px;border-bottom:1px solid rgba(148,163,184,.18);padding-bottom:12px}.tab{border:none;background:transparent;color:#cbd5e1;padding:.8rem 1.2rem;border-radius:999px;font:inherit;font-weight:700;cursor:pointer;transition:all .2s ease}.tab.active{background:#6366f11f;color:#f8fafc;box-shadow:inset 0 0 0 1px #8b5cf63d}.tab-content{display:none}.tab-content.active{display:block}.config-panel,.stats-panel{padding:24px}.config-panel-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.config-panel-header h3{margin:0;color:#f8fafc;font-size:1.4rem}.save-button,.primary-action{appearance:none;border:none;border-radius:999px;padding:.8rem 1.2rem;font:inherit;font-weight:700;color:#fff;background:linear-gradient(135deg,#8b5cf6,#4f46e5);cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 14px 28px #4f46e54d}.save-button:hover,.primary-action:hover{transform:translateY(-1px)}.profile-peripheral-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.profile-peripheral{display:flex;flex-direction:column;gap:10px}.profile-peripheral label{color:#dfe7ff;font-weight:600}.profile-peripheral select{width:100%;padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#0f172abf;color:#f8fafc;font:inherit}.profile-peripheral select:focus{outline:none;border-color:#8b5cf6e6;box-shadow:0 0 0 3px #8b5cf62e}.stats-panel{color:#cbd5e1}.profile-empty-state{display:flex;align-items:center;justify-content:center;min-height:360px}.profile-empty-card{max-width:520px;padding:28px 24px;text-align:center}.profile-empty-card h2{margin:0 0 10px;color:#f8fafc}.profile-empty-card p{margin:0 0 22px;color:#cbd5e1;line-height:1.7}@media(max-width:768px){.config-panel-header{flex-direction:column;align-items:flex-start}.profile-header-card{align-items:flex-start;flex-direction:column}}.players-page{align-items:center;justify-content:center;display:flex;flex-direction:column;flex-wrap:nowrap;padding:0;margin:0}.players-flex-Box{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;align-items:flex-start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:.5rem}.player-card{width:10rem;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 8px #01010133;font-family:Arial,sans-serif}.imageContainer{display:flex}.profileImage{width:75%;height:75%;border-radius:3rem}.chat-input{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:24px;background:#1e1e1e;border:1px solid #333;width:50%;max-width:600px}.chat-input input{flex:1;resize:none;border:none;outline:none;background:transparent;color:#fff;font-size:16px;font-family:inherit;line-height:1}.chat-input input::placeholder{color:#888}.send-btn{border:none;outline:none;width:25px;height:25px;border-radius:50%;background:#4f46e5;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.send-btn:hover{background:#8781eb}.auth-container{text-align:center;justify-content:center}.auth-container div{padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}h1{font-size:2rem}.login-button{display:flex;align-items:center;justify-content:center;width:260px;padding:12px 16px;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;transition:.2s ease}.login-button img{width:24px;height:24px;filter:invert(100%)}.discord{background:#5865f2}.discord:hover{background:#4752c4}.steam{background:#171a21}.steam:hover{background:#0d0f14}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;flex:1 1 auto;min-width:0;background:transparent}a button{cursor:pointer}.container{flex:1;display:flex;flex-direction:row;min-height:0;width:min(1280px,calc(100% - 32px));margin:0 auto;padding:24px 0 40px}.cell-outside{flex:10%;height:100%}.cell-middle{flex:80%;height:100%;min-width:0;overflow:visible}@media(max-width:768px){.container{width:min(100% - 20px,1280px);padding-top:18px}.cell-outside{display:none}.cell-middle{flex:1}}html,body,#root{min-height:100%;margin:0;padding:0}body{display:flex;flex-direction:column;background:radial-gradient(circle at top,rgba(99,102,241,.18),transparent 30%),linear-gradient(180deg,#0b1020,#121827 45%,#0d1321);color:#edf2ff;font-family:Noto Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"width" 100}#root{display:flex;flex-direction:column;min-height:100vh}*{box-sizing:border-box}button,input,textarea,select{font:inherit}.grid-container{display:grid;grid-template-rows:auto 1fr auto;grid-template-areas:"navbar" "main" "footer";width:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
