.sv-page { background: #f5f5f5; min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.sv-wrap { max-width: 1400px; margin: 0 auto; padding: 20px 24px; }
body.ez-has-sidebar .sv-wrap { max-width: 100%; }
.sv-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.sv-toolbar-title { font-size: 16px; font-weight: 700; color: #1a1a1a; }
.sv-toolbar-sub { font-size: 12px; color: #8c8c8c; }
.sv-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.sv-badge { display: inline-flex; align-items: center; gap: 4px; background: #e6f4ff; color: #1677ff; border: 1px solid #91caff; border-radius: 4px; font-size: 11px; font-weight: 600; padding: 2px 8px; }

/* Hero (only when no sidebar) */
.sv-hero { position: relative; background: linear-gradient(135deg, #001529 0%, #003a8c 100%); border-bottom: 1px solid #f0f0f0; overflow: hidden; }
.sv-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(800px 300px at 20% 30%, rgba(22,119,255,.3) 0%, transparent 60%); pointer-events: none; }
.sv-hero-inner { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; padding: 48px 24px 40px; }
.sv-hero h1 { font-size: 28px; font-weight: 800; color: #fff; margin: 0 0 8px; }
.sv-hero p { font-size: 15px; color: rgba(255,255,255,.7); margin: 0; }
.sv-hero-badges { display: flex; gap: 8px; margin-top: 12px; }
.sv-hero-badge { display: inline-flex; align-items: center; gap: 4px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.9); border-radius: 20px; font-size: 12px; font-weight: 500; padding: 4px 12px; }

/* Grid */
.sv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.sv-card { background: #fff; border-radius: 8px; border: 1px solid #f0f0f0; display: flex; flex-direction: column; transition: all .2s; overflow: hidden; }
.sv-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); border-color: #d9d9d9; }
.sv-card.popular { border-color: #91caff; box-shadow: 0 2px 12px rgba(22,119,255,.08); }
.sv-card-head { padding: 16px; border-bottom: 1px solid #f5f5f5; text-align: center; }
.sv-card-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 6px; }
.sv-card-price { font-size: 22px; font-weight: 800; color: #1677ff; }
.sv-card-unit { font-size: 12px; color: #8c8c8c; font-weight: 500; }
.sv-card-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; }
.sv-features { list-style: none; padding: 0; margin: 0 0 14px; flex: 1; }
.sv-features li { display: flex; align-items: flex-start; gap: 8px; padding: 4px 0; font-size: 13px; color: #333; }
.sv-features li i { color: #1677ff; font-size: 15px; margin-top: 1px; }
.sv-buy { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; height: 38px; border: none; border-radius: 6px; background: #1677ff; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .2s; text-decoration: none; }
.sv-buy:hover { background: #0958d9; }

.sv-loading { display: flex; align-items: center; justify-content: center; min-height: 160px; grid-column: 1/-1; }
.sv-spinner { width: 28px; height: 28px; border: 3px solid #f0f0f0; border-top-color: #1677ff; border-radius: 50%; animation: svspin .8s linear infinite; }
@keyframes svspin { to { transform: rotate(360deg); } }

/* Skeleton loading */
.sk-card { background: #fff; border-radius: 8px; border: 1px solid #f0f0f0; overflow: hidden; }
.sk-card-head { padding: 16px; border-bottom: 1px solid #f5f5f5; text-align: center; }
.sk-card-body { padding: 14px 16px; }
.sk-line { height: 14px; border-radius: 4px; background: #f0f0f0; margin-bottom: 10px; position: relative; overflow: hidden; }
.sk-line::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.6) 50%, transparent 100%); animation: sk-shimmer 1.5s infinite; }
@keyframes sk-shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
.sk-title { width: 60%; height: 18px; margin: 0 auto 10px; }
.sk-price { width: 45%; height: 26px; margin: 0 auto 0; }
.sk-feat { width: 85%; }
.sk-feat:nth-child(2) { width: 70%; }
.sk-feat:nth-child(3) { width: 90%; }
.sk-feat:nth-child(4) { width: 65%; }
.sk-feat:nth-child(5) { width: 75%; }
.sk-btn { width: 100%; height: 38px; border-radius: 6px; margin-top: 6px; }

.el-overlay { z-index: 9999 !important; }

