:root{--theme-background: #1a1a1a;--theme-background-soft: #222222;--theme-background-mute: #2a2a2a;--theme-background-light: #333333;--theme-accent: #F9F449;--theme-accent-dark: #e6e03a;--theme-accent-light: #fbf65c;--theme-accent-muted: rgba(249, 244, 73, .8);--theme-accent-transparent-10: rgba(249, 244, 73, .1);--theme-accent-transparent-20: rgba(249, 244, 73, .2);--theme-accent-transparent-30: rgba(249, 244, 73, .3);--theme-accent-transparent-40: rgba(249, 244, 73, .4);--theme-accent-transparent-60: rgba(249, 244, 73, .6);--theme-text-primary: #ffffff;--theme-text-secondary: rgba(255, 255, 255, .8);--theme-text-muted: rgba(255, 255, 255, .6);--theme-text-dark: #1a1a1a;--theme-border: rgba(255, 255, 255, .1);--theme-border-light: rgba(255, 255, 255, .05);--theme-divider: rgba(255, 255, 255, .15);--theme-success: #10b981;--theme-success-dark: #059669;--theme-success-light: #34d399;--theme-success-transparent-30: rgba(16, 185, 129, .3);--theme-danger: #ef4444;--theme-danger-dark: #dc2626;--theme-danger-light: #f87171;--theme-danger-transparent-30: rgba(239, 68, 68, .3);--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: var(--theme-background);--vt-c-black-soft: var(--theme-background-soft);--vt-c-black-mute: var(--theme-background-mute);--vt-c-indigo: var(--theme-accent);--vt-c-divider-light-1: var(--theme-divider);--vt-c-divider-light-2: var(--theme-border);--vt-c-divider-dark-1: var(--theme-divider);--vt-c-divider-dark-2: var(--theme-border);--vt-c-text-light-1: var(--theme-text-primary);--vt-c-text-light-2: var(--theme-text-secondary);--vt-c-text-dark-1: var(--theme-text-primary);--vt-c-text-dark-2: var(--theme-text-secondary)}:root{--color-background: var(--theme-background);--color-background-soft: var(--theme-background-soft);--color-background-mute: var(--theme-background-mute);--color-border: var(--theme-border);--color-border-hover: var(--theme-divider);--color-heading: var(--theme-text-primary);--color-text: var(--theme-text-primary);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400;font-family:inherit}html{overflow-x:hidden}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}input,button,textarea,select,optgroup,option,label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;font-weight:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a,span,div,p{font-family:inherit}.map-container *,.control-panel *,.search-input *,.filter-tag *,.layer-btn *,.popup-content *,.position-indicator *,[class*=map-],[class*=search-],[class*=filter-],[class*=layer-],[class*=popup-],[class*=control-]{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.container{max-width:100%;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media (max-width: 768px){body{font-size:14px}.container{padding:0 .5rem}}@media (max-width: 480px){body{font-size:13px}.container{padding:0 .25rem}}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}#app{margin:0 auto;font-weight:400;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}main{color:var(--theme-text-primary);flex:1;overflow-x:hidden}a,.green{text-decoration:none;color:var(--theme-accent);transition:.4s;padding:3px}a:hover,.green:hover{color:var(--theme-accent-light)}#copyright{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;text-align:center;color:var(--theme-text-secondary);font-size:.85rem;pointer-events:none}.joinUs{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999}.joinUs button{background-color:var(--theme-background);color:var(--theme-text-primary);border:1px solid var(--theme-border);padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:all .3s ease;display:flex;align-items:center;gap:8px}.joinUs button:hover{background-color:var(--theme-accent);color:var(--theme-text-dark);border-color:var(--theme-accent)}.marker{font-size:1rem;color:var(--theme-text-primary);text-shadow:0px 0px 8px var(--theme-background);width:fit-content;height:fit-content}.playerPosition{z-index:9999;animation:rotatePlayer 7.2s linear infinite}@keyframes rotatePlayer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.joinUs{bottom:1rem;right:1rem}.joinUs button{padding:8px 16px;font-size:14px}}@media (max-width: 480px){.joinUs{bottom:.5rem;right:.5rem}.joinUs button{padding:6px 12px;font-size:12px}}@media (max-width: 768px){#copyright{bottom:1rem;font-size:.75rem}}@media (max-width: 480px){#copyright{bottom:.5rem;font-size:.7rem}#copyright span{margin:.1rem 0}}button{display:flex;align-items:center;gap:8px}iconify-icon{vertical-align:middle}.user-menu[data-v-13c8ce84]{position:relative}.auth-buttons[data-v-13c8ce84]{display:flex;gap:12px}.login-btn[data-v-13c8ce84]{background:#5865f2;color:#fff;text-decoration:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;transition:background .2s ease}.login-btn[data-v-13c8ce84]:hover{background:#4752c4}.user-dropdown[data-v-13c8ce84]{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:background .2s ease}.user-dropdown[data-v-13c8ce84]:hover{background:#fff3}.user-avatar[data-v-13c8ce84]{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-placeholder[data-v-13c8ce84]{width:32px;height:32px;border-radius:50%;background:#5865f2;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.username[data-v-13c8ce84]{color:#fff;font-weight:500;font-size:14px}.dropdown-arrow[data-v-13c8ce84]{width:16px;height:16px;color:#fff;transition:transform .2s ease}.dropdown-arrow.rotate[data-v-13c8ce84]{transform:rotate(180deg)}.dropdown-menu[data-v-13c8ce84]{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;z-index:50;overflow:hidden}.dropdown-item[data-v-13c8ce84]{display:block;width:100%;padding:12px 16px;text-align:left;border:none;background:none;cursor:pointer;transition:background .2s ease}.dropdown-item[data-v-13c8ce84]:hover:not(.user-details){background:#f3f4f6}.user-details[data-v-13c8ce84]{cursor:default;background:#f9fafb}.user-name[data-v-13c8ce84]{font-weight:600;color:#1f2937}.user-id[data-v-13c8ce84]{font-size:12px;color:#6b7280}.user-role[data-v-13c8ce84]{font-size:11px;color:#059669;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.dropdown-divider[data-v-13c8ce84]{margin:0;border:none;border-top:1px solid #e5e7eb}.logout-btn[data-v-13c8ce84]{display:flex;align-items:center;gap:8px;color:#dc2626;font-size:14px}.admin-link[data-v-13c8ce84]{display:flex;align-items:center;gap:8px;color:#059669;font-size:14px;text-decoration:none;font-weight:500}.admin-link[data-v-13c8ce84]:hover{background-color:#f0fdf4}.admin-icon[data-v-13c8ce84],.logout-icon[data-v-13c8ce84]{width:16px;height:16px}.dropdown-overlay[data-v-13c8ce84]{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:40}header[data-v-568e6e48]{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--theme-background);border-bottom:1px solid var(--theme-border);position:sticky;top:0;z-index:100}main[data-v-568e6e48]{flex:1;overflow-x:hidden}nav[data-v-568e6e48]{display:flex;gap:1rem}nav .navItem[data-v-568e6e48]{color:var(--theme-text-primary);text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}nav .navItem[data-v-568e6e48]:hover{background-color:var(--theme-background-mute);color:var(--theme-accent)}nav .router-link-active[data-v-568e6e48]{background-color:var(--theme-accent);color:var(--theme-text-dark)}nav .admin-link[data-v-568e6e48]{background-color:var(--theme-accent-muted);color:var(--theme-accent);font-weight:600;border:1px solid var(--theme-accent)}nav .admin-link[data-v-568e6e48]:hover{background-color:var(--theme-accent);color:var(--theme-text-dark)}nav .admin-link.router-link-active[data-v-568e6e48]{background-color:var(--theme-accent);color:var(--theme-text-dark);box-shadow:0 0 10px var(--theme-accent-muted)}#logo[data-v-568e6e48]{display:flex;align-items:center}#logo h2[data-v-568e6e48]{margin-left:.5rem;color:var(--theme-text-primary);text-shadow:0 0 5px var(--theme-accent-muted),0 0 10px var(--theme-accent-muted),0 0 15px var(--theme-accent-muted),0 0 20px var(--theme-accent-muted);font-size:1.5rem;font-weight:700;text-transform:uppercase}@media (max-width: 768px){header[data-v-568e6e48]{padding:.5rem;flex-wrap:wrap}nav[data-v-568e6e48]{gap:.5rem;flex-wrap:wrap}nav .navItem[data-v-568e6e48]{padding:.4rem .8rem;font-size:14px}#logo img[data-v-568e6e48]{width:35px}}@media (max-width: 480px){header[data-v-568e6e48]{flex-direction:column;padding:.5rem;gap:.5rem}nav[data-v-568e6e48]{justify-content:center;width:100%}nav .navItem[data-v-568e6e48]{padding:.3rem .6rem;font-size:13px}}#about[data-v-f810df42]:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/homepageBackground-Drs7lwuZ.png);background-size:cover;background-position:center;z-index:-2;opacity:.25;filter:blur(5px)}#backgroundVideo[data-v-f810df42]{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:1;filter:blur(10px)}#about[data-v-f810df42]{display:flex;min-height:calc(100vh - 120px);justify-content:center;align-items:center;padding:2rem 1rem;position:relative}#aboutContent[data-v-f810df42]{display:flex;flex-direction:column;justify-content:center;color:var(--theme-text-primary);background-color:#1a1a1ae6;border:1px solid var(--theme-border);padding:2rem;border-radius:10px;width:90%;max-width:800px;margin:auto;box-sizing:border-box}#aboutContent h1[data-v-f810df42]{background:var(--theme-accent);background:linear-gradient(90deg,var(--theme-accent) 0%,var(--theme-accent-light) 60%);font-weight:700;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:4rem}#aboutContent p[data-v-f810df42]{font-size:1.5rem;margin:1rem 0;color:var(--theme-text-secondary)}#aboutContent #contribute[data-v-f810df42]{border:2px solid var(--theme-text-primary);background-color:transparent;color:var(--theme-text-primary);padding:8px 18px;border-radius:5px;cursor:pointer;font-size:16px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}#aboutContent #contribute[data-v-f810df42]:hover{background-color:var(--theme-text-primary);color:var(--theme-text-dark)}#aboutContent #download[data-v-f810df42]{border:2px solid var(--theme-accent);background-color:transparent;color:var(--theme-text-primary);padding:8px 18px;border-radius:5px;cursor:pointer;font-size:16px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}#aboutContent #download[data-v-f810df42]:hover{background-color:var(--theme-accent);color:var(--theme-text-dark)}#aboutContent #aboutStats[data-v-f810df42]{margin-top:1rem;font-size:.8rem;color:var(--theme-text-secondary)}#aboutContent #contribute svg[data-v-f810df42],#aboutContent #download svg[data-v-f810df42],#aboutContent #contribute iconify-icon[data-v-f810df42],#aboutContent #download iconify-icon[data-v-f810df42]{vertical-align:middle}.button-container[data-v-f810df42]{display:flex;gap:10px;align-items:center}@media (max-width: 768px){#about[data-v-f810df42]{min-height:calc(100vh - 100px);padding:1rem .5rem}#aboutContent[data-v-f810df42]{width:95%;padding:1.5rem}#aboutContent h1[data-v-f810df42]{font-size:2.5rem}#aboutContent p[data-v-f810df42]{font-size:1.2rem}#aboutContent #contribute[data-v-f810df42],#aboutContent #download[data-v-f810df42]{padding:6px 16px;font-size:14px;margin-right:8px;margin-bottom:8px}}@media (max-width: 480px){#aboutContent[data-v-f810df42]{width:98%;padding:1rem}#aboutContent h1[data-v-f810df42]{font-size:2rem}#aboutContent p[data-v-f810df42]{font-size:1rem}#aboutContent #contribute[data-v-f810df42],#aboutContent #download[data-v-f810df42]{display:block;width:100%;margin-right:0;margin-bottom:10px}}.loading-overlay[data-v-818eca69]{position:absolute;top:0;left:0;right:0;bottom:0;background:#1a1a1ae6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-spinner[data-v-818eca69]{text-align:center;color:var(--theme-text-primary)}.spinner[data-v-818eca69]{width:50px;height:50px;border:4px solid var(--theme-accent-transparent-30);border-top:4px solid var(--theme-accent);border-radius:50%;animation:spin-818eca69 1s linear infinite;margin:0 auto 16px}@keyframes spin-818eca69{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.unified-controls[data-v-f70da3fe]{background:#1a1a1af5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 8px 32px #0006;border:1px solid var(--theme-border);overflow:hidden;transition:all .3s ease;max-height:calc(100vh - 120px);overflow-y:auto}.control-section[data-v-f70da3fe]{border-bottom:1px solid var(--theme-border-light);padding:0}.control-section[data-v-f70da3fe]:last-child{border-bottom:none}.section-header[data-v-f70da3fe]{padding:8px 16px 4px;display:flex;align-items:center;gap:8px;color:var(--theme-accent);position:sticky;top:0;z-index:100;background:#1a1a1afa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--theme-border-light)}.section-icon[data-v-f70da3fe]{font-size:16px}.section-title[data-v-f70da3fe]{font-size:14px;font-weight:700;margin:0;flex:1;color:var(--theme-accent);text-transform:uppercase;letter-spacing:.5px}.section-content[data-v-f70da3fe]{padding:16px}.layer-buttons[data-v-f70da3fe]{display:flex;flex-direction:row;gap:6px;padding:8px 16px 12px}.layer-btn[data-v-f70da3fe]{padding:8px 12px;border:2px solid var(--theme-border);border-radius:8px;background:var(--theme-background-mute);cursor:pointer;transition:all .3s ease;font-size:13px;font-weight:600;color:var(--theme-text-primary);text-align:center;box-shadow:0 1px 3px #0000001a;flex:1;white-space:nowrap;justify-content:center}.layer-btn[data-v-f70da3fe]:hover{border-color:var(--theme-accent);background:var(--theme-accent-transparent-10);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.layer-btn.active[data-v-f70da3fe]{border-color:var(--theme-accent);background:var(--theme-accent);color:var(--theme-text-dark);font-weight:700;box-shadow:0 4px 16px #0003}.search-section[data-v-f70da3fe]{border-bottom:none}.search-input-container[data-v-f70da3fe]{position:relative;margin-bottom:6px;padding:8px 16px 0;display:flex;align-items:center;gap:8px}.search-input[data-v-f70da3fe]{flex:1;padding:10px 14px;border:2px solid var(--theme-border);border-radius:8px;font-size:13px;transition:all .3s ease;background:var(--theme-background-mute);color:var(--theme-text-primary);box-shadow:inset 0 1px 3px #0000001a}.search-input[data-v-f70da3fe]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-transparent-10),inset 0 2px 4px #0000001a;background:var(--theme-background-soft)}.search-input[data-v-f70da3fe]::placeholder{color:var(--theme-text-muted)}.controls-toggle[data-v-f70da3fe]{background:var(--theme-background-mute);border:2px solid var(--theme-border);border-radius:6px;padding:6px 8px;cursor:pointer;transition:all .3s ease;color:var(--theme-text-muted);font-size:12px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.controls-toggle[data-v-f70da3fe]:hover{border-color:var(--theme-accent);background:var(--theme-accent-transparent-10);color:var(--theme-accent)}.controls-toggle.active[data-v-f70da3fe]{border-color:var(--theme-accent);background:var(--theme-accent);color:var(--theme-text-dark)}.controls-toggle-icon[data-v-f70da3fe]{font-weight:700}.search-results[data-v-f70da3fe]{max-height:180px;overflow-y:auto;padding:0 16px 12px}.collapsible-controls[data-v-f70da3fe]{border-top:1px solid var(--theme-border-light);animation:slideDown-f70da3fe .3s ease-out;background:#14141480}@keyframes slideDown-f70da3fe{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.filter-summary[data-v-f70da3fe]{font-size:11px;color:var(--theme-text-muted);font-weight:600;background:var(--theme-accent-transparent-10);padding:2px 8px;border-radius:12px;border:1px solid var(--theme-accent-transparent-20)}.section-header[data-v-f70da3fe]{padding:8px 16px 4px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--theme-accent);background:#1a1a1afa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--theme-border-light)}.section-title[data-v-f70da3fe]{font-size:14px;font-weight:700;margin:0;color:var(--theme-accent);text-transform:uppercase;letter-spacing:.5px}.search-result-item[data-v-f70da3fe]{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid var(--theme-border-light);color:var(--theme-text-primary);border-radius:6px;margin-bottom:4px;background:var(--theme-background-mute)}.search-result-item[data-v-f70da3fe]:hover{background:var(--theme-accent-transparent-10);transform:translate(4px);box-shadow:0 2px 8px #0000001a}.search-result-item[data-v-f70da3fe]:last-child{border-bottom:none;margin-bottom:0}.result-icon[data-v-f70da3fe]{font-size:16px;width:20px;text-align:center}.result-name[data-v-f70da3fe]{flex:1;font-weight:500;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-layer[data-v-f70da3fe]{font-size:11px;color:var(--theme-text-dark);background:var(--theme-accent-transparent-60);padding:2px 6px;border-radius:4px;font-weight:500}.toggle-all-btn[data-v-f70da3fe]{padding:8px 16px;font-size:12px;background:var(--theme-accent);border:none;border-radius:8px;color:var(--theme-text-dark);cursor:pointer;transition:all .3s ease;font-weight:700;margin-left:auto;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}.toggle-all-btn[data-v-f70da3fe]:hover{background:var(--theme-accent-light);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.filter-tags[data-v-f70da3fe]{display:flex;flex-wrap:wrap;gap:6px;padding:8px 16px 12px}.filter-tag[data-v-f70da3fe]{padding:6px 10px;border:2px solid var(--theme-border);border-radius:20px;background:var(--theme-background-mute);cursor:pointer;transition:all .3s ease;font-size:11px;font-weight:500;color:var(--theme-text-muted);white-space:nowrap;box-shadow:0 1px 3px #0000001a;position:relative;display:flex;align-items:center;gap:4px}.filter-tag[data-v-f70da3fe]:hover{border-color:var(--theme-accent-transparent-40);background:var(--theme-accent-transparent-10);color:var(--theme-text-primary);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.filter-tag.active[data-v-f70da3fe]{border-color:var(--theme-accent-transparent-40);background:var(--theme-accent-transparent-10);color:var(--theme-text-primary);font-weight:600;box-shadow:0 3px 6px #0000001f}.filter-tag[data-category=Banks][data-v-f70da3fe]{--category-color: #ffd700;--category-bg: rgba(255, 215, 0, .1);--category-border: rgba(255, 215, 0, .3)}.filter-tag[data-category=Shops][data-v-f70da3fe]{--category-color: #00ff7f;--category-bg: rgba(0, 255, 127, .1);--category-border: rgba(0, 255, 127, .3)}.filter-tag[data-category=NPCs][data-v-f70da3fe]{--category-color: #87ceeb;--category-bg: rgba(135, 206, 235, .1);--category-border: rgba(135, 206, 235, .3)}.filter-tag[data-category="Attackable NPCs"][data-v-f70da3fe]{--category-color: #ff6347;--category-bg: rgba(255, 99, 71, .1);--category-border: rgba(255, 99, 71, .3)}.filter-tag[data-category="Aggro NPCs"][data-v-f70da3fe]{--category-color: #ff1493;--category-bg: rgba(255, 20, 147, .1);--category-border: rgba(255, 20, 147, .3)}.filter-tag[data-category=Trees][data-v-f70da3fe]{--category-color: #90ee90;--category-bg: rgba(144, 238, 144, .1);--category-border: rgba(144, 238, 144, .3)}.filter-tag[data-category=Obelisks][data-v-f70da3fe]{--category-color: #dda0dd;--category-bg: rgba(221, 160, 221, .1);--category-border: rgba(221, 160, 221, .3)}.filter-tag[data-category=Ores][data-v-f70da3fe]{--category-color: #d2691e;--category-bg: rgba(210, 105, 30, .1);--category-border: rgba(210, 105, 30, .3)}.filter-tag[data-category=Fires][data-v-f70da3fe]{--category-color: #ff4500;--category-bg: rgba(255, 69, 0, .1);--category-border: rgba(255, 69, 0, .3)}.filter-tag[data-category=Anvils][data-v-f70da3fe]{--category-color: #c0c0c0;--category-bg: rgba(192, 192, 192, .1);--category-border: rgba(192, 192, 192, .3)}.filter-tag[data-category=Furnaces][data-v-f70da3fe]{--category-color: #ff8c00;--category-bg: rgba(255, 140, 0, .1);--category-border: rgba(255, 140, 0, .3)}.filter-tag[data-category=Kilns][data-v-f70da3fe]{--category-color: #cd853f;--category-bg: rgba(205, 133, 63, .1);--category-border: rgba(205, 133, 63, .3)}.filter-tag[data-category=Stoves][data-v-f70da3fe]{--category-color: #ffa500;--category-bg: rgba(255, 165, 0, .1);--category-border: rgba(255, 165, 0, .3)}.filter-tag[data-category="Fishing Spots"][data-v-f70da3fe]{--category-color: #00bfff;--category-bg: rgba(0, 191, 255, .1);--category-border: rgba(0, 191, 255, .3)}.filter-tag[data-category=Harvestables][data-v-f70da3fe]{--category-color: #adff2f;--category-bg: rgba(173, 255, 47, .1);--category-border: rgba(173, 255, 47, .3)}.filter-tag[data-category=Locations][data-v-f70da3fe]{--category-color: #ffffff;--category-bg: rgba(255, 255, 255, .1);--category-border: rgba(255, 255, 255, .3)}.filter-tag.active[data-category][data-v-f70da3fe]{background:var(--category-bg);border-color:var(--category-border);color:var(--category-color)}.filter-icon[data-v-f70da3fe]{font-size:14px}.filter-name[data-v-f70da3fe]{font-size:11px;white-space:nowrap}.marker-count[data-v-f70da3fe]{background:var(--theme-accent-transparent-20);color:var(--theme-accent);padding:1px 4px;border-radius:8px;font-size:10px;font-weight:700;min-width:16px;text-align:center}@media (max-width: 768px){.unified-controls[data-v-f70da3fe]{border-radius:8px;margin:0;max-height:calc(100vh - 80px);width:100%;box-sizing:border-box}.search-input-container[data-v-f70da3fe]{padding:6px 12px 0;flex-wrap:wrap;gap:6px}.search-input[data-v-f70da3fe]{padding:8px 12px;font-size:14px}.controls-toggle[data-v-f70da3fe]{min-width:30px;height:30px}.search-results[data-v-f70da3fe]{padding:0 12px 8px;max-height:120px}.layer-buttons[data-v-f70da3fe]{padding:6px 12px 8px;gap:4px}.layer-btn[data-v-f70da3fe]{padding:10px 8px;font-size:12px}.section-header[data-v-f70da3fe]{padding:6px 12px 3px}.section-title[data-v-f70da3fe]{font-size:13px}.filter-tags[data-v-f70da3fe]{padding:0 12px 12px;gap:6px}.filter-tag[data-v-f70da3fe]{padding:8px 10px;font-size:11px}.filter-icon[data-v-f70da3fe]{font-size:14px}.filter-name[data-v-f70da3fe]{font-size:11px}.marker-count[data-v-f70da3fe]{font-size:9px;min-width:14px}.controls-toggle[data-v-f70da3fe]{min-width:28px;height:28px;padding:4px 6px}.search-result-item[data-v-f70da3fe]{padding:8px 10px;gap:8px}.result-icon[data-v-f70da3fe]{font-size:14px}.result-name[data-v-f70da3fe]{font-size:12px}.result-layer[data-v-f70da3fe]{font-size:10px;padding:2px 6px}}@media (max-width: 480px){.unified-controls[data-v-f70da3fe]{border-radius:6px;max-height:calc(100vh - 60px);width:100%;box-sizing:border-box}.layer-buttons[data-v-f70da3fe]{flex-direction:column;gap:4px;padding:6px 8px 8px}.layer-btn[data-v-f70da3fe]{padding:12px 8px;font-size:13px;width:100%}.search-input-container[data-v-f70da3fe]{padding:4px 8px 0;flex-wrap:wrap;gap:4px}.search-input[data-v-f70da3fe]{padding:10px 12px;font-size:16px}.section-header[data-v-f70da3fe]{padding:6px 8px 3px}.filter-tags[data-v-f70da3fe]{padding:0 8px 8px;gap:4px}.filter-tag[data-v-f70da3fe]{padding:10px 8px;min-height:44px}.controls-toggle[data-v-f70da3fe]{min-width:36px;height:36px;padding:6px 8px;font-size:14px}.search-results[data-v-f70da3fe]{padding:0 8px 6px}.search-result-item[data-v-f70da3fe]{padding:12px 8px;min-height:44px}}@media (max-width: 768px) and (orientation: landscape){.layer-buttons[data-v-f70da3fe]{flex-direction:row}.layer-btn[data-v-f70da3fe]{padding:8px 6px;font-size:11px}.filter-tags[data-v-f70da3fe]{gap:4px}.filter-tag[data-v-f70da3fe]{padding:6px 8px;min-height:auto}}.enhanced-coords[data-v-0887260d]{position:absolute;bottom:20px;left:20px;background:#1a1a1af2;color:var(--theme-text-primary);border-radius:10px;font-family:Inter,sans-serif;z-index:1001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #0000004d;transition:all .3s ease;display:flex;align-items:stretch;min-height:74px}.enhanced-coords.collapsed[data-v-0887260d]{min-height:74px;height:74px;border:none;border-radius:10px}.toggle-btn[data-v-0887260d]{background:#3c3c3ce6;border:none;color:#e0e0e0;padding:0;width:24px;cursor:pointer;border-radius:10px 0 0 10px;font-size:12px;font-weight:700;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-right:2px solid var(--theme-border);min-height:74px}.enhanced-coords.collapsed .toggle-btn[data-v-0887260d]{border-radius:10px;border-right:none}.enhanced-coords.collapsed .toggle-btn[data-v-0887260d]{min-height:74px;height:74px}.coords-content[data-v-0887260d]{flex:1;padding:6px 8px;display:flex;flex-direction:column;gap:4px}.layer-tab[data-v-0887260d]{display:flex;align-items:center;gap:4px;background:transparent;padding:2px 8px;border-radius:6px 6px 0 0;border-bottom:2px solid white;margin:-2px -2px 2px;position:relative;width:calc(100% + 4px);left:-2px}.layer-tab[data-v-0887260d]:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#fff}.layer-icon[data-v-0887260d]{font-size:12px}.layer-name[data-v-0887260d]{font-size:10px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.position-row[data-v-0887260d]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.position-group[data-v-0887260d]{display:flex;align-items:center;gap:6px;flex:0 0 auto}.position-icon[data-v-0887260d]{font-size:12px}.position-label[data-v-0887260d]{font-size:10px;color:var(--theme-text-muted);font-weight:600;min-width:40px}.coord-pair[data-v-0887260d]{display:flex;align-items:center;gap:6px;background:var(--theme-accent-transparent-10);padding:2px 8px;border-radius:4px}.coord-value[data-v-0887260d]{font-weight:700;font-size:12px;color:var(--theme-accent-light);font-family:Inter,Courier New,monospace}.coord-separator[data-v-0887260d]{color:var(--theme-text-muted);font-weight:400}.pinned-group[data-v-0887260d]{border-left:2px solid var(--theme-border-light);padding-left:12px;margin-left:8px}.pinned-icon[data-v-0887260d],.pinned-label[data-v-0887260d]{color:#ff6b35}.pinned-value[data-v-0887260d]{color:#ff6b35!important}.pinned-coords[data-v-0887260d]{background:#ff6b351a}.remove-pin-btn[data-v-0887260d]{background:#ef4444cc;border:none;border-radius:3px;color:#fff;font-size:9px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-weight:700;margin-left:4px}@media (max-width: 768px){.enhanced-coords[data-v-0887260d]{left:8px;bottom:8px;border-radius:8px 0 0 8px;max-width:calc(100vw - 16px);box-sizing:border-box;min-height:32px}.enhanced-coords.collapsed[data-v-0887260d]{border:none;border-radius:8px;min-height:28px;height:28px}.toggle-btn[data-v-0887260d]{width:20px;font-size:11px;border-radius:8px 0 0 8px;background:#3c3c3ce6;color:#e0e0e0;min-height:32px}.enhanced-coords.collapsed .toggle-btn[data-v-0887260d]{border-radius:8px;border-right:none}.coords-content[data-v-0887260d]{padding:4px 6px;gap:3px}.layer-tab[data-v-0887260d]{padding:1px 6px;border-radius:4px 4px 0 0;width:calc(100% + 4px);left:-2px;background:transparent;border-bottom:2px solid white}.position-row[data-v-0887260d]{gap:8px}.pinned-group[data-v-0887260d]{padding-left:8px;margin-left:4px}.layer-name[data-v-0887260d]{font-size:9px;color:#fff}.layer-icon[data-v-0887260d],.position-icon[data-v-0887260d]{font-size:10px}.position-label[data-v-0887260d]{font-size:9px;min-width:35px}.coord-value[data-v-0887260d]{font-size:10px}.coord-pair[data-v-0887260d]{padding:1px 6px;gap:4px}.remove-pin-btn[data-v-0887260d]{width:14px;height:14px;font-size:8px}}@media (max-width: 480px){.enhanced-coords[data-v-0887260d]{left:4px;bottom:4px;border-radius:6px 0 0 6px;max-width:calc(100vw - 8px);box-sizing:border-box;min-height:28px}.enhanced-coords.collapsed[data-v-0887260d]{border:none;border-radius:6px;min-height:24px;height:24px}.toggle-btn[data-v-0887260d]{width:18px;font-size:10px;border-radius:6px 0 0 6px;background:#3c3c3ce6;color:#e0e0e0;min-height:28px}.enhanced-coords.collapsed .toggle-btn[data-v-0887260d]{border-radius:6px;border-right:none}.coords-content[data-v-0887260d]{padding:3px 4px;gap:2px}.layer-tab[data-v-0887260d]{padding:1px 4px;border-radius:3px 3px 0 0;width:calc(100% + 4px);left:-2px;background:transparent;border-bottom:2px solid white}.position-row[data-v-0887260d]{gap:6px;flex-wrap:wrap}.pinned-group[data-v-0887260d]{padding-left:6px;margin-left:2px;border-left-width:1px}.layer-name[data-v-0887260d]{font-size:8px;color:#fff}.layer-icon[data-v-0887260d],.position-icon[data-v-0887260d]{font-size:9px}.position-label[data-v-0887260d]{font-size:8px;min-width:30px}.coord-value[data-v-0887260d]{font-size:9px}.coord-pair[data-v-0887260d]{padding:1px 4px;gap:3px}.remove-pin-btn[data-v-0887260d]{width:12px;height:12px;font-size:7px}}@media (max-width: 504px){.enhanced-coords[data-v-0887260d]{display:none}}@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px){.enhanced-coords[data-v-0887260d]{bottom:auto;top:8px;left:8px;max-width:calc(60vw - 16px)}}@media (max-width: 480px) and (max-height: 600px){.enhanced-coords[data-v-0887260d]{bottom:8px;left:4px;right:auto;max-width:calc(100vw - 8px);transform:none}}.ol-popup{position:absolute;background:var(--theme-background-soft);border-radius:16px;box-shadow:0 16px 48px #00000080;padding:0;min-width:280px;max-width:400px;font-size:14px;pointer-events:auto;z-index:2000;border:2px solid var(--theme-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:visible;margin-bottom:16px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.ol-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:16px solid var(--theme-background-soft);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.ol-popup:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-top:18px solid var(--theme-border);z-index:-1}.enhanced-popup{background:var(--theme-background-soft);color:var(--theme-text-primary);border-radius:16px;overflow:hidden;box-shadow:inset 0 1px #ffffff1a}.popup-header{display:flex;align-items:flex-start;gap:12px;padding:20px 20px 16px;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border-bottom:1px solid var(--theme-border-light)}.popup-type-indicator{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;background:var(--theme-accent-transparent-20);border:2px solid var(--theme-accent-transparent-40);transition:all .2s ease}.popup-type-indicator.npc{background:#3b82f6;border-color:#60a5fa;color:#fff}.popup-type-indicator.shop{background:#10b981;border-color:#34d399;color:#fff}.popup-type-indicator.location{background:#f59e0b;border-color:#fbbf24;color:#fff}.popup-type-indicator.resource{background:#8b5cf6;border-color:#a78bfa;color:#fff}.popup-info{flex:1;min-width:0}.popup-link{color:var(--theme-accent);font-weight:700;font-size:16px;line-height:1.3;text-decoration:none;display:block;margin-bottom:8px;word-break:break-word;transition:all .2s ease}.popup-link:hover{color:var(--theme-accent-light);text-decoration:underline;transform:translate(2px)}.popup-coords{display:flex;gap:16px;color:var(--theme-text-muted);font-size:12px;font-weight:500;font-family:Inter,Courier New,monospace;background:var(--theme-background-mute);padding:6px 10px;border-radius:6px;margin-top:4px}.coord-group{display:flex;align-items:center;gap:4px}.coord-label{color:var(--theme-text-muted);font-weight:600}.coord-value{color:var(--theme-accent);font-weight:700}.popup-actions{display:flex;align-items:center;justify-content:center;padding:12px 20px 20px;gap:8px;background:var(--theme-background-mute)}.popup-action-btn{background:var(--theme-accent-transparent-20);border:2px solid var(--theme-accent-transparent-40);border-radius:8px;color:var(--theme-text-primary);cursor:pointer;font-size:12px;font-weight:600;padding:8px 12px;transition:all .2s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.popup-action-btn:hover{background:var(--theme-accent-transparent-40);border-color:var(--theme-accent);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.popup-close{background:var(--theme-background-mute);border:2px solid var(--theme-border);font-size:18px;color:var(--theme-text-muted);cursor:pointer;padding:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;flex-shrink:0;font-weight:400;line-height:1}.popup-close:hover{background:#ef4444;border-color:#f87171;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #ef44444d}@media (max-width: 768px){.ol-popup{min-width:260px;max-width:320px}.popup-header{padding:16px 16px 12px;gap:10px}.popup-type-indicator{width:36px;height:36px;font-size:16px}.popup-link{font-size:14px}.popup-coords{gap:12px;font-size:11px}.popup-actions{padding:10px 16px 16px;gap:8px}.popup-action-btn{font-size:12px;padding:8px 12px;min-height:36px}.popup-close{font-size:16px;width:24px;height:24px}}@media (max-width: 480px){.ol-popup{min-width:240px;max-width:calc(100vw - 32px);margin:0 8px}.popup-header{padding:12px 12px 8px;gap:8px}.popup-type-indicator{width:32px;height:32px;font-size:14px}.popup-link{font-size:13px;line-height:1.3}.popup-coords{gap:8px;font-size:10px;flex-wrap:wrap}.popup-actions{padding:8px 12px 12px;gap:6px;flex-wrap:wrap}.popup-action-btn{font-size:11px;padding:10px 12px;min-height:44px;flex:1;min-width:80px}.popup-close{font-size:18px;width:28px;height:28px;top:8px;right:8px}}@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px){.ol-popup{max-width:280px}.popup-header{padding:10px 12px 8px}.popup-actions{padding:6px 12px 10px;gap:4px}.popup-action-btn{padding:6px 10px;min-height:32px;font-size:11px}}@media (prefers-color-scheme: dark){.ol-popup{background:var(--dark-grey, rgba(26, 26, 26, .95))!important;border-color:#f59e0b4d!important}.ol-popup:after{border-top-color:var(--dark-grey, rgba(26, 26, 26, .95))!important}.ol-popup:before{border-top-color:#f59e0b4d!important}.popup-content{background:var(--dark-grey, rgba(26, 26, 26, .95))!important;color:var(--white, #ffffff)!important}.popup-link{color:var(--map-primary-light, #fbbf24)!important}}#map[data-v-aec1ed69]{height:calc(100vh - 76px);width:100%;position:relative;z-index:1}.map-controls-container[data-v-aec1ed69]{position:absolute;top:16px;right:16px;width:300px;max-width:300px;max-height:calc(100vh - 120px);z-index:1001}@media (max-width: 768px){#map[data-v-aec1ed69]{height:calc(100vh - 60px)}.map-controls-container[data-v-aec1ed69]{position:absolute;top:8px;right:8px;left:8px;width:auto;max-height:calc(100vh - 100px);max-width:calc(100vw - 16px);z-index:1001;overflow:hidden}}@media (max-width: 480px){#map[data-v-aec1ed69]{height:calc(100vh - 50px)}.map-controls-container[data-v-aec1ed69]{top:4px;right:4px;left:4px;max-height:calc(100vh - 80px);max-width:calc(100vw - 8px);overflow:hidden}}@media (max-width: 768px) and (orientation: landscape){.map-controls-container[data-v-aec1ed69]{right:8px;left:auto;max-height:calc(100vh - 60px)}}.item-icon[data-v-1f208026]{display:inline-block;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;border-radius:4px}.item-icon.small[data-v-1f208026]{width:1.5rem;height:1.5rem}.item-icon.medium[data-v-1f208026]{width:2.25rem;height:2.25rem}.item-icon.large[data-v-1f208026]{width:3rem;height:3rem}.item-selector[data-v-d9b0dc5e]{position:relative;width:100%}.selector-header[data-v-d9b0dc5e]{display:flex;align-items:center;gap:.75rem;padding:12px;border:1px solid var(--theme-border);border-radius:6px;background-color:var(--theme-background-mute);cursor:pointer;transition:all .3s ease;min-height:48px}.selector-header[data-v-d9b0dc5e]:hover{border-color:var(--theme-accent-transparent-40)}.selector-header.open[data-v-d9b0dc5e]{border-color:var(--theme-accent);border-bottom-left-radius:0;border-bottom-right-radius:0}.selected-item[data-v-d9b0dc5e]{display:flex;align-items:center;gap:.75rem;flex:1}.placeholder[data-v-d9b0dc5e]{display:flex;align-items:center;gap:.75rem;flex:1;color:var(--theme-text-muted)}.item-cost[data-v-d9b0dc5e]{color:var(--theme-text-secondary);font-size:.9rem}.dropdown-arrow[data-v-d9b0dc5e]{color:var(--theme-text-secondary);transition:transform .3s ease}.selector-header.open .dropdown-arrow[data-v-d9b0dc5e]{transform:rotate(180deg)}.dropdown[data-v-d9b0dc5e]{position:absolute;top:100%;left:0;right:0;background-color:var(--theme-background-soft);border:1px solid var(--theme-accent);border-top:none;border-radius:0 0 6px 6px;z-index:1000;max-height:300px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.search-container[data-v-d9b0dc5e]{position:relative;padding:.75rem;border-bottom:1px solid var(--theme-border)}.search-icon[data-v-d9b0dc5e]{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--theme-text-secondary);font-size:1.1rem}.search-input[data-v-d9b0dc5e]{width:100%;padding:8px 12px 8px 2.5rem;border:1px solid var(--theme-border);border-radius:4px;background-color:var(--theme-background-mute);color:var(--theme-text-primary);font-size:14px}.search-input[data-v-d9b0dc5e]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 2px var(--theme-accent-transparent-20)}.items-list[data-v-d9b0dc5e]{max-height:200px;overflow-y:auto}.item-option[data-v-d9b0dc5e]{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid var(--theme-border)}.item-option[data-v-d9b0dc5e]:last-child{border-bottom:none}.item-option[data-v-d9b0dc5e]:hover{background-color:var(--theme-background-mute)}.item-option.selected[data-v-d9b0dc5e]{background-color:var(--theme-accent-transparent-20);border-left:3px solid var(--theme-accent)}.item-info[data-v-d9b0dc5e]{flex:1;display:flex;flex-direction:column;gap:.25rem}.item-name[data-v-d9b0dc5e]{font-weight:500;color:var(--theme-text-primary)}.item-description[data-v-d9b0dc5e]{font-size:.85rem;color:var(--theme-text-secondary);font-style:italic}.no-results[data-v-d9b0dc5e]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--theme-text-muted);font-style:italic}.dropdown-backdrop[data-v-d9b0dc5e]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.items-list[data-v-d9b0dc5e]::-webkit-scrollbar{width:6px}.items-list[data-v-d9b0dc5e]::-webkit-scrollbar-track{background:var(--theme-background)}.items-list[data-v-d9b0dc5e]::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:3px}.items-list[data-v-d9b0dc5e]::-webkit-scrollbar-thumb:hover{background:var(--theme-accent-transparent-40)}@media (max-width: 768px){.dropdown[data-v-d9b0dc5e]{max-height:250px}.items-list[data-v-d9b0dc5e]{max-height:150px}.item-option[data-v-d9b0dc5e]{padding:.5rem}.item-description[data-v-d9b0dc5e]{display:none}}.bg-gradient-soft[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%)}.bg-gradient-muted[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background) 0%,var(--theme-background-mute) 100%)}.bg-gradient-light[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background-light) 0%,var(--theme-background) 100%)}.bg-gradient-card[data-v-fec44de9]{background:linear-gradient(145deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%)}.bg-gradient-accent[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-accent) 0%,var(--theme-accent-dark) 100%)}.bg-gradient-accent-hover[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-accent-light) 0%,var(--theme-accent) 100%)}.bg-gradient-accent-subtle[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-accent-transparent-5) 0%,var(--theme-accent-transparent-10) 100%)}.bg-gradient-success[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-success) 0%,var(--theme-success-dark) 100%)}.bg-gradient-success-hover[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-success-light) 0%,var(--theme-success) 100%)}.bg-gradient-danger[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-danger) 0%,var(--theme-danger-dark) 100%)}.bg-gradient-danger-hover[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-danger-light) 0%,var(--theme-danger) 100%)}.border-accent[data-v-fec44de9]{border:1px solid var(--theme-accent-transparent-40)}.border-subtle[data-v-fec44de9]{border:1px solid var(--theme-border)}.shadow-card[data-v-fec44de9]{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-card-hover[data-v-fec44de9]{box-shadow:0 20px 40px -8px #0003,0 8px 16px -4px #0000001a,0 0 0 1px var(--theme-accent-transparent-20),0 0 20px var(--theme-accent-transparent-15)}.shadow-accent[data-v-fec44de9]{box-shadow:0 4px 12px var(--theme-accent-transparent-30)}.shadow-success[data-v-fec44de9]{box-shadow:0 4px 12px var(--theme-success-transparent-30)}.shadow-danger[data-v-fec44de9]{box-shadow:0 4px 12px var(--theme-danger-transparent-30)}.spacing-section[data-v-fec44de9]{margin-bottom:2rem}.spacing-element[data-v-fec44de9]{margin-bottom:1rem}.spacing-small[data-v-fec44de9]{margin-bottom:.5rem}.padding-container[data-v-fec44de9]{padding:1.5rem}.padding-card[data-v-fec44de9]{padding:2rem}.feedback-container[data-v-fec44de9]{position:fixed;top:20px;right:20px;z-index:2000;pointer-events:none}.feedback-toast[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;padding:12px 16px;margin-bottom:8px;border-radius:8px;color:#fff;font-weight:500;font-size:14px;box-shadow:0 4px 12px #00000026;min-width:200px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feedback-toast.success[data-v-fec44de9]{background:linear-gradient(135deg,#28a745,#20c997)}.feedback-toast.error[data-v-fec44de9]{background:linear-gradient(135deg,#dc3545,#e74c3c)}.feedback-toast.info[data-v-fec44de9]{background:linear-gradient(135deg,#17a2b8,#007bff)}.pulse[data-v-fec44de9]{animation:pulse-fec44de9 2s ease-in-out infinite}[data-v-fec44de9]:root{--theme-text-primary: #1a1a1a;--theme-text-secondary: #6b7280;--theme-text-muted: #9ca3af;--theme-text-dark: #ffffff;--theme-background: #ffffff;--theme-background-soft: #f9fafb;--theme-background-mute: #f3f4f6;--theme-background-light: #ffffff;--theme-border: #e5e7eb;--theme-accent: #3b82f6;--theme-accent-light: #60a5fa;--theme-accent-dark: #2563eb;--theme-accent-soft: #dbeafe;--theme-success: #10b981;--theme-success-light: #34d399;--theme-success-dark: #059669;--theme-danger: #ef4444;--theme-danger-light: #f87171;--theme-danger-dark: #dc2626;--theme-warning: #f59e0b;--theme-warning-light: #fbbf24;--theme-warning-dark: #d97706;--theme-accent-transparent-5: rgba(59, 130, 246, .05);--theme-accent-transparent-8: rgba(59, 130, 246, .08);--theme-accent-transparent-10: rgba(59, 130, 246, .1);--theme-accent-transparent-15: rgba(59, 130, 246, .15);--theme-accent-transparent-20: rgba(59, 130, 246, .2);--theme-accent-transparent-25: rgba(59, 130, 246, .25);--theme-accent-transparent-30: rgba(59, 130, 246, .3);--theme-accent-transparent-40: rgba(59, 130, 246, .4);--theme-accent-transparent-50: rgba(59, 130, 246, .5);--theme-success-transparent-30: rgba(16, 185, 129, .3);--theme-danger-transparent-30: rgba(239, 68, 68, .3);--theme-warning-transparent-10: rgba(245, 158, 11, .1);--theme-surface: #ffffff;--theme-surface-hover: #f9fafb;--theme-surface-dark: #1f2937;--theme-surface-hover-dark: #374151;--theme-border-dark: #4b5563}@media (prefers-color-scheme: dark){[data-v-fec44de9]:root{--theme-text-primary: #f9fafb;--theme-text-secondary: #d1d5db;--theme-text-muted: #9ca3af;--theme-text-dark: #1f2937;--theme-background: #1f2937;--theme-background-soft: #374151;--theme-background-mute: #4b5563;--theme-background-light: #6b7280;--theme-border: #4b5563;--theme-surface: #374151;--theme-surface-hover: #4b5563}}@media (prefers-contrast: high){.listing-card[data-v-fec44de9],.btn[data-v-fec44de9],.tag-chip[data-v-fec44de9]{border-width:2px}}@media print{.feedback-container[data-v-fec44de9],.modal-overlay[data-v-fec44de9],.listing-actions[data-v-fec44de9],.filters-bar[data-v-fec44de9]{display:none!important}.listing-card[data-v-fec44de9]{break-inside:avoid;box-shadow:none;border:1px solid #000}.marketplace-container[data-v-fec44de9]{max-width:none;padding:0}}.sr-only[data-v-fec44de9]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link[data-v-fec44de9]{position:absolute;top:-40px;left:6px;background:var(--theme-accent);color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:1000}.skip-link[data-v-fec44de9]:focus{top:6px}html[data-v-fec44de9]{scroll-behavior:smooth}[data-v-fec44de9]::selection{background-color:var(--theme-accent-transparent-30);color:var(--theme-text-primary)}[data-v-fec44de9]::-moz-selection{background-color:var(--theme-accent-transparent-30);color:var(--theme-text-primary)}[data-v-fec44de9]::-webkit-scrollbar{width:8px;height:8px}[data-v-fec44de9]::-webkit-scrollbar-track{background:var(--theme-background-mute);border-radius:4px}[data-v-fec44de9]::-webkit-scrollbar-thumb{background:var(--theme-accent-transparent-40);border-radius:4px}[data-v-fec44de9]::-webkit-scrollbar-thumb:hover{background:var(--theme-accent-transparent-50)}[data-v-fec44de9]{scrollbar-width:thin;scrollbar-color:var(--theme-accent-transparent-40) var(--theme-background-mute)}@keyframes skeleton-pulse-fec44de9{0%,to{opacity:1}50%{opacity:.4}}@keyframes pulse-fec44de9{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fadeIn-fec44de9{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown-fec44de9{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer-fec44de9{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shine-fec44de9{0%{background-position:-200% 0;opacity:0}50%{opacity:1}to{background-position:200% 0;opacity:0}}@keyframes highlightPulse-fec44de9{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes highlightGlow-fec44de9{0%{opacity:.6;box-shadow:0 0 20px var(--theme-accent)}50%{opacity:.3;box-shadow:0 0 30px var(--theme-accent)}to{opacity:0;box-shadow:0 0 0 var(--theme-accent)}}@keyframes shimmer-tag-fec44de9{0%,to{box-shadow:0 2px 6px #0000001a}50%{box-shadow:0 2px 6px #06b6d466,0 0 12px #06b6d433}}@keyframes pulse-glow-fec44de9{0%,to{box-shadow:0 2px 6px #0000001a}50%{box-shadow:0 2px 6px #ef444466,0 0 15px #ef444433}}@keyframes gentle-bounce-fec44de9{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes button-select-fec44de9{0%{transform:scale(1);box-shadow:0 2px 4px #0000001a}50%{transform:scale(1.02);box-shadow:0 4px 12px #00000026}to{transform:scale(1);box-shadow:0 4px 20px var(--theme-accent-transparent-20)}}@keyframes toggle-activate-fec44de9{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-2px) scale(1.02)}to{transform:translateY(-1px) scale(1)}}@keyframes radio-select-fec44de9{0%{transform:scale(1);box-shadow:0 2px 8px #0000000d}50%{transform:scale(1.01);box-shadow:0 4px 16px #0000001a}to{transform:scale(1);box-shadow:0 4px 20px var(--theme-accent-transparent-20)}}@keyframes icon-bounce-fec44de9{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes icon-spin-once-fec44de9{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pulse[data-v-fec44de9]{animation:pulse-fec44de9 2s ease-in-out infinite}.animate-fade-in[data-v-fec44de9]{animation:fadeIn-fec44de9 .6s ease-out}.animate-slide-down[data-v-fec44de9]{animation:slideDown-fec44de9 .3s ease-out}.animate-skeleton-pulse[data-v-fec44de9]{animation:skeleton-pulse-fec44de9 1.5s ease-in-out infinite}.animate-shimmer-tag[data-v-fec44de9]{animation:shimmer-tag-fec44de9 3s infinite}.animate-pulse-glow[data-v-fec44de9]{animation:pulse-glow-fec44de9 2s infinite}.animate-gentle-bounce[data-v-fec44de9]{animation:gentle-bounce-fec44de9 2s ease-in-out infinite}.animate-highlight-pulse[data-v-fec44de9]{animation:highlightPulse-fec44de9 2s ease-in-out}.animate-highlight-glow[data-v-fec44de9]{animation:highlightGlow-fec44de9 3s ease-in-out}.animate-shimmer-hover[data-v-fec44de9]:hover:before{animation:shimmer-fec44de9 2s ease-in-out infinite}.animate-shine-hover[data-v-fec44de9]:hover:before{animation:shine-fec44de9 1.5s ease-in-out}.listing-enter-active[data-v-fec44de9]{transition:all .6s cubic-bezier(.4,0,.2,1)}.listing-leave-active[data-v-fec44de9]{transition:all .4s cubic-bezier(.4,0,.2,1)}.listing-enter-from[data-v-fec44de9]{opacity:0;transform:translateY(30px) scale(.95)}.listing-leave-to[data-v-fec44de9]{opacity:0;transform:translateY(-30px) scale(.95)}.listing-move[data-v-fec44de9]{transition:transform .6s cubic-bezier(.4,0,.2,1)}.feedback-enter-active[data-v-fec44de9],.feedback-leave-active[data-v-fec44de9]{transition:all .3s ease}.feedback-enter-from[data-v-fec44de9],.feedback-leave-to[data-v-fec44de9]{opacity:0;transform:translate(100%)}.listing-card[data-v-fec44de9]{will-change:transform}.listing-card[data-v-fec44de9]:hover{will-change:auto}@media (prefers-reduced-motion: reduce){[data-v-fec44de9]{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.animate-pulse[data-v-fec44de9],.animate-pulse-glow[data-v-fec44de9],.animate-gentle-bounce[data-v-fec44de9],.animate-shimmer-tag[data-v-fec44de9],.animate-highlight-pulse[data-v-fec44de9],.animate-highlight-glow[data-v-fec44de9],.animate-skeleton-pulse[data-v-fec44de9]{animation:none!important}.listing-card[data-v-fec44de9]:hover,.listing-card.selling-listing[data-v-fec44de9]:hover,.listing-card.buying-listing[data-v-fec44de9]:hover,.tag-chip[data-v-fec44de9]:hover{transform:none!important}.listing-enter-active[data-v-fec44de9],.listing-leave-active[data-v-fec44de9],.feedback-enter-active[data-v-fec44de9],.feedback-leave-active[data-v-fec44de9]{transition:opacity .01ms!important}.listing-enter-from[data-v-fec44de9],.listing-leave-to[data-v-fec44de9]{transform:none!important}}.btn[data-v-fec44de9]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;text-decoration:none;position:relative;overflow:hidden;min-height:44px}.btn[data-v-fec44de9]:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-primary[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-accent) 0%,var(--theme-accent-dark) 100%);color:var(--theme-text-dark);box-shadow:0 4px 12px var(--theme-accent-transparent-30)}.btn-primary[data-v-fec44de9]:hover:not(:disabled){background:linear-gradient(135deg,var(--theme-accent-light) 0%,var(--theme-accent) 100%);transform:translateY(-2px);box-shadow:0 6px 20px var(--theme-accent-transparent-40)}.btn-secondary[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background-mute) 0%,var(--theme-background-light) 100%);color:var(--theme-text-primary);border:1px solid var(--theme-border)}.btn-secondary[data-v-fec44de9]:hover:not(:disabled){background:linear-gradient(135deg,var(--theme-background-light) 0%,var(--theme-background) 100%);border-color:var(--theme-accent-transparent-40);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.btn-success[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-success) 0%,var(--theme-success-dark) 100%);color:#fff;box-shadow:0 4px 12px var(--theme-success-transparent-30)}.btn-success[data-v-fec44de9]:hover:not(:disabled){background:linear-gradient(135deg,var(--theme-success-light) 0%,var(--theme-success) 100%);transform:translateY(-2px);box-shadow:0 6px 20px var(--theme-success-transparent-30)}.btn-danger[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-danger) 0%,var(--theme-danger-dark) 100%);color:#fff;box-shadow:0 4px 12px var(--theme-danger-transparent-30)}.btn-danger[data-v-fec44de9]:hover:not(:disabled){background:linear-gradient(135deg,var(--theme-danger-light) 0%,var(--theme-danger) 100%);transform:translateY(-2px);box-shadow:0 6px 20px var(--theme-danger-transparent-30)}.btn-ghost[data-v-fec44de9]{background:transparent;color:var(--theme-text-secondary);border:1px solid var(--theme-border)}.btn-ghost[data-v-fec44de9]:hover:not(:disabled){background:var(--theme-background-mute);color:var(--theme-text-primary);border-color:var(--theme-accent-transparent-40)}.btn-sm[data-v-fec44de9]{padding:8px 16px;font-size:12px;min-height:36px}.btn-lg[data-v-fec44de9]{padding:16px 32px;font-size:16px;min-height:52px}.btn-block[data-v-fec44de9]{width:100%}.btn-icon[data-v-fec44de9]{padding:12px;min-width:44px}.btn-spaced[data-v-fec44de9]{margin-top:1rem}.btn.disabled[data-v-fec44de9]{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.remove-item-btn[data-v-fec44de9],.add-item-btn[data-v-fec44de9]{padding:8px;border-radius:4px;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;font-size:14px;transition:all .3s ease}.remove-item-btn[data-v-fec44de9]{background-color:#dc3545;color:#fff}.remove-item-btn[data-v-fec44de9]:hover{background-color:#c82333}.add-item-btn[data-v-fec44de9]{background-color:var(--theme-accent);color:var(--theme-text-dark);margin-top:.5rem}.add-item-btn[data-v-fec44de9]:hover{background-color:var(--theme-accent-dark)}.toggle-btn[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;padding:8px 12px;background-color:var(--theme-background);border:1px solid var(--theme-border);border-radius:6px;color:var(--theme-text-secondary);cursor:pointer;font-size:14px;transition:all .3s ease}.toggle-btn[data-v-fec44de9]:hover{background-color:var(--theme-background-light);color:var(--theme-text-primary);border-color:var(--theme-accent-transparent-40)}.toggle-btn.active[data-v-fec44de9]{background-color:var(--theme-accent);color:var(--theme-text-dark);border-color:var(--theme-accent);font-weight:600}.toggle-buttons-group[data-v-fec44de9]{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:12px;margin-top:8px}.toggle-btn[data-v-fec44de9]{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--theme-background);border:2px solid var(--theme-border);border-radius:10px;color:var(--theme-text-secondary);cursor:pointer;font-size:15px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:auto}.toggle-btn[data-v-fec44de9]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,var(--theme-accent-transparent-05) 100%);opacity:0;transition:opacity .3s ease;z-index:0}.toggle-btn[data-v-fec44de9]:hover{background:var(--theme-background-light);color:var(--theme-text-primary);border-color:var(--theme-accent-transparent-40);transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.toggle-btn[data-v-fec44de9]:hover:before{opacity:1}.toggle-btn .iconify[data-v-fec44de9]{font-size:20px;flex-shrink:0;transition:all .3s ease;z-index:1;position:relative;color:inherit}.toggle-btn span[data-v-fec44de9]{z-index:1;position:relative;line-height:1.4}.toggle-btn.active[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-accent-transparent-10) 0%,var(--theme-accent-transparent-20) 100%);color:var(--theme-accent);border-color:var(--theme-accent);font-weight:600;box-shadow:0 4px 20px var(--theme-accent-transparent-20);transform:translateY(-1px);animation:toggle-activate-fec44de9 .3s ease-out}.toggle-btn.active[data-v-fec44de9]:before{opacity:1;background:linear-gradient(135deg,var(--theme-accent-transparent-10) 0%,var(--theme-accent-transparent-20) 100%)}.toggle-btn.active .iconify[data-v-fec44de9]{color:var(--theme-accent);transform:scale(1.1);animation:icon-bounce-fec44de9 .3s ease-out}.toggle-btn:has(.iconify[data-icon*=swap]).active[data-v-fec44de9]{border-color:#8b5cf6;color:#8b5cf6;background:linear-gradient(135deg,#8b5cf61a,#8b5cf633);box-shadow:0 4px 20px #8b5cf633}.toggle-btn:has(.iconify[data-icon*=swap]).active .iconify[data-v-fec44de9]{color:#8b5cf6}.toggle-btn:has(.iconify[data-icon*=chart]).active[data-v-fec44de9]{border-color:#f59e0b;color:#f59e0b;background:linear-gradient(135deg,#f59e0b1a,#f59e0b33);box-shadow:0 4px 20px #f59e0b33}.toggle-btn:has(.iconify[data-icon*=chart]).active .iconify[data-v-fec44de9]{color:#f59e0b}.toggle-buttons-group[data-v-fec44de9]:focus-within{outline:2px solid var(--theme-accent);outline-offset:2px;border-radius:12px}.toggle-btn[data-v-fec44de9]:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px;z-index:1}@media (prefers-reduced-motion: reduce){.toggle-btn[data-v-fec44de9],.toggle-btn.active[data-v-fec44de9],.toggle-btn.active .iconify[data-v-fec44de9]{animation:none}.toggle-btn[data-v-fec44de9]:hover,.toggle-btn.active[data-v-fec44de9]{transform:none}.toggle-btn.active .iconify[data-v-fec44de9]{transform:scale(1.1)}}.toggle-btn.loading[data-v-fec44de9]{opacity:.7;pointer-events:none}.toggle-btn.loading[data-v-fec44de9]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,var(--theme-accent-transparent-10) 50%,transparent 100%);animation:shimmer-fec44de9 2s ease-in-out infinite}.toggle-btn[data-v-fec44de9]:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.toggle-btn[data-v-fec44de9]:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.toggle-btn[data-v-fec44de9]:disabled:hover{background:var(--theme-background);color:var(--theme-text-secondary);border-color:var(--theme-border)}.clear-all-btn[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;background-color:var(--theme-background-mute);color:var(--theme-text-secondary);border:1px solid var(--theme-border);padding:8px 12px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .3s ease}.clear-all-btn[data-v-fec44de9]:hover{background-color:var(--theme-background-light);color:var(--theme-text-primary);border-color:var(--theme-accent-transparent-40)}.clear-search-btn[data-v-fec44de9]{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:4px;border-radius:4px;transition:all .3s ease}.clear-search-btn[data-v-fec44de9]:hover{background-color:var(--theme-background-mute);color:var(--theme-text-primary)}.close-btn[data-v-fec44de9]{background:none;border:none;color:var(--theme-text-secondary);cursor:pointer;font-size:24px;padding:4px;transition:color .3s ease}.close-btn[data-v-fec44de9]:hover{color:var(--theme-text-primary)}.quick-filters-btn[data-v-fec44de9]{background-color:var(--theme-background-mute);color:var(--theme-text-secondary);border:1px solid var(--theme-border);padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.quick-filters-btn[data-v-fec44de9]:hover,.quick-filters-btn.active[data-v-fec44de9]{background-color:var(--theme-accent);color:var(--theme-text-dark);border-color:var(--theme-accent)}.marketplace-container[data-v-fec44de9]{max-width:1200px;margin:0 auto;padding:2rem;color:var(--theme-text-primary)}.marketplace-header[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border);border-radius:16px;padding:2rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.header-content[data-v-fec44de9]{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.title-section h1[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem;font-size:2.5rem}.title-icon[data-v-fec44de9]{font-size:2.5rem}.title-section p[data-v-fec44de9]{color:var(--theme-text-secondary);margin:0;font-size:1.1rem}.header-stats[data-v-fec44de9]{display:flex;gap:2rem}.stat[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;color:var(--theme-text-secondary);font-size:.95rem;padding:.5rem 1rem;background-color:var(--theme-background);border-radius:8px;border:1px solid var(--theme-border)}.stat.pulse[data-v-fec44de9]{animation:pulse-fec44de9 2s ease-in-out infinite}.section-header[data-v-fec44de9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3[data-v-fec44de9]{color:var(--theme-accent);display:flex;align-items:center;gap:.5rem;font-size:1.3rem}.empty-state[data-v-fec44de9]{text-align:center;padding:4rem 2rem;color:var(--theme-text-secondary)}.empty-icon[data-v-fec44de9]{font-size:4rem;margin-bottom:1rem;color:var(--theme-text-muted)}.empty-state h3[data-v-fec44de9]{color:var(--theme-text-primary);margin-bottom:.5rem}.listings-section[data-v-fec44de9]{margin-bottom:2rem}.pending-trades-section[data-v-fec44de9]{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border);border-radius:16px}@media (max-width: 1024px){.header-content[data-v-fec44de9]{flex-direction:column;align-items:center;gap:1.5rem}.header-stats[data-v-fec44de9]{gap:1rem}.section-header[data-v-fec44de9]{flex-direction:column;align-items:stretch;gap:1rem}}@media (max-width: 768px){.marketplace-container[data-v-fec44de9]{padding:1rem}.marketplace-header[data-v-fec44de9]{flex-direction:column;text-align:center;padding:1.5rem}.title-section h1[data-v-fec44de9]{font-size:2rem}.header-stats[data-v-fec44de9]{flex-direction:column;gap:.75rem;width:100%}.stat[data-v-fec44de9]{justify-content:center;padding:.75rem 1.5rem}}@media (max-width: 480px){.marketplace-container[data-v-fec44de9]{padding:.75rem}.marketplace-header[data-v-fec44de9]{padding:1rem}.title-section h1[data-v-fec44de9]{font-size:1.75rem;flex-direction:column;gap:.5rem}.title-icon[data-v-fec44de9]{font-size:2rem}}.filters-bar[data-v-fec44de9]{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border);border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;flex-wrap:wrap}.search-container[data-v-fec44de9]{position:relative;flex:1;min-width:200px}.search-icon[data-v-fec44de9]{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--theme-text-secondary);font-size:1.1rem;z-index:1}.search-input[data-v-fec44de9]{width:100%;padding:10px 16px 10px 40px;border:1px solid var(--theme-border);border-radius:8px;background-color:var(--theme-background);color:var(--theme-text-primary);font-size:14px;transition:all .3s ease}.search-input[data-v-fec44de9]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-transparent-20)}.search-input[data-v-fec44de9]::placeholder{color:var(--theme-text-muted)}.sort-container[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem}.sort-icon[data-v-fec44de9]{color:var(--theme-text-secondary);font-size:1.1rem}.sort-select[data-v-fec44de9]{padding:8px 12px;border:1px solid var(--theme-border);border-radius:6px;background-color:var(--theme-background);color:var(--theme-text-primary);font-size:14px;cursor:pointer;transition:all .3s ease}.sort-select[data-v-fec44de9]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-transparent-20)}.price-container[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem}.price-icon[data-v-fec44de9]{color:var(--theme-text-secondary);font-size:1.1rem}.price-input[data-v-fec44de9]{width:80px;padding:8px 12px;border:1px solid var(--theme-border);border-radius:6px;background-color:var(--theme-background);color:var(--theme-text-primary);font-size:14px;transition:all .3s ease}.price-input[data-v-fec44de9]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-transparent-20)}.price-separator[data-v-fec44de9]{color:var(--theme-text-secondary);margin:0 .25rem}.filter-toggles[data-v-fec44de9]{display:flex;gap:.5rem}.filter-count-badge[data-v-fec44de9]{background-color:var(--theme-accent-secondary);color:var(--theme-text-dark);font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-left:4px}.quick-filters-btn.active .filter-count-badge[data-v-fec44de9]{background-color:var(--theme-background);color:var(--theme-accent)}.quick-filters-bar[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border);border-radius:8px;padding:1rem;margin-bottom:1.5rem;animation:slideDown-fec44de9 .3s ease-out}.quick-filter-chips[data-v-fec44de9]{display:flex;flex-wrap:wrap;gap:.75rem}.filter-chip[data-v-fec44de9]{background-color:var(--theme-background);color:var(--theme-text-secondary);border:1px solid var(--theme-border);padding:8px 12px;border-radius:20px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-weight:500}.filter-chip[data-v-fec44de9]:hover{background-color:var(--theme-background-light);border-color:var(--theme-accent-transparent-40);transform:translateY(-1px)}.filter-chip.active[data-v-fec44de9]{background-color:var(--theme-accent);color:var(--theme-text-dark);border-color:var(--theme-accent);font-weight:600;box-shadow:0 2px 8px var(--theme-accent-transparent-20);transform:translateY(-1px)}.filter-chip[data-filter=selling][data-v-fec44de9]{border-color:#10b981;color:#10b981}.filter-chip[data-filter=selling][data-v-fec44de9]:hover,.filter-chip[data-filter=selling].active[data-v-fec44de9]{background:#10b981;color:#fff;box-shadow:0 2px 8px #10b9814d}.filter-chip[data-filter=buying][data-v-fec44de9]{border-color:#3b82f6;color:#3b82f6}.filter-chip[data-filter=buying][data-v-fec44de9]:hover,.filter-chip[data-filter=buying].active[data-v-fec44de9]{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.filter-chip[data-filter=cheap][data-v-fec44de9]{border-color:#22c55e;color:#22c55e}.filter-chip[data-filter=cheap][data-v-fec44de9]:hover,.filter-chip[data-filter=cheap].active[data-v-fec44de9]{background:#22c55e;color:#fff;box-shadow:0 2px 8px #22c55e4d}.filter-chip[data-filter=moderate][data-v-fec44de9]{border-color:#f59e0b;color:#f59e0b}.filter-chip[data-filter=moderate][data-v-fec44de9]:hover,.filter-chip[data-filter=moderate].active[data-v-fec44de9]{background:#f59e0b;color:#fff;box-shadow:0 2px 8px #f59e0b4d}.filter-chip[data-filter=expensive][data-v-fec44de9]{border-color:#ec4899;color:#ec4899}.filter-chip[data-filter=expensive][data-v-fec44de9]:hover,.filter-chip[data-filter=expensive].active[data-v-fec44de9]{background:#ec4899;color:#fff;box-shadow:0 2px 8px #ec48994d}@media (max-width: 768px){.filters-bar[data-v-fec44de9]{flex-direction:column;gap:1rem;padding:1rem}.search-container[data-v-fec44de9]{width:100%;min-width:unset}.price-container[data-v-fec44de9]{flex-wrap:wrap;justify-content:center}.price-input[data-v-fec44de9]{width:70px}.filter-toggles[data-v-fec44de9]{justify-content:center;flex-wrap:wrap}}.listings-grid[data-v-fec44de9]{display:grid;gap:2rem;animation:fadeIn-fec44de9 .6s ease-out}.listings-grid[data-v-fec44de9]{grid-template-columns:repeat(auto-fit,minmax(min(380px,100%),1fr))}.listing-card[data-v-fec44de9]{background:linear-gradient(145deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border);border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;will-change:transform}.listing-card[data-v-fec44de9]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--theme-accent) 0%,var(--theme-accent-light) 50%,var(--theme-accent) 100%);opacity:0;transform:translateY(-4px);transition:all .4s cubic-bezier(.4,0,.2,1);background-size:200% 100%;border-radius:16px 16px 0 0}.listing-card.selling-listing[data-v-fec44de9]:before{background:linear-gradient(90deg,#10b981,#34d399,#10b981)}.listing-card.buying-listing[data-v-fec44de9]:before{background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6)}.listing-card[data-v-fec44de9]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--theme-accent-transparent-5) 0%,transparent 30%,transparent 70%,var(--theme-accent-transparent-8) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none;border-radius:16px}.listing-card.selling-listing[data-v-fec44de9]:after{background:linear-gradient(135deg,rgba(16,185,129,.05) 0%,transparent 30%,transparent 70%,rgba(16,185,129,.08) 100%)}.listing-card.buying-listing[data-v-fec44de9]:after{background:linear-gradient(135deg,rgba(59,130,246,.05) 0%,transparent 30%,transparent 70%,rgba(59,130,246,.08) 100%)}.listing-card[data-v-fec44de9]:hover:before{opacity:1;transform:translateY(0);animation:shimmer-fec44de9 2s ease-in-out infinite}.listing-card[data-v-fec44de9]:hover:after{opacity:1}.listing-card[data-v-fec44de9]:hover{border-color:var(--theme-accent-transparent-40);transform:translateY(-6px) scale(1.015);box-shadow:0 20px 40px -8px #0003,0 8px 16px -4px #0000001a,0 0 0 1px var(--theme-accent-transparent-20),0 0 20px var(--theme-accent-transparent-15);will-change:auto}.listing-card.selling-listing[data-v-fec44de9]:hover{border-color:#10b98166;box-shadow:0 20px 40px -8px #0003,0 8px 16px -4px #0000001a,0 0 0 1px #10b98133,0 0 20px #10b98126}.listing-card.buying-listing[data-v-fec44de9]:hover{border-color:#3b82f666;box-shadow:0 20px 40px -8px #0003,0 8px 16px -4px #0000001a,0 0 0 1px #3b82f633,0 0 20px #3b82f626}.listing-card.own-listing[data-v-fec44de9]{border-color:var(--theme-accent-transparent-40);background:linear-gradient(145deg,var(--theme-background-soft) 0%,var(--theme-accent-transparent-8) 50%,var(--theme-background-mute) 100%);box-shadow:0 4px 6px -1px var(--theme-accent-transparent-10),0 2px 4px -1px var(--theme-accent-transparent-5)}.listing-card.own-listing[data-v-fec44de9]:before{background:linear-gradient(90deg,var(--theme-accent-light) 0%,var(--theme-accent) 50%,var(--theme-accent-light) 100%);opacity:.3}.listing-card.own-listing.selling-listing[data-v-fec44de9]:before{background:linear-gradient(90deg,#34d399,#10b981,#34d399)}.listing-card.own-listing.buying-listing[data-v-fec44de9]:before{background:linear-gradient(90deg,#60a5fa,#3b82f6,#60a5fa)}.listing-card.own-listing[data-v-fec44de9]:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 20px 40px -8px var(--theme-accent-transparent-25),0 8px 16px -4px var(--theme-accent-transparent-15),0 0 0 2px var(--theme-accent-transparent-40),0 0 24px var(--theme-accent-transparent-20)}.listing-card.own-listing.selling-listing[data-v-fec44de9]:hover{box-shadow:0 20px 40px -8px #10b98140,0 8px 16px -4px #10b98126,0 0 0 2px #10b98166,0 0 24px #10b98133}.listing-card.own-listing.buying-listing[data-v-fec44de9]:hover{box-shadow:0 20px 40px -8px #3b82f640,0 8px 16px -4px #3b82f626,0 0 0 2px #3b82f666,0 0 24px #3b82f633}.listing-card.buying-listing[data-v-fec44de9]{border-left:4px solid #3b82f6;background:linear-gradient(135deg,rgba(59,130,246,.05) 0%,transparent 100%)}.listing-card.selling-listing[data-v-fec44de9]{border-left:4px solid #10b981;background:linear-gradient(135deg,rgba(16,185,129,.05) 0%,transparent 100%)}.listing-card.buying-listing[data-v-fec44de9]:hover{box-shadow:0 8px 32px #3b82f626}.listing-card.selling-listing[data-v-fec44de9]:hover{box-shadow:0 8px 32px #10b98126}.pending-listing[data-v-fec44de9]{opacity:.8;position:relative}.pending-listing[data-v-fec44de9]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 40%,var(--theme-warning-transparent-10) 50%,transparent 60%);pointer-events:none;border-radius:inherit}.highlighted-listing[data-v-fec44de9]{animation:highlightPulse-fec44de9 2s ease-in-out;position:relative}.highlighted-listing[data-v-fec44de9]:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,var(--theme-accent) 0%,var(--theme-accent-soft) 100%);border-radius:20px;z-index:-1;opacity:.3;animation:highlightGlow-fec44de9 3s ease-in-out}.listing-card[data-v-fec44de9]:focus-within{outline:2px solid var(--theme-accent);outline-offset:2px}.listing-card[data-v-fec44de9]:focus-within:not(:hover){transform:translateY(-2px);box-shadow:0 8px 16px -4px #0000001a,0 0 0 1px var(--theme-accent-transparent-40)}@media (max-width: 1024px){.listings-grid[data-v-fec44de9]{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.listing-card[data-v-fec44de9]{padding:1.5rem}}@media (max-width: 768px){.listings-grid[data-v-fec44de9]{grid-template-columns:1fr;gap:1.5rem}.listing-card[data-v-fec44de9]{padding:1.5rem}}@media (max-width: 480px){.listing-card[data-v-fec44de9]{padding:1rem}}@media (prefers-color-scheme: dark){.listing-card[data-v-fec44de9]{box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.listing-card[data-v-fec44de9]:hover{box-shadow:0 25px 50px -12px #00000080,0 0 0 1px var(--theme-accent-transparent-20)}}.listing-header[data-v-fec44de9]{display:flex;flex-direction:column;margin-bottom:2rem;position:relative;z-index:1}.listing-header-content[data-v-fec44de9]{display:flex;justify-content:space-between;align-items:flex-start}.item-info[data-v-fec44de9]{display:flex;align-items:flex-start;gap:1.5rem;flex:1}.item-icon-container[data-v-fec44de9]{display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(145deg,var(--theme-accent-transparent-10) 0%,var(--theme-accent-transparent-20) 100%);border-radius:16px;min-width:80px;min-height:80px;border:2px solid var(--theme-accent-transparent-30);position:relative;cursor:pointer;transition:all .3s ease;overflow:hidden}.item-icon-container[data-v-fec44de9]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,transparent 30%,var(--theme-accent-transparent-15) 50%,transparent 70%);opacity:0;transition:opacity .3s ease;border-radius:14px}.selling-listing .item-icon-container[data-v-fec44de9]:before{background:linear-gradient(45deg,transparent 30%,rgba(16,185,129,.15) 50%,transparent 70%)}.buying-listing .item-icon-container[data-v-fec44de9]:before{background:linear-gradient(45deg,transparent 30%,rgba(59,130,246,.15) 50%,transparent 70%)}.item-icon-container[data-v-fec44de9]:hover:before{opacity:1;animation:shine-fec44de9 1.5s ease-in-out}.item-icon-container[data-v-fec44de9]:hover{transform:scale(1.05);border-color:var(--theme-accent-transparent-50);box-shadow:0 8px 20px var(--theme-accent-transparent-20),0 0 0 2px var(--theme-accent-transparent-30)}.selling-listing .item-icon-container[data-v-fec44de9]:hover{border-color:#10b98180;box-shadow:0 8px 20px #10b98133,0 0 0 2px #10b9814d}.buying-listing .item-icon-container[data-v-fec44de9]:hover{border-color:#3b82f680;box-shadow:0 8px 20px #3b82f633,0 0 0 2px #3b82f64d}.listing-card:hover .item-icon-container[data-v-fec44de9]:hover{transform:scale(1.03)}.icon-overlay[data-v-fec44de9]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000b3;color:#fff;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px}.item-icon-container:hover .icon-overlay[data-v-fec44de9]{opacity:1}.item-details[data-v-fec44de9]{flex:1;min-width:0}.item-details h3[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:.5rem;font-size:1.4rem;font-weight:700;line-height:1.3}.quantity[data-v-fec44de9]{color:var(--theme-text-secondary);font-size:15px;display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;font-weight:600}.listing-age[data-v-fec44de9]{color:var(--theme-text-muted);font-size:13px;display:flex;align-items:center;gap:.4rem;font-style:italic;margin-top:.25rem}.listing-meta[data-v-fec44de9]{text-align:right;font-size:13px;color:var(--theme-text-muted);min-width:120px;transition:transform .3s ease}.listing-card:hover .listing-meta[data-v-fec44de9]{transform:translate(-2px);transition:transform .3s ease .1s}.seller-info[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;justify-content:flex-end;cursor:pointer;padding:.5rem .75rem;border-radius:8px;transition:all .3s ease;background:linear-gradient(135deg,var(--theme-background) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border)}.seller-info .seller-avatar[data-v-fec44de9]{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}.seller-info .seller-avatar img[data-v-fec44de9]{width:100%;height:100%;object-fit:cover}.seller-info[data-v-fec44de9]:hover{background:linear-gradient(135deg,var(--theme-background-light) 0%,var(--theme-background) 100%);border-color:var(--theme-accent-transparent-40);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;color:var(--theme-accent)}.listing-card:hover .seller-info[data-v-fec44de9]:hover{transform:translateY(0)}.seller[data-v-fec44de9]{color:var(--theme-text-secondary);font-weight:600;font-size:14px}.profile-arrow[data-v-fec44de9]{opacity:.6;transition:transform .3s ease,opacity .3s ease}.seller-info:hover .profile-arrow[data-v-fec44de9]{opacity:1;transform:translate(2px)}.listing-body[data-v-fec44de9]{margin-bottom:2rem}.price-section[data-v-fec44de9]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1.5rem;padding:1.25rem;background:linear-gradient(135deg,var(--theme-accent-transparent-5) 0%,var(--theme-accent-transparent-10) 100%);border-radius:12px;border:1px solid var(--theme-accent-transparent-20)}.asking-price[data-v-fec44de9]{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.3rem;color:var(--theme-accent)}.price-amount[data-v-fec44de9]{font-size:1.8rem;font-weight:800;text-shadow:0 2px 4px var(--theme-accent-transparent-20)}.price-label[data-v-fec44de9]{font-size:1.1rem;color:var(--theme-text-secondary);font-weight:600}.accepts-trades[data-v-fec44de9]{display:flex;align-items:center;gap:.6rem;color:var(--theme-text-secondary);font-size:14px;background:linear-gradient(135deg,var(--theme-accent-transparent-10) 0%,var(--theme-accent-transparent-15) 100%);padding:.75rem 1.25rem;border-radius:20px;border:1px solid var(--theme-accent-transparent-30);font-weight:600;box-shadow:0 2px 8px var(--theme-accent-transparent-10)}.accepts-trades.success[data-v-fec44de9]{color:var(--theme-success)!important}.notes[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background) 0%,var(--theme-background-mute) 100%);padding:1.25rem;border-radius:12px;font-size:14px;border-left:4px solid var(--theme-accent);display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;box-shadow:inset 0 1px 3px #0000001a}.notes-content[data-v-fec44de9]{flex:1;line-height:1.5}.notes-content strong[data-v-fec44de9]{color:var(--theme-accent)}.listing-actions[data-v-fec44de9]{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.offer-btn[data-v-fec44de9]:focus,.view-offers-btn[data-v-fec44de9]:focus,.remove-btn[data-v-fec44de9]:focus{outline:2px solid var(--theme-accent);outline-offset:2px}.item-icon-container[data-v-fec44de9]:focus{outline:2px solid var(--theme-accent);outline-offset:2px}.seller-info[data-v-fec44de9]:focus{outline:2px solid var(--theme-accent);outline-offset:2px}.listing-status[data-v-fec44de9]{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--theme-warning);color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;z-index:2}@media (max-width: 1024px){.item-icon-container[data-v-fec44de9]{min-width:70px;min-height:70px}}@media (max-width: 768px){.listing-meta[data-v-fec44de9]{min-width:auto;text-align:left;margin-top:1rem}.seller-info[data-v-fec44de9]{justify-content:flex-start}.price-section[data-v-fec44de9]{flex-direction:column;align-items:stretch;gap:1rem}.asking-price[data-v-fec44de9]{justify-content:center;font-size:1.2rem}.price-amount[data-v-fec44de9]{font-size:1.6rem}.accepts-trades[data-v-fec44de9]{justify-content:center}.listing-actions[data-v-fec44de9]{gap:.75rem}.listing-actions button[data-v-fec44de9]{flex:1;min-width:0;justify-content:center}}@media (max-width: 480px){.listing-header[data-v-fec44de9]{margin-bottom:1rem}.listing-header-content[data-v-fec44de9]{flex-direction:column;gap:1rem}.item-info[data-v-fec44de9]{flex-direction:column;align-items:center;text-align:center}.item-details h3[data-v-fec44de9]{font-size:1.1rem}.listing-body[data-v-fec44de9]{margin-bottom:1rem}.price-section[data-v-fec44de9]{padding:1rem}.asking-price[data-v-fec44de9]{font-size:1.1rem}.price-amount[data-v-fec44de9]{font-size:1.4rem}.listing-actions[data-v-fec44de9]{flex-direction:column;gap:.5rem}.listing-actions button[data-v-fec44de9]{width:100%;padding:10px 16px}}.listing-tags[data-v-fec44de9]{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px;align-items:flex-start;padding:0;min-height:24px}.listing-tags[data-v-fec44de9]:empty{margin-bottom:0;min-height:0}.tag-chip[data-v-fec44de9]{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:14px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a;transition:all .3s ease;white-space:nowrap;flex-shrink:0;-webkit-user-select:none;user-select:none}.tag-chip[data-v-fec44de9]:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #0003}.tag-chip.listing-type.selling[data-v-fec44de9]{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.tag-chip.listing-type.buying[data-v-fec44de9]{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.tag-chip.owner[data-v-fec44de9]{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.tag-chip.popular[data-v-fec44de9]{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;animation:pulse-glow-fec44de9 2s infinite}.tag-chip.trades[data-v-fec44de9]{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.tag-chip.recent[data-v-fec44de9]{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;animation:shimmer-tag-fec44de9 3s infinite}.listing-card:hover .tag-chip[data-v-fec44de9]{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.listing-badge[data-v-fec44de9]{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,var(--theme-accent) 0%,var(--theme-accent-light) 100%);color:var(--theme-text-dark);padding:.4rem 1rem;border-radius:20px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:.4rem;box-shadow:0 4px 12px var(--theme-accent-transparent-30);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--theme-accent-transparent-20);z-index:2}.popularity-badge[data-v-fec44de9]{position:absolute;top:1.5rem;left:1.5rem;background:linear-gradient(135deg,#ff6b35,#ff8e53);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:.4rem;box-shadow:0 4px 12px #ff6b354d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;animation:gentle-bounce-fec44de9 2s ease-in-out infinite}.listing-type-badge[data-v-fec44de9],.listing-badge[data-v-fec44de9],.popularity-badge[data-v-fec44de9]{display:none}@media (max-width: 768px){.listing-tags[data-v-fec44de9]{gap:4px;margin-bottom:8px}.tag-chip[data-v-fec44de9]{font-size:9px;padding:3px 6px}.listing-badge[data-v-fec44de9]{top:1rem;right:1rem;font-size:11px;padding:.3rem .8rem}.popularity-badge[data-v-fec44de9]{top:1rem;left:1rem;font-size:11px;padding:.3rem .8rem}}.modal-overlay[data-v-fec44de9]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal[data-v-fec44de9]{background-color:var(--theme-background-soft);border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;border:1px solid var(--theme-border)}.modal-header[data-v-fec44de9]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--theme-border)}.modal-header h2[data-v-fec44de9]{color:var(--theme-accent)}.modal-body[data-v-fec44de9]{padding:1.5rem}.modal-actions[data-v-fec44de9]{display:flex;gap:1rem;justify-content:flex-end}.form-group[data-v-fec44de9]{margin-bottom:1.5rem}.form-group label[data-v-fec44de9]{display:block;margin-bottom:.5rem;color:var(--theme-text-primary);font-weight:500}.form-group input[data-v-fec44de9],.form-group select[data-v-fec44de9],.form-group textarea[data-v-fec44de9]{width:100%;padding:12px;border:1px solid var(--theme-border);border-radius:6px;background-color:var(--theme-background-mute);color:var(--theme-text-primary);font-size:16px}.form-group input[data-v-fec44de9]:focus,.form-group select[data-v-fec44de9]:focus,.form-group textarea[data-v-fec44de9]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-transparent-20)}.form-group textarea[data-v-fec44de9]{resize:vertical;min-height:80px}.item-preview[data-v-fec44de9]{background-color:var(--theme-background-mute);padding:1.5rem;border-radius:8px;margin-bottom:1rem;border:1px solid var(--theme-border)}.item-preview-header[data-v-fec44de9]{display:flex;align-items:center;gap:1rem}.item-preview-info[data-v-fec44de9]{flex:1}.item-preview-info h3[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:.5rem}.base-cost[data-v-fec44de9]{color:var(--theme-text-secondary);font-style:italic}.listing-type-selector[data-v-fec44de9]{display:flex;flex-direction:row;gap:12px;padding:16px;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:12px;margin-bottom:1.5rem}.radio-option[data-v-fec44de9]{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--theme-background);border:2px solid var(--theme-border);border-radius:10px;color:var(--theme-text-secondary);cursor:pointer;font-size:15px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:auto;flex:1}.radio-option[data-v-fec44de9]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,var(--theme-accent-transparent-05) 100%);opacity:0;transition:opacity .3s ease;z-index:0}.radio-option[data-v-fec44de9]:hover{background:var(--theme-background-light);color:var(--theme-text-primary);border-color:var(--theme-accent-transparent-40);transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.radio-option[data-v-fec44de9]:hover:before{opacity:1}.radio-option input[type=radio][data-v-fec44de9]{display:none}.radio-option .radio-label[data-v-fec44de9]{display:flex;align-items:center;justify-content:center;gap:12px;color:inherit;font-size:inherit;font-weight:inherit;z-index:1;position:relative;transition:color .3s ease;line-height:1.4;flex:1}.radio-option .radio-label .iconify[data-v-fec44de9]{font-size:20px;flex-shrink:0;transition:all .3s ease;z-index:1;position:relative;color:inherit}.radio-option .radio-label strong[data-v-fec44de9]{font-weight:inherit;color:inherit}.radio-option input[type=radio]:checked+.radio-label[data-v-fec44de9]{color:var(--theme-accent)}.radio-option input[type=radio]:checked+.radio-label .iconify[data-v-fec44de9]{color:var(--theme-accent);transform:scale(1.1);animation:icon-bounce-fec44de9 .3s ease-out}.radio-option.checked[data-v-fec44de9],.radio-option[data-v-fec44de9]:has(input[type=radio]:checked){background:linear-gradient(135deg,var(--theme-accent-transparent-10) 0%,var(--theme-accent-transparent-20) 100%);color:var(--theme-accent);border-color:var(--theme-accent);font-weight:600;box-shadow:0 4px 20px var(--theme-accent-transparent-20);transform:translateY(-1px);animation:toggle-activate-fec44de9 .3s ease-out}.radio-option.checked[data-v-fec44de9]:before,.radio-option[data-v-fec44de9]:has(input[type=radio]:checked):before{opacity:1;background:linear-gradient(135deg,var(--theme-accent-transparent-10) 0%,var(--theme-accent-transparent-20) 100%)}.radio-option[data-v-fec44de9]:has(input[value=selling]:checked){border-color:#10b981;color:#10b981;background:linear-gradient(135deg,#10b9811a,#10b98133);box-shadow:0 4px 20px #10b98133}.radio-option:has(input[value=selling]:checked) .radio-label[data-v-fec44de9]{color:#10b981}.radio-option:has(input[value=selling]:checked) .radio-label .iconify[data-v-fec44de9]{color:#10b981}.radio-option[data-v-fec44de9]:has(input[value=buying]:checked){border-color:#3b82f6;color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#3b82f633);box-shadow:0 4px 20px #3b82f633}.radio-option:has(input[value=buying]:checked) .radio-label[data-v-fec44de9]{color:#3b82f6}.radio-option:has(input[value=buying]:checked) .radio-label .iconify[data-v-fec44de9]{color:#3b82f6}.listing-type-display[data-v-fec44de9]{padding:16px;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:12px;margin-bottom:1rem}.listing-type-display .tag-chip[data-v-fec44de9]{font-size:16px;padding:12px 20px;border-radius:10px;display:inline-flex;align-items:center;gap:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.item-offer-selector[data-v-fec44de9]{flex:1}.item-offers-section[data-v-fec44de9]{margin-bottom:1.5rem}.item-offer-row[data-v-fec44de9]{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.item-offer-row input[data-v-fec44de9]{width:80px}.offer-value-summary[data-v-fec44de9]{background-color:var(--theme-background-mute);padding:1rem;border-radius:8px;text-align:center;color:var(--theme-accent);margin-bottom:1.5rem;border:1px solid var(--theme-accent-transparent-30)}.listing-summary[data-v-fec44de9]{background-color:var(--theme-background-mute);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid var(--theme-border)}.listing-summary-header[data-v-fec44de9]{display:flex;align-items:center;gap:1rem}.listing-summary-info[data-v-fec44de9]{flex:1}.listing-summary-info h3[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:.5rem}.item-details-modal[data-v-fec44de9]{max-width:700px}.item-detail-content[data-v-fec44de9]{padding:0}.item-detail-header[data-v-fec44de9]{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border-radius:8px;border:1px solid var(--theme-border)}.item-detail-info[data-v-fec44de9]{flex:1}.item-detail-info h3[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:.75rem;font-size:1.5rem}.item-detail-description[data-v-fec44de9]{color:var(--theme-text-secondary);margin-bottom:1rem;font-style:italic;line-height:1.5}.item-stats[data-v-fec44de9]{display:flex;flex-direction:column;gap:.5rem}.stat-item[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;color:var(--theme-text-primary);font-size:14px}.market-stats[data-v-fec44de9]{margin-top:1.5rem;padding:1.5rem;background-color:var(--theme-background);border-radius:8px;border:1px solid var(--theme-border)}.market-stats h4[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.market-stats-grid[data-v-fec44de9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.market-stat[data-v-fec44de9]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border-radius:8px;border:1px solid var(--theme-border)}.market-stat>svg[data-v-fec44de9]{color:var(--theme-accent);font-size:1.5rem}.stat-label[data-v-fec44de9]{display:block;color:var(--theme-text-secondary);font-size:12px;text-transform:uppercase;letter-spacing:.5px}.stat-value[data-v-fec44de9]{display:block;color:var(--theme-text-primary);font-weight:600;font-size:16px}.seller-profile-modal[data-v-fec44de9]{max-width:600px}.seller-profile-content[data-v-fec44de9]{padding:0}.seller-profile-header[data-v-fec44de9]{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border-radius:8px;border:1px solid var(--theme-border)}.seller-avatar[data-v-fec44de9]{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid var(--theme-accent)}.seller-avatar img[data-v-fec44de9]{width:100%;height:100%;object-fit:cover}.seller-profile-info[data-v-fec44de9]{flex:1}.seller-profile-info h3[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:.75rem;font-size:1.5rem}.seller-since[data-v-fec44de9]{color:var(--theme-text-secondary);font-size:14px;margin:0}.seller-stats[data-v-fec44de9]{margin-bottom:2rem;padding:1.5rem;background-color:var(--theme-background);border-radius:8px;border:1px solid var(--theme-border)}.seller-stats h4[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:1rem}.seller-stats-grid[data-v-fec44de9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.seller-stat[data-v-fec44de9]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border-radius:8px;border:1px solid var(--theme-border)}.seller-stat>svg[data-v-fec44de9]{color:var(--theme-accent);font-size:1.25rem}.seller-listings[data-v-fec44de9]{padding:1.5rem;background-color:var(--theme-background);border-radius:8px;border:1px solid var(--theme-border)}.seller-listings h4[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:1rem}.seller-listings-grid[data-v-fec44de9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.mini-listing-card[data-v-fec44de9]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border);border-radius:8px;cursor:pointer;transition:all .3s ease}.mini-listing-card[data-v-fec44de9]:hover{border-color:var(--theme-accent-transparent-40);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.mini-listing-info[data-v-fec44de9]{flex:1;display:flex;flex-direction:column;gap:.25rem}.mini-listing-name[data-v-fec44de9]{color:var(--theme-text-primary);font-weight:500;font-size:14px}.mini-listing-price[data-v-fec44de9]{color:var(--theme-accent);font-weight:600;font-size:12px}.seller-recent-trades[data-v-fec44de9]{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,var(--theme-background-soft) 0%,var(--theme-background-mute) 100%);border:1px solid var(--theme-border);border-radius:8px}.seller-recent-trades h4[data-v-fec44de9]{color:var(--theme-text-primary);margin-bottom:1rem;font-size:1.1rem}.recent-trades-list[data-v-fec44de9]{display:flex;flex-direction:column;gap:.75rem}.recent-trade-item[data-v-fec44de9]{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:6px}.trade-info[data-v-fec44de9]{flex:1;display:flex;flex-direction:column;gap:.25rem}.trade-item[data-v-fec44de9]{color:var(--theme-text-primary);font-weight:500;font-size:14px}.trade-price[data-v-fec44de9]{color:var(--theme-accent);font-weight:600;font-size:13px}.trade-date[data-v-fec44de9]{color:var(--theme-text-secondary);font-size:12px}.quantity-selector[data-v-fec44de9]{display:flex;flex-direction:column;gap:1rem}.quantity-type-buttons[data-v-fec44de9]{display:flex;gap:8px;padding:4px;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:8px}.quantity-type-btn[data-v-fec44de9]{display:flex;align-items:center;gap:8px;padding:12px 16px;background:transparent;border:none;border-radius:6px;color:var(--theme-text-secondary);cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;flex:1}.quantity-type-btn[data-v-fec44de9]:hover{background:var(--theme-background-light);color:var(--theme-text-primary)}.quantity-type-btn.active[data-v-fec44de9]{background:var(--theme-accent);color:var(--theme-text-dark);font-weight:600}.quantity-type-btn .iconify[data-v-fec44de9]{font-size:16px}.quantity-input-container[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem}.infinite-quantity-info[data-v-fec44de9]{display:flex;align-items:center;gap:.75rem;padding:12px 16px;background:linear-gradient(135deg,var(--theme-accent-transparent-10) 0%,var(--theme-accent-transparent-20) 100%);border:1px solid var(--theme-accent-transparent-30);border-radius:8px;color:var(--theme-accent);font-size:14px;font-weight:500}.infinite-quantity-info .iconify[data-v-fec44de9]{font-size:16px;flex-shrink:0}.price-input-container[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem}.price-input-container input[data-v-fec44de9]{flex:1}.price-unit[data-v-fec44de9]{color:var(--theme-text-secondary);font-weight:500;font-size:14px;padding:0 8px}.price-explanation[data-v-fec44de9]{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:8px 12px;background:var(--theme-background-mute);border:1px solid var(--theme-border);border-radius:6px;color:var(--theme-text-secondary);font-size:13px;line-height:1.4}.price-explanation .iconify[data-v-fec44de9]{font-size:14px;flex-shrink:0;margin-top:2px}.toggle-btn.disabled[data-v-fec44de9]{opacity:.6;cursor:not-allowed;background:var(--theme-background-mute);color:var(--theme-text-secondary)}.toggle-btn.disabled[data-v-fec44de9]:hover{background:var(--theme-background-mute);color:var(--theme-text-secondary);border-color:var(--theme-border);transform:none;box-shadow:none}.required-badge[data-v-fec44de9]{background:var(--theme-accent);color:var(--theme-text-dark);padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:8px}.infinite-notice[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:8px 12px;background:linear-gradient(135deg,var(--theme-accent-transparent-05) 0%,var(--theme-accent-transparent-10) 100%);border:1px solid var(--theme-accent-transparent-20);border-radius:6px;color:var(--theme-accent);font-size:13px;font-weight:500}.infinite-notice .iconify[data-v-fec44de9]{font-size:14px;flex-shrink:0}.listing-type-selector[data-v-fec44de9]:focus-within{outline:2px solid var(--theme-accent);outline-offset:2px;border-radius:12px}.radio-option[data-v-fec44de9]:focus-within{outline:2px solid var(--theme-accent);outline-offset:2px;z-index:1}.radio-option input[type=radio][data-v-fec44de9]:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){.radio-option[data-v-fec44de9],.radio-option input[type=radio]:checked+.radio-label .iconify[data-v-fec44de9],.radio-option[data-v-fec44de9]:has(input[value=selling]:checked),.radio-option[data-v-fec44de9]:has(input[value=buying]:checked){animation:none}.radio-option[data-v-fec44de9]:hover,.radio-option.checked[data-v-fec44de9],.radio-option[data-v-fec44de9]:has(input[type=radio]:checked){transform:none}.radio-option input[type=radio]:checked+.radio-label .iconify[data-v-fec44de9]{transform:scale(1.15)}}.radio-option.loading[data-v-fec44de9]{opacity:.7;pointer-events:none}.radio-option.loading[data-v-fec44de9]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,var(--theme-accent-transparent-10) 50%,transparent 100%);animation:shimmer-fec44de9 2s ease-in-out infinite}@media (prefers-color-scheme: dark){.radio-option[data-v-fec44de9]{background:var(--theme-surface-dark);border-color:var(--theme-border-dark)}.radio-option[data-v-fec44de9]:hover{background:var(--theme-surface-hover-dark)}}@media (max-width: 768px){.listing-type-selector[data-v-fec44de9]{gap:10px;padding:12px;margin-bottom:1rem}.radio-option[data-v-fec44de9]{padding:14px 16px;gap:10px;font-size:14px}.radio-option .radio-label[data-v-fec44de9]{gap:10px}.radio-option .radio-label .iconify[data-v-fec44de9]{font-size:18px}.quantity-type-buttons[data-v-fec44de9]{gap:6px;padding:3px}.quantity-type-btn[data-v-fec44de9]{padding:10px 12px;gap:6px;font-size:13px}.quantity-type-btn .iconify[data-v-fec44de9]{font-size:14px}.infinite-quantity-info[data-v-fec44de9]{padding:10px 12px;font-size:13px}.price-explanation[data-v-fec44de9]{padding:6px 10px;font-size:12px}.toggle-buttons-group[data-v-fec44de9]{padding:12px;gap:10px}.toggle-btn[data-v-fec44de9]{padding:14px 16px;gap:10px;font-size:14px}.toggle-btn .iconify[data-v-fec44de9]{font-size:18px}.toggle-btn span[data-v-fec44de9]{line-height:1.3}.required-badge[data-v-fec44de9]{font-size:10px;padding:1px 6px}}@media (max-width: 480px){.listing-type-selector[data-v-fec44de9]{margin-bottom:.75rem;gap:8px;padding:10px}.radio-option[data-v-fec44de9]{padding:12px 14px;gap:8px;font-size:13px}.radio-option .radio-label[data-v-fec44de9]{gap:8px}.radio-option .radio-label .iconify[data-v-fec44de9]{font-size:16px}.quantity-type-buttons[data-v-fec44de9]{flex-direction:column;gap:4px}.quantity-type-btn[data-v-fec44de9]{padding:8px 12px;font-size:12px;justify-content:center}.infinite-quantity-info[data-v-fec44de9]{padding:8px 10px;font-size:12px}.price-input-container[data-v-fec44de9]{flex-direction:column;align-items:stretch;gap:.25rem}.price-unit[data-v-fec44de9]{text-align:center;font-size:13px}.toggle-btn[data-v-fec44de9]{padding:12px 14px;gap:8px;font-size:13px}.toggle-btn span[data-v-fec44de9]{line-height:1.2}.required-badge[data-v-fec44de9]{display:block;margin-left:0;margin-top:4px;text-align:center}.infinite-notice[data-v-fec44de9]{padding:6px 8px;font-size:12px}}.tag-chip.infinite[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-accent) 0%,var(--theme-accent-dark) 100%);color:var(--theme-text-dark);border:none;box-shadow:0 2px 8px var(--theme-accent-transparent-30)}.tag-chip.infinite .iconify[data-v-fec44de9]{color:var(--theme-text-dark)}.offers-section[data-v-fec44de9]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--theme-border)}.offers-section h4[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:1rem}.no-offers[data-v-fec44de9]{color:var(--theme-text-muted);font-style:italic;text-align:center;padding:3rem 2rem}.no-offers svg[data-v-fec44de9]{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-offers p[data-v-fec44de9]{margin:.5rem 0}.no-offers-subtitle[data-v-fec44de9]{font-size:.9rem;opacity:.7}.offer-card[data-v-fec44de9]{background-color:var(--theme-background-mute);border:1px solid var(--theme-border);border-radius:8px;padding:1rem;margin-bottom:1rem}.offer-header[data-v-fec44de9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.buyer-info[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem}.buyer-avatar[data-v-fec44de9]{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--theme-accent-transparent-40)}.buyer-avatar img[data-v-fec44de9]{width:100%;height:100%;object-fit:cover}.buyer[data-v-fec44de9]{font-weight:600;color:var(--theme-text-primary)}.buyer-name[data-v-fec44de9]{font-weight:600;color:var(--theme-text-primary);font-size:1rem}.buyer-details[data-v-fec44de9]{display:flex;flex-direction:column;gap:.25rem}.offer-date[data-v-fec44de9]{font-size:12px;color:var(--theme-text-muted)}.offer-details[data-v-fec44de9]{margin-bottom:1rem}.coin-offer[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--theme-accent);font-weight:600}.item-offers[data-v-fec44de9]{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;flex-direction:column}.offered-items[data-v-fec44de9]{display:flex;flex-wrap:wrap;gap:.75rem;margin-left:1.5rem;margin-top:.75rem}.offered-item[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--theme-background) 0%,var(--theme-background-mute) 100%);padding:.75rem;border-radius:8px;border:1px solid var(--theme-border);font-size:.9rem}.item-details[data-v-fec44de9]{font-size:.9rem;color:var(--theme-text-primary)}.items-label[data-v-fec44de9]{font-weight:500;color:var(--theme-text-primary);margin-left:.5rem}.offer-value[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;color:var(--theme-accent);font-weight:500}.total-value[data-v-fec44de9]{font-size:.9rem}.offer-message[data-v-fec44de9]{margin-top:.75rem;padding:.75rem;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:8px;font-size:14px;display:flex;align-items:flex-start;gap:.75rem}.message-content[data-v-fec44de9]{flex:1}.message-content strong[data-v-fec44de9]{color:var(--theme-text-primary);font-size:.9rem}.message-content p[data-v-fec44de9]{margin:.5rem 0 0;color:var(--theme-text-secondary);line-height:1.4}.offer-actions[data-v-fec44de9]{display:flex;gap:.5rem}.offer-viewer-info[data-v-fec44de9]{padding:.75rem;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:6px;text-align:center;display:flex;align-items:center;gap:.5rem;color:var(--theme-text-secondary);font-style:italic}.offer-viewer-note[data-v-fec44de9]{color:var(--theme-text-secondary);font-size:14px;font-style:italic}.offers-modal[data-v-fec44de9]{max-width:800px;max-height:90vh;overflow-y:auto}.listing-item[data-v-fec44de9]{display:flex;align-items:center;gap:1rem}.listing-details h3[data-v-fec44de9]{color:var(--theme-accent);margin-bottom:.5rem;font-size:1.2rem}.listing-details p[data-v-fec44de9]{margin:.25rem 0;color:var(--theme-text-secondary)}.listing-details .price[data-v-fec44de9]{color:var(--theme-accent);font-weight:600;font-size:1.1rem}.offers-list h3[data-v-fec44de9]{color:var(--theme-text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.offer-card-modal[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-background) 0%,var(--theme-background-soft) 100%);border:1px solid var(--theme-border);border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease}.offer-card-modal[data-v-fec44de9]:hover{border-color:var(--theme-accent-transparent-40);transform:translateY(-1px);box-shadow:0 4px 16px #0000001a}.offer-card-modal .offer-header[data-v-fec44de9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--theme-border)}.offer-content[data-v-fec44de9]{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.offer-content .coin-offer[data-v-fec44de9]{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-accent);font-weight:600}.offer-content .item-offers[data-v-fec44de9]{padding:.75rem;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:8px}.offer-card-modal .offer-actions[data-v-fec44de9]{display:flex;gap:.75rem}.offer-card-modal .accept-btn[data-v-fec44de9],.offer-card-modal .reject-btn[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;transition:all .3s ease}.offer-card-modal .accept-btn[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-success) 0%,var(--theme-success-dark) 100%);color:#fff;border:none}.offer-card-modal .accept-btn[data-v-fec44de9]:hover{background:linear-gradient(135deg,var(--theme-success-light) 0%,var(--theme-success) 100%);transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-success-transparent-30)}.offer-card-modal .reject-btn[data-v-fec44de9]{background:linear-gradient(135deg,var(--theme-danger) 0%,var(--theme-danger-dark) 100%);color:#fff;border:none}.offer-card-modal .reject-btn[data-v-fec44de9]:hover{background:linear-gradient(135deg,var(--theme-danger-light) 0%,var(--theme-danger) 100%);transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-danger-transparent-30)}.offer-card-modal .offer-viewer-info[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:6px;color:var(--theme-text-secondary);font-style:italic}.pending-trades-grid[data-v-fec44de9]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1rem;margin-top:1rem}.pending-trade-card[data-v-fec44de9]{background:var(--theme-background);border:1px solid var(--theme-border);border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.pending-trade-card[data-v-fec44de9]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:var(--theme-accent-transparent-40)}.trade-header[data-v-fec44de9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.trade-status[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;color:var(--theme-accent);font-weight:600}.trade-confirmations[data-v-fec44de9]{display:flex;gap:.5rem}.confirmation-badge[data-v-fec44de9]{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid var(--theme-border);background:var(--theme-background-mute);color:var(--theme-text-secondary);transition:all .3s ease}.confirmation-badge.confirmed[data-v-fec44de9]{background:var(--theme-success);color:#fff;border-color:var(--theme-success)}.trade-details[data-v-fec44de9]{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.trade-item[data-v-fec44de9]{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--theme-background-soft);border-radius:8px;border:1px solid var(--theme-border)}.trade-item-info h4[data-v-fec44de9]{margin:0;color:var(--theme-text-primary);font-size:1.1rem}.trade-item-info p[data-v-fec44de9]{margin:.25rem 0 0;color:var(--theme-text-secondary);font-size:.9rem}.trade-offer[data-v-fec44de9]{display:flex;flex-direction:column;gap:.5rem}.trade-parties[data-v-fec44de9]{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--theme-background-mute);border-radius:8px;border:1px solid var(--theme-border)}.party[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;color:var(--theme-text-primary);font-weight:500}.party.seller[data-v-fec44de9]{color:var(--theme-accent)}.party.buyer[data-v-fec44de9]{color:var(--theme-success)}.trade-actions[data-v-fec44de9]{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-border)}.trade-warning[data-v-fec44de9],.trade-completed[data-v-fec44de9],.trade-waiting[data-v-fec44de9]{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;border-radius:6px;font-size:.9rem}.trade-warning[data-v-fec44de9]{background:var(--theme-warning-light);color:var(--theme-warning-dark);border:1px solid var(--theme-warning)}.trade-completed[data-v-fec44de9]{background:var(--theme-success-light);color:var(--theme-success-dark);border:1px solid var(--theme-success)}.trade-waiting[data-v-fec44de9]{background:var(--theme-background-soft);color:var(--theme-text-secondary);border:1px solid var(--theme-border)}.trade-buttons[data-v-fec44de9]{display:flex;gap:.5rem}.trade-meta[data-v-fec44de9]{display:flex;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-border)}.trade-date[data-v-fec44de9]{color:var(--theme-text-secondary);font-size:.8rem}.login-view[data-v-0f3d2700]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--theme-background);background-image:url(/assets/homepageBackground-Drs7lwuZ.png);background-size:cover;background-position:center;background-attachment:fixed;padding:20px;position:relative}.login-view[data-v-0f3d2700]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#1a1a1ad9;z-index:1}.login-container[data-v-0f3d2700]{width:100%;max-width:400px;position:relative;z-index:2}.login-card[data-v-0f3d2700]{background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:16px;padding:40px;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003,0 0 0 1px var(--theme-border);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo-section[data-v-0f3d2700]{margin-bottom:30px}.logo[data-v-0f3d2700]{width:80px;height:80px;margin-bottom:20px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.logo-section h1[data-v-0f3d2700]{font-size:28px;font-weight:700;color:var(--theme-text-primary);margin-bottom:8px;background:linear-gradient(90deg,var(--theme-accent) 0%,var(--theme-accent-light) 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.logo-section p[data-v-0f3d2700]{color:var(--theme-text-secondary);margin-bottom:0;font-size:16px}.error-message[data-v-0f3d2700]{background:#ef44441a;border:1px solid var(--theme-danger-transparent-30);color:var(--theme-danger-light);padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;gap:8px}.error-icon[data-v-0f3d2700]{width:18px;height:18px;flex-shrink:0}.warning-message[data-v-0f3d2700]{background:#f9f4491a;border:1px solid var(--theme-accent-transparent-30);color:var(--theme-accent);padding:16px;border-radius:8px;margin-bottom:20px;text-align:left;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.warning-header[data-v-0f3d2700]{display:flex;align-items:center;gap:8px;margin-bottom:8px}.warning-icon[data-v-0f3d2700]{width:20px;height:20px;color:var(--theme-accent)}.warning-message h3[data-v-0f3d2700]{margin:0;font-size:16px;color:var(--theme-accent)}.warning-message p[data-v-0f3d2700]{margin:0;font-size:14px;line-height:1.4;color:var(--theme-text-secondary)}.discord-login-btn[data-v-0f3d2700]{width:100%;background:#5865f2;color:#fff;border:none;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;position:relative;overflow:hidden}.discord-login-btn[data-v-0f3d2700]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.discord-login-btn[data-v-0f3d2700]:hover:not(:disabled):before{left:100%}.discord-login-btn[data-v-0f3d2700]:hover:not(:disabled){background:#4752c4;transform:translateY(-2px);box-shadow:0 10px 20px #5865f24d,0 6px 6px #0000001a}.discord-login-btn[data-v-0f3d2700]:active:not(:disabled){transform:translateY(0)}.discord-login-btn[data-v-0f3d2700]:disabled{opacity:.6;cursor:not-allowed;background:var(--theme-background-light);color:var(--theme-text-muted);border:1px solid var(--theme-border)}.discord-icon[data-v-0f3d2700]{width:24px;height:24px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));color:currentColor}.loading-spinner[data-v-0f3d2700]{animation:spin-0f3d2700 1s linear infinite}@keyframes spin-0f3d2700{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.terms[data-v-0f3d2700]{margin-top:24px}.terms p[data-v-0f3d2700]{color:var(--theme-text-muted);font-size:12px;line-height:1.5;margin:0}@media (max-width: 768px){.login-view[data-v-0f3d2700]{padding:16px}.login-card[data-v-0f3d2700]{padding:32px 24px}.logo[data-v-0f3d2700]{width:64px;height:64px}.logo-section h1[data-v-0f3d2700]{font-size:24px}.logo-section p[data-v-0f3d2700]{font-size:14px}}@media (max-width: 480px){.login-card[data-v-0f3d2700]{padding:24px 20px}.discord-login-btn[data-v-0f3d2700]{padding:14px 20px;font-size:15px}}.login-card[data-v-0f3d2700]{animation:fadeInUp-0f3d2700 .6s ease-out}@keyframes fadeInUp-0f3d2700{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo[data-v-0f3d2700]{animation:logoFloat-0f3d2700 3s ease-in-out infinite}@keyframes logoFloat-0f3d2700{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.auth-callback[data-v-c71a53f1]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.callback-container[data-v-c71a53f1]{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 20px 25px -5px #0000001a;max-width:400px;width:100%}.loading-section h2[data-v-c71a53f1]{color:#1f2937;margin:20px 0 10px}.loading-section p[data-v-c71a53f1]{color:#6b7280;margin:0}.error-section[data-v-c71a53f1]{color:#dc2626}.error-icon[data-v-c71a53f1]{font-size:48px;margin-bottom:20px}.error-section h2[data-v-c71a53f1]{color:#dc2626;margin-bottom:10px}.error-section p[data-v-c71a53f1]{color:#6b7280;margin-bottom:20px}.retry-btn[data-v-c71a53f1]{background:#5865f2;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.retry-btn[data-v-c71a53f1]:hover{background:#4752c4}.admin-dashboard[data-v-80a7051c]{min-height:100vh;background:var(--theme-background);color:var(--theme-text);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header[data-v-80a7051c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:24px;background:var(--theme-background-soft);border-radius:12px;border:1px solid var(--theme-border);box-shadow:0 2px 8px #0000000d}.header-left[data-v-80a7051c]{display:flex;align-items:center;gap:20px}.header-actions[data-v-80a7051c]{display:flex;align-items:center;gap:12px}.refresh-btn[data-v-80a7051c]{display:flex;align-items:center;gap:8px;padding:12px 18px;background:var(--theme-accent);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease}.refresh-btn[data-v-80a7051c]:hover:not(:disabled){background:var(--theme-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.refresh-btn[data-v-80a7051c]:disabled{opacity:.6;cursor:not-allowed}.refresh-btn .spin[data-v-80a7051c]{animation:spin-80a7051c 1s linear infinite}@keyframes spin-80a7051c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-header h1[data-v-80a7051c]{display:flex;align-items:center;gap:12px;margin:0;font-size:2.2rem;font-weight:700;color:var(--theme-text)}.admin-icon[data-v-80a7051c]{font-size:2.5rem;color:var(--theme-accent)}.admin-role-badge[data-v-80a7051c]{display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--theme-accent);color:#fff;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 2px 8px #0000001a}.stats-grid[data-v-80a7051c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:30px}.stat-card[data-v-80a7051c]{background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:12px;padding:24px;text-align:center;transition:all .2s ease;box-shadow:0 2px 8px #0000000d}.stat-card[data-v-80a7051c]:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:var(--theme-accent)}.stat-header[data-v-80a7051c]{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.stat-header h3[data-v-80a7051c]{margin:0;font-size:1.1rem;font-weight:600;color:var(--theme-text)}.stat-icon[data-v-80a7051c]{font-size:2rem;color:var(--theme-accent)}.stat-value[data-v-80a7051c]{font-size:2.5rem;font-weight:700;color:var(--theme-text);margin-bottom:8px}.stat-change[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text-muted);font-weight:500}.stat-header h3[data-v-80a7051c]{margin:0;font-size:1.1rem;color:var(--theme-text-muted)}.stat-value[data-v-80a7051c]{font-size:2.5rem;font-weight:700;color:var(--theme-text);margin-bottom:5px}.stat-change[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text-muted)}.admin-tabs[data-v-80a7051c]{display:flex;gap:8px;margin-bottom:30px;background:var(--theme-background-soft);border-radius:12px;padding:8px;border:1px solid var(--theme-border);box-shadow:0 2px 8px #0000000d}.tab-btn[data-v-80a7051c]{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--theme-background);border:1px solid var(--theme-border);color:var(--theme-text);cursor:pointer;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .2s ease;position:relative}.tab-btn[data-v-80a7051c]:hover{background:var(--theme-background-soft);border-color:var(--theme-accent);color:var(--theme-text);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.tab-btn.active[data-v-80a7051c]{background:var(--theme-accent);color:#fff!important;border-color:var(--theme-accent);font-weight:600;box-shadow:0 2px 8px #00000026}.tab-badge[data-v-80a7051c]{background:var(--theme-accent);color:#fff;padding:3px 8px;border-radius:12px;font-size:.8rem;font-weight:600}.tab-btn.active .tab-badge[data-v-80a7051c]{background:#ffffff4d!important;color:#fff!important}.tab-btn:not(.active) .tab-badge[data-v-80a7051c]{background:var(--theme-accent);color:#fff}.admin-section[data-v-80a7051c]{background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.section-header[data-v-80a7051c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--theme-border)}.section-header h3[data-v-80a7051c]{display:flex;align-items:center;gap:12px;margin:0;font-size:1.3rem;font-weight:600;color:var(--theme-text)}.section-actions[data-v-80a7051c]{display:flex;gap:12px;align-items:center}.search-container[data-v-80a7051c]{position:relative}.search-icon[data-v-80a7051c]{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--theme-text-muted)}.search-input[data-v-80a7051c]{padding:10px 12px 10px 36px;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-background);color:var(--theme-text);width:280px;font-size:.95rem;transition:all .2s ease}.search-input[data-v-80a7051c]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.filter-select[data-v-80a7051c]{padding:10px 12px;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-background);color:var(--theme-text);font-size:.95rem;transition:all .2s ease}.filter-select[data-v-80a7051c]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.section-grid[data-v-80a7051c]{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.activity-section h3[data-v-80a7051c],.charts-section h3[data-v-80a7051c]{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:1.2rem;font-weight:600;color:var(--theme-text)}.activity-list[data-v-80a7051c]{display:flex;flex-direction:column;gap:12px}.activity-item[data-v-80a7051c]{display:flex;align-items:center;gap:12px;padding:16px;background:var(--theme-background);border-radius:8px;border:1px solid var(--theme-border);transition:all .2s ease}.activity-item[data-v-80a7051c]:hover{background:var(--theme-background-soft);border-color:var(--theme-accent)}.activity-icon[data-v-80a7051c]{padding:10px;background:var(--theme-accent);color:#fff;border-radius:50%;font-size:1.2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-content[data-v-80a7051c]{flex:1}.activity-title[data-v-80a7051c]{font-weight:600;color:var(--theme-text);margin-bottom:4px;font-size:1rem}.activity-meta[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text-muted);font-weight:500}.chart-container[data-v-80a7051c]{height:200px;border:1px solid var(--theme-border);border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--theme-background)}.chart-placeholder[data-v-80a7051c]{text-align:center;color:var(--theme-text-muted)}.chart-placeholder Icon[data-v-80a7051c]{font-size:3rem;margin-bottom:10px}.chart-note[data-v-80a7051c]{font-size:.9rem;margin-top:5px}.most-active-section h3[data-v-80a7051c]{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:1.2rem;font-weight:600;color:var(--theme-text)}.users-grid[data-v-80a7051c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.user-card[data-v-80a7051c]{display:flex;align-items:center;gap:16px;padding:20px;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:12px;transition:all .2s ease}.user-card[data-v-80a7051c]:hover{background:var(--theme-background-soft);border-color:var(--theme-accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.user-avatar[data-v-80a7051c]{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--theme-border)}.user-avatar img[data-v-80a7051c]{width:100%;height:100%;object-fit:cover}.user-info[data-v-80a7051c]{flex:1}.user-info h4[data-v-80a7051c]{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:var(--theme-text)}.user-stats[data-v-80a7051c]{display:flex;flex-direction:column;gap:4px}.user-stats span[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text-muted);font-weight:500;padding:2px 8px;background:var(--theme-background-soft);border-radius:4px;width:fit-content}.users-table[data-v-80a7051c],.listings-table[data-v-80a7051c],.trades-table[data-v-80a7051c],.actions-table[data-v-80a7051c]{border:1px solid var(--theme-border);border-radius:8px;overflow:hidden}.table-header[data-v-80a7051c]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.table-header .table-cell[data-v-80a7051c]{padding:16px;font-weight:600;color:var(--theme-text);border-right:1px solid var(--theme-border)}.table-header .table-cell[data-v-80a7051c]:last-child{border-right:none}.table-row[data-v-80a7051c]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;border-bottom:1px solid var(--theme-border)}.table-row[data-v-80a7051c]:last-child{border-bottom:none}.table-row[data-v-80a7051c]:hover{background:var(--theme-background)}.table-cell[data-v-80a7051c]{padding:16px;border-right:1px solid var(--theme-border);display:flex;align-items:center;font-size:.95rem}.table-cell[data-v-80a7051c]:last-child{border-right:none}.user-cell[data-v-80a7051c]{display:flex;align-items:center;gap:12px}.user-details h4[data-v-80a7051c]{margin:0 0 4px;font-size:1rem;font-weight:600;color:var(--theme-text)}.user-details p[data-v-80a7051c]{margin:0;font-size:.9rem;color:var(--theme-text-muted);font-weight:500}.user-date[data-v-80a7051c]{font-size:.8rem!important}.role-select[data-v-80a7051c]{padding:8px 12px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-background);color:var(--theme-text);font-size:.9rem;font-weight:500;transition:all .2s ease}.role-select[data-v-80a7051c]:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px rgba(var(--theme-accent-rgb),.1)}.role-select.admin[data-v-80a7051c]{background:var(--theme-accent);color:#fff;font-weight:600}.role-select.moderator[data-v-80a7051c]{background:#f59e0b!important;color:#1f2937!important;font-weight:600}.role-select.user[data-v-80a7051c]{background:var(--theme-background-soft);color:var(--theme-text)}.activity-stats[data-v-80a7051c]{display:flex;flex-direction:column;gap:6px}.stat-item[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text-muted);font-weight:500;padding:2px 8px;background:var(--theme-background-soft);border-radius:4px;width:fit-content}.stat-item.warning[data-v-80a7051c]{background:#f59e0b33!important;color:#b45309!important;font-weight:600}.status-badge[data-v-80a7051c]{padding:6px 12px;border-radius:12px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px;width:fit-content}.status-badge.active[data-v-80a7051c]{background:#22c55e33;color:#22c55e}.status-badge.banned[data-v-80a7051c]{background:#ef444433;color:#ef4444}.status-badge.pending[data-v-80a7051c]{background:#f59e0b33!important;color:#b45309!important}.status-badge.completed[data-v-80a7051c]{background:#22c55e33;color:#22c55e}.status-badge.cancelled[data-v-80a7051c]{background:#9ca3af33;color:#9ca3af}.user-actions[data-v-80a7051c],.listing-actions[data-v-80a7051c],.trade-actions[data-v-80a7051c]{display:flex;gap:8px;flex-wrap:wrap}.btn[data-v-80a7051c]{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid transparent;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn[data-v-80a7051c]:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.btn[data-v-80a7051c]:active{transform:translateY(0)}.btn[data-v-80a7051c]:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-sm[data-v-80a7051c]{padding:6px 12px;font-size:.8rem}.btn-lg[data-v-80a7051c]{padding:12px 24px;font-size:1rem}.btn-primary[data-v-80a7051c]{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.btn-primary[data-v-80a7051c]:hover:not(:disabled){background:var(--theme-accent-hover);border-color:var(--theme-accent-hover)}.btn-secondary[data-v-80a7051c]{background:var(--theme-background);color:var(--theme-text);border-color:var(--theme-border)}.btn-secondary[data-v-80a7051c]:hover:not(:disabled){background:var(--theme-background-soft);border-color:var(--theme-accent)}.btn-success[data-v-80a7051c]{background:#10b981;color:#fff;border-color:#10b981}.btn-success[data-v-80a7051c]:hover:not(:disabled){background:#059669;border-color:#059669}.btn-warning[data-v-80a7051c]{background:#f59e0b!important;color:#1f2937!important;border-color:#f59e0b}.btn-warning[data-v-80a7051c]:hover:not(:disabled){background:#d97706!important;color:#1f2937!important;border-color:#d97706}.btn-danger[data-v-80a7051c]{background:#ef4444;color:#fff;border-color:#ef4444}.btn-danger[data-v-80a7051c]:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.pagination[data-v-80a7051c]{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.pagination-info[data-v-80a7051c]{color:var(--theme-text-muted);font-size:.9rem}.modal-overlay[data-v-80a7051c]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal[data-v-80a7051c]{background:var(--theme-background-soft);border:1px solid var(--theme-border);border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header[data-v-80a7051c]{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--theme-border)}.modal-header h2[data-v-80a7051c]{margin:0;color:var(--theme-text)}.close-btn[data-v-80a7051c]{background:none;border:none;color:var(--theme-text-muted);cursor:pointer;font-size:1.5rem;padding:4px}.close-btn[data-v-80a7051c]:hover{color:var(--theme-text)}.modal-body[data-v-80a7051c]{padding:20px}.user-info[data-v-80a7051c],.listing-info[data-v-80a7051c],.trade-info[data-v-80a7051c]{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:16px;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:8px}.user-info .user-avatar[data-v-80a7051c]{width:50px;height:50px}.user-details h3[data-v-80a7051c]{margin:0 0 4px;color:var(--theme-text)}.user-details p[data-v-80a7051c]{margin:0;color:var(--theme-text-muted)}.form-group[data-v-80a7051c]{margin-bottom:16px}.form-group label[data-v-80a7051c]{display:block;margin-bottom:8px;font-weight:600;color:var(--theme-text)}.form-control[data-v-80a7051c]{width:100%;padding:8px 12px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-background);color:var(--theme-text);font-size:.9rem}.form-control[data-v-80a7051c]:focus{outline:none;border-color:var(--theme-accent)}.modal-actions[data-v-80a7051c]{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.listing-cell[data-v-80a7051c]{display:flex;align-items:center;gap:12px}.listing-info h4[data-v-80a7051c]{margin:0 0 4px;font-size:1rem;color:var(--theme-text)}.listing-info p[data-v-80a7051c]{margin:0;font-size:.9rem;color:var(--theme-text-muted)}.listing-date[data-v-80a7051c]{font-size:.8rem!important}.seller-info[data-v-80a7051c]{display:flex;align-items:center;gap:8px}.seller-info .user-avatar[data-v-80a7051c]{width:30px;height:30px}.seller-info span[data-v-80a7051c],.offers-count[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text)}.trade-cell[data-v-80a7051c]{display:flex;align-items:center;gap:12px}.trade-info h4[data-v-80a7051c]{margin:0 0 4px;font-size:1rem;color:var(--theme-text)}.trade-info p[data-v-80a7051c]{margin:0;font-size:.9rem;color:var(--theme-text-muted)}.trade-participants[data-v-80a7051c]{display:flex;align-items:center;gap:8px}.participant[data-v-80a7051c]{display:flex;align-items:center;gap:6px}.participant .user-avatar[data-v-80a7051c]{width:25px;height:25px}.participant span[data-v-80a7051c]{font-size:.8rem;color:var(--theme-text)}.trade-date[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text-muted)}.action-type[data-v-80a7051c]{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--theme-text)}.action-details[data-v-80a7051c]{font-size:.8rem;color:var(--theme-text-muted)}.action-date[data-v-80a7051c]{font-size:.9rem;color:var(--theme-text-muted)}@media (max-width: 1024px){.section-grid[data-v-80a7051c]{grid-template-columns:1fr}.users-grid[data-v-80a7051c]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 768px){.admin-header[data-v-80a7051c]{flex-direction:column;gap:20px;text-align:center}.admin-tabs[data-v-80a7051c]{flex-wrap:wrap}.stats-grid[data-v-80a7051c],.table-header[data-v-80a7051c],.table-row[data-v-80a7051c]{grid-template-columns:1fr}.table-header .table-cell[data-v-80a7051c],.table-cell[data-v-80a7051c]{border-right:none;border-bottom:1px solid var(--theme-border)}.table-cell[data-v-80a7051c]:last-child{border-bottom:none}}
