*,:before,:after{box-sizing:border-box}:root{--bg:#f4f1ea;--bg-sidebar:#ebe7de;--bg-card:#fff;--text:#1a1a1a;--text-muted:#5c5c5c;--text-light:#8a8a8a;--accent:#8b1a1a;--accent-hover:#6d1414;--border:#d4cfc4;--border-light:#e8e4db;--shadow:0 1px 3px #0000000f;--font-serif:"PT Serif", Georgia, "Times New Roman", serif;--font-sans:"PT Sans", -apple-system, BlinkMacSystemFont, sans-serif;--sidebar-width:260px;--header-height:72px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);margin:0;font-weight:700}.site-header{z-index:100;background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:var(--shadow);position:sticky;top:0}.site-header__inner{max-width:1400px;height:var(--header-height);align-items:center;gap:32px;margin:0 auto;padding:0 24px;display:flex}.site-header__brand{flex-shrink:0}.site-header__logo{flex-direction:column;gap:2px;display:flex}.site-header__title{font-family:var(--font-serif);color:var(--accent);letter-spacing:-.02em;font-size:1.5rem;font-weight:700;line-height:1.2}.site-header__subtitle{color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;font-size:.7rem}.site-header__nav{flex:1;gap:20px;display:flex}.site-header__nav-link{color:var(--text-muted);white-space:nowrap;font-size:.875rem;transition:color .15s}.site-header__nav-link:hover,.site-header__nav-link--active{color:var(--text)}.site-header__nav-link--active{font-weight:700}.site-header__search{flex-shrink:0}.site-header__search input{border:1px solid var(--border);width:200px;font-size:.875rem;font-family:var(--font-sans);background:var(--bg);color:var(--text);border-radius:2px;outline:none;padding:8px 12px;transition:border-color .15s}.site-header__search input:focus{border-color:var(--accent)}.site-header__search input::placeholder{color:var(--text-light)}@media (width<=900px){.site-header__inner{flex-wrap:wrap;gap:12px;height:auto;padding:12px 16px}.site-header__nav{order:3;width:100%}.site-header__search{margin-left:auto}.site-header__search input{width:160px}}.sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border);top:var(--header-height);height:calc(100vh - var(--header-height));flex-direction:column;flex-shrink:0;display:flex;position:sticky;overflow:hidden}.sidebar__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:baseline;gap:8px;padding:16px 16px 12px;display:flex}.sidebar__title{font-family:var(--font-serif);font-size:.95rem;line-height:1.3}.sidebar__count{color:var(--text-light);flex-shrink:0;font-size:.75rem}.sidebar__nav{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:1;padding:8px 0 16px;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.sidebar__group{margin-bottom:4px}.sidebar__letter{font-family:var(--font-serif);color:var(--accent);background:var(--bg-sidebar);z-index:1;padding:6px 16px 4px;font-size:1.1rem;font-weight:700;position:sticky;top:0}.sidebar__link{text-align:left;width:100%;color:var(--text);border-left:2px solid #0000;padding:4px 16px 4px 20px;font-size:.8125rem;line-height:1.4;transition:background .1s,color .1s;display:block}.sidebar__link:hover{color:var(--accent);background:#0000000a}.sidebar__link--active{background:var(--bg-card);color:var(--accent);border-left-color:var(--accent);font-weight:700}.sidebar__empty{color:var(--text-muted);padding:16px;font-size:.875rem}.sidebar__letters-quick{border-top:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;gap:4px;padding:8px 12px;display:flex}.sidebar__letter-btn{width:24px;height:24px;color:var(--text-muted);border:1px solid var(--border);border-radius:2px;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;transition:all .1s;display:flex}.sidebar__letter-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--bg-card)}@media (width<=768px){.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:320px;position:relative;top:0}}.main-content{flex:1;min-width:0;max-width:960px;padding:32px 40px 48px}.hero-section{border-bottom:1px solid var(--border-light);margin-bottom:40px;padding-bottom:32px}.hero-section__title{color:var(--text);margin-bottom:16px;font-size:1.75rem}.hero-section__lead{font-family:var(--font-serif);color:var(--text);margin:0 0 12px;font-size:1.05rem;line-height:1.65}.hero-section__note{color:var(--text-muted);margin:0;font-size:.9rem}.section-title{border-bottom:2px solid var(--accent);margin-bottom:20px;padding-bottom:8px;font-size:1.25rem;display:inline-block}.section-title--button{font-family:var(--font-serif);color:var(--text);cursor:pointer;font-weight:700;transition:color .15s}.section-title--button:hover{color:var(--accent)}.verbs-grid-section{margin-bottom:48px}.verbs-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.verb-card{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow);cursor:default;transition:box-shadow .15s,transform .15s}.verb-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.verb-card__cover{background:linear-gradient(135deg,#2c2c2c 0%,#4a4a4a 100%);justify-content:center;align-items:center;height:100px;display:flex;position:relative;overflow:hidden}.verb-card__cover:after{content:"";background:linear-gradient(#0000 60%,#8b1a1a26);position:absolute;inset:0}.verb-card__base{font-family:var(--font-serif);color:#ffffffe6;letter-spacing:.05em;text-transform:uppercase;z-index:1;font-size:1.75rem;font-weight:700;position:relative}.verb-card__body{padding:14px 16px 16px}.verb-card__title a{font-family:var(--font-serif);color:var(--text);text-align:left;width:100%;font-size:1rem;font-weight:700;transition:color .15s;display:block}.verb-card__title a:hover{color:var(--accent)}.verb-card__translation{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;font-size:.8125rem;line-height:1.45;display:-webkit-box;overflow:hidden}.info-section__text{font-family:var(--font-serif);font-size:1rem;line-height:1.65}.info-section__text p{margin:0 0 12px}.info-section__text ul{margin:0 0 16px;padding-left:20px;list-style:outside}.info-section__text li{margin-bottom:6px}.info-section__text em{color:var(--accent);font-style:italic}.verb-detail__breadcrumb{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:24px;font-size:.8125rem;display:flex}.verb-detail__breadcrumb a{color:var(--accent);font-size:inherit;transition:opacity .15s}.verb-detail__breadcrumb a:hover{opacity:.75}.verb-detail__header{border-bottom:1px solid var(--border-light);margin-bottom:32px;padding-bottom:24px}.verb-detail__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:8px;font-size:.75rem}.verb-detail__title{margin-bottom:12px;font-size:2.25rem;line-height:1.2}.verb-detail__phrase{color:var(--accent)}.verb-detail__translation{font-family:var(--font-serif);color:var(--text-muted);margin:0;font-size:1.15rem;font-style:italic}.verb-detail__body{font-family:var(--font-serif);font-size:1rem;line-height:1.7}.verb-detail__body h2{margin:28px 0 12px;font-size:1.15rem}.verb-detail__body p{margin:0 0 12px}.verb-detail__example{background:var(--bg-sidebar);border-left:3px solid var(--accent);margin:16px 0;padding:16px 20px}.verb-detail__example p{margin:0 0 8px;font-size:1.05rem}.verb-detail__example em,.verb-highlight{color:var(--accent);font-style:italic;font-weight:700}.verb-detail__example-en{margin:0 0 8px;font-size:1.05rem;line-height:1.55}.verb-detail__meanings-summary{font-family:var(--font-serif);color:var(--text-muted);margin:8px 0 0;padding-left:20px;font-size:1rem}.verb-detail__meanings-summary li{margin-bottom:4px}.verb-detail__meaning{margin-bottom:36px}.verb-detail__meaning-title{font-family:var(--font-serif);border-bottom:1px solid var(--border-light);color:var(--text);margin:0 0 16px;padding-bottom:8px;font-size:1.15rem}.verb-detail__meaning-num{color:var(--accent)}.verb-detail__example-ru{font-family:var(--font-serif);color:var(--text-muted);margin:0 0 8px;font-size:1rem;line-height:1.55}.verb-detail__intro{font-family:var(--font-serif);line-height:1.65}.verb-card__preview{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 0;font-size:.75rem;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}.verb-detail__note{color:var(--text-muted);font-size:.875rem;font-family:var(--font-sans)}.verb-detail__note a{color:var(--accent);text-decoration:underline}@media (width<=768px){.main-content{padding:20px 16px 32px}.verbs-grid{grid-template-columns:1fr 1fr;gap:12px}.verb-detail__title{font-size:1.75rem}}@media (width<=480px){.verbs-grid{grid-template-columns:1fr}}.site-footer{background:var(--bg-card);border-top:1px solid var(--border);margin-top:auto;padding:24px}.site-footer__inner{text-align:center;max-width:1400px;margin:0 auto}.site-footer__links{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:12px;display:flex}.site-footer__links a{color:var(--text-muted);font-size:.8125rem;transition:color .15s}.site-footer__links a:hover{color:var(--accent)}.site-footer__copy{color:var(--text-light);margin:0;font-size:.75rem}.layout{flex:1;width:100%;max-width:1400px;margin:0 auto;display:flex}@media (width<=768px){.layout{flex-direction:column}}
