:root{color-scheme:light;--bg: #f6f1e5;--surface: #fffdf8;--surface-contrast: #16212c;--text: #15181d;--muted: #646b76;--line: rgba(21, 24, 29, .1);--accent: #c88b2f;--accent-strong: #945d14;--danger: #a1312f;--shadow: 0 22px 60px rgba(15, 19, 23, .08);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Noto Sans KR,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(200,139,47,.18),transparent 28%),radial-gradient(circle at bottom right,rgba(22,33,44,.12),transparent 30%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-shell{min-height:100vh}.public-shell.public-shell-auth{padding-bottom:0}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#f6f1e5d6;border-bottom:1px solid rgba(21,24,29,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.brand{display:flex;align-items:center;gap:0;min-width:auto}.brand-mark{display:flex;align-items:center;justify-content:center;width:72px;flex-shrink:0}.brand-logo{width:72px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(15,19,23,.14))}.header-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.header-nav-link{position:relative}.header-controls{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:1;min-width:0}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.header-nav a,.header-action-link{display:inline-flex;align-items:center;min-height:48px;padding:12px 8px;font-size:1.08rem;color:var(--muted)}.header-nav a:hover,.header-action-link:hover,.admin-link{color:var(--text)}.header-nav-link.active{color:var(--text);font-weight:800}.header-nav-link.active:after{content:"";position:absolute;left:8px;right:8px;bottom:8px;height:2px;border-radius:999px;background:#c88b2f99}.admin-link{font-weight:700}.header-desktop-only{display:inline-flex}.header-mobile-only,.mobile-bottom-tab{display:none}.mobile-bottom-tab-link{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:10px 12px;border-radius:20px;color:var(--muted);font-size:.98rem;font-weight:800;letter-spacing:.01em}.mobile-bottom-tab-link.active{background:#c88b2f29;color:var(--accent-strong)}.floating-support-link{position:fixed;right:24px;bottom:24px;z-index:45;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:10px;min-height:56px;padding:14px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:#171717f0;color:#fff;cursor:pointer;box-shadow:0 20px 38px #0f131738;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.floating-support-link:hover{transform:translateY(-2px);background:#171717;box-shadow:0 24px 42px #0f131747}.floating-support-link svg{flex-shrink:0}.floating-support-link span{font-weight:800;letter-spacing:-.02em}.inquiry-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#0f13178f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inquiry-modal-device{position:relative;width:min(392px,100%);height:min(760px,calc(100vh - 32px));padding:14px;border-radius:40px;background:radial-gradient(circle at top,rgba(255,255,255,.18),transparent 28%),linear-gradient(180deg,#1d242d,#090b0f);box-shadow:0 28px 80px #06080c66,inset 0 1px #ffffff14}.inquiry-modal-notch{position:absolute;top:18px;left:50%;z-index:2;width:132px;height:28px;transform:translate(-50%);border-radius:999px;background:#08090c;box-shadow:inset 0 -1px #ffffff0d}.inquiry-modal-shell{position:relative;height:100%;overflow:hidden;border-radius:30px;background:radial-gradient(circle at top right,rgba(200,139,47,.16),transparent 30%),linear-gradient(180deg,#f7f0e4,#fffdf8 28%,#f8f5ee);border:1px solid rgba(21,24,29,.06);display:grid;grid-template-rows:auto 1fr}.inquiry-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:46px 22px 18px}.inquiry-modal-heading h2{margin:8px 0 10px;font-size:clamp(1.7rem,7vw,2.2rem);line-height:1.08;letter-spacing:-.04em}.inquiry-modal-heading p{margin:0;color:var(--muted);line-height:1.65}.inquiry-modal-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(21,24,29,.1);border-radius:999px;background:#ffffffd6;color:var(--text);cursor:pointer;flex-shrink:0}.inquiry-modal-content{overflow-y:auto;padding:0 22px 22px;display:grid;align-content:start;gap:18px}.inquiry-modal-intro{display:grid;gap:10px;padding:16px 18px;border-radius:22px;border:1px solid rgba(21,24,29,.08);background:#ffffffc7;box-shadow:0 12px 22px #0f13170f}.inquiry-modal-intro p{margin:0;color:var(--muted);line-height:1.6}.inquiry-modal-chip{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 12px;border-radius:999px;background:#24425f1a;color:#24425f;font-size:.92rem;font-weight:800}.inquiry-modal-form{gap:16px}.inquiry-modal-form textarea{min-height:128px}.inquiry-modal-feedback{margin:0}.inquiry-modal-footer{display:grid;gap:8px;padding:4px 2px 2px}.inquiry-modal-footer p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.55}.inquiry-modal-footer a{color:#24425f;font-weight:800}.section{padding:88px 0}.section-top{padding-top:48px}#intro,#network,#stories,#participate,#hub-list,#board-compose{scroll-margin-top:108px}.section-contrast{background:linear-gradient(180deg,#16212c0a,#16212c17)}.section-muted{background:linear-gradient(180deg,#c88b2f0d,#c88b2f1a)}.section-heading{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.section-heading-inline{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading span,.eyebrow,.impact-label,.footer-label{display:inline-block;font-size:1rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-strong);font-weight:800}.section-heading h2,.hero-copy h1,.story-detail-header h1,.admin-login-card h1,.admin-form-header h2,.admin-sidebar h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.06;letter-spacing:-.04em}.section-heading h2,.hub-hero-copy h1,.support-copy h1,.board-thread h3{text-wrap:balance}.section-heading p,.hero-text,.vision-card p,.impact-card p,.hub-card p,.admin-login-card p,.state-card{margin:0;color:var(--muted);line-height:1.7}.hero-section{padding:92px 0 48px}.home-hero{min-height:72vh;padding:30px 0 52px;background-size:cover;background-position:center 30%;color:#fff}.home-hero-inner{display:block}.home-hero-copy{max-width:1180px}.home-hero-kicker{margin-bottom:28px}.home-hero-copy h1{margin:0;font-size:clamp(2.8rem,6vw,5.6rem);line-height:1.06;letter-spacing:-.05em;text-shadow:0 10px 22px rgba(12,16,21,.24)}.home-hero-actions{margin-top:20px}.hero-title-stack{display:block}.hero-title-line{display:block;-webkit-text-stroke:1px rgba(0,0,0,.7);paint-order:stroke fill}.hero-title-line-top{margin-bottom:14px}.hero-title-line-bottom{padding-top:2px}.hero-title-emphasis{letter-spacing:-.04em}.hero-title-emphasis em{font-style:normal;color:#f5d08a}.home-hero-text{margin:16px 0 0;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700}.home-hero-description{max-width:640px;margin:18px 0 0;color:#ffffffd1;line-height:1.75}.hero-panel,.value-detail-card,.intro-point-card,.participation-card,.leadership-card,.impact-summary-card,.network-panel{background:#fffdf8e6;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}.hero-panel{padding:24px;border-radius:30px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#11171f7a}.hero-panel-grid{display:grid;gap:14px;margin-top:18px}.hero-panel-grid div{display:grid;gap:6px;padding:16px 18px;border-radius:22px;background:#ffffff14}.hero-panel-grid strong{font-size:1rem}.hero-panel-grid span{color:#ffffffc2;line-height:1.6}.value-strip-section{margin-top:-28px;position:relative;z-index:2}.value-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.intro-value-strip{margin-top:28px}.value-card{position:relative;display:grid;align-content:start;justify-items:center;gap:16px;min-height:232px;padding:24px 22px 22px;border:1px solid rgba(21,24,29,.08);border-top:5px solid var(--value-color, var(--accent));border-radius:30px;background:linear-gradient(180deg,#fffffff7,#fff8eff7);box-shadow:0 20px 44px #0f13171a;overflow:hidden;isolation:isolate;text-align:center;cursor:default;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.value-card:before,.value-card:after{content:"";position:absolute;inset:auto;pointer-events:none}.value-card:before{right:-30px;bottom:-50px;width:150px;height:150px;border-radius:999px;opacity:.7}.value-card:after{top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,color-mix(in srgb,var(--value-color, var(--accent)) 14%,white),transparent 52%)}.value-card:hover,.value-card.active{transform:translateY(-4px);background:color-mix(in srgb,var(--value-color, var(--accent)) 10%,white);border-color:color-mix(in srgb,var(--value-color, var(--accent)) 32%,white);box-shadow:0 28px 54px #0f131724}.value-title{display:inline-block;position:relative;z-index:1;width:max-content;margin-bottom:0;padding:10px 18px;border:1px solid rgba(255,255,255,.92);border-radius:999px;background:linear-gradient(180deg,#fffffffa,color-mix(in srgb,var(--value-color, var(--accent)) 6%,white));color:color-mix(in srgb,var(--value-color, var(--accent)) 72%,#5a3815);font-size:1.32rem;font-weight:900;letter-spacing:-.03em;box-shadow:0 10px 24px #ffffffb8,0 10px 18px #15181d0f}.value-card strong{display:block;position:relative;z-index:1;width:100%;white-space:pre-line;line-height:1.5;font-size:1.16rem;font-weight:800;color:var(--text);text-align:center}.value-card-note{position:relative;z-index:1;margin:0;width:100%;color:#15181dbd;line-height:1.65;font-size:1.03rem;text-align:center}.value-card-dream{background:linear-gradient(180deg,#f7f3fffa,#fff9effa)}.value-card-dream:before{background:radial-gradient(circle at center,#7f77dd4d,#7f77dd00 68%)}.value-card-rest{background:linear-gradient(180deg,#eff9f3fa,#fffdf7fa)}.value-card-rest:before{background:radial-gradient(circle at center,#1d9e753d,#1d9e7500 70%)}.value-card-play{background:linear-gradient(180deg,#fff4effa,#fffbf6fa)}.value-card-play:before{background:radial-gradient(circle at center,#d85a303d,#d85a3000 70%)}.value-card-work{background:linear-gradient(180deg,#f0f7fffa,#fffbf4fa)}.value-card-work:before{background:radial-gradient(circle at center,#378add3d,#378add00 70%)}.value-card-share{background:linear-gradient(180deg,#fff7ebfa,#f9fcf6fa)}.value-card-share:before{background:radial-gradient(circle at center,#ba75173d,#ba751700 70%)}.intro-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}.intro-copy{display:grid;gap:24px}.intro-points,.impact-points-grid,.participation-grid{display:grid;gap:18px}.intro-points{grid-template-columns:repeat(3,minmax(0,1fr))}.intro-point-card,.value-detail-card,.participation-card,.leadership-card,.impact-summary-card{padding:28px;border-radius:30px;border:1px solid var(--line)}.intro-point-card strong,.value-detail-card strong,.participation-card h3,.impact-point-card h3{display:block;margin-bottom:10px}.intro-point-card p,.value-detail-card p,.participation-card p,.impact-point-card p{margin:0;color:var(--muted);line-height:1.7}.home-page .section-heading span,.home-page .eyebrow,.home-page .impact-label{font-size:1.04rem}.home-page .section-heading p,.home-page .intro-point-card p,.home-page .value-detail-card p,.home-page .participation-card p,.home-page .impact-point-card p,.home-page .network-caption p,.home-page .network-focus-description,.home-page .hub-card p,.home-page .story-card-body p,.home-page .hub-directory-copy{font-size:1.12rem}.home-page .value-title{font-size:1.56rem}.home-page .value-card strong{font-size:1.2rem}.home-page .value-card-note{font-size:1.06rem}.home-page .intro-point-card strong,.home-page .value-detail-card strong,.home-page .participation-card h3,.home-page .impact-point-card h3{font-size:1.34rem}.home-page .impact-badge strong{font-size:1.8rem}.home-page .impact-badge span,.home-page .impact-contact,.home-page .hub-card-person span,.home-page .hub-card-person div span,.home-page .story-meta,.home-page .network-node small,.home-page .network-focus-list dd,.home-page .hub-directory-meta dd,.home-page .hub-directory-address,.home-page .hub-directory-keeper span{font-size:1.04rem}.home-page .network-node-index{font-size:1rem}.home-page .network-node strong{font-size:1.12rem}.home-page .network-focus-list dt,.home-page .hub-card-region,.home-page .story-label,.home-page .story-category,.home-page .hub-index,.home-page .hub-directory-index-chip,.home-page .hub-directory-region-chip,.home-page .hub-directory-meta dt{font-size:1.04rem}.home-page .story-summary{font-size:1.08rem}.value-detail-card h3{margin:0 0 10px;font-size:2rem}.value-detail-list{display:grid;gap:8px;margin:20px 0 0;padding-left:18px;color:var(--muted)}.network-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:32px;align-items:start}.network-panel{position:sticky;top:112px;min-height:840px;padding:28px;border-radius:34px;overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;gap:18px;background:radial-gradient(circle at 20% 20%,rgba(200,139,47,.18),transparent 24%),radial-gradient(circle at 80% 70%,rgba(55,138,221,.1),transparent 26%),#fffdf8f5}.network-stage{position:relative;min-height:720px;border-radius:28px;border:1px dashed rgba(21,24,29,.12);background:linear-gradient(180deg,#ffffffc7,#fff8ecf0),radial-gradient(circle at 30% 20%,rgba(55,138,221,.08),transparent 18%)}.network-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.network-line{stroke:#15181d29;stroke-width:.55;stroke-linecap:round}.network-line.active{stroke:#c88b2fb8;stroke-width:.9}.network-node{position:absolute;transform:translate(-50%,-50%);z-index:1;min-width:132px;padding:13px 15px;border:1px solid rgba(21,24,29,.1);border-radius:24px;background:#fffffff0;box-shadow:0 14px 30px #0f13171f;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.network-node:hover{transform:translate(-50%,-52%);box-shadow:0 18px 36px #0f13172e}.network-node.active{z-index:3;border-color:#c88b2f66;background:#fff5e5f5;box-shadow:0 18px 42px #945d142e}.network-node.stacked{min-width:154px;padding:12px 15px;border-radius:18px}.network-node-index{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-bottom:8px;border-radius:999px;background:var(--surface-contrast);color:#fff;font-size:1rem;font-weight:800}.network-node strong{display:block;font-size:1.04rem}.network-node small{display:block;margin-top:3px;color:var(--muted);line-height:1.45}.network-node.stacked small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.network-caption{padding:18px 20px;border-radius:24px;background:#15181ddb;color:#fff;margin-top:auto}.network-caption strong{display:block;margin-bottom:6px}.network-caption p{margin:0;color:#ffffffc2;line-height:1.6}.network-focus-card{background:#fffdf8fa;border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.network-focus-media{position:relative;height:280px;background:#15181d14}.network-focus-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#15181d14,#15181d47);pointer-events:none}.network-focus-media img{width:100%;height:100%;object-fit:cover}.network-focus-body{display:grid;gap:18px;padding:28px}.network-focus-body h3{margin:-4px 0 0;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.15}.network-focus-description{margin:0;color:var(--muted);line-height:1.75}.network-focus-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}.network-focus-list div{padding:16px 18px;border-radius:22px;border:1px solid var(--line);background:#ffffffb8}.network-focus-list dt{margin:0 0 8px;color:var(--accent-strong);font-size:1rem;font-weight:800;letter-spacing:.08em}.network-focus-list dd{margin:0;color:var(--text);font-weight:600;line-height:1.65;word-break:break-word}.hero-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.hero-copy{padding:32px 0}.hero-actions{display:flex;gap:16px;margin-top:28px;flex-wrap:wrap}.hero-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hero-strip-card{background:#fffdf8b8;border:1px solid rgba(21,24,29,.06);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.hero-strip-card:nth-child(odd){transform:rotate(-1.5deg)}.hero-strip-card:nth-child(2n){transform:rotate(1.5deg)}.hero-strip-card img{aspect-ratio:1 / 1;object-fit:cover}.hero-strip-card div{padding:16px}.hero-strip-card span{display:block;color:var(--accent-strong);font-size:1rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-strip-card strong{display:block;margin-top:6px;font-size:1rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 18px;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent);color:#fff}.button-secondary{background:#fffaf2e6;border-color:#15181d1a;color:var(--text)}.button-neutral{background:#16212c14;border-color:#15181d1f;color:var(--text)}.button-ghost{background:transparent;border-color:#ffffff29;color:#fff}.button-danger{background:#a1312f1a;color:var(--danger);border-color:#a1312f2e}.button-block{width:100%}a:focus-visible,button:focus-visible,.board-list-item:focus-visible,.network-node:focus-visible,.mobile-bottom-tab-link:focus-visible{outline:3px solid rgba(200,139,47,.72);outline-offset:3px}.hub-directory-header{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;align-items:end;margin-bottom:32px}.hub-directory-header .section-heading{margin-bottom:0}.hub-directory-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hub-directory-stat{padding:20px 18px;border-radius:24px;border:1px solid rgba(21,24,29,.08);background:#ffffffc7;box-shadow:0 18px 38px #0f131714}.hub-directory-stat strong{display:block;margin-bottom:6px;font-size:1.82rem;line-height:1;letter-spacing:-.04em}.hub-directory-stat span{color:var(--muted);font-size:1rem;line-height:1.5}.hub-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.hub-directory-card{display:grid;grid-template-rows:244px 1fr;border-radius:32px;overflow:hidden;border:1px solid rgba(21,24,29,.08);background:#fffdf8f0;box-shadow:0 24px 54px #0f131714}.hub-directory-media{position:relative;overflow:hidden}.hub-directory-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#15181d0a,#15181d4d);pointer-events:none}.hub-directory-media img{width:100%;height:100%;object-fit:cover}.hub-directory-media-chips{position:absolute;left:18px;right:18px;top:18px;z-index:1;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:12px;align-items:start}.hub-directory-index-chip,.hub-directory-region-chip{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;font-size:.98rem;font-weight:800}.hub-directory-index-chip{background:#15181dc2;color:#fff;letter-spacing:.08em;text-transform:uppercase}.hub-directory-region-chip{background:#ffffffe6;color:var(--text);letter-spacing:-.02em}.hub-directory-body{display:grid;align-content:start;gap:18px;padding:24px 24px 22px}.hub-directory-title-row{display:grid;gap:10px}.hub-directory-title-row h3{margin:0;font-size:1.6rem;line-height:1.18;letter-spacing:-.03em}.hub-directory-address{margin:0;color:var(--text);font-size:1.03rem;font-weight:700;line-height:1.6}.hub-directory-copy{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.78}.hub-directory-keeper{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:22px;background:#ffffffb8;border:1px solid rgba(21,24,29,.06)}.hub-directory-keeper img{width:54px;height:54px;border-radius:999px;object-fit:cover}.hub-directory-keeper span{display:block;margin-bottom:4px;color:var(--muted);font-size:.98rem}.hub-directory-keeper strong{display:block;font-size:1.08rem}.hub-directory-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.hub-directory-meta div{padding:14px 16px;border-radius:20px;background:#c88b2f12;border:1px solid rgba(200,139,47,.1)}.hub-directory-meta dt{margin:0 0 6px;color:var(--accent-strong);font-size:.96rem;font-weight:800}.hub-directory-meta dd{margin:0;color:var(--text);font-size:1.02rem;line-height:1.6;word-break:break-word}.hub-directory-meta a{color:inherit}.hub-directory-footer{display:flex;justify-content:flex-start;gap:16px;align-items:center;margin-top:auto}.hub-directory-admin-link{color:var(--accent-strong);font-size:1rem;font-weight:800;white-space:nowrap}.hub-directory-admin-link:hover{color:var(--text)}.hub-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:24px}.hub-map-panel,.hub-card,.impact-card,.story-card,.vision-card,.state-card,.admin-login-card,.admin-form,.admin-sidebar{background:#fffdf8e6;border:1px solid var(--line);box-shadow:var(--shadow)}.hub-map-panel{position:sticky;top:112px;padding:24px;border-radius:32px;min-height:620px;overflow:hidden}.hub-map-image{width:100%;height:100%;object-fit:contain;opacity:.8}.hub-marker{position:absolute;width:28px;height:28px;border-radius:999px;border:2px solid white;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;transform:translate(-50%,-50%);box-shadow:0 12px 24px #945d1447}.hub-cards{display:grid;gap:18px}.hub-card{display:grid;grid-template-columns:210px 1fr;border-radius:28px;overflow:hidden}.hub-card.selected{border-color:#c88b2f42;box-shadow:0 22px 60px #945d1429}.hub-card-media{position:relative}.hub-card-media img{width:100%;height:100%;object-fit:cover}.hub-index{position:absolute;left:16px;top:16px;padding:8px 12px;border-radius:999px;background:#15181dc2;color:#fff;font-size:1.02rem;letter-spacing:.1em;text-transform:uppercase}.hub-card-body{padding:24px}.hub-card-region,.story-label{margin:0 0 10px;color:var(--accent-strong);font-size:1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hub-card-body h3,.vision-card h3,.impact-card h3,.story-card-body h3{margin:0 0 12px;font-size:1.45rem;line-height:1.2}.hub-address{font-weight:700;color:var(--text);margin-bottom:8px}.hub-card-person{display:flex;align-items:center;gap:14px;margin-bottom:18px}.hub-card-person img{width:56px;height:56px;border-radius:999px;object-fit:cover}.hub-card-person strong,.story-detail-meta strong,.story-body strong{display:block}.hub-card-person span,.story-meta,.story-detail-meta span,.footer-copy,.hub-card-person div span{color:var(--muted);font-size:1.05rem}.story-meta{gap:8px;line-height:1.4}.story-meta span:not(:last-child):after{content:"·";margin-left:8px;color:#586578cc}.featured-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:22px}.story-stack,.story-grid{display:grid;gap:18px}.story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-card{display:grid;grid-template-rows:auto 1fr;border-radius:28px;overflow:hidden}.story-card-link{min-height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.story-card-link:hover{transform:translateY(-2px);box-shadow:0 24px 54px #0f13171f}.story-card-featured{min-height:100%}.story-card-compact{grid-template-columns:164px 1fr;grid-template-rows:none;align-items:stretch}.story-card-media{position:relative;overflow:hidden}.story-card-media img{width:100%;height:240px;object-fit:cover}.story-card-featured .story-card-media img{height:340px}.story-card-compact .story-card-media img{height:100%;min-height:100%}.story-category{position:absolute;left:16px;top:16px;padding:8px 12px;border-radius:999px;background:#fffdf8e0;color:var(--accent-strong);font-size:1rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.story-card-body{display:grid;align-content:start;gap:14px;padding:22px}.story-card-topline{display:flex;justify-content:space-between;align-items:start;gap:16px}.story-card-topline-meta-only{justify-content:flex-end}.story-meta{display:flex;gap:12px;flex-wrap:wrap}.story-card-body p{margin:0;color:var(--muted);line-height:1.7}.story-label{width:max-content;padding:5px 10px;border-radius:12px;background:#c88b2f14;color:var(--accent-strong);font-weight:800;font-size:.88rem;text-transform:none}.story-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.story-card-featured .story-summary{-webkit-line-clamp:4}.story-card-compact .story-summary{-webkit-line-clamp:2}.story-link,.back-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--accent-strong);font-weight:700}.story-link:after{content:"→";transition:transform .16s ease}.story-link:hover:after{transform:translate(2px)}.pagination-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding:18px 20px;border-radius:24px;border:1px solid var(--line);background:#fffdf8d6;box-shadow:var(--shadow)}.pagination-summary{margin:0;color:var(--muted)}.pagination-actions{display:flex;align-items:center;gap:12px}.pagination-page-indicator{min-width:72px;text-align:center;color:var(--text);font-weight:800}.vision-grid,.impact-grid{display:grid;gap:20px}.vision-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vision-card,.impact-card{padding:28px;border-radius:28px}.impact-grid{grid-template-columns:1.1fr 1fr 1fr}.impact-card-wide{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.impact-chart{min-height:280px}.impact-chart-donut{min-height:220px}.filter-bar{display:flex;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.filter-pill-group{display:flex;flex-wrap:wrap;gap:10px}.filter-pill,.filter-select,.authoring-panel input:not([type=checkbox]):not([type=file]),.authoring-panel select,.authoring-panel textarea,.admin-form input:not([type=checkbox]):not([type=file]),.admin-form select,.admin-form textarea,.admin-account-card input:not([type=checkbox]):not([type=file]),.admin-account-card select,.admin-login-form select,.admin-login-form input:not([type=checkbox]):not([type=file]),.admin-login-form textarea,.hub-admin-row-form input:not([type=checkbox]):not([type=file]),.hub-admin-row-form select,.hub-admin-row-form textarea,.board-form input:not([type=checkbox]):not([type=file]),.board-form textarea{border:1px solid var(--line);background:#ffffffd1;border-radius:18px;color:var(--text);transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.filter-pill{padding:11px 16px;cursor:pointer}.filter-pill.active{background:var(--accent);color:#fff}.filter-select,.authoring-panel input:not([type=checkbox]):not([type=file]),.authoring-panel select,.authoring-panel textarea,.admin-form input:not([type=checkbox]):not([type=file]),.admin-form select,.admin-form textarea,.admin-account-card input:not([type=checkbox]):not([type=file]),.admin-account-card select,.admin-login-form select,.admin-login-form input:not([type=checkbox]):not([type=file]),.admin-login-form textarea,.hub-admin-row-form input:not([type=checkbox]):not([type=file]),.hub-admin-row-form select,.hub-admin-row-form textarea,.board-form input:not([type=checkbox]):not([type=file]),.board-form textarea{width:100%;padding:14px 16px}.admin-form textarea,.authoring-panel textarea,.hub-admin-row-form textarea,.board-form textarea{min-height:132px}.filter-select:focus,.authoring-panel input:not([type=checkbox]):not([type=file]):focus,.authoring-panel select:focus,.authoring-panel textarea:focus,.admin-form input:not([type=checkbox]):not([type=file]):focus,.admin-form select:focus,.admin-form textarea:focus,.admin-account-card input:not([type=checkbox]):not([type=file]):focus,.admin-account-card select:focus,.admin-login-form select:focus,.admin-login-form input:not([type=checkbox]):not([type=file]):focus,.admin-login-form textarea:focus,.hub-admin-row-form input:not([type=checkbox]):not([type=file]):focus,.hub-admin-row-form select:focus,.hub-admin-row-form textarea:focus,.board-form input:not([type=checkbox]):not([type=file]):focus,.board-form textarea:focus{outline:none;border-color:#c88b2fad;box-shadow:0 0 0 4px #c88b2f1f;background:#fffffff5}.admin-form input[type=file],.hub-admin-row-form input[type=file],.board-form input[type=file]{width:100%;padding:12px 14px;border:1px dashed rgba(21,24,29,.18);border-radius:18px;background:#ffffffb8;color:var(--muted);cursor:pointer}.admin-form input[type=file]::file-selector-button,.hub-admin-row-form input[type=file]::file-selector-button,.board-form input[type=file]::file-selector-button{margin-right:12px;padding:10px 14px;border:none;border-radius:999px;background:var(--surface-contrast);color:#fff;cursor:pointer}.admin-form input[type=file]:focus,.hub-admin-row-form input[type=file]:focus,.board-form input[type=file]:focus{outline:none;border-color:#c88b2f8f;box-shadow:0 0 0 4px #c88b2f1f}.story-detail-shell{display:grid;gap:28px}.story-detail-header{display:grid;gap:18px}.story-detail-meta{display:flex;gap:16px;flex-wrap:wrap}.story-detail-hub{padding:12px 16px;border-radius:18px;background:#c88b2f14}.story-detail-cover{overflow:hidden;border-radius:32px;border:1px solid var(--line);box-shadow:var(--shadow)}.story-detail-cover img{width:100%;max-height:540px;object-fit:cover}.story-body{color:var(--text);line-height:1.84;font-size:1.05rem}.story-body p,.story-body ul,.story-body ol,.story-body blockquote,.story-body figure{margin:0 0 1.2rem}.story-body h4,.story-body h5{margin:2rem 0 1rem;font-size:1.4rem}.story-body img{width:100%;border-radius:24px;max-height:620px;object-fit:cover;margin:1rem 0}.story-body figcaption{color:var(--muted);font-size:1.04rem;text-align:center}.story-highlight{background:linear-gradient(transparent 56%,#c88b2f59 56%);font-weight:700}.content-profile-box{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:22px;border:1px solid rgba(21,24,29,.08);border-radius:24px;background:#16212c08}.content-profile-image img{aspect-ratio:1 / 1;border-radius:999px;object-fit:cover}.story-info-card{display:grid;gap:14px;padding:24px;border-radius:28px;border:1px solid var(--line);background:#ffffffb8}.story-info-card dl{display:grid;grid-template-columns:120px 1fr;gap:10px 16px;margin:0}.story-info-card dt{color:var(--muted);font-weight:700}.story-info-card dd{margin:0}.related-section{margin-top:24px}.state-card{padding:22px;border-radius:20px}.state-card-empty,.state-card-guide{display:grid;gap:10px;align-content:start}.state-card-empty{background:linear-gradient(180deg,#fff9effa,#fffdf8f5);border-color:#c88b2f2e}.state-card-empty strong,.state-card-guide strong{color:var(--text);font-size:1.08rem}.state-card-empty p,.state-card-guide p{margin:0}.state-card-error,.form-error{color:var(--danger)}.form-error{margin:0;padding:14px 16px;border-radius:18px;background:#a1312f14;border:1px solid rgba(161,49,47,.16);line-height:1.6}.site-footer{padding:40px 0 64px}.footer-inner{display:flex;justify-content:flex-start;gap:24px;align-items:end;border-top:1px solid rgba(21,24,29,.08);padding-top:28px}.footer-mail{font-size:clamp(1.6rem,4vw,3rem);font-weight:900;letter-spacing:-.04em}.admin-login-shell{min-height:calc(100vh - 88px);display:grid;place-items:center;padding:44px 32px 72px;background:radial-gradient(circle at 10% 12%,rgba(200,139,47,.16),transparent 28%),radial-gradient(circle at 82% 18%,rgba(22,33,44,.1),transparent 24%),linear-gradient(180deg,#fffbf5e0,#f4eee3f5)}.auth-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);gap:28px;width:min(1120px,100%);align-items:stretch}.auth-layout.auth-layout-compact{grid-template-columns:minmax(0,1fr);width:min(520px,100%);justify-items:center}.auth-story-panel,.auth-form-card{border-radius:36px;border:1px solid rgba(21,24,29,.08);box-shadow:var(--shadow)}.auth-story-panel{position:relative;overflow:hidden;display:grid;align-content:start;gap:18px;padding:36px;background:linear-gradient(160deg,#fffaf2fa,#f1eadceb)}.auth-story-panel:before,.auth-story-panel:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.auth-story-panel:before{right:-60px;top:-80px;width:240px;height:240px;background:radial-gradient(circle,#c88b2f38,#c88b2f00 68%)}.auth-story-panel:after{left:-40px;bottom:-90px;width:280px;height:280px;background:radial-gradient(circle,#16212c1f,#16212c00 70%)}.auth-story-panel .eyebrow,.auth-form-header .eyebrow{margin:0}.auth-story-panel h1{position:relative;z-index:1;margin:0;font-size:clamp(2.6rem,4vw,4.2rem);line-height:1.08;letter-spacing:-.045em}.auth-feature-list{position:relative;z-index:1;display:grid;gap:10px}.auth-feature-card{padding:14px 16px;border-radius:18px;border:1px solid rgba(21,24,29,.08);background:#ffffffc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-feature-card strong,.auth-support-card strong{display:block;margin-bottom:0;font-size:1.06rem;letter-spacing:-.02em}.auth-feature-card p,.auth-support-card p{margin:0;color:var(--muted);line-height:1.7;font-size:1.05rem}.admin-login-card{width:min(460px,100%);border-radius:32px;padding:36px;background:#fffdf8f0;border:1px solid rgba(21,24,29,.08);box-shadow:var(--shadow)}.auth-form-card{width:min(500px,100%);padding:40px 38px;display:grid;gap:24px;align-self:center}.auth-form-card.auth-form-card-compact{width:min(520px,100%);gap:18px}.auth-form-header{display:grid;gap:8px}.auth-form-header h1,.auth-form-header h2{margin:0;font-size:clamp(2rem,3vw,2.6rem);line-height:1.12;letter-spacing:-.035em}.auth-form-header p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.75}.auth-route-chip{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:10px 14px;border-radius:999px;background:#16212c0f;color:var(--text);font-size:1rem;font-weight:700}.auth-mode-toggle,.auth-admin-mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;border-radius:20px;border:1px solid rgba(21,24,29,.08);background:#16212c0a}.auth-admin-mode-toggle{margin-top:-8px}.auth-mode-toggle-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:46px;padding:10px 14px;border:0;border-radius:14px;background:transparent;color:var(--muted);cursor:pointer;font-size:1rem;font-weight:800;letter-spacing:-.02em;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-mode-toggle-button.active{background:#fffffff5;color:var(--text);box-shadow:0 10px 18px #0f131714}.auth-mode-toggle-button:hover{color:var(--text)}.auth-mode-toggle-button:focus-visible{outline:2px solid rgba(200,139,47,.42);outline-offset:2px}.admin-login-form,.admin-form{display:grid;gap:20px}.admin-login-form label,.admin-form label,.admin-account-card label,.admin-toolbar label,.hub-admin-row-form label,.board-form label{display:grid;gap:8px;color:var(--muted);font-size:1.08rem}.auth-field-label{color:var(--text);font-size:1.06rem;font-weight:700}.field-label-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.field-required,.field-optional{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:.9rem;font-weight:800;letter-spacing:.02em}.field-required{background:#c88b2f29;color:var(--accent-strong)}.field-optional{background:#16212c14;color:var(--muted)}.field-hint{margin:-6px 0 0;color:var(--muted);font-size:.98rem;line-height:1.6}.admin-login-form input{font-size:1.08rem}.auth-form-card .button{min-height:56px;font-size:1.08rem;font-weight:800}.auth-support-card{padding:18px 20px;border-radius:24px;border:1px solid rgba(21,24,29,.08);background:linear-gradient(180deg,#fff7e8eb,#ffffffeb)}.auth-login-hint{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 16px;border-radius:18px;border:1px solid rgba(200,139,47,.22);background:linear-gradient(180deg,#fff9ecf5,#fffffff0)}.auth-login-hint strong{display:block;font-size:1.08rem;letter-spacing:-.02em}.auth-login-hint .button{width:auto;min-height:40px;padding:10px 12px}.auth-form-caption{margin:0;font-size:1.02rem;line-height:1.72}.auth-form-footer-caption{text-align:center}.auth-form-caption a{color:var(--accent-strong);font-weight:800}.auth-card-footer{margin:-4px 0 0;color:var(--muted);font-size:.96rem;line-height:1.6}.auth-card-footer a{color:var(--accent-strong);font-weight:800}.admin-shell{min-height:100vh;display:grid;grid-template-columns:380px 1fr;background:linear-gradient(180deg,#11161d,#0d1218)}.admin-sidebar{color:#fff;padding:28px;border-radius:0;background:#0e1218e0;border-right:1px solid rgba(255,255,255,.08)}.admin-sidebar-header,.admin-user-card,.admin-form-header,.admin-cover-panel,.admin-submit-row{display:flex;justify-content:space-between;gap:16px;align-items:center}.admin-user-card{margin:24px 0;padding:16px;border-radius:24px;background:#ffffff0f}.admin-user-card span{display:block;margin-top:6px;color:#ffffffad;font-size:1.05rem}.admin-nav-menu{display:grid;gap:10px;margin-bottom:20px}.admin-nav-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff;font-size:1.04rem;font-weight:700;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease;text-decoration:none}.admin-nav-item:after{content:"→";color:#ffffffad}.admin-nav-item:hover{background:#c88b2f24;border-color:#c88b2f3d;transform:translate(2px)}.admin-nav-item.active{background:#c88b2f2e;border-color:#c88b2f4d}.admin-nav-item-secondary{background:#ffffff14;color:#ffffffeb}.admin-nav-item-secondary:hover{background:#ffffff24;border-color:#fff3}.admin-story-list{display:grid;gap:12px;max-height:calc(100vh - 220px);overflow:auto}.admin-story-item{display:grid;grid-template-columns:82px 1fr;gap:12px;padding:12px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff;text-align:left;cursor:pointer}.admin-story-item.active{background:#c88b2f2e;border-color:#c88b2f3d}.admin-story-item img{width:100%;height:72px;object-fit:cover;border-radius:14px}.admin-story-item span,.admin-story-item small{color:#ffffffad}.admin-story-item strong{display:block;margin:6px 0 4px}.admin-content{padding:32px;overflow:auto}.admin-form{padding:28px;border-radius:32px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-form-span-2{grid-column:span 2}.admin-field-title{margin:0 0 6px;font-weight:800}.admin-field-caption{margin:0;color:var(--muted)}.admin-cover-preview{width:min(420px,100%);overflow:hidden;border-radius:26px;border:1px solid var(--line)}.admin-cover-preview img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.editor-shell{border-radius:28px;border:1px solid var(--line);overflow:hidden}.editor-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px;background:#16212c0d;border-bottom:1px solid var(--line)}.editor-toolbar button{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer}.editor-help{color:var(--muted);font-size:1.06rem}.editor-surface{min-height:420px;padding:20px;outline:none;background:#ffffffb3}.form-success{margin:0;padding:14px 16px;border-radius:18px;border:1px solid rgba(31,106,59,.16);background:#1f6a3b14;color:#1f6a3b;line-height:1.6}.surface-card{background:#fffdf8db;border:1px solid var(--line);box-shadow:var(--shadow)}.button-inline{min-height:40px;padding:8px 14px}.header-user{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;color:var(--muted)}.header-user strong{color:var(--text)}.header-user small{font-size:1.05rem}.mypage-shell{display:grid;gap:24px}.mypage-heading{margin-bottom:0}.mypage-top-grid,.mypage-activity-grid,.mypage-summary-grid,.mypage-link-grid,.mypage-feed{display:grid;gap:18px}.mypage-top-grid{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);align-items:stretch}.mypage-summary-grid,.mypage-activity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mypage-profile-card,.mypage-section,.mypage-summary-card{padding:28px;border-radius:28px}.mypage-profile-card,.mypage-section{background:#fffdf8eb}.mypage-card-topline,.mypage-section-header,.mypage-feed-item{display:flex;justify-content:space-between;gap:16px;align-items:start}.mypage-profile-card h2,.mypage-section h2{margin:0;font-size:1.72rem;line-height:1.2}.mypage-profile-copy{margin:10px 0 0;color:var(--muted)}.mypage-role-pill{display:inline-flex;align-items:center;min-height:36px;padding:6px 12px;border-radius:999px;background:#c88b2f24;color:var(--accent-strong);font-weight:800}.mypage-meta-list{margin:22px 0 0;display:grid;gap:12px}.mypage-meta-list div{padding:14px 16px;border-radius:18px;background:#16212c0d}.mypage-meta-list dt{margin-bottom:6px;color:var(--muted)}.mypage-meta-list dd{margin:0;font-weight:700}.mypage-summary-card{display:grid;place-items:center;text-align:center;background:#fffdf8eb}.mypage-summary-card strong{font-size:2.4rem;line-height:1}.mypage-summary-card span{margin-top:8px;color:var(--muted);font-weight:700}.mypage-link-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:18px}.mypage-link-button{justify-content:center}.mypage-feed{margin-top:18px}.mypage-feed-link{display:block;color:inherit}.mypage-feed-link:hover .mypage-feed-item{border-color:#c88b2f47;background:#c88b2f0f}.mypage-feed-item{padding:18px 0;border-top:1px solid var(--line);transition:background .16s ease,border-color .16s ease}.mypage-feed-item:first-child{padding-top:0;border-top:0}.mypage-feed-item p,.mypage-feed-item small{margin:6px 0 0;color:var(--muted);line-height:1.6}.mypage-empty-state{text-align:center}.hub-card-actions,.hub-cta-grid,.board-thread-actions,.moderation-actions,.support-points,.link-list{display:flex;gap:12px;flex-wrap:wrap}.hub-card-actions{margin-top:18px}.hub-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.hub-hero-copy p{margin:0;color:var(--muted);line-height:1.7}.hub-hero-copy h1{margin:0 0 12px;font-size:clamp(2.2rem,4vw,4.4rem);letter-spacing:-.04em}.hub-hero-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0 0}.hub-hero-meta div{padding:14px 16px;border-radius:20px;background:#ffffffb8;border:1px solid rgba(21,24,29,.08)}.hub-hero-meta dt{margin:0 0 6px;color:var(--accent-strong);font-size:.98rem;font-weight:800}.hub-hero-meta dd{margin:0;color:var(--text);line-height:1.6;word-break:break-word}.hub-hero-meta a{color:inherit}.hub-hero-media{overflow:hidden;border-radius:32px;border:1px solid var(--line);box-shadow:var(--shadow)}.hub-hero-media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.hub-cta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.board-layout{display:grid;grid-template-columns:320px 1fr;gap:24px}.board-shell{display:grid;gap:24px}.board-mode-chip{display:inline-flex;align-items:center;width:max-content;min-height:40px;padding:8px 14px;border-radius:999px;font-weight:800}.board-mode-chip-qna{background:#378add1f;color:#245f97}.board-mode-chip-free{background:#d85a301f;color:#9b4527}.board-sidebar{display:grid;gap:12px;align-content:start}.board-list-item{width:100%;display:grid;gap:8px;padding:16px;border-radius:22px;border:1px solid var(--line);background:#ffffffb8;box-shadow:var(--shadow);text-align:left;cursor:pointer}.board-list-item.active{border-color:#c88b2f5c;background:#c88b2f1f}.board-shell-qna .board-list-item.active{border-color:#378add52;background:#378add1a}.board-shell-free .board-list-item.active{border-color:#d85a3047;background:#d85a301a}.board-list-item span,.board-list-item small,.board-thread-meta,.moderation-item p,.hub-admin-row-main span,.form-caption{color:var(--muted)}.board-content{display:grid;gap:24px}.board-thread,.board-compose,.admin-panel-block,.support-layout .admin-form{padding:24px;border-radius:28px;border:1px solid var(--line);background:#fffdf8e0;box-shadow:var(--shadow)}.board-shell-qna .board-thread,.board-shell-qna .board-compose{border-top:4px solid rgba(55,138,221,.3)}.board-shell-free .board-thread,.board-shell-free .board-compose{border-top:4px solid rgba(216,90,48,.3)}.board-thread-head,.moderation-item,.hub-admin-row-main,.hub-admin-row-form,.support-layout{display:flex;justify-content:space-between;gap:16px}.board-thread-head{align-items:start;margin-bottom:12px}.board-attachments,.board-comments,.post-side-block{margin-top:24px}.board-comment{margin-top:12px;padding:18px;border-radius:20px;background:#16212c0a;border:1px solid rgba(22,33,44,.06)}.board-comment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.board-form{display:grid;gap:16px}.board-form textarea,.support-layout textarea{resize:vertical}.support-layout{display:grid;grid-template-columns:.9fr 1.1fr;align-items:start}.support-copy{display:grid;gap:18px;align-content:start;order:1}.support-layout .admin-form{order:2}.support-copy h1{margin:0 0 12px;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.04em}.support-copy p,.support-points{margin:0;color:var(--muted);line-height:1.7}.leadership-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:24px}.leadership-profile{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;margin:20px 0 24px}.leadership-profile img{width:92px;height:92px;border-radius:999px;object-fit:cover}.leadership-profile span,.impact-contact{color:var(--muted)}.leadership-quote{margin:0 0 18px;padding:20px 22px;border-left:4px solid var(--accent);border-radius:0 22px 22px 0;background:#c88b2f14;font-size:1.15rem;line-height:1.7}.impact-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.impact-badge,.impact-point-card,.participation-card{padding:20px;border-radius:24px;border:1px solid var(--line);background:#ffffffad}.impact-badge strong{display:block;margin-bottom:6px;font-size:1.5rem}.impact-badge span{color:var(--muted);line-height:1.5}.impact-points-grid,.participation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.participation-card .button{margin-top:18px}.admin-empty-card{padding:18px;border-radius:22px;background:#ffffff0f;color:#ffffffb3}.admin-empty-card p{margin:8px 0 0;color:inherit}.admin-sidebar-link{margin-top:14px;width:100%;justify-content:center;text-decoration:none}.admin-summary-grid,.admin-account-list,.admin-support-grid,.admin-support-column,.admin-support-need-list,.support-page-stack,.support-needs-grid{display:grid;gap:16px}.admin-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:20px}.admin-summary-card,.admin-account-card,.admin-support-need-card,.support-need-card,.support-selected-card{padding:18px;border-radius:24px;border:1px solid var(--line);background:#ffffffb8;box-shadow:var(--shadow)}.admin-account-card{display:grid;gap:16px}.admin-summary-card strong{display:block;font-size:1.6rem}.admin-summary-card span{color:var(--muted)}.admin-inline-form{margin:24px 0 18px;background:linear-gradient(180deg,#fffaf2f0,#ffffffe6)}.admin-section-header{display:flex;justify-content:space-between;align-items:start;gap:16px}.admin-section-header h3{margin:6px 0 0;font-size:1.38rem;line-height:1.3}.admin-kpi-badge{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border-radius:999px;border:1px solid rgba(200,139,47,.24);background:#c88b2f1f;color:var(--accent-strong);font-weight:800}.admin-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0 18px}.admin-toolbar input,.admin-toolbar select{width:100%;margin-top:8px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:#ffffffdb}.admin-account-card,.admin-support-column{gap:16px}.admin-account-header,.support-need-top{display:flex;justify-content:space-between;gap:12px;align-items:start}.admin-account-meta{display:grid;justify-items:end;gap:8px}.admin-account-header p,.admin-account-header small,.admin-support-need-card p,.admin-support-need-card small,.support-need-card p,.support-need-card small,.support-selected-card p{margin:6px 0 0;color:var(--muted);line-height:1.6}.admin-account-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.admin-account-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(21,24,29,.08)}.admin-role-text{color:var(--muted);font-weight:700}.admin-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.98rem;font-weight:800}.admin-status-pill-active,.admin-status-pill-open,.admin-status-pill-matching{background:#2676491f;color:#1f6a3b}.admin-status-pill-inactive,.admin-status-pill-closed,.admin-status-pill-fulfilled{background:#16212c1a;color:var(--text)}.admin-field-disabled{opacity:.64}.admin-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-support-column{align-content:start}.admin-support-column h3{margin:0 0 8px}.admin-card-topline{display:flex;justify-content:space-between;gap:12px;align-items:center}.admin-support-needs-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:20px;align-items:start}.admin-support-need-list{align-content:start}.support-page-stack{gap:24px}.support-selected-card{margin-bottom:8px;background:#c88b2f1a}.support-selected-card .button{margin-top:12px}.support-needs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.support-need-card{display:grid;gap:14px}.support-need-card.active{border-color:#c88b2f61;background:#c88b2f24}.support-need-chip,.support-need-status{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;font-size:1rem;font-weight:700}.support-need-chip{background:#c88b2f24;color:var(--accent-strong)}.support-need-status{background:#16212c14;color:var(--text)}.support-need-meta{display:grid;gap:10px;margin:0}.support-need-meta div{padding:12px 14px;border-radius:18px;background:#16212c0d}.support-need-meta dt{margin-bottom:4px;color:var(--muted)}.support-need-meta dd{margin:0;font-weight:700}.admin-support-inquiry{align-items:start}.admin-support-inquiry small:last-child{color:var(--muted);white-space:nowrap}.support-points{padding-left:18px;display:grid}.video-grid{display:grid;gap:12px}.video-card{display:grid;gap:6px;padding:16px;border-radius:18px;border:1px solid var(--line);background:#ffffffa3}.video-card small{color:var(--muted)}.moderation-group{margin-top:28px}.moderation-item{align-items:center;padding:18px 0;border-top:1px solid var(--line)}.hub-admin-row{padding:20px 0;border-top:1px solid var(--line)}.hub-admin-row-main{margin-bottom:12px;flex-direction:column}.hub-admin-row-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px}.checkbox-row{display:flex!important;align-items:center;gap:10px}.admin-return-link{margin-top:18px}.fullscreen-state{min-height:100vh;display:grid;place-items:center;background:#0d1218;color:#fff}.public-shell{--public-bg: #faf9f6;--public-surface: #ffffff;--public-surface-soft: #f2efe7;--public-deep: #0d0d0d;--public-deep-soft: #1c395c;--public-green: #7ebb55;--public-orange: #f78a3c;--public-cyan: #41bed0;background:var(--public-bg)}.public-shell main{background:var(--public-bg)}.public-shell .site-header{background:#faf9f6eb;border-bottom:1px solid rgba(13,13,13,.08);box-shadow:0 12px 28px #0d0d0d0a}.public-shell .header-nav a,.public-shell .header-action-link{color:#0d0d0d9e;font-weight:700;letter-spacing:-.02em}.public-shell .header-nav-link.active:after{height:3px;background:var(--public-cyan)}.public-shell .brand-logo{filter:none}.public-shell .section-heading p,.public-shell .hub-hero-copy p,.public-shell .support-copy p,.public-shell .hub-directory-copy,.public-shell .network-focus-description,.public-shell .participation-card p,.public-shell .impact-point-card p,.public-shell .vision-card p,.public-shell .footer-copy{color:#586578}.public-shell .button{border-radius:999px;padding:14px 24px;font-weight:800;letter-spacing:-.02em;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.public-shell .button:hover{transform:translateY(-2px);box-shadow:0 18px 30px #0d0d0d1f}.public-shell .button-primary{background:var(--public-green);border-color:var(--public-green);color:var(--public-deep)}.public-shell .button-secondary{background:var(--public-surface);border-color:#0d0d0d14;color:var(--public-deep)}.public-shell .button-neutral{background:var(--public-cyan);border-color:var(--public-cyan);color:var(--public-deep)}.public-shell .home-hero{position:relative;min-height:78vh;padding:48px 0 64px;background-position:center;overflow:hidden}.public-shell .home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#0d0d0d1f,#1c395c47),linear-gradient(180deg,#0d0d0d0f,#0d0d0d1f)}.public-shell .home-hero-inner{position:relative;z-index:1}.public-shell .home-hero-copy{max-width:760px;padding:56px 0 24px}.public-shell .home-hero-copy h1{max-width:720px;font-size:clamp(3rem,7vw,6rem);line-height:.92;letter-spacing:-.07em}.public-shell .home-hero-text{max-width:540px;margin:0;color:#ffffffdb;font-size:1.12rem;line-height:1.65}.public-shell .home-hero .button-secondary{background:#ffffff1a;border-color:#ffffff5c;color:#fff;box-shadow:none}.public-shell .home-stories-section,.public-shell .hub-home-news-section{background:linear-gradient(180deg,#ffffffc7,#fff0)}.public-shell .home-values-section,.public-shell .section-contrast{background:linear-gradient(135deg,var(--public-deep) 0%,var(--public-deep-soft) 100%);color:#fff}.public-shell .home-values-section .section-heading span,.public-shell .section-contrast .section-heading span,.public-shell .section-contrast .eyebrow,.public-shell .section-contrast .footer-label{color:#ffffffb8}.public-shell .home-values-section .section-heading p,.public-shell .section-contrast .section-heading p,.public-shell .section-contrast .participation-card p,.public-shell .section-contrast .impact-point-card p,.public-shell .section-contrast .vision-card p,.public-shell .section-contrast .hub-directory-copy,.public-shell .section-contrast .footer-copy{color:#ffffffbd}.public-shell .home-participation-section,.public-shell .section-muted{background:linear-gradient(180deg,#41bed01f,#7ebb551f)}.public-shell .value-card,.public-shell .story-card-link,.public-shell .network-focus-card,.public-shell .hub-directory-card,.public-shell .participation-card,.public-shell .vision-card,.public-shell .support-layout .admin-form,.public-shell .admin-panel-block,.public-shell .story-info-card,.public-shell .hub-hero-meta div{background:#fffffff5;border:1px solid rgba(13,13,13,.08);box-shadow:0 24px 54px #0d0d0d14}.public-shell .story-card-link,.public-shell .network-focus-card,.public-shell .hub-directory-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.public-shell .story-card-link:hover,.public-shell .hub-directory-card:hover,.public-shell .network-focus-card:hover{transform:translateY(-6px);box-shadow:0 34px 64px #0d0d0d24}.public-shell .home-values-section .value-card,.public-shell .section-contrast .hub-directory-card,.public-shell .section-contrast .leadership-card,.public-shell .section-contrast .impact-summary-card,.public-shell .section-contrast .vision-card{background:#ffffff14;border-color:#ffffff1f;color:#fff;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-shell .leadership-card,.public-shell .impact-summary-card{border-radius:32px}.public-shell .home-values-section .value-card strong{color:#fff}.public-shell .network-panel{background:radial-gradient(circle at top left,rgba(65,190,208,.2),transparent 24%),radial-gradient(circle at bottom right,rgba(126,187,85,.18),transparent 28%),#ffffffe6;border-color:#0d0d0d14}.public-shell .network-line{stroke:#1c395c29}.public-shell .network-line.active{stroke:var(--public-cyan)}.public-shell .network-node{border:1px solid rgba(13,13,13,.08);background:#fffffffa;box-shadow:0 16px 26px #0d0d0d14}.public-shell .network-node.active{background:var(--public-deep);color:#fff}.public-shell .hub-directory-header,.public-shell .hub-hero{padding:28px;border-radius:36px}.public-shell .hub-hero{background:linear-gradient(135deg,#1c395c14,#7ebb551f);border:1px solid rgba(13,13,13,.06)}.public-shell .hub-hero-media{border-radius:32px;overflow:hidden;box-shadow:0 28px 56px #0d0d0d1f}.public-shell .hub-hero-meta{gap:12px}.public-shell .hub-hero-meta dt{color:#697589}.public-shell .support-layout{gap:24px}.public-shell .support-copy{padding:28px;border-radius:32px;background:linear-gradient(135deg,var(--public-deep) 0%,var(--public-deep-soft) 100%);color:#fff}.public-shell .support-copy p,.public-shell .support-copy .eyebrow{color:#ffffffc2}.public-shell .support-copy .button-secondary{background:#ffffff1f;border-color:#ffffff3d;color:#fff}.public-shell .support-copy .button-neutral{background:var(--public-orange);border-color:var(--public-orange)}.public-shell .support-need-card.active{border-color:#41bed06b;background:#41bed01f}.public-shell .support-need-chip{background:#7ebb5529;color:var(--public-deep-soft)}.public-shell .support-need-status{background:#f78a3c29}.public-shell .story-detail-header{padding:32px;border-radius:32px;background:linear-gradient(135deg,#1c395c14,#f78a3c24);border:1px solid rgba(13,13,13,.06)}.public-shell .story-detail-cover{overflow:hidden;border-radius:32px;box-shadow:0 24px 54px #0d0d0d1f}.public-shell .story-info-card{border-radius:32px}.public-shell .site-footer{padding:48px 0 72px;background:var(--public-deep);color:#ffffffc2}.public-shell .footer-inner{align-items:start;border-top-color:#ffffff24}.public-shell .footer-mail{color:#fff}.public-filter-bar{display:flex;flex-wrap:wrap;gap:16px;align-items:end;margin-bottom:24px;padding:20px 24px;border-radius:28px}.public-filter-group{display:grid;gap:8px;flex:1 1 220px;min-width:180px}.public-filter-group span{font-size:.92rem;font-weight:700;color:var(--muted)}.public-filter-group select{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#ffffffd1}.public-compose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.public-support-stack{display:grid;gap:24px}.board-list-meta{color:var(--muted)}.board-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.story-detail-actions{display:flex;flex-wrap:wrap;gap:12px}.story-write-shell{max-width:1040px}.story-write-hub-card{display:grid;grid-template-columns:1fr 220px;gap:20px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#ffffffc7}.story-write-hub-card img{width:100%;height:160px;object-fit:cover;border-radius:18px}.story-write-actions{display:flex;gap:12px;flex-wrap:wrap}.story-detail-nav{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.back-link-secondary{color:var(--muted)}.board-list-item-header{display:flex;justify-content:space-between;align-items:start;gap:12px}.board-list-item-chip{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#1c395c14;color:#1c395c;font-size:.8rem;font-weight:800;white-space:nowrap}.support-form-summary{display:grid;gap:8px;padding:20px 22px;border-radius:24px;border:1px solid var(--line);background:#ffffffd1}.support-form-summary p{margin:0;color:var(--muted)}.support-need-source{margin:0 0 10px;color:var(--muted);font-weight:700}.support-selected-card-meta,.support-form-note{margin:0;color:var(--muted)}.public-shell .public-filter-bar,.public-shell .story-write-hub-card{background:#fffffff5;border:1px solid rgba(13,13,13,.08);box-shadow:0 24px 54px #0d0d0d14}.public-shell .public-filter-group span,.public-shell .board-list-meta,.public-shell .support-selected-card-meta,.public-shell .support-form-note{color:#586578}.public-shell .public-filter-group select{border-color:#0d0d0d14;background:#ffffffeb;color:var(--public-deep)}.public-shell .story-write-actions{justify-content:flex-end}.public-shell .support-need-source{color:var(--public-deep-soft)}.editor-toolbar{display:grid;gap:12px;justify-content:stretch}.editor-toolbar-group{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.editor-toolbar-main{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch}.editor-toolbar-cluster{display:grid;gap:8px;min-width:0;padding:12px;border:1px solid rgba(22,49,71,.08);border-radius:20px;background:#ffffffc7}.editor-toolbar-cluster-history{margin-left:auto}.editor-toolbar-label{color:#24425fc2;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.editor-toolbar-button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border-radius:14px;border:1px solid rgba(22,49,71,.1);background:#fffffff0;color:var(--text);font-weight:700;font-size:.92rem}.editor-toolbar-button.utility{border-color:#378add38;background:#378add14;color:#1f4f86}.editor-toolbar-button.active{border-color:#378add47;background:#378add1f;color:#1f4f86}.editor-toolbar-button:disabled{opacity:.5;cursor:not-allowed}.editor-toolbar-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 18px;align-items:center;padding:0 4px}.editor-toolbar-status{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;align-items:center}.editor-stats{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center}.editor-stat{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#1631470f;color:#24425f;font-size:.84rem;font-weight:800}.editor-upload-state{font-size:.95rem;font-weight:700}.editor-upload-state-uploading{color:#1f4f86}.editor-upload-state-success{color:#1f6a3b}.editor-upload-state-error{color:var(--danger)}.editor-surface{min-height:320px;padding:22px}.editor-surface p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#646b76b8;pointer-events:none;float:left;height:0}.editor-surface hr{border:0;border-top:1px solid var(--line);margin:28px 0}.editor-surface img{width:100%;max-width:100%;border-radius:22px;margin:16px 0}.editor-surface-story{min-height:420px}.editor-surface-board{min-height:260px}.authoring-shell{display:grid;gap:24px}.authoring-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.authoring-step{display:flex;align-items:center;gap:12px;min-height:60px;padding:14px 16px;border-radius:20px;border:1px solid var(--line);background:#ffffffd6;color:var(--muted);font-weight:700}.authoring-step.active{border-color:#378add47;background:#378add1f;color:var(--text)}.authoring-step.complete{border-color:#1f6a3b2e;background:#1f6a3b14}.authoring-step-index{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#16212c14;color:var(--text);font-size:.95rem;font-weight:800}.authoring-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.authoring-main,.authoring-review-grid,.authoring-media-block,.board-write-shell,.board-write-summary,.board-write-layout,.board-write-assets,.story-asset-list{display:grid;gap:18px}.authoring-panel,.authoring-preview,.authoring-side-panel,.board-write-header,.board-write-form,.board-write-side{padding:28px;border-radius:28px}.authoring-panel-header,.authoring-preview-header,.board-write-assets-header{display:flex;justify-content:space-between;gap:16px;align-items:start}.authoring-panel-header h3,.authoring-preview h3,.authoring-side-panel h3,.board-write-side h3{margin:0;font-size:1.4rem;line-height:1.25}.authoring-panel-header p,.authoring-preview-summary,.authoring-side-panel p,.board-write-header p,.board-write-assets-header p,.story-asset-item p{margin:0}.authoring-review-grid{grid-template-columns:minmax(0,1fr) 340px}.story-write-shell .authoring-review-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"preview" "assets";gap:18px}.story-write-shell .authoring-review-grid>.authoring-preview-primary{grid-area:preview;padding:32px}.story-write-shell .authoring-review-grid>.authoring-review-assets-panel{grid-area:assets;padding:24px}.story-write-shell .authoring-review-grid>.authoring-preview-primary .authoring-preview-header{align-items:flex-start}.story-write-shell .authoring-review-grid>.authoring-preview-primary .authoring-preview-frame{max-width:min(100%,920px);margin:0 auto;gap:22px}.story-write-shell .authoring-review-grid>.authoring-preview-primary .authoring-preview-frame.is-mobile{width:min(100%,428px)}.story-write-shell .authoring-review-assets-panel .authoring-panel-header{margin-bottom:16px}.story-write-shell .authoring-review-assets-panel .authoring-media-block{grid-template-columns:minmax(0,1.35fr) minmax(0,.95fr);gap:14px}.story-write-shell .authoring-review-assets-panel .story-write-cover-dropzone,.story-write-shell .authoring-review-assets-panel .story-write-attachment-dropzone{padding:16px;border-radius:20px;gap:12px}.story-write-shell .authoring-review-assets-panel .story-write-cover-copy h4{font-size:1rem;line-height:1.32}.story-write-shell .authoring-review-assets-panel .story-write-cover-copy p:not(.eyebrow),.story-write-shell .authoring-review-assets-panel .story-write-attachment-hint{display:none}.story-write-shell .authoring-review-assets-panel .story-write-cover-empty{padding:18px}.story-write-shell .authoring-review-assets-panel .story-write-cover-preview img{aspect-ratio:16 / 8.8}.story-write-shell .authoring-review-assets-panel .story-write-form-grid{grid-template-columns:minmax(0,1fr);gap:14px}.story-write-shell .authoring-review-assets-panel .story-write-form-grid .story-write-field{gap:10px}.story-write-shell .authoring-review-assets-panel .authoring-file-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.story-write-shell .authoring-review-assets-panel .authoring-file-item{padding:12px 14px;border-radius:16px}.story-write-hub-card-compact{grid-template-columns:minmax(0,1fr);padding:22px 24px}.story-write-hub-card-compact img,.story-write-hub-card-compact .story-write-hub-placeholder{display:none}.story-write-shell .authoring-preview-primary .authoring-preview-frame>h3{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.04;letter-spacing:-.05em}.story-write-shell .authoring-preview-primary .authoring-preview-summary{font-size:1.02rem;line-height:1.72}.story-write-shell .authoring-preview-primary .story-detail-meta{gap:14px}.story-write-shell .authoring-preview-primary .story-detail-meta>div:first-child{display:grid;gap:4px}.story-write-shell .authoring-preview-primary .story-detail-hub{padding:10px 14px;border-radius:14px;background:#24425f14}.story-write-shell .authoring-preview-primary .authoring-preview-cover{border-radius:22px;box-shadow:0 12px 24px #0f131714}.story-write-shell .authoring-preview-primary .story-body{font-size:1.05rem;line-height:1.84}.story-write-shell .authoring-preview-primary .authoring-preview-info-card{gap:18px;border-radius:22px;background:#ffffffe0;box-shadow:none}.story-write-shell .authoring-preview-primary .authoring-preview-info-card h3{margin:0;font-size:1.18rem}.story-write-shell .authoring-preview-primary .authoring-preview-link-list{gap:8px;padding-left:18px}.story-write-shell .authoring-preview-primary .authoring-preview-link-list li{color:var(--text);line-height:1.6}.story-write-shell .authoring-preview-primary .authoring-preview-video-card{background:#ffffffd1}.authoring-file-list,.authoring-check-list,.board-write-guide-list{display:grid;gap:12px;margin:0;padding-left:0}.authoring-file-item,.story-asset-item{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;border-radius:20px;border:1px solid var(--line);background:#fffc}.authoring-file-list{list-style:none}.authoring-file-copy{display:grid;gap:4px}.authoring-file-copy strong{font-size:.98rem;line-height:1.35}.authoring-file-copy small{color:var(--muted);font-size:.82rem;line-height:1.4}.authoring-check-list{padding-left:0;list-style:none}.authoring-check-list li{padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:#ffffffb8;color:var(--muted);font-weight:700}.authoring-check-list li.complete{border-color:#1f6a3b2e;background:#1f6a3b14;color:#1f6a3b}.authoring-status-chip{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.88rem;font-weight:800}.authoring-status-chip.status-draft{background:#16212c14;color:var(--text)}.authoring-status-chip.status-published{background:#1f6a3b1a;color:#1f6a3b}.authoring-preview-cover{overflow:hidden;border-radius:24px;border:1px solid var(--line)}.authoring-preview-cover img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.authoring-step-actions,.authoring-action-bar,.authoring-action-buttons,.board-write-actions{display:flex;gap:12px;flex-wrap:wrap}.authoring-step-actions{justify-content:space-between}.authoring-action-bar{position:sticky;bottom:16px;z-index:5;align-items:center;justify-content:space-between;padding:18px 22px;border-radius:24px;border:1px solid var(--line);background:#fffdf8f0;box-shadow:0 24px 48px #0f13171f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.authoring-action-meta{display:grid;gap:6px}.authoring-action-meta strong{font-size:1rem}.authoring-action-meta span{color:var(--muted);line-height:1.5}.story-field{display:grid;gap:10px}.story-field-label{font-weight:800}.story-field-span-2{grid-column:span 2}.authoring-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;padding:24px 28px;border-radius:28px;border:1px solid rgba(21,24,29,.08);background:radial-gradient(circle at top right,rgba(65,190,208,.1),transparent 28%),linear-gradient(180deg,#fffffffa,#f4f9fdf0);box-shadow:0 18px 40px #0d0d0d0f}.authoring-hero-copy,.authoring-hero-side,.story-write-hub-copy,.story-write-field-head,.authoring-step-copy,.authoring-side-note{display:grid;gap:8px}.authoring-hero-copy h1{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.02;letter-spacing:-.05em}.authoring-hero-copy>p:not(.eyebrow){margin:0;max-width:560px;color:var(--muted);font-size:.96rem;line-height:1.58}.authoring-hero-meta,.story-write-hub-meta{display:flex;flex-wrap:wrap;gap:10px}.authoring-hero-chip,.story-write-hub-meta span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#16314714;color:#24425f;font-size:.95rem;font-weight:800}.authoring-hero-chip.status-draft{background:#15181d14;color:var(--text)}.authoring-hero-chip.status-published{background:#1f6a3b1f;color:#1f6a3b}.authoring-hero-side{align-content:start;padding:16px;border-radius:20px;border:1px solid rgba(36,66,95,.12);background:#ffffffbd;box-shadow:inset 0 1px #ffffff7a}.authoring-hero-kicker{color:#24425f;font-size:.85rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authoring-hero-side strong{font-size:1.12rem;line-height:1.25}.authoring-hero-side p,.authoring-side-copy{margin:0;color:var(--muted);line-height:1.65}.authoring-progress-track{overflow:hidden;height:10px;border-radius:999px;background:#16314714}.authoring-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#41bed0,#24425f)}.authoring-progress-caption{color:#24425f;font-size:.95rem;font-weight:800}.story-write-shell{max-width:1180px}.authoring-step{align-items:flex-start;min-height:94px;padding:16px 18px;border-radius:28px;background:#ffffffeb;box-shadow:0 18px 40px #0d0d0d0d;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.authoring-step:hover{transform:translateY(-2px);box-shadow:0 24px 42px #0d0d0d14}.authoring-step-index{width:38px;height:38px;background:#16314714;color:#24425f;font-size:1rem}.authoring-step-copy strong{color:var(--text);font-size:.98rem;line-height:1.25}.authoring-step-copy small{display:none;color:var(--muted);font-size:.88rem;line-height:1.45}.authoring-step.active .authoring-step-copy small{display:block}.authoring-layout{grid-template-columns:minmax(0,1fr) 320px;gap:26px}.authoring-panel,.authoring-preview,.authoring-side-panel{border:1px solid rgba(13,13,13,.08);background:#fffffff5;box-shadow:0 24px 54px #0d0d0d14}.authoring-panel-header{margin-bottom:22px}.authoring-panel-copy{max-width:640px;color:var(--muted);line-height:1.62}.story-write-hub-card{grid-template-columns:minmax(0,1fr) 300px;gap:24px;padding:28px;border-radius:28px;background:radial-gradient(circle at top right,rgba(65,190,208,.12),transparent 32%),linear-gradient(180deg,#fffffffa,#f2f8fcf0)}.story-write-hub-copy{align-content:center}.story-write-hub-copy strong{font-size:clamp(1.5rem,2vw,2rem);line-height:1.08;letter-spacing:-.04em}.story-write-hub-copy p{margin:0;color:var(--muted);line-height:1.72}.story-write-hub-card img,.story-write-hub-placeholder{width:100%;height:220px;border-radius:22px}.story-write-hub-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#24425f,#41bed0);color:#fff;font-size:clamp(2.2rem,4vw,3rem);font-weight:900;letter-spacing:-.05em}.story-write-form-grid{gap:18px}.story-write-field{display:grid;gap:12px;align-content:start}.story-write-field-label{color:var(--text);font-size:1rem;font-weight:800;letter-spacing:-.02em}.story-write-field-hint{color:var(--muted);font-size:.92rem;line-height:1.55}.story-write-field-note{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.84rem;font-weight:700}.story-write-field-note strong{color:#24425f;font-size:.88rem}.story-write-field-title input{font-size:1.36rem;font-weight:800;letter-spacing:-.03em;min-height:62px}.story-write-field-summary textarea{font-size:1rem;line-height:1.72}.story-write-form-grid textarea{min-height:148px}.story-write-form-grid input[type=file]{width:100%;padding:14px 16px;border:1px dashed rgba(36,66,95,.22);border-radius:18px;background:#f7fbffcc}.story-write-form-grid .story-write-field:last-child{display:none}.public-shell .editor-shell-story{border-radius:28px;border-color:#1631471f;box-shadow:0 24px 48px #0d0d0d0f;background:#fffffffa}.public-shell .editor-toolbar{padding:14px 14px 12px;background:linear-gradient(180deg,#f4f9fdfa,#fffffff5)}.public-shell .editor-surface-story{min-height:520px;padding:28px}.authoring-preview-header>div{display:grid;gap:10px}.authoring-preview-toggle{display:inline-flex;gap:8px;padding:4px;border-radius:999px;background:#1631470f}.authoring-preview-toggle-button{min-height:34px;padding:6px 12px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.authoring-preview-toggle-button.active{background:#fffffffa;color:#24425f;box-shadow:0 10px 20px #0d0d0d14}.authoring-preview-frame{display:grid;gap:14px}.authoring-preview-frame.is-mobile{width:min(100%,372px);margin:0 auto;padding:16px;border-radius:28px;border:1px solid rgba(22,49,71,.12);background:linear-gradient(180deg,#fffffffa,#f6fbfff0);box-shadow:0 24px 40px #0d0d0d14}.authoring-preview-frame.is-mobile .authoring-preview-cover img{aspect-ratio:4 / 5}.authoring-side-panel{position:sticky;top:104px;display:grid;gap:16px;align-content:start}.story-write-cover-dropzone,.story-write-attachment-dropzone{display:grid;gap:16px;padding:22px;border:1px solid rgba(22,49,71,.1);border-radius:24px;background:linear-gradient(180deg,#f8fcfffa,#fffffff5)}.story-write-cover-dropzone.has-image{background:linear-gradient(180deg,#fffffffa,#f4f9fdf5)}.story-write-cover-copy,.story-write-cover-empty{display:grid;gap:8px}.story-write-cover-copy h4{margin:0;font-size:1.18rem;line-height:1.35}.story-write-cover-copy p:not(.eyebrow),.story-write-cover-empty p,.story-write-cover-guideline,.story-write-attachment-hint,.story-write-attachment-meta{margin:0;color:var(--muted);line-height:1.65}.story-write-cover-stage{display:grid}.story-write-cover-preview,.story-write-cover-empty{overflow:hidden;border-radius:22px;border:1px solid rgba(22,49,71,.1);background:#f2f8fceb}.story-write-cover-preview img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.story-write-cover-empty{padding:26px}.story-write-cover-empty strong{font-size:1rem;color:var(--text)}.story-write-cover-actions{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center}.story-write-attachment-dropzone{cursor:pointer;position:relative}.story-write-attachment-dropzone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.story-write-attachment-label{color:var(--text);font-size:1rem;font-weight:800}.story-write-attachment-dropzone:before{content:"파일 선택";display:inline-flex;align-items:center;justify-content:center;min-height:42px;width:fit-content;padding:10px 14px;border-radius:14px;border:1px solid rgba(22,49,71,.1);background:#fffffff0;color:var(--text);font-weight:800}.authoring-side-note{padding:18px;border-radius:20px;border:1px solid rgba(36,66,95,.12);background:#f4f9fde6}.authoring-side-stats{display:grid;gap:10px}.authoring-side-stat{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid rgba(22,49,71,.08);background:#ffffffeb}.authoring-side-stat span{color:var(--muted);font-size:.86rem;font-weight:700}.authoring-side-stat strong{color:var(--text);font-size:.92rem}.authoring-side-note strong{font-size:1rem}.authoring-action-bar{bottom:20px;padding:20px 24px;border-radius:28px;border-color:#24425f1f;background:#fffffff5;box-shadow:0 24px 48px #0d0d0d1f}.authoring-action-buttons .button{min-height:48px;padding-inline:18px}.board-write-shell{max-width:1120px}.board-write-header{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;border:1px solid var(--line)}.board-write-header h1{margin:0 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.04;letter-spacing:-.04em}.board-write-summary{grid-template-columns:1fr}.board-write-summary article{display:flex;gap:12px;align-items:start;padding:16px 18px;border-radius:22px;border:1px solid var(--line);background:#ffffffd1}.board-write-summary strong,.story-asset-item strong{display:block;margin-bottom:4px}.board-write-summary span,.story-asset-item p{color:var(--muted);line-height:1.5}.board-write-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start}.board-write-form{display:grid;gap:20px;border:1px solid var(--line)}.board-write-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.board-write-assets{padding:22px;border-radius:24px;border:1px solid var(--line);background:#ffffffc7}.board-write-side{display:grid;gap:16px;border:1px solid var(--line)}.board-write-guide-list{line-height:1.7}.public-shell .authoring-step,.public-shell .authoring-panel,.public-shell .authoring-preview,.public-shell .authoring-side-panel,.public-shell .board-write-header,.public-shell .board-write-form,.public-shell .board-write-side,.public-shell .board-write-assets,.public-shell .story-asset-item{background:#fffffff5;border-color:#0d0d0d14;box-shadow:0 24px 54px #0d0d0d14}.public-shell .authoring-action-bar{background:#ffffffeb;border-color:#0d0d0d14}@media (max-width: 1100px){.hub-directory-header,.auth-layout,.hero-layout,.home-hero-inner,.intro-grid,.mypage-top-grid,.network-layout,.leadership-layout,.hub-grid,.featured-grid,.impact-grid,.impact-card-wide,.admin-shell,.hub-hero,.board-layout,.support-layout{grid-template-columns:1fr}.hub-map-panel{position:relative;top:0;min-height:420px}.story-grid,.vision-grid,.hub-cta-grid,.hub-directory-summary,.hub-directory-grid,.intro-points,.impact-points-grid,.impact-badges,.participation-grid,.value-strip,.mypage-summary-grid,.mypage-activity-grid,.support-needs-grid,.admin-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.network-panel{position:relative;top:0;min-height:680px}.board-form-grid,.story-write-hub-card,.authoring-layout,.authoring-review-grid,.board-write-header,.board-write-layout,.network-focus-list{grid-template-columns:1fr}.auth-form-card{width:100%}.hub-directory-card{grid-template-rows:228px 1fr}}@media (max-width: 760px){.header-inner,.section-heading-inline,.footer-inner,.admin-sidebar-header,.admin-user-card,.admin-cover-panel,.admin-form-header,.admin-submit-row{flex-direction:column;align-items:start}.site-shell,.public-shell.public-shell-auth{padding-bottom:92px}.site-footer{padding-bottom:112px}.header-controls{width:100%;justify-content:space-between;align-items:flex-start}.header-nav{display:none}.header-actions{width:100%;justify-content:flex-end;gap:10px}.header-desktop-only{display:none}.header-mobile-only{display:inline-flex}.mobile-bottom-tab{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:45;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px;border:1px solid rgba(21,24,29,.08);border-radius:24px;background:#fffdf8f5;box-shadow:0 22px 48px #0f131729}.floating-support-link{right:16px;bottom:88px;min-height:52px;padding:12px 16px}.inquiry-modal-backdrop{padding:12px}.inquiry-modal-device{width:min(392px,100%);height:min(720px,calc(100vh - 24px));padding:12px;border-radius:32px}.inquiry-modal-header{padding:40px 18px 16px}.inquiry-modal-content{padding:0 18px 18px}.admin-login-shell{padding:24px 16px 56px}.auth-story-panel,.auth-form-card,.admin-login-card{padding:28px 22px;border-radius:28px}.auth-story-panel h1{font-size:clamp(2.1rem,8vw,3rem)}.auth-feature-list{display:none}.hub-directory-media-chips,.hub-directory-footer,.public-filter-bar,.admin-account-header,.support-need-top,.admin-account-footer,.admin-card-topline,.admin-section-header,.admin-nav-item{flex-direction:column;align-items:flex-start}.story-card-compact{grid-template-columns:1fr}.story-card-compact .story-card-media img{height:240px}.public-filter-group{width:100%}.board-write-grid{grid-template-columns:1fr}.authoring-stepper{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);overflow-x:auto;padding-bottom:4px}.story-field-span-2{grid-column:span 1}.authoring-action-bar,.authoring-step-actions,.board-write-actions,.board-write-assets-header,.editor-toolbar,.editor-toolbar-meta{flex-direction:column;align-items:stretch}.editor-toolbar-group-right{justify-content:flex-start}.hub-directory-meta{grid-template-columns:1fr}.hub-hero-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hub-hero-meta div{padding:12px 14px}.hub-hero-meta dt{font-size:.92rem}.hub-hero-meta dd{font-size:.95rem;line-height:1.5}.pagination-bar{flex-direction:column;align-items:stretch}.pagination-actions{justify-content:space-between}.brand{align-items:center;gap:0}.brand-mark,.brand-logo{width:56px}.hub-card,.hub-directory-grid,.value-strip,.hero-strip,.story-grid,.vision-grid,.hub-cta-grid,.admin-form-grid,.public-compose-grid,.hub-admin-row-form,.content-profile-box,.intro-points,.impact-badges,.impact-points-grid,.participation-grid,.story-info-card dl,.support-needs-grid,.admin-toolbar,.admin-summary-grid,.mypage-summary-grid,.admin-support-grid,.admin-support-needs-layout,.mypage-activity-grid,.mypage-link-grid{grid-template-columns:1fr}.board-thread-head,.moderation-item,.mypage-feed-item,.support-layout,.hub-admin-row-form,.hub-card-actions,.hub-directory-footer{flex-direction:column;align-items:start}.section-heading h2,.hub-hero-copy h1,.support-copy h1{font-size:clamp(1.84rem,7vw,2.8rem)}.board-sidebar{grid-auto-flow:column;grid-auto-columns:minmax(240px,78vw);overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity}.board-list-item{scroll-snap-align:start}.support-layout .admin-form{order:1}.support-copy{order:2;gap:14px}.support-page-stack{gap:20px}.support-points{gap:8px}.admin-form-span-2{grid-column:span 1}.story-detail-cover img{max-height:320px}.home-hero{min-height:auto;padding-top:30px}.home-hero-copy h1{font-size:clamp(1.6rem,7vw,2.4rem)}.home-hero-actions{margin-top:16px}.intro-value-strip{margin-top:20px}.value-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.value-card{min-height:148px;gap:10px;padding:16px 14px;border-radius:18px}.value-title{padding:8px 14px;font-size:1.12rem}.home-page .value-title{font-size:1.2rem}.home-page .value-card strong{font-size:1.02rem}.home-page .value-card-note{font-size:.92rem;line-height:1.45}.hero-panel,.value-detail-card,.intro-point-card,.participation-card,.leadership-card,.impact-summary-card{padding:22px}.network-node{min-width:92px;padding:9px 10px}.network-stage{min-height:600px}.network-focus-media{height:220px}}@media (max-width: 480px){.container{width:min(1180px,calc(100% - 24px))}.value-card{min-height:124px;padding:14px 12px}.home-page .value-title{font-size:1.06rem}.home-page .value-card strong{font-size:.94rem;line-height:1.4}.home-page .value-card-note{display:none}.mobile-bottom-tab{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom))}.mobile-bottom-tab-link{min-height:48px;padding:8px 10px;font-size:.92rem}.floating-support-link{left:16px;right:16px;bottom:88px;justify-content:center}.inquiry-modal-device{width:100%;height:calc(100vh - 20px);padding:10px;border-radius:28px}.inquiry-modal-shell{border-radius:24px}.inquiry-modal-notch{top:14px;width:116px;height:24px}.hub-hero-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-hero-meta div{padding:10px 12px;border-radius:18px}.hub-hero-meta dt{font-size:.86rem}.hub-hero-meta dd{font-size:.92rem}.board-sidebar{grid-auto-columns:minmax(220px,82vw)}}.public-shell{--public-bg: #f6f3ed;--public-surface: #ffffff;--public-surface-soft: #efebe3;--public-deep: #171717;--public-deep-soft: #24425f;--public-green: #24425f;--public-orange: #24425f;--public-cyan: #24425f}.public-shell .button{border-radius:14px;padding:12px 18px}.public-shell .button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0f131714}.public-shell .button-primary{color:#fff}.public-shell .button-secondary,.public-shell .button-neutral{background:#fffffff0;border-color:#1717171f;color:var(--public-deep)}.public-shell .button-secondary:hover,.public-shell .button-neutral:hover{border-color:#24425f3d}.public-shell .story-card-link,.public-shell .value-card,.public-shell .hub-directory-card,.public-shell .participation-card,.public-shell .story-info-card,.public-shell .admin-panel-block,.public-shell .support-layout .admin-form,.public-shell .public-filter-bar,.public-shell .story-write-hub-card{border-radius:20px;box-shadow:0 10px 24px #0f13170f}.public-shell .story-card-link:hover,.public-shell .hub-directory-card:hover,.public-shell .network-focus-card:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0f131714}.public-shell .home-values-section{background:transparent;color:var(--public-deep)}.public-shell .home-values-section .section-heading span{color:var(--public-deep-soft)}.public-shell .value-card,.public-shell .home-values-section .value-card{min-height:0;display:flex;align-items:center;padding:16px 18px;background:#ffffffeb;border-color:#17171714;color:var(--public-deep);box-shadow:0 8px 18px #0f13170d;-webkit-backdrop-filter:none;backdrop-filter:none}.public-shell .value-card:before,.public-shell .value-card:after{display:none}.public-shell .value-title{padding:0;background:transparent;color:var(--public-deep);font-size:1.04rem;line-height:1.3}.public-shell .story-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.public-shell .featured-grid,.public-shell .story-stack{gap:16px}.public-shell .story-card{border-radius:20px}.public-shell .story-card-media img{height:200px}.public-shell .story-card-featured .story-card-media img{height:300px}.public-shell .story-card-body{gap:8px;padding:18px}.public-shell .story-card-body h3{margin:0;font-size:1.26rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.public-shell .story-card-topline{align-items:center;gap:10px}.public-shell .story-meta{gap:8px;align-items:center;font-size:.88rem}.public-shell .story-meta-author{opacity:.74}.public-shell .story-summary{-webkit-line-clamp:2}.public-shell .story-card-featured .story-summary{-webkit-line-clamp:3}.public-shell .story-card-compact .story-summary{-webkit-line-clamp:2}.public-shell .story-category,.public-shell .story-label,.public-shell .board-list-item-chip,.public-shell .support-need-chip,.public-shell .support-need-status{padding:6px 10px;border-radius:12px;font-size:.82rem}.public-shell .public-filter-bar{margin-bottom:18px;padding:12px 14px;border-radius:16px;background:#fffffff0;box-shadow:none}.public-shell .stories-page-shell .section-heading-inline{gap:14px;align-items:end}.public-shell .stories-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;padding:14px 16px;border-radius:22px}.public-shell .stories-toolbar-copy{display:grid;gap:10px}.public-shell .stories-toolbar-count{margin:0;color:var(--public-deep);font-size:.98rem;font-weight:700;letter-spacing:-.02em}.public-shell .stories-toolbar-chips{display:flex;flex-wrap:wrap;gap:8px}.public-shell .stories-toolbar-chip{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;border:1px solid rgba(47,110,165,.14);background:#2f6ea514;color:var(--public-deep-soft);font-size:.88rem;font-weight:700}.public-shell .stories-toolbar-reset{flex-shrink:0}.public-shell .stories-mobile-filter{display:grid;gap:14px;margin-bottom:14px;padding:16px;border-radius:24px;background:#fffffff5;box-shadow:none}.public-shell .stories-mobile-filter-head{display:grid;gap:12px}.public-shell .stories-mobile-filter-copy{display:grid;gap:6px}.public-shell .stories-mobile-eyebrow{margin:0;color:var(--public-deep-soft);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.public-shell .stories-mobile-filter-copy strong{color:var(--public-deep);font-size:1.1rem;line-height:1.28;letter-spacing:-.03em}.public-shell .stories-mobile-filter-count{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.public-shell .stories-mobile-reset{min-height:44px;justify-content:center}.public-shell .stories-mobile-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.public-shell .stories-mobile-category-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(47,110,165,.12);background:#f0f6fbf5;color:var(--public-deep-soft);min-height:46px;padding:10px 14px;border-radius:999px;font-size:1rem;font-weight:700}.public-shell .stories-mobile-category-chip.active{border-color:#2f6ea538;background:linear-gradient(135deg,#2f6ea5,#255b89);color:#fff;box-shadow:0 10px 20px #2f6ea52e}.public-shell .stories-mobile-select{display:grid;gap:8px}.public-shell .stories-mobile-select span{color:var(--public-deep-soft);font-size:.82rem;font-weight:700}.public-shell .stories-mobile-select select{min-height:50px;padding:12px 14px;border-radius:16px;border:1px solid rgba(47,110,165,.12);background:#f8fbfd;color:var(--text);font-size:1rem;font-weight:600}.public-shell .stories-mobile-feed{display:grid;gap:10px}.public-shell .stories-mobile-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:8px;border-radius:18px;background:#fffffff5;border:1px solid rgba(47,110,165,.08);box-shadow:0 10px 24px #0f13170d}.public-shell .stories-mobile-card-media{overflow:hidden;border-radius:16px;background:#e4eef6b3}.public-shell .stories-mobile-card-media img{width:100%;height:100%;min-height:92px;object-fit:cover}.public-shell .stories-mobile-card-body{display:grid;align-content:start;gap:6px;min-width:0;padding:2px 0}.public-shell .stories-mobile-card-topline{display:flex;flex-wrap:wrap;gap:6px}.public-shell .stories-mobile-card-chip,.public-shell .stories-mobile-card-hub{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:800}.public-shell .stories-mobile-card-chip{background:#2f6ea51a;color:var(--public-deep-soft)}.public-shell .stories-mobile-card-hub{background:#c88b2f1f;color:var(--accent-strong)}.public-shell .stories-mobile-card-body h3{margin:0;color:var(--public-deep);font-size:.94rem;line-height:1.32;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.public-shell .stories-mobile-card-meta{display:flex;gap:6px;color:var(--muted);font-size:.78rem;font-weight:600}.public-shell .stories-mobile-card-meta span:not(:last-child):after{content:"·";margin-left:6px}.public-shell .stories-mobile-card-body p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.public-shell .stories-mobile-pagination{gap:12px}.public-shell .stories-feed-shell{display:grid;gap:16px}.public-shell .stories-feed-header,.public-shell .stories-feed-controls,.public-shell .stories-feed-list,.public-shell .stories-feed-pagination{width:min(760px,100%);margin:0 auto}.public-shell .stories-feed-header{display:flex;align-items:end;justify-content:space-between;gap:18px}.public-shell .stories-feed-copy{display:grid;gap:8px}.public-shell .stories-feed-eyebrow{margin:0;color:var(--public-deep-soft);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.public-shell .stories-feed-copy h1{margin:0;color:var(--public-deep);font-size:clamp(2.3rem,4vw,3.6rem);line-height:.96;letter-spacing:-.05em}.public-shell .stories-feed-copy p{margin:0;max-width:56ch;color:var(--muted);font-size:1rem;line-height:1.65}.public-shell .stories-feed-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.public-shell .stories-feed-controls{display:grid;gap:14px;padding:16px;border-radius:24px;background:#fffffff5;box-shadow:none}.public-shell .stories-feed-category-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.public-shell .stories-feed-category-row::-webkit-scrollbar{display:none}.public-shell .stories-feed-category-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;min-height:44px;padding:10px 14px;border:1px solid rgba(47,110,165,.12);border-radius:999px;background:#f0f6fbf5;color:var(--public-deep-soft);font-size:.94rem;font-weight:700;white-space:nowrap}.public-shell .stories-feed-category-chip.active{border-color:#2f6ea538;background:linear-gradient(135deg,#2f6ea5,#255b89);color:#fff;box-shadow:0 10px 20px #2f6ea52e}.public-shell .stories-feed-filter-row{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:12px}.public-shell .stories-feed-select{display:grid;gap:8px;width:min(248px,100%)}.public-shell .stories-feed-select span{color:var(--public-deep-soft);font-size:.82rem;font-weight:700}.public-shell .stories-feed-select select{width:100%;min-height:50px;padding:12px 14px;border-radius:16px;border:1px solid rgba(47,110,165,.12);background:#f8fbfd;color:var(--text);font-size:1rem;font-weight:600}.public-shell .stories-feed-summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.public-shell .stories-feed-summary-chip,.public-shell .stories-feed-summary-count{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;font-size:.88rem;font-weight:700}.public-shell .stories-feed-summary-chip{border:1px solid rgba(47,110,165,.14);background:#2f6ea514;color:var(--public-deep-soft)}.public-shell .stories-feed-summary-count{background:#15181d0d;color:var(--muted)}.public-shell .stories-feed-list{display:grid;gap:18px}.public-shell .stories-feed-item{display:grid;gap:10px}.public-shell .stories-feed-card{display:grid;gap:14px;padding:16px;border-radius:28px;border:1px solid rgba(47,110,165,.1);background:#fffffff5;box-shadow:0 14px 30px #0f13170f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.public-shell .stories-feed-card-main{display:grid;gap:14px}.public-shell .stories-feed-card:hover{transform:translateY(-2px);border-color:#2f6ea52e;box-shadow:0 20px 34px #0f131714}.public-shell .stories-feed-card:focus-visible{outline:3px solid rgba(47,110,165,.18);outline-offset:3px}.public-shell .stories-feed-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.public-shell .stories-feed-card-identity{display:flex;align-items:center;gap:12px;min-width:0}.public-shell .stories-feed-card-avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:999px;background:linear-gradient(135deg,#2f6ea529,#c88b2f29);color:var(--public-deep);font-size:1rem;font-weight:900}.public-shell .stories-feed-card-author{display:grid;gap:2px;min-width:0}.public-shell .stories-feed-card-author strong{color:var(--public-deep);font-size:.96rem;line-height:1.2}.public-shell .stories-feed-card-author span,.public-shell .stories-feed-card-meta{color:var(--muted);font-size:.82rem;font-weight:600}.public-shell .stories-feed-card-category{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#2f6ea51a;color:var(--public-deep-soft);font-size:.76rem;font-weight:800;white-space:nowrap}.public-shell .stories-feed-card-media{overflow:hidden;border-radius:22px;aspect-ratio:4 / 3;background:#e4eef6b3}.public-shell .stories-feed-card-media img{width:100%;height:100%;object-fit:cover}.public-shell .stories-feed-card-body{display:grid;gap:10px}.public-shell .stories-feed-card-body h2{margin:0;color:var(--public-deep);font-size:1.46rem;line-height:1.28;letter-spacing:-.03em}.public-shell .stories-feed-card-body p{margin:0;color:var(--muted);font-size:1rem;line-height:1.68;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.public-shell .stories-feed-pagination{margin-top:2px}.story-engagement-bar{display:grid;gap:10px}.story-engagement-bar.compact{padding:0 4px}.story-engagement-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.story-engagement-button,.story-share-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 14px;border:1px solid rgba(47,110,165,.12);border-radius:999px;background:#fffffff5;color:var(--public-deep-soft);cursor:pointer;font-size:.94rem;font-weight:700;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.story-engagement-button:hover,.story-share-option:hover{border-color:#2f6ea533;color:var(--public-deep)}.story-engagement-button.active{border-color:#2f6ea538;background:#2f6ea514;color:var(--public-deep);box-shadow:0 10px 20px #2f6ea51f}.story-engagement-button[disabled]{opacity:.6;cursor:default}.story-share-panel{display:flex;flex-wrap:wrap;gap:8px}.story-engagement-login-link{color:var(--accent-strong);font-size:.88rem;font-weight:700}.public-shell .story-detail-header .story-engagement-bar{margin-top:2px}.public-shell .support-mobile-shell{display:grid;gap:14px}.public-shell .support-mobile-hero,.public-shell .support-mobile-panel,.public-shell .support-mobile-form{display:grid;gap:14px;padding:16px;border-radius:24px;background:#fffffff5;box-shadow:none}.public-shell .support-mobile-hero-copy,.public-shell .support-mobile-panel-head,.public-shell .support-mobile-form-head,.public-shell .support-mobile-form-section-head{display:grid;gap:8px}.public-shell .support-mobile-hero-copy h1,.public-shell .support-mobile-panel-head h2,.public-shell .support-mobile-form-head h2,.public-shell .support-mobile-form-section-head strong{margin:0;color:var(--public-deep);line-height:1.24;letter-spacing:-.03em}.public-shell .support-mobile-hero-copy h1{font-size:clamp(1.84rem,7vw,2.35rem)}.public-shell .support-mobile-panel-head h2,.public-shell .support-mobile-form-head h2{font-size:1.3rem}.public-shell .support-mobile-form-section-head strong{font-size:1.04rem}.public-shell .support-mobile-hero-copy p,.public-shell .support-mobile-panel-head p,.public-shell .support-mobile-form-head p,.public-shell .support-mobile-form-section-head p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}.public-shell .support-mobile-eyebrow,.public-shell .support-mobile-form-head>span,.public-shell .support-mobile-panel-head>span{margin:0;color:var(--public-deep-soft);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.public-shell .support-mobile-stat-row{display:flex;flex-wrap:wrap;gap:8px}.public-shell .support-mobile-stat{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;background:#2f6ea514;color:var(--public-deep-soft);font-size:.78rem;font-weight:800}.public-shell .support-mobile-filter{display:grid;gap:8px;padding:16px;border-radius:24px}.public-shell .support-mobile-select{display:grid;gap:8px}.public-shell .support-mobile-select span{color:var(--public-deep-soft);font-size:.82rem;font-weight:700}.public-shell .support-mobile-filter select,.public-shell .public-mobile-form label input:not([type=checkbox]):not([type=file]),.public-shell .public-mobile-form label select,.public-shell .public-mobile-form label textarea{width:100%;min-height:52px;padding:14px 16px;border:1px solid rgba(47,110,165,.12);border-radius:18px;background:#f8fbfd;color:var(--text);font-size:16px;box-shadow:inset 0 1px #ffffffad}.public-shell .support-mobile-filter select:focus,.public-shell .public-mobile-form label input:not([type=checkbox]):not([type=file]):focus,.public-shell .public-mobile-form label select:focus,.public-shell .public-mobile-form label textarea:focus{border-color:#2f6ea56b;box-shadow:0 0 0 4px #2f6ea51f}.public-shell .stories-mobile-write{width:100%;justify-content:center}.public-shell .support-mobile-hero-meta{display:flex;flex-wrap:wrap;gap:8px}.public-shell .support-mobile-hero-meta span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#2f6ea514;color:var(--public-deep-soft);font-size:.78rem;font-weight:800}.public-shell .support-mobile-section-copy{margin:0}.public-shell .support-mobile-needs-list{display:grid;gap:10px}.public-shell .support-mobile-need-card{gap:12px;padding:16px;border-radius:20px;background:#f8fbfdf0;box-shadow:none}.public-shell .support-mobile-need-card .button{width:100%;justify-content:center}.public-shell .public-mobile-form{display:grid;gap:14px}.public-shell .public-mobile-form-section{display:grid;gap:12px;min-width:0;margin:0;padding:14px;border:1px solid rgba(47,110,165,.1);border-radius:20px;background:linear-gradient(180deg,#f7fafdf0,#fffffffa)}.public-shell .public-mobile-form-section-title{color:var(--public-deep-soft);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.public-shell .public-mobile-form label{display:grid;gap:8px}.public-shell .public-mobile-form .field-label-row{justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.public-shell .support-mobile-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.public-shell .support-mobile-type-chip{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px;border:1px solid rgba(47,110,165,.12);border-radius:16px;background:#f8fbfd;color:var(--public-deep);font-size:.92rem;font-weight:700;text-align:center}.public-shell .support-mobile-type-chip.active{border-color:#2f6ea557;background:#2f6ea51f;color:var(--public-deep-soft)}.public-shell .public-mobile-form input[type=file]{width:100%;min-height:52px;padding:12px 14px;border:1px dashed rgba(47,110,165,.2);border-radius:18px;background:#f0f6fbf5;color:var(--muted);font-size:16px}.public-shell .public-mobile-form textarea{min-height:168px;resize:vertical}.public-shell .public-mobile-file-list{display:grid;gap:6px;margin:0;padding-left:18px}.public-shell .support-mobile-selected-card{margin-bottom:0;background:#2f6ea514}.public-shell .stories-page-shell .public-filter-bar{margin-bottom:16px;padding:12px 14px}.public-shell .stories-page-shell .public-filter-group{min-width:160px;gap:4px}.public-shell .stories-page-shell .public-filter-group span{font-size:.8rem}.public-shell .public-filter-group select{padding:11px 12px;border-radius:12px}.public-shell .pagination-bar{margin-top:18px;padding:14px 16px;border-radius:18px;box-shadow:none}.public-shell .story-detail-shell{max-width:920px}.public-shell .story-detail-header{gap:14px;padding:22px;border-radius:22px;background:#fffffff0;box-shadow:0 10px 24px #0f13170f}.public-shell .story-detail-meta{gap:12px}.public-shell .story-detail-hub{padding:10px 14px;border-radius:14px;background:#24425f14}.public-shell .story-detail-cover{border-radius:22px;box-shadow:0 12px 24px #0f131714}.public-shell .story-info-card{border-radius:20px;box-shadow:none}.public-shell .board-layout{grid-template-columns:280px 1fr;gap:18px}.public-shell .board-sidebar{gap:10px}.public-shell .board-list-item{gap:6px;padding:14px;border-radius:18px;box-shadow:none}.public-shell .board-content{gap:18px}.public-shell .board-thread,.public-shell .support-layout .admin-form,.public-shell .support-need-card,.public-shell .support-selected-card{padding:20px;border-radius:20px;box-shadow:0 10px 24px #0f13170f}.public-shell .board-comment{border-radius:16px}.public-shell .board-mobile-back{display:none}.public-shell .support-layout{grid-template-columns:1fr}.public-shell .support-page-stack,.public-shell .support-needs-grid{gap:14px}.public-shell .support-need-card p{margin-bottom:0}.public-shell .hub-directory-header,.public-shell .hub-directory-card{border-radius:24px}.public-shell .hub-directory-header{padding:20px}.public-shell .hub-directory-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.public-shell .hub-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.public-shell .hub-directory-card{grid-template-rows:172px 1fr}.public-shell .hub-directory-media-chips{left:14px;right:14px;top:14px;gap:8px}.public-shell .hub-directory-index-chip,.public-shell .hub-directory-region-chip{padding:6px 10px;border-radius:12px;font-size:.82rem}.public-shell .hub-directory-body{gap:12px;padding:18px 18px 16px}.public-shell .hub-directory-title-row{gap:4px}.public-shell .hub-directory-title-row h3{font-size:1.28rem}.public-shell .hub-directory-address{font-size:.95rem;line-height:1.45}.public-shell .hub-directory-copy{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.96rem;line-height:1.55}.public-shell .hub-directory-keeper{gap:10px;padding:10px 12px;border-radius:16px}.public-shell .hub-directory-keeper img{width:42px;height:42px}.public-shell .hub-directory-keeper span{font-size:.84rem}.public-shell .hub-directory-keeper strong{font-size:.98rem}.public-shell .hub-directory-meta{gap:8px}.public-shell .hub-directory-meta div{padding:10px 12px;border-radius:14px}.public-shell .hub-directory-meta dt{margin-bottom:4px;font-size:.82rem}.public-shell .hub-directory-meta dd{font-size:.92rem;line-height:1.45}.public-shell .hub-directory-footer{gap:10px}.public-shell .hub-directory-footer .button{padding-inline:14px}.public-shell .site-footer{padding:36px 0 52px}.public-shell .state-card{padding:18px;border-radius:18px}.public-shell .footer-copy{max-width:300px}.public-shell .footer-copy p{margin:0;font-size:.92rem;line-height:1.5}.public-shell .state-card{padding:20px 22px;border-radius:18px;box-shadow:none}.public-shell .state-card-empty,.public-shell .state-card-guide{gap:6px}.public-shell .state-card-empty strong,.public-shell .state-card-guide strong{font-size:1rem}.public-shell .state-card-empty p,.public-shell .state-card-guide p{font-size:.95rem;line-height:1.55}.public-shell .auth-story-panel,.public-shell .auth-form-card{border-radius:24px}.public-shell .auth-story-panel{gap:18px;padding:34px 32px}.public-shell .auth-story-copy{max-width:28ch;font-size:1.02rem;line-height:1.65}.public-shell .auth-feature-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.public-shell .auth-feature-card{padding:14px 16px;border-radius:18px;-webkit-backdrop-filter:none;backdrop-filter:none}.public-shell .auth-feature-card strong,.public-shell .auth-support-card strong{margin-bottom:6px;font-size:1rem}.public-shell .auth-feature-card p,.public-shell .auth-support-card p,.public-shell .auth-form-header p,.public-shell .auth-login-hint p{font-size:.95rem;line-height:1.55}.public-shell .auth-form-card{gap:18px;padding:32px 30px}.public-shell .auth-form-card.auth-form-card-compact{padding:28px 26px}.public-shell .auth-form-header{gap:8px}.public-shell .auth-support-card,.public-shell .auth-login-hint{padding:14px 16px;border-radius:18px}.public-shell .auth-form-card .button{min-height:52px;font-size:1rem}@media (max-width: 1180px){.public-shell .hub-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.public-shell .home-hero{min-height:62vh;padding:28px 0 40px}.public-shell .home-hero-copy{max-width:100%;padding:24px 0 12px}.public-shell #intro,.public-shell #network{display:none}.public-shell .featured-grid{grid-template-columns:1fr;gap:14px}.public-shell .story-stack{gap:12px}.public-shell .story-grid{grid-template-columns:1fr;gap:12px}.public-shell .story-card,.public-shell .story-card-compact{grid-template-columns:108px 1fr;grid-template-rows:none}.public-shell .story-card-featured{grid-template-columns:1fr;grid-template-rows:auto 1fr}.public-shell .story-card-media img,.public-shell .story-card-compact .story-card-media img{height:100%;min-height:126px}.public-shell .story-card-featured .story-card-media img{height:220px;min-height:220px}.public-shell .story-card-body{padding:14px}.public-shell .story-card-topline{flex-direction:column;align-items:flex-start;gap:6px}.public-shell .story-card-body h3{font-size:1.08rem}.public-shell .story-meta-author{display:none}.public-shell .story-summary{font-size:.95rem}.public-shell .stories-feed-shell{gap:12px}.public-shell .stories-feed-header,.public-shell .stories-feed-controls,.public-shell .stories-feed-list,.public-shell .stories-feed-pagination{width:100%}.public-shell .stories-feed-header{align-items:stretch;gap:12px}.public-shell .stories-feed-copy h1{font-size:clamp(2.1rem,9vw,3rem)}.public-shell .stories-feed-copy p{max-width:none;font-size:.92rem;line-height:1.55}.public-shell .stories-feed-header-actions{justify-content:stretch}.public-shell .stories-feed-header-actions .button{flex:1 1 0;justify-content:center}.public-shell .stories-feed-controls{gap:12px;padding:14px;border-radius:22px}.public-shell .stories-feed-category-chip{min-height:42px;padding:10px 12px;font-size:.92rem}.public-shell .stories-feed-filter-row{gap:10px}.public-shell .stories-feed-select{width:100%}.public-shell .stories-feed-summary-count,.public-shell .stories-feed-summary-chip{min-height:32px;padding:6px 10px;font-size:.82rem}.public-shell .stories-feed-card{gap:12px;padding:12px;border-radius:24px}.public-shell .stories-feed-card-main{gap:12px}.public-shell .stories-feed-card-head{align-items:flex-start}.public-shell .stories-feed-card-avatar{width:40px;height:40px}.public-shell .stories-feed-card-category{min-height:28px;padding:4px 10px;font-size:.72rem}.public-shell .stories-feed-card-media{border-radius:18px;aspect-ratio:1 / 1}.public-shell .stories-feed-card-body{gap:8px}.public-shell .stories-feed-card-body h2{font-size:1.12rem;line-height:1.34}.public-shell .stories-feed-card-body p{font-size:.92rem;line-height:1.58}.story-engagement-actions,.story-share-panel{gap:8px}.story-engagement-button,.story-share-option{flex:1 1 calc(50% - 4px);min-height:42px;padding:10px 12px;font-size:.9rem}.story-engagement-login-link{font-size:.84rem}.public-shell .participation-grid{gap:10px}.public-shell .participation-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:14px 16px}.public-shell .participation-card .eyebrow{display:none}.public-shell .participation-card h3{margin:0;font-size:1rem;line-height:1.4}.public-shell .participation-card .button{grid-column:2;margin-top:0;min-height:40px;padding:10px 12px;white-space:nowrap}.public-shell .board-layout{grid-template-columns:1fr;gap:14px}.public-shell .board-content{min-width:0}.public-shell .board-layout-mobile-detail .board-content{order:-1}.public-shell .board-sidebar{grid-auto-flow:row;grid-auto-columns:initial;overflow:visible;padding-bottom:0;scroll-snap-type:none}.public-shell .board-mobile-back{display:inline-flex;margin-bottom:12px}.public-shell .board-thread-actions{width:100%;justify-content:flex-start}.public-shell .support-layout .admin-form{padding:18px}.public-shell .support-page-stack{gap:12px}.public-shell .support-page-stack>.surface-card.admin-panel-block{padding:16px}.public-shell .auth-feature-list,.public-shell .footer-copy,.public-shell .auth-form-header p{display:none}.public-shell .auth-story-copy{max-width:none;font-size:.96rem}.public-shell .auth-support-card,.public-shell .auth-login-hint{padding:12px 14px}.public-shell .hub-directory-header{gap:16px}.public-shell .hub-directory-summary{width:100%}.public-shell .hub-directory-grid{grid-template-columns:1fr;gap:12px}.public-shell .hub-directory-card{grid-template-columns:104px 1fr;grid-template-rows:none;align-items:stretch}.public-shell .hub-directory-media{min-height:100%}.public-shell .hub-directory-media img{height:100%}.public-shell .hub-directory-media-chips{left:10px;right:10px;top:10px;gap:6px}.public-shell .hub-directory-index-chip,.public-shell .hub-directory-region-chip{padding:4px 8px;font-size:.74rem}.public-shell .hub-directory-body{gap:10px;padding:12px}.public-shell .hub-directory-address{font-size:.88rem;line-height:1.35}.public-shell .hub-directory-copy,.public-shell .hub-directory-keeper,.public-shell .hub-directory-meta{display:none}.public-shell .hub-directory-footer{flex-wrap:wrap;gap:8px}.public-shell .hub-directory-footer .button{min-height:40px;padding:10px 12px}}@media (max-width: 480px){.public-shell .participation-card{grid-template-columns:1fr;gap:8px}.public-shell .participation-card .button{grid-column:auto;width:100%}.public-shell .story-card,.public-shell .story-card-compact{grid-template-columns:92px 1fr}.public-shell .story-card-media img,.public-shell .story-card-compact .story-card-media img{min-height:112px}.public-shell .story-card-featured{grid-template-columns:1fr}.public-shell .story-card-featured .story-card-media img{height:180px;min-height:180px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.button:hover,.story-card-link:hover,.value-card:hover,.value-card.active,.story-link:hover:after{transform:none!important}}:root{--bg: #f4f8fb;--surface: #ffffff;--surface-contrast: #183147;--text: #162331;--muted: #667a8b;--line: rgba(22, 49, 71, .12);--accent: #2f6ea5;--accent-strong: #1f557f;--shadow: 0 22px 56px rgba(24, 49, 71, .08)}body{background:radial-gradient(circle at top left,rgba(47,110,165,.16),transparent 26%),radial-gradient(circle at bottom right,rgba(111,185,214,.14),transparent 28%),linear-gradient(180deg,#f7fbfe,#f2f7fb)}.site-header{background:#f7fbfedb;border-bottom:1px solid rgba(22,49,71,.08)}.mobile-bottom-tab-link.active{background:#2f6ea51f;color:var(--accent-strong)}.floating-support-link{border-color:#ffffff2e;background:linear-gradient(135deg,#2f6ea5,#1f557f);color:#fff;box-shadow:0 22px 44px #1f557f47}.floating-support-link:hover{background:linear-gradient(135deg,#377bb5,#22577f);box-shadow:0 26px 46px #1f557f4d}.inquiry-modal-backdrop{background:#14263870}.inquiry-modal-device{background:radial-gradient(circle at top,rgba(255,255,255,.16),transparent 30%),linear-gradient(180deg,#21476a,#173149 58%,#102236);box-shadow:0 30px 80px #0c1c2c57,inset 0 1px #ffffff1a}.inquiry-modal-notch{background:#0f2335}.inquiry-modal-shell{background:radial-gradient(circle at top right,rgba(111,185,214,.22),transparent 32%),linear-gradient(180deg,#fafdff,#f3f8fc 46%,#edf4fa);border-color:#16314714}.inquiry-modal-close{border-color:#2f6ea51f;background:#ffffffeb}.inquiry-modal-intro{border-color:#2f6ea51f;background:#ffffffd6;box-shadow:0 14px 28px #1831470f}.inquiry-modal-chip{background:#2f6ea51a;color:#1f557f}.inquiry-modal-footer a{color:#1f557f}.section-contrast{background:linear-gradient(180deg,#6fb9d614,#2f6ea51f)}.section-muted{background:linear-gradient(180deg,#6fb9d60f,#c4e0d533)}.admin-login-shell{background:radial-gradient(circle at 12% 14%,rgba(111,185,214,.14),transparent 28%),radial-gradient(circle at 84% 18%,rgba(47,110,165,.12),transparent 24%),linear-gradient(180deg,#f8fbfe,#eff6fb)}.auth-story-panel,.auth-form-card{border-color:#2f6ea51f;box-shadow:0 22px 56px #18314714}.auth-story-panel{background:linear-gradient(160deg,#fffffffa,#eaf3f9f0)}.auth-story-panel:before{background:radial-gradient(circle,#6fb9d638,#6fb9d600 70%)}.auth-story-panel:after{background:radial-gradient(circle,#2f6ea529,#2f6ea500 72%)}.auth-feature-card,.auth-support-card,.auth-login-hint{border-color:#2f6ea51f;background:#ffffffd1}.auth-route-chip,.auth-mode-toggle,.auth-admin-mode-toggle{border-color:#2f6ea51f;background:#2f6ea514}.auth-mode-toggle-button.active{background:#fffffffa;color:#173149;box-shadow:0 12px 20px #1f557f1f}.auth-mode-toggle-button:focus-visible{outline:2px solid rgba(47,110,165,.32)}.field-required{background:#2f6ea51f;color:#1f557f}.field-optional{background:#667a8b1f;color:var(--muted)}.auth-form-caption a{color:#1f557f}a:focus-visible,button:focus-visible,.board-list-item:focus-visible,.network-node:focus-visible,.mobile-bottom-tab-link:focus-visible{outline:3px solid rgba(47,110,165,.42)}.public-shell{--public-bg: #f3f8fc;--public-surface: #ffffff;--public-surface-soft: #eaf2f8;--public-deep: #183147;--public-deep-soft: #2f6ea5;--public-green: #2f6ea5;--public-orange: #f0c8a3;--public-cyan: #6fb9d6;background:radial-gradient(circle at top left,rgba(47,110,165,.09),transparent 24%),linear-gradient(180deg,#f7fbfe,#f3f8fc)}.public-shell main{background:transparent}.public-shell .site-header{background:#f7fbfee6;border-bottom:1px solid rgba(22,49,71,.08);box-shadow:0 14px 28px #1831470d}.public-shell .header-nav a,.public-shell .header-action-link{color:#183147b3}.public-shell .header-nav a:hover,.public-shell .header-action-link:hover,.public-shell .admin-link,.public-shell .header-nav-link.active{color:var(--public-deep)}.public-shell .header-nav-link.active:after{background:var(--public-deep-soft)}.public-shell .section-heading span,.public-shell .eyebrow,.public-shell .impact-label,.public-shell .footer-label{color:var(--public-deep-soft)}.public-shell .section-heading p,.public-shell .hub-hero-copy p,.public-shell .support-copy p,.public-shell .hub-directory-copy,.public-shell .network-focus-description,.public-shell .participation-card p,.public-shell .impact-point-card p,.public-shell .vision-card p,.public-shell .footer-copy{color:#5f7587}.public-shell .button{border-radius:16px;padding:12px 18px}.public-shell .button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #1f557f1f}.public-shell .button-primary{background:linear-gradient(135deg,#2f6ea5,#1f557f);border-color:#2f6ea5;color:#fff}.public-shell .button-secondary{background:#fffffff0;border-color:#2f6ea52e;color:var(--public-deep-soft)}.public-shell .button-neutral{background:#2f6ea514;border-color:#2f6ea51f;color:var(--public-deep)}.public-shell .button-secondary:hover{border-color:#2f6ea547;background:#fff}.public-shell .button-neutral:hover{border-color:#2f6ea538;background:#2f6ea51f}.public-shell .home-hero{min-height:74vh;color:var(--public-deep)}.public-shell .home-hero:before{background:linear-gradient(135deg,#f7fbfedb,#f7fbfe8f 48%,#6fb9d629)}.public-shell .home-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.54),transparent 30%),radial-gradient(circle at 88% 4%,rgba(47,110,165,.18),transparent 24%),linear-gradient(180deg,#f3f8fc00 28%,#f3f8fc6b);pointer-events:none}.public-shell .home-hero-copy{max-width:780px;padding:72px 0 32px}.public-shell .home-hero-copy h1{color:var(--public-deep);text-shadow:none}.public-shell .hero-title-line{-webkit-text-stroke:0 rgba(0,0,0,0);paint-order:normal}.public-shell .hero-title-emphasis,.public-shell .hero-title-emphasis em{color:var(--public-deep-soft)}.public-shell .home-hero-text,.public-shell .home-hero-description{color:#4e677a}.public-shell .home-hero .button-secondary{background:#ffffffe0;border-color:#2f6ea52e;color:var(--public-deep-soft)}.public-shell .home-stories-section,.public-shell .hub-home-news-section{background:linear-gradient(180deg,#ffffff8f,#f3f8fc00)}.public-shell .home-values-section,.public-shell .section-contrast{background:linear-gradient(180deg,#eaf3f9,#f7fbfe);color:var(--public-deep)}.public-shell .home-values-section .section-heading span,.public-shell .section-contrast .section-heading span,.public-shell .section-contrast .eyebrow,.public-shell .section-contrast .footer-label{color:var(--public-deep-soft)}.public-shell .home-values-section .section-heading p,.public-shell .section-contrast .section-heading p,.public-shell .section-contrast .participation-card p,.public-shell .section-contrast .impact-point-card p,.public-shell .section-contrast .vision-card p,.public-shell .section-contrast .hub-directory-copy,.public-shell .section-contrast .footer-copy{color:#5f7587}.public-shell .home-participation-section,.public-shell .section-muted{background:linear-gradient(180deg,#6fb9d614,#c4e0d538)}.public-shell .value-card,.public-shell .story-card-link,.public-shell .network-focus-card,.public-shell .hub-directory-card,.public-shell .participation-card,.public-shell .vision-card,.public-shell .support-layout .admin-form,.public-shell .admin-panel-block,.public-shell .story-info-card,.public-shell .hub-hero-meta div,.public-shell .public-filter-bar,.public-shell .story-write-hub-card,.public-shell .board-thread,.public-shell .support-need-card,.public-shell .support-selected-card,.public-shell .story-detail-header,.public-shell .hub-directory-header{background:#ffffffeb;border:1px solid rgba(22,49,71,.1);box-shadow:0 14px 32px #18314714}.public-shell .story-card-link:hover,.public-shell .hub-directory-card:hover,.public-shell .network-focus-card:hover{border-color:#2f6ea52e;box-shadow:0 18px 34px #1831471c}.public-shell .value-card,.public-shell .home-values-section .value-card{background:linear-gradient(180deg,#fffffff5,#f9fcfef0);border-top-color:color-mix(in srgb,var(--value-color, var(--public-deep-soft)) 78%,white)}.public-shell .value-card:before,.public-shell .value-card:after{display:block}.public-shell .value-card:before{right:-24px;bottom:-44px;width:130px;height:130px;background:radial-gradient(circle,color-mix(in srgb,var(--value-color, var(--public-deep-soft)) 22%,white),#fff0 72%)}.public-shell .value-card:after{background:linear-gradient(145deg,color-mix(in srgb,var(--value-color, var(--public-deep-soft)) 8%,white),transparent 56%)}.public-shell .value-title{color:var(--public-deep)}.public-shell .story-card-link,.public-shell .hub-directory-card,.public-shell .network-focus-card,.public-shell .participation-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-shell .story-category,.public-shell .story-label,.public-shell .board-list-item-chip,.public-shell .support-need-chip,.public-shell .support-need-status,.public-shell .hub-directory-index-chip,.public-shell .hub-directory-region-chip{background:#2f6ea51a;border:1px solid rgba(47,110,165,.1);color:var(--public-deep-soft)}.public-shell .story-meta,.public-shell .board-list-meta,.public-shell .support-selected-card-meta,.public-shell .support-form-note,.public-shell .public-filter-group span{color:#6b8092}.public-shell .public-filter-group select,.public-shell .support-layout .admin-form input:not([type=checkbox]):not([type=file]),.public-shell .support-layout .admin-form select,.public-shell .support-layout .admin-form textarea,.public-shell .admin-login-form select,.public-shell .admin-login-form input:not([type=checkbox]):not([type=file]),.public-shell .admin-login-form textarea{background:#fffffff0;border-color:#1631471f}.public-shell .public-filter-group select:focus,.public-shell .support-layout .admin-form input:not([type=checkbox]):not([type=file]):focus,.public-shell .support-layout .admin-form select:focus,.public-shell .support-layout .admin-form textarea:focus,.public-shell .admin-login-form select:focus,.public-shell .admin-login-form input:not([type=checkbox]):not([type=file]):focus,.public-shell .admin-login-form textarea:focus{border-color:#2f6ea56b;box-shadow:0 0 0 4px #2f6ea51f}.public-shell .support-need-card.active{border-color:#2f6ea538;background:linear-gradient(180deg,#fffffff5,#eaf3f9e0)}.public-shell .hub-hero,.public-shell .hub-directory-header{background:linear-gradient(180deg,#fffffff0,#eff7fce6)}.public-shell .site-footer{padding:48px 0 72px;background:linear-gradient(180deg,#21476a,#183147);color:#ffffffc2}.public-shell .footer-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:22px;align-items:start;border-top-color:#ffffff2e}.public-shell .footer-surface{padding-top:28px}.public-shell .footer-brand{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}.public-shell .footer-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:26px;background:#ffffffeb;box-shadow:0 16px 36px #0c1c2c38}.public-shell .footer-brand-logo{width:44px;height:auto}.public-shell .footer-brand-copy{display:grid;gap:6px}.public-shell .footer-title{margin:0;color:#fff;font-size:clamp(1.25rem,2vw,1.72rem);line-height:1.16;letter-spacing:-.03em}.public-shell .footer-nav,.public-shell .footer-contact{display:grid;gap:10px}.public-shell .footer-link-list{display:flex;flex-wrap:wrap;gap:10px}.public-shell .footer-link-pill{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#fff;font-size:.92rem;font-weight:700}.public-shell .footer-link-pill:hover{border-color:#ffffff38;background:#ffffff24}.public-shell .footer-mail{color:#fff;font-size:clamp(1.25rem,3vw,2rem);line-height:1.08}.public-shell .footer-contact-meta{margin:-2px 0 0;color:#ffffffd1;font-size:.96rem;font-weight:700}.public-shell .footer-copy{max-width:44ch}.public-shell .footer-action-row{display:flex;flex-wrap:wrap;gap:8px}.public-shell .footer-action-row .button-neutral{background:#ffffff1f;border-color:#ffffff2e;color:#fff}.public-shell .footer-action-row .button-neutral:hover{background:#ffffff2e;border-color:#ffffff42}.public-shell .footer-inline-button{min-height:48px}.public-shell .auth-story-panel,.public-shell .auth-form-card{background:#ffffffe6;border:1px solid rgba(47,110,165,.12);box-shadow:0 16px 36px #18314717}.public-shell .auth-story-panel{background:linear-gradient(160deg,#fffffffa,#eaf3f9f0)}.public-shell .auth-feature-card,.public-shell .auth-support-card,.public-shell .auth-login-hint{background:#ffffffd6;border:1px solid rgba(47,110,165,.12)}@media (max-width: 760px){.public-shell .site-header{display:none}.public-shell .section-top{padding-top:24px}.floating-support-link{display:none}.inquiry-modal-backdrop{padding:12px}.inquiry-modal-device{width:min(392px,100%);height:min(720px,calc(100vh - 24px));padding:12px;border-radius:32px}.inquiry-modal-header{padding:40px 18px 16px}.inquiry-modal-content{padding:0 18px 18px}.admin-login-shell{padding:24px 16px 56px}.auth-story-panel,.auth-form-card,.admin-login-card{padding:28px 22px;border-radius:28px}.auth-form-card.auth-form-card-compact,.public-shell .auth-form-card.auth-form-card-compact{gap:16px;padding:24px 18px}.auth-form-card.auth-form-card-compact .auth-form-header{gap:6px}.auth-form-card.auth-form-card-compact .auth-form-header p,.auth-card-footer{font-size:.92rem;line-height:1.55}.auth-form-card.auth-form-card-compact .auth-mode-toggle,.auth-form-card.auth-form-card-compact .auth-admin-mode-toggle{gap:6px;padding:5px}.auth-form-card.auth-form-card-compact .auth-mode-toggle-button{min-height:42px;padding:10px 12px;font-size:.95rem}.auth-story-panel h1{font-size:clamp(2.1rem,8vw,3rem)}.public-shell .home-hero{min-height:60vh;padding:28px 0 40px}.public-shell .home-hero-copy{max-width:100%;padding:26px 0 14px}.public-shell .home-hero-copy h1{font-size:clamp(2.7rem,10vw,4.2rem);line-height:.96}.public-shell .stories-page-shell .section-heading-inline{align-items:flex-start}.public-shell .site-footer{padding:24px 0 calc(112px + env(safe-area-inset-bottom))}.public-shell .footer-inner{grid-template-columns:1fr;gap:14px}.public-shell .footer-brand{gap:12px}.public-shell .footer-brand-mark{width:64px;height:64px;border-radius:20px}.public-shell .footer-brand-logo{width:34px}.public-shell .footer-title{font-size:1.12rem}.public-shell .footer-mail{font-size:1.14rem;line-height:1.16}.public-shell .footer-nav{display:none}.public-shell .footer-contact{gap:10px}.public-shell .footer-link-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.public-shell .footer-link-list,.public-shell .footer-action-row{gap:8px}.public-shell .footer-link-pill{justify-content:center;min-height:40px;padding-inline:8px;font-size:.86rem}.public-shell .footer-action-row .button{width:100%;justify-content:center}.public-shell .stories-mobile-filter{padding:14px;border-radius:22px}.public-shell .stories-mobile-filter-head{grid-template-columns:minmax(0,1fr) auto;align-items:end}.public-shell .stories-mobile-card{grid-template-columns:72px minmax(0,1fr);gap:10px;padding:8px;border-radius:16px}.public-shell .stories-mobile-card-media img{min-height:86px}.public-shell .stories-mobile-category-chip{min-height:48px;font-size:.95rem}.public-shell .stories-mobile-select select{font-size:16px}.public-shell .support-mobile-hero,.public-shell .support-mobile-panel,.public-shell .support-mobile-form{padding:14px;border-radius:22px}.public-shell .support-mobile-panel-head h2,.public-shell .support-mobile-form-head h2{font-size:1.22rem}.public-shell .support-mobile-need-card{padding:14px;border-radius:18px}.public-shell .public-mobile-form-section{padding:12px;border-radius:18px}.public-shell .support-mobile-filter select,.public-shell .public-mobile-form label input:not([type=checkbox]):not([type=file]),.public-shell .public-mobile-form label select,.public-shell .public-mobile-form label textarea,.public-shell .admin-login-form select,.public-shell .admin-login-form input:not([type=checkbox]):not([type=file]),.public-shell .admin-login-form textarea{min-height:52px;padding:14px 16px;border-radius:18px;font-size:16px}.authoring-hero{padding:26px 22px;border-radius:28px}.authoring-hero-copy h1{font-size:clamp(2rem,8vw,2.8rem)}.authoring-step{min-height:auto;padding:16px 18px}.story-write-field-title input{font-size:1.18rem}.story-write-hub-card{padding:22px}.story-write-hub-card img,.story-write-hub-placeholder{height:180px}.authoring-panel,.authoring-preview,.authoring-side-panel{padding:22px;border-radius:24px}.story-write-shell .authoring-review-grid>.authoring-preview-primary,.story-write-shell .authoring-review-grid>.authoring-review-assets-panel{padding:22px}.story-write-shell .authoring-review-assets-panel .authoring-media-block,.story-write-shell .authoring-review-assets-panel .authoring-file-list{grid-template-columns:1fr}.editor-toolbar-main{display:grid;gap:10px}.editor-toolbar-cluster-history{margin-left:0}.editor-toolbar-group{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.editor-toolbar-button{min-width:40px;padding:8px 10px}.editor-toolbar-button span{display:none}.editor-toolbar-meta,.editor-toolbar-status{display:grid;justify-content:stretch}.public-shell .editor-surface-story{min-height:420px;padding:22px}.story-write-cover-dropzone,.story-write-attachment-dropzone{padding:18px;border-radius:20px}.authoring-side-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.authoring-preview-frame.is-mobile{width:100%;padding:14px}}@media (max-width: 1080px){.authoring-hero,.authoring-layout,.authoring-review-grid,.story-write-hub-card{grid-template-columns:1fr}.authoring-side-panel{position:relative;top:0}}@media (max-width: 480px){.floating-support-link{left:auto;right:16px;bottom:88px;max-width:calc(100vw - 32px);padding:11px 14px;justify-content:flex-start}.inquiry-modal-device{width:100%;height:calc(100vh - 20px);padding:10px;border-radius:28px}.inquiry-modal-shell{border-radius:24px}.inquiry-modal-notch{top:14px;width:116px;height:24px}.public-shell .home-hero-copy h1{font-size:clamp(2.4rem,12vw,3.4rem)}}
