:root{--home-bg: #eef3f6;--home-surface: #ffffff;--home-surface-soft: #f6fbfd;--home-text: #173042;--home-muted: #60727e;--home-accent: #005f80;--home-accent-strong: #0d87a8;--home-border: #d6e2ea;--home-shadow: 0 22px 50px rgba(23, 48, 66, .1)}body{background:radial-gradient(circle at top right,rgba(13,135,168,.12),transparent 30%),linear-gradient(180deg,#f7fbfd 0%,var(--home-bg) 45%,#eaf1f5 100%);color:var(--home-text);font-family:Segoe UI,system-ui,sans-serif;margin:0}*{box-sizing:border-box}.home-hero{background:linear-gradient(135deg,#005f80f5,#0e84a6eb),linear-gradient(180deg,#0b5d7a,#0a789a);color:#f6fdff;overflow:hidden;padding:4.4rem 1.5rem 5.4rem;position:relative}.home-hero:after{background:radial-gradient(circle,#ffffff24,#fff0 68%);content:"";height:20rem;pointer-events:none;position:absolute;right:-6rem;top:-5rem;width:20rem}.home-hero__inner{margin:0 auto;max-width:1180px;position:relative;z-index:1}.home-hero__eyebrow{font-size:.82rem;font-weight:700;letter-spacing:.16em;margin:0 0 1rem;opacity:.9;text-transform:uppercase}.home-hero__brand{align-items:center;display:flex;flex-wrap:wrap;gap:.9rem 1.1rem;margin-bottom:1.4rem}.home-hero__logo{align-items:center;background:linear-gradient(135deg,#ffffff29,#ffffff47);border:1px solid rgba(255,255,255,.22);border-radius:24px;box-shadow:0 18px 32px #07303e29;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:800;height:3rem;justify-content:center;letter-spacing:.24em;min-width:3rem;padding-left:.24em;text-transform:uppercase}.home-hero__title{flex:1 1 32rem;font-size:clamp(1.7rem,3.2vw,2.9rem);letter-spacing:-.04em;line-height:1.02;margin:0;max-width:none;min-width:0}.home-hero__title-name{white-space:nowrap}.home-hero__title-separator{margin:0 .22em}.home-hero__subtitle{font-size:1.08rem;line-height:1.65;margin:1.1rem 0 0;max-width:44rem;opacity:.94}.home-search-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:24px;box-shadow:var(--home-shadow);margin-top:2rem;max-width:760px;padding:1.1rem}.home-search-panel__label{display:block;font-size:.94rem;font-weight:700;margin-bottom:.55rem}.home-search-panel input{background:#fffffff5;border:none;border-radius:16px;color:var(--home-text);font:inherit;padding:1rem 1.15rem;width:100%}.home-search-panel input:focus{box-shadow:0 0 0 4px #ffffff38;outline:none}.home-search-panel__summary{font-size:.92rem;margin:.8rem 0 0;opacity:.9}.home-main{margin:-3rem auto 0;max-width:1220px;padding:0 1rem 2.2rem;position:relative;z-index:2}.home-section{background:#ffffffd1;border:1px solid rgba(214,226,234,.9);border-radius:28px;box-shadow:var(--home-shadow);padding:1.3rem}.home-section__header{align-items:end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.home-section__eyebrow{color:var(--home-accent);font-size:.8rem;font-weight:700;letter-spacing:.14em;margin:0 0 .35rem;text-transform:uppercase}.home-section__header h2{font-size:clamp(1.4rem,2vw,2rem);margin:0}.home-section__description{color:var(--home-muted);line-height:1.6;margin:.55rem 0 0;max-width:46rem}.home-section__hint{align-items:flex-end;color:var(--home-muted);display:flex;flex-direction:column;font-size:.88rem;gap:.35rem;white-space:nowrap}.home-dashboard{display:grid;gap:1rem;grid-auto-columns:minmax(320px,360px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:.6rem;scroll-snap-type:x proximity}.home-dashboard::-webkit-scrollbar{height:11px}.home-dashboard::-webkit-scrollbar-thumb{background:#005f803d;border:2px solid transparent;border-radius:999px;background-clip:padding-box}.category-card{background:linear-gradient(180deg,#f6fbfde0,#ffffffeb),var(--home-surface);border:1px solid var(--home-border);border-radius:24px;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:min(68vh,40rem);min-height:24rem;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;width:100%}.category-card__header{align-items:center;background:linear-gradient(180deg,#d7edf6b8,#ffffffb8),var(--home-surface);border-bottom:1px solid var(--home-border);display:flex;gap:1rem;justify-content:space-between;padding:1rem 1rem .95rem}.category-card__eyebrow{color:var(--home-accent);font-size:.76rem;font-weight:700;letter-spacing:.12em;margin:0 0 .32rem;text-transform:uppercase}.category-card__header h3{font-size:1.15rem;margin:0}.category-card__count{background:#edf7fb;border:1px solid rgba(0,95,128,.14);border-radius:999px;color:var(--home-accent);font-size:.82rem;font-weight:700;padding:.45rem .75rem}.category-card__body{overflow-y:auto;padding:1rem}.category-card__body::-webkit-scrollbar{width:10px}.category-card__body::-webkit-scrollbar-thumb{background:#005f802e;border:2px solid transparent;border-radius:999px;background-clip:padding-box}.item-list{display:grid;gap:.7rem;list-style:none;margin:0;padding:0}.home-link{align-items:center;background:var(--home-surface);border:1px solid rgba(214,226,234,.95);border-radius:16px;color:var(--home-text);display:flex;gap:.75rem;justify-content:space-between;padding:.85rem .9rem;text-decoration:none;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.home-link:hover,.home-link:focus{background:#fbfeff;border-color:#005f8042;box-shadow:0 10px 22px #17304214;outline:none;transform:translate(3px)}.home-link__text{line-height:1.45}.home-link__badge{background:#e6f3f8;border-radius:999px;color:var(--home-accent-strong);flex:0 0 auto;font-size:.78rem;font-weight:700;min-width:1.9rem;padding:.32rem .5rem;text-align:center}.home-empty-state{align-items:center;background:var(--home-surface-soft);border:1px dashed var(--home-border);border-radius:20px;color:var(--home-muted);display:grid;gap:.45rem;justify-items:center;min-height:16rem;padding:1.4rem;text-align:center}.home-empty-state strong{color:var(--home-text);font-size:1rem}.home-empty-state code{background:#eef5f8;border-radius:6px;padding:.15rem .35rem}@media(max-width:900px){.home-section__header{align-items:start;flex-direction:column}.home-section__hint{align-items:start;flex-direction:row;flex-wrap:wrap}}@media(max-width:640px){.home-hero{padding:3.4rem 1rem 4.5rem}.home-search-panel,.home-section,.category-card{border-radius:20px}.home-dashboard{grid-auto-columns:86vw}.category-card{max-height:min(64vh,34rem)}.category-card__header{align-items:start;flex-direction:column}}
