@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&family=Barlow:wght@400;500;600;700&display=swap";:root{--bg-primary:oklch(13% .006 220);--bg-secondary:oklch(16% .007 220);--bg-card:oklch(18% .008 220);--bg-card-hover:oklch(21% .009 220);--bg-input:oklch(15% .007 220);--border:oklch(28% .01 180);--border-light:oklch(36% .012 180);--text-primary:oklch(95% .005 180);--text-secondary:oklch(72% .008 180);--text-muted:oklch(52% .01 180);--accent:oklch(72% .19 155);--accent-hover:oklch(78% .2 155);--accent-dim:oklch(60% .16 155);--accent-glow:oklch(72% .19 155/.12);--accent-glow-strong:oklch(72% .19 155/.22);--accent-2:oklch(78% .16 80);--accent-2-glow:oklch(78% .16 80/.12);--danger:oklch(65% .18 25);--danger-hover:oklch(60% .19 25);--warning:oklch(82% .15 85);--info:oklch(65% .12 240);--positive:oklch(70% .15 155);--neutral:oklch(55% .01 220);--negative:oklch(65% .18 25);--shadow-sm:0 2px 8px oklch(5% .004 220/.4);--shadow-md:0 4px 20px oklch(5% .004 220/.5);--shadow-lg:0 8px 40px oklch(5% .004 220/.55);--shadow-glow:0 0 24px oklch(72% .19 155/.1), 0 0 56px oklch(72% .19 155/.04);--shadow-glow-strong:0 0 28px oklch(72% .19 155/.16), 0 0 72px oklch(72% .19 155/.06);--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--font-heading:"Chakra Petch", "Segoe UI", system-ui, sans-serif;--font-body:"Barlow", "Segoe UI", system-ui, sans-serif;--max-width:1200px;--transition:.2s cubic-bezier(.4, 0, .2, 1);--transition-slow:.45s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;opacity:.06;background:url(/background.png) 50%/cover no-repeat fixed;position:fixed;inset:0}body:after{content:"";z-index:9999;pointer-events:none;opacity:.025;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}#root{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.01em;text-transform:uppercase;line-height:1.15}p,li,td,th,blockquote,figcaption{text-transform:none}a{color:var(--accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.loading{min-height:50vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:1rem;display:flex}.loading:after{content:"";border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;margin-left:12px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%,to{opacity:.45}50%{opacity:.75}}.skeleton{background:linear-gradient(90deg, var(--bg-card) 25%, var(--bg-card-hover) 50%, var(--bg-card) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-dim)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.section-divider{background:linear-gradient(90deg, transparent 0%, var(--border) 30%, var(--border-light) 50%, var(--border) 70%, transparent 100%);border:none;width:100%;height:1px;margin:1rem 0}@media (width<=768px){.section-divider{margin:1.5rem 0}}.platform-strip{pointer-events:none;z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:22px;padding:3px 10px;display:flex}.platform-strip img{object-fit:contain;width:auto;max-width:88%;height:14px}.platform-square{pointer-events:none;z-index:2;border-radius:5px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:4px 5px;display:flex;position:absolute;top:4px;right:4px}.platform-square img{object-fit:contain;width:auto;height:100%}.case-overlay{object-fit:fill;pointer-events:none;z-index:3;position:absolute;inset:0;border:none!important;border-radius:0!important;width:100%!important;height:100%!important}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:oklch(14% .008 220/.95);padding:0 1.5rem;position:sticky;top:0}.navbar-container{align-items:center;max-width:1200px;height:56px;margin:0 auto;display:flex}.navbar-brand{transition:transform var(--transition);flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.navbar-brand:hover{transform:scale(1.02)}.brand-icon-img{object-fit:contain;filter:drop-shadow(0 0 6px oklch(72% .19 155/.3));width:auto;height:28px}.brand-text{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.brand-ie{color:var(--accent)}.navbar-center{flex:1;justify-content:center;display:flex}.navbar-menu{align-items:center;gap:.25rem;display:flex}.menu-item{cursor:pointer;flex-direction:column;align-items:center;gap:.1rem;padding:.45rem .85rem;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.menu-item-icon{color:var(--text-muted);justify-content:center;align-items:center;transition:color .25s,transform .25s;display:flex}.menu-item-label{font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;font-size:.6rem;font-weight:600;transition:color .25s}.menu-item--active .menu-item-icon,.menu-item--active .menu-item-label{color:var(--accent)}.menu-item--active:after{content:"";width:var(--lineWidth,0px);background:var(--accent);border-radius:1px;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:2px;left:50%;transform:translate(-50%);box-shadow:0 0 6px oklch(72% .19 155/.3)}.menu-item:not(.menu-item--active):hover .menu-item-icon{color:var(--text-primary);transform:translateY(-1px)}.menu-item:not(.menu-item--active):hover .menu-item-label{color:var(--text-secondary)}.menu-item--bounce .menu-item-icon{animation:.5s cubic-bezier(.34,1.56,.64,1) navIconBounce}@keyframes navIconBounce{0%,to{transform:translateY(0)}20%{transform:translateY(-5px)}40%{transform:translateY(0)}60%{transform:translateY(-2px)}80%{transform:translateY(0)}}.navbar-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar-search{display:flex}.search-input{border:1.5px solid var(--border);border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:var(--bg-input);width:150px;color:var(--text-primary);transition:border-color var(--transition), box-shadow var(--transition), width .3s ease;border-right:none;outline:none;padding:.4rem .7rem;font-size:.82rem}.search-input:focus{border-color:var(--accent);width:200px;box-shadow:0 0 0 2px oklch(72% .17 155/.06)}.search-input::placeholder{color:var(--text-muted)}.search-btn{background:var(--accent);border:1.5px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;cursor:pointer;transition:all var(--transition);color:var(--bg-primary);align-items:center;padding:.4rem .65rem;font-size:1rem;display:flex}.search-btn:hover{background:var(--accent-hover)}.navbar-user{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.nav-avatar{background:var(--accent);width:32px;height:32px;color:var(--bg-primary);font-family:var(--font-heading);transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 0 0 2px #0000}.nav-avatar:hover{box-shadow:0 0 0 2px var(--accent);transform:scale(1.08)}.nav-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.nav-btn{border-radius:var(--radius-sm);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none;padding:.35rem .75rem;font-size:.72rem;font-weight:600;text-decoration:none}.login-btn{color:var(--text-muted);border:1px solid var(--border);background:0 0}.login-btn:hover{color:var(--text-primary);border-color:var(--accent);background:oklch(72% .17 155/.05)}.register-btn{background:var(--accent);color:var(--bg-primary);box-shadow:0 2px 8px oklch(72% .17 155/.15)}.register-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px oklch(72% .17 155/.2)}.nav-logout-icon{width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:1px solid oklch(65% .18 25/.3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-logout-icon:hover{background:var(--danger);border-color:var(--danger);color:var(--text-primary)}@media (width<=1100px){.menu-item-label{display:none}.menu-item--active:after{width:16px!important}.menu-item{padding:.45rem .6rem}}@media (width<=768px){.navbar{padding:0 .75rem}.brand-text{display:none}.search-input{width:100px}.search-input:focus{width:130px}.menu-item{padding:.45rem .4rem}}@media (width<=480px){.navbar-search{flex:1;min-width:0}.search-input{width:100%;min-width:0}.search-input:focus{width:100%}.menu-item{display:none}.navbar-user{gap:.4rem}}.cinematic-footer-wrapper{clip-path:polygon(0% 0,100% 0%,100% 100%,0 100%);width:100%;height:85vh;position:relative}.cinematic-footer{background:var(--bg-primary);width:100%;height:85vh;color:var(--text-primary);flex-direction:column;justify-content:space-between;display:flex;position:fixed;bottom:0;left:0;overflow:hidden}.cf-grid-bg{z-index:0;pointer-events:none;background-image:linear-gradient(90deg,oklch(95% .008 220/.03) 1px,#0000 1px),linear-gradient(oklch(95% .008 220/.03) 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 30% 70%,#0000);mask-image:linear-gradient(#0000,#000 30% 70%,#0000)}.cf-aurora{pointer-events:none;z-index:0;filter:blur(80px);background:radial-gradient(circle,oklch(72% .19 155/.12) 0%,oklch(78% .16 80/.08) 40%,#0000 70%);border-radius:50%;width:80vw;height:60vh;animation:8s ease-in-out infinite alternate cf-breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}@keyframes cf-breathe{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.cf-giant-text{white-space:nowrap;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:var(--font-heading);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1px oklch(95% .008 220/.05);background:linear-gradient(oklch(95% .008 220/.1) 0%,#0000 60%);opacity:0;will-change:transform, opacity;-webkit-background-clip:text;background-clip:text;font-size:26vw;font-weight:700;line-height:.75;position:absolute;bottom:-5vh;left:50%;transform:translate(-50%)scale(.85)}.cf-marquee-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);z-index:10;width:100%;box-shadow:var(--shadow-lg);background:oklch(13% .008 220/.6);padding:1rem 0;position:absolute;left:0;overflow:hidden;transform:none}.cf-marquee-track{width:max-content;animation:40s linear infinite cf-scroll-marquee;display:flex}.cf-marquee-items{font-family:var(--font-heading);letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:2.5rem;padding:0 1.5rem;font-size:.82rem;font-weight:700;display:flex}.cf-marquee-items .cf-marquee-dot{color:var(--accent);opacity:.6;font-size:.7rem}@keyframes cf-scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.cf-center{z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative}.cf-heading{font-family:var(--font-heading);letter-spacing:-.03em;text-align:center;background:linear-gradient(180deg, var(--text-primary) 0%, oklch(95% .008 220/.4) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px oklch(95% .008 220/.15));opacity:0;will-change:transform, opacity;-webkit-background-clip:text;background-clip:text;margin-bottom:2.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;transform:translateY(30px)}.cf-links{opacity:0;will-change:transform, opacity;flex-direction:column;align-items:center;gap:1.25rem;width:100%;display:flex;transform:translateY(30px)}.cf-links-primary{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cf-links-secondary{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.cf-pill{font-family:var(--font-heading);letter-spacing:.02em;color:var(--text-primary);-webkit-backdrop-filter:blur(16px);cursor:pointer;background:linear-gradient(145deg,oklch(95% .008 220/.03) 0%,oklch(95% .008 220/.01) 100%);border:1px solid oklch(95% .008 220/.08);border-radius:100px;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 30px -10px oklch(13% .008 220/.5),inset 0 1px 1px oklch(95% .008 220/.1),inset 0 -1px 2px oklch(13% .008 220/.8)}.cf-pill:hover{color:var(--text-primary);background:linear-gradient(145deg,oklch(95% .008 220/.08) 0%,oklch(95% .008 220/.02) 100%);border-color:oklch(95% .008 220/.2);transform:translateY(-2px);box-shadow:0 20px 40px -10px oklch(13% .008 220/.7),inset 0 1px 1px oklch(95% .008 220/.2)}.cf-pill:active{transform:translateY(0)scale(.98)}.cf-pill--primary{padding:1rem 2.5rem;font-size:1rem}.cf-pill--primary .cf-pill-icon{color:var(--accent)}.cf-pill--small{color:var(--text-muted);padding:.6rem 1.25rem;font-size:.82rem;font-weight:600}.cf-pill--small:hover{color:var(--text-primary)}.cf-pill-icon{color:var(--text-muted);transition:color .3s;display:flex}.cf-pill:hover .cf-pill-icon{color:var(--accent)}.cf-bottom{z-index:20;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:0 1.5rem 2rem;display:flex;position:relative}.cf-copyright{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);order:1;font-size:.7rem;font-weight:600}.cf-badge{cursor:default;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,oklch(95% .008 220/.03) 0%,oklch(95% .008 220/.01) 100%);border:1px solid oklch(95% .008 220/.05);border-radius:100px;order:2;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.7rem;font-weight:700;display:flex}.cf-badge-heart{color:var(--danger);font-size:1rem;animation:2s cubic-bezier(.25,1,.5,1) infinite cf-heartbeat}@keyframes cf-heartbeat{0%,to{filter:drop-shadow(0 0 5px oklch(65% .18 25/.5));transform:scale(1)}15%,45%{filter:drop-shadow(0 0 10px oklch(65% .18 25/.8));transform:scale(1.2)}30%{transform:scale(1)}}.cf-badge-brand{color:var(--text-primary);letter-spacing:0;margin-left:.25rem;font-size:.82rem;font-weight:800}.cf-back-top{cursor:pointer;width:48px;height:48px;color:var(--text-muted);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,oklch(95% .008 220/.03) 0%,oklch(95% .008 220/.01) 100%);border:1px solid oklch(95% .008 220/.08);border-radius:50%;order:3;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px -10px oklch(13% .008 220/.5),inset 0 1px 1px oklch(95% .008 220/.1)}.cf-back-top:hover{color:var(--text-primary);border-color:oklch(95% .008 220/.2);transform:translateY(-2px)}.cf-back-top svg{transition:transform .3s}.cf-back-top:hover svg{transform:translateY(-3px)}@media (width<=768px){.cf-marquee-strip{top:2rem}.cf-center{padding:5rem 1rem 2rem}.cf-bottom{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-bottom:1.5rem}.cf-copyright{order:3}.cf-badge{order:1}.cf-back-top{order:2}.cf-links-primary{flex-direction:column;align-items:center}.cf-pill--primary{justify-content:center;width:100%;max-width:280px}}.cf-popup-overlay{-webkit-backdrop-filter:blur(4px);z-index:2000;background:oklch(10% .01 40/.75);justify-content:center;align-items:center;padding:1rem;animation:.2s cf-popup-fade-in;display:flex;position:fixed;inset:0}@keyframes cf-popup-fade-in{0%{opacity:0}to{opacity:1}}.cf-popup{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg,18px);flex-direction:column;width:100%;max-width:640px;max-height:80vh;animation:.25s cubic-bezier(.16,1,.3,1) cf-popup-slide-up;display:flex;box-shadow:0 24px 64px oklch(0% 0 0/.5)}@keyframes cf-popup-slide-up{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cf-popup-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cf-popup-header h3{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.cf-popup-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .15s}.cf-popup-close:hover{color:var(--text-primary)}.cf-popup-body{flex:1;padding:1.25rem 1.5rem;overflow-y:auto}.cf-popup-section{margin-bottom:1.25rem}.cf-popup-section:last-child{margin-bottom:0}.cf-popup-section h4{font-family:var(--font-heading);color:var(--accent);margin:0 0 .35rem;font-size:.92rem;font-weight:700}.cf-popup-section p,.cf-popup-body>p{color:var(--text-secondary);white-space:pre-line;margin:0;font-size:.88rem;line-height:1.6}.simple-footer{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:oklch(12% .008 220/.95);padding:1.5rem}.simple-footer-inner{flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.simple-footer-links{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.simple-footer-links button{border:1px solid var(--border);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:100px;padding:.4rem 1rem;font-size:.75rem;font-weight:600;transition:all .25s}.simple-footer-links button:hover{color:var(--text-primary);border-color:var(--accent);background:oklch(72% .17 155/.05)}.simple-footer-bottom{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:1.5rem;font-size:.7rem;font-weight:600;display:flex}.simple-footer-heart{color:var(--danger);font-size:.85rem;animation:2s cubic-bezier(.25,1,.5,1) infinite sf-heartbeat}@keyframes sf-heartbeat{0%,to{transform:scale(1)translateY(0)}15%,45%{transform:scale(1.2)translateY(0)}30%{transform:scale(1)translateY(0)}}.simple-footer-love strong{color:var(--text-primary);letter-spacing:0;margin-left:.2rem;font-size:.78rem;font-weight:800}@media (width<=480px){.simple-footer-bottom{flex-direction:column;gap:.5rem}}.morph-hero{background:var(--bg-primary);width:100%;height:100vh;position:relative;overflow:hidden}.morph-hero-stage{perspective:1000px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.morph-intro-text{z-index:0;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding:0 1.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.morph-intro-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:clamp(1.6rem,4vw,2.8rem);font-weight:700;line-height:1.15}.morph-intro-accent{color:var(--accent)}.morph-intro-scroll{letter-spacing:.2em;color:var(--text-muted);margin-top:1.25rem;font-size:.7rem;font-weight:700}.morph-arc-content{z-index:10;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding:0 1.5rem;display:flex;position:absolute;top:10%}.morph-arc-content .btn,.morph-arc-content a{pointer-events:auto}.morph-arc-title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.8rem,5vw,3rem);font-weight:700;line-height:1.1}.morph-arc-subtitle{color:var(--text-secondary);max-width:520px;margin:0 0 1.5rem;font-size:clamp(.85rem,1.5vw,1rem);line-height:1.6}.morph-br-desktop{display:none}@media (width>=768px){.morph-br-desktop{display:block}}.morph-arc-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.morph-arc-stats{align-items:center;gap:1.5rem;display:flex}.morph-arc-stat{flex-direction:column;align-items:center;gap:.15rem;display:flex}.morph-arc-stat-value{font-family:var(--font-heading);color:var(--accent);font-size:1.5rem;font-weight:700}.morph-arc-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:600}.morph-arc-stat-divider{background:var(--border);width:1px;height:32px}.morph-cards-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.morph-card{cursor:pointer}.morph-card-inner{width:100%;height:100%;transform-style:preserve-3d;position:relative}.morph-card-face{backface-visibility:hidden;border-radius:2px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden;box-shadow:0 4px 12px oklch(5% .005 220/.4)}.morph-card-front{background:var(--bg-card)}.morph-card-front img{object-fit:cover;width:100%;height:100%}.morph-card-cover-area{position:absolute;overflow:hidden}.morph-card-cover-area img{object-fit:fill;width:100%;height:100%}.morph-card-front .case-overlay{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.morph-card-overlay{background:oklch(5% 0 0/.1);transition:background .2s;position:absolute;inset:0}.morph-card:hover .morph-card-overlay{background:0 0}.morph-card-back{background:var(--bg-secondary);border:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;padding:.5rem;display:flex;transform:rotateY(180deg)}.morph-card-back-content{text-align:center}.morph-card-back-label{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;margin:0 0 .15rem;font-size:.45rem;font-weight:700}.morph-card-back-text{color:var(--text-primary);margin:0;font-size:.65rem;font-weight:500}@media (width<=768px){.morph-hero{height:100vh}.morph-arc-content{top:5%}}@keyframes float-up{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.mhero{flex-direction:column;align-items:center;width:100%;padding:2.5rem 1.25rem 2rem;display:flex;position:relative;overflow:hidden}.mhero-header{z-index:10;text-align:center;margin-bottom:1.5rem;position:relative}.mhero-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin:0 0 .75rem;font-size:clamp(1.8rem,7vw,2.8rem);font-weight:700;line-height:1.15}.mhero-accent{color:var(--accent)}.mhero-subtitle{color:var(--text-secondary);max-width:380px;margin:0 auto;font-size:.88rem;line-height:1.6}.mhero-collage{z-index:0;justify-content:center;align-items:center;width:100%;height:440px;margin-bottom:1.5rem;display:flex;position:relative}.mhero-collage-inner{width:100%;max-width:420px;height:100%;position:relative}.mhero-img{object-fit:cover;border-radius:10px;animation:6s ease-in-out infinite float-up;position:absolute;box-shadow:0 15px 40px -10px oklch(5% .01 220/.4)}.mhero-img--0{z-index:20;border-radius:12px;width:100px;height:133px;margin-top:-67px;margin-left:-50px;top:50%;left:50%;box-shadow:0 25px 50px -12px oklch(5% .01 220/.5)}.mhero-img--1{z-index:10;width:72px;height:96px;top:6%;left:4%}.mhero-img--2{z-index:10;width:70px;height:93px;top:4%;right:6%}.mhero-img--3{z-index:10;width:68px;height:91px;top:38%;left:1%}.mhero-img--4{z-index:10;width:70px;height:93px;top:36%;right:1%}.mhero-img--5{z-index:30;width:74px;height:99px;bottom:8%;left:6%}.mhero-img--6{z-index:30;width:72px;height:96px;bottom:6%;right:4%}.mhero-img--7{z-index:5;width:65px;height:87px;top:2%;left:28%}.mhero-img--8{z-index:25;width:68px;height:91px;margin-left:-34px;bottom:2%;left:50%}.mhero-img--9{z-index:5;width:64px;height:85px;top:3%;right:26%}.mhero-actions{z-index:10;flex-direction:column;gap:.625rem;width:100%;max-width:280px;margin-bottom:1.5rem;display:flex;position:relative}.mhero-actions .btn{text-align:center;justify-content:center;width:100%}.mhero-cta{box-shadow:var(--shadow-glow)}.mhero-stats{z-index:10;align-items:center;gap:1.5rem;display:flex;position:relative}.mhero-stat{flex-direction:column;align-items:center;gap:.1rem;display:flex}.mhero-stat-value{font-family:var(--font-heading);color:var(--accent);font-size:1.3rem;font-weight:700}.mhero-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.65rem;font-weight:600}.mhero-stat-divider{background:var(--border);width:1px;height:28px}.top-traders-section{padding:2.5rem 1.5rem 3.5rem}.tt-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1000px;display:grid}.tt-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-secondary);transition:all var(--transition);align-items:flex-start;gap:1rem;min-height:100px;padding:1.25rem 1.5rem;text-decoration:none;display:flex;position:relative}.tt-card:hover{border-color:var(--accent);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.tt-card--podium{background:var(--bg-secondary);border-color:var(--border-light)}.tt-card--first{border-color:var(--accent);background:linear-gradient(135deg, var(--bg-card) 0%, oklch(20% .03 155/.3) 100%);box-shadow:var(--shadow-glow)}.tt-card--first:hover{box-shadow:var(--shadow-glow-strong)}.tt-avatar-wrap{flex-shrink:0;padding-top:.15rem;position:relative}.tt-avatar{background:var(--bg-input);border:2px solid var(--border-light);width:52px;height:52px;transition:border-color var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.tt-avatar--first{border-color:var(--accent);width:60px;height:60px;box-shadow:0 0 12px var(--accent-glow-strong)}.tt-avatar img{object-fit:cover;width:100%;height:100%}.tt-avatar-letter{font-family:var(--font-heading);color:var(--text-muted);font-size:1.2rem;font-weight:700}.tt-crown{color:oklch(85% .17 85);filter:drop-shadow(0 1px 3px oklch(85% .17 85/.4));animation:2.5s ease-in-out infinite crownFloat;position:absolute;top:-8px;left:50%;transform:translate(-50%)}@keyframes crownFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-2px)}}.tt-rank-badge{width:22px;height:22px;font-size:.7rem;font-weight:800;font-family:var(--font-heading);border:2px solid var(--bg-card);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-2px;right:-4px}.tt-rank-badge--1{color:oklch(20% .03 85);background:oklch(85% .17 85)}.tt-rank-badge--2{color:oklch(20% .01 220);background:oklch(75% .01 220)}.tt-rank-badge--3{color:oklch(20% .05 55);background:oklch(65% .1 55)}.tt-rank-badge--n{background:var(--bg-card-hover);color:var(--text-muted)}.tt-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.tt-name{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.tt-location{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.tt-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.tt-stars{align-items:center;gap:1px;display:inline-flex}.tt-star{display:block}.tt-star--full,.tt-star--half{color:oklch(85% .17 85)}.tt-stars-num{color:var(--text-secondary);margin-left:.3rem;font-size:.72rem;font-weight:600}.tt-trades-pill{font-family:var(--font-heading);color:var(--accent);background:var(--accent-glow);letter-spacing:.02em;white-space:nowrap;border-radius:99px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}@media (width<=900px){.tt-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.tt-grid{grid-template-columns:1fr}.tt-avatar--first{width:52px;height:52px}}.home-page{overflow-x:hidden}.hero{align-items:center;min-height:100dvh;padding:6rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-glow{pointer-events:none;background:radial-gradient(oklch(72% .19 155/.08) 0%,oklch(72% .19 155/.02) 40%,#0000 70%);width:800px;height:500px;position:absolute;top:-15%;left:50%;transform:translate(-50%)}.hero-grid,.hero-particles{display:none}.hero-content{z-index:1;text-align:left;max-width:700px;margin:0 auto;position:relative}.hero-content:before,.hero-content:after{display:none}.hero-badge{background:var(--accent-glow);font-family:var(--font-heading);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;border:1px solid oklch(72% .19 155/.2);border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.72rem;font-weight:600;animation:.4s .1s both fadeInUp;display:inline-flex}.hero-badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2.5s infinite pulse}.hero-title{font-family:var(--font-heading);letter-spacing:.01em;text-transform:uppercase;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.05;animation:.5s .15s both fadeInUp}.hero-accent{color:var(--accent);display:block}.hero-subtitle{color:var(--text-muted);text-transform:none;max-width:520px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7;animation:.5s .25s both fadeInUp}.hero-actions{gap:1rem;margin-bottom:3rem;animation:.5s .35s both fadeInUp;display:flex}.hero-cta{padding:.85rem 2rem;font-size:.9rem}.hero-stats{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:3rem;padding:1.5rem 3rem;animation:.5s .45s both fadeInUp;display:inline-flex}.hero-stats:before{display:none}.hero-stat{text-align:center}.hero-stat-value{font-family:var(--font-heading);color:var(--text-primary);font-size:1.8rem;font-weight:700;display:block}.hero-stat-label{font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:500}.hero-stat-divider{background:var(--border);width:1px;height:36px}.section-title{align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;display:flex}.section-title:before{content:"";background:var(--accent);border-radius:2px;flex-shrink:0;width:4px;height:24px}.section-badge{vertical-align:middle}.how-it-works{padding:2.5rem 1.5rem}.hiw-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem 0;display:flex}.hiw-toggle .section-title{margin:0}.hiw-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.hiw-chevron--open{transform:rotate(180deg)}.steps-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;transition:border-color var(--transition), transform var(--transition);padding:1.75rem 1.25rem 1.5rem;animation:.4s both fadeInUp}.step-card:hover{border-color:var(--accent);transform:translateY(-3px)}.step-card:before{display:none}.step-number{font-family:var(--font-heading);color:var(--border);letter-spacing:-.05em;font-size:3rem;font-weight:700;line-height:1;position:absolute;top:10px;right:14px}.step-icon{color:var(--accent);margin-bottom:1rem}.step-card h3{margin-bottom:.5rem;font-size:.95rem}.step-card p{color:var(--text-muted);text-transform:none;font-size:.82rem;line-height:1.6}.platforms-section{padding:2.5rem 1.5rem 4rem}.platforms-grid{flex-wrap:wrap;gap:.6rem;display:flex}.platform-card{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition);border-radius:99px;align-items:center;gap:.6rem;padding:.5rem 1.1rem .5rem .5rem;text-decoration:none;display:inline-flex}.platform-card:hover{border-color:var(--platform-color,var(--accent));color:var(--text-primary);box-shadow:0 0 20px color-mix(in srgb, var(--platform-color,var(--accent)) 15%, transparent);transform:translateY(-2px)}.platform-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.platform-icon img{border-radius:50%}.platform-name{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;font-size:.8rem;font-weight:600}.platform-arrow{display:none}.trending-section{padding:2.5rem 1.5rem}.games-scroll{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.game-card-mini{color:var(--text-secondary);transition:transform var(--transition);text-decoration:none}.game-card-mini:hover{color:var(--text-primary);transform:translateY(-4px)}.game-cover-mini{aspect-ratio:3/4;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);transition:border-color var(--transition), box-shadow var(--transition);margin-bottom:.5rem;position:relative;overflow:hidden}.game-cover-mini--cased{border:none;border-radius:3px}.game-card-mini:hover .game-cover-mini{border-color:var(--accent);box-shadow:var(--shadow-md)}.game-card-mini:hover .game-cover-mini--cased{border-color:#0000;transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px oklch(5% .005 220/.45)}.game-cover-mini img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.game-card-mini:hover .game-cover-mini img{transform:scale(1.04)}.game-card-mini:hover .game-cover-mini--cased .case-overlay,.game-card-mini:hover .game-cover-mini--cased .gc-cover-area,.game-card-mini:hover .game-cover-mini--cased .gc-cover-area>img{box-shadow:none;transform:none}.game-card-mini:hover .game-cover-mini--cased>img{transform:none}.game-cover-placeholder{opacity:.15;background:var(--bg-card);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.game-name-mini{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.cta-section{padding:4rem 1.5rem 5rem}.cta-card{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:4rem 2rem}.cta-card:before,.cta-card:after{display:none}.cta-card h2{letter-spacing:.01em;margin-bottom:.75rem;font-size:2rem}.cta-card p{color:var(--text-muted);text-transform:none;margin-bottom:2rem;font-size:1.05rem}@media (width<=900px){.steps-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:2.5rem}.hero{min-height:auto;padding:4rem 0 3rem}.hero-content{text-align:center}.hero-actions{justify-content:center}.hero-subtitle{margin-left:auto;margin-right:auto}}@media (width<=600px){.hero{padding:3rem 0 2.5rem}.hero-title{font-size:2rem}.hero-accent{display:inline}.hero-subtitle{font-size:.95rem}.hero-actions{flex-direction:column;align-items:center}.hero-stats{flex-direction:row;gap:2rem;padding:1.25rem 2rem}.hero-stat-divider{width:50px;height:1px}.hero-stat-value{font-size:1.4rem}.steps-grid{grid-template-columns:1fr}.games-scroll{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.section-title{font-size:1.25rem}.cta-card{padding:2.5rem 1.5rem}.cta-card h2{font-size:1.5rem}}.lc-scene{width:200px;height:160px;margin:0 auto;position:relative}.lc-char{transform-origin:bottom;transition:all .7s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0}.lc-purple{z-index:1;background:oklch(76.523% .17515 62.566);border-radius:4px 4px 0 0;width:65px;height:150px;left:25px}.lc-black{z-index:2;background:oklch(48.906% .00006 271.152);border-radius:3px 3px 0 0;width:44px;height:115px;bottom:-2px;left:85px}.lc-orange{z-index:3;background:oklch(72% .19 155);border-radius:44px 44px 0 0;width:88px;height:74px;left:0}.lc-yellow{z-index:4;background:oklch(100% .00011 271.152);border-radius:26px 26px 0 0;width:52px;height:86px;left:113px}.lc-eyes{transition:all .2s ease-out;display:flex;position:absolute}.lc-eyeball{background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:height .15s;display:flex;overflow:hidden}.lc-pupil{background:oklch(22% .008 220);border-radius:50%;transition:transform .1s ease-out}.lc-mouth{background:oklch(22% .008 220);border-radius:2px;width:40px;height:3px;transition:all .2s ease-out;position:absolute}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1.5rem;display:flex;position:relative}.auth-page:before{content:"";pointer-events:none;background:radial-gradient(oklch(72% .17 155/.04) 0%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-container{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:920px;box-shadow:var(--shadow-lg);animation:.5s fadeInUp;display:flex;position:relative;overflow:hidden}.auth-container--login{max-width:820px}.auth-characters{background:var(--bg-card);border-right:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:flex-end;width:200px;padding:1.5rem .75rem 0;display:flex;overflow:hidden}.auth-card{flex:1;padding:2.5rem 2rem}.auth-card-register{flex:1;max-width:900px}.auth-card-register+.auth-side{display:none}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.4rem;font-size:1.2rem;font-weight:800;text-decoration:none;display:inline-flex}.auth-logo-img{object-fit:contain;filter:drop-shadow(0 0 5px oklch(72% .19 155/.3));width:auto;height:26px;margin-bottom:1.25rem}.auth-header h1{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.7rem;font-weight:700}.auth-header p{color:var(--text-muted);font-size:.9rem}.auth-error{color:var(--danger);border-radius:var(--radius-sm);text-align:center;background:oklch(65% .18 25/.08);border:1px solid oklch(65% .18 25/.2);margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem}.auth-form{flex-direction:column;display:flex}.label-optional{color:var(--text-muted);font-size:.78rem;font-weight:400}.auth-submit{width:100%;margin-top:.5rem}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-footer{text-align:center;border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.auth-footer p{color:var(--text-muted);font-size:.85rem}.auth-footer a{color:var(--accent);font-weight:600}.auth-side{background:var(--bg-card);border-left:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:260px;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.auth-side-content{text-align:center;z-index:1;position:relative}.auth-side-icon{margin-bottom:1.5rem;font-size:3.5rem}.auth-side h2{margin-bottom:.75rem;font-size:1.3rem}.auth-side p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.auth-features{text-align:left;flex-direction:column;gap:.65rem;display:flex}.auth-feature{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.auth-feature span{color:var(--accent);font-weight:700}.form-input-wrapper{position:relative}.form-input-wrapper .form-input{padding-right:2.75rem}.password-toggle{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-toggle:hover{color:var(--text-primary)}@media (width<=768px){.auth-container{flex-direction:column}.auth-side,.auth-characters{display:none}.auth-card{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}}.platform-page{padding-bottom:3rem}.platform-hero{align-items:center;gap:1.25rem;padding:2.5rem 0 2rem;animation:.4s fadeInUp;display:flex}.platform-hero-icon{background:var(--bg-card);border:1px solid color-mix(in srgb, var(--platform-color,var(--accent)) 30%, transparent);border-radius:var(--radius-md);justify-content:center;align-items:center;width:72px;height:72px;display:flex}.platform-hero h1{margin-bottom:.2rem;font-size:2rem;font-weight:800}.platform-hero-sub{color:var(--text-muted);font-size:.9rem}.games-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:1.25rem;display:grid}.game-card{color:var(--text-secondary);transition:transform var(--transition);text-decoration:none;animation:.4s both fadeInUp}.game-card:hover{color:var(--text-primary);transform:translateY(-6px)}.game-cover{aspect-ratio:3/4;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);transition:all var(--transition);position:relative;overflow:hidden}.game-cover--cased{border:none;border-radius:3px}.game-card:hover .game-cover{border-color:var(--accent);box-shadow:var(--shadow-md)}.game-card:hover .game-cover--cased{border-color:#0000;transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px oklch(5% .005 220/.45)}.game-card:hover .game-cover--cased .case-overlay,.game-card:hover .game-cover--cased .gc-cover-area,.game-card:hover .game-cover--cased .gc-cover-area>img{box-shadow:none;transform:none}.game-cover img{object-fit:cover;width:100%;height:100%}.game-cover-placeholder{background:var(--bg-card);opacity:.4;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;display:flex}.game-pegi{color:var(--text-primary);background:oklch(10% .005 220/.8);border-radius:3px;padding:2px 6px;font-size:.65rem;font-weight:700;position:absolute;bottom:6px;right:6px}.game-card-info{padding:.5rem .15rem}.game-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.2rem;font-size:.82rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.game-card-genre{color:var(--text-muted);font-size:.7rem}.game-card-skeleton{padding:0}@media (width<=600px){.games-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.platform-hero{text-align:center;flex-direction:column;padding:2rem 0 1.5rem}.platform-hero h1{font-size:1.5rem}}.custom-select{width:100%;position:relative}.custom-select-trigger{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition);text-align:left;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;display:flex}.custom-select-trigger:hover{border-color:var(--text-muted)}.custom-select.open .custom-select-trigger,.custom-select-trigger:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px oklch(72% .17 155/.08)}.custom-select-placeholder{color:var(--text-muted)}.custom-select-arrow{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.custom-select.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{z-index:50;background:var(--bg-secondary);border:1.5px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);max-height:220px;padding:4px;animation:.15s fadeIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.custom-select-option{border-radius:calc(var(--radius-sm) - 4px);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;padding:.55rem .85rem;font-family:inherit;font-size:.9rem;transition:background .12s}.custom-select-option:hover{background:var(--bg-input)}.custom-select-option.selected{color:var(--accent);font-weight:600}.game-detail-page{padding:2rem 0 4rem}.game-detail{gap:2.5rem;animation:.4s fadeInUp;display:flex}.game-detail-cover{flex-shrink:0;width:280px}.game-detail-cover img{border-radius:var(--radius-md);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-lg)}.game-detail-cover .game-cover-placeholder{aspect-ratio:3/4;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);opacity:.4;justify-content:center;align-items:center;width:100%;font-size:4rem;display:flex}.game-detail-info{flex:1;padding-top:.5rem}.game-detail-info h1{margin-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1.15}.game-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.game-year{color:var(--text-muted);font-size:.85rem;font-weight:500}.game-platforms{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.game-platform-tag{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.3rem .75rem;font-size:.8rem;font-weight:500}.game-summary{color:var(--text-muted);max-width:600px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.game-success{background:var(--accent-glow);color:var(--accent);border-radius:var(--radius-sm);border:1px solid oklch(72% .17 155/.2);margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;animation:.3s fadeIn}.game-actions{flex-wrap:wrap;gap:1rem;display:flex}.game-want-btn{border-color:var(--danger)!important;color:var(--danger)!important}.game-want-btn:hover{background:oklch(65% .18 25/.1)!important}.game-already-msg{color:var(--text-muted);margin-top:.5rem;font-size:.82rem;font-style:italic}.game-detail-skeleton{gap:2.5rem;padding-top:1rem;display:flex}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:oklch(5% .005 220/.7);justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:2rem;animation:.3s fadeInUp}.modal-card h2{margin-bottom:.25rem;font-size:1.25rem}.modal-game-name{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1rem;font-size:.9rem}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}@media (width<=700px){.game-detail{text-align:center;flex-direction:column;align-items:center}.game-detail-cover{width:200px}.game-detail-info{padding-top:0}.game-meta,.game-platforms,.game-actions{justify-content:center}.game-summary{margin:0 auto 1.5rem}}.gd-traders{padding:0 1.5rem 3rem}.gd-traders-group{margin-bottom:2rem}.gd-traders-title{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:700;display:flex}.gd-traders-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.gd-trader-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);color:inherit;cursor:pointer;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;display:flex}.gd-trader-card:hover{border-color:var(--accent);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.gd-trader-avatar{background:var(--bg-input);border:2px solid var(--border-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;display:flex;overflow:hidden}.gd-trader-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.gd-trader-avatar span{font-family:var(--font-heading);color:var(--text-muted);font-size:1.2rem;font-weight:700}.gd-trader-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.gd-trader-name{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;text-decoration:none;overflow:hidden}.gd-trader-name:hover{color:var(--accent)}.gd-trader-location{color:var(--text-muted);font-size:.78rem}.gd-trader-platform{color:var(--accent);background:var(--accent-glow);border-radius:99px;width:fit-content;margin-top:.15rem;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.gd-trader-meta{align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.gd-trader-score{flex-direction:column;flex-shrink:0;align-items:center;margin-left:auto;display:flex}.gd-trader-score-num{font-family:var(--font-heading);color:var(--accent);font-size:1.5rem;font-weight:700;line-height:1}.gd-trader-score-stars{gap:1px;margin-top:.2rem;display:flex}.gd-trader-score-stars svg{display:block}.gd-trader-msg{align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.72rem;display:inline-flex}@media (width<=640px){.gd-traders-list{grid-template-columns:1fr}}.cd-overlay{z-index:1000;background:oklch(6% .005 220/.82);justify-content:center;align-items:center;animation:.15s cdFadeIn;display:flex;position:fixed;inset:0}@keyframes cdFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cdSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.cd-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:92%;max-width:380px;padding:2rem 2.25rem;animation:.35s cubic-bezier(.22,1,.36,1) cdSlideIn}.cd-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.25rem;font-size:1.2rem}.cd-message{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}.cd-footer{justify-content:flex-end;gap:.6rem;display:flex}@media (prefers-reduced-motion:reduce){.cd-overlay,.cd-box{animation:none}}.mg-hero{position:relative;overflow:hidden}.mg-hero-bg{z-index:0;position:absolute;inset:0}.mg-hero-content{z-index:1;text-align:center;padding-top:3rem;padding-bottom:2rem;position:relative}.mg-hero-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.01em;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1;animation:.4s both fadeInUp}.mg-hero-subtitle{color:var(--text-muted);max-width:480px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.6;animation:.4s .1s both fadeInUp}.mg-tabs{background:var(--bg-card);border:1px solid var(--border);border-radius:99px;gap:.5rem;padding:.3rem;animation:.4s .2s both fadeInUp;display:inline-flex}.mg-tab{color:var(--text-muted);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:99px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.82rem;font-weight:600;display:inline-flex}.mg-tab:hover{color:var(--text-primary)}.mg-tab.active{background:var(--accent);color:var(--bg-primary)}.mg-tab-count{border-radius:99px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 .4rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.mg-tab.active .mg-tab-count{color:var(--bg-primary);background:#0003}.mg-tab:not(.active) .mg-tab-count{background:var(--border);color:var(--text-muted)}.mg-content{padding-top:2rem;padding-bottom:4rem}.mg-tab-content{opacity:1;transition:opacity .15s}.mg-tab-content.switching{opacity:.4;pointer-events:none}.mg-skeleton-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.mg-skeleton-card{flex-direction:column;gap:.5rem;display:flex}.mg-skeleton-cover{aspect-ratio:3/4;border-radius:var(--radius-sm)}.mg-skeleton-text{border-radius:4px;width:80%;height:14px}.mg-platforms{flex-direction:column;gap:2.5rem;display:flex}.mg-platform-header{border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.mg-platform-header:hover{color:var(--accent)}.mg-platform-header h2{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.03em;color:var(--text-primary);flex:1;font-size:1rem;font-weight:700}.mg-platform-chevron{color:var(--accent);flex-shrink:0;transition:transform .2s}.mg-platform-chevron.collapsed{transform:rotate(-90deg)}.mg-platform-games{opacity:1;max-height:2000px;transition:max-height .3s,opacity .2s;overflow:hidden}.mg-platform-games.collapsed{opacity:0;max-height:0}.mg-platform-count{font-family:var(--font-heading);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);letter-spacing:.02em;border-radius:99px;padding:.2rem .65rem;font-size:.72rem;font-weight:700}.mg-games-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;padding-top:6px;display:grid}.mg-game-card{transition:transform var(--transition)}.mg-game-card:hover{transform:translateY(-4px)}.mg-game-cover{aspect-ratio:3/4;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);transition:border-color var(--transition), box-shadow var(--transition);margin-bottom:.5rem;position:relative;overflow:hidden}.mg-game-cover--cased{border:none;border-radius:3px}.mg-game-card:hover .mg-game-cover{border-color:var(--accent);box-shadow:var(--shadow-md)}.mg-game-card:hover .mg-game-cover--cased{border-color:#0000;box-shadow:0 10px 28px oklch(5% .005 220/.45)}.mg-game-cover img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.mg-game-card:hover .mg-game-cover img{transform:scale(1.04)}.mg-game-card:hover .mg-game-cover--cased .case-overlay,.mg-game-card:hover .mg-game-cover--cased .gc-cover-area,.mg-game-card:hover .mg-game-cover--cased .gc-cover-area>img{box-shadow:none;transform:none}.mg-game-card:hover .mg-game-cover--cased>img{transform:none}.mg-cover-ph{opacity:.15;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.mg-remove-btn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;opacity:0;transition:all var(--transition);z-index:10;background:#000000b3;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:6px;right:6px}.mg-game-card:hover .mg-remove-btn{opacity:1}.mg-remove-btn:hover{background:var(--danger);color:#fff;border-color:var(--danger);transform:scale(1.1)}.mg-game-info{color:var(--text-secondary);flex-direction:column;gap:.2rem;text-decoration:none;display:flex}.mg-game-info:hover{color:var(--text-primary)}.mg-game-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.mg-interest{text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.mg-interest.interest-very-high{color:#ef4444}.mg-interest.interest-high{color:#f97316}.mg-interest.interest-medium{color:var(--accent)}.mg-interest.interest-low{color:var(--text-muted)}.mg-interest.interest-very-low{color:var(--text-muted);opacity:.6}.mg-condition{color:var(--text-muted);font-size:.7rem}@media (width<=900px){.mg-games-grid,.mg-skeleton-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=600px){.mg-hero-content{padding-top:2rem;padding-bottom:1.5rem}.mg-hero-title{font-size:1.6rem}.mg-games-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.mg-skeleton-grid{grid-template-columns:repeat(3,1fr)}.mg-tab{padding:.5rem 1rem;font-size:.78rem}.mg-remove-btn{opacity:1}}.trade-builder-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:oklch(10% .01 40/.75);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.trade-builder{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg,12px);width:100%;max-width:880px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px oklch(0% 0 0/.5)}.trade-builder-header{border-bottom:1px solid var(--border);padding:1.25rem 1.5rem;position:relative}.trade-builder-header h2{margin:0 0 .15rem;font-size:1.3rem;font-weight:700}.trade-builder-with{color:var(--text-muted);font-size:.9rem}.trade-builder-with strong{color:var(--accent)}.trade-builder-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1.25rem}.trade-builder-close:hover{color:var(--text-primary)}.trade-builder-body{align-items:stretch;gap:0;padding:1.25rem 1.5rem;display:flex}.trade-builder-side{flex-direction:column;flex:1;min-width:0;display:flex}.trade-builder-divider{flex-shrink:0;justify-content:center;align-self:center;align-items:center;padding:0 .75rem;display:flex}.trade-builder-side-title{border-bottom:2px solid var(--border);letter-spacing:.04em;margin:0 0 .75rem;padding-bottom:.4rem;font-size:.9rem;font-weight:700}.trade-builder-side-title.offer-title{border-bottom-color:var(--accent);color:var(--accent)}.trade-builder-side-title.request-title{color:oklch(70% .12 250);border-bottom-color:oklch(70% .12 250)}.trade-builder-chips{flex-wrap:wrap;gap:.5rem;min-height:0;margin-bottom:.75rem;display:flex}.trade-builder-chip{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;width:110px;transition:border-color .15s;display:flex;position:relative;overflow:hidden}.trade-builder-chip:hover{border-color:var(--border-light)}.trade-builder-chip-cover{background:var(--bg-input);flex-shrink:0;justify-content:center;align-items:center;width:110px;height:147px;display:flex;position:relative;overflow:hidden}.trade-builder-chip-cover--cased{border-radius:2px}.trade-builder-chip-cover--cased .gc-cover-area>img{object-fit:fill}.trade-builder-chip-cover img{object-fit:cover;width:100%;height:100%}.trade-builder-chip-name{text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary);padding:.3rem .35rem;font-size:.78rem;font-weight:500;line-height:1.25;overflow:hidden}.trade-builder-chip-remove{color:oklch(70% 0 0);cursor:pointer;opacity:0;background:oklch(12% .01 40/.85);border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.85rem;line-height:1;transition:opacity .15s,background .15s;display:flex;position:absolute;top:3px;right:3px}.trade-builder-chip:hover .trade-builder-chip-remove{opacity:1}.trade-builder-chip-remove:hover{color:#fff;background:oklch(55% .2 25)}.trade-builder-empty{color:var(--text-muted);text-align:center;border:1px dashed var(--border);border-radius:var(--radius-sm);margin-bottom:.75rem;padding:1.25rem .5rem;font-size:.85rem}.tb-dropdown{width:100%;margin-top:auto;position:relative}.tb-dropdown-trigger{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-muted);font-size:.9rem;font-family:var(--font-heading);letter-spacing:.02em;cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .85rem;font-weight:600;transition:border-color .15s,box-shadow .15s;display:flex}.tb-dropdown-trigger:hover{border-color:var(--text-muted);color:var(--text-secondary)}.tb-dropdown.open .tb-dropdown-trigger{border-color:var(--accent);color:var(--text-primary);box-shadow:0 0 0 3px oklch(72% .17 155/.08)}.tb-dropdown-arrow{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.tb-dropdown.open .tb-dropdown-arrow{transform:rotate(180deg)}.tb-dropdown-list{z-index:60;background:var(--bg-secondary);border:1.5px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);max-height:220px;padding:4px;animation:.15s tbDropIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}@keyframes tbDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tb-dropdown-option{border-radius:calc(var(--radius-sm) - 4px);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.55rem .7rem;font-family:inherit;font-size:.88rem;transition:background .12s;display:flex}.tb-dropdown-option:hover{background:var(--bg-input)}.tb-dropdown-option-cover{object-fit:cover;border-radius:2px;flex-shrink:0;width:32px;height:42px}.trade-builder-message{margin-bottom:1rem;padding:0 1.5rem}.trade-builder-message-label{color:var(--text-muted);letter-spacing:.02em;margin-bottom:.35rem;font-size:.82rem;font-weight:600;display:block}.trade-builder-message textarea{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:vertical;padding:.6rem .75rem;font-family:inherit;font-size:.92rem;transition:border-color .15s}.trade-builder-message textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px oklch(72% .17 155/.08)}.trade-builder-error{color:oklch(65% .2 25);margin-bottom:.75rem;padding:0 1.5rem;font-size:.78rem}.trade-builder-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}@media (width<=600px){.trade-builder-body{flex-direction:column;gap:.5rem}.trade-builder-divider{padding:.5rem 0;transform:rotate(90deg)}.trade-builder-chip{width:90px}.trade-builder-chip-cover{width:90px;height:120px}}.opp-page-root{padding-bottom:4rem}.opp-hero{position:relative;overflow:hidden}.opp-hero-bg{z-index:0;position:absolute;inset:0}.opp-hero-content{z-index:1;text-align:center;padding-top:3rem;padding-bottom:2rem;position:relative}.opp-hero-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.01em;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1;animation:.4s both fadeInUp}.opp-hero-subtitle{color:var(--text-muted);max-width:480px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.6;animation:.4s .1s both fadeInUp}.opp-content{padding-top:1.5rem}.opp-strip{margin-bottom:1.5rem}.opp-strip-header{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.65rem;display:flex}.opp-strip-header h2{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:1.45rem;font-weight:700}.opp-strip-for{color:var(--accent-dim);font-size:.82rem;font-weight:500}.opp-strip-count{color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:99px;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.opp-strip-clear{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:500;text-decoration:underline}.opp-strip-clear:hover{color:var(--text-primary)}.opp-strip-search{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:.4rem;margin-left:auto;padding:.3rem .6rem;transition:border-color .15s;display:flex}.opp-strip-search:focus-within{border-color:var(--accent)}.opp-strip-search input{color:var(--text-primary);font-size:.8rem;font-family:var(--font-body);background:0 0;border:none;outline:none;width:140px}.opp-strip-search input::placeholder{color:var(--text-muted)}.opp-strip-scroll-wrapper{position:relative}.opp-strip-scroll{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--border) transparent;gap:.75rem;padding:.25rem 0 .5rem;display:flex;overflow-x:auto}.opp-strip-scroll::-webkit-scrollbar{height:4px}.opp-strip-scroll::-webkit-scrollbar-track{background:0 0}.opp-strip-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.opp-strip-game{color:var(--text-primary);cursor:pointer;text-align:center;font:inherit;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.35rem;padding:.25rem;transition:transform .2s;display:flex}.opp-strip-game:hover{transform:translateY(-2px)}.opp-strip-game.active .opp-strip-name{color:var(--bg-primary);background:var(--accent);border-radius:99px;padding:.15rem .5rem}.opp-strip-cover{border-radius:2px;flex-direction:column;width:140px;height:183px;transition:box-shadow .25s;display:flex;position:relative;overflow:hidden}.opp-strip-game:hover .opp-strip-cover,.opp-strip-game.active .opp-strip-cover{box-shadow:0 6px 16px oklch(5% .005 220/.3)}.opp-strip-cover img{object-fit:cover;flex:1;width:100%;min-height:0}.opp-strip-cover-ph{background:var(--bg-secondary);width:100%;min-height:0;color:var(--text-muted);flex:1;justify-content:center;align-items:center;display:flex}.opp-strip-cover--cased{border:none}.opp-strip-cover--cased>.case-overlay{object-fit:fill;pointer-events:none;z-index:3;position:absolute;inset:0;width:100%!important;height:100%!important}.opp-strip-cover-area{position:absolute;overflow:hidden}.opp-strip-cover-area>img{object-fit:fill;border:none;border-radius:0;width:100%;height:100%}.opp-strip-badge{background:var(--accent);color:var(--bg-primary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;bottom:10px;right:8px}.opp-strip-platform{color:oklch(92% 0 0);letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:oklch(13% .005 220/.85);border-radius:4px;padding:1px 5px;font-size:.55rem;font-weight:700;line-height:1.4;position:absolute;bottom:4px;left:4px}.opp-strip-platform-logo{box-sizing:content-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:oklch(13% .005 220/.85);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:3px;width:55px;height:12px;padding:4px 5px;display:block;position:absolute;bottom:4px;left:4px}.opp-strip-name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;border-radius:99px;max-width:100px;padding:.15rem 0;font-size:.75rem;font-weight:500;transition:color .15s,background .15s,padding .15s;overflow:hidden}.opp-strip-game-skel{flex-direction:column;flex-shrink:0;align-items:center;gap:.35rem;display:flex}.opp-strip-skel-cover{border-radius:var(--radius-sm);width:140px;height:183px}.opp-strip-skel-name{border-radius:4px;width:70px;height:10px}.opp-strip-empty{color:var(--text-muted);white-space:nowrap;padding:1.5rem 1rem;font-size:.85rem}@keyframes oppSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.opp-select-hint{color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--bg-secondary);justify-content:center;align-items:center;gap:.6rem;padding:1.25rem;font-size:.9rem;font-weight:500;animation:.3s both oppSlideIn;display:flex}.opp-results{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);overflow:hidden}.opp-traders-section{padding:0}.opp-traders-header{border-bottom:1px solid var(--border);background:var(--bg-secondary);flex-wrap:wrap;align-items:center;gap:.75rem;padding:.85rem 1.5rem;display:flex}.opp-traders-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin:0;font-size:.85rem;font-weight:700}.opp-traders-filter{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:.4rem;margin-left:auto;padding:.3rem .6rem;transition:border-color .15s;display:flex}.opp-traders-filter:focus-within{border-color:var(--accent)}.opp-traders-filter input{color:var(--text-primary);font-size:.8rem;font-family:var(--font-body);background:0 0;border:none;outline:none;width:140px}.opp-traders-filter input::placeholder{color:var(--text-muted)}.opp-traders-list{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.6rem;padding:.5rem .75rem;display:grid}.opp-traders-empty{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:2rem 1.5rem;font-size:.85rem}.opp-trader{text-align:center;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-primary);animation:.3s both oppFadeIn;animation-delay:calc(var(--i,0) * 40ms);flex-direction:column;align-items:center;gap:.4rem;padding:1.1rem .75rem .75rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.opp-trader:hover{border-color:var(--accent-dim);transform:translateY(-2px);box-shadow:0 6px 20px oklch(5% .005 220/.25)}@keyframes oppFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.opp-trader-avatar{background:var(--accent-glow);width:72px;height:72px;color:var(--accent);border:2px solid var(--accent);box-shadow:0 0 0 4px var(--accent-glow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.opp-trader-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.95rem;font-weight:600;text-decoration:none;overflow:hidden}.opp-trader-name:hover{color:var(--accent);text-decoration:underline}.opp-trader-meta{justify-content:center;align-items:center;gap:.35rem;display:flex}.opp-trader-stars{color:var(--warning,oklch(80% .18 85));align-items:center;gap:.15rem;font-size:.8rem;font-weight:700;display:inline-flex}.opp-trader-dot{color:var(--text-muted);font-size:.6rem;line-height:1}.opp-trader-location{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.15rem;font-size:.8rem;display:inline-flex}.opp-trader-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;margin-top:.1rem;display:flex}.opp-trader-match-count{color:var(--accent);background:var(--accent-glow);white-space:nowrap;border-radius:99px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.opp-trader-game-pill{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;border-radius:99px;max-width:90px;padding:.06rem .35rem;font-size:.68rem;font-weight:500;overflow:hidden}.opp-trader-game-more{color:var(--text-muted);font-weight:700}.opp-trader .btn{white-space:nowrap;width:100%;margin-top:auto;font-size:.8rem}.opp-trader .btn:active{transform:scale(.97)translateY(1px)}.opp-empty-full{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 1rem;display:flex}.opp-empty-full h3{color:var(--text-primary);font-size:1.25rem}.opp-empty-full p{color:var(--text-muted);max-width:36ch;font-size:1rem;line-height:1.55}.opp-empty-full .btn{margin-top:.5rem}.opp-toast{background:var(--bg-card);border:1px solid var(--accent);color:var(--text-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:1100;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;animation:.3s cubic-bezier(.22,1,.36,1) oppToastIn;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes oppToastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){.opp-hero-content{padding-top:2rem;padding-bottom:1.5rem}.opp-hero-title{font-size:1.6rem}.opp-strip-cover{width:110px;height:144px}.opp-strip-name{max-width:80px;font-size:.7rem}.opp-strip-skel-cover{width:110px;height:144px}.opp-strip-search input{width:100px}.opp-traders-list{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.opp-hero-title,.opp-hero-subtitle{animation:none}.opp-strip-game{transition:none}.opp-trader{opacity:1;animation:none}.opp-toast{animation:none}.opp-strip,.opp-results{animation:none!important}}.trades-page{padding-bottom:4rem}.tp-hero{position:relative;overflow:hidden}.tp-hero-bg{z-index:0;position:absolute;inset:0}.tp-hero-content{z-index:1;text-align:center;padding-top:3rem;padding-bottom:2rem;position:relative}.tp-hero-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.01em;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1;animation:.4s both fadeInUp}.tp-hero-subtitle{color:var(--text-muted);max-width:480px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.6;animation:.4s .1s both fadeInUp}.tp-content{padding-top:2rem;padding-bottom:4rem}.tp-tabs{background:var(--bg-card);border:1px solid var(--border);border-radius:99px;gap:.5rem;margin-top:25px;margin-bottom:0;padding:.3rem;animation:.4s .2s both fadeInUp;display:inline-flex}.tp-tab{color:var(--text-muted);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:99px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.82rem;font-weight:600;display:inline-flex}.tp-tab:hover{color:var(--text-primary)}.tp-tab--on{background:var(--accent);color:var(--bg-primary)}.tp-tab-count{border-radius:99px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 .4rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.tp-tab--on .tp-tab-count{color:var(--bg-primary);background:#0003}.tp-tab:not(.tp-tab--on) .tp-tab-count{background:var(--border);color:var(--text-muted)}.tp-list{flex-direction:column;display:flex}.tp-card{border-bottom:1px solid var(--border);animation:.45s cubic-bezier(.22,1,.36,1) both cardIn;animation-delay:calc(var(--i,0) * 60ms);padding:1.5rem 0}.tp-card:last-child{border-bottom:none}.tp-toggle{cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:.6rem;padding:0;display:flex}.tp-chevron{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.22,1,.36,1);display:inline-flex}.tp-chevron--open{transform:rotate(90deg)}.tp-body{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,1,.36,1);display:grid}.tp-body--open{grid-template-rows:1fr}.tp-body-inner{overflow:hidden}@keyframes cardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.tp-top,.tp-toggle{flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:0;display:flex}.tp-dir{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:4px;align-items:center;gap:.3rem;padding:.28rem .55rem;font-size:.76rem;font-weight:700;line-height:1;display:inline-flex}.tp-dir--in{color:var(--info);background:oklch(65% .12 240/.1)}.tp-dir--out{color:var(--text-muted);background:oklch(52% .015 220/.12)}.tp-who{color:var(--text-secondary);word-spacing:.05em;flex:1;min-width:0;font-size:1rem}.tp-who a,.tp-who-name{color:var(--accent);font-weight:600;text-decoration:none}.tp-who a:hover{text-decoration:underline}.tp-date{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.deal{grid-template-columns:1fr auto 1fr;align-items:start;gap:1.25rem;padding:.75rem 0;display:grid}.deal-side{flex-direction:column;align-items:center;gap:.75rem;display:flex}.deal-side--left{justify-self:end}.deal-side--right{justify-self:start}.deal-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--accent-dim);font-size:.72rem;font-weight:700}.deal-covers{grid-template-columns:repeat(3,auto);justify-content:center;gap:.5rem .65rem;display:grid}.deal-covers-rows{flex-direction:column;align-items:center;gap:.75rem;display:flex}.deal-covers--multi{justify-content:center;gap:0;display:flex}.deal-covers--multi .gc{transition:transform .3s cubic-bezier(.22,1,.36,1)}.deal-covers--multi .gc:first-child{z-index:3}.deal-covers--multi .gc:nth-child(2){z-index:2;margin-left:-28px}.deal-covers--multi .gc:nth-child(3){z-index:1;opacity:.6;margin-left:-28px}.deal-divider{flex-direction:column;align-self:center;align-items:center;gap:0;padding:0 .25rem;display:flex;position:relative}.deal-divider:before,.deal-divider:after{content:"";background:var(--border-light);opacity:.5;width:1px;height:40px}.deal-divider-icon{background:var(--bg-secondary);border:1px solid var(--border);width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.tp-card:hover .deal-divider-icon{background:var(--accent-glow);border-color:var(--accent-dim);transform:scale(1.08)}.gc{cursor:default;flex-direction:column;align-items:center;gap:10px;width:180px;margin:0;display:flex;position:relative}.gc-img-wrap{transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:inline-block;position:relative}.gc-img-wrap--cased{border-radius:3px;width:180px;height:240px;overflow:hidden}.gc:hover .gc-img-wrap--cased>.case-overlay,.gc:hover .gc-img-wrap--cased .gc-cover-area,.gc:hover .gc-img-wrap--cased .gc-cover-area>img{box-shadow:none;transform:none}.gc-cover-area{position:absolute;overflow:hidden}.gc-cover-area>img{object-fit:fill;border:none;border-radius:0;width:100%;height:100%}.gc-img-wrap>img{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border);width:180px;height:240px;transition:border-color .2s,transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s}.gc:hover .gc-img-wrap>img:not(.case-overlay){border-color:var(--accent-dim);transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px oklch(5% .005 220/.45)}.gc:hover .gc-img-wrap--cased{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px oklch(5% .005 220/.45)}.gc-ph{border-radius:var(--radius-sm);background:var(--bg-secondary);border:1px solid var(--border);width:180px;height:240px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.gc-name{color:var(--text-secondary);text-align:center;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:160px;font-size:.95rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.tp-msg{color:var(--text-muted);text-align:center;padding:.5rem 0;font-size:.95rem;font-style:italic;line-height:1.55}.tp-msg:before{content:"“"}.tp-msg:after{content:"”"}.tp-track{color:var(--text-muted);justify-content:center;align-items:center;gap:.4rem;width:100%;padding-bottom:.5rem;font-family:monospace;font-size:.9rem;display:inline-flex}.tp-bottom{justify-content:center;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.tp-acts{align-items:center;gap:.6rem;display:flex}.tp-acts .btn{padding:.6rem 1.35rem;font-size:.9rem}.tp-acts .btn:active{transform:scale(.97)translateY(1px)}.tp-skel{border-bottom:1px solid var(--border);animation:.45s cubic-bezier(.22,1,.36,1) both cardIn;animation-delay:calc(var(--i,0) * 80ms);padding:1.5rem 0}.tp-skel-bar{background:var(--bg-secondary);border-radius:6px;width:45%;height:14px;margin-bottom:1.25rem;animation:1.8s infinite shimmer}.tp-skel-bar--short{width:30%;margin:1rem auto 0}.tp-skel-covers{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.25rem;display:grid}.tp-skel-side{flex-direction:column;align-items:center;gap:8px;display:flex}.tp-skel-side:first-child{justify-self:end}.tp-skel-side:last-child{justify-self:start}.tp-skel-label{background:var(--bg-secondary);border-radius:4px;width:60px;height:10px;animation:1.8s infinite shimmer}.tp-skel-cover{background:var(--bg-secondary);border-radius:var(--radius-sm);width:180px;height:240px;animation:1.8s .15s infinite shimmer}.tp-skel-divider{background:var(--bg-secondary);border-radius:50%;width:36px;height:36px;animation:1.8s infinite shimmer}.tp-empty{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1rem;display:flex}.tp-empty h3{color:var(--text-primary);font-size:1.25rem}.tp-empty p{color:var(--text-muted);max-width:36ch;font-size:1rem;line-height:1.55}.tp-empty .btn{margin-top:.5rem}.rt-overlay{z-index:1000;background:oklch(6% .005 220/.82);justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.rt-dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:92%;max-width:420px;padding:2rem 2.25rem;animation:.35s cubic-bezier(.22,1,.36,1) cardIn}.rt-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.25rem;font-size:1.2rem}.rt-sub{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.sr-group{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.sr-label{color:var(--text-secondary);min-width:6.5rem;font-size:.9rem;font-weight:600}.sr-stars{gap:.25rem;display:flex}.sr-star{width:44px;height:44px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s,transform .15s;display:flex}.sr-star:hover{color:oklch(80% .16 85);transform:scale(1.12)}.sr-star:active{transform:scale(.95)}.sr-star--filled{color:oklch(80% .16 85)}.sr-star:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.rt-comment{width:100%;font-size:.95rem;font-family:var(--font-body);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-input);color:var(--text-primary);resize:vertical;margin-bottom:1.25rem;padding:.75rem .85rem;line-height:1.55}.rt-comment::placeholder{color:var(--text-muted)}.rt-comment:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.rt-footer{justify-content:flex-end;gap:.6rem;display:flex}.tp-toast{background:var(--bg-card);border:1px solid var(--danger);color:var(--danger);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:1100;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;animation:.3s cubic-bezier(.22,1,.36,1) toastIn;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=640px){.tp-tabs{width:100%}.tp-tab{flex:1;justify-content:center;padding:.55rem .5rem;font-size:.82rem}.tp-card{padding:1.25rem 0}.deal{grid-template-columns:1fr;gap:.5rem;padding:.5rem 0}.deal-side--left{justify-self:end}.deal-side--right{justify-self:start}.deal-divider{flex-direction:row;padding:.25rem 0}.deal-divider:before,.deal-divider:after{width:40px;height:1px}.deal-divider-icon{width:32px;height:32px}.gc{width:130px}.gc>img,.gc-ph{width:130px;height:173px}.gc-name{max-width:130px;font-size:.82rem}.tp-bottom{flex-direction:column;gap:.75rem}.tp-acts{justify-content:center;width:100%}.tp-acts .btn{flex:1}}@media (prefers-reduced-motion:reduce){.tp-card,.tp-skel{opacity:1;animation:none}.gc>img,.deal-divider-icon,.tp-tab,.sr-star,.tp-acts .btn,.tp-chevron{transition:none}.gc:hover .gc-img-wrap>img,.gc:hover .gc-img-wrap--cased{transform:none}.rt-dialog,.tp-toast{animation:none}.tp-skel-bar,.tp-skel-cover,.tp-skel-label,.tp-skel-divider{opacity:.55;animation:none}}.msg-hero{position:relative;overflow:hidden}.msg-hero-bg{z-index:0;position:absolute;inset:0}.msg-hero-content{z-index:1;text-align:center;padding-top:3rem;padding-bottom:2rem;position:relative}.msg-hero-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.01em;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1;animation:.4s both fadeInUp}.msg-hero-subtitle{color:var(--text-muted);max-width:480px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.6;animation:.4s .1s both fadeInUp}.msg-content{padding-top:2rem;padding-bottom:4rem}.msg-layout{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);height:min(75vh,700px);display:flex;overflow:hidden}.msg-sidebar{border-right:1px solid var(--border);background:var(--bg-secondary);flex-direction:column;flex-shrink:0;width:320px;display:flex}.msg-sidebar-header{box-sizing:border-box;background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.5rem;min-height:64px;padding:.85rem 1.15rem;display:flex}.msg-sidebar-header h2{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.msg-sidebar-count{color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:99px;padding:.1rem .45rem;font-size:.72rem;font-weight:700}.msg-search{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);flex-shrink:0;align-items:center;gap:.5rem;margin:.6rem .75rem;padding:.45rem .7rem;transition:border-color .15s;display:flex}.msg-search:focus-within{border-color:var(--accent)}.msg-search input{color:var(--text-primary);font-size:.88rem;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1}.msg-search input::placeholder{color:var(--text-muted)}.msg-convos{flex:1;padding:.25rem .4rem;overflow-y:auto}.msg-convos-skeleton{flex-direction:column;gap:.2rem;display:flex}.msg-convo-skeleton{align-items:center;gap:.65rem;padding:.6rem;display:flex}.msg-skel-avatar{border-radius:50%;flex-shrink:0;width:42px;height:42px}.msg-skel-lines{flex-direction:column;flex:1;gap:.35rem;display:flex}.msg-skel-name{border-radius:4px;width:55%;height:11px}.msg-skel-preview{border-radius:4px;width:80%;height:9px}.msg-convos-empty{text-align:center;opacity:.7;flex-direction:column;align-items:center;gap:.4rem;padding:2.5rem 1rem;display:flex}.msg-convos-empty p{color:var(--text-secondary);margin:0;font-size:.85rem;font-weight:500}.msg-convos-empty span{color:var(--text-muted);font-size:.75rem}.msg-convo{border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;color:var(--text-secondary);font:inherit;background:0 0;border:none;align-items:center;gap:.75rem;padding:.65rem .75rem;transition:background .15s;display:flex}.msg-convo:hover,.msg-convo.active{background:var(--bg-card)}.msg-convo.active .msg-convo-name{color:var(--accent)}.msg-convo-avatar{background:var(--accent-glow);width:42px;height:42px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.92rem;font-weight:700;display:flex;overflow:hidden}.msg-convo-avatar img{object-fit:cover;width:100%;height:100%}.msg-convo-body{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.msg-convo-top{justify-content:space-between;align-items:baseline;gap:.4rem;display:flex}.msg-convo-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}.msg-convo-time{color:var(--text-muted);flex-shrink:0;font-size:.72rem}.msg-convo.unread .msg-convo-time{color:var(--accent)}.msg-convo-bottom{align-items:center;gap:.4rem;display:flex}.msg-convo-preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.82rem;overflow:hidden}.msg-convo.unread .msg-convo-preview{color:var(--text-secondary);font-weight:500}.msg-convo-badge{background:var(--accent);color:var(--bg-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 4px;font-size:.68rem;font-weight:700;display:flex}.msg-chat{background:var(--bg-primary);flex-direction:column;flex:1;min-width:0;display:flex}.msg-chat-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;display:flex}.msg-chat-empty-icon{opacity:.25;margin-bottom:.5rem}.msg-chat-empty h3{color:var(--text-secondary);margin:0;font-size:1.1rem}.msg-chat-empty p{color:var(--text-muted);margin:0;font-size:.85rem}.msg-chat-header{box-sizing:border-box;border-bottom:1px solid var(--border);background:var(--bg-secondary);flex-shrink:0;align-items:center;gap:.75rem;min-height:56px;padding:.85rem 1.15rem;display:flex}.msg-chat-back{border:1px solid var(--border);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s;display:none}.msg-chat-back:hover{border-color:var(--accent);color:var(--accent)}.msg-chat-header-avatar{background:var(--accent-glow);width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;display:flex;overflow:hidden}.msg-chat-header-avatar img{object-fit:cover;width:100%;height:100%}.msg-chat-header-name{color:var(--text-primary);font-size:1rem;font-weight:600;text-decoration:none;transition:color .15s}.msg-chat-header-name:hover{color:var(--accent)}.msg-chat-body{flex-direction:column;flex:1;gap:2px;padding:1rem 1.5rem;display:flex;overflow-y:auto}.msg-chat-loading{flex-direction:column;gap:.65rem;padding:.75rem 0;display:flex}.msg-bubble-skel{display:flex}.msg-bubble-skel.own{justify-content:flex-end}.msg-skel-bubble{border-radius:14px;width:42%;height:32px}.msg-chat-start{color:var(--text-muted);flex:1;justify-content:center;align-items:center;font-size:.85rem;display:flex}.msg-date-sep{justify-content:center;align-items:center;padding:.75rem 0 .4rem;display:flex}.msg-date-sep span{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--bg-primary);border:1px solid var(--border);border-radius:99px;padding:.15rem .65rem;font-size:.72rem;font-weight:600}.msg-bubble-row{flex-direction:column;max-width:65%;animation:.2s both msgFadeIn;display:flex}.msg-bubble-row.own{align-self:flex-end;align-items:flex-end}.msg-bubble-row.other{align-self:flex-start;align-items:flex-start}.msg-bubble-row.first{margin-top:.4rem}.msg-bubble{word-break:break-word;padding:.6rem 1rem;font-size:.92rem;line-height:1.5}.msg-bubble p{margin:0}.msg-bubble-row.own .msg-bubble{background:var(--accent);color:var(--bg-primary);border-radius:14px 14px 4px}.msg-bubble-row.own.first .msg-bubble{border-radius:14px 14px 4px}.msg-bubble-row.own:not(.first):not(.last) .msg-bubble{border-radius:14px 4px 4px 14px}.msg-bubble-row.own.last:not(.first) .msg-bubble{border-radius:14px 4px 14px 14px}.msg-bubble-row.other .msg-bubble{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:14px 14px 14px 4px}.msg-bubble-row.other.first .msg-bubble{border-radius:14px 14px 14px 4px}.msg-bubble-row.other:not(.first):not(.last) .msg-bubble{border-radius:4px 14px 14px 4px}.msg-bubble-row.other.last:not(.first) .msg-bubble{border-radius:4px 14px 14px}.msg-bubble-time{color:var(--text-muted);opacity:.7;padding:.1rem .2rem 0;font-size:.68rem}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.msg-compose{border-top:1px solid var(--border);background:var(--bg-secondary);flex-shrink:0;align-items:flex-end;gap:.6rem;padding:.75rem 1.15rem;display:flex}.msg-compose-input{background:var(--bg-input);border:1px solid var(--border);color:var(--text-primary);font-size:.92rem;font-family:var(--font-body);resize:none;border-radius:18px;outline:none;flex:1;max-height:120px;padding:.6rem 1rem;line-height:1.5;transition:border-color .15s;overflow-y:hidden}.msg-compose-input:focus{border-color:var(--accent)}.msg-compose-input::placeholder{color:var(--text-muted)}.msg-compose-send{background:var(--bg-card);width:38px;height:38px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .15s;display:flex}.msg-compose-send.active{background:var(--accent);color:var(--bg-primary)}.msg-compose-send.active:hover{transform:scale(1.06)}.msg-compose-send:active{transform:scale(.94)}.msg-compose-send:disabled{cursor:default;opacity:.5}@media (width<=700px){.msg-hero-content{padding-top:2rem;padding-bottom:1.5rem}.msg-hero-title{font-size:1.6rem}.msg-layout{flex-direction:column;height:auto;min-height:400px;max-height:calc(100vh - 200px)}.msg-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-shrink:1;width:100%}.msg-sidebar--hidden-mobile,.msg-chat--hidden-mobile{display:none}.msg-chat-back{display:flex}.msg-chat{min-height:350px}.msg-bubble-row{max-width:85%}}.msg-toast{border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:1100;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;animation:.3s cubic-bezier(.22,1,.36,1) msgToastIn;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.msg-toast-error{background:var(--bg-card);color:oklch(85% .12 25);border:1px solid oklch(60% .18 25/.5)}@keyframes msgToastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (prefers-reduced-motion:reduce){.msg-bubble-row{opacity:1;animation:none}.msg-hero-title,.msg-hero-subtitle{animation:none}}.msg-chat-header-delete{border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:flex}.msg-chat-header-delete:hover{background:var(--danger);color:#fff;border-color:var(--danger);transform:scale(1.08)}.msg-confirm-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.msg-confirm-dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:90%;max-width:400px;padding:2rem;animation:.2s fadeInUp}.msg-confirm-dialog h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.msg-confirm-dialog p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem;line-height:1.5}.msg-confirm-actions{justify-content:flex-end;gap:.75rem;display:flex}.btn-danger{background:var(--danger);color:#fff;border:none}.btn-danger:hover{filter:brightness(1.1)}.rc-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--transition), box-shadow var(--transition);padding:1.25rem 1.5rem}.rc-card:hover{border-color:var(--border-light);box-shadow:var(--shadow-sm)}.rc-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.rc-author{align-items:center;gap:.75rem;display:flex}.rc-avatar{background:var(--accent);width:60px;height:60px;color:var(--bg-primary);font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.rc-author-info{flex-direction:column;gap:.1rem;display:flex}.rc-name{font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:600}.rc-date{color:var(--text-muted);font-size:.78rem}.rc-overall{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.3rem;font-size:1.1rem;font-weight:700;display:flex}.rc-scores{gap:1.25rem;margin-bottom:.75rem;display:flex}.rc-star-row{align-items:center;gap:.4rem;display:flex}.rc-star-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);width:3rem;font-size:.78rem;font-weight:600}.rc-stars{gap:.1rem;display:flex}.rc-star{color:var(--text-muted);opacity:.3}.rc-star--filled{color:oklch(80% .18 85);opacity:1}.rc-star--accent{color:oklch(80% .18 85)}.rc-comment{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.6}.rc-reply{background:var(--bg-secondary);border-radius:var(--radius-sm);border-left:2px solid var(--accent);align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;display:flex}.rc-reply-icon{color:var(--accent);flex-shrink:0;margin-top:.1rem;font-size:.9rem}.rc-reply p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.5}@media (width<=768px){.rc-card{padding:1rem}.rc-scores{flex-direction:column;gap:.35rem}}.profile-page{padding:2rem 0 3rem}.profile-header-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;display:flex}.profile-avatar-circle{background:var(--accent-glow);border:2px solid var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;display:flex;overflow:hidden}.profile-avatar-circle img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-initials{font-family:var(--font-heading);color:var(--accent);letter-spacing:.02em;font-size:1.8rem;font-weight:700}.profile-header-info{flex:1;min-width:0}.profile-header-info h1{margin-bottom:.35rem;font-size:1.75rem;font-weight:700;line-height:1.2}.profile-location{color:var(--text-muted);margin-bottom:.5rem;font-size:.88rem}.profile-bio{color:var(--text-secondary);max-width:500px;margin-bottom:.5rem;font-size:.9rem;line-height:1.6}.profile-meta{color:var(--text-muted);font-size:.78rem}.profile-header-actions{flex-shrink:0}.star-rating{align-items:center;gap:2px;margin-bottom:.35rem;display:flex}.star{font-size:1.1rem;line-height:1}.star.filled{color:var(--accent)}.star.half{color:var(--accent);opacity:.5}.star.empty{color:var(--border)}.star-value{font-family:var(--font-heading);color:var(--text-secondary);margin-left:.4rem;font-size:.85rem;font-weight:700}.profile-rating-summary{gap:1rem;margin-bottom:2rem;display:flex}.rating-stat{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);flex:1;padding:1rem}.rating-stat-value{font-family:var(--font-heading);margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1;display:block}.rating-stat-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.68rem}.rating-stat.positive .rating-stat-value{color:var(--positive)}.rating-stat.neutral .rating-stat-value{color:var(--neutral)}.rating-stat.negative .rating-stat-value{color:var(--negative)}.rating-stat.total .rating-stat-value{color:var(--text-primary)}.section-count{font-family:var(--font-heading);background:var(--accent-glow);color:var(--accent);text-transform:none;border-radius:99px;margin-left:auto;padding:.15rem .6rem;font-size:.72rem}.profile-games-section{margin-bottom:2rem}.profile-games-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;display:grid}.profile-game-card{color:var(--text-secondary);transition:transform var(--transition);text-decoration:none}.profile-game-card:hover{color:var(--text-primary);transform:translateY(-4px)}.profile-game-cover{aspect-ratio:3/4;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);transition:border-color var(--transition), transform var(--transition), box-shadow var(--transition);margin-bottom:.4rem;position:relative;overflow:hidden}.profile-game-cover--cased{border:none;border-radius:3px}.profile-game-card:hover .profile-game-cover{border-color:var(--accent)}.profile-game-card:hover .profile-game-cover--cased{border-color:#0000;transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px oklch(5% .005 220/.45)}.profile-game-card:hover .profile-game-cover--cased .case-overlay,.profile-game-card:hover .profile-game-cover--cased .gc-cover-area,.profile-game-card:hover .profile-game-cover--cased .gc-cover-area>img{box-shadow:none;transform:none}.profile-game-cover img{object-fit:cover;width:100%;height:100%}.profile-game-cover--cased .gc-cover-area>img{object-fit:fill}.profile-game-condition{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;color:var(--text-primary);background:oklch(10% .005 220/.8);border-radius:3px;padding:2px 6px;font-size:.6rem;font-weight:600;position:absolute;bottom:4px;right:4px}.profile-game-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.profile-game-platform{color:var(--text-muted);font-size:.68rem;display:block}.profile-feedback-section{margin-bottom:2rem}.ratings-list{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.rating-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);gap:1rem;padding:1rem 1.25rem;animation:.3s both fadeInUp;display:flex}.rating-scores{color:oklch(80% .16 85);letter-spacing:.05em;flex-direction:column;flex-shrink:0;gap:.15rem;font-size:.8rem;display:flex}.rating-score-line{white-space:nowrap}.rating-content{flex:1;min-width:0}.rating-header{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.rating-author{color:var(--text-primary);font-size:.9rem;font-weight:600}.rating-date{color:var(--text-muted);font-size:.75rem}.rating-comment{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.rating-reply{background:var(--bg-input);border-radius:var(--radius-sm);color:var(--text-muted);margin-top:.5rem;padding:.5rem .75rem;font-size:.82rem}.rating-reply-label{color:var(--accent);font-weight:600}@media (width<=700px){.ratings-list{grid-template-columns:1fr}.profile-header-card{text-align:center;flex-direction:column;align-items:center}.profile-header-actions{width:100%}.profile-header-actions .btn{justify-content:center;width:100%}.profile-bio{margin-left:auto;margin-right:auto}.profile-rating-summary{flex-wrap:wrap}.rating-stat{min-width:calc(50% - .5rem)}.profile-games-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}}.ep-page-root{padding-bottom:4rem}.ep-hero{position:relative;overflow:hidden}.ep-hero-bg{z-index:0;position:absolute;inset:0}.ep-hero-content{z-index:1;text-align:center;padding-top:3rem;padding-bottom:2rem;position:relative}.ep-hero-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.01em;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1;animation:.4s both fadeInUp}.ep-hero-subtitle{color:var(--text-muted);max-width:480px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.6;animation:.4s .1s both fadeInUp}.ep-content{padding-top:1.5rem}.ep-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);max-width:600px;margin:0 auto;overflow:hidden}.ep-form{flex-direction:column;gap:1.5rem;padding:2rem 2rem 1.75rem;display:flex}.ep-error{color:oklch(85% .12 25);border-radius:var(--radius-sm);background:oklch(25% .06 25/.35);border:1px solid oklch(60% .18 25/.3);padding:.65rem 1rem;font-size:.92rem;font-weight:500}.ep-success{background:var(--accent-glow);color:var(--accent);border-radius:var(--radius-sm);border:1px solid oklch(72% .19 155/.2);padding:.65rem 1rem;font-size:.92rem;font-weight:500}.ep-avatar-section{border-bottom:1px solid var(--border);align-items:center;gap:1.25rem;padding-bottom:1.25rem;display:flex}.ep-avatar-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0}.ep-avatar{background:var(--accent-glow);border:2px solid var(--border);border-radius:50%;width:80px;height:80px;transition:border-color .2s;position:relative;overflow:hidden}.ep-avatar-btn:hover .ep-avatar{border-color:var(--accent)}.ep-avatar img{object-fit:cover;width:100%;height:100%}.ep-avatar-initials{width:100%;height:100%;color:var(--accent);justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.ep-avatar-overlay{color:#fff;opacity:0;background:oklch(10% 0 0/.55);border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.ep-avatar-btn:hover .ep-avatar-overlay{opacity:1}.ep-avatar-input{display:none}.ep-avatar-hint{flex-direction:column;gap:.15rem;display:flex}.ep-avatar-name{color:var(--text-primary);font-size:1.1rem;font-weight:600}.ep-avatar-sub{color:var(--text-muted);font-size:.88rem}.ep-field{flex-direction:column;gap:.4rem;display:flex}.ep-label{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.92rem;font-weight:600;display:inline-flex}.ep-label-opt{color:var(--text-muted);font-weight:400}.ep-input,.ep-select{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.95rem;font-family:var(--font-body);outline:none;padding:.6rem .85rem;transition:border-color .15s}.ep-input:focus,.ep-select:focus{border-color:var(--accent)}.ep-input::placeholder{color:var(--text-muted)}.ep-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.ep-select:disabled{opacity:.5;cursor:not-allowed}.ep-textarea{resize:vertical;min-height:80px;line-height:1.5}.ep-char-count{color:var(--text-muted);align-self:flex-end;font-size:.78rem}.ep-field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ep-actions{padding-top:.5rem}.ep-actions .btn{width:100%}@media (width<=768px){.ep-hero-content{padding-top:2rem;padding-bottom:1.5rem}.ep-hero-title{font-size:1.6rem}.ep-form{padding:1.5rem 1.25rem}.ep-field-row{grid-template-columns:1fr}.ep-avatar{width:60px;height:60px}.ep-avatar-initials{font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.ep-hero-title,.ep-hero-subtitle{animation:none}}.ep-danger-zone{border:1px solid var(--danger);border-radius:var(--radius-lg);background:oklch(65% .18 25/.05);margin-top:2rem;padding:1.5rem}.ep-danger-title{font-family:var(--font-heading);color:var(--danger);margin:0 0 .5rem;font-size:1rem;font-weight:700}.ep-danger-desc{color:var(--text-secondary);margin:0 0 1rem;font-size:.85rem;line-height:1.5}.search-results-page{padding-bottom:3rem}.search-hero{align-items:center;gap:1.25rem;padding:2.5rem 0 2rem;animation:.4s fadeInUp;display:flex}.search-hero-icon{background:var(--bg-card);border:1px solid var(--accent);border-radius:var(--radius-md);justify-content:center;align-items:center;width:72px;height:72px;display:flex}.search-hero h1{margin-bottom:.2rem;font-size:1.75rem;font-weight:800}.search-query{color:var(--accent)}.search-hero-sub{color:var(--text-muted);font-size:.9rem}@media (width<=600px){.search-hero{text-align:center;flex-direction:column;padding:2rem 0 1.5rem}.search-hero h1{font-size:1.3rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-page{padding-bottom:4rem}.map-hero{position:relative;overflow:hidden}.map-hero-bg{z-index:0;position:absolute;inset:0}.map-hero-content{z-index:1;text-align:center;padding-top:3rem;padding-bottom:2rem;position:relative}.map-hero-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.01em;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1;animation:.4s both fadeInUp}.map-hero-subtitle{color:var(--text-muted);max-width:480px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.6;animation:.4s .1s both fadeInUp}.map-strip-section{margin-top:1.5rem;margin-bottom:1.5rem}.map-strip-header{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.map-strip-header h2{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.4rem;margin:0;font-size:1.45rem;font-weight:700;display:flex}.map-strip-count{color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:99px;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.map-strip-clear{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:500;text-decoration:underline}.map-strip-clear:hover{color:var(--text-primary)}.map-strip-search{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:.4rem;margin-left:auto;padding:.3rem .6rem;transition:border-color .15s;display:flex}.map-strip-search:focus-within{border-color:var(--accent)}.map-strip-search input{color:var(--text-primary);font-size:.8rem;font-family:var(--font-body);background:0 0;border:none;outline:none;width:140px}.map-strip-search input::placeholder{color:var(--text-muted)}.map-strip-wrapper{position:relative}.map-strip-scroll{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--border) transparent;gap:.75rem;padding:.25rem 0 .5rem;display:flex;overflow-x:auto}.map-strip-scroll::-webkit-scrollbar{height:4px}.map-strip-scroll::-webkit-scrollbar-track{background:0 0}.map-strip-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.map-strip-arrow{z-index:2;background:var(--bg-card);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex;position:absolute;top:50%;transform:translateY(-60%)}.map-strip-arrow:hover{border-color:var(--accent);color:var(--accent)}.map-strip-arrow-left{left:-12px}.map-strip-arrow-right{right:-12px}.map-strip-game{color:var(--text-primary);cursor:pointer;text-align:center;font:inherit;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.35rem;padding:.25rem;transition:transform .2s;display:flex}.map-strip-game:hover{transform:translateY(-2px)}.map-strip-game.active .map-strip-name{color:var(--bg-primary);background:var(--accent);border-radius:99px;padding:.15rem .5rem}.map-strip-cover{border-radius:2px;flex-direction:column;width:140px;height:183px;transition:box-shadow .25s;display:flex;position:relative;overflow:hidden}.map-strip-game:hover .map-strip-cover,.map-strip-game.active .map-strip-cover{box-shadow:0 6px 16px oklch(5% .005 220/.3)}.map-strip-cover img{object-fit:cover;flex:1;width:100%;min-height:0}.map-strip-cover-ph{background:var(--bg-secondary);width:100%;min-height:0;color:var(--text-muted);flex:1;justify-content:center;align-items:center;display:flex}.map-strip-cover--cased{border:none}.map-strip-cover--cased>.case-overlay{object-fit:fill;pointer-events:none;z-index:3;position:absolute;inset:0;width:100%!important;height:100%!important}.map-strip-cover-area{position:absolute;overflow:hidden}.map-strip-cover-area>img{object-fit:fill;border:none;border-radius:0;width:100%;height:100%}.map-strip-badge{background:var(--accent);color:var(--bg-primary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;bottom:8px;right:5px}.map-strip-platform{color:oklch(92% 0 0);letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:oklch(13% .005 220/.85);border-radius:4px;padding:1px 5px;font-size:.55rem;font-weight:700;line-height:1.4;position:absolute;bottom:4px;left:4px}.map-strip-platform-logo{box-sizing:content-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:oklch(13% .005 220/.85);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:3px;width:55px;height:12px;padding:4px 5px;display:block;position:absolute;bottom:4px;left:4px}.map-strip-name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;border-radius:99px;max-width:100px;padding:.15rem 0;font-size:.75rem;font-weight:500;transition:color .15s,background .15s,padding .15s;overflow:hidden}.map-strip-game-skel{flex-direction:column;flex-shrink:0;align-items:center;gap:.35rem;display:flex}.map-strip-skel-cover{border-radius:var(--radius-sm);width:140px;height:183px}.map-strip-skel-name{border-radius:4px;width:70px;height:10px}.map-strip-empty{color:var(--text-muted);white-space:nowrap;padding:1.5rem 1rem;font-size:.85rem}.map-content{padding-bottom:0}.map-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);overflow:hidden}.map-card-filter{color:var(--text-secondary);background:var(--bg-secondary);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.82rem;display:flex}.map-card-filter strong{color:var(--accent)}.map-card-filter-count{color:var(--text-muted);margin-left:auto;font-size:.7rem}.map-card-body{height:min(60vh,550px)}.map-leaflet{width:100%;height:100%}.map-popup .leaflet-popup-content-wrapper{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--text-primary)}.map-popup .leaflet-popup-content{margin:13px 16px;width:auto!important}.map-popup .leaflet-popup-tip{background:var(--bg-secondary);border:1px solid var(--border)}.map-popup .leaflet-popup-close-button{color:var(--text-muted)!important;font-size:18px!important;top:8px!important;right:8px!important}.map-popup .leaflet-popup-close-button:hover{color:var(--text-primary)!important}.map-popup-content{padding:.25rem 0}.map-popup-header{border-bottom:1px solid var(--border);margin-bottom:.6rem;padding-bottom:.6rem}.map-popup-game-title{align-items:center;gap:.6rem;display:flex}.map-popup-cover{object-fit:cover;border-radius:4px;flex-shrink:0;width:75px;height:100px}.map-popup-game-name{font-size:.9rem;font-weight:700;display:block}.map-popup-platform{color:var(--text-muted);font-size:.72rem}.map-popup-holder{flex-direction:column;gap:.5rem;display:flex}.map-popup-holder-info{flex-direction:column;display:flex}.map-popup-name{font-size:.88rem;font-weight:700;text-decoration:none;color:var(--accent)!important}.map-popup-name:hover{text-decoration:underline}.map-popup-location{color:var(--text-muted);font-size:.72rem}.map-popup-other-games{margin-top:.2rem}.map-popup-other-label{color:var(--text-muted);margin-bottom:.3rem;font-size:.7rem;display:block}.map-popup-other-list{flex-wrap:nowrap;gap:.3rem;display:flex}.map-popup-other-chip{background:var(--bg-input);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:80px;display:inline-flex;overflow:hidden}.map-popup-other-chip img{object-fit:cover;width:100%;height:100%}.map-popup-other-more{color:var(--text-muted);letter-spacing:.1em;font-size:1rem;font-weight:700}.map-popup-interested-label{color:var(--positive,oklch(70% .15 145))}.map-popup-trade-btn{width:100%;margin-top:.3rem}@media (width<=768px){.map-hero-content{padding-top:2rem;padding-bottom:1.5rem}.map-hero-title{font-size:1.6rem}.map-strip-cover{width:110px;height:144px}.map-strip-name{max-width:80px;font-size:.7rem}.map-strip-skel-cover{width:110px;height:144px}.map-strip-arrow{display:none}.map-strip-search input{width:100px}.map-card-body{height:50vh}}@media (prefers-reduced-motion:reduce){.map-hero-title,.map-hero-subtitle{animation:none}.map-strip-game{transition:none}}.legal-page{padding:2rem 0 4rem}.legal-content{max-width:720px;margin:0 auto;padding:0 1.5rem}.legal-content h1{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .25rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700}.legal-updated{color:var(--text-muted);margin:0 0 2rem;font-size:.8rem}.legal-content h2{font-family:var(--font-heading);color:var(--text-primary);margin:2rem 0 .5rem;font-size:1.05rem;font-weight:700}.legal-content p{color:var(--text-secondary);margin:0 0 .75rem;font-size:.9rem;line-height:1.7}.legal-content ul{margin:0 0 .75rem;padding-left:1.5rem}.legal-content li{color:var(--text-secondary);margin-bottom:.3rem;font-size:.9rem;line-height:1.7}.legal-content a{color:var(--accent);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content strong{color:var(--text-primary)}.agb-wrapper{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.agb-gradient{position:absolute;inset:0}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;animation:.35s fadeIn}.page-header{padding:2.5rem 0 1.5rem}.page-header h1{color:var(--text-primary);font-size:2rem;font-weight:700}.page-header p{color:var(--text-muted);text-transform:none;margin-top:.5rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);padding:1.5rem}.card:hover{border-color:var(--border-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn{border-radius:var(--radius-sm);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;line-height:1.4;text-decoration:none;display:inline-flex}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--bg-primary);box-shadow:0 2px 8px oklch(72% .19 155/.15)}.btn-primary:hover:not(:disabled){background:var(--accent-hover);color:var(--bg-primary);box-shadow:0 4px 16px oklch(72% .19 155/.25)}.btn-secondary{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.btn-secondary:hover:not(:disabled){border-color:var(--accent);color:var(--text-primary);background:oklch(72% .19 155/.05)}.btn-danger{color:var(--danger);background:0 0;border:1px solid oklch(65% .18 25/.3)}.btn-danger:hover:not(:disabled){background:var(--danger);color:var(--text-primary)}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-lg{border-radius:var(--radius-md);padding:.85rem 2rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{font-family:var(--font-heading);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.label-optional{color:var(--text-muted);text-transform:none;font-weight:400}.form-input{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:border-color var(--transition), box-shadow var(--transition);padding:.7rem 1rem;font-size:.95rem}.form-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px oklch(72% .19 155/.08)}.form-input::placeholder{color:var(--text-muted)}.form-select{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237a6f5f' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding:.7rem 1rem;font-size:.95rem}.form-select option{background:var(--bg-secondary);color:var(--text-primary)}.form-select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px oklch(72% .19 155/.08)}.form-error{color:var(--danger);margin-top:.3rem;font-size:.8rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr}}.tabs{border-bottom:1.5px solid var(--border);gap:0;margin-bottom:1.5rem;display:flex}.tab{color:var(--text-muted);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1.5px;padding:.75rem 1.5rem;font-size:.82rem;font-weight:600}.tab:hover{color:var(--text-secondary)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.badge{font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;border-radius:99px;align-items:center;padding:.2rem .65rem;font-size:.7rem;font-weight:600;line-height:1.4;display:inline-flex}.badge-accent{background:var(--accent-glow);color:var(--accent)}.badge-warning{color:var(--warning);background:oklch(82% .15 85/.12)}.badge-danger{color:var(--danger);background:oklch(65% .18 25/.12)}.badge-info{color:var(--info);background:oklch(65% .12 240/.12)}.empty-state{text-align:center;color:var(--text-muted);padding:4rem 1.5rem}.empty-state-icon{opacity:.35;margin-bottom:1rem}.empty-state h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.2rem}.empty-state p{text-transform:none;max-width:400px;margin:0 auto;font-size:.9rem;line-height:1.6}.auth-error{color:var(--danger);border-radius:var(--radius-sm);background:oklch(65% .18 25/.08);border:1px solid oklch(65% .18 25/.2);margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}@media (width<=768px){.page-header h1{font-size:1.5rem}.container{padding:0 1rem}}
