:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#f8f7f3;--white:#fff;--ink:#242b29;--muted:#59635e;--line:#d8ddd5;--green:#27634c;--soft:#eaf0e8;--orange:#b64c26;--radius:16px;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;font-size:15px;line-height:1.8}a{color:var(--green);text-underline-offset:4px}button,input,select,textarea{font:inherit}button,.button{border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:10px 22px;font-weight:600;text-decoration:none;display:inline-flex}button:hover,.button:hover{background:var(--green);border-color:var(--green);color:#fff}.secondary{color:var(--ink);border-color:var(--line);background:0 0}button:disabled{opacity:.5;cursor:not-allowed}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}input,select,textarea{width:100%;min-height:44px;color:var(--ink);background:#fff;border:1px solid #aeb8af;border-radius:4px;padding:8px 12px;font-size:16px;line-height:1.5}input[type=checkbox]{width:20px;min-height:20px;accent-color:var(--green);flex-shrink:0}input[type=file]{background:var(--paper);padding:12px}textarea{min-height:96px}label{margin-bottom:8px;font-size:14px;font-weight:600;display:block}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.035em;margin-bottom:20px;font-size:clamp(32px,4.5vw,56px);font-weight:600;line-height:1.5}h2{letter-spacing:-.025em;font-size:25px;line-height:1.5}h3{margin-bottom:8px;font-size:18px;line-height:1.6}p{margin-bottom:16px}small,.muted{color:var(--muted)}small{font-size:13px}.wrap{max-width:1160px;margin:auto;padding:0 32px}.site-header{border-bottom:1px solid var(--line)}.header-inner{justify-content:space-between;align-items:center;gap:24px;height:88px;display:flex}.logo{letter-spacing:-1.7px;color:var(--ink);align-items:center;gap:10px;font-size:31px;font-weight:600;text-decoration:none;display:inline-flex}.logo svg{width:32px;height:32px}.nav{align-items:center;gap:28px;display:flex}.nav a{color:var(--muted);font-size:14px;text-decoration:none}.nav a[aria-current=page]{color:var(--ink);font-weight:700}.eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:16px;font-size:12px;font-weight:600}.hero{grid-template-columns:1.3fr 1fr;align-items:center;gap:40px;padding:60px 0 36px;display:grid}.hero-copy>p:not(.eyebrow){color:var(--muted);max-width:510px}.hero-art{border-radius:50%;justify-content:center;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.hero-art:before,.hero-art:after{content:"";border:1px solid #d6ded3;border-radius:50%;width:330px;height:220px;position:absolute;transform:rotate(-25deg)}.hero-art:after{transform:rotate(25deg)}.wave{z-index:1;align-items:center;gap:6px;height:180px;display:flex}.wave i{background:var(--green);width:5px;height:var(--h);opacity:.7;border-radius:8px;display:block}.wave i:nth-child(3n){background:var(--orange)}.art-note{letter-spacing:.18em;color:var(--muted);font-family:monospace;font-size:11px;position:absolute;bottom:10px}.badge{background:var(--soft);color:var(--green);border-radius:40px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.notice{background:var(--soft);border-radius:10px;padding:16px 20px;font-size:14px}.notice p:last-child{margin:0}.error{color:#872d16;background:#fff0e9;border:1px solid #e5ae98}.section{padding:32px 0 48px}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.section-heading h2{margin:0}.search-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-bottom:24px;padding:28px}.search-row{grid-template-columns:1fr 190px;gap:20px;display:grid}.search-input{position:relative}.search-input input{padding-left:42px}.search-input span{color:var(--muted);font-size:21px;position:absolute;top:9px;left:16px}.toolbar{justify-content:space-between;align-items:center;gap:16px;margin:20px 0;display:flex}.toolbar p{margin:0}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-width:0;padding:24px}.avatar{background:var(--soft);width:48px;height:48px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:600;display:flex}.card-title{align-items:center;gap:12px;margin-bottom:20px;display:flex}.card-title h3{overflow-wrap:anywhere;margin:0}.card-title small{display:block}.card button{width:100%;margin-top:16px}.tags{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.tag{color:var(--muted);background:var(--paper);border-radius:4px;padding:3px 8px;font-size:12px}.metrics{grid-template-columns:1fr 1fr;gap:12px;display:grid}.metric{border-top:1px solid var(--line);padding-top:10px}.metric span{color:var(--muted);font-size:12px;display:block}.metric strong{font-family:ui-monospace,monospace;font-size:21px;font-weight:500}.metric small{font-size:11px}.empty{text-align:center;border-radius:var(--radius);background:#f0f2ec;border:1px dashed #b9c4b6;padding:48px 24px}.empty-icon{width:56px;height:56px;color:var(--green);border:1px solid #bac8b8;border-radius:50%;place-items:center;margin:0 auto 16px;font-size:28px;display:grid}.empty p{color:var(--muted);max-width:570px;margin:0 auto 24px}.steps{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:32px;padding:40px 0;display:grid}.step-number{color:var(--orange);margin-bottom:12px;font-family:monospace;font-size:13px}.steps p{color:var(--muted);font-size:14px}.footer{border-top:1px solid var(--line);color:var(--muted);padding:28px 0;font-size:13px}.footer-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.footer a{color:var(--muted)}.narrow{max-width:880px}.page-intro{margin-bottom:32px;padding-top:48px}.page-intro h1{font-size:36px}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.field-full{grid-column:1/-1}.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-bottom:24px;padding:28px}.panel legend{padding:0 10px;font-weight:600}.check-label{align-items:flex-start;gap:12px;font-weight:400;display:flex}.actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.back{margin-bottom:20px}.result-heading{background:var(--soft);border-radius:var(--radius);margin-bottom:24px;padding:24px}.result-heading h2{margin:8px 0}.source{overflow-wrap:anywhere;margin-top:16px;font-size:12px}.source summary{cursor:pointer;color:var(--green);min-height:36px}.source ul{padding-left:18px}.source li{margin-bottom:12px}.distance{color:var(--green);margin:12px 0;font-size:13px}.prose h2{margin-top:36px}.prose li{margin-bottom:12px}.prose table{border-collapse:collapse;width:100%;font-size:14px}.prose td,.prose th{text-align:left;border-bottom:1px solid var(--line);padding:12px}.skip{z-index:10;background:#fff;padding:10px;position:absolute;top:-100px;left:16px}.skip:focus{top:12px}[hidden]{display:none!important}#status:empty,#search-status:empty{display:none}#status,#search-status{margin:16px 0}.local-tools{border-top:1px solid var(--line);padding:24px 0}.local-tools summary{cursor:pointer;color:var(--muted)}.local-tools .actions{margin-top:12px}.local-tools input{max-width:380px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}audio{width:100%;margin-top:12px}progress{width:100%;accent-color:var(--green)}@media (width<=760px){.wrap{padding:0 20px}.header-inner{gap:12px;height:76px}.nav{gap:16px}.nav a{font-size:12px}.logo{font-size:28px}.logo svg{width:26px}.hero{grid-template-columns:1fr;gap:0;padding:36px 0 20px}.hero-art{display:none}.hero-copy>p:not(.eyebrow){font-size:14px}h1{font-size:34px}.search-panel{padding:20px}.search-row{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr;gap:16px}.steps>div{border-bottom:1px solid var(--line)}.section-heading{align-items:flex-start}h2{font-size:21px}.form-grid{grid-template-columns:1fr}.panel{padding:20px}.footer-inner{flex-direction:column;align-items:flex-start;gap:12px}.page-intro h1{font-size:29px}.toolbar{align-items:flex-start}.prose table{font-size:12px}.prose td,.prose th{padding:8px}}@media (width<=460px){.cards{grid-template-columns:1fr}.nav{gap:12px}.nav a:last-child{max-width:72px}.badge{font-size:11px}.section-heading{flex-wrap:wrap}.card{padding:20px}.actions>*{width:100%}}@media (prefers-reduced-motion:no-preference){button,a{transition:background-color .15s,color .15s}}.discovery-hero{max-width:740px;padding:48px 0 36px}.discovery-hero h1{margin-bottom:12px;font-size:clamp(30px,4vw,46px)}.name-search{margin-top:28px}.name-search-row{align-items:stretch;gap:10px;display:flex}.name-search-row input{min-width:0;height:44px}.name-search-row button{white-space:nowrap;border-radius:4px;min-height:44px;padding:8px 18px}.youtube-lookup{margin-top:16px;font-size:14px}.youtube-lookup summary{cursor:pointer;color:var(--green);padding:8px 0}.youtube-lookup form{margin-top:16px}.hint,.discovery-note{color:var(--muted);margin-top:16px;font-size:13px}.url-result{background:var(--soft);border-radius:8px;padding:20px}.discovery-paths{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:20px;padding-top:28px;display:grid}.discovery-link{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;padding:26px;text-decoration:none}.discovery-link:hover,.category-tile:hover{border-color:var(--green)}.discovery-link h2{margin:14px 0 10px;font-size:23px}.discovery-link p{color:var(--muted);font-size:14px}.path-number{letter-spacing:.12em;color:var(--green);font-size:11px}.link-label{color:var(--green);font-size:14px;font-weight:600}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.category-tile{color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:8px;padding:20px;text-decoration:none}.category-tile[aria-current=true]{border-color:var(--green);background:var(--soft)}.category-tile h2,.category-tile h3{margin-bottom:6px;font-size:17px}.category-tile p{color:var(--muted);margin:0;font-size:13px}.category-symbol{color:var(--green);margin-bottom:12px;font-size:28px;display:block}.compact-filter{align-items:center;gap:10px;display:flex}.compact-filter label{white-space:nowrap;margin:0}.compact-filter select{width:auto;height:44px}.search-results{padding:20px 0 36px}.quiz-panel{border:1px solid var(--line);background:#fff;border-radius:8px;padding:28px}.quiz-options{border:0;gap:10px;margin:0;padding:0;display:grid}.quiz-options label{border:1px solid var(--line);cursor:pointer;border-radius:4px;align-items:center;gap:12px;margin:0;padding:12px;display:flex}.quiz-options label:has(:checked){background:var(--soft);border-color:var(--green)}input[type=radio]{width:18px;height:18px;min-height:18px;accent-color:var(--green);margin:0}.nav a{align-items:center;min-height:44px;display:flex}.creator-choice .avatar{margin-bottom:14px}@media (width<=760px){.discovery-hero{padding:28px 0}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discovery-paths{grid-template-columns:1fr}.discovery-link{padding:22px}.name-search-row button{padding:8px 12px}.youtube-lookup .name-search-row{flex-direction:column}.quiz-panel{padding:20px}.desktop-break{display:none}.nav{gap:12px}}.contact-page{padding-top:32px;padding-bottom:48px}.contact-page h1{font-size:clamp(28px,4vw,36px)}.contact-form fieldset{border:0;min-width:0;margin:24px 0;padding:0}.contact-form fieldset>div{margin-bottom:24px}.contact-form .small{color:var(--muted);font-size:13px}.contact-consent{align-items:flex-start;gap:12px;margin-bottom:24px;font-weight:400;display:flex}.contact-result{background:var(--soft);overflow-wrap:anywhere;padding:24px}.contact-challenge{min-height:140px}.eq-fields{border:0;min-width:0;margin:0;padding:0}.eq-inputs{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.eq-values{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;font-size:11px;display:grid}.eq-values strong{font-size:12px;display:block}.eq-note{white-space:pre-wrap;overflow-wrap:anywhere}.eq-cards{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.eq-cards a,.eq-cards h3{overflow-wrap:anywhere}@media (width<=760px){.eq-cards{grid-template-columns:1fr}.eq-inputs{grid-template-columns:repeat(2,minmax(0,1fr))}.header-inner{flex-wrap:wrap;height:auto;min-height:76px;padding-top:12px;padding-bottom:12px}.nav{flex-wrap:wrap;gap:12px}.nav a{min-height:32px}}
