:root{--ink:#0d1b2a;--ink-soft:#2c3d4f;--muted:#5a6b7a;--paper:#eef2f4;--paper-deep:#e2e8ec;--surface:#f7f9fa;--white:#fff;--teal:#0b6e6e;--teal-deep:#085656;--teal-soft:#d4ecec;--chop:#d63b2c;--chop-soft:#fde8e6;--amber:#c48a1a;--line:#0d1b2a1a;--line-strong:#0d1b2a2e;--cat-docs:#0b6e6e;--cat-money:#b45309;--cat-weather:#1d4f91;--cat-living:#3d6b4f;--cat-health:#9b2c4e;--font-display:"Noto Serif HK", "Noto Serif TC", serif;--font-body:"Noto Sans TC", sans-serif;--font-en:"Fraunces", "Noto Serif HK", serif;--radius:4px;--nav-h:72px;--max:1180px;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;background-image:radial-gradient(ellipse 80% 50% at 100% -10%, #0b6e6e14, transparent), radial-gradient(ellipse 60% 40% at -10% 30%, #d63b2c0d, transparent), linear-gradient(180deg, var(--paper) 0%, var(--paper-deep) 100%);background-attachment:fixed;min-height:100vh;line-height:1.7}body:before{content:"";pointer-events:none;opacity:.35;z-index:9999;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px;position:fixed;inset:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}#root{flex-direction:column;min-height:100vh;display:flex}.container{width:min(100% - 2.5rem, var(--max));margin-inline:auto}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-underline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.anim-rise{animation:rise .7s var(--ease) both}.anim-rise-d1{animation-delay:80ms}.anim-rise-d2{animation-delay:.16s}.anim-rise-d3{animation-delay:.24s}.anim-rise-d4{animation-delay:.32s}.anim-rise-d5{animation-delay:.4s}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{z-index:100;height:auto;min-height:var(--nav-h);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0}.site-header__inner{min-height:var(--nav-h);justify-content:space-between;align-items:center;gap:1.75rem;padding:.875rem 0;display:flex}.brand{flex-shrink:0;align-items:baseline;gap:.65rem;display:flex}.brand__mark{font-family:var(--font-display);letter-spacing:.06em;color:var(--ink);font-size:1.625rem;font-weight:700;line-height:1}.brand__tag{color:var(--muted);letter-spacing:.04em;max-width:14rem;font-size:.75rem;line-height:1.35;display:none}@media (width>=900px){.brand__tag{display:block}}.nav{align-items:center;gap:.15rem;display:none}@media (width>=960px){.nav{display:flex}}.nav a{color:var(--ink-soft);border-radius:var(--radius);padding:.45rem .7rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s;position:relative}.nav a:hover{color:var(--teal);background:var(--teal-soft)}.nav a.active{color:var(--teal-deep);font-weight:600}.nav a.active:after{content:"";background:var(--chop);transform-origin:0;height:2px;animation:slide-underline .35s var(--ease);position:absolute;bottom:.2rem;left:.7rem;right:.7rem}.header-actions{align-items:center;gap:.6rem;display:flex}.search-btn,.menu-btn{background:var(--teal);cursor:pointer;color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;height:2.4rem;padding:0 1rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.search-btn:hover,.menu-btn:hover{background:var(--teal-deep);color:#fff}.search-btn{gap:.4rem}.menu-btn{border-radius:var(--radius);background:var(--white);border:1px solid var(--line-strong);width:2.4rem;color:var(--ink);padding:0}.menu-btn:hover{background:var(--teal-soft);color:var(--teal-deep);border-color:var(--teal)}@media (width<=480px){.search-btn .search-label{display:none}}.menu-btn{width:2.4rem;padding:0}@media (width>=960px){.menu-btn{display:none}}.mobile-nav{top:var(--nav-h);background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;gap:.25rem;padding:1rem 1.25rem 1.25rem;display:none;position:absolute;left:0;right:0;box-shadow:0 12px 32px #0d1b2a14}.mobile-nav.open{animation:.25s fade-in;display:flex}.mobile-nav a{border-radius:var(--radius);padding:.75rem .85rem;font-weight:500}.mobile-nav a.active,.mobile-nav a:hover{background:var(--teal-soft);color:var(--teal-deep)}.btn{border-radius:var(--radius);cursor:pointer;transition:transform .2s var(--ease), background .2s, color .2s, box-shadow .2s;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.35rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--chop);color:var(--white);box-shadow:0 4px 14px #d63b2c40}.btn-primary:hover{background:#c23326}.btn-secondary{background:var(--teal);color:var(--white)}.btn-secondary:hover{background:var(--teal-deep)}.btn-ghost{color:var(--teal-deep);border:1px solid var(--teal);background:0 0}.btn-ghost:hover{background:var(--teal-soft)}.hero{padding:3.5rem 0 4rem;position:relative;overflow:hidden}.hero__grid{align-items:end;gap:2.5rem;display:grid}@media (width>=880px){.hero__grid{min-height:calc(100vh - var(--nav-h) - 4rem);grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem}}.hero__eyebrow{font-family:var(--font-en);letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem;font-size:.85rem;font-weight:500}.hero__brand{font-family:var(--font-display);letter-spacing:.06em;color:var(--ink);margin-bottom:1.25rem;font-size:clamp(3.8rem,12vw,7rem);font-weight:700;line-height:.95}.hero__brand span{color:var(--teal)}.hero__headline{font-family:var(--font-display);color:var(--ink);max-width:18em;margin-bottom:1rem;font-size:clamp(1.35rem,3.2vw,1.85rem);font-weight:600;line-height:1.45}.hero__lead{color:var(--muted);max-width:28em;margin-bottom:2rem;font-size:1.05rem}.hero__cta{flex-wrap:wrap;gap:.75rem;display:flex}.hero-visual{min-height:280px;color:var(--white);cursor:pointer;transition:box-shadow .25s var(--ease);background:linear-gradient(145deg,#0b6e6eeb,#085656d9),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");border-radius:2px;flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0d1b2a2e}.hero-visual--has-image{background-image:linear-gradient(to top, #082828d1, #08282859 45%, #08282826), var(--hero-image);background-position:50%;background-size:cover;min-height:340px}.hero-visual--has-image:hover{box-shadow:0 24px 56px #0d1b2a38}.hero-visual:before{content:"";background:linear-gradient(#0000 45%,#0828288c),repeating-linear-gradient(-18deg,#0000,#0000 28px,#ffffff0a 28px 29px);position:absolute;inset:0}.hero-visual__content{z-index:1;position:relative}.hero-visual__label{font-family:var(--font-en);letter-spacing:.14em;text-transform:uppercase;opacity:.75;margin-bottom:.75rem;font-size:.75rem}.hero-visual__title{font-family:var(--font-display);margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.35}.hero-visual__meta{opacity:.85;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.85rem;display:flex}@media (width>=880px){.hero-visual{aspect-ratio:4/5;min-height:420px}}.section{padding:3.5rem 0}.section-head{border-bottom:1px solid var(--line-strong);flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.section-head h2{font-family:var(--font-display);letter-spacing:.02em;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:700}.section-head p{color:var(--muted);max-width:28em;font-size:.95rem}.section-link{color:var(--teal);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;display:inline-flex}.section-link:hover{color:var(--chop)}.cat-strip{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width>=720px){.cat-strip{grid-template-columns:repeat(5,1fr)}}.cat-tile{background:var(--white);border:1px solid var(--line);border-top:3px solid var(--cat-color,var(--teal));transition:transform .25s var(--ease), box-shadow .25s, border-color .25s;flex-direction:column;gap:.5rem;min-height:120px;padding:1.15rem 1rem;display:flex}.cat-tile:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0d1b2a14}.cat-tile__en{font-family:var(--font-en);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.7rem}.cat-tile__name{font-family:var(--font-display);font-size:1.15rem;font-weight:600}.cat-tile__hint{color:var(--muted);margin-top:auto;font-size:.78rem}.article-grid{gap:1.25rem;display:grid}@media (width>=700px){.article-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=980px){.article-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.article-card{background:var(--white);border:1px solid var(--line);border-left:3px solid var(--cat-color,var(--teal));transition:border-color .2s var(--ease), box-shadow .2s var(--ease);cursor:pointer;flex-direction:column;gap:.75rem;height:100%;padding:1.35rem 1.25rem 1.4rem;display:flex}.article-card:hover{box-shadow:0 12px 30px #0d1b2a12}.article-thumb{aspect-ratio:16/10;background:color-mix(in srgb, var(--cat-color,var(--teal)) 8%, var(--paper));border:1px solid color-mix(in srgb, var(--cat-color,var(--teal)) 12%, var(--line));border-radius:2px;overflow:hidden}.article-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .35s var(--ease);display:block}.article-card:hover .article-thumb img,.featured-row:hover .article-thumb img,.latest-card:hover .article-thumb img{transform:scale(1.03)}.article-card__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem .85rem;font-size:.78rem;display:flex}.pill{background:color-mix(in srgb, var(--cat-color,var(--teal)) 12%, white);color:var(--cat-color,var(--teal));border-radius:2px;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.article-card h3{font-family:var(--font-display);letter-spacing:.01em;font-size:1.15rem;font-weight:600;line-height:1.4}.article-card p{color:var(--muted);flex:1;font-size:.9rem}.article-card__more{color:var(--teal);margin-top:.25rem;font-size:.85rem;font-weight:600}.article-card:hover .article-card__more{color:var(--chop)}.featured-list{border-top:1px solid var(--line-strong);flex-direction:column;display:flex}.featured-row{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:.75rem 1.25rem;padding:1.35rem 0;transition:background .2s;display:grid}@media (width>=720px){.featured-row{grid-template-columns:7.5rem 6.5rem 1fr auto}.featured-row:not(:has(.featured-row__thumb)){grid-template-columns:7rem 1fr auto}}.featured-row__thumb{aspect-ratio:4/3}.featured-row__body{min-width:0}.featured-row:hover{background:#ffffff8c}.featured-row__cat{color:var(--cat-color,var(--teal));font-size:.8rem;font-weight:600}.featured-row h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;line-height:1.4}.featured-row p{color:var(--muted);margin-top:.35rem;font-size:.88rem}.featured-row__time{color:var(--muted);white-space:nowrap;font-size:.8rem}.section--latest{padding-top:0}.latest-grid{grid-template-columns:1fr;gap:.85rem;display:grid}@media (width>=560px){.latest-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=980px){.latest-grid{grid-template-columns:repeat(5,1fr);gap:.75rem}}.latest-card{cursor:pointer;background:color-mix(in srgb, var(--cat-color,var(--teal)) 7%, var(--white));border:1px solid color-mix(in srgb, var(--cat-color,var(--teal)) 14%, var(--line));min-height:11.5rem;transition:border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);flex-direction:column;gap:.65rem;padding:1.15rem 1.1rem 1.05rem;display:flex}.latest-card__thumb{aspect-ratio:16/9;margin:-.15rem -.05rem .15rem}.latest-card:hover{background:color-mix(in srgb, var(--cat-color,var(--teal)) 11%, var(--white));border-color:color-mix(in srgb, var(--cat-color,var(--teal)) 28%, var(--line));box-shadow:0 6px 20px #0d1b2a0f}.latest-card:focus-visible{outline:2px solid var(--cat-color,var(--teal));outline-offset:2px}.latest-card__cat{letter-spacing:.04em;color:var(--cat-color,var(--teal));font-size:.72rem;font-weight:600}.latest-card h3{font-family:var(--font-display);letter-spacing:.01em;flex:1;font-size:.98rem;font-weight:600;line-height:1.45}.latest-card p{-webkit-line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;font-size:.82rem;line-height:1.55;display:-webkit-box;overflow:hidden}.latest-card__foot{border-top:1px solid color-mix(in srgb, var(--cat-color,var(--teal)) 12%, transparent);color:var(--muted);justify-content:space-between;gap:.5rem;padding-top:.35rem;font-size:.72rem;display:flex}@media (prefers-reduced-motion:reduce){.latest-card{transition:none}}.page-hero{padding:2.75rem 0 2rem}.page-hero__label{font-family:var(--font-en);letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.65rem;font-size:.75rem}.page-hero h1{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:.75rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.2}.page-hero p{color:var(--muted);max-width:36em;font-size:1.05rem}.page-hero--cat{border-bottom:3px solid var(--cat-color,var(--teal));margin-bottom:2rem}.article-layout{gap:2.5rem;padding-bottom:4rem;display:grid}@media (width>=900px){.article-layout{grid-template-columns:1fr 260px;gap:3rem}}.article-body{background:var(--white);border:1px solid var(--line);padding:2rem 1.5rem}@media (width>=600px){.article-body{padding:2.5rem 2.75rem}}.article-body__meta{color:var(--muted);border-bottom:1px solid var(--line);flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;font-size:.85rem;display:flex}.article-body h1{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(1.65rem,4vw,2.25rem);font-weight:700;line-height:1.3}.article-body__excerpt{color:var(--ink-soft);border-left:3px solid var(--cat-color,var(--teal));margin-bottom:2rem;padding-left:1rem;font-size:1.1rem}.article-cover{border:1px solid var(--line);background:var(--paper);border-radius:2px;margin:0 0 1.75rem;overflow:hidden}.article-cover img{object-fit:cover;width:100%;max-height:420px;display:block}.article-body__content p{color:var(--ink-soft);margin-bottom:1.35rem;font-size:1.02rem}.article-table{margin:1.5rem 0 1.75rem;overflow-x:auto}.article-table table{border-collapse:collapse;width:100%;font-size:.92rem}.article-table th,.article-table td{border:1px solid var(--line-strong);text-align:left;vertical-align:top;padding:.55rem .75rem}.article-table th{background:var(--paper);font-weight:600}.article-body__tags{border-top:1px solid var(--line);flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.tag{background:var(--paper);border:1px solid var(--line);color:var(--muted);padding:.3rem .65rem;font-size:.78rem}.sidebar-block{background:var(--white);border:1px solid var(--line);margin-bottom:1rem;padding:1.25rem}.sidebar-block h3{font-family:var(--font-display);border-bottom:1px solid var(--line);margin-bottom:.85rem;padding-bottom:.65rem;font-size:1rem}.sidebar-block ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.sidebar-block a{color:var(--ink-soft);font-size:.9rem;line-height:1.4}.sidebar-block a:hover{color:var(--teal)}.search-panel{background:var(--white);border:1px solid var(--line);margin-bottom:2rem;padding:1.75rem}.search-panel label{margin-bottom:.65rem;font-size:.95rem;font-weight:600;display:block}.search-row{gap:.65rem;display:flex}.search-row input{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);outline:none;flex:1;height:3rem;padding:0 1rem;transition:border-color .2s,box-shadow .2s}.search-row input:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-soft)}.search-hints{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.search-hints button{border:1px solid var(--line);background:var(--paper);cursor:pointer;color:var(--ink-soft);border-radius:2px;padding:.35rem .75rem;font-size:.82rem}.search-hints button:hover{border-color:var(--teal);color:var(--teal)}.search-empty{text-align:center;color:var(--muted);padding:3rem 1rem}.about-grid{gap:2rem;display:grid}@media (width>=800px){.about-grid{grid-template-columns:1.2fr .8fr}}.about-prose{background:var(--white);border:1px solid var(--line);padding:2rem 1.75rem}.about-prose h2{font-family:var(--font-display);margin:1.75rem 0 .75rem;font-size:1.35rem}.about-prose h2:first-child{margin-top:0}.about-prose p{color:var(--ink-soft);margin-bottom:1rem}.about-values{flex-direction:column;gap:1rem;display:flex}.value-item{background:var(--white);border:1px solid var(--line);border-top:3px solid var(--teal);padding:1.25rem}.value-item h3{font-family:var(--font-display);margin-bottom:.4rem;font-size:1.05rem}.value-item p{color:var(--muted);font-size:.9rem}.site-footer{background:var(--ink);color:#ffffffd1;margin-top:auto;padding:3rem 0 1.75rem}.footer-grid{gap:2rem;margin-bottom:2.5rem;display:grid}@media (width>=720px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}.footer-brand{font-family:var(--font-display);color:#fff;letter-spacing:.06em;margin-bottom:.65rem;font-size:1.75rem;font-weight:700}.footer-brand span{color:#fff}.site-footer p{opacity:.8;max-width:26em;font-size:.9rem;line-height:1.65}.site-footer h4{font-family:var(--font-display);color:#fff;letter-spacing:.04em;margin-bottom:.85rem;font-size:.95rem}.site-footer ul{flex-direction:column;gap:.45rem;list-style:none;display:flex}.site-footer a{opacity:.75;font-size:.9rem;transition:opacity .2s,color .2s}.site-footer a:hover{opacity:1;color:#fff}.home-hero{background:linear-gradient(#fff 0%,#f4f6f7 100%);border-bottom:1px solid #0d1b2a14}.home-hero__grid{align-items:start;gap:3rem;padding:3.5rem 0 3.25rem;display:grid}@media (width>=880px){.home-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}.home-hero__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin:0 0 .875rem;font-size:.8125rem;font-weight:600}.home-hero__title{font-family:var(--font-display);letter-spacing:.02em;color:var(--ink);text-wrap:pretty;margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.3}.home-hero__lead{color:var(--ink-soft);text-wrap:pretty;max-width:30em;margin:0 0 1.75rem;font-size:1.0625rem}.home-search{background:var(--white);border:1px solid #0d1b2a1f;border-radius:14px;padding:1.125rem;box-shadow:0 10px 30px #0d1b2a0f}.home-search label{color:var(--ink);margin-bottom:.625rem;font-size:.875rem;font-weight:600;display:block}.home-search__row{gap:.625rem;display:flex}.home-search__row input{min-width:0;color:var(--ink);background:#f7f9fa;border:1px solid #0d1b2a24;border-radius:10px;outline:none;flex:1;padding:.8125rem .9375rem;font-size:1rem}.home-search__row input:focus{border-color:var(--teal);background:var(--white);box-shadow:0 0 0 3px #0b6e6e24}.home-search__submit{color:#fff;background:var(--teal);cursor:pointer;border:none;border-radius:10px;padding:.8125rem 1.375rem;font-size:.9375rem;font-weight:600}.home-search__submit:hover{background:var(--teal-deep)}.home-search__tags{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.875rem;display:flex}.home-search__tags>span{color:var(--muted);font-size:.8125rem}.home-search__tags button{color:var(--ink-soft);background:var(--white);cursor:pointer;border:1px solid #0d1b2a24;border-radius:999px;padding:.375rem .8125rem;font-size:.8125rem;font-weight:500}.home-search__tags button:hover{border-color:var(--teal);color:var(--teal);background:#0b6e6e0f}.home-search__results{border-top:1px solid #0d1b2a1a;margin-top:1rem;padding-top:.875rem}.home-search__summary{color:var(--muted);margin:0 0 .625rem;font-size:.8125rem}.home-search__results ul{flex-direction:column;gap:2px;max-height:15.25rem;list-style:none;display:flex;overflow:auto}.home-search__results a{color:var(--ink);border-radius:8px;align-items:baseline;gap:.75rem;padding:.5625rem .625rem;display:flex}.home-search__results a:hover{color:var(--teal);background:#0b6e6e12}.home-search__results a span:first-child{flex-shrink:0;font-size:.75rem;font-weight:600}.home-search__results a span:last-child{font-size:.9375rem;line-height:1.5}.home-hero-card{background:var(--white);transition:box-shadow .25s var(--ease);border:1px solid #0d1b2a1a;border-radius:16px;display:block;overflow:hidden;box-shadow:0 14px 40px #0d1b2a17}.home-hero-card:hover{box-shadow:0 18px 46px #0d1b2a29}.home-hero-card__media{aspect-ratio:16/10;background:#dfe6e8;position:relative}.home-hero-card__media img{object-fit:cover;width:100%;height:100%}.home-hero-card__badge{background:var(--chop);color:#fff;letter-spacing:.08em;border-radius:999px;padding:.3125rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.875rem;left:.875rem}.home-hero-card__body{padding:1.375rem 1.5rem 1.5rem}.home-hero-card__cat{letter-spacing:.08em;color:var(--teal);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.home-hero-card h2{font-family:var(--font-display);color:var(--ink);text-wrap:pretty;margin:0 0 .625rem;font-size:1.375rem;font-weight:600;line-height:1.45}.home-hero-card__body>p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.9375rem;line-height:1.7;display:-webkit-box;overflow:hidden}.home-hero-card__meta{color:var(--muted);align-items:center;gap:.875rem;font-size:.8125rem;display:flex}.home-hero-card__cta{color:var(--teal);font-weight:600}.home-section{padding:3rem 0 0}.home-section--tight{padding-top:3.25rem}.home-section--trust{padding:2.75rem 0 3.5rem}.home-section__head{justify-content:space-between;align-items:flex-end;gap:1.25rem;margin-bottom:1.375rem;display:flex}.home-section__head h2{font-family:var(--font-display);color:var(--ink);margin:0 0 .375rem;font-size:1.75rem;font-weight:700}.home-section__head p{color:var(--muted);margin:0;font-size:.9375rem}.home-section__link{color:var(--teal);flex-shrink:0;font-size:.9375rem;font-weight:600}.home-section__link:hover{color:var(--chop)}.home-cat-grid{grid-template-columns:repeat(auto-fit,minmax(178px,1fr));gap:.875rem;display:grid}.home-cat-tile{background:var(--white);border:1px solid #0d1b2a1a;border-top:3px solid var(--cat-color);min-height:9.5rem;transition:box-shadow .25s var(--ease), transform .25s var(--ease);border-radius:12px;flex-direction:column;gap:.375rem;padding:1.25rem 1.125rem 1.125rem;display:flex}.home-cat-tile:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0d1b2a1a}.home-cat-tile__en{letter-spacing:.14em;text-transform:uppercase;color:#8a97a3;font-size:.6875rem;font-weight:600}.home-cat-tile__name{font-family:var(--font-display);color:var(--ink);font-size:1.125rem;font-weight:600}.home-cat-tile__hint{color:var(--muted);font-size:.8125rem;line-height:1.6}.home-cat-tile__count{color:var(--cat-color);margin-top:auto;font-size:.75rem;font-weight:600}.spotlight-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:1.125rem;display:grid}.spotlight-card{background:var(--white);transition:box-shadow .25s var(--ease), transform .25s var(--ease);border:1px solid #0d1b2a1a;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.spotlight-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0d1b2a1c}.spotlight-card__thumb{aspect-ratio:16/9;border-radius:0}.spotlight-card__thumb img{object-fit:cover;width:100%;height:100%}.spotlight-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.125rem 1.25rem 1.25rem;display:flex}.spotlight-card__cat{letter-spacing:.06em;color:var(--cat-color);font-size:.75rem;font-weight:600}.spotlight-card h3{font-family:var(--font-display);color:var(--ink);text-wrap:pretty;margin:0;font-size:1.125rem;font-weight:600;line-height:1.55}.spotlight-card__body p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.7;display:-webkit-box;overflow:hidden}.spotlight-card__time{color:var(--muted);margin-top:auto;padding-top:.75rem;font-size:.8125rem}.editor-pick-list{background:var(--white);border:1px solid #0d1b2a1a;border-radius:14px;overflow:hidden}.editor-pick-row{color:var(--ink);border-top:1px solid #0d1b2a12;grid-template-columns:72px 7.25rem minmax(0,1fr) auto;align-items:center;gap:1.25rem;padding:1rem 1.375rem;display:grid}.editor-pick-row:first-child{border-top:none}.editor-pick-row:hover{color:var(--teal);background:#f7f9fa}.editor-pick-row__thumb{border-radius:8px;width:72px;height:72px;overflow:hidden}.editor-pick-row__thumb img{object-fit:cover;width:100%;height:100%}.editor-pick-row__cat{color:var(--cat-color);font-size:.8125rem;font-weight:600}.editor-pick-row__title{font-family:var(--font-display);font-size:1.0625rem;font-weight:500;line-height:1.6}.editor-pick-row__time{color:var(--muted);white-space:nowrap;font-size:.8125rem}@media (width<=720px){.editor-pick-row{grid-template-columns:64px minmax(0,1fr);grid-template-areas:"thumb title""thumb meta";gap:.5rem .875rem}.editor-pick-row__thumb{grid-area:thumb;width:64px;height:64px}.editor-pick-row__cat{display:none}.editor-pick-row__title{grid-area:title;font-size:.9375rem}.editor-pick-row__time{grid-area:meta}}.latest-compact-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:1rem;display:grid}.latest-compact{background:var(--white);border:1px solid #0d1b2a1a;border-radius:12px;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:1rem;padding:.875rem;transition:border-color .2s,box-shadow .2s;display:grid}.latest-compact:hover{border-color:#0b6e6e59;box-shadow:0 8px 22px #0d1b2a14}.latest-compact__thumb{aspect-ratio:1;border-radius:8px;overflow:hidden}.latest-compact__thumb img{object-fit:cover;width:100%;height:100%}.latest-compact__body{flex-direction:column;gap:.375rem;display:flex}.latest-compact__cat{color:var(--cat-color);font-size:.75rem;font-weight:600}.latest-compact h3{color:var(--ink);text-wrap:pretty;margin:0;font-size:.9375rem;font-weight:600;line-height:1.6}.latest-compact__meta{color:var(--muted);font-size:.75rem}.home-trust{background:var(--white);border:1px solid #0d1b2a1a;border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;padding:1.875rem 2rem;display:grid}.home-trust__item{flex-direction:column;gap:.375rem;display:flex}.home-trust__icon{font-size:1.25rem;line-height:1}.home-trust__item h3{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.0625rem;font-weight:600}.home-trust__item p{color:var(--muted);margin:0;font-size:.875rem;line-height:1.7}.footer-bottom{opacity:.55;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.25rem;font-size:.8rem;display:flex}.main{flex:1}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.article-disclaimer{color:var(--muted);background:var(--paper);border-radius:var(--radius);margin-top:2rem;padding:.85rem 1rem;font-size:.85rem}.empty-state{text-align:center;color:var(--muted);background:var(--white);border:1px dashed var(--line-strong);padding:3rem 1rem}.direct-answer{background:var(--teal-soft);border-left:4px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;margin:1.25rem 0 1.5rem;padding:1rem 1.15rem}.direct-answer__label{letter-spacing:.08em;text-transform:uppercase;color:var(--teal-deep);margin:0 0 .35rem;font-size:.75rem;font-weight:700}.direct-answer__text{color:var(--ink);margin:0;font-size:1.05rem;font-weight:500;line-height:1.65}
