:root{--hwys-accent:#6366f1;--hwys-accent-soft:#ecedfd;--hwys-accent-text:#ffffff;--hwys-ink:#0f172a;--hwys-muted:#64748b;--hwys-line:#e2e8f0;--hwys-bg:#f8fafc;--hwys-card:#fff;--hwys-radius:16px;--hwys-shadow:0 18px 50px rgba(15,23,42,.08)}*{box-sizing:border-box}body{margin:0;font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;color:var(--hwys-ink);background:linear-gradient(165deg,#fff 0%,var(--hwys-bg) 48%,var(--hwys-accent-soft) 100%);line-height:1.75;-webkit-font-smoothing:antialiased}.hwys-site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(12px);background:rgba(255,255,255,.82);border-bottom:1px solid var(--hwys-line)}.hwys-site-header__inner{max-width:960px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.hwys-site-brand{font-weight:700;font-size:.95rem;letter-spacing:.02em;color:var(--hwys-ink);text-decoration:none}.hwys-site-nav a{color:var(--hwys-muted);text-decoration:none;font-size:.875rem;margin-left:1rem}.hwys-site-nav a:hover{color:var(--hwys-accent)}.hwys-site-main{max-width:960px;margin:0 auto;padding:2rem 1.25rem 4rem}.hwys-breadcrumb{font-size:.8125rem;color:var(--hwys-muted);margin:0 0 1.25rem;display:flex;flex-wrap:wrap;gap:.35rem}.hwys-breadcrumb a{color:var(--hwys-muted);text-decoration:none}.hwys-breadcrumb a:hover{color:var(--hwys-accent)}.hwys-page-hero{margin:0 0 2.25rem;padding:clamp(2rem,5vw,2.85rem) clamp(1.5rem,4vw,2.35rem);border-radius:calc(var(--hwys-radius) + 4px);background:linear-gradient(135deg,var(--hwys-accent) 0%,#818cf8 100%);color:var(--hwys-accent-text);box-shadow:var(--hwys-shadow)}.hwys-page-hero h1{margin:0;font-size:clamp(1.5rem,4vw,2rem);line-height:1.4;letter-spacing:-.02em}.hwys-page-hero p{margin:1rem 0 0;opacity:.94;font-size:.98rem;line-height:1.8;max-width:42rem}.hwys-card-grid,.hwys-hub__grid{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1.35rem;margin:0;padding:0;list-style:none;align-items:stretch}.hwys-card-grid>li,.hwys-hub__grid>li{display:flex;flex:0 1 100%;max-width:100%;min-height:100%;box-sizing:border-box}@media(min-width:641px){.hwys-card-grid>li,.hwys-hub__grid>li{flex:0 1 calc((100% - 1.35rem) / 2);max-width:calc((100% - 1.35rem) / 2)}.hwys-card-grid[data-cols="1"]>li,.hwys-hub__grid[data-cols="1"]>li{flex:0 1 min(100%,28rem);max-width:min(100%,28rem);margin-inline:auto}}@media(min-width:900px){.hwys-card-grid[data-cols="3"]>li,.hwys-hub__grid[data-cols="3"]>li{flex:0 1 calc((100% - 2.7rem) / 3);max-width:calc((100% - 2.7rem) / 3)}.hwys-card-grid[data-cols="2"]>li,.hwys-hub__grid[data-cols="2"]>li{flex:0 1 calc((100% - 1.35rem) / 2);max-width:calc((100% - 1.35rem) / 2)}.hwys-card-grid[data-cols="1"]>li,.hwys-hub__grid[data-cols="1"]>li{flex:0 1 min(100%,28rem);max-width:min(100%,28rem);margin-inline:auto}}.hwys-card{display:flex;flex-direction:column;width:100%;background:var(--hwys-card);border:1px solid var(--hwys-line);border-radius:var(--hwys-radius);padding:0;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 8px 24px rgba(15,23,42,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hwys-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--hwys-accent) 35%,var(--hwys-line));box-shadow:var(--hwys-shadow)}.hwys-card__thumb{aspect-ratio:16/10;background:linear-gradient(145deg,var(--hwys-accent-soft),#e2e8f0);overflow:hidden;flex:0 0 auto}.hwys-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}.hwys-card__thumb--empty{background:linear-gradient(145deg,var(--hwys-accent-soft),#e8eef7)}.hwys-card__body{display:flex;flex-direction:column;flex:1 1 auto;padding:1.05rem 1.15rem 1.15rem;gap:.35rem}.hwys-card__eyebrow{font-size:.75rem;font-weight:600;color:var(--hwys-accent);letter-spacing:.04em;margin:0}.hwys-card__title{margin:0;font-size:1.02rem;line-height:1.45;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em}.hwys-card__desc{margin:0;font-size:.875rem;color:var(--hwys-muted);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.3em}.hwys-card__meta{margin:.55rem 0 0;font-size:.8125rem;color:var(--hwys-accent);font-weight:600}.hwys-card__body .hwys-card__meta{margin-top:auto;padding-top:.65rem}.hwys-card--pinned{border-color:var(--hwys-accent)}.hwys-hub{display:flex;flex-direction:column;gap:0}.hwys-page-hero{position:relative;overflow:hidden;isolation:isolate}.hwys-hub .hwys-page-hero:not(.hwys-page-hero--photo)::before{content:"";position:absolute;inset:auto -12% -40% auto;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.12);pointer-events:none;z-index:0}.hwys-page-hero > *{position:relative;z-index:1}.hwys-page-hero--photo{position:relative;aspect-ratio:16/9;width:100%;max-width:100%;margin:0 0 2.25rem;padding:0!important;border-radius:calc(var(--hwys-radius) + 4px);overflow:hidden;isolation:isolate;color:#fff;box-shadow:var(--hwys-shadow);background:#0f172a!important}.hwys-page-hero--photo .hwys-page-hero__media{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;border:0;object-fit:cover;object-position:center center}.hwys-page-hero--photo .hwys-page-hero__content{position:absolute;inset:auto 0 0 0;z-index:1;box-sizing:border-box;padding:clamp(0.85rem,2.4vw,1.85rem) clamp(1rem,3.2vw,2.35rem);display:flex;flex-direction:column;justify-content:flex-end}.hwys-page-hero--photo h1{margin:0;font-size:clamp(1.2rem,3.6vw,2rem);line-height:1.35;letter-spacing:-.02em;text-shadow:0 1px 2px rgba(15,23,42,.35)}.hwys-page-hero--photo p{margin:.65rem 0 0;font-size:clamp(.82rem,2.2vw,.98rem);line-height:1.55;max-width:42rem;opacity:.96;text-shadow:0 1px 2px rgba(15,23,42,.3)}.hwys-page-hero--photo::before{content:"";position:absolute;inset:0;z-index:0;width:auto;height:auto;border-radius:0;background:linear-gradient(180deg,rgba(15,23,42,.18) 0%,rgba(15,23,42,.62) 100%);pointer-events:none}.hwys-hub .hwys-page-hero--photo::before{inset:0;width:auto;height:auto;border-radius:0;background:linear-gradient(180deg,rgba(15,23,42,.18) 0%,rgba(15,23,42,.62) 100%)}.hwys-page-hero--photo.is-overlay-soft::before,.hwys-hub .hwys-page-hero--photo.is-overlay-soft::before{background:linear-gradient(180deg,rgba(15,23,42,.08) 0%,rgba(15,23,42,.42) 100%)}.hwys-page-hero--photo.is-overlay-accent::before,.hwys-hub .hwys-page-hero--photo.is-overlay-accent::before{background:linear-gradient(180deg,color-mix(in srgb,var(--hwys-accent) 35%,transparent) 0%,color-mix(in srgb,var(--hwys-accent) 78%,#0f172a) 100%)}@media(max-width:640px){.hwys-page-hero--photo{aspect-ratio:16/9;border-radius:calc(var(--hwys-radius) + 2px)}.hwys-page-hero--photo .hwys-page-hero__content{padding:.85rem 1rem 1rem}.hwys-page-hero--photo p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}}.hwys-hub__eyebrow{display:inline-block;margin:0 0 .75rem;padding:.28rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.08em;background:rgba(255,255,255,.18);color:inherit}.hwys-pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.75rem 0 0;flex-wrap:wrap}.hwys-pager__link{color:var(--hwys-accent);text-decoration:none;font-weight:700;font-size:.875rem}.hwys-pager__link:hover{text-decoration:underline}.hwys-pager__status{font-size:.875rem;color:var(--hwys-muted);font-weight:600}.hwys-hub-card{display:flex;flex-direction:column;gap:0;width:100%;min-height:12rem;padding:1.55rem 1.55rem 1.4rem;background:var(--hwys-card);border:1px solid var(--hwys-line);border-radius:calc(var(--hwys-radius) + 2px);text-decoration:none;color:inherit;box-shadow:0 10px 28px rgba(15,23,42,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.hwys-hub-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--hwys-accent) 40%,var(--hwys-line));box-shadow:0 18px 40px rgba(15,23,42,.1)}.hwys-hub-card__top{display:flex;align-items:center;justify-content:space-between;gap:.85rem;margin:0 0 1.1rem}.hwys-hub-card__glyph{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:14px;background:var(--hwys-accent-soft);color:var(--hwys-accent);font-size:1.3rem;line-height:1;flex:0 0 auto}.hwys-hub-card__eyebrow{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--hwys-accent)}.hwys-hub-card__title{margin:0;font-size:1.2rem;line-height:1.4;font-weight:700;letter-spacing:-.01em}.hwys-hub-card__desc{margin:.8rem 0 0;font-size:.875rem;color:var(--hwys-muted);line-height:1.7;flex:1 1 auto}.hwys-hub-card__meta{margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid var(--hwys-line);font-size:.8125rem;font-weight:700;color:var(--hwys-accent);letter-spacing:.01em}.hwys-hub-card:hover .hwys-hub-card__meta{text-decoration:underline;text-underline-offset:3px}.hwys-pin-badge{display:inline-block;font-size:.75rem;font-weight:700;color:var(--hwys-accent);margin-right:.35rem}.hwys-article{background:var(--hwys-card);border:1px solid var(--hwys-line);border-radius:var(--hwys-radius);padding:clamp(1.25rem,3vw,2rem);box-shadow:var(--hwys-shadow)}.hwys-article__head{border-bottom:1px solid var(--hwys-line);padding-bottom:1rem;margin-bottom:1.25rem}.hwys-article__cat{display:inline-block;font-size:.75rem;font-weight:700;color:var(--hwys-accent);background:var(--hwys-accent-soft);padding:.25rem .65rem;border-radius:999px;margin:0 0 .65rem}.hwys-article h1{margin:0;font-size:clamp(1.35rem,3.5vw,1.85rem);line-height:1.4;letter-spacing:-.02em}.hwys-article time{display:block;margin-top:.55rem;font-size:.8125rem;color:var(--hwys-muted)}.hwys-article__body{font-size:1.02rem;line-height:1.9}.hwys-article__body p{margin:1.1rem 0}.hwys-article__body h2{margin:2rem 0 .85rem;font-size:1.28rem;line-height:1.45;font-weight:700;padding-bottom:.35rem;border-bottom:1px solid var(--hwys-line)}.hwys-article__body h3{margin:1.6rem 0 .7rem;font-size:1.1rem;line-height:1.45;font-weight:700}.hwys-article__body ul{margin:1rem 0;padding-left:1.5rem}.hwys-article__body li{margin:.45rem 0}.hwys-article__body a.hwys-article__link{color:var(--hwys-accent);text-decoration:none;font-weight:600}.hwys-article__body a.hwys-article__link:hover{text-decoration:underline}.hwys-article__back{margin:1.25rem 0 0;text-align:right;font-size:.875rem}.hwys-article__toc{margin:1.25rem 0 .35rem;font-weight:700}.hwys-article__body [id]{scroll-margin-top:5rem}.hwys-article__hero{margin:1.25rem 0 0;border-radius:12px;overflow:hidden}.hwys-article__hero img{display:block;width:100%;height:auto}.hwys-article__inline{margin:1.25rem 0;border-radius:12px;overflow:hidden}.hwys-article__inline img{display:block;width:100%;height:auto}.hwys-site-footer{max-width:960px;margin:0 auto;padding:0 1.25rem 2.5rem;color:var(--hwys-muted);font-size:.8125rem}.hwys-link-back{display:inline-flex;align-items:center;gap:.35rem;margin-top:2rem;color:var(--hwys-accent);text-decoration:none;font-weight:600;font-size:.875rem}.hwys-link-back:hover{text-decoration:underline}@media(max-width:640px){.hwys-site-nav{display:none}.hwys-card-grid>li,.hwys-hub__grid>li{flex:0 1 100%;max-width:100%}.hwys-hub-card{min-height:0}}