.app-header{display:flex;align-items:center;justify-content:space-between;height:48px;background-color:#fff;border-bottom:1px solid #e5e7eb;padding:0 16px;position:relative;z-index:200;-webkit-user-select:none;user-select:none}.header-drag-region{position:absolute;top:0;left:0;right:0;height:100%;-webkit-app-region:drag;z-index:-1}.header-left{display:flex;align-items:center;justify-content:flex-start;gap:24px}.logo{display:flex;align-items:center;justify-content:center;gap:8px;-webkit-app-region:no-drag}.logo .logo-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;color:#fff}.logo .logo-icon svg{width:16px;height:16px}.logo .logo-text{font-size:18px;font-weight:700;color:#1f2937;letter-spacing:-.5px}.header-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:32px;-webkit-app-region:no-drag}.nav-item{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;text-decoration:none;transition:all .15s ease;cursor:pointer;position:relative}.nav-item:hover:not(.disabled){background-color:#f3f4f6;color:#1f2937}.nav-item.active{background-color:#eff6ff;color:#2563eb}.nav-item.active .nav-icon{stroke:#2563eb}.nav-item.disabled{cursor:not-allowed;opacity:.6}.nav-item .nav-icon{width:18px;height:18px;stroke:currentColor}.nav-item .coming-soon{position:absolute;top:0;right:-8px;font-size:10px;padding:1px 4px;background-color:#f59e0b;color:#fff;border-radius:4px;font-weight:500}.header-right{display:flex;align-items:center;justify-content:center;gap:16px;-webkit-app-region:no-drag}.dev-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .15s ease}.dev-btn svg{width:16px;height:16px;stroke:#9ca3af}.dev-btn:hover{background-color:#f3f4f6;border-color:#e5e7eb}.dev-btn:hover svg{stroke:#3b82f6}.lang-toggle{display:flex;align-items:center;justify-content:center;min-width:32px;height:28px;padding:0 8px;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .15s ease}.lang-toggle:hover{background-color:#eff6ff;border-color:#93c5fd;color:#2563eb}.window-controls{display:flex;align-items:center;justify-content:center;gap:2px}.control-btn{display:flex;align-items:center;justify-content:center;width:36px;height:28px;background-color:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}.control-btn svg{width:14px;height:14px;stroke:#6b7280}.control-btn:hover svg{stroke:#1f2937}.control-btn.minimize:hover,.control-btn.maximize:hover{background-color:#f3f4f6}.control-btn.close:hover{background-color:#ef4444}.control-btn.close:hover svg{stroke:#fff}.app-footer{display:flex;align-items:center;justify-content:space-between;height:36px;background-color:#1f2937;padding:0 16px;color:#9ca3af;font-size:12px}.footer-left{display:flex;align-items:center;justify-content:center;gap:8px}.footer-brand{color:#60a5fa;font-weight:600}.footer-divider{color:#4b5563}.footer-text{color:#9ca3af}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background-color:#f8fafc}.app-main{flex:1;overflow:hidden;display:flex;flex-direction:column}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1f2937;background-color:#f8fafc;overflow:hidden}a{color:#2563eb;text-decoration:none;transition:color .15s ease}a:hover{color:#1d4ed8}button{font-family:inherit}img{max-width:100%;height:auto}.text-primary{color:#1f2937}.text-secondary{color:#6b7280}.text-muted{color:#9ca3af}.text-success{color:#16a34a}.text-danger{color:#ef4444}.text-warning{color:#f97316}.font-semibold{font-weight:600}.font-bold{font-weight:700}.price-up{color:#16a34a}.price-down{color:#ef4444}.price-value{font-weight:700;color:#2563eb}.badge-new{display:inline-flex;align-items:center;padding:2px 8px;font-size:12px;font-weight:500;border-radius:4px;background-color:#ffedd5;color:#ea580c}.badge-secondhand{display:inline-flex;align-items:center;padding:2px 8px;font-size:12px;font-weight:500;border-radius:4px;background-color:#dbeafe;color:#1d4ed8}.card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:16px}.card-hover{transition:all .25s ease}.card-hover:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;outline:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;outline:none}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-primary:active:not(:disabled){background-color:#1d4ed8}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;outline:none}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#f3f4f6;color:#1f2937}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb}.btn-ghost{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;outline:none}.btn-ghost:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{background-color:transparent;color:#6b7280}.btn-ghost:hover:not(:disabled){background-color:#f3f4f6;color:#1f2937}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:8px;background-color:transparent;border:none;cursor:pointer;transition:all .15s ease}.btn-icon:hover{background-color:#f3f4f6}.input{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1f2937;background-color:#fff;transition:all .15s ease}.input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input::placeholder{color:#9ca3af}.input{width:100%}.icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.icon.icon-sm{width:16px;height:16px}.icon.icon-lg{width:24px;height:24px}.scrollable::-webkit-scrollbar{width:6px;height:6px}.scrollable::-webkit-scrollbar-track{background:transparent}.scrollable::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:9999px}.scrollable::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.scrollable{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:16px}.p-4{padding:24px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-1{flex:1}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:16px}.gap-4{gap:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeIn{animation:fadeIn .25s ease}.animate-slideInRight{animation:slideInRight .25s ease}.animate-slideInUp{animation:slideInUp .25s ease}.gm-style{font-family:Inter,sans-serif!important}.gm-style-iw{padding:0!important}.gm-style-iw-d{overflow:hidden!important}
