@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-color:#f3f9fc;--text-primary:#10425c;--text-secondary:#2b7ea3;--text-muted:#6d94ac;--surface-color:#fff;--surface-alt:#e9f4fb;--primary:#0284c7;--primary-hover:#0369a1;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--border-color:#d8ebf7;--shadow-sm:0 1px 2px 0 #10425c0d,0 1px 3px 0 #10425c0a;--shadow-md:0 6px 16px -6px #10425c24;--shadow-lg:0 16px 40px -16px #10425c38;--shadow-xl:0 28px 60px -28px #10425c42;--header-bg:#f3f9fcd1;--action-bg-orange:#ffedd5;--action-text-orange:#ea580c;--action-bg-purple:#f3e8ff;--action-text-purple:#9333ea;--action-bg-emerald:#d1fae5;--action-text-emerald:#059669;--radius-sm:.625rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-pill:999px;--gutter:1rem;--nav-width:15rem;--header-h:4.5rem}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-color:#101827;--text-primary:#f1f5f9;--text-secondary:#9fb2c6;--text-muted:#7b8ea6;--surface-color:#1b2434;--surface-alt:#263143;--border-color:#2f3b4d;--shadow-sm:0 1px 2px 0 #0003;--shadow-md:0 6px 16px -6px #0006;--shadow-lg:0 16px 40px -16px #00000080;--shadow-xl:0 28px 60px -28px #0009;--header-bg:#101827d1;--action-bg-orange:#ea580c33;--action-text-orange:#fdba74;--action-bg-purple:#9333ea33;--action-text-purple:#d8b4fe;--action-bg-emerald:#05966933;--action-text-emerald:#6ee7b7}}[data-theme=dark]{--bg-color:#101827;--text-primary:#f1f5f9;--text-secondary:#9fb2c6;--text-muted:#7b8ea6;--surface-color:#1b2434;--surface-alt:#263143;--border-color:#2f3b4d;--shadow-sm:0 1px 2px 0 #0003;--shadow-md:0 6px 16px -6px #0006;--shadow-lg:0 16px 40px -16px #00000080;--shadow-xl:0 28px 60px -28px #0009;--header-bg:#101827d1;--action-bg-orange:#ea580c33;--action-text-orange:#fdba74;--action-bg-purple:#9333ea33;--action-text-purple:#d8b4fe;--action-bg-emerald:#05966933;--action-text-emerald:#6ee7b7}html,body{font-family:var(--font-rounded),"Hiragino Maru Gothic ProN","Hiragino Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Yu Gothic UI",Meiryo,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-primary);letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:1.75}*{box-sizing:border-box}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.app-container{background-color:var(--bg-color);max-width:28rem;min-height:100dvh;margin:0 auto;position:relative;overflow-x:clip}.app-header{z-index:50;background-color:var(--header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:.875rem var(--gutter);justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:sticky;top:0}.header-actions{align-items:center;gap:.5rem;display:flex}.header-icon-link{border:1px solid var(--border-color);background:var(--surface-alt);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;line-height:1;transition:background-color .2s;display:flex}.header-icon-link:hover{background:var(--surface-color)}.logo{letter-spacing:.01em;background:linear-gradient(90deg,#0ea5e9,#6366f1);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.25rem;font-weight:700}.app-main{padding:1rem var(--gutter);padding-bottom:6rem}.btn-ghost{font:inherit;color:var(--text-secondary);background:var(--surface-alt);border:1px solid var(--border-color);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:background-color .2s,color .2s}.btn-ghost:hover{background:var(--surface-color);color:var(--text-primary)}.bottom-nav{background-color:var(--surface-color);border-top:1px solid var(--border-color);max-width:28rem;padding-bottom:env(safe-area-inset-bottom);z-index:50;margin:0 auto;position:fixed;bottom:0;left:0;right:0}.nav-items{justify-content:space-around;align-items:center;height:4rem;display:flex}.nav-item{color:var(--text-muted);cursor:pointer;flex-direction:column;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.nav-item.active{color:var(--primary)}.nav-icon{font-size:1.25rem;line-height:1}.nav-label{line-height:1.2}.nav-secondary{display:none}.home-container{flex-direction:column;gap:1.5rem;display:flex}.hero-section{border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-lg);background:linear-gradient(140deg,#0ea5e9,#6366f1);padding:1.5rem;position:relative;overflow:hidden}.hero-glow{filter:blur(32px);background-color:#ffffff24;border-radius:50%;width:10rem;height:10rem;position:absolute;top:-2.5rem;right:-2.5rem}.hero-content{z-index:10;position:relative}.hero-copy{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.hero-title{margin:0;font-size:1.5rem;font-weight:700}.hero-subtitle{color:#e0f2fe;margin:0;font-size:.875rem}.hero-badge{border-radius:var(--radius-sm);flex-direction:column;gap:.125rem;margin-top:.75rem;padding:.4rem .75rem;font-size:.75rem;line-height:1.5;display:inline-flex}.hero-badge-warn{color:#fde68a;background-color:#f59e0b33;border:1px solid #f59e0b66}.hero-badge-ok{color:#a7f3d0;background-color:#10b98126;border:1px solid #10b9814d;font-weight:500}.hero-badge-title{font-weight:600}.hero-badge-item{opacity:.85}.hero-action{margin-top:1.25rem}.flex-between{justify-content:space-between;align-items:flex-end;display:flex}.condition-label{text-transform:uppercase;letter-spacing:.05em;color:#bae6fd;font-size:.75rem;font-weight:500;display:block}.flex-baseline{align-items:baseline;gap:.25rem;display:flex}.score-value{font-variant-numeric:tabular-nums;font-size:2.25rem;font-weight:700}.score-max{color:#bae6fd;font-size:.875rem;font-weight:500}.btn-hero{-webkit-backdrop-filter:blur(8px);color:#fff;border-radius:var(--radius-pill);cursor:pointer;background-color:#fff3;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:background-color .2s;display:inline-flex}.btn-hero:hover{color:#fff;background-color:#ffffff4d}.btn-hero-cta{text-align:center;width:100%;display:flex}.btn-hero-warn{background-color:var(--warning);color:#fff}.btn-hero-warn:hover{color:#fff;background-color:#e79309}.section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;font-size:.875rem;font-weight:700}.summary-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.surface{background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.summary-card{padding:1rem}.summary-label{color:var(--text-secondary);margin-bottom:.25rem;font-size:.75rem}.summary-value{color:var(--text-primary);font-size:1.125rem;font-weight:700}.summary-note{margin-top:.25rem;font-size:.75rem;font-weight:500}.text-muted{color:var(--text-muted)}.text-warning{color:var(--warning)}.action-list{flex-direction:column;display:flex;overflow:hidden}.action-list>*+*{border-top:1px solid var(--border-color)}.action-button{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem;transition:background-color .2s;display:flex}.action-button:hover{background-color:var(--surface-alt)}.action-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;display:flex}.bg-orange{background-color:var(--action-bg-orange)}.text-orange{color:var(--action-text-orange)}.bg-purple{background-color:var(--action-bg-purple)}.text-purple{color:var(--action-text-purple)}.bg-emerald{background-color:var(--action-bg-emerald)}.text-emerald{color:var(--action-text-emerald)}.action-name{color:var(--text-primary);font-weight:600}.action-desc{margin-top:.125rem;font-size:.75rem;line-height:1.5}.hover-lift{transition:transform .2s cubic-bezier(.18,.89,.32,1.28),box-shadow .2s}.hover-lift:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.hover-lift{transition:none}.hover-lift:hover{transform:none}}@media (min-width:40rem) and (max-width:56.24rem){.app-container{max-width:34rem}.bottom-nav{border-radius:var(--radius-lg)var(--radius-lg)0 0;max-width:34rem}}@media (min-width:56.25rem){.app-container{--gutter:2rem;grid-template-columns:var(--nav-width)minmax(0,1fr);max-width:76rem;padding-inline:var(--gutter);grid-template-rows:auto 1fr;grid-template-areas:"header header""nav main";column-gap:2rem;display:grid}.app-header{height:var(--header-h);padding:0 var(--gutter);margin-inline:calc(var(--gutter)*-1);grid-area:header}.header-actions{gap:.75rem}.logo{font-size:1.5rem}.app-main{grid-area:main;padding:2rem 0 4rem}.bottom-nav{top:var(--header-h);inset-inline:auto;max-width:none;max-height:calc(100dvh - var(--header-h));background:0 0;border-top:none;grid-area:nav;align-self:start;margin:0;padding:1.5rem 0 2rem;position:sticky;bottom:auto;overflow-y:auto}.nav-items{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem;height:auto}.nav-item{border-radius:var(--radius-md);flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.9375rem;transition:background-color .2s,color .2s}.nav-item:hover{background-color:var(--surface-alt);color:var(--text-secondary)}.nav-item.active{background-color:var(--surface-color);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);color:var(--primary);padding:calc(.625rem - 1px) calc(.875rem - 1px)}.nav-item.active:hover{color:var(--primary)}.nav-secondary{margin-top:1.75rem;display:block}.nav-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .5rem .875rem;font-size:.6875rem;font-weight:700}.home-container{gap:2rem}.hero-section{padding:2.25rem 2.5rem}.hero-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1rem}.hero-action{flex-shrink:0;margin-top:0}.btn-hero-cta{width:auto;padding:.875rem 1.75rem;font-size:.9375rem;display:inline-flex}.surface.action-list{box-shadow:none;background:0 0;border:none;border-radius:0;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1rem;display:grid;overflow:visible}.surface.action-list>*+*{border-top:none}.surface.action-list .action-button{background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.125rem}.surface.action-list .action-button:hover{background-color:var(--surface-alt)}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}}.health-check-insight h1,.health-check-insight h2,.health-check-insight h3,.health-check-insight h4{color:var(--text-primary);margin:1rem 0 .5rem;font-weight:700}.health-check-insight h1{font-size:1.125rem}.health-check-insight h2{border-bottom:1px solid var(--border-color);padding-bottom:.25rem;font-size:1rem}.health-check-insight h3{color:var(--text-secondary);font-size:.9375rem}.health-check-insight h4{color:var(--text-secondary);font-size:.875rem}.health-check-insight p{margin:.5rem 0}.health-check-insight ul,.health-check-insight ol{margin:.5rem 0;padding-left:1.25rem}.health-check-insight li{margin:.25rem 0}.health-check-insight strong{color:var(--text-primary)}.health-check-insight code{background:var(--surface-alt);border-radius:.25rem;padding:.125rem .375rem;font-size:.8125rem}.health-check-insight blockquote{border-left:3px solid var(--primary);background:var(--surface-alt);border-radius:0 var(--radius-sm)var(--radius-sm)0;color:var(--text-secondary);margin:.5rem 0;padding:.5rem .75rem}.health-check-insight hr{border:none;border-top:1px solid var(--border-color);margin:1rem 0}.health-check-insight table{border-collapse:collapse;width:100%;margin:.5rem 0;font-size:.8125rem}.health-check-insight th,.health-check-insight td{border:1px solid var(--border-color);text-align:left;padding:.375rem .5rem}.health-check-insight th{background:var(--surface-alt);font-weight:700}.health-check-insight>:first-child{margin-top:0}.health-check-insight>:last-child{margin-bottom:0}
