@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--primary:#1e74fd;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--primary-bg:#1e74fd26;--bg-main:#f8f9fa;--bg-card:#fff;--bg-sidebar:#fff;--bg-hover:#f1f5f9;--accent-data:#1e74fd;--accent-red:#e53935;--accent-orange:#ff6d00;--accent-green:#43a047;--white:#fff;--text-primary:#1a1a2e;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#eaeaea;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--shadow-xl:0 20px 50px #0000001f;--radius-sm:8px;--radius-md:16px;--radius-lg:20px;--radius-xl:24px;--radius-full:9999px;--transition:all .25s cubic-bezier(.4, 0, .2, 1);--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--badge-active-bg:#f0fdf4;--badge-active-text:var(--accent-green);--badge-sold-bg:#fef2f2;--badge-sold-text:var(--accent-red);--btn-danger-bg:#fef2f2;--badge-inactive-bg:#fef2f2;--badge-inactive-text:var(--accent-red)}@media (prefers-color-scheme:dark){:root{--bg-main:#121212;--bg-card:#1e1e1e;--bg-sidebar:#1e1e1e;--bg-hover:#252525;--accent-data:#00e5ff;--accent-red:#ff453a;--accent-orange:#ff9f0a;--accent-green:#32d74b;--white:#1e293b;--text-primary:#fff;--text-secondary:#98989d;--text-muted:#64748b;--border:#2c2c2e;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 30px #00000080;--shadow-xl:0 20px 50px #0009;--badge-active-bg:#32d74b26;--badge-active-text:var(--accent-green);--badge-sold-bg:#ff453a26;--badge-sold-text:var(--accent-red);--btn-danger-bg:#ff453a1a;--badge-inactive-bg:#3a1c1c;--badge-inactive-text:#ff453a}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}input,select,textarea{font-family:inherit}.header{z-index:100;background:var(--white);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.header-logo{color:var(--primary);letter-spacing:-.5px;align-items:center;gap:8px;font-size:22px;font-weight:800;display:flex}.header-logo .heart-icon{color:var(--primary);font-size:24px;animation:2s ease-in-out infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}45%{transform:scale(1.1)}}.header-contact{border:2px solid var(--primary);color:var(--primary);transition:var(--transition);background:0 0;border-radius:50px;align-items:center;gap:8px;padding:10px 24px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.header-contact:hover{background:var(--primary);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 15px #1e88e54d}.header-contact .phone-icon{font-size:18px;animation:2s ease-in-out infinite ring}@keyframes ring{0%,to{transform:rotate(0)}10%,30%,50%{transform:rotate(-10deg)}20%,40%,60%{transform:rotate(10deg)}70%{transform:rotate(0)}}.hero-banner{background:linear-gradient(135deg, var(--primary-light), var(--primary), #2979ff);border-radius:var(--radius-lg);text-align:center;color:var(--white);margin:20px 24px;padding:32px 40px;position:relative;overflow:hidden;box-shadow:0 4px 20px #1e88e540}.hero-banner:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 60%);width:200%;height:200%;animation:8s linear infinite shimmer;position:absolute;top:-50%;left:-50%}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-title{z-index:1;margin-bottom:6px;font-size:22px;font-weight:700;position:relative}.hero-title .chat-icon{margin-right:8px}.hero-subtitle{opacity:.9;z-index:1;font-size:14px;position:relative}.search-section{justify-content:center;padding:24px 24px 0;display:flex}.search-wrapper{width:100%;max-width:700px;position:relative}.search-input{border:2px solid var(--border);border-radius:var(--radius-full);background:var(--white);width:100%;color:var(--text-primary);transition:var(--transition);box-shadow:var(--shadow-sm);outline:none;padding:16px 60px 16px 24px;font-size:15px}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #1e88e51a}.search-input::placeholder{color:var(--text-muted)}.search-btn{background:var(--primary);width:44px;height:44px;color:var(--white);transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.search-btn:hover{background:var(--primary-dark);transform:translateY(-50%)scale(1.05)}.list-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 24px 0;display:flex}.list-title{align-items:center;gap:10px;font-size:20px;font-weight:700;display:flex}.list-title .grid-icon{font-size:22px}.list-count{background:var(--primary);color:var(--white);border-radius:var(--radius-full);padding:2px 10px;font-size:13px;font-weight:600}.list-header-right{align-items:center;gap:12px;display:flex}.custom-dropdown{-webkit-user-select:none;user-select:none;min-width:160px;position:relative}.dropdown-selected{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-primary);cursor:pointer;transition:var(--transition);justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}.dropdown-selected:hover{border-color:var(--primary);background:var(--bg-hover)}.dropdown-selected .css-icon{transition:transform .3s;transform:rotate(-90deg)}.dropdown-selected .css-icon.open{transform:rotate(90deg)}.dropdown-menu{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;min-width:100%;box-shadow:var(--shadow-xl);z-index:100;transform-origin:0 0;padding:8px;animation:.2s forwards dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0}.dropdown-menu:before{content:"";background:0 0;height:10px;position:absolute;top:-10px;left:0;right:0}@keyframes dropdownFadeIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.dropdown-item{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:var(--transition);padding:10px 12px;font-size:14px}.dropdown-item:hover{background:var(--bg-hover);color:var(--text-primary)}.dropdown-item.active{background:var(--primary-bg);color:var(--primary);font-weight:600}.tabs-wrapper{gap:8px;display:flex}.tab-btn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text-secondary);transition:var(--transition);white-space:nowrap;align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:600;display:flex}.tab-btn:hover{border-color:var(--primary-light);color:var(--primary)}.tab-btn.active{border-color:var(--primary);color:var(--primary);background:var(--primary-bg)}.tab-btn .tab-icon{font-size:16px}.price-filters{scrollbar-width:none;align-items:center;gap:8px;padding:16px 24px;display:flex;overflow-x:auto}.price-filters::-webkit-scrollbar{display:none}.price-pill{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--white);color:var(--text-secondary);white-space:nowrap;transition:var(--transition);padding:10px 20px;font-size:13px;font-weight:500;position:relative}.price-pill:hover{border-color:var(--primary-light);color:var(--primary)}.price-pill.active{background:var(--primary);color:var(--white);border-color:var(--primary);box-shadow:0 2px 8px #1e88e54d}.price-pill.active:after{content:"✓";background:var(--accent-red);width:18px;height:18px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:-6px;right:-4px}.product-grid-wrapper{padding:8px 24px 24px}.product-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:20px;display:grid}.product-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:var(--transition);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 10px 20px #00000014}.product-card-image{background:#f1f5f9;width:100%;position:relative;overflow:hidden}.product-card-image img{width:100%;height:auto;transition:transform .4s;display:block}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-tag{border-radius:var(--radius-sm);color:var(--white);z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #fff3;align-items:center;gap:4px;padding:6px 14px 6px 12px;font-size:11px;font-weight:700;line-height:1;animation:3s ease-in-out infinite float-badge;display:inline-flex;position:absolute;top:10px;left:10px;overflow:hidden;box-shadow:0 4px 15px #0000004d}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.product-tag .css-icon{margin-top:-1px}.product-tag:after{content:"";z-index:1;background:linear-gradient(90deg,#0000,#fff9,#0000);width:50%;height:100%;animation:2.5s infinite badge-shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes badge-shine{0%{left:-100%}20%{left:200%}to{left:200%}}.product-tag .icon-star{animation:1.5s ease-in-out infinite star-pulse;display:inline-block}@keyframes star-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.25)}}.product-tag.featured{background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));animation:2s infinite pulse-glow-featured;box-shadow:0 0 10px #1e74fd99}@keyframes pulse-glow-featured{0%,to{box-shadow:0 0 10px #1e74fd66}50%{box-shadow:0 0 20px #1e74fdcc}}.product-tag.hot{background:linear-gradient(135deg,#f44,#c00);animation:2s infinite pulse-glow-hot;box-shadow:0 0 10px #f449}@keyframes pulse-glow-hot{0%,to{box-shadow:0 0 10px #f446}50%{box-shadow:0 0 20px #f44c}}.product-tag.new{background:linear-gradient(135deg,#00c6ff,#0072ff);animation:2s infinite pulse-glow-new;box-shadow:0 0 10px #00c6ff99}@keyframes pulse-glow-new{0%,to{box-shadow:0 0 10px #00c6ff66}50%{box-shadow:0 0 20px #00c6ffcc}}.image-carousel{aspect-ratio:4/3;background:#f1f5f9;width:100%;position:relative;overflow:hidden}.carousel-track{width:100%;height:100%;transition:transform .3s;display:flex;position:absolute;top:0;left:0}.carousel-track img{object-fit:cover;min-width:100%;height:100%}.carousel-nav{z-index:2;justify-content:center;gap:5px;display:flex;position:absolute;bottom:8px;left:0;right:0}.carousel-dot{cursor:pointer;width:24px;height:24px;transition:var(--transition);background:#0000004d;border:2px solid #ffffffb3;border-radius:4px;padding:0;overflow:hidden}.carousel-dot img{object-fit:cover;width:100%;height:100%}.carousel-dot.active{border-color:var(--white);box-shadow:0 0 8px #0000004d}.carousel-arrow{width:28px;height:28px;color:var(--text-primary);cursor:pointer;z-index:2;transition:var(--transition);opacity:0;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-card:hover .carousel-arrow{opacity:1}.carousel-arrow:hover{background:var(--white);box-shadow:var(--shadow-md)}.carousel-arrow.prev{left:8px}.carousel-arrow.next{right:8px}.product-card-info{flex-direction:column;flex:1;gap:8px;padding:14px 16px;display:flex}.product-code-row{align-items:center;gap:8px;display:flex}.product-code{color:var(--text-primary);font-size:16px;font-weight:700}.copy-btn{border:1px solid var(--primary-light);border-radius:var(--radius-sm);background:var(--primary-bg);color:var(--primary);transition:var(--transition);z-index:2;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.copy-btn:hover{background:var(--primary);color:var(--white)}.copy-btn.copied{background:var(--accent-green);color:var(--white);border-color:var(--accent-green)}.product-meta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.product-meta .meta-item{align-items:center;gap:4px;display:flex}.product-price-row{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price-label{color:var(--text-secondary);font-size:13px}.product-price{color:var(--accent-red);font-size:20px;font-weight:800}.product-price .price-unit{font-size:14px;font-weight:600}.detail-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text-secondary);transition:var(--transition);text-transform:uppercase;letter-spacing:.3px;padding:8px 18px;font-size:13px;font-weight:600}.detail-btn:after{content:"";z-index:1;position:absolute;inset:0}.detail-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary);box-shadow:0 2px 8px #1e88e54d}.pagination{justify-content:center;align-items:center;gap:8px;padding:32px 24px;display:flex}.page-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--white);width:40px;height:40px;color:var(--text-secondary);transition:var(--transition);justify-content:center;align-items:center;font-size:14px;display:flex}.page-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-info{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text-secondary);align-items:center;gap:4px;padding:8px 20px;font-size:14px;font-weight:500;display:flex}.floating-sidebar{z-index:999;-webkit-backdrop-filter:blur(16px);background:#ffffffbf;border:1px solid #0000000f;border-radius:40px;flex-direction:column;gap:12px;padding:16px 8px;display:flex;position:fixed;top:50%;right:12px;transform:translateY(-50%);box-shadow:0 10px 30px #00000014,inset 0 1px #fff6}@media (prefers-color-scheme:dark){.floating-sidebar{background:#1e293bb3;border:1px solid #ffffff14;box-shadow:0 10px 30px #0000004d,inset 0 1px #ffffff0d}}.float-item{cursor:pointer;flex-direction:row-reverse;align-items:center;gap:0;text-decoration:none;display:flex;position:relative}.float-icon{width:48px;min-width:48px;height:48px;transition:var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.float-icon img{object-fit:contain;width:40px;height:40px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.float-item:hover .float-icon img{transform:scale(1.15)}.float-item.active .float-icon{background:var(--primary-bg)}.float-text{white-space:nowrap;background:var(--text-primary);color:var(--white);border-radius:var(--radius-sm);opacity:0;pointer-events:none;transition:var(--transition);box-shadow:var(--shadow-md);padding:6px 14px;font-size:12px;font-weight:600;position:absolute;right:60px}.float-text:after{content:"";border-left:6px solid var(--text-primary);border-top:5px solid #0000;border-bottom:5px solid #0000;position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.float-item:hover .float-text{opacity:1}@media (max-width:768px){.floating-sidebar{border-radius:40px;flex-direction:row;justify-content:center;gap:20px;width:max-content;max-width:95vw;padding:10px 20px;inset:auto auto 20px 50%;transform:translate(-50%)}.float-item{flex-direction:column;align-items:center;gap:4px}.float-icon{width:36px;min-width:36px;height:36px}.float-icon img{width:32px;height:32px}.float-text{opacity:1;color:var(--text-secondary);box-shadow:none;pointer-events:auto;background:0 0;padding:0;font-size:11px;font-weight:500;position:static}.float-text:after{display:none}}.footer{text-align:center;background:var(--text-primary);color:var(--text-muted);margin-top:20px;padding:24px;font-size:14px}.footer a{color:var(--primary-light)}.back-btn{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--white);color:var(--text-secondary);transition:var(--transition);align-items:center;gap:6px;margin-bottom:20px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.back-btn:hover{border-color:var(--primary);color:var(--primary)}.detail-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border);text-align:center;margin-bottom:24px;padding:32px}.detail-type-tag{border-radius:var(--radius-sm);color:var(--white);margin-bottom:8px;padding:4px 14px;font-size:13px;font-weight:700;display:inline-block}.detail-type-tag.buy{background:var(--accent-red)}.detail-type-tag.rent{background:var(--accent-orange)}.detail-code{margin-bottom:8px;font-size:28px;font-weight:800}.detail-meta{color:var(--text-muted);justify-content:center;align-items:center;gap:16px;margin-bottom:24px;font-size:14px;display:flex}.detail-meta .meta-item{align-items:center;gap:4px;display:flex}.detail-price-section{margin-bottom:24px}.detail-price-label{color:var(--text-secondary);font-size:16px}.detail-price{color:var(--accent-red);font-size:40px;font-weight:800}.detail-price .unit{font-size:24px}.buy-now-btn{background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.5px;transition:var(--transition);border:none;margin-bottom:16px;padding:18px;font-size:18px;font-weight:700;display:block}.buy-now-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #1e88e559}.buy-now-btn .cart-icon{margin-right:8px}.trust-badge{color:var(--accent-green);justify-content:center;align-items:center;gap:6px;font-size:14px;display:flex}.detail-gallery{flex-direction:column;gap:16px;display:flex}.detail-gallery img{border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm)}.admin-login-page{background:var(--bg-main);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-xl);padding:48px 40px}.admin-login-logo{text-align:center;margin-bottom:36px}.admin-login-logo .heart{color:var(--primary);font-size:28px}.admin-login-logo h1{color:var(--primary);letter-spacing:-.5px;font-size:24px;font-weight:800}.admin-form{flex-direction:column;gap:20px;display:flex}.form-group{position:relative}.form-input{border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:var(--bg-card);transition:var(--transition);outline:none;padding:16px 20px;font-size:15px}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #1e88e514}.form-input::placeholder{color:var(--text-muted)}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:18px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.login-btn{background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius-md);transition:var(--transition);border:none;padding:16px;font-size:16px;font-weight:700}.login-btn:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 15px #1e88e54d}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-divider{border:none;border-top:1px solid var(--border);margin:8px 0}.login-back-link{text-align:center;color:var(--text-muted);transition:var(--transition);font-size:14px;display:block}.login-back-link:hover{color:var(--primary)}.login-error{border-radius:var(--radius-sm);color:var(--accent-red);text-align:center;background:#fef2f2;border:1px solid #fecaca;padding:12px 16px;font-size:14px}.admin-layout{background:var(--bg-main);min-height:100vh;color:var(--text-primary);display:flex}.admin-sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border);width:260px;height:100vh;box-shadow:var(--shadow-sm);z-index:100;flex-direction:column;display:flex;position:sticky;top:0}.sidebar-logo{height:72px;color:var(--primary);border-bottom:1px solid var(--border);align-items:center;padding:0 24px;font-size:20px;font-weight:800;display:flex}.sidebar-nav{flex-direction:column;flex:1;gap:8px;padding:24px 16px;display:flex}.sidebar-nav a{border-radius:var(--radius-md);color:var(--text-secondary);transition:var(--transition);align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.sidebar-nav a:hover{background:var(--primary-bg);color:var(--primary)}.sidebar-nav a.active{background:var(--primary);color:var(--white)}.sidebar-footer{border-top:1px solid var(--border);padding:24px 16px}.btn-logout{border-radius:var(--radius-md);background:var(--btn-danger-bg);width:100%;color:var(--accent-red);cursor:pointer;transition:var(--transition);border:none;padding:12px;font-size:14px;font-weight:600}.btn-logout:hover{background:var(--accent-red);color:#fff}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-header{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:90;justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex;position:sticky;top:0}.admin-page-title{color:var(--text-primary);margin-bottom:2px;font-size:20px;font-weight:700}.admin-page-desc{color:var(--text-muted);font-size:13px}.admin-btn{border-radius:var(--radius-md);transition:var(--transition);cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;display:flex}.admin-btn.primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #1e88e54d}.admin-btn.primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.admin-btn.outline{color:var(--text-primary);border:1px solid var(--border);background:0 0}.admin-btn.outline:hover{border-color:var(--primary);color:var(--primary)}.admin-btn.danger{background:var(--btn-danger-bg);color:var(--accent-red)}.admin-btn.danger:hover{background:var(--accent-red);color:#fff}.admin-content{flex:1;padding:32px}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px;display:grid}.stat-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);flex-direction:column;padding:24px;display:flex}.stat-card .stat-icon{margin-bottom:12px;font-size:28px}.stat-card .stat-label{color:var(--text-secondary);margin-bottom:4px;font-size:14px;font-weight:500}.stat-card .stat-value{font-family:var(--font-mono);color:var(--accent-data);font-size:32px;font-weight:800;line-height:1}.admin-product-list{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow:hidden}.admin-product-list-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px;display:flex}.admin-product-list-header h2{color:var(--text-primary);font-size:18px;font-weight:700}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;background:var(--bg-main);border-bottom:1px solid var(--border);padding:16px 24px;font-size:13px;font-weight:600}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text-primary);transition:var(--transition);padding:16px 24px;font-size:14px}.admin-table tr:hover td{background:var(--bg-hover)}.admin-table strong{color:var(--text-primary);font-weight:700;font-family:var(--font-mono)}.status-badge{border-radius:var(--radius-full);white-space:nowrap;text-align:center;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.status-badge:before{content:"";border-radius:50%;width:6px;height:6px;display:block}.status-badge.active{background:var(--badge-active-bg);color:var(--badge-active-text)}.status-badge.active:before{background:var(--accent-green)}.status-badge.sold{background:var(--badge-sold-bg);color:var(--badge-sold-text)}.status-badge.sold:before{background:var(--accent-red)}.status-badge.inactive{background:var(--badge-inactive-bg);color:var(--badge-inactive-text)}.status-badge.inactive:before{background:var(--badge-inactive-text)}.actions{gap:8px;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-xl);animation:.3s slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.modal-header h2{font-size:20px;font-weight:700}.modal-close{cursor:pointer;width:36px;height:36px;transition:var(--transition);background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.modal-close:hover{background:#e2e8f0}.modal-body{flex-direction:column;gap:16px;padding:24px;display:flex}.form-label{color:var(--text-secondary);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-select{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);background:var(--white);transition:var(--transition);outline:none;padding:12px 16px;font-size:14px}.form-select:focus{border-color:var(--primary)}.form-checkbox{cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.form-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.upload-zone{border:2px dashed var(--border);border-radius:var(--radius-md);text-align:center;cursor:pointer;transition:var(--transition);background:#ffffff05;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex}.upload-zone:hover{border-color:var(--primary);background:#ffffff0d}.upload-zone .upload-icon{background:var(--text-muted);opacity:.7;width:48px;height:48px;margin-bottom:12px}.upload-zone p{color:var(--text-muted);font-size:14px}.upload-previews{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.upload-preview{border:1px solid var(--border);border-radius:8px;width:100px;height:80px;position:relative;overflow:hidden}.upload-preview img{object-fit:cover;width:100%;height:100%}.upload-preview .remove-btn{background:var(--accent-red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex;position:absolute;top:4px;right:4px;box-shadow:0 2px 4px #0003}.modal-footer{justify-content:flex-end;gap:12px;padding:0 24px 24px;display:flex}.toast-container{z-index:300;flex-direction:column;gap:8px;display:flex;position:fixed;top:80px;right:24px}.toast{border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);min-width:280px;padding:14px 20px;font-size:14px;font-weight:500;animation:.3s slideIn,.3s 2.7s slideOut}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast.success{color:var(--accent-green);background:#f0fdf4;border:1px solid #bbf7d0}.toast.error{color:var(--accent-red);background:#fef2f2;border:1px solid #fecaca}.toast.info{background:var(--primary-bg);color:var(--primary);border:1px solid #93c5fd}.loading-spinner{justify-content:center;align-items:center;padding:60px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:60px 24px}.empty-state .empty-icon{margin-bottom:16px;font-size:48px}.empty-state h3{color:var(--text-secondary);margin-bottom:8px;font-size:18px;font-weight:600}@media (max-width:1024px){.product-grid,.admin-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header{padding:0 16px}.hero-banner{margin:12px 16px;padding:24px 20px}.hero-title{font-size:18px}.search-section,.list-header{padding:16px 16px 0}.price-filters{padding:12px 16px}.product-grid-wrapper{padding:8px 16px 16px}.product-grid{grid-template-columns:1fr}.floating-sidebar{right:6px}.sidebar-item{width:40px;height:40px;font-size:18px}.tabs-wrapper{width:100%}.tab-btn{flex:1;justify-content:center}.list-header{flex-direction:column;align-items:flex-start}.list-header-right{justify-content:space-between;width:100%}.detail-card{padding:24px 16px}.detail-price{font-size:32px}.admin-stats{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.admin-table{font-size:13px}.admin-table th,.admin-table td{padding:10px 12px}}@media (max-width:480px){.header-logo{font-size:18px}.header-contact{padding:8px 16px;font-size:13px}.admin-stats{grid-template-columns:1fr}}i.css-icon{vertical-align:-.2em;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}i.css-icon.icon-heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.62 20.81c-.34.12-.9.12-1.24 0C8.48 19.82 2 15.69 2 8.69 2 5.6 4.49 3.1 7.56 3.1c1.81 0 3.43.88 4.44 2.24a5.53 5.53 0 0 1 4.44-2.24C19.51 3.1 22 5.6 22 8.69c0 7-6.48 11.13-9.38 12.12z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.62 20.81c-.34.12-.9.12-1.24 0C8.48 19.82 2 15.69 2 8.69 2 5.6 4.49 3.1 7.56 3.1c1.81 0 3.43.88 4.44 2.24a5.53 5.53 0 0 1 4.44-2.24C19.51 3.1 22 5.6 22 8.69c0 7-6.48 11.13-9.38 12.12z'/%3E%3C/svg%3E")}i.css-icon.icon-phone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.03 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.03 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E")}i.css-icon.icon-chat{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 19H8c-4 0-6-1-6-6V8c0-4 2-6 6-6h8c4 0 6 2 6 6v5c0 4-2 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 19H8c-4 0-6-1-6-6V8c0-4 2-6 6-6h8c4 0 6 2 6 6v5c0 4-2 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4z'/%3E%3C/svg%3E")}i.css-icon.icon-grid{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='2'/%3E%3Crect x='14' y='3' width='7' height='7' rx='2'/%3E%3Crect x='14' y='14' width='7' height='7' rx='2'/%3E%3Crect x='3' y='14' width='7' height='7' rx='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='2'/%3E%3Crect x='14' y='3' width='7' height='7' rx='2'/%3E%3Crect x='14' y='14' width='7' height='7' rx='2'/%3E%3Crect x='3' y='14' width='7' height='7' rx='2'/%3E%3C/svg%3E")}i.css-icon.icon-cart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h2.5l2.64 12.08a2.5 2.5 0 0 0 2.45 1.92h8.82a2.5 2.5 0 0 0 2.45-1.92L22 5H6.5'/%3E%3Ccircle cx='10' cy='20.5' r='1.5'/%3E%3Ccircle cx='18' cy='20.5' r='1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h2.5l2.64 12.08a2.5 2.5 0 0 0 2.45 1.92h8.82a2.5 2.5 0 0 0 2.45-1.92L22 5H6.5'/%3E%3Ccircle cx='10' cy='20.5' r='1.5'/%3E%3Ccircle cx='18' cy='20.5' r='1.5'/%3E%3C/svg%3E")}i.css-icon.icon-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E")}i.css-icon.icon-box{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpath d='M3.27 6.96L12 12.01l8.73-5.05'/%3E%3Cpath d='M12 22.08V12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpath d='M3.27 6.96L12 12.01l8.73-5.05'/%3E%3Cpath d='M12 22.08V12'/%3E%3C/svg%3E")}i.css-icon.icon-money{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M6 12h.01M18 12h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M6 12h.01M18 12h.01'/%3E%3C/svg%3E")}i.css-icon.icon-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l2.4 7.4h7.6l-6 4.6 2.3 7.4-6.3-4.8-6.3 4.8 2.3-7.4-6-4.6h7.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l2.4 7.4h7.6l-6 4.6 2.3 7.4-6.3-4.8-6.3 4.8 2.3-7.4-6-4.6h7.6z'/%3E%3C/svg%3E")}i.css-icon.icon-camera{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E")}i.css-icon.icon-sad{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 15c1.5-2 6.5-2 8 0'/%3E%3Cpath d='M9 9h.01M15 9h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 15c1.5-2 6.5-2 8 0'/%3E%3Cpath d='M9 9h.01M15 9h.01'/%3E%3C/svg%3E")}i.css-icon.icon-eye{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}i.css-icon.icon-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E")}i.css-icon.icon-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E")}i.css-icon.icon-close{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E")}i.css-icon.icon-chevron-left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E")}i.css-icon.icon-chevron-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E")}i.css-icon.icon-image{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E")}i.css-icon.icon-tag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/%3E%3Ccircle cx='7' cy='7' r='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/%3E%3Ccircle cx='7' cy='7' r='1'/%3E%3C/svg%3E")}i.css-icon.icon-settings{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E")}.detail-page{max-width:1100px;margin:0 auto;padding:32px 0}.skeleton-card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);flex-direction:column;display:flex;position:relative;overflow:hidden}.skeleton-img{aspect-ratio:4/3;background:var(--bg-hover);width:100%;position:relative;overflow:hidden}.skeleton-info{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.skeleton-line{background:var(--bg-hover);border-radius:4px;height:20px;position:relative;overflow:hidden}.skeleton-line.short{width:50%}.skeleton-line.medium{width:70%}.skeleton-line.button{border-radius:var(--radius-sm);width:100px;height:36px;margin-top:10px;margin-left:auto}.skeleton-img:after,.skeleton-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);animation:1.5s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@media (prefers-color-scheme:light){.skeleton-img:after,.skeleton-line:after{background:linear-gradient(90deg,#0000,#fff6,#0000)}}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.page-transition{opacity:0;animation:.5s cubic-bezier(.4,0,.2,1) forwards fadeInUp;transform:translateY(15px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-banner{position:relative;overflow:hidden}.floating-shape{pointer-events:none;z-index:0;background:#ffffff1a;border-radius:50%;animation:linear infinite float-up;position:absolute}.shape-1{width:80px;height:80px;animation-duration:6s;bottom:-40px;left:10%}.shape-2{width:40px;height:40px;animation-duration:4s;animation-delay:1s;bottom:-20px;left:25%}.shape-3{width:100px;height:100px;animation-duration:7s;bottom:-50px;right:15%}.shape-4{width:60px;height:60px;animation-duration:5s;animation-delay:2s;bottom:-30px;right:30%}@keyframes float-up{0%{opacity:0;transform:translateY(0)rotate(0)}20%{opacity:.5}80%{opacity:.5}to{opacity:0;transform:translateY(-200px)rotate(360deg)}}
