@charset "UTF-8";
:root{--ink:#182631;--muted:#546675;--paper:#f5f8fa;--line:#d6e0e7;--blue:#1354bb;--navy:#142d49;--green:#176455;--white:#fff;--radius:16px;font-family:"Yu Gothic UI","Yu Gothic","Meiryo",sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.8}
*{box-sizing:border-box}body{margin:0}a{color:var(--blue);text-underline-offset:4px}a:hover{text-decoration-thickness:2px}button,input,select,textarea{font:inherit}button,.button{background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:8px;padding:10px 18px;cursor:pointer;display:inline-block;text-decoration:none;font-weight:700}button.secondary,.button.secondary{background:white;color:var(--blue);border-color:var(--line)}button:disabled{opacity:.55;cursor:not-allowed}button:hover,.button:hover{filter:brightness(.95)}:focus-visible{outline:3px solid #e4a02d;outline-offset:4px}input,textarea,select{background:#fff;border:1px solid #9eafbc;border-radius:7px;padding:10px;max-width:100%;width:100%;color:var(--ink)}input[type=checkbox]{width:22px;height:22px;flex-shrink:0;accent-color:var(--blue)}label{display:block;margin:12px 0 5px;font-weight:600}textarea{min-height:120px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(1.9rem,4vw,3.25rem);line-height:1.4;letter-spacing:-.03em}h2{font-size:1.45rem;line-height:1.55}h3{font-size:1.05rem}p{margin-bottom:1.25rem}ul{padding-left:1.4rem}li{margin-bottom:.6rem}small,.meta{font-size:.875rem;color:var(--muted)}.wrap{max-width:1160px;padding:0 28px;margin:auto}.skip{position:absolute;top:-80px}.skip:focus{top:0;background:white;padding:12px;z-index:10}.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:23px;padding-bottom:23px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--navy);font-size:1.12rem;font-weight:800;letter-spacing:.05em}.brand-mark{background:var(--navy);color:white;border-radius:7px;display:grid;place-items:center;width:38px;height:38px;font-size:19px}.nav{display:flex;gap:26px;flex-wrap:wrap}.nav a{text-decoration:none;color:var(--ink);font-size:.94rem}.intro{padding:48px 0 22px}.eyebrow{color:var(--blue);font-weight:800;font-size:.875rem;letter-spacing:.12em;margin-bottom:12px}.intro p{max-width:650px;color:var(--muted)}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin:36px 0 18px}.section-head h2{margin:0}.feature{display:grid;grid-template-columns:1.35fr 1fr;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:white}.feature-copy{padding:36px}.feature-copy h2{font-size:1.9rem;line-height:1.6}.feature-copy h2 a{color:var(--ink);text-decoration:none}.feature-copy p{color:var(--muted)}.feature-tool{padding:32px;background:var(--navy);color:white}.feature-tool h3{font-size:1.4rem}.feature-tool p{color:#c7d8e9}.feature-tool .button{background:#fff;color:var(--navy);border-color:#fff}.mini-steps{list-style:none;padding:0;margin:24px 0}.mini-steps li{border-bottom:1px solid #476078;padding:10px 0}.mini-steps span{color:#91baf0;font-weight:800;margin-right:14px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.card h3 a{color:var(--ink);text-decoration:none}.card p{color:var(--muted);font-size:.94rem}.tag{display:inline-block;padding:3px 10px;background:#e9f0fc;color:var(--blue);border-radius:5px;font-size:.81rem;font-weight:700;margin-bottom:16px}.tag.green{background:#e7f4ef;color:var(--green)}.empty{padding:28px;border:1px dashed #aabac6;border-radius:12px;color:var(--muted);background:#fff}.site-footer{margin-top:70px;padding:32px 0;border-top:1px solid var(--line);font-size:.875rem;color:var(--muted);background:#fff}.footer-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.article-wrap{max-width:860px;margin:40px auto;padding:0 28px}.breadcrumb{font-size:.875rem;margin-bottom:28px;color:var(--muted)}.article-header h1{font-size:clamp(1.8rem,3.7vw,2.7rem)}.article-header .summary{font-size:1.08rem;color:var(--muted);margin:24px 0}.prose{background:#fff;padding:36px;border:1px solid var(--line);border-radius:var(--radius);margin:28px 0}.prose section+section{margin-top:38px}.prose h2{padding-left:14px;border-left:4px solid var(--blue)}.sources{padding-top:20px;border-top:1px solid var(--line);font-size:.94rem;overflow-wrap:anywhere}.tool-panel{padding:32px;background:#fff;border:2px solid var(--blue);border-radius:var(--radius);margin-top:28px}.tool-panel h2{margin-bottom:8px}.check-row{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:16px 0;margin:0;font-weight:500}.check-row:has(:checked){color:var(--green)}.progress-row{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin:20px 0}progress{width:160px;height:10px;accent-color:var(--blue)}output{display:block;background:#edf3fc;border-radius:8px;padding:18px;margin:18px 0;font-weight:700}.progress-row output{background:transparent;margin:0;padding:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.notice{padding:14px 20px;background:#fff3d9;border:1px solid #efd494;border-radius:10px;margin:20px 0;color:#654315}.toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.admin{max-width:1240px}.admin .intro{padding-top:30px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:26px}.stat{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.stat strong{display:block;font-size:1.9rem;line-height:1.5}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;margin:24px 0}.panel h2{margin-bottom:16px}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;vertical-align:top;padding:12px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}th{background:#f4f7fa;color:var(--muted)}.table-scroll{overflow-x:auto}.status{font-size:.81rem;border-radius:5px;background:#edf1f4;padding:3px 8px;white-space:nowrap}.status.success,.status.ready,.status.approved{background:#e6f3ea;color:#1b6738}.status.error,.status.blocked,.status.rejected{background:#fff0eb;color:#983b21}.status.held{background:#fff3d9;color:#654315}.message{white-space:pre-wrap;overflow-wrap:anywhere}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.form-grid .wide{grid-column:1/-1}details{margin:14px 0}summary{cursor:pointer;font-weight:700}.muted{color:var(--muted)}.local-ribbon{background:#edf3fc;color:#234775;padding:7px 20px;text-align:center;font-size:.875rem}.spaced{margin-top:30px}.source-note{font-size:.875rem}.actions{display:flex;gap:8px;flex-wrap:wrap}.actions button{padding:5px 10px;font-size:.875rem}.tabs{display:flex;gap:16px;flex-wrap:wrap;margin:16px 0}.tabs a{padding:8px 0}.tab-count{font-size:.8rem;color:var(--muted)}
@media(max-width:760px){.wrap{padding:0 18px}.header-inner{align-items:flex-start;flex-direction:column;gap:16px}.nav{gap:20px}.intro{padding-top:30px}.feature{grid-template-columns:1fr}.feature-copy,.feature-tool{padding:25px}.feature-copy h2{font-size:1.5rem}.grid,.two-col,.form-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.article-wrap{padding:0 18px;margin-top:24px}.prose,.tool-panel{padding:23px}.form-grid .wide{grid-column:auto}.panel{padding:18px}.section-head{align-items:flex-start}.brand{font-size:1rem}.footer-inner{flex-direction:column}}
@media print{.site-header,.site-footer,button,.button,.local-ribbon{display:none}body{background:white}.tool-panel,.prose{border:1px solid #888}.article-wrap{max-width:none}.check-row{break-inside:avoid}}

/* Public editorial design. Lucide icons are bundled at build time. */
.public-site{--ink:#233c34;--muted:#637168;--paper:#f7f7f0;--line:#dedfd3;--blue:#245b48;--navy:#214f43;--green:#245b48;--radius:20px;background:var(--paper);font-family:"Yu Gothic",Meiryo,sans-serif;-webkit-font-smoothing:antialiased}
.icon{width:21px;height:21px;display:inline-block;vertical-align:middle;flex-shrink:0;stroke-width:1.7}
.public-site a{transition:color .18s,background .18s,box-shadow .18s,transform .18s}
.public-site .wrap{max-width:1200px;padding-left:36px;padding-right:36px}
.public-site .site-header{background:#fffef8;border-bottom-color:#e4e5da}
.public-site .header-inner{padding-top:22px;padding-bottom:22px}
.public-site .brand{font-size:1.15rem;letter-spacing:.01em;gap:12px}
.public-site .brand small{display:block;font-size:10px;letter-spacing:.15em;font-weight:600;color:var(--muted);line-height:1.6;margin-top:2px}
.public-site .brand-mark{width:46px;height:46px;border-radius:14px;background:var(--navy);box-shadow:0 3px 0 #d8dfc7}
.public-site .brand-mark .icon{width:27px;height:27px;stroke-width:1.6}
.public-site .nav{gap:28px;align-items:center}
.public-site .nav a{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13px;padding:8px 0}
.public-site .nav a:hover,.public-site .nav a[aria-current]{color:var(--green);box-shadow:0 2px var(--green)}
.public-site .nav .icon{width:18px;height:18px}
.public-site .button,.public-site button{border-radius:10px;display:inline-flex;gap:18px;align-items:center;justify-content:center;padding:12px 20px;font-size:14px}
.public-site .button:hover{background:#173f31;transform:translateY(-2px)}
.home-intro{display:grid;grid-template-columns:1.65fr 1fr;gap:70px;align-items:center;padding:58px 0 40px}
.public-site .eyebrow{font-size:10px;letter-spacing:.17em;display:flex;gap:9px;align-items:center;margin-bottom:19px;color:var(--green)}
.live-dot{width:7px;height:7px;background:#50755a;border-radius:50%;display:inline-block}
.home-intro h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(32px,3.4vw,47px);font-weight:600;letter-spacing:.015em;line-height:1.65;margin-bottom:20px}
.title-accent{color:#426d4c;background:linear-gradient(transparent 78%,#e0e8b2 78%,#e0e8b2 92%,transparent 92%);white-space:nowrap}
.home-intro p{color:var(--muted);font-size:14px;line-height:2.1;margin-bottom:22px}
.text-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:700;font-size:13px;white-space:nowrap}
.text-link:hover{gap:16px}
.intro-note{background:#efeee1;border:1px solid #e2e2cf;border-radius:20px;padding:24px 30px;transform:rotate(2deg);box-shadow:6px 7px 0 #e7e8d9;max-width:365px}
.note-label{font-size:11px;letter-spacing:.08em;color:#63725a;display:block;border-bottom:1px dashed #c3c9b8;padding-bottom:16px;margin-bottom:21px}
.note-step{display:flex;align-items:center;gap:18px;transform:rotate(-2deg)}
.note-step small{display:block;font-family:Arial,sans-serif;font-size:10px;letter-spacing:.15em;color:#647063}
.note-step strong{display:block;font-size:14px;margin-top:5px}
.note-connector{height:23px;border-left:1px dashed #aeb9a4;margin:4px 0 4px 27px}
.icon-tile{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:15px;color:#365e42;background:#e6ecd9;flex-shrink:0}
.icon-tile .icon{width:25px;height:25px;stroke-width:1.6}
.icon-tile.yellow{background:#efe2ac;color:#786322}
.intro-note>p{font-size:11px;margin:23px 0 0;border-top:1px dashed #c3c9b8;padding-top:14px;display:flex;align-items:center;gap:8px}
.intro-note>p .icon{width:16px;height:16px}
.value-strip{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 5px;gap:16px;color:#526553}
.value-strip span{display:flex;align-items:center;gap:9px;font-size:12px}
.value-strip .icon{width:18px;height:18px}
.public-site .section-head{margin:43px 0 21px;align-items:center}
.section-kicker{display:block;font:10px Arial,sans-serif;letter-spacing:.16em;color:#647660;margin-bottom:9px}
.public-site .section-head h2{font-size:21px;letter-spacing:.015em}
.public-site .feature{grid-template-columns:1.5fr 1fr;border-radius:22px;border:1px solid #d9dfcf;box-shadow:0 5px 20px #203b2a05}
.public-site .feature-copy{padding:31px 34px;background:#fffef9;display:flex;flex-direction:column}
.feature-top,.feature-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px}
.editor-label{font:9px Arial,sans-serif;letter-spacing:.12em;color:#657363;white-space:nowrap}
.public-site .tag{background:#edf0df;color:#4c623d;border-radius:6px;display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:4px 10px;margin-bottom:0}
.public-site .tag .icon{width:14px;height:14px}
.public-site .feature-copy h2{font-size:24px;line-height:1.85;margin:22px 0 16px;letter-spacing:0}
.public-site .feature-copy p{font-size:13px;line-height:2;margin-bottom:25px}
.feature-bottom{margin-top:auto;flex-wrap:wrap}
.public-site .meta{font-size:11px}
.public-site .feature-tool{padding:30px 32px;background:#254f42;background-image:radial-gradient(#ffffff0a 1px,transparent 1px);background-size:13px 13px;display:flex;flex-direction:column}
.tool-cover-head{display:flex;align-items:center;gap:20px;margin-bottom:23px;font:10px/1.9 Arial,sans-serif;letter-spacing:.13em;color:#d5e3b5}
.tool-cover-head small{font-family:"Yu Gothic",sans-serif;letter-spacing:.03em;font-size:10px;color:#d0ddcf}
.cover-icon{display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;color:#e5eaba;border:1px solid #6b8463;border-radius:18px;background:#365e49}
.cover-icon .icon{width:35px;height:35px;stroke-width:1.3}
.public-site .feature-tool h3{font-size:21px;line-height:1.75;margin-bottom:12px}
.public-site .feature-tool p{font-size:12px;line-height:2;color:#d2dfd4;margin-bottom:24px}
.feature-tool-link{color:#f1efd5;text-decoration:none;border-top:1px solid #ffffff30;padding-top:17px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;margin-top:auto}
.feature-tool-link:hover{color:white}
.public-site .grid{gap:20px}
.public-site .content-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr))}
.public-site .content-card{padding:26px 28px;background:#fffef9;position:relative;display:flex;flex-direction:column}
.public-site .content-card:hover{border-color:#91a47e;box-shadow:0 7px 22px #2c47300a}
.card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}
.public-site .content-card h3{font-size:18px;line-height:1.8;margin-bottom:12px;padding-right:35px}
.content-card h3 a:after{content:"";position:absolute;inset:0;border-radius:20px}
.card-arrow{position:absolute;right:28px;color:var(--green)}
.public-site .content-card p{font-size:13px;max-width:740px}
.card-bottom{border-top:1px solid #e9eadf;padding-top:16px;margin-top:auto;display:flex;justify-content:space-between;gap:15px;align-items:center}
.card-action{font-size:12px;color:var(--green);font-weight:700;display:flex;gap:12px;align-items:center}
.category-card{border:1px solid var(--line);border-radius:18px;padding:24px 20px;display:flex;align-items:flex-start;gap:15px;text-decoration:none;color:var(--ink);background:#eff2e5;position:relative}
.category-card.work{background:#eaf0f0}.category-card.hobby{background:#f4ece1}
.icon-tile.work{background:#dbe7e8;color:#46646b}.icon-tile.hobby{background:#eddec6;color:#7b6139}
.category-card>.icon{position:absolute;right:17px;top:24px;width:16px;height:16px}
.category-card small{font:9px Arial,sans-serif;letter-spacing:.14em;color:#64715b;display:block;margin:3px 0 5px}
.category-card h3{font-size:19px;margin:0 0 9px}
.category-card p{font-size:11px;line-height:1.9;margin-bottom:12px;max-width:175px}
.category-count{font-size:10px;color:#67725c}
.category-card:hover{transform:translateY(-3px);border-color:#9bab89}
.editorial-note{display:flex;align-items:center;gap:22px;padding:29px 0;border-top:1px solid var(--line);margin-top:45px}
.editorial-note h2{font-size:15px;margin-bottom:5px}
.editorial-note p{font-size:12px;color:var(--muted);margin:0}
.editorial-note .text-link{margin-left:auto}
.public-site .site-footer{background:#efefe4;margin-top:30px;padding:35px 0;border-top:1px solid #e0e1d5}
.footer-brand{display:flex;gap:10px;align-items:center;font-size:16px;font-weight:700;color:var(--ink);margin-bottom:9px}
.footer-inner p{font-size:11px;margin-bottom:8px}
.public-site .footer-links{align-items:center;font-size:12px}
.public-site .footer-links a{color:var(--muted);text-decoration:none}
.public-site .article-wrap{max-width:880px;margin-top:35px}
.public-site .article-header{padding:15px 0 10px}
.public-site .article-header h1{margin-top:22px;line-height:1.65;font-size:clamp(27px,3vw,37px)}
.public-site .article-header .summary{font-size:15px;line-height:2}
.icon-line{display:flex;align-items:center;gap:8px}.icon-line .icon{width:15px;height:15px}
.public-site .prose{background:#fffef9;padding:38px 40px;line-height:2.05;border-color:#e1e3d5}
.public-site .prose h2{font-size:21px;border-left-color:#a6b878}
.public-site .tool-panel{border:1px solid #aabb97;background:#fffef9;box-shadow:0 5px 0 #e6e9d9;padding:30px}
.tool-heading{display:flex;align-items:center;gap:17px;margin-bottom:20px}
.tool-heading .eyebrow{margin-bottom:5px;font-size:9px}
.tool-heading h2{font-size:22px}
.public-site .check-row{margin:10px 0;border:1px solid #e2e5d6;border-radius:11px;padding:17px;background:#f9faf3;font-size:14px;cursor:pointer;transition:background .15s,border-color .15s}
.public-site .check-row:hover{border-color:#829871}
.public-site .check-row:has(:checked){background:#eaf0de;border-color:#aabd92}
.public-site .check-row input{width:21px;height:21px;accent-color:var(--green)}
.public-site progress{width:100%;height:9px;border:0;border-radius:10px;overflow:hidden;accent-color:var(--green)}
.public-site progress::-webkit-progress-bar{background:#e7eadd;border-radius:10px}.public-site progress::-webkit-progress-value{background:#527c46;border-radius:10px;transition:width .2s}
.public-site .progress-row{gap:10px;background:#f1f4e8;padding:18px;border-radius:12px}
.public-site .progress-row output{font-size:13px;color:var(--green)}
.public-site .empty{background:#fffef9;text-align:center;padding:40px;border-color:#bac7a8}
.empty>.icon{width:32px;height:32px;margin-bottom:15px}.empty p{margin-bottom:12px}.empty a{font-size:13px}
.public-site .breadcrumb{font-size:12px}
@media(max-width:980px){.public-site .wrap{padding-left:24px;padding-right:24px}.home-intro{gap:25px;grid-template-columns:1.4fr 1fr}.intro-note{padding:22px}.home-intro h1{font-size:36px}.category-card{flex-direction:column}.category-card p{max-width:none}.public-site .nav{gap:18px}.public-site .feature-copy h2{font-size:22px}.feature-bottom .meta{width:100%}}
@media(max-width:760px){.public-site .wrap{padding-left:20px;padding-right:20px}.public-site .header-inner{gap:16px;padding-top:18px;padding-bottom:12px}.public-site .brand{font-size:17px}.public-site .brand-mark{width:41px;height:41px}.public-site .nav{width:100%;justify-content:space-between;gap:10px;border-top:1px solid #e7e8dc;padding-top:8px}.public-site .nav a{font-size:11px;gap:5px}.public-site .nav .icon{width:16px;height:16px}.home-intro{grid-template-columns:1fr;padding:34px 0 29px;gap:26px}.home-intro h1{font-size:clamp(28px,7.5vw,43px);line-height:1.7}.home-intro p{font-size:12px}.intro-note{max-width:none;transform:none;box-shadow:none;padding:18px 20px}.note-step{transform:none;gap:14px}.note-label{padding-bottom:11px;margin-bottom:14px}.note-step strong{font-size:13px}.note-connector{height:13px}.intro-note>p{margin-top:15px;padding-top:11px}.intro-note .icon-tile{width:43px;height:43px}.value-strip{flex-wrap:wrap;gap:11px;padding:16px 0}.value-strip span{font-size:10px;gap:6px}.value-strip .icon{width:15px;height:15px}.public-site .section-head{margin-top:32px;gap:12px}.public-site .section-head h2{font-size:18px}.section-head .text-link{font-size:11px;gap:5px}.section-kicker{font-size:9px}.public-site .feature{grid-template-columns:1fr}.public-site .feature-copy,.public-site .feature-tool{padding:25px}.public-site .feature-copy h2{font-size:22px}.public-site .content-card{padding:24px}.public-site .category-grid{grid-template-columns:1fr}.category-card{flex-direction:row;padding:22px;gap:20px}.category-card p{margin-bottom:7px}.editorial-note{flex-wrap:wrap;gap:14px;margin-top:32px}.editorial-note>div{flex:1;min-width:190px}.editorial-note .text-link{margin-left:66px}.public-site .article-wrap{padding:0 20px}.public-site .prose{padding:25px 22px;font-size:15px}.public-site .prose h2{font-size:19px}.public-site .tool-panel{padding:22px 18px}.tool-heading{gap:12px}.tool-heading h2{font-size:18px}.public-site .check-row{font-size:13px;padding:15px 12px;gap:12px}.card-bottom{flex-wrap:wrap}.public-site .footer-links{gap:18px}}
@media(prefers-reduced-motion:reduce){.public-site *{transition:none!important;scroll-behavior:auto!important}.public-site a:hover{transform:none}}


/* Keep Japanese explanatory text readable at every screen size. */
.public-site .home-intro p,.public-site .feature-copy p,.public-site .feature-tool p,.public-site .content-card p{font-size:14px}
.public-site .meta,.public-site .category-card p,.public-site .editorial-note p,.public-site .value-strip span{font-size:12px}
.public-site .category-count{font-size:11px}
@media(max-width:760px){.public-site .nav a{min-height:40px}.public-site .feature-tool p,.public-site .content-card p{font-size:14px}.public-site .value-strip span{font-size:11px}.public-site .tool-heading .icon-tile{width:42px;height:42px}.public-site .tool-heading h2{font-size:17px}.public-site .tool-heading{gap:9px}}

