@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");:root{--primary:#efb417;--primary-dark:#dfa11d;--primary-light:#f49624;--text-primary:#3a404d;--text-secondary:#727373;--text-muted:#787879;--text-dark:#233341;--background:#fff;--background-paper:#f8f8f8;--background-light:#ededef;--border:#e0e0e3;--border-light:#e6e6e6;--border-card:#e6e8eb;--status-available:#23814a;--status-new:#f49624;--whatsapp:#1f9c23;--foreground:#3a404d;--primary-foreground:#3a404d;--secondary:#f8f8f8;--secondary-foreground:#3a404d;--muted:#f8f8f8;--muted-foreground:#727373;--accent:#efb417;--accent-foreground:#3a404d;--destructive:#ef4444;--destructive-foreground:#fff;--input:#e0e0e3;--ring:#efb417;--radius:0.5rem;--font-sans:"Noto Sans JP",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Consolas,"Liberation Mono",Menlo,monospace}.dark{--background:#0a0a0a;--foreground:#ededed;--primary:#818cf8;--primary-foreground:#1e1b4b;--secondary:#1f2937;--secondary-foreground:#f9fafb;--muted:#1f2937;--muted-foreground:#9ca3af;--accent:#1f2937;--accent-foreground:#f9fafb;--destructive:#7f1d1d;--destructive-foreground:#f9fafb;--border:#1f2937;--input:#1f2937;--ring:#818cf8}*{box-sizing:border-box;padding:0;margin:0}html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus{outline:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:absolute;top:1rem;left:1rem;z-index:50;width:auto;height:auto;padding:.5rem 1rem;margin:0;overflow:visible;clip:auto;white-space:normal;background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius)}@media (prefers-contrast:high){*{border-color:ButtonText!important}}a{color:var(--primary);text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;transition:color .15s ease-out}a:hover{opacity:.8}button,input,select,textarea{min-height:44px;min-width:44px}button{transition:all .15s ease-out}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}@media print{*{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.no-print,.skip-link,nav{display:none!important}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}