/* Mantou Oma local utility subset for v38 (Tailwind CDN removed) */
*,::before,::after{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{min-height:100%;}
img,video{display:block;max-width:100%;height:auto;}
button,input,select,textarea{font:inherit;color:inherit;}
a{color:inherit;text-decoration:none;}
table{width:100%;border-collapse:collapse;}
.block{display:block;}
.inline{display:inline;}
.inline-flex{display:inline-flex;}
.flex{display:flex;}
.grid{display:grid;}
.hidden{display:none;}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.sticky{position:sticky;}
.inset-0{top:0;right:0;bottom:0;left:0;}
.-inset-2{top:-0.5rem;right:-0.5rem;bottom:-0.5rem;left:-0.5rem;}
.right-0{right:0;}
.top-0{top:0;}
.top-24{top:6rem;}
.z-20{z-index:20;}
.z-50{z-index:50;}
.items-center{align-items:center;}
.items-start{align-items:flex-start;}
.items-end{align-items:flex-end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.flex-1{flex:1 1 0%;}
.self-center{align-self:center;}
.place-items-center{place-items:center;}
.overflow-hidden{overflow:hidden;}
.overflow-auto{overflow:auto;}
.overflow-x-auto{overflow-x:auto;}
.object-cover{object-fit:cover;}
.whitespace-nowrap{white-space:nowrap;}
.whitespace-pre-line{white-space:pre-line;}
.whitespace-pre-wrap{white-space:pre-wrap;}
.break-words{overflow-wrap:break-word;}
.break-all{word-break:break-all;}
.list-disc{list-style-type:disc;}
.list-decimal{list-style-type:decimal;}
.border-separate{border-collapse:separate;}
.border-spacing-0{border-spacing:0;}
.align-top{vertical-align:top;}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr));}
.col-span-1{grid-column:span 1 / span 1;}
.col-span-4{grid-column:span 4 / span 4;}
.col-span-6{grid-column:span 6 / span 6;}
.min-w-full{min-width:100%;}
.min-w-\[220px\]{min-width:220px;}
.min-w-\[260px\]{min-width:260px;}
.min-h-\[60px\]{min-height:60px;}
.w-full{width:100%;}
.w-px{width:1px;}
.w-4{width:1rem;}
.w-5{width:1.25rem;}
.w-10{width:2.5rem;}
.w-12{width:3rem;}
.w-14{width:3.5rem;}
.w-20{width:5rem;}
.w-40{width:10rem;}
.w-44{width:11rem;}
.w-48{width:12rem;}
.h-4{height:1rem;}
.h-5{height:1.25rem;}
.h-6{height:1.5rem;}
.h-10{height:2.5rem;}
.h-12{height:3rem;}
.h-14{height:3.5rem;}
.h-24{height:6rem;}
.h-28{height:7rem;}
.max-w-md{max-width:28rem;}
.max-w-lg{max-width:32rem;}
.max-w-xl{max-width:36rem;}
.max-w-2xl{max-width:42rem;}
.max-w-3xl{max-width:48rem;}
.max-w-4xl{max-width:56rem;}
.max-w-6xl{max-width:72rem;}
.max-w-7xl{max-width:80rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.p-0{padding:0;}
.px-0{padding-left:0;padding-right:0;}
.py-0{padding-top:0;padding-bottom:0;}
.pt-0{padding-top:0;}
.pb-0{padding-bottom:0;}
.pl-0{padding-left:0;}
.mt-0{margin-top:0;}
.mb-0{margin-bottom:0;}
.ml-0{margin-left:0;}
.mx-0{margin-left:0;margin-right:0;}
.gap-0{gap:0;}
.p-1{padding:0.25rem;}
.px-1{padding-left:0.25rem;padding-right:0.25rem;}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}
.pt-1{padding-top:0.25rem;}
.pb-1{padding-bottom:0.25rem;}
.pl-1{padding-left:0.25rem;}
.mt-1{margin-top:0.25rem;}
.mb-1{margin-bottom:0.25rem;}
.ml-1{margin-left:0.25rem;}
.mx-1{margin-left:0.25rem;margin-right:0.25rem;}
.gap-1{gap:0.25rem;}
.p-2{padding:0.5rem;}
.px-2{padding-left:0.5rem;padding-right:0.5rem;}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}
.pt-2{padding-top:0.5rem;}
.pb-2{padding-bottom:0.5rem;}
.pl-2{padding-left:0.5rem;}
.mt-2{margin-top:0.5rem;}
.mb-2{margin-bottom:0.5rem;}
.ml-2{margin-left:0.5rem;}
.mx-2{margin-left:0.5rem;margin-right:0.5rem;}
.gap-2{gap:0.5rem;}
.p-3{padding:0.75rem;}
.px-3{padding-left:0.75rem;padding-right:0.75rem;}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}
.pt-3{padding-top:0.75rem;}
.pb-3{padding-bottom:0.75rem;}
.pl-3{padding-left:0.75rem;}
.mt-3{margin-top:0.75rem;}
.mb-3{margin-bottom:0.75rem;}
.ml-3{margin-left:0.75rem;}
.mx-3{margin-left:0.75rem;margin-right:0.75rem;}
.gap-3{gap:0.75rem;}
.p-4{padding:1rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.py-4{padding-top:1rem;padding-bottom:1rem;}
.pt-4{padding-top:1rem;}
.pb-4{padding-bottom:1rem;}
.pl-4{padding-left:1rem;}
.mt-4{margin-top:1rem;}
.mb-4{margin-bottom:1rem;}
.ml-4{margin-left:1rem;}
.mx-4{margin-left:1rem;margin-right:1rem;}
.gap-4{gap:1rem;}
.p-5{padding:1.25rem;}
.px-5{padding-left:1.25rem;padding-right:1.25rem;}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}
.pt-5{padding-top:1.25rem;}
.pb-5{padding-bottom:1.25rem;}
.pl-5{padding-left:1.25rem;}
.mt-5{margin-top:1.25rem;}
.mb-5{margin-bottom:1.25rem;}
.ml-5{margin-left:1.25rem;}
.mx-5{margin-left:1.25rem;margin-right:1.25rem;}
.gap-5{gap:1.25rem;}
.p-6{padding:1.5rem;}
.px-6{padding-left:1.5rem;padding-right:1.5rem;}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem;}
.pt-6{padding-top:1.5rem;}
.pb-6{padding-bottom:1.5rem;}
.pl-6{padding-left:1.5rem;}
.mt-6{margin-top:1.5rem;}
.mb-6{margin-bottom:1.5rem;}
.ml-6{margin-left:1.5rem;}
.mx-6{margin-left:1.5rem;margin-right:1.5rem;}
.gap-6{gap:1.5rem;}
.p-7{padding:1.75rem;}
.px-7{padding-left:1.75rem;padding-right:1.75rem;}
.py-7{padding-top:1.75rem;padding-bottom:1.75rem;}
.pt-7{padding-top:1.75rem;}
.pb-7{padding-bottom:1.75rem;}
.pl-7{padding-left:1.75rem;}
.mt-7{margin-top:1.75rem;}
.mb-7{margin-bottom:1.75rem;}
.ml-7{margin-left:1.75rem;}
.mx-7{margin-left:1.75rem;margin-right:1.75rem;}
.gap-7{gap:1.75rem;}
.p-8{padding:2rem;}
.px-8{padding-left:2rem;padding-right:2rem;}
.py-8{padding-top:2rem;padding-bottom:2rem;}
.pt-8{padding-top:2rem;}
.pb-8{padding-bottom:2rem;}
.pl-8{padding-left:2rem;}
.mt-8{margin-top:2rem;}
.mb-8{margin-bottom:2rem;}
.ml-8{margin-left:2rem;}
.mx-8{margin-left:2rem;margin-right:2rem;}
.gap-8{gap:2rem;}
.p-10{padding:2.5rem;}
.px-10{padding-left:2.5rem;padding-right:2.5rem;}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem;}
.pt-10{padding-top:2.5rem;}
.pb-10{padding-bottom:2.5rem;}
.pl-10{padding-left:2.5rem;}
.mt-10{margin-top:2.5rem;}
.mb-10{margin-bottom:2.5rem;}
.ml-10{margin-left:2.5rem;}
.mx-10{margin-left:2.5rem;margin-right:2.5rem;}
.gap-10{gap:2.5rem;}
.p-12{padding:3rem;}
.px-12{padding-left:3rem;padding-right:3rem;}
.py-12{padding-top:3rem;padding-bottom:3rem;}
.pt-12{padding-top:3rem;}
.pb-12{padding-bottom:3rem;}
.pl-12{padding-left:3rem;}
.mt-12{margin-top:3rem;}
.mb-12{margin-bottom:3rem;}
.ml-12{margin-left:3rem;}
.mx-12{margin-left:3rem;margin-right:3rem;}
.gap-12{gap:3rem;}
.p-20{padding:5rem;}
.px-20{padding-left:5rem;padding-right:5rem;}
.py-20{padding-top:5rem;padding-bottom:5rem;}
.pt-20{padding-top:5rem;}
.pb-20{padding-bottom:5rem;}
.pl-20{padding-left:5rem;}
.mt-20{margin-top:5rem;}
.mb-20{margin-bottom:5rem;}
.ml-20{margin-left:5rem;}
.mx-20{margin-left:5rem;margin-right:5rem;}
.gap-20{gap:5rem;}
.p-24{padding:6rem;}
.px-24{padding-left:6rem;padding-right:6rem;}
.py-24{padding-top:6rem;padding-bottom:6rem;}
.pt-24{padding-top:6rem;}
.pb-24{padding-bottom:6rem;}
.pl-24{padding-left:6rem;}
.mt-24{margin-top:6rem;}
.mb-24{margin-bottom:6rem;}
.ml-24{margin-left:6rem;}
.mx-24{margin-left:6rem;margin-right:6rem;}
.gap-24{gap:6rem;}
.p-28{padding:7rem;}
.px-28{padding-left:7rem;padding-right:7rem;}
.py-28{padding-top:7rem;padding-bottom:7rem;}
.pt-28{padding-top:7rem;}
.pb-28{padding-bottom:7rem;}
.pl-28{padding-left:7rem;}
.mt-28{margin-top:7rem;}
.mb-28{margin-bottom:7rem;}
.ml-28{margin-left:7rem;}
.mx-28{margin-left:7rem;margin-right:7rem;}
.gap-28{gap:7rem;}
.p-32{padding:8rem;}
.px-32{padding-left:8rem;padding-right:8rem;}
.py-32{padding-top:8rem;padding-bottom:8rem;}
.pt-32{padding-top:8rem;}
.pb-32{padding-bottom:8rem;}
.pl-32{padding-left:8rem;}
.mt-32{margin-top:8rem;}
.mb-32{margin-bottom:8rem;}
.ml-32{margin-left:8rem;}
.mx-32{margin-left:8rem;margin-right:8rem;}
.gap-32{gap:8rem;}
.p-40{padding:10rem;}
.px-40{padding-left:10rem;padding-right:10rem;}
.py-40{padding-top:10rem;padding-bottom:10rem;}
.pt-40{padding-top:10rem;}
.pb-40{padding-bottom:10rem;}
.pl-40{padding-left:10rem;}
.mt-40{margin-top:10rem;}
.mb-40{margin-bottom:10rem;}
.ml-40{margin-left:10rem;}
.mx-40{margin-left:10rem;margin-right:10rem;}
.gap-40{gap:10rem;}
.p-44{padding:11rem;}
.px-44{padding-left:11rem;padding-right:11rem;}
.py-44{padding-top:11rem;padding-bottom:11rem;}
.pt-44{padding-top:11rem;}
.pb-44{padding-bottom:11rem;}
.pl-44{padding-left:11rem;}
.mt-44{margin-top:11rem;}
.mb-44{margin-bottom:11rem;}
.ml-44{margin-left:11rem;}
.mx-44{margin-left:11rem;margin-right:11rem;}
.gap-44{gap:11rem;}
.p-48{padding:12rem;}
.px-48{padding-left:12rem;padding-right:12rem;}
.py-48{padding-top:12rem;padding-bottom:12rem;}
.pt-48{padding-top:12rem;}
.pb-48{padding-bottom:12rem;}
.pl-48{padding-left:12rem;}
.mt-48{margin-top:12rem;}
.mb-48{margin-bottom:12rem;}
.ml-48{margin-left:12rem;}
.mx-48{margin-left:12rem;margin-right:12rem;}
.gap-48{gap:12rem;}
.font-semibold{font-weight:600;}
.font-bold{font-weight:700;}
.font-extrabold{font-weight:800;}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}
.uppercase{text-transform:uppercase;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-balance{text-wrap:balance;}
.tracking-tight{letter-spacing:-0.025em;}
.tracking-tighter{letter-spacing:-0.05em;}
.tracking-widest{letter-spacing:0.1em;}
.tracking-\[0\.3em\]{letter-spacing:0.3em;}
.leading-none{line-height:1;}
.leading-tight{line-height:1.25;}
.leading-relaxed{line-height:1.625;}
.text-xs{font-size:0.75rem;line-height:1.5;}
.text-sm{font-size:0.875rem;line-height:1.5;}
.text-base{font-size:1rem;line-height:1.5;}
.text-lg{font-size:1.125rem;line-height:1.5;}
.text-xl{font-size:1.25rem;line-height:1.5;}
.text-2xl{font-size:1.5rem;line-height:1.5;}
.text-3xl{font-size:1.875rem;line-height:1.5;}
.text-4xl{font-size:2.25rem;line-height:1.5;}
.text-5xl{font-size:3rem;line-height:1.5;}
.text-\[9px\]{font-size:9px;line-height:1.4;}
.text-\[10px\]{font-size:10px;line-height:1.4;}
.text-\[11px\]{font-size:11px;line-height:1.4;}
.text-white{color:#ffffff;}
.text-stone-100{color:#f5f5f4;}
.text-stone-400{color:#a8a29e;}
.text-stone-500{color:#78716c;}
.text-stone-600{color:#57534e;}
.text-stone-700{color:#44403c;}
.text-stone-800{color:#292524;}
.text-stone-900{color:#1c1917;}
.text-orange-600{color:#ea580c;}
.text-orange-700{color:#c2410c;}
.text-orange-800{color:#9a3412;}
.text-green-800{color:#166534;}
.text-red-600{color:#dc2626;}
.text-red-700{color:#b91c1c;}
.text-red-800{color:#991b1b;}
.text-yellow-900{color:#713f12;}
.text-amber-800{color:#92400e;}
.bg-white{background-color:#ffffff;}
.bg-white\/90{background-color:rgba(255,255,255,0.9);}
.bg-black\/40{background-color:rgba(0,0,0,0.4);}
.bg-stone-50{background-color:#fafaf9;}
.bg-stone-100{background-color:#f5f5f4;}
.bg-stone-200{background-color:#e7e5e4;}
.bg-stone-900{background-color:#1c1917;}
.bg-orange-50{background-color:#fff7ed;}
.bg-orange-100{background-color:#ffedd5;}
.bg-orange-200\/40{background-color:rgba(254,215,170,0.4);}
.bg-orange-600{background-color:#ea580c;}
.bg-green-50{background-color:#f0fdf4;}
.bg-green-100{background-color:#dcfce7;}
.bg-red-50{background-color:#fef2f2;}
.bg-red-600{background-color:#dc2626;}
.bg-yellow-50{background-color:#fefce8;}
.bg-amber-50{background-color:#fffbeb;}
.border-stone-100{border-color:#f5f5f4;}
.border-stone-200{border-color:#e7e5e4;}
.border-stone-400{border-color:#a8a29e;}
.border-stone-800{border-color:#1c1917;}
.border-orange-200{border-color:#fed7aa;}
.border-green-100{border-color:#dcfce7;}
.border-green-200{border-color:#bbf7d0;}
.border-red-100{border-color:#fee2e2;}
.border-red-200{border-color:#fecaca;}
.border-yellow-100{border-color:#fef9c3;}
.border-amber-200{border-color:#fde68a;}
.border{border-width:1px;border-style:solid;}
.border-t{border-top-width:1px;border-top-style:solid;}
.border-b{border-bottom-width:1px;border-bottom-style:solid;}
.border-t-2{border-top-width:2px;border-top-style:solid;}
.border-dashed{border-style:dashed;}
.border-none{border:none;}
.rounded{border-radius:0.25rem;}
.rounded-lg{border-radius:0.5rem;}
.rounded-xl{border-radius:0.75rem;}
.rounded-2xl{border-radius:1rem;}
.rounded-\[2rem\]{border-radius:2rem;}
.rounded-\[2\.5rem\]{border-radius:2.5rem;}
.rounded-\[3rem\]{border-radius:3rem;}
.shadow-sm{box-shadow:0 1px 2px rgba(15,23,42,0.08);}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(15,23,42,0.18),0 8px 10px -6px rgba(15,23,42,0.12);}
.blur-2xl{filter:blur(40px);}
.backdrop-blur{backdrop-filter:blur(12px);}
.ring-1{box-shadow:0 0 0 1px var(--ring-color, rgba(231,229,228,1)) inset;}
.ring-stone-100{--ring-color:rgba(245,245,244,1);}
.ring-stone-200{--ring-color:rgba(231,229,228,1);}
.outline-none{outline:none;}
.transition{transition:all .18s ease;}
.scroll-smooth{scroll-behavior:smooth;}
.space-y-1>*+*{margin-top:0.25rem;}
.space-y-2>*+*{margin-top:0.5rem;}
.space-y-3>*+*{margin-top:0.75rem;}
.space-y-4>*+*{margin-top:1rem;}
.space-y-5>*+*{margin-top:1.25rem;}
.space-y-6>*+*{margin-top:1.5rem;}
.hover\:bg-orange-200:hover{background-color:#fed7aa;}
.hover\:bg-orange-600:hover{background-color:#ea580c;}
.hover\:bg-orange-700:hover{background-color:#c2410c;}
.hover\:bg-red-700:hover{background-color:#b91c1c;}
.hover\:bg-stone-50:hover{background-color:#fafaf9;}
.hover\:bg-stone-50\/60:hover{background-color:rgba(250,250,249,0.6);}
.hover\:bg-stone-200:hover{background-color:#e7e5e4;}
.hover\:text-orange-600:hover{color:#ea580c;}
.hover\:text-orange-700:hover{color:#c2410c;}
.hover\:text-stone-900:hover{color:#1c1917;}
.hover\:underline:hover{text-decoration:underline;}
.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--focus-ring-color, rgba(234,88,12,0.45));}
.focus\:ring-orange-500:focus{--focus-ring-color:rgba(249,115,22,0.45);}
.focus\:ring-red-500:focus{--focus-ring-color:rgba(239,68,68,0.4);}
.group:hover .group-hover\:bg-stone-50\/60{background-color:rgba(250,250,249,0.6);}
@media (min-width:640px){
  .sm\:block{display:block;}
  .sm\:flex{display:flex;}
  .sm\:flex-row{flex-direction:row;}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
  .sm\:inline-block{display:inline-block;}
  .sm\:inline-flex{display:inline-flex;}
  .sm\:items-center{align-items:center;}
  .sm\:justify-end{justify-content:flex-end;}
  .sm\:w-28{width:7rem;}
  .sm\:w-40{width:10rem;}
}
@media (min-width:768px){
  .md\:hidden{display:none;}
  .md\:flex{display:flex;}
  .md\:flex-row{flex-direction:row;}
  .md\:items-center{align-items:center;}
  .md\:items-end{align-items:flex-end;}
  .md\:items-start{align-items:flex-start;}
  .md\:justify-between{justify-content:space-between;}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
  .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}
  .md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}
  .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr));}
  .md\:col-span-2{grid-column:span 2 / span 2;}
  .md\:col-span-3{grid-column:span 3 / span 3;}
  .md\:col-span-4{grid-column:span 4 / span 4;}
  .md\:col-span-12{grid-column:span 12 / span 12;}
  .md\:text-lg{font-size:1.125rem;line-height:1.5;}
  .md\:text-3xl{font-size:1.875rem;line-height:1.2;}
  .md\:text-4xl{font-size:2.25rem;line-height:1.15;}
  .md\:text-5xl{font-size:3rem;line-height:1.1;}
  .md\:p-10{padding:2.5rem;}
  .md\:w-auto{width:auto;}
}
@media (min-width:1024px){
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
  .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}
  .lg\:col-span-1{grid-column:span 1 / span 1;}
  .lg\:col-span-2{grid-column:span 2 / span 2;}
  .lg\:col-span-3{grid-column:span 3 / span 3;}
}
@media print{.no-print{display:none !important;} body{background:#fff !important;}}