:root{color:#2d1f1a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary:#c9956a;--primary-dark:#9e6f49;--accent:#7a5c52;--surface:#fff8f4eb;--surface-soft:#c9956a1a;--surface-muted:#7a5c520f;--border:#a078642e;--text:#2d1f1a;--text-muted:#7a5c52;--text-secondary:var(--text-muted);--success:#7a9e6e;--danger:#b86d63;--warning:#a88b67;--glow:0 0 0 1px #c9956a24, 0 18px 36px #c9956a1a;--shadow:0 22px 54px #50281e1a;--app-header-height:0px;background:#f5ece4;font-family:Inter,Noto Sans TC,PingFang TC,Microsoft JhengHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100vh;margin:0}body{color:var(--text);background:radial-gradient(circle at top,#c9956a1f,#0000 22%),linear-gradient(#fdf6f0 0%,#f7ede4 35%,#f0e4d8 100%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{padding-top:var(--app-header-height);flex:1}.topbar{z-index:20;-webkit-backdrop-filter:blur(20px)saturate(1.6);background:#fdf8f4e0;border-bottom:1px solid #c9956a24;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #c9956a1f,0 8px 32px #965a3212}.topbar:before{content:"";opacity:.7;background:linear-gradient(90deg,#0000 0%,#d4a07a 25%,#e8c4a0 55%,#c9956a 78%,#0000 100%);height:2px;position:absolute;top:0;left:0;right:0}.topbar-inner,.page,.footer-inner{width:min(1180px,100% - 32px);margin:0 auto}.topbar-inner{justify-content:space-between;align-items:center;gap:18px;padding:10px 0;display:flex}.topbar-primary{justify-content:space-between;align-items:center;gap:16px;display:flex}.brand{align-items:center;max-width:min(100%,520px);display:inline-flex}.brand-logo{object-fit:contain;width:auto;height:48px;display:block}.topbar-quick,.topbar-panel{align-items:center;gap:12px;display:flex}.topbar-quick{flex-shrink:0}.topbar-panel{flex:1;justify-content:space-between}.topbar-nav{flex-wrap:wrap;flex:1;align-items:center;gap:12px;display:flex}.nav-group,.actions-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.nav-link{color:#7a5c52;border-radius:999px;align-items:center;padding:10px 12px;font-weight:500;transition:all .2s;display:inline-flex}.nav-link:hover,.nav-link.router-link-active{color:var(--primary-dark);background:#c9956a1f;box-shadow:inset 0 0 0 1px #c9956a29}.topbar-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.meta-summary{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.menu-toggle{color:#5a3e35;background:#c9956a14;border:1px solid #c9956a38;border-radius:999px;align-items:center;gap:10px;min-height:44px;padding:10px 14px;font-weight:700;display:none;box-shadow:inset 0 0 0 1px #c9956a0f}.menu-toggle-icon{gap:4px;display:inline-grid}.menu-toggle-icon span{background:currentColor;border-radius:999px;width:16px;height:2px;display:block}.cart-link{width:44px;height:44px;color:var(--primary-dark);background:#c9956a1a;border-radius:999px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;position:relative;box-shadow:inset 0 0 0 1px #c9956a2e}.cart-link:hover,.cart-link.router-link-active{color:#fff;background:var(--primary);box-shadow:inset 0 0 0 1px #c9956a33,0 8px 20px #c9956a4d}.cart-link-icon{width:22px;height:22px;display:inline-flex}.cart-link-icon svg{width:100%;height:100%}.cart-count{color:#2d1f1a;background:#fdf0e8;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-3px;right:-3px;box-shadow:0 8px 16px #50281e2e}.pill,.badge{border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.86rem;font-weight:600;display:inline-flex}.pill{color:var(--primary);background:#c9956a1f;box-shadow:inset 0 0 0 1px #c9956a24}.badge{color:var(--primary-dark);background:#c9956a1f}.badge.warning{color:var(--warning);background:#af815624}.badge.danger{color:var(--danger);background:#c55e5224}.page{padding:32px 0 56px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.page-title{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08}.page-subtitle{max-width:760px;color:var(--text-muted);margin:10px 0 0;font-size:1rem}.hero-banner{border-radius:16px;margin-bottom:28px;line-height:0;overflow:hidden}.hero-banner a{display:block}.hero-banner-img{object-fit:cover;width:100%;height:auto;display:block}.brand-intro{background:var(--surface);border-radius:16px;margin-bottom:28px;padding:48px 40px}.brand-intro-inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.brand-intro-copy{color:var(--text-secondary);margin:16px 0 28px;line-height:1.8}.brand-intro-points{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.brand-intro-points li{align-items:flex-start;gap:14px;display:flex}.brand-intro-icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.brand-intro-points strong{margin-bottom:4px;font-size:.95rem;display:block}.brand-intro-points p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.6}.brand-intro-img{object-fit:cover;border-radius:12px;width:100%;height:360px;display:block}.hero{grid-template-columns:1.2fr .8fr;gap:24px;margin-bottom:28px;display:grid}.card,.hero-panel,.metric-card,.summary-card,.table-card,.auth-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px}.hero-panel,.card,.metric-card,.summary-card,.table-card,.auth-card{padding:24px}.hero-panel{flex-direction:column;gap:16px;display:flex}.hero-panel:first-child{background:linear-gradient(145deg, #3c2319fa, #553426f0), var(--surface);box-shadow:var(--shadow), var(--glow);border-color:#c9956a2e}.hero-panel:first-child .hero-title,.hero-panel:first-child .hero-copy,.hero-panel:first-child .hero-points li{color:#fdf0e8}.hero-panel:first-child .hero-copy{color:#fde6d2c2}.hero-panel:first-child .hero-points li{border-bottom-color:#c9956a1f}.hero-kicker,.section-kicker{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.88rem;font-weight:700}.hero-title,.section-title,.card-title{color:#1b1d21;margin:0;font-size:clamp(1.4rem,3vw,2.5rem);line-height:1.15}.section-title,.card-title{font-size:1.35rem}.hero-copy,.section-copy,.muted{color:var(--text-muted);margin:0}.button-row,.inline-actions,.filter-row,.form-grid,.stat-grid,.product-grid,.dashboard-grid,.summary-grid,.checkout-grid,.detail-grid{gap:16px;display:grid}.button-row{grid-template-columns:repeat(auto-fit,minmax(160px,max-content))}.button,.button-secondary,.button-ghost,.button-danger{border:0;border-radius:14px;padding:12px 18px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s}.button{color:#2d1f1a;background:linear-gradient(135deg,#d9a87c 0%,#b07848 100%);box-shadow:0 14px 28px #b078483d}.button:hover,.button-secondary:hover,.button-ghost:hover,.button-danger:hover{transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-secondary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 16px #c9956a47}.button-ghost{color:var(--text);border:1px solid var(--border);background:#fffcf88f}.button-danger{color:var(--danger);background:#c55e521f}.hero-points,.list-reset{margin:0;padding:0;list-style:none}.hero-points li,.list-reset li{border-bottom:1px solid var(--border);padding:12px 0}.hero-points li:last-child,.list-reset li:last-child{border-bottom:0}.stat-grid,.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-card h3,.summary-card h3,.card h3{margin:0;font-size:1.05rem}.metric-value{margin-top:10px;font-size:2rem;font-weight:800}.metric-hint{color:var(--text-muted);margin-top:6px;font-size:.92rem}.section{margin-top:28px}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.product-grid{grid-template-columns:repeat(4,1fr);gap:16px}.product-grid--compact{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px}.product-card{cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #50281e2e}.product-card--compact{border-radius:10px}.product-image{aspect-ratio:1;background:radial-gradient(circle at 50% 35%,#c9956a42,#0000 30%),linear-gradient(145deg,#3a2218 0%,#7a5040 100%);width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #c9956a24}.product-stock-badge{pointer-events:none;border-radius:6px;padding:3px 8px;font-size:.7rem;font-weight:700;line-height:1.4;position:absolute;top:8px;left:8px}.product-stock-badge.out{color:#f87171;background:#1e1414d1;border:1px solid #f871714d}.product-stock-badge.low{color:#fbbf24;background:#1e190ad1;border:1px solid #fbbf244d}.view-toggle{gap:4px;display:flex}.view-toggle-btn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #c9956a33;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.view-toggle-btn:hover{color:var(--primary);background:#c9956a14}.view-toggle-btn.active{color:var(--primary);background:#c9956a26;border-color:#c9956a66}.product-image{aspect-ratio:4/3;color:var(--primary);background:radial-gradient(circle at 50% 35%,#c9956a42,#0000 30%),linear-gradient(145deg,#3a2218 0%,#7a5040 100%);border-radius:18px;place-items:center;font-size:2rem;font-weight:800;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #c9956a24}.product-photo{object-fit:cover;width:100%;height:100%;display:block}.product-info{flex-direction:column;gap:6px;padding:10px 12px;display:flex}.product-info-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.product-info-bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.product-card--compact .product-info{gap:4px;padding:6px 8px}.product-card--compact .product-info-name{font-size:.76rem}.product-overlay-price{color:var(--primary);font-size:1rem;font-weight:800}.product-add-btn{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,transform .15s;display:flex}.product-add-btn:hover:not(:disabled){background:var(--primary-dark);transform:scale(1.1)}.product-add-btn:disabled{opacity:.4;cursor:not-allowed}.product-card--compact .product-overlay{opacity:1;padding:8px}.product-card--compact .product-overlay-name{-webkit-line-clamp:1;font-size:.75rem}.product-card--compact .product-overlay-price{font-size:.82rem}.product-card--compact .product-add-btn{width:26px;height:26px}.price-row,.summary-row,.line-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.price{font-size:1.4rem;font-weight:800}.small-copy,.meta-copy{color:var(--text-muted);font-size:.92rem}.filter-row,.form-grid,.checkout-grid,.detail-grid,.summary-grid{grid-template-columns:repeat(12,1fr)}.field,.field-span-6,.field-span-4,.field-span-8,.field-span-12{flex-direction:column;gap:8px;display:flex}.required-mark{color:#e53e3e;font-weight:700}.field-span-4{grid-column:span 4}.field-span-6{grid-column:span 6}.field-span-8{grid-column:span 8}.field-span-12{grid-column:span 12}.input,.select,.textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fffbf5d1;border-radius:14px;padding:12px 14px}.upload-panel{grid-template-columns:minmax(280px,1fr) 220px;align-items:start;gap:16px;display:grid}.upload-actions,.upload-preview{gap:12px;display:grid}.empty-image-state,.table-product-image{background:#fff8f4b8;border:1px dashed #c9956a47;border-radius:18px}.empty-image-state{min-height:165px;color:var(--text-muted);text-align:center;place-items:center;padding:18px;display:grid}.table-product-image{width:72px;height:72px;overflow:hidden}.textarea{resize:vertical;min-height:120px}.inline-actions{grid-auto-flow:column;justify-content:start;align-items:center}.quantity-control{border:1px solid var(--border);background:#fffaf5b8;border-radius:999px;align-items:center;gap:10px;padding:6px;display:inline-flex}.quantity-control button{color:#fdf0e8;background:linear-gradient(135deg,#4a3028 0%,#6b4638 100%);border:0;border-radius:50%;width:32px;height:32px}.summary-card.sticky{position:sticky;top:96px}.checkout-grid,.detail-grid{align-items:start}.checkout-main{grid-column:span 7}.checkout-side{grid-column:span 5}.detail-main{grid-column:span 7}.detail-side{grid-column:span 5}.info-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;display:grid}.info-chip{background:linear-gradient(135deg, #3c2319fa, #5a3726eb), var(--surface-soft);color:#fdf0e8;border-radius:18px;padding:14px;box-shadow:inset 0 0 0 1px #c9956a1a}.table-card{overflow:hidden}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:14px 12px}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:#b8895e1a;font-size:.88rem}tr:last-child td{border-bottom:0}.is-editing-row td{background:#c9956a14}.notice,.empty-state{border:1px solid var(--border);background:#fffaf5bd;border-radius:18px;padding:18px 20px}.notice.warning{background:#af81561f;border-color:#af81563d}.notice.success{background:#c9956a1a;border-color:#c9956a2e}.auth-grid{grid-template-columns:1.05fr .95fr;gap:24px;display:grid}.footer{border-top:1px solid var(--border);background:linear-gradient(#321e16f5,#462a1eeb)}.footer-inner{color:#ffdcc3b8;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;padding:40px 0 28px;display:flex}.footer-brand{flex-direction:column;gap:8px;min-width:160px;display:flex}.footer-logo{color:#fde0c8;letter-spacing:.08em;font-size:1.4rem;font-weight:900}.footer-tagline{color:#ffdcc38c;margin:0;font-size:.82rem}.footer-links{flex-wrap:wrap;gap:48px;display:flex}.footer-col{flex-direction:column;gap:8px;min-width:120px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:#ffdcc3e6;margin:0 0 4px;font-size:.78rem;font-weight:700}.footer-col a,.footer-col span{color:#ffdcc399;font-size:.85rem;text-decoration:none;transition:color .15s}.footer-col a:hover{color:#fde0c8}.footer-bottom{color:#ffdcc366;border-top:1px solid #ffdcc31a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:min(100% - 48px,1180px);margin:0 auto;padding:16px 0;font-size:.78rem;display:flex}@media (width<=960px){.hero,.auth-grid,.brand-intro-inner{grid-template-columns:1fr}.brand-intro{padding:32px 20px}.brand-intro-visual{order:-1}.brand-intro-img{height:220px}.upload-panel{grid-template-columns:1fr}.checkout-main,.checkout-side,.detail-main,.detail-side,.field-span-4,.field-span-6,.field-span-8{grid-column:span 12}.summary-card.sticky{position:static}}@media (width<=720px){.topbar-inner,.page,.footer-inner{width:min(100% - 24px,1180px)}.topbar-inner{flex-direction:column;align-items:stretch;gap:10px;padding:8px 0}.topbar-primary{gap:12px;width:100%}.brand{min-width:0;max-width:min(100%,360px)}.brand-logo{height:38px}.topbar-quick{gap:10px;margin-left:auto}.cart-link{width:42px;height:42px}.menu-toggle{display:inline-flex}.topbar-panel{flex-direction:column;align-items:stretch;gap:14px;width:100%;padding-top:4px;display:none}.topbar-panel.open{display:flex}.topbar-nav,.nav-group,.topbar-meta,.actions-group{flex-direction:column;align-items:stretch;width:100%}.nav-group{gap:10px}.nav-link{background:#c9956a0f;border-radius:16px;width:100%;min-height:44px;padding:12px 14px}.topbar-meta{gap:10px}.meta-summary{justify-content:flex-start;width:100%}.badge{align-self:flex-start}.actions-group>*{text-align:center;justify-content:center;width:100%;display:inline-flex}.page{padding-top:24px}.product-grid{grid-template-columns:repeat(2,1fr)}.hero-panel,.card,.metric-card,.summary-card,.table-card,.auth-card{padding:20px}}.brand-intro-header{max-width:600px;margin-bottom:32px}.brand-dna-cards{grid-template-columns:1fr 1fr;gap:24px;display:grid}.brand-dna-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--primary);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;gap:14px;padding:32px 28px;display:flex}.brand-dna-title{color:var(--primary);margin:0;font-size:1.05rem;font-weight:700}.brand-dna-desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.75}.mechanism-cards{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;display:grid}.mechanism-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:14px;padding:32px 28px;transition:box-shadow .2s,transform .2s;display:flex}.mechanism-card:hover{box-shadow:var(--glow);transform:translateY(-3px)}.mechanism-icon{background:var(--surface-soft);width:52px;height:52px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;display:flex}.mechanism-icon svg{width:28px;height:28px}.mechanism-title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.mechanism-desc{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.65}.comparison-inner{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.comparison-table{border-collapse:separate;border-spacing:0;border:1px solid var(--border);width:100%;box-shadow:var(--shadow);border-radius:12px;margin-top:24px;font-size:.875rem;overflow:hidden}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid var(--border);padding:13px 16px;line-height:1.5}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table thead tr{background:var(--surface-soft)}.comparison-table thead th{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.72rem;font-weight:700}.comparison-table thead th.col-revibe{color:var(--primary)}.comparison-table tbody tr:nth-child(odd){background:var(--surface)}.comparison-table tbody tr:nth-child(2n){background:#ffffff80}.comparison-table th:first-child,.comparison-table td:first-child{color:var(--text-muted);background:var(--surface-muted);width:26%;font-size:.8rem;font-weight:600}.comparison-table .col-untreated{color:var(--text-muted)}.comparison-table .col-revibe{color:var(--primary);font-weight:600}.comparison-visual{top:calc(var(--app-header-height) + 24px);position:sticky}.comparison-img{width:100%;box-shadow:var(--shadow);border-radius:14px;display:block}.comparison-img-caption{color:var(--text-muted);margin:10px 0 0;font-size:.75rem;line-height:1.5}.brand-quote-section{background:linear-gradient(135deg,#2a1208 0%,#3d1c0e 60%,#2a1208 100%);margin-top:56px;padding:80px 0}.brand-quote-inner{text-align:center;flex-direction:column;align-items:center;gap:32px;width:min(100% - 48px,1180px);margin:0 auto;display:flex}.brand-quote{margin:0;padding:0}.brand-quote p{color:#fff;margin:0 0 16px;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:700;line-height:1.5}.brand-quote footer{color:var(--primary);letter-spacing:.04em;font-size:.875rem}@media (width<=960px){.brand-dna-cards{grid-template-columns:1fr}.mechanism-cards{grid-template-columns:1fr;gap:16px}.comparison-inner{grid-template-columns:1fr;gap:32px}.comparison-visual{order:-1;position:static}}@media (width<=720px){.brand-quote-section{padding:56px 0}}.home[data-v-dfe32ec2]{min-height:100vh}.page-wrap[data-v-dfe32ec2]{flex-direction:column;gap:56px;width:min(1180px,100% - 32px);margin:0 auto;padding-bottom:64px;display:flex}.hero[data-v-dfe32ec2]{align-items:center;width:100%;min-height:520px;margin-bottom:0;display:flex;position:relative;overflow:hidden}.hero-bg-img[data-v-dfe32ec2]{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-overlay[data-v-dfe32ec2]{background:linear-gradient(135deg,#23120cd1 0%,#3c1e12ad 50%,#64372373 100%);position:absolute;inset:0}.hero-body[data-v-dfe32ec2]{z-index:1;flex-direction:column;gap:18px;width:min(1180px,100% - 32px);max-width:600px;margin:0 auto;padding:80px 0;display:flex;position:relative}.hero-tag[data-v-dfe32ec2]{color:#e8b98a;letter-spacing:.14em;text-transform:uppercase;font-size:.85rem;font-weight:700}.hero-h1[data-v-dfe32ec2]{color:#fff8f2;text-shadow:0 2px 20px #0006;margin:0;font-size:clamp(2rem,5vw,3.4rem);font-weight:900;line-height:1.1}.hero-sub[data-v-dfe32ec2]{color:#ffe6cdd9;margin:0;font-size:1.05rem;line-height:1.7}.hero-btns[data-v-dfe32ec2]{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.admin-box[data-v-dfe32ec2]{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;gap:20px;margin-top:40px;padding:28px 32px;display:flex}.admin-box-left p[data-v-dfe32ec2]{margin:0}.admin-box-links[data-v-dfe32ec2]{flex-wrap:wrap;gap:12px;display:flex}.intro[data-v-dfe32ec2]{grid-template-columns:1fr 1fr;align-items:center;gap:52px;margin-top:48px;display:grid}.intro-h2[data-v-dfe32ec2]{margin:8px 0 16px;line-height:1.2;font-size:clamp(1.5rem,3vw,2.2rem)!important}.intro-copy[data-v-dfe32ec2]{color:var(--text-muted);margin:0 0 24px;line-height:1.8}.intro-dna[data-v-dfe32ec2]{flex-direction:column;gap:20px;margin-bottom:28px;display:flex}.dna-item[data-v-dfe32ec2]{align-items:flex-start;gap:14px;display:flex}.dna-icon[data-v-dfe32ec2]{background:var(--surface-soft);border:1px solid var(--border);width:44px;height:44px;color:var(--primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:flex}.dna-icon svg[data-v-dfe32ec2]{width:100%;height:100%}.dna-item strong[data-v-dfe32ec2]{color:var(--text);margin-bottom:4px;font-size:.95rem;display:block}.dna-item p[data-v-dfe32ec2]{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.6}.intro-right[data-v-dfe32ec2]{box-shadow:var(--shadow);border-radius:20px;line-height:0;overflow:hidden}.intro-img[data-v-dfe32ec2]{object-fit:cover;width:100%;height:420px;display:block}.benefits[data-v-dfe32ec2]{text-align:center}.benefits-head[data-v-dfe32ec2]{margin-bottom:32px}.benefits-head .section-title[data-v-dfe32ec2]{margin:6px 0 8px}.benefits-grid[data-v-dfe32ec2]{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.benefit-card[data-v-dfe32ec2]{background:var(--surface);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow);border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;transition:transform .2s,box-shadow .2s;display:flex}.benefit-card[data-v-dfe32ec2]:hover{box-shadow:var(--shadow), var(--glow);transform:translateY(-4px)}.benefit-icon[data-v-dfe32ec2]{background:var(--surface-soft);border:1px solid var(--border);width:60px;height:60px;color:var(--primary);border-radius:18px;justify-content:center;align-items:center;padding:12px;display:flex}.benefit-icon svg[data-v-dfe32ec2]{width:100%;height:100%}.benefit-card h3[data-v-dfe32ec2]{color:var(--text);margin:0;font-size:1.1rem}.benefit-card p[data-v-dfe32ec2]{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.7}.spotlight-grid[data-v-dfe32ec2]{grid-template-columns:1fr 1fr;gap:24px;display:grid}.spotlight-card[data-v-dfe32ec2]{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden}.spotlight-card[data-v-dfe32ec2]:hover{transform:translateY(-3px)}.spotlight-img-wrap[data-v-dfe32ec2]{width:100%;height:260px;line-height:0;overflow:hidden}.spotlight-img[data-v-dfe32ec2]{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.spotlight-card:hover .spotlight-img[data-v-dfe32ec2]{transform:scale(1.04)}.spotlight-body[data-v-dfe32ec2]{flex-direction:column;flex:1;gap:10px;padding:24px;display:flex}.spotlight-tag[data-v-dfe32ec2]{background:var(--surface-soft);border:1px solid var(--border);color:var(--primary-dark);letter-spacing:.06em;border-radius:999px;width:fit-content;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-block}.spotlight-body h3[data-v-dfe32ec2]{color:var(--text);margin:0;font-size:1.2rem}.spotlight-body p[data-v-dfe32ec2]{color:var(--text-muted);flex:1;margin:0;font-size:.9rem;line-height:1.7}.spotlight-body .button[data-v-dfe32ec2]{color:var(--primary-dark);box-shadow:none;letter-spacing:.04em;background:0 0;border:1.5px solid #b8895e73;width:fit-content;padding:10px 18px;font-size:.88rem}.spotlight-body .button[data-v-dfe32ec2]:hover{border-color:var(--primary);color:var(--primary);background:#b8895e14}.comparison[data-v-dfe32ec2]{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:40px}.comparison-head[data-v-dfe32ec2]{margin-bottom:28px}.comparison-head .section-title[data-v-dfe32ec2]{margin:6px 0 8px}.comparison-body[data-v-dfe32ec2]{grid-template-columns:380px 1fr;align-items:start;gap:36px;display:grid}.comparison-img-wrap[data-v-dfe32ec2]{border-radius:16px;line-height:0;overflow:hidden}.comparison-img[data-v-dfe32ec2]{object-fit:cover;width:100%;height:320px;display:block}.comparison-tbl-wrap[data-v-dfe32ec2]{overflow-x:auto}.comparison-tbl[data-v-dfe32ec2]{border-collapse:collapse;width:100%;font-size:.92rem}.comparison-tbl th[data-v-dfe32ec2],.comparison-tbl td[data-v-dfe32ec2]{text-align:left;border-bottom:1px solid var(--border);padding:11px 14px}.comparison-tbl thead th[data-v-dfe32ec2]{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);padding-bottom:14px;font-size:.82rem;font-weight:700}.comparison-tbl .col-rv[data-v-dfe32ec2]{color:var(--primary-dark);font-weight:600}.comparison-tbl thead .col-rv[data-v-dfe32ec2]{color:var(--primary)}.comparison-tbl tbody tr:last-child td[data-v-dfe32ec2]{border-bottom:0}.comparison-tbl tbody tr[data-v-dfe32ec2]:nth-child(odd){background:var(--surface-muted)}.featured .section-head[data-v-dfe32ec2]{margin-bottom:20px}.empty-hint[data-v-dfe32ec2]{text-align:center;color:var(--text-muted);padding:32px}.quote-band[data-v-dfe32ec2]{text-align:center;background:linear-gradient(135deg,#32190ffa,#502d19f0);flex-direction:column;align-items:center;gap:28px;padding:72px 32px;display:flex}.quote-text[data-v-dfe32ec2]{border:none;margin:0;padding:0}.quote-text p[data-v-dfe32ec2]{color:#fff6ee;margin:0 0 12px;font-size:clamp(1.2rem,2.5vw,1.7rem);font-weight:700;line-height:1.55}.quote-text footer[data-v-dfe32ec2]{color:#e8b98ab3;letter-spacing:.06em;font-size:.9rem}@media (width<=900px){.intro[data-v-dfe32ec2]{grid-template-columns:1fr}.intro-right[data-v-dfe32ec2]{order:-1}.intro-img[data-v-dfe32ec2]{height:280px}.comparison-body[data-v-dfe32ec2]{grid-template-columns:1fr}.comparison-img[data-v-dfe32ec2]{height:220px}}@media (width<=700px){.benefits-grid[data-v-dfe32ec2],.spotlight-grid[data-v-dfe32ec2]{grid-template-columns:1fr}.hero-body[data-v-dfe32ec2]{padding:60px 0}.page-wrap[data-v-dfe32ec2]{gap:40px}.comparison[data-v-dfe32ec2]{padding:24px 20px}}@media (width<=480px){.hero[data-v-dfe32ec2]{min-height:400px}}
