@font-face {
font-family: Onest;
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url("../fonts/onest-400-700-latin.3db826ed1c5d.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Onest;
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url("../fonts/onest-400-700-latin-ext.3e2cb9888206.woff2") format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Onest;
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url("../fonts/onest-400-700-cyrillic.fe2bd26ae82a.woff2") format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: Onest;
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url("../fonts/onest-400-700-cyrillic-ext.11a468877c94.woff2") format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'JetBrains Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("../fonts/jetbrains-mono-400-handles.8261a7121ad0.woff2") format('woff2');
}
:root {
--paper:      #F1F4F8;
--surface:    #FFFFFF;
--surface-2:  #E9EEF4;
--ink:        #0F1720;
--ink-2:      #3D4C5C;
--muted:      #64778A;
--line:       #DCE3EB;
--line-soft:  #E9EEF3;
--accent:     #1B7FC4;
--accent-ink: #FFFFFF;
--accent-bg:  #E4F0F9;
--warn:       #8A5A12;
--star:       #E0A526;
--brand:      #6FA818;
--radius:     14px;
--radius-sm:  9px;
--shadow:     0 1px 2px rgba(15, 23, 32, .06), 0 4px 14px rgba(15, 23, 32, .05);
--shadow-lift:0 2px 6px rgba(15, 23, 32, .09), 0 12px 28px rgba(15, 23, 32, .09);
--shell:      1240px;
--gap:        clamp(.75rem, 2.5vw, 1.25rem);
--pad:        clamp(1rem, 4vw, 1.75rem);
--sans: Onest, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", "Noto Sans Arabic", sans-serif;
--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) {
--paper:      #0E1621;
--surface:    #17212B;
--surface-2:  #1E2A36;
--ink:        #E8EEF4;
--ink-2:      #B7C6D4;
--muted:      #8497A9;
--line:       #24313E;
--line-soft:  #1D2833;
--accent:     #57ABE4;
--accent-ink: #06131E;
--accent-bg:  #16303F;
--warn:       #D6A455;
--star:       #E8B84B;
--brand:      #8FC93C;
--shadow:     0 1px 2px rgba(0, 0, 0, .4);
--shadow-lift:0 2px 6px rgba(0, 0, 0, .45), 0 12px 28px rgba(0, 0, 0, .35);
}
}
:root[data-theme="dark"] {
--paper:      #0E1621;
--surface:    #17212B;
--surface-2:  #1E2A36;
--ink:        #E8EEF4;
--ink-2:      #B7C6D4;
--muted:      #8497A9;
--line:       #24313E;
--line-soft:  #1D2833;
--accent:     #57ABE4;
--accent-ink: #06131E;
--accent-bg:  #16303F;
--warn:       #D6A455;
--star:       #E8B84B;
--brand:      #8FC93C;
--shadow:     0 1px 2px rgba(0, 0, 0, .4);
--shadow-lift:0 2px 6px rgba(0, 0, 0, .45), 0 12px 28px rgba(0, 0, 0, .35);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
margin: 0;
background: var(--paper);
color: var(--ink);
font-family: var(--sans);
font-size: 16px;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
overflow-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 2px;
border-radius: 4px;
}
h1, h2, h3 { margin: 0; line-height: 1.2; font-weight: 600; text-wrap: balance; }
.shell {
max-width: var(--shell);
margin: 0 auto;
padding-inline: var(--pad);
}
.skip {
position: absolute;
left: -9999px;
top: 0;
background: var(--accent);
color: var(--accent-ink);
padding: .6rem 1rem;
z-index: 100;
}
.skip:focus { left: 0; }
.header {
position: sticky;
top: 0;
z-index: 30;
background: color-mix(in srgb, var(--surface) 88%, transparent);
backdrop-filter: saturate(180%) blur(12px);
border-bottom: 1px solid var(--line);
}
.header__bar {
display: flex;
align-items: center;
gap: .75rem;
min-height: 56px;
padding-block: .5rem;
}
.logo {
display: inline-flex;
align-items: center;
gap: .45rem;
font-weight: 700;
font-size: 1.2rem;
letter-spacing: -.02em;
color: var(--ink);
flex: none;
}
.logo:hover { text-decoration: none; }
.logo b { color: var(--accent); font-weight: 700; }
.logo__mark {
flex: none;
display: block;
width: 26px;
height: 26px;
}
.logo__text {
display: inline-flex;
align-items: baseline;
gap: .1rem;
}
@media (max-width: 519px) {
.header .logo__text { display: none; }
}
.footer .logo__mark { width: 30px; height: 30px; }
.search {
flex: 1 1 auto;
min-width: 0;
display: flex;
align-items: center;
gap: .5rem;
background: var(--surface-2);
border: 1px solid transparent;
border-radius: 999px;
padding: .45rem .85rem;
}
.search:focus-within { border-color: var(--accent); background: var(--surface); }
.search svg { flex: none; width: 17px; height: 17px; color: var(--muted); }
.search input {
flex: 1 1 auto;
min-width: 0;
border: 0;
background: none;
font: inherit;
font-size: .95rem;
color: var(--ink);
}
.search input::placeholder { color: var(--muted); }
.search input:focus { outline: none; }
.header__add {
flex: none;
display: inline-flex;
align-items: center;
gap: .4rem;
min-height: 38px;
padding: 0 .7rem;
border-radius: 999px;
background: var(--accent);
color: var(--accent-ink);
font-size: .88rem;
font-weight: 500;
}
.header__add:hover { text-decoration: none; filter: brightness(1.07); }
.header__add svg { width: 17px; height: 17px; }
.header__add span { display: none; }
@media (min-width: 620px) { .header__add span { display: inline; } }
.langs {
flex: none;
display: inline-flex;
align-items: center;
gap: 2px;
padding: 2px;
border-radius: 999px;
background: var(--surface-2);
}
.lang {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 30px;
min-height: 30px;
padding: 0 .35rem;
border-radius: 999px;
font-size: .76rem;
font-weight: 600;
letter-spacing: .02em;
color: var(--muted);
}
.lang:hover { text-decoration: none; color: var(--ink); }
.lang--on {
background: var(--surface);
color: var(--ink);
box-shadow: 0 1px 2px rgba(15, 23, 32, .10);
}
.chips {
display: flex;
gap: .4rem;
overflow-x: auto;
scrollbar-width: none;
padding-block: .5rem;
margin-inline: calc(var(--pad) * -1);
padding-inline: var(--pad);
scroll-snap-type: x proximity;
scroll-padding-inline: var(--pad);
}
.chips::-webkit-scrollbar { display: none; }
.header .chips {
-webkit-mask-image: linear-gradient(to right, #000 calc(100% - 2.5rem), transparent);
mask-image: linear-gradient(to right, #000 calc(100% - 2.5rem), transparent);
}
@media (hover: hover) and (pointer: fine) {
.chips {
scrollbar-width: thin;
scrollbar-color: color-mix(in srgb, var(--muted) 45%, transparent) transparent;
padding-bottom: .15rem;
}
.chips::-webkit-scrollbar { display: block; height: 7px; }
.chips::-webkit-scrollbar-track { background: transparent; }
.chips::-webkit-scrollbar-thumb {
background: color-mix(in srgb, var(--muted) 45%, transparent);
border-radius: 999px;
}
.chips:hover::-webkit-scrollbar-thumb { background: var(--muted); }
}
.chip {
flex: none;
scroll-snap-align: start;
display: inline-flex;
align-items: center;
gap: .35rem;
padding: .34rem .7rem;
border-radius: 999px;
border: 1px solid var(--line);
background: var(--surface);
color: var(--ink-2);
font-size: .84rem;
font-weight: 500;
white-space: nowrap;
}
.chip:hover { text-decoration: none; border-color: var(--accent); color: var(--accent); }
.chip[aria-current="page"] {
background: var(--accent);
border-color: var(--accent);
color: var(--accent-ink);
}
.chip small { opacity: .6; font-variant-numeric: tabular-nums; }
main { padding-block: clamp(1.25rem, 4vw, 2.25rem) 3rem; }
.page-head { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.4rem; }
.page-head h1 { font-size: clamp(1.5rem, 5vw, 2.15rem); letter-spacing: -.02em; }
.page-head p { margin: 0; color: var(--muted); max-width: 62ch; font-size: .97rem; }
.crumbs {
display: flex;
flex-wrap: wrap;
gap: .35rem;
font-size: .85rem;
color: var(--muted);
margin-bottom: .35rem;
}
.crumbs a { color: var(--muted); }
.crumbs span[aria-hidden] { opacity: .5; }
.grid {
display: grid;
gap: var(--gap);
grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 560px)  { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px)  { .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1180px) { .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.card {
position: relative;
display: flex;
flex-direction: column;
gap: .6rem;
padding: .95rem;
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow);
transition: box-shadow .16s ease, border-color .16s ease, transform .16s ease;
content-visibility: auto;
contain-intrinsic-size: 180px;
}
@media (hover: hover) {
.card:hover { border-color: var(--accent); box-shadow: var(--shadow-lift); transform: translateY(-2px); }
}
.card__top { display: flex; gap: .7rem; align-items: flex-start; min-width: 0; }
.avatar {
flex: none;
width: 48px;
height: 48px;
border-radius: 12px;
object-fit: cover;
background: hsl(var(--h, 210) 68% 90%);
color: transparent;
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .avatar { background: hsl(var(--h, 210) 40% 22%); }
}
:root[data-theme="dark"] .avatar { background: hsl(var(--h, 210) 40% 22%); }
.avatar--stub {
display: grid;
place-items: center;
font-weight: 600;
font-size: 1.05rem;
letter-spacing: -.02em;
color: hsl(var(--h) 62% 32%);
background: hsl(var(--h) 68% 90%);
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .avatar--stub {
color: hsl(var(--h) 70% 78%);
background: hsl(var(--h) 40% 22%);
}
}
:root[data-theme="dark"] .avatar--stub {
color: hsl(var(--h) 70% 78%);
background: hsl(var(--h) 40% 22%);
}
.card__id { min-width: 0; flex: 1 1 auto; }
.card__title {
font-size: 1rem;
font-weight: 600;
letter-spacing: -.01em;
margin: 0 0 .1rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card__title a { color: inherit; }
.card__title a::after { content: ""; position: absolute; inset: 0; }
.card__title a:hover { text-decoration: none; }
.handle {
font-family: var(--mono);
font-size: .8rem;
color: var(--muted);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.card__text {
margin: 0;
font-size: .89rem;
color: var(--ink-2);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card__meta {
display: flex;
align-items: center;
gap: .45rem;
flex-wrap: wrap;
margin-top: auto;
padding-top: .15rem;
font-size: .76rem;
color: var(--muted);
}
.tag {
display: inline-flex;
align-items: center;
gap: .3rem;
padding: .16rem .5rem;
border-radius: 999px;
background: var(--surface-2);
font-size: .74rem;
font-weight: 500;
color: var(--ink-2);
white-space: nowrap;
}
.tag--platform { position: relative; z-index: 1; }
.tag__dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.rating {
display: inline-flex;
align-items: center;
gap: .22rem;
font-variant-numeric: tabular-nums;
color: var(--ink-2);
font-weight: 500;
}
.rating svg { width: 13px; height: 13px; color: var(--star); }
.pager {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: .35rem;
margin-top: 2rem;
}
.pager a, .pager span {
min-width: 42px;
min-height: 42px;
padding-inline: .7rem;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: var(--radius-sm);
border: 1px solid var(--line);
background: var(--surface);
color: var(--ink-2);
font-size: .92rem;
font-variant-numeric: tabular-nums;
}
.pager a:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }
.pager [aria-current="page"] {
background: var(--accent);
border-color: var(--accent);
color: var(--accent-ink);
font-weight: 600;
}
.pager .gap { border: 0; background: none; min-width: 22px; color: var(--muted); }
.bot {
display: grid;
gap: clamp(1.25rem, 4vw, 2rem);
grid-template-columns: 1fr;
align-items: start;
}
.bot > * { min-width: 0; }
@media (min-width: 940px) {
.bot {
grid-template-columns: minmax(0, 1fr) 320px;
grid-template-areas: "main side" "related related";
}
.bot__main    { grid-area: main; }
.bot__side    { grid-area: side; }
.bot__related { grid-area: related; }
}
.bot__panel {
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
padding: var(--gap);
box-shadow: var(--shadow);
}
.bot__head { display: flex; gap: 1rem; align-items: flex-start; }
.bot__head .avatar { width: 76px; height: 76px; border-radius: 18px; font-size: 1.7rem; }
@media (min-width: 560px) { .bot__head .avatar { width: 96px; height: 96px; } }
.bot__title { font-size: clamp(1.35rem, 5vw, 1.95rem); letter-spacing: -.025em; margin-bottom: .25rem; }
.bot__desc {
margin: 1.25rem 0 0;
font-size: 1rem;
line-height: 1.65;
color: var(--ink-2);
white-space: pre-line;
}
.cta {
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
width: 100%;
min-height: 50px;
margin-top: 1.25rem;
padding: .75rem 1.25rem;
border-radius: var(--radius-sm);
background: var(--accent);
color: var(--accent-ink);
font-weight: 600;
font-size: 1rem;
}
.cta:hover { text-decoration: none; filter: brightness(1.06); }
.cta svg { width: 19px; height: 19px; }
.facts { display: flex; flex-direction: column; gap: .1rem; margin: 0; }
.facts div {
display: flex;
justify-content: space-between;
gap: 1rem;
padding: .6rem 0;
border-bottom: 1px solid var(--line-soft);
font-size: .9rem;
}
.facts div:last-child { border-bottom: 0; }
.facts dt { color: var(--muted); flex: none; }
.facts dd { margin: 0; text-align: right; color: var(--ink); }
.linklist { display: flex; flex-wrap: wrap; gap: .35rem; justify-content: flex-end; }
.bot__related .section-title { margin-top: 0; }
.section-title {
font-size: 1.05rem;
margin: 2.25rem 0 1rem;
display: flex;
align-items: baseline;
gap: .6rem;
}
.section-title span { font-size: .85rem; font-weight: 400; color: var(--muted); }
.sitemap section + section { margin-top: 2rem; }
.sitemap__list {
list-style: none;
margin: .75rem 0 0;
padding: 0;
}
.sitemap__list--cols {
columns: 230px auto;
column-gap: var(--gap);
}
.sitemap__list li {
display: flex;
align-items: baseline;
gap: .5rem;
padding: .32rem 0;
break-inside: avoid;
}
.sitemap__list a { font-weight: 500; }
.sitemap__list span {
color: var(--muted);
font-size: .85rem;
font-variant-numeric: tabular-nums;
}
.empty {
text-align: center;
padding: 3rem 1rem;
color: var(--muted);
background: var(--surface);
border: 1px dashed var(--line);
border-radius: var(--radius);
}
.empty strong { display: block; color: var(--ink); font-size: 1.1rem; margin-bottom: .35rem; }
.prose { max-width: 68ch; }
.prose p { margin: 0 0 1rem; color: var(--ink-2); }
.prose h2 { font-size: 1.25rem; margin: 2rem 0 .75rem; }
.prose ul { color: var(--ink-2); padding-left: 1.15rem; }
.footer {
border-top: 1px solid var(--line);
background: var(--surface);
padding-block: 2rem 2.5rem;
font-size: .88rem;
color: var(--muted);
}
.footer__cols {
display: grid;
gap: 1.5rem;
grid-template-columns: 1fr;
}
@media (min-width: 700px) { .footer__cols { grid-template-columns: 2fr 1fr 1fr; } }
.footer h3 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: .6rem; font-weight: 600; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .35rem; }
.footer a { color: var(--ink-2); }
@media (prefers-reduced-motion: reduce) {
* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
.form { display: flex; flex-direction: column; gap: 1.15rem; max-width: 760px; }
.form__row { display: flex; flex-direction: column; gap: .35rem; }
.form__row--pair { display: grid; gap: 1.15rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .form__row--pair { grid-template-columns: 1fr 1fr; } }
.form label, .form legend {
font-size: .92rem;
font-weight: 500;
color: var(--ink);
}
.req { color: #c0563f; margin-left: .15rem; }
.form input[type="text"],
.form input[type="email"],
.form input[type="url"],
.form input[type="file"],
.form textarea {
width: 100%;
min-height: 46px;
padding: .6rem .8rem;
border: 1px solid var(--line);
border-radius: var(--radius-sm);
background: var(--surface);
color: var(--ink);
font: inherit;
font-size: 1rem; 
}
.form textarea { min-height: 130px; resize: vertical; }
.form input:focus, .form textarea:focus {
outline: none;
border-color: var(--accent);
box-shadow: 0 0 0 3px var(--accent-bg);
}
.form__hint { margin: 0; font-size: .82rem; color: var(--muted); }
.form__error { margin: 0; font-size: .85rem; color: #c0563f; font-weight: 500; }
.form__row--bad input, .form__row--bad textarea { border-color: #c0563f; }
.form__group {
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 1rem 1.1rem 1.15rem;
margin: 0;
background: var(--surface);
display: flex;
flex-direction: column;
gap: .7rem;
}
.form__group legend { padding: 0 .35rem; }
.checks {
display: grid;
gap: .45rem .9rem;
grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
}
@media (max-width: 699px) {
.checks { max-height: 250px; overflow-y: auto; padding-right: .35rem; }
}
.check {
display: flex;
align-items: center;
gap: .5rem;
font-weight: 400;
font-size: .92rem;
color: var(--ink-2);
min-height: 34px;
cursor: pointer;
}
.check input { width: 19px; height: 19px; accent-color: var(--accent); flex: none; }
.form .cta { margin-top: .35rem; }
.notice {
border: 1px solid var(--line);
border-left-width: 3px;
border-radius: var(--radius);
background: var(--surface);
padding: 1.1rem 1.25rem;
color: var(--ink-2);
}
.notice strong { display: block; color: var(--ink); font-size: 1.05rem; margin-bottom: .3rem; }
.notice p { margin: 0; }
.notice--ok    { border-left-color: #2a8a5a; }
.notice--warn  { border-left-color: var(--warn); }
.notice--error { border-left-color: #c0563f; }
.notice--bot { border-left-color: var(--accent); margin-bottom: 1.5rem; }
.notice--bot p { margin: .4rem 0 0; }
.notice__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: .5rem 1.25rem;
margin-top: .9rem !important;
}
.cta--small { width: auto; min-height: 0; margin-top: 0; padding: .5rem 1rem; }
.kb-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.kb-list a {
display: block;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--surface);
padding: 1rem 1.25rem;
font-size: 1.05rem;
}
.kb-list a:hover { border-color: var(--accent); }
.kb h2 { margin-top: 2.25rem; }
.kb code {
background: var(--surface-2, rgba(127, 127, 127, .12));
border-radius: 3px;
padding: .05em .35em;
font-size: .92em;
}
.kb-steps { counter-reset: kb; list-style: none; padding: 0; margin: 0; }
.kb-steps > li {
counter-increment: kb;
position: relative;
padding: 0 0 1rem 2.6rem;
color: var(--ink-2);
}
.kb-steps > li::before {
content: counter(kb);
position: absolute;
left: 0;
top: -.1rem;
width: 1.8rem;
height: 1.8rem;
display: grid;
place-items: center;
border-radius: 50%;
border: 1px solid var(--line);
background: var(--surface);
color: var(--accent);
font-size: .85rem;
font-variant-numeric: tabular-nums;
}
.kb-steps ul { margin: .4rem 0 0; }
.kb-note {
border-left: 3px solid var(--line);
padding-left: 1rem;
color: var(--muted) !important;
}
.kb__back { margin-top: 2rem; }
.tag--verified {
color: #2a8a5a;
border-color: color-mix(in srgb, #2a8a5a 35%, var(--line));
display: inline-flex;
align-items: center;
gap: .3rem;
}
.tag--verified svg { width: 13px; height: 13px; }
.bot__owner {
margin: 1rem 0 0;
padding-top: .9rem;
border-top: 1px solid var(--line);
font-size: .92rem;
color: var(--muted);
}
.bot__owner a { font-weight: 500; }
.bot__owner-why { display: block; margin-top: .15rem; }
.cta--ghost {
background: transparent;
color: var(--ink);
border: 1px solid var(--line);
}
.cta--ghost:hover { background: var(--surface); filter: none; }
.bot__contact { margin: 1rem 0 0; font-size: .92rem; color: var(--muted); }
.bot__contact .cta { margin-top: 0; }
.bot__contact-why { display: block; margin-top: .35rem; }
.contact__value {
display: inline-block;
margin: 1rem 0 .35rem;
padding: .6rem 1rem;
border: 1px solid var(--line);
border-radius: var(--radius-sm);
background: var(--surface);
font-size: 1.05rem;
font-weight: 600;
word-break: break-all;
}
.contact__note { margin: 0; font-size: .9rem; color: var(--muted); }
.family { list-style: none; margin: .6rem 0 0; padding: 0; display: grid; gap: .5rem; }
.family__item {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: .5rem;
padding: .7rem .9rem;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--surface);
}
.family__item a { font-weight: 600; }
.family__kind { font-size: .88rem; color: var(--muted); }
.cabinet-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.cabinet-item {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--surface);
padding: .9rem 1.1rem;
}
.cabinet-item__title { font-weight: 500; }
.cabinet-item__meta { margin: .2rem 0 0; font-size: .86rem; color: var(--muted); }
.cabinet-item .cta { flex: none; }
.cabinet-empty { color: var(--muted); }
.home-hero {
border-bottom: 1px solid var(--line);
padding-bottom: 1.6rem;
margin-bottom: 2rem;
}
.home-hero h1 { margin: 0 0 1.1rem; }
.home-search {
display: flex;
align-items: center;
gap: .6rem;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--surface);
padding: .25rem .25rem .25rem .9rem;
max-width: 46rem;
}
.home-search svg { width: 20px; height: 20px; color: var(--muted); flex: none; }
.home-search input {
flex: 1;
min-width: 0;
border: 0;
background: none;
padding: .8rem 0;
font: inherit;
color: var(--ink);
}
.home-search input:focus { outline: none; }
.home-search button {
flex: none;
border: 0;
border-radius: var(--radius-sm);
background: var(--accent);
color: #fff;
font: inherit;
font-weight: 500;
padding: .6rem 1.1rem;
cursor: pointer;
}
.home-search:focus-within { border-color: var(--accent); }
.home-counts {
display: flex;
flex-wrap: wrap;
gap: .5rem;
margin-top: 1rem;
}
.home-count {
display: flex;
flex-direction: column;
gap: .1rem;
border: 1px solid var(--line);
border-radius: var(--radius-sm);
background: var(--surface);
padding: .55rem .9rem;
text-decoration: none;
}
.home-count b { font-size: 1.15rem; font-variant-numeric: tabular-nums; }
.home-count span { font-size: .8rem; color: var(--muted); }
.home-count:hover { border-color: var(--accent); }
.home-trust { margin: 1rem 0 0; font-size: .9rem; color: var(--muted); max-width: 62ch; }
.home-more { margin: 1rem 0 2.5rem; }
.home-sections {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
gap: .5rem;
margin-bottom: 2.5rem;
}
.home-section {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: .5rem;
border: 1px solid var(--line);
border-radius: var(--radius-sm);
background: var(--surface);
padding: .6rem .85rem;
text-decoration: none;
}
.home-section b { font-variant-numeric: tabular-nums; color: var(--muted); font-weight: 500; }
.home-section:hover { border-color: var(--accent); }
.home-about { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.home-about h2 { margin-top: 0; }
.home-about li { margin-bottom: .4rem; }
.check {
margin-top: .4rem;
font-size: .88rem;
line-height: 1.45;
padding-left: .8rem;
border-left: 2px solid var(--line);
color: var(--muted);
}
.check--ok   { border-left-color: #2a8a5a; color: var(--ink-2); }
.check--warn { border-left-color: var(--warn); color: var(--ink-2); }
