@import "https://fonts.googleapis.com/css2?family=Inter:wght@500;600&family=Manrope:wght@500;700;800&family=Public+Sans:wght@400;500;600;700&family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--bg-page:#f7f9fc;--surface-low:#f2f4f7;--surface-lowest:#fff;--surface-glass:#ffffffdb;--ink-strong:#00143f;--ink-soft:#405f91;--ink-base:#191c1e;--ink-muted:#6d7480;--outline-soft:#c4c6d029;--outline-hairline:#405f911a;--nav-glass:#f7f9fcd1;--orange:#ff8c00;--orange-soft:#ffb347;--rose-soft:#ba1a1a1a;--success-bg:#147b561a;--success-ink:#116447;--focus-ring:0 0 0 3px #ff8c002e;--shadow-soft:0 12px 28px #002b5b0b;--shadow-card:0 10px 24px #002b5b0e;--shadow-home-card:0 14px 30px #002b5b0f;--shadow-topic:0 3px 10px #002b5b09;--radius-card:8px;--radius-block:8px;--radius-button:8px;--header-height:64px;--inner-header-height:68px;--bottom-nav-height:80px;--home-gutter:24px;color:var(--ink-base);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#405f911f,#0000 22%),linear-gradient(#eef2f8 0%,#f7f9fc 18% 100%);font-family:Public Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#app{min-height:100%}body{min-width:320px;margin:0}img,svg{display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit;background:0 0;border:0;padding:0}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:1}input,textarea,button,a{touch-action:manipulation}input,textarea{background:0 0;border:0;outline:none}.app-stage{background:0 0;justify-content:center;min-height:100dvh;display:flex}.app-shell{background:var(--bg-page);width:min(100%,390px);min-height:100dvh;position:relative;overflow:hidden}.app-homebar,.app-topbar{z-index:30;background:var(--nav-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:min(100%,390px);box-shadow:var(--shadow-soft);align-items:center;display:grid;position:fixed;top:0;left:50%;transform:translate(-50%)}.app-homebar{height:var(--header-height);padding:0 var(--home-gutter);justify-content:space-between;align-items:center;display:flex}.app-topbar{height:var(--inner-header-height);grid-template-columns:44px 1fr 44px;padding:10px 16px}.app-homebar__start{align-items:center;gap:16px;display:inline-flex}.app-homebar__brand,.app-topbar__title,.page-title,.home-hero__title,.section-title,.detail-cover__title,.feature-banner__content h1,.feature-banner__content h2,.media-card__body h2,.enterprise-card__heading h3,.policy-card h2,.sheet-card__body strong{font-family:Manrope,PingFang SC,sans-serif}.app-homebar__brand,.app-topbar__title{color:var(--ink-strong);letter-spacing:-.04em;font-size:1.24rem;font-weight:800}.app-topbar__title{justify-self:center}.icon-button{width:44px;height:44px;color:var(--ink-soft);border-radius:999px;justify-content:center;align-items:center;transition:background-color .18s,transform .18s;display:inline-flex;position:relative}.icon-button--home .material-symbols-outlined{font-size:24px}.icon-button__badge{background:linear-gradient(180deg, var(--orange), var(--orange-soft));border-radius:999px;width:8px;height:8px;position:absolute;top:7px;right:7px;transform:translate(8%,-8%);box-shadow:0 0 0 3px #f7f9fceb}.icon-button:active{background:#405f9114;transform:scale(.96)}.app-main{min-height:100dvh;overflow-x:hidden}.app-main--homebar{padding-top:var(--header-height)}.app-main--topbar{padding-top:var(--inner-header-height)}.app-main--bottom-nav{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px))}.bottom-nav{z-index:30;width:min(100%,390px);height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));padding:0 32px env(safe-area-inset-bottom,0px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f9fce6;border-top:1px solid #c4c6d066;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -12px 24px #002b5b0a}.bottom-nav__item{color:#405f919e;opacity:.92;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:72px;font-family:Manrope,PingFang SC,sans-serif;font-size:.7rem;font-weight:700;transition:transform .18s,color .18s,opacity .18s;display:inline-flex}.bottom-nav__item.is-active{color:var(--orange);opacity:1}.bottom-nav__item:active{transform:scale(.97)}.bottom-nav__symbol{font-size:24px}.bottom-nav__item.is-active .bottom-nav__symbol{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.app-sheet-backdrop{z-index:45;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00143f33;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.app-sheet{width:min(100%,390px);max-height:min(78dvh,640px);padding:12px 20px calc(20px + env(safe-area-inset-bottom,0px));background:#f7f9fcf5;border-radius:28px 28px 0 0;overflow-y:auto;box-shadow:0 -18px 36px #002b5b14}.app-sheet__grab{background:#405f912e;border-radius:999px;width:42px;height:5px;margin:0 auto 14px}.app-sheet__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.app-sheet__copy{flex-direction:column;gap:6px;display:flex}.app-sheet__copy strong{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:1.12rem;font-weight:800}.app-sheet__copy p{color:#191c1ea8;margin:0;font-size:.84rem;line-height:1.55}.app-sheet__close{flex-shrink:0}.app-sheet__stack{flex-direction:column;gap:12px;display:flex}.sheet-link{background:var(--surface-lowest);border:1px solid var(--outline-hairline);cursor:pointer;text-align:left;border-radius:22px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 18px;transition:transform .18s,background-color .18s,box-shadow .18s;display:flex;box-shadow:0 8px 18px #002b5b0d}.sheet-link:active{transform:scale(.985);box-shadow:0 6px 14px #002b5b0a}.sheet-link__copy{flex-direction:column;gap:6px;min-width:0;display:flex}.sheet-link__copy strong{color:var(--ink-strong);font-size:.94rem;font-weight:800}.sheet-link__copy span,.sheet-link__copy em{color:#191c1ea8;margin:0;font-size:.8rem;font-style:normal;line-height:1.5}.sheet-link__copy em{color:var(--ink-soft);font-weight:700}.sheet-link__row{align-items:center;gap:8px;display:flex}.sheet-link__dot{background:linear-gradient(180deg, var(--orange), var(--orange-soft));border-radius:999px;width:8px;height:8px}.sheet-contact-card{background:var(--surface-lowest);border-radius:24px;flex-direction:column;gap:16px;padding:18px;display:flex;box-shadow:0 8px 18px #002b5b0d}.sheet-contact-card__header,.sheet-contact-card__item{flex-direction:column;gap:6px;display:flex}.sheet-contact-card__header strong,.sheet-contact-card__item strong{color:var(--ink-strong);font-size:.95rem;font-weight:800}.sheet-contact-card__header span,.sheet-contact-card__item span{color:#191c1ead;font-size:.82rem;line-height:1.5}.sheet-contact-card__item{background:var(--surface-low);border-radius:18px;flex-direction:row;align-items:flex-start;gap:12px;padding:14px 16px}.sheet-contact-card__item .material-symbols-outlined{color:var(--ink-soft);font-size:20px}.page,.home-page{flex-direction:column;gap:24px;padding:20px;display:flex}.home-page{padding:0 0 calc(var(--bottom-nav-height) + 24px + env(safe-area-inset-bottom,0px));gap:0}.intro-block,.section-block{flex-direction:column;gap:12px;display:flex}.eyebrow{width:fit-content;min-height:24px;color:var(--ink-soft);letter-spacing:.02em;background:#405f911a;border-radius:999px;align-items:center;padding:0 12px;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;display:inline-flex}.eyebrow--light{color:#fffc;background:#ffffff24}.page-title{color:var(--ink-strong);letter-spacing:-.05em;margin:0;font-size:1.95rem;font-weight:800;line-height:1.08}.page-title--light{color:#fff}.page-summary,.section-note,.sheet-card__body p,.policy-card p,.media-card__body p,.home-hero__summary,.enterprise-card__summary,.detail-cover__summary{color:#191c1eb8;margin:0;font-size:.92rem;line-height:1.62}.page-summary--light,.feature-banner__content p,.quote-inline,.meta-inline--light{color:#ffffffd1}.page-summary--compact{color:#191c1ecc}.section-heading{flex-direction:column;gap:8px;display:flex}.section-heading--split{flex-direction:row;justify-content:space-between;align-items:center}.section-title{color:var(--ink-strong);letter-spacing:-.03em;margin:0;font-size:1.18rem;font-weight:800}.section-title--light{color:#fff}.section-note{color:#405f91d6;font-size:.82rem}.surface-panel,.home-search-card,.sheet-card,.enterprise-card,.media-card,.policy-card,.empty-panel,.stat-card,.profile-hero{background:var(--surface-lowest);border-radius:var(--radius-block);border:1px solid var(--outline-hairline);box-shadow:var(--shadow-card)}.surface-panel{flex-direction:column;gap:16px;padding:18px;display:flex}.surface-panel--tight{gap:18px}.search-field{background:var(--surface-low);min-height:52px;color:var(--ink-muted);border:1px solid #0000;border-radius:18px;align-items:center;gap:12px;padding:0 16px;transition:background-color .18s,border-color .18s,box-shadow .18s;display:flex}.search-field:focus-within{background:var(--surface-lowest);box-shadow:var(--focus-ring);border-color:#ff8c0047}.search-field--filled{background:var(--surface-low)}.search-field input{width:100%;min-width:0;color:var(--ink-base);font-size:.92rem}.search-field input::placeholder,.field input::placeholder,.field textarea::placeholder{color:#9aa0ac}.button{border-radius:var(--radius-button);cursor:pointer;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-size:.92rem;font-weight:700;transition:transform .18s,filter .18s,background-color .18s,box-shadow .18s;display:inline-flex}.button:active{transform:scale(.975)}.button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none;transform:none}.image-placeholder{color:#fff;background:linear-gradient(135deg,#111827b8,#ff8c00c2),#1f2937;place-items:center;font-weight:800;display:grid}.image-placeholder--banner{width:100%;height:100%}.button--primary{color:#fff;background:linear-gradient(90deg, var(--orange), var(--orange-soft));box-shadow:0 10px 22px #ff8c002e}.button--secondary{color:var(--ink-strong);background:#405f911f;box-shadow:inset 0 0 0 1px #405f9114}.button--ghost{color:var(--muted);box-shadow:inset 0 0 0 1px var(--line);background:0 0}.button--full{width:100%}.button--flex{flex:1}.feature-banner__button{align-self:flex-start}.button-group{gap:12px;display:flex}.tab-row{scrollbar-width:none;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.tab-row::-webkit-scrollbar{display:none}.tab-pill{background:var(--surface-lowest);color:#405f91d1;white-space:nowrap;border-radius:999px;min-height:38px;padding:0 16px;font-size:.82rem;font-weight:700;transition:transform .18s,background-color .18s,color .18s;box-shadow:0 6px 14px #002b5b0d}.tab-pill.is-active{background:var(--ink-strong);color:#fff}.tab-pill:active{transform:scale(.98)}.chip-row{scrollbar-width:none;gap:8px;padding:0 1px 2px;display:flex;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}.chip{min-height:44px;color:var(--ink-soft);white-space:nowrap;background:#405f911a;border-radius:999px;padding:0 16px;font-size:.84rem;font-weight:600}.chip.is-active{background:var(--ink-strong);color:#fff}.topic-page{gap:18px}.topic-intro{flex-direction:column;gap:12px;padding:20px 2px 2px;display:flex}.topic-control-panel{background:var(--surface-glass);border:1px solid var(--outline-hairline);border-radius:24px;padding:14px;box-shadow:0 14px 28px #002b5b0d}.topic-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.topic-metric{background:var(--surface-lowest);border:1px solid var(--outline-hairline);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:86px;padding:15px 16px;display:flex}.topic-metric span{color:var(--ink-soft);font-size:.78rem}.topic-metric strong{color:var(--ink-strong);letter-spacing:-.03em;font-family:Manrope,PingFang SC,sans-serif;font-size:1.18rem;font-weight:800}.topic-tabs{padding-bottom:0}.topic-lead{background:var(--surface-lowest);border:1px solid var(--outline-hairline);box-shadow:var(--shadow-card);border-radius:28px;align-items:flex-start;gap:14px;padding:16px;display:flex}.topic-lead__media{background:#405f9114;border-radius:18px;flex-shrink:0;place-items:center;width:58px;height:58px;display:grid}.topic-lead__logo{object-fit:cover;border-radius:14px;width:46px;height:46px}.topic-lead__image{object-fit:cover;border-radius:20px;flex-shrink:0;width:92px;min-height:118px}.topic-lead__body,.topic-list-card__body{flex-direction:column;min-width:0;display:flex}.topic-lead__body{flex:1;gap:9px}.topic-lead__body h2,.topic-cta-panel h2{color:var(--ink-strong);letter-spacing:-.03em;margin:0;font-family:Manrope,PingFang SC,sans-serif;font-weight:800}.topic-lead__body h2{font-size:1.12rem;line-height:1.32}.topic-lead__body p,.topic-list-card__body p,.topic-cta-panel p{color:#191c1eb8;margin:0;line-height:1.58}.topic-lead__body p{font-size:.88rem}.topic-lead__tags{gap:8px}.premium-meta{color:var(--ink-soft);flex-direction:column;gap:4px;font-size:.8rem;line-height:1.45;display:flex}.premium-detail-list{flex-direction:column;gap:14px;display:flex}.premium-detail-item{border-top:1px solid #405f911a;padding-top:14px}.premium-detail-item:first-child{border-top:0;padding-top:0}.premium-detail-item span{color:var(--ink-soft);margin-bottom:6px;font-size:.78rem;font-weight:700;display:block}.premium-detail-item p{color:#191c1ebd;margin:0;line-height:1.65}.premium-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.premium-gallery__image{aspect-ratio:4/3;object-fit:cover;background:var(--surface-low);border:1px solid #405f911a;border-radius:8px;width:100%}.topic-entry-list,.topic-directory{flex-direction:column;gap:10px;display:flex}.topic-entry,.topic-list-card{background:var(--surface-lowest);border:1px solid var(--outline-hairline);border-radius:20px;align-items:center;min-height:58px;transition:transform .18s,background-color .18s,box-shadow .18s;display:flex;box-shadow:0 10px 22px #002b5b0d}.topic-entry{color:var(--ink-strong);cursor:pointer;gap:12px;padding:12px 14px;font-weight:800}.topic-entry:active,.topic-list-card:active{transform:scale(.985);box-shadow:0 8px 18px #002b5b0a}.topic-entry__icon{width:36px;height:36px;color:var(--ink-soft);background:#405f9114;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.topic-entry span:nth-child(2){flex:1}.topic-entry>svg,.topic-list-card__arrow{color:var(--ink-soft);flex-shrink:0}.topic-list-card{gap:12px;padding:14px}.topic-list-card__logo{object-fit:cover;background:var(--surface-low);border-radius:15px;flex-shrink:0;width:48px;height:48px}.topic-list-card__thumb{object-fit:cover;border-radius:17px;flex-shrink:0;width:76px;min-height:82px}.topic-list-card__body{flex:1;gap:5px}.topic-list-card__body strong{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:.98rem;font-weight:800;line-height:1.34}.topic-list-card__body span{color:var(--ink-soft);font-size:.76rem;font-weight:700}.topic-list-card__body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;display:-webkit-box;overflow:hidden}.topic-cta-panel{border:1px solid var(--outline-hairline);background:#405f9114;border-radius:28px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:0 14px 28px #002b5b0a}.topic-cta-panel h2{margin-bottom:8px;font-size:1.1rem}.topic-cta-panel p{font-size:.9rem}.topic-cta-panel--dark{box-shadow:var(--shadow-card);background:linear-gradient(135deg,#00143f 0%,#405f91 100%)}.topic-cta-panel--dark h2,.topic-cta-panel--dark p{color:#fff}.topic-cta-panel--dark p{color:#fffc}.topic-cta-panel__button{align-self:flex-start}.topic-cta-panel--dark .topic-cta-panel__button{color:var(--ink-strong);background:#fff}.home-hero{padding:48px var(--home-gutter) 128px;background:radial-gradient(circle at 92% -6%,#ffb77d29,#0000 26%),linear-gradient(135deg,#00143f 0%,#163363 52%,#405f91 100%);margin:0;position:relative;overflow:hidden}.home-hero__content{z-index:1;text-align:left;flex-direction:column;gap:14px;max-width:none;margin:0;display:flex;position:relative}.home-hero__title{color:#fff;letter-spacing:-.045em;margin:0;font-size:1.72rem;font-weight:800;line-height:1.24}.home-hero__summary{color:#ffffffbd;letter-spacing:.02em;max-width:none;margin-inline:0;font-size:.82rem;line-height:1.55}.home-hero__orb{filter:blur(88px);opacity:.18;border-radius:999px;position:absolute}.home-hero__orb--right{background:#ffb77d80;width:224px;height:224px;top:-76px;right:-56px}.home-hero__orb--left{background:#a9c7ff3d;width:188px;height:188px;bottom:-92px;left:-42px}.home-search-card{z-index:2;margin:-80px var(--home-gutter) 0;box-shadow:var(--shadow-home-card);border-radius:32px;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative}.home-search-card__title{color:var(--ink-strong);letter-spacing:-.03em;margin:0;font-family:Manrope,PingFang SC,sans-serif;font-size:1.12rem;font-weight:800}.home-search-card .search-field{background:var(--surface-low);border-radius:16px;min-height:56px;padding-inline:16px}.home-search-card__button{min-height:56px;font-size:1rem;font-weight:800;box-shadow:0 12px 24px #ff8c0038}.home-topics{padding:0 var(--home-gutter);flex-direction:column;gap:14px;margin-top:48px;display:flex}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.topic-tile{border:1px solid var(--outline-hairline);min-height:128px;box-shadow:var(--shadow-topic);cursor:pointer;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:14px;padding:20px;transition:transform .2s,background-color .2s,box-shadow .2s,opacity .2s;display:flex;position:relative;overflow:hidden}.topic-tile:active{transform:scale(.985);box-shadow:0 6px 14px #002b5b0d}.topic-tile--large{background:var(--surface-low);flex-direction:column;justify-content:space-between;align-items:stretch}.topic-tile--small{background:var(--surface-lowest);justify-content:flex-start;align-items:center;min-height:76px;padding:18px 16px}.topic-tile--navy{--topic-halo:#405f912e;--topic-chip-bg:#405f910f;--topic-chip-color:var(--ink-soft)}.topic-tile--orange{--topic-halo:#ff8c001f;--topic-chip-bg:#ff8c0014;--topic-chip-color:#df7c00}.topic-tile--blue{--topic-halo:#405f911a;--topic-chip-bg:#405f910f;--topic-chip-color:var(--ink-soft)}.topic-tile--rose{--topic-halo:#ba1a1a1a;--topic-chip-bg:#ba1a1a14;--topic-chip-color:#ba1a1a}.topic-tile__copy,.topic-tile__icon{z-index:1;position:relative}.topic-tile__copy{align-items:flex-start;display:flex}.topic-tile__title{color:var(--ink-strong);letter-spacing:-.03em;font-size:1rem;font-weight:800;line-height:1.3}.topic-tile[data-size=small] .topic-tile__title{font-size:.88rem}.topic-tile__icon{width:40px;height:40px;color:var(--topic-chip-color,var(--ink-soft));background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 10px #002b5b14}.topic-tile[data-size=large] .topic-tile__icon{align-self:flex-end}.topic-tile[data-size=small]{gap:14px}.topic-tile[data-size=small] .topic-tile__icon{background:var(--topic-chip-bg,#405f910f);box-shadow:none;order:-1}.topic-tile__symbol{font-size:20px}.topic-tile__halo{background:var(--topic-halo,#405f911f);filter:blur(14px);opacity:.92;border-radius:999px;width:96px;height:96px;position:absolute;bottom:-10px;right:-10px}.search-field__symbol{color:#8c92a0}.button--primary:active{filter:saturate(1.04)brightness(.98)}.list-stack,.form-stack{flex-direction:column;gap:14px;display:flex}.enterprise-card{flex-direction:column;gap:14px;padding:18px;display:flex}.enterprise-featured{border-radius:var(--radius-block);box-shadow:var(--shadow-card);background:linear-gradient(#fff 0%,#f9fbff 100%);border:1px solid #405f911f;flex-direction:column;gap:16px;padding:18px;display:flex;position:relative;overflow:hidden}.enterprise-featured:before{content:"";border-top:3px solid var(--ink-strong);pointer-events:none;position:absolute;inset:0}.enterprise-featured__header,.enterprise-featured__footer{justify-content:space-between;align-items:flex-start;gap:14px;display:flex;position:relative}.enterprise-featured__title,.enterprise-featured__body{flex-direction:column;gap:10px;min-width:0;display:flex;position:relative}.enterprise-featured__title h3{color:var(--ink-strong);letter-spacing:-.03em;margin:0;font-family:Manrope,PingFang SC,sans-serif;font-size:1.08rem;font-weight:800;line-height:1.26}.enterprise-featured__meta,.enterprise-featured__summary{margin:0}.enterprise-featured__meta{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:.84rem;line-height:1.5;display:flex}.enterprise-featured__meta>span{min-width:0}.enterprise-featured__summary{color:#191c1ec2;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.62;display:-webkit-box;overflow:hidden}.enterprise-featured__logo{object-fit:cover;background:var(--surface-low);border:1px solid #405f911a;border-radius:16px;flex:none;width:56px;height:56px}.enterprise-featured .badge-pill,.enterprise-featured .tag{width:fit-content}.enterprise-featured .badge-pill{color:var(--ink-strong);background:#00143f14}.enterprise-featured__footer{align-items:flex-end}.enterprise-featured__footer .tag-list{flex:auto;min-width:0}.enterprise-featured .card-link{min-height:44px;color:var(--ink-strong);flex:none}.enterprise-list-heading{margin-top:2px}.enterprise-card--compact{border-radius:var(--radius-block);gap:12px}.enterprise-card__header{align-items:flex-start;gap:14px;display:flex}.enterprise-card__logo,.detail-cover__logo{object-fit:cover;background:var(--surface-low);border-radius:16px;width:52px;height:52px}.enterprise-card--compact .enterprise-card__logo{border-radius:15px;width:48px;height:48px}.enterprise-card__heading{flex-direction:column;gap:6px;min-width:0;display:flex}.enterprise-card__heading h3{color:var(--ink-strong);margin:0;font-size:1rem;font-weight:800;line-height:1.32}.enterprise-card__heading p,.enterprise-card__meta span{color:var(--ink-soft);margin:0;font-size:.82rem}.enterprise-card__meta,.meta-inline{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:12px;font-size:.8rem;display:inline-flex}.enterprise-card__summary{color:#191c1ebd}.enterprise-card--compact .enterprise-card__heading h3{font-size:.96rem}.enterprise-card--compact .enterprise-card__summary{font-size:.86rem;line-height:1.56}.tag-list{flex-wrap:wrap;gap:10px;display:flex}.tag,.badge-pill,.status-pill{border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:.74rem;font-weight:700;display:inline-flex}.tag{color:var(--ink-soft);background:#405f9117}.tag--solid{color:var(--ink-strong);background:#405f9124}.badge-pill{color:#ad5c00;background:#ff8c001f}.badge-pill--light{color:#fff;background:#ffffff29}.status-pill{color:var(--ink-soft);background:#405f911a}.card-link{color:var(--ink-strong);align-items:center;gap:8px;font-size:.84rem;font-weight:700;display:inline-flex}.detail-cover{border-radius:30px;min-height:280px;position:relative;overflow:hidden}.detail-cover__image,.feature-banner__image,.sheet-card__thumb,.media-card__image{object-fit:cover;width:100%;height:100%}.detail-cover__image{min-height:280px}.detail-cover__overlay,.feature-banner__overlay{background:linear-gradient(#00143f1f,#00143fd1);position:absolute;inset:0}.detail-cover__content,.feature-banner__content{flex-direction:column;gap:10px;padding:20px;display:flex;position:absolute;inset:auto 0 0}.detail-cover__title,.feature-banner__content h1,.feature-banner__content h2{color:#fff;margin:0;font-size:1.6rem;font-weight:800;line-height:1.14}.detail-cover__summary{color:#fffc}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.stat-card{background:var(--surface-lowest);flex-direction:column;gap:8px;padding:16px 14px;display:flex}.stat-card span{color:var(--ink-soft);font-size:.78rem}.stat-card strong{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:1rem;font-weight:800}.sheet-card{align-items:center;gap:14px;padding:16px;display:flex}.sheet-card--feature{align-items:stretch;padding:0;overflow:hidden}.sheet-card__thumb{flex-shrink:0;width:112px;min-height:148px}.sheet-card__body{flex-direction:column;flex:1;gap:8px;min-width:0;padding:16px;display:flex}.sheet-card__icon{width:40px;height:40px;color:var(--ink-soft);background:#405f911a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sheet-card__arrow{color:var(--ink-soft)}.update-item{align-items:flex-start;gap:12px;padding:2px 0;display:flex}.update-item p{color:#191c1ec2;margin:0;line-height:1.6}.update-item__dot{background:linear-gradient(180deg, var(--orange), var(--orange-soft));border-radius:999px;flex-shrink:0;width:8px;height:8px;margin-top:8px}.editorial-hero{box-shadow:var(--shadow-card);background:linear-gradient(135deg,#00143f 0%,#405f91 100%);border-radius:30px;flex-direction:column;gap:12px;padding:24px;display:flex}.media-card{overflow:hidden}.media-card__image{aspect-ratio:16/10;width:100%}.media-card__body{flex-direction:column;gap:10px;padding:18px;display:flex}.media-card__body h2,.policy-card h2{color:var(--ink-strong);margin:0;font-size:1.12rem;line-height:1.32}.feature-banner{min-height:300px;box-shadow:var(--shadow-card);border-radius:30px;position:relative;overflow:hidden}.premium-banner{min-height:260px}.premium-banner__content{gap:12px;max-width:84%}.premium-banner .feature-banner__image{min-height:260px}.feature-banner__image{min-height:300px}.quote-inline{align-items:flex-start;gap:8px;font-size:.88rem;line-height:1.5;display:inline-flex}.policy-card{flex-direction:column;gap:12px;padding:18px;display:flex;box-shadow:0 14px 30px #002b5b0f}.policy-card__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.policy-card__footer{flex-direction:column;gap:8px;display:flex}.policy-brief{flex-direction:column;gap:10px;display:flex}.policy-brief__item{background:linear-gradient(#405f9117,#405f910a);border-radius:20px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.policy-brief__item span{color:var(--ink-soft);font-size:.76rem}.policy-brief__item strong{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:.92rem;font-weight:800;line-height:1.5}.policy-editorial-lead,.policy-park-item{flex-direction:column;gap:14px;display:flex}.policy-editorial-lead{padding-bottom:4px}.policy-editorial-lead__heading{flex-direction:column;gap:10px;display:flex}.policy-editorial-lead__kicker{color:var(--ink-soft);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:700}.policy-editorial-lead .section-title{max-width:12ch;font-size:1.42rem;line-height:1.2}.policy-editorial-lead__points,.policy-park-list{flex-direction:column;display:flex}.policy-editorial-lead__points{border-top:1px solid #405f911f}.policy-editorial-lead__point,.policy-park-item{border-bottom:1px solid #405f911f;padding:14px 0}.policy-editorial-lead__point{grid-template-columns:34px minmax(0,1fr);align-items:flex-start;gap:12px;display:grid}.policy-editorial-lead__index{min-height:30px;color:var(--ink-soft);background:#405f9114;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-family:Manrope,PingFang SC,sans-serif;font-size:.74rem;font-weight:800;display:inline-flex}.policy-editorial-lead__point p,.policy-brochure-note,.policy-park-item__summary{color:#191c1ebd;margin:0;font-size:.88rem;line-height:1.62}.policy-brochure-link{align-self:flex-start;margin-top:4px}.brochure-page{gap:16px}.brochure-hero{gap:10px}.brochure-pdf{gap:16px}.brochure-pdf-actions{flex-wrap:wrap;gap:10px;display:flex}.brochure-pdf-open:disabled,.icon-action:disabled{cursor:not-allowed;filter:grayscale(.35);opacity:.52}.brochure-pdf-panel{background:#f8f9fbf5;border:1px solid #405f911f;border-radius:18px;overflow:hidden}.brochure-pdf-state{color:#191c1eb8;justify-content:center;align-items:center;gap:10px;min-height:148px;font-size:.9rem;font-weight:700;display:flex}.brochure-pdf-reader{flex-direction:column;display:flex}.brochure-pdf-toolbar{background:#ffffffdb;border-bottom:1px solid #405f911a;align-items:center;gap:8px;min-height:52px;padding:8px;display:flex}.brochure-pdf-toolbar__spacer{flex:1}.icon-action{width:36px;height:36px;color:var(--ink-soft);cursor:pointer;background:#405f911a;border:0;border-radius:50%;justify-content:center;align-items:center;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.icon-action:active{transform:scale(.94)}.brochure-pdf-counter,.brochure-pdf-zoom{color:#191c1eb8;text-align:center;min-width:56px;font-family:Manrope,PingFang SC,sans-serif;font-size:.78rem;font-weight:800}.brochure-pdf-canvas-host{background-color:#eef3f8;background-image:linear-gradient(45deg,#405f910a 25%,#0000 25%),linear-gradient(-45deg,#405f910a 25%,#0000 25%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:18px 18px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;padding:12px;overflow:auto}.brochure-pdf-canvas{background:#fff;border-radius:8px;max-width:none;margin:0 auto;display:block;box-shadow:0 14px 32px #0f172a1f}.brochure-error--pdf{padding:16px}.spin-icon{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brochure-viewer{gap:18px}.brochure-image-list{flex-direction:column;gap:14px;display:flex}.brochure-image-card{background:#f8f9fbf5;border:1px solid #405f911a;border-radius:20px;padding:12px}.brochure-image-card__meta{color:#191c1ea3;letter-spacing:.04em;margin-bottom:10px;font-size:.8rem;font-weight:700}.brochure-image{background:#fff;border-radius:14px;width:100%;height:auto;display:block;box-shadow:0 14px 28px #0f172a14}.brochure-error{flex-direction:column;align-items:flex-start;gap:14px;padding:14px 0 4px;display:flex}.brochure-error p{color:#191c1ebd;margin:0;font-size:.9rem;line-height:1.6}.policy-park-list{border-top:1px solid #405f911f}.policy-park-item__header{align-items:center;gap:10px;display:flex}.policy-park-item__icon{color:#ad5c00;background:#ff8c001a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.policy-park-item__header strong{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:.98rem;font-weight:800}.grid-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.category-card{background:var(--surface-lowest);box-shadow:var(--shadow-card);border-radius:24px;flex-direction:column;gap:12px;padding:16px;display:flex}.category-card__body p{color:#191c1eb8;margin:0;font-size:.88rem;line-height:1.6}.field{flex-direction:column;gap:10px;display:flex}.field span{color:var(--ink-strong);font-size:.84rem;font-weight:700}.field input,.field textarea{background:var(--surface-low);min-height:54px;color:var(--ink-base);resize:vertical;border:1px solid #0000;border-radius:18px;padding:14px 16px;transition:background-color .18s,border-color .18s,box-shadow .18s}.field input:focus,.field textarea:focus{background:var(--surface-lowest);box-shadow:var(--focus-ring);border-color:#ff8c0047}.field textarea{min-height:132px}.upload-panel{min-height:88px;color:var(--ink-soft);cursor:pointer;text-align:center;background:#405f910f;border:1px dashed #405f9129;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:18px 16px;font-weight:700;transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s;display:inline-flex}.upload-panel:active{background:#405f9117;transform:scale(.985)}.attachment-list{flex-wrap:wrap;gap:10px;display:flex}.attachment-chip{min-height:34px;color:var(--ink-soft);background:#405f9114;border:1px solid #405f9114;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex}.progress-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.progress-step{background:var(--surface-low);border-radius:20px;flex-direction:column;gap:10px;padding:16px;display:flex}.progress-step__index{background:var(--ink-strong);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:inline-flex}.success-panel{background:var(--success-bg);color:var(--success-ink);border:1px solid #147b5624;border-radius:18px;padding:16px;font-size:.88rem;line-height:1.6}.success-panel--subtle{color:var(--ink-soft);background:#405f9114}.feedback-category-list{flex-direction:column;gap:12px;display:flex}.feedback-category-card{background:var(--surface-lowest);border:1px solid var(--outline-hairline);box-shadow:var(--shadow-card);border-radius:24px;align-items:flex-start;gap:14px;padding:18px;display:flex}.feedback-category-card__icon{width:46px;height:46px;color:var(--ink-soft);background:#405f9114;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.feedback-category-card__body{flex-direction:column;gap:10px;display:flex}.feedback-category-card__body .badge-pill{width:fit-content}.feedback-category-card__body p{color:#191c1ebd;margin:0;font-size:.88rem;line-height:1.58}.profile-hero{align-items:center;gap:16px;padding:20px;display:flex}.profile-masthead{background:linear-gradient(135deg,#00143f 0%,#1d3765 56%,#405f91 100%);border-radius:30px;flex-direction:column;gap:18px;padding:22px;display:flex;box-shadow:0 24px 44px #002b5b24}.profile-masthead__top{align-items:center;gap:16px;display:flex}.profile-masthead__content{flex-direction:column;gap:8px;display:flex}.profile-masthead .profile-hero__avatar{background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff14}.profile-masthead__tags{flex-wrap:wrap;gap:8px;display:flex}.profile-masthead__tag{color:#ffffffd6;background:#ffffff1f;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.76rem;font-weight:700;display:inline-flex}.profile-hero__avatar{color:#fff;background:linear-gradient(135deg,#00143f,#405f91);border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;font-family:Manrope,PingFang SC,sans-serif;font-size:1.45rem;font-weight:800;display:inline-flex}.profile-hero__content{flex-direction:column;gap:8px;display:flex}.profile-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-quick-card{background:var(--surface-lowest);min-height:164px;box-shadow:var(--shadow-card);border-radius:24px;flex-direction:column;gap:12px;padding:18px;display:flex}.profile-quick-card__icon{width:42px;height:42px;color:var(--ink-soft);background:#405f9114;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.profile-quick-card__body{flex-direction:column;flex:1;gap:8px;display:flex}.profile-quick-card__body strong{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:.94rem;font-weight:800}.profile-quick-card__body p{color:#191c1eb3;margin:0;font-size:.82rem;line-height:1.54}.profile-quick-card__arrow{color:var(--ink-soft)}.sheet-card__body--compact{gap:4px}.showcase-card{background:var(--surface-lowest);box-shadow:var(--shadow-card);border-radius:30px;overflow:hidden}.showcase-card--lead .showcase-card__media{aspect-ratio:16/8.6}.showcase-card--lead .showcase-card__body{gap:14px}.showcase-card__media{aspect-ratio:16/10;object-fit:cover;width:100%}.showcase-card__body{flex-direction:column;gap:12px;padding:22px;display:flex}.showcase-card__body h2,.showcase-mini__body h2{color:var(--ink-strong);margin:0;font-family:Manrope,PingFang SC,sans-serif;font-size:1.2rem;font-weight:800;line-height:1.28}.showcase-card__body p,.showcase-mini__body p,.service-prompt__item p,.story-quote p{color:#191c1ebd;margin:0;line-height:1.65}.showcase-card__facts{flex-direction:column;gap:8px;display:flex}.showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.showcase-mini{background:var(--surface-lowest);box-shadow:var(--shadow-card);border-radius:24px;transition:transform .18s,box-shadow .18s;overflow:hidden}.showcase-mini:active{transform:scale(.985)}.showcase-mini__image{aspect-ratio:4/3;object-fit:cover;width:100%}.showcase-mini__body{flex-direction:column;gap:8px;padding:16px;display:flex}.showcase-mini__body h2{font-size:.98rem}.showcase-mini__body p{font-size:.84rem}.service-prompt{box-shadow:var(--shadow-card);background:linear-gradient(135deg,#00143f 0%,#405f91 100%);border-radius:30px;flex-direction:column;gap:18px;padding:22px;display:flex}.service-prompt--light{background:var(--surface-lowest)}.service-prompt--light .page-summary,.service-prompt--light .section-title,.service-prompt--light .service-prompt__item p{color:#191c1ec7}.service-prompt--light .button{align-self:flex-start}.service-prompt__item{color:#ffffffe0;align-items:flex-start;gap:10px;display:flex}.service-prompt__item p{color:#ffffffd1}.service-prompt__button{color:var(--ink-strong);background:#fff}.stats-grid--private .stat-card{background:linear-gradient(#fffffff5,#405f910d)}.private-enterprise-card .sheet-card__body{gap:10px}.private-enterprise-card .tag-list{gap:8px}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.guide-grid--muted .guide-card{box-shadow:none;background:#405f910d;border:1px solid #405f9114;padding:14px 12px}.guide-grid--muted .guide-card__icon{background:#fff;width:38px;height:38px}.guide-card{text-align:center;background:var(--surface-lowest);box-shadow:var(--shadow-card);border-radius:22px;flex-direction:column;align-items:center;gap:12px;padding:16px 12px;display:flex}.guide-card__icon{width:42px;height:42px;color:var(--ink-soft);background:#405f9117;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.guide-card strong{color:var(--ink-strong);font-size:.82rem;font-weight:800;line-height:1.35}.story-quote{color:var(--ink-soft);background:#405f9114;border-radius:28px;gap:12px;padding:22px;display:flex}.story-editor-note{background:linear-gradient(#405f9114,#405f910a);border-radius:28px;padding:20px 22px;box-shadow:0 14px 28px #002b5b0a}.story-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.story-metric-card{background:var(--surface-lowest);box-shadow:var(--shadow-card);border-radius:24px;flex-direction:column;gap:8px;padding:18px 16px;display:flex}.story-metric-card span{color:var(--ink-soft);font-size:.76rem}.story-metric-card strong{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:.96rem;font-weight:800;line-height:1.35}.story-list-card .sheet-card__thumb{width:118px}.story-list-card .sheet-card__body{gap:10px}.story-detail-list{gap:8px}.story-link-panel{gap:12px}.story-media-link{align-self:flex-start}.surface-panel--info{background:linear-gradient(#405f9114,#405f910a)}.editorial-hero--feedback{padding:28px 24px}.surface-panel--feedback-note{background:linear-gradient(#fffffff5,#405f9114)}.voice-demand-page{gap:16px}.voice-demand-hero{gap:10px}.voice-demand-topics{grid-template-columns:1fr;gap:12px;display:grid}.voice-demand-topic{background:var(--surface-lowest);border:1px solid var(--outline-hairline);box-shadow:var(--shadow-card);color:inherit;cursor:pointer;text-align:left;border-radius:8px;flex-direction:column;gap:8px;padding:16px;transition:transform .18s,background-color .18s,box-shadow .18s;display:flex}.voice-demand-topic:active{background:#ffffffeb;transform:scale(.985)}.voice-demand-topic__tag{width:fit-content;min-height:24px;color:var(--ink-soft);letter-spacing:.02em;background:#405f911a;border-radius:999px;align-items:center;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.voice-demand-topic__title{color:var(--ink-strong);font-family:Manrope,PingFang SC,sans-serif;font-size:1rem;font-weight:800;line-height:1.35}.voice-demand-topic p{color:#191c1eb8;margin:0;font-size:.9rem;line-height:1.6}.voice-demand-form{margin-top:2px}.voice-demand-form__submit{border-radius:8px}.stats-grid--policy{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid--policy .stat-card{justify-content:space-between;min-height:92px}.icon-button,.sheet-link,.topic-entry,.topic-list-card,.topic-tile,.card-link,.upload-panel,.voice-demand-topic,.tab-pill,.chip{cursor:pointer}.icon-button:focus-visible,.sheet-link:focus-visible,.button:focus-visible,.tab-pill:focus-visible,.chip:focus-visible,.card-link:focus-visible,.topic-entry:focus-visible,.topic-list-card:focus-visible,.topic-tile:focus-visible,.upload-panel:focus-visible,.voice-demand-topic:focus-visible,.bottom-nav__item:focus-visible{box-shadow:var(--focus-ring);outline:none}.home-search-card,.surface-panel,.sheet-card,.enterprise-card,.media-card,.policy-card,.empty-panel,.stat-card,.profile-hero,.topic-control-panel,.topic-lead,.topic-entry,.topic-list-card,.topic-cta-panel,.topic-tile,.editorial-hero,.feature-banner,.category-card,.feedback-category-card,.voice-demand-topic,.policy-brief__item,.story-metric-card,.field input,.field textarea,.upload-panel,.success-panel{border-radius:8px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-login-page,.admin-shell{color:#1e293b;background:#f8fafc;min-height:100dvh}.admin-login-page{place-items:center;padding:24px;display:grid}.admin-login-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:min(100%,420px);padding:28px;box-shadow:0 18px 50px #0f172a14}.admin-login-panel__icon{color:#2563eb;background:#eff6ff;border-radius:8px;place-items:center;width:48px;height:48px;margin-bottom:18px;display:grid}.admin-login-panel h1,.admin-header h1{letter-spacing:0;margin:4px 0 8px;font-size:26px;line-height:1.2}.admin-login-panel p{color:#64748b;margin:0 0 22px;line-height:1.6}.admin-form{gap:16px;display:grid}.admin-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 14px;font-size:14px}.admin-notice,.admin-loading{border-radius:8px;margin-bottom:14px;padding:12px 14px;font-size:14px}.admin-notice{color:#166534;background:#dcfce7;border:1px solid #86efac}.admin-loading{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.admin-shell{grid-template-columns:260px minmax(0,1fr);display:grid}.admin-sidebar{color:#e2e8f0;background:#0f172a;flex-direction:column;gap:22px;min-height:100dvh;padding:22px 16px;display:flex}.admin-sidebar__brand{border-bottom:1px solid #e2e8f029;gap:4px;padding:0 8px 16px;display:grid}.admin-sidebar__brand strong{font-size:18px}.admin-sidebar__brand span{color:#94a3b8;font-size:13px}.admin-nav{gap:6px;display:grid}.admin-nav__item,.admin-logout{color:#cbd5e1;min-height:44px;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.admin-nav__item:hover,.admin-nav__item:focus-visible,.admin-nav__item.is-active{color:#fff;background:#1d4ed8;outline:none}.admin-logout{border:1px solid #e2e8f02e;margin-top:auto}.admin-main{min-width:0;padding:28px}.admin-header,.admin-header__actions,.admin-toolbar,.admin-import__actions{align-items:center;gap:12px;display:flex}.admin-header{justify-content:space-between;margin-bottom:24px}.admin-header__actions,.admin-toolbar,.admin-import__actions{flex-wrap:wrap}.admin-section{gap:18px;display:grid}.admin-stat-grid,.admin-board{gap:14px;display:grid}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-board{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr)}.admin-board--editor{grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr);align-items:start}.admin-stat,.admin-panel,.admin-import{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:18px}.admin-stat{gap:8px;display:grid}.admin-stat span,.admin-table__row span,.admin-panel p,.admin-import p{color:#64748b}.admin-stat strong{color:#0f172a;font-size:24px}.admin-panel h2,.admin-import h2{margin:0 0 12px;font-size:18px}.admin-toolbar{justify-content:space-between}.admin-search{min-width:220px;min-height:44px;font:inherit;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:0 14px}.admin-table{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:grid;overflow:hidden}.admin-table__row{border-top:1px solid #e2e8f0;grid-template-columns:minmax(180px,1.4fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(96px,.4fr);align-items:center;gap:12px;min-height:52px;padding:12px 16px;display:grid}.admin-table__row--button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff;border-bottom:0;border-left:0;border-right:0}.admin-table__row--button:hover,.admin-table__row--button:focus-visible{outline-offset:-2px;background:#f8fafc;outline:2px solid #93c5fd}.admin-table__row:first-child{border-top:0}.admin-table__row--head{background:#f8fafc;font-weight:700}.admin-table__row--wide{grid-template-columns:80px minmax(180px,1.4fr) minmax(120px,.7fr) minmax(90px,.4fr) minmax(260px,1fr)}.admin-table__row small{color:#64748b;margin-top:4px;line-height:1.5;display:block}.admin-inline-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-inline-actions .button{min-height:36px;padding-inline:12px;font-size:13px}.admin-status{color:#92400e;background:#fffbeb;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:4px 10px;font-size:13px;display:inline-flex}.admin-status--published{color:#166534;background:#dcfce7}.admin-status--archived{color:#475569;background:#e2e8f0}.admin-import{gap:12px;max-width:760px;display:grid}.admin-word-preview{gap:1rem;display:grid}.admin-word-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.admin-word-card{background:#f8fafc;border:1px solid #0f172a14;border-radius:8px;align-content:start;gap:.8rem;min-width:0;padding:1rem;display:grid}.admin-word-card h3{color:#0f172a;margin:0;font-size:1rem}.admin-word-image{object-fit:cover;background:#e2e8f0;border-radius:8px;width:100%;max-height:220px}.admin-word-gallery{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;display:grid}.admin-word-gallery figure{gap:.5rem;margin:0;display:grid}.admin-word-gallery img{aspect-ratio:4/3;object-fit:cover;background:#e2e8f0;border-radius:8px;width:100%}.admin-word-gallery figcaption{flex-wrap:wrap;gap:.4rem;display:flex}.admin-editor{gap:14px;display:grid}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-field-error{color:#b91c1c;font-size:13px;font-style:normal}.admin-json-editor{min-height:260px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.admin-code-block{color:#0f172a;white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:12px;overflow-x:auto}@media (width<=900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{min-height:auto}.admin-stat-grid,.admin-board,.admin-board--editor,.admin-form-grid,.admin-word-grid{grid-template-columns:1fr}.admin-header{flex-direction:column;align-items:flex-start}.admin-table__row{grid-template-columns:1fr}}.empty-panel{flex-direction:column;align-items:flex-start;gap:12px;padding:24px 20px;display:flex}.empty-panel h1,.empty-panel h3{color:var(--ink-strong);margin:0;font-family:Manrope,PingFang SC,sans-serif;font-size:1.18rem;font-weight:800}.empty-panel p{color:#191c1eb8;margin:0;line-height:1.6}.empty-panel--error{background:#fff7f7;border-color:#b91c1c3d}@media (width<=360px){.page,.home-page{padding-inline:16px}.home-hero{margin-inline:-16px;padding-inline:16px}.topic-grid,.stats-grid,.grid-cards,.progress-row,.showcase-grid,.story-metric-grid,.profile-quick-grid{grid-template-columns:1fr}.enterprise-featured{padding:16px}.enterprise-featured__footer{flex-direction:column;align-items:flex-start;gap:12px}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.button-group{flex-direction:column}}
