*{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 50% 0,#31452b 0%,#2f392d 100%) fixed;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}:root{--color-primary:#fff;--color-secondary:#ffffffa6;--color-border:#ffffff26;--color-bg-light:#2f392d;--color-bg-white:#ffffff0d;--color-text-dark:#f2f2ee;--color-text-light:#f2f2eea6;--color-accent-warn:#d9a441;--color-accent-danger:#c96a5a;--color-accent-success:#8fae7f;--shadow-sm:0 4px 12px #00000040;--shadow-md:0 8px 20px #0000004d;--shadow-lg:0 12px 28px #0006}.text-center{text-align:center}.text-muted{opacity:.75;color:var(--color-text-light)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}button,.btn{color:#f2f2ee;cursor:pointer;box-shadow:none;background:#ffffff14;border:1px solid #ffffff40;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}button:hover,.btn:hover{background:#ffffff26}button:active,.btn:active{background:#fff3}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{color:#f2f2eebf;background:0 0;border:1px solid #ffffff26}.btn-secondary:hover{background:#ffffff14}.btn-danger{color:#e0a99e;background:#c96a5a33;border-color:#c96a5a80}.btn-danger:hover{background:#c96a5a4d}.btn-small{padding:.5rem 1rem;font-size:.9rem}input,textarea,select{color:#f2f2ee;background:#ffffff0f;border:1px solid #fff3;border-radius:6px;padding:.75rem;font-family:inherit;font-size:1rem;transition:all .2s}input::placeholder,textarea::placeholder{color:#f2f2ee66}input:focus,textarea:focus,select:focus{background:#ffffff17;border-color:#fff6;outline:none;box-shadow:0 0 0 3px #ffffff14}textarea{resize:vertical;min-height:100px}.card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;padding:1.5rem;transition:all .2s;box-shadow:0 4px 12px #0003}.card:hover{border-color:#ffffff40;box-shadow:0 8px 20px #00000040}.card-header{color:#f2f2ee;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.3rem;font-weight:600;display:flex}.card-meta{color:#f2f2eea6;margin-bottom:1rem;font-size:.85rem}.card-content{color:#e0e0e0;line-height:1.6}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.badge-success{color:#b7cfa9;background:#8fae7f33;border:1px solid #8fae7f80}.badge-warning{color:#e2bd7c;background:#d9a44133;border:1px solid #d9a44180}.badge-danger{color:#e0a99e;background:#c96a5a33;border:1px solid #c96a5a80}.badge-info{color:#f2f2eebf;background:#ffffff14;border:1px solid #fff3}.grid{gap:2rem;display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (width<=768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.spinner{border:3px solid #ffffff26;border-top-color:#ffffffbf;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.parallax-bg{z-index:-1;will-change:transform;background:radial-gradient(circle at 50% 0,#31452b 0%,#2f392d 100%);width:100%;height:100%;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:.3s ease-out fadeIn}.slide-in-left{animation:.3s ease-out slideInLeft}@media (width<=768px){html{font-size:14px}button,.btn{padding:.6rem 1.2rem;font-size:.9rem}.card{padding:1rem}.card-header{font-size:1.1rem}}body{background:var(--color-bg-light);color:var(--color-text-dark);min-height:100vh;margin:0;padding:0}html{scroll-behavior:smooth}.app-container.svelte-12qhfyh{background:var(--color-bg-light);flex-direction:column;min-height:100vh;display:flex}.header.svelte-12qhfyh{background:var(--color-bg-white);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);z-index:100;padding:1rem 2rem;position:sticky;top:0}.header-content.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.logo.svelte-12qhfyh{color:var(--color-primary);letter-spacing:.5px;white-space:nowrap;flex-shrink:0;margin:0;font-size:1.5rem;font-weight:700}.nav.svelte-12qhfyh{flex:1;align-items:center;gap:2rem;display:flex}.nav-link.svelte-12qhfyh{color:var(--color-text-dark);border-radius:4px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.nav-link.svelte-12qhfyh:hover{color:var(--color-primary)}.nav-link.svelte-12qhfyh:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.nav-link.svelte-12qhfyh:hover:after{width:100%}.auth-section.svelte-12qhfyh{flex-shrink:0;align-items:center;gap:1rem;display:flex}.user-info.svelte-12qhfyh{border:1px solid var(--color-border);background:#ffffff0d;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.username-link.svelte-12qhfyh{color:var(--color-primary);white-space:nowrap;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.username-link.svelte-12qhfyh:hover{color:var(--color-primary-light);text-decoration:underline}.menu-credits.svelte-12qhfyh{color:#ffc107;white-space:nowrap;background:#ffc10733;border-radius:3px;margin-left:.5rem;padding:.2rem .5rem;font-size:.85rem;font-weight:600;display:inline-block}.btn-steam-login.svelte-12qhfyh,.btn-logout.svelte-12qhfyh{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-steam-login.svelte-12qhfyh:disabled{opacity:.7;cursor:not-allowed}.btn-steam-login.svelte-12qhfyh{color:#fff;background:#1b2838;border:1px solid #2a475e}.btn-steam-login.svelte-12qhfyh:hover:not(:disabled){background:#2f4859;border-color:#4a6a8a}.btn-logout.svelte-12qhfyh{background:var(--color-accent-danger);color:#fff}.btn-logout.svelte-12qhfyh:hover{opacity:.9}.spinner.svelte-12qhfyh{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:.5rem;animation:.8s linear infinite svelte-12qhfyh-spin;display:inline-block}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.error-message.svelte-12qhfyh{color:var(--color-accent-danger);border:1px solid var(--color-accent-danger);white-space:nowrap;text-overflow:ellipsis;background:#c96a5a1a;border-radius:6px;max-width:300px;padding:.5rem 1rem;font-size:.9rem;overflow:hidden}.main-content.svelte-12qhfyh{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.footer.svelte-12qhfyh{background:var(--color-bg-white);border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-light);margin-top:2rem;padding:1.5rem;font-size:.9rem}.footer.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}@media (width<=768px){.header-content.svelte-12qhfyh{flex-direction:column;align-items:stretch;gap:1rem}.nav.svelte-12qhfyh{justify-content:center;gap:1rem;width:100%}.auth-section.svelte-12qhfyh{flex-wrap:wrap;justify-content:center;width:100%}.btn-steam-login.svelte-12qhfyh,.btn-logout.svelte-12qhfyh{flex:1;min-width:150px}.main-content.svelte-12qhfyh{padding:1rem}}.modal-backdrop.svelte-12qhfyh{z-index:200;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card.svelte-12qhfyh{background:var(--color-bg-white);border:2px solid var(--color-border);border-radius:8px;flex-direction:column;gap:1rem;width:100%;max-width:420px;padding:1.5rem;display:flex;box-shadow:0 10px 40px #0006}.modal-card.svelte-12qhfyh h2:where(.svelte-12qhfyh){color:var(--color-primary);margin:0;font-size:1.25rem}.modal-card.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--color-text-light);margin:0;font-size:.95rem}.modal-card.svelte-12qhfyh input:where(.svelte-12qhfyh){background:var(--color-bg-white);color:var(--color-text-dark);border:1px solid var(--color-border);border-radius:4px;padding:.75rem;font-size:1rem}.modal-card.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #3333331a}.btn-save-name.svelte-12qhfyh{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-save-name.svelte-12qhfyh:hover:not(:disabled){background:#2563eb;box-shadow:0 2px 8px #2563eb4d}.btn-save-name.svelte-12qhfyh:disabled{opacity:.6;cursor:not-allowed}
