*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}:root{--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--color-primary: #E53935;--color-primary-dark: #C62828;--color-primary-light: #FEF2F2;--color-secondary: #F59E0B;--color-accent: #2563EB;--color-background: #FFFFFF;--color-bg-subtle: var(--gray-50);--color-surface: #FFFFFF;--color-border: var(--gray-200);--color-divider: var(--gray-100);--color-text: var(--gray-900);--color-text-sub: var(--gray-500);--color-text-muted: var(--gray-400);--color-link: #E53935;--color-success: #16A34A;--color-success-bg: #DCFCE7;--color-error: #DC2626;--color-error-bg: #FEE2E2;--color-warning: #D97706;--color-warning-bg: #FEF3C7;--vip1-color: #DC2626;--vip1-bg: #FEF2F2;--vip2-color: #EA580C;--vip2-bg: #FFF7ED;--vip3-color: #CA8A04;--vip3-bg: #FEFCE8;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-md: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 38px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(16, 24, 40, .05);--shadow-sm: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);--shadow-md: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);--shadow-lg: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);--shadow-xl: 0 20px 24px -4px rgba(16, 24, 40, .08), 0 8px 8px -4px rgba(16, 24, 40, .03);--shadow-card: var(--shadow-xs);--shadow-hover: var(--shadow-md);--duration-fast: .12s;--duration-base: .18s;--duration-slow: .28s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--focus-ring: 0 0 0 3px rgba(229, 57, 53, .25);--container-max: 1200px;--header-height: 64px}[data-theme=dark]{--gray-50: #0f172a;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc;--color-primary-light: #450a0a;--color-background: #09090b;--color-bg-subtle: #18181b;--color-surface: #27272a;--color-border: #3f3f46;--color-divider: #27272a;--color-text: #f3f4f6;--color-text-sub: #9ca3af;--color-text-muted: #6b7280;--color-success: #4ade80;--color-success-bg: #064e3b;--color-error: #fca5a5;--color-error-bg: #450a0a;--color-warning: #fcd34d;--color-warning-bg: #78350f;--vip1-bg: #4c0519;--vip1-color: #fda4af;--vip2-bg: #451a03;--vip2-color: #fed7aa;--vip3-bg: #3f2e08;--vip3-color: #fef08a;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .5);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .45);--shadow-md: 0 4px 8px -2px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 16px -4px rgba(0, 0, 0, .45), 0 4px 6px -2px rgba(0, 0, 0, .35);--shadow-xl: 0 20px 24px -4px rgba(0, 0, 0, .45), 0 8px 8px -4px rgba(0, 0, 0, .35);--focus-ring: 0 0 0 3px rgba(229, 57, 53, .4)}.grid-container{display:flex;gap:var(--spacing-md);flex-wrap:wrap}.detail-container{max-width:600px;margin:auto;padding:var(--spacing-lg)}.detail-image{width:100%;border-radius:var(--radius-md);margin-bottom:var(--spacing-md)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html,body{overflow-x:hidden;max-width:100%}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);margin:0;padding:0;letter-spacing:-.01em;line-height:1.5;transition:background-color var(--duration-slow) var(--ease-out),border-color var(--duration-slow) var(--ease-out),color var(--duration-slow) var(--ease-out)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;margin:0}button,input,select,textarea{font-family:inherit;color:inherit}button{background:none;border:none;cursor:pointer;padding:0;color:inherit}a{color:inherit;text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}:focus{outline:none}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:6px}button[data-variant=primary]:hover:not(:disabled){background:var(--color-primary-dark)!important}button[data-variant=secondary]:hover:not(:disabled){background:var(--gray-50)!important;border-color:var(--gray-300)!important}button[data-variant=ghost]:hover:not(:disabled){background:var(--gray-100)!important;color:var(--gray-900)!important}button[data-variant=outline-primary]:hover:not(:disabled){background:var(--color-primary)!important;color:#fff!important}button[data-chip=true]:hover:not(:disabled){border-color:var(--color-primary)!important;color:var(--color-primary)!important}button[data-chip=true][aria-pressed=true]{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}input[data-ui=input]:focus,select[data-ui=select]:focus,textarea[data-ui=input]:focus{border-color:var(--color-primary)!important;box-shadow:var(--focus-ring)!important}[data-card=hover]{transition:box-shadow var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-out)}[data-card=hover]:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--gray-300)}button:disabled{cursor:not-allowed}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}[data-skeleton=true]{background:linear-gradient(90deg,var(--gray-100) 0%,var(--gray-200) 50%,var(--gray-100) 100%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:var(--radius-md)}.show-xs{display:none}@media (max-width: 768px){.hide-mobile{display:none!important}.stack-mobile{flex-direction:column!important;align-items:stretch!important}.stack-mobile>[data-sidebar=true]{width:100%!important;position:static!important}.grid-1-mobile{grid-template-columns:1fr!important}.grid-2-mobile{grid-template-columns:repeat(2,1fr)!important}.span-full-mobile{grid-column:span 1!important}.full-mobile{width:100%!important;min-width:0!important}.hero-h1-mobile{font-size:clamp(1.4rem,6vw,2rem)!important;line-height:1.2!important}.container-mobile{padding-left:var(--space-4)!important;padding-right:var(--space-4)!important}.header-inner{grid-template-columns:auto 1fr auto!important;gap:var(--space-2)!important}.header-logo{height:36px!important}.detail-body{grid-template-columns:1fr!important;padding:16px!important;gap:16px!important}.contact-card{position:static!important;top:auto!important}.detail-breadcrumb-title{max-width:60vw!important}}@media (max-width: 600px){.detail-gallery{grid-template-columns:1fr!important;grid-template-rows:220px!important;height:220px!important}.gallery-sub{display:none!important}}@media (max-width: 480px){.hide-xs{display:none!important}.show-xs{display:inline-flex!important}.grid-1-xs{grid-template-columns:1fr!important}.gap-2-xs{gap:var(--space-2)!important}.header-logo{height:32px!important}.header-post-btn{padding:10px!important;min-width:40px;justify-content:center}.hero-search-bar{flex-direction:column!important;align-items:stretch!important;border-radius:var(--radius-lg)!important;padding:12px!important;gap:10px!important}.hero-search-btn{width:100%!important;padding:12px 16px!important;justify-content:center}}@media (max-width: 640px){.content-frame{padding:0!important}.content-frame__card{border-radius:0!important;border-left:none!important;border-right:none!important;box-shadow:none!important}}@keyframes markerPop{0%{transform:scale(1)}50%{transform:scale(1.14)}to{transform:scale(1)}}.map-marker-active>div{animation:markerPop 1.4s ease-in-out infinite}@keyframes cardReveal3D{0%{opacity:0;transform:perspective(900px) rotateX(20deg) translateY(50px) scale(.95)}to{opacity:1;transform:perspective(900px) rotateX(0) translateY(0) scale(1)}}.card-reveal-3d{opacity:0}.card-reveal-3d.visible{animation:cardReveal3D .7s cubic-bezier(.16,1,.3,1) both}@keyframes macSpinnerRotate{to{transform:rotate(360deg)}}.mac-spinner{display:inline-block;animation:macSpinnerRotate 1s steps(12,end) infinite}[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#ffffff"],[data-theme=dark] [style*="background: rgb(255, 255, 255)"],[data-theme=dark] [style*="background-color: #fff"],[data-theme=dark] [style*="background-color:#fff"],[data-theme=dark] [style*="background-color: #ffffff"],[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background-color: white"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] [style*="color: #1a1a1a"],[data-theme=dark] [style*="color:#1a1a1a"],[data-theme=dark] [style*="color: #0F172A"],[data-theme=dark] [style*="color: #111"],[data-theme=dark] [style*="color: rgb(26, 26, 26)"],[data-theme=dark] [style*="color: rgb(15, 23, 42)"],[data-theme=dark] [style*="color: #222"],[data-theme=dark] [style*="color:#222"],[data-theme=dark] [style*="color: rgb(34, 34, 34)"],[data-theme=dark] [style*="color: #333"],[data-theme=dark] [style*="color:#333"],[data-theme=dark] [style*="color: rgb(51, 51, 51)"],[data-theme=dark] [style*="color: #444"],[data-theme=dark] [style*="color:#444"],[data-theme=dark] [style*="color: rgb(68, 68, 68)"],[data-theme=dark] [style*="color: #555"],[data-theme=dark] [style*="color:#555"],[data-theme=dark] [style*="color: rgb(85, 85, 85)"]{color:var(--color-text)!important}[data-theme=dark] [style*="color: #666"],[data-theme=dark] [style*="color:#666"],[data-theme=dark] [style*="color: rgb(102, 102, 102)"],[data-theme=dark] [style*="color: #777"],[data-theme=dark] [style*="color:#777"],[data-theme=dark] [style*="color: rgb(119, 119, 119)"],[data-theme=dark] [style*="color: #888"],[data-theme=dark] [style*="color:#888"],[data-theme=dark] [style*="color: rgb(136, 136, 136)"],[data-theme=dark] [style*="color: #999"],[data-theme=dark] [style*="color:#999"],[data-theme=dark] [style*="color: rgb(153, 153, 153)"]{color:var(--color-text-sub)!important}[data-theme=dark] [style*=border],[data-theme=dark] [style*=border-color],[data-theme=dark] [style*=border-bottom],[data-theme=dark] [style*=border-top]{border-color:var(--color-border)!important}[data-theme=dark] ::-webkit-scrollbar{width:10px;height:10px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--color-background)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:5px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--gray-300)}
