.content-buttons{display:flex;gap:16px;flex-wrap:wrap;margin:36px 0;justify-content:flex-start}a.content-btn{display:inline-flex;text-decoration:none;align-items:center;justify-content:center;padding:14px 32px;border-radius:14px;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;text-transform:uppercase;letter-spacing:.8px;transition:all 0.3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}a.content-btn::before{content:'';position:absolute;inset:0;background:rgb(0 0 0 / .08);opacity:0;transition:all 0.3s cubic-bezier(.4,0,.2,1)}a.content-btn:hover::before{opacity:1}a.content-btn span{position:relative;z-index:1}a.content-btn--primary{background:#fff;color:#111;border:1px solid #fff;box-shadow:0 4px 14px rgb(0 0 0 / .18)}a.content-btn--primary:hover{box-shadow:0 0 24px rgb(0 0 0 / .22);transform:translateY(-2px)}a.content-btn--secondary{background:#fff0;color:#fff;border:2px solid #fff}a.content-btn--secondary::before{display:none}a.content-btn--secondary:hover{background:#fff0;border-color:#fff;color:#fff;box-shadow:none}@media(max-width:768px){.content-buttons{flex-direction:column;align-items:stretch}a.content-btn{width:100%}}:root{--color-accent:#f4b321;--color-accent-light:#f7cf67;--color-accent-dark:#cf9310;--color-bg:#f3f1ec;--color-surface:#fbfaf7;--color-surface-light:#ebe7df;--color-text:#353535;--color-text-secondary:#8f887d}:root{--page-bg:var(--color-bg, #f3f1ec);--surface:var(--color-surface, #fbfaf7);--surface-muted:var(--color-surface-light, #ebe7df);--text:var(--color-text, #353535);--text-muted:var(--color-text-secondary, #8f887d);--accent:var(--color-accent, #f4b321);--accent-soft:var(--color-accent-light, #f7cf67);--accent-strong:var(--color-accent-dark, #cf9310);--line:color-mix(in srgb, var(--text) 12%, var(--surface));--line-strong:color-mix(in srgb, var(--text) 18%, var(--surface));--shadow-sm:0 8px 20px color-mix(in srgb, var(--text) 10%, transparent);--shadow-md:0 16px 36px color-mix(in srgb, var(--text) 12%, transparent);--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--container-width:1240px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;background:var(--page-bg);color:var(--text);font-family:"Plus Jakarta Sans",sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%}a:focus-visible,button:focus-visible,label:focus-visible{outline:2px solid color-mix(in srgb,var(--accent-strong) 72%,transparent);outline-offset:3px}.page-container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 36px}.page-section{width:100%;position:relative}.site-header{position:sticky;top:0;z-index:1100;background:color-mix(in srgb,var(--surface) 96%,transparent);border-bottom:1px solid var(--line)}.page-section--header{padding:0}.site-header__shell{padding:22px 0 14px;border-bottom:1px solid var(--line-strong)}.site-header__row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:28px}.site-header__row--compact{grid-template-columns:auto auto;align-items:center}.site-header__brand{min-width:0}.brand-card{display:inline-flex;align-items:center;gap:0;min-width:0}.brand-card__media{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.brand-card__image{width:100%;height:100%;object-fit:contain}.site-header__toggle-input{position:absolute;opacity:0;pointer-events:none}.site-header__toggle{display:none;align-items:center;gap:12px;cursor:pointer;justify-self:end;color:var(--text)}.site-header__toggle-label{font-size:11px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.site-header__toggle-box{width:46px;height:42px;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0 11px;border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--surface)}.site-header__toggle-line{width:100%;height:2px;border-radius:999px;background:var(--text);transition:transform 0.22s ease,opacity 0.22s ease}.site-header__nav-wrap{min-width:0}.site-header__nav-panel{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:24px}.site-header__nav-block{grid-column:2;min-width:0;justify-self:center}.site-nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:8px 22px}.site-nav__item{position:relative;display:inline-flex;align-items:center;min-height:36px;padding:6px 0 12px;color:var(--text);font-size:14px;font-weight:700;line-height:1.2;transition:color 0.2s ease}.site-nav__item::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left center;transition:transform 0.2s ease}.site-nav__item:hover,.site-nav__item:focus-visible,.site-nav__item[aria-current="page"]{color:var(--accent-strong)}.site-nav__item:hover::after,.site-nav__item:focus-visible::after,.site-nav__item[aria-current="page"]::after{transform:scaleX(1)}.site-header__actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:14px;flex-shrink:0}.site-header__actions--stacked{margin-left:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid #fff0;border-radius:14px;font-size:14px;font-weight:700;letter-spacing:.01em;transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);border-color:var(--accent);color:var(--text);box-shadow:0 6px 14px color-mix(in srgb,var(--accent-strong) 22%,transparent)}.button--primary:hover{background:var(--accent-strong);border-color:var(--accent-strong);color:var(--surface)}.button--ghost{background:#fff0;border-color:var(--line);color:var(--text)}.button--ghost:hover{background:var(--surface-muted);border-color:var(--line-strong)}.site-header__actions .button--ghost{border-color:#fff0;padding:0 8px;min-height:42px;color:var(--text-muted)}.site-header__actions .button--ghost:hover{background:#fff0;color:var(--text)}.site-main{flex:1}.page-section--content{padding:34px 0 28px}.article-layout .page-container{position:relative}.article-layout__stack{display:flex;flex-direction:column;gap:22px}.article-layout__title{font-size:clamp(30px, 4vw, 46px);line-height:1.14;letter-spacing:-.03em;font-weight:800;color:var(--text)}.article-layout__content{padding:30px 34px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm);overflow-wrap:anywhere}.article-layout__content>:last-child{margin-bottom:0}.article-layout__content p,.article-layout__content ul,.article-layout__content ol,.article-layout__content table,.article-layout__content blockquote{margin-bottom:18px}.article-layout__content p,.article-layout__content li,.article-layout__content td{color:var(--text-muted);font-size:16px}.article-layout__content strong,.article-layout__content b{color:var(--text)}.article-layout__content a{color:var(--accent-strong);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.article-layout__content h2,.article-layout__content h3,.article-layout__content h4{color:var(--text);line-height:1.25;letter-spacing:-.02em}.article-layout__content h2{margin:34px 0 14px;font-size:clamp(24px, 3.2vw, 34px);font-weight:800}.article-layout__content h3{margin:28px 0 12px;font-size:clamp(20px, 2.8vw, 28px);font-weight:800}.article-layout__content h4{margin:22px 0 10px;font-size:clamp(18px, 2.2vw, 22px);font-weight:700}.article-layout__content img{display:block;width:100%;height:auto;margin:24px auto;border-radius:16px;border:1px solid var(--line)}.article-layout__content ul,.article-layout__content ol{padding-left:1.3rem;list-style-position:outside}.article-layout__content li::marker{color:var(--accent-strong)}.article-layout__content blockquote{padding:18px 20px;border-left:4px solid var(--accent);background:color-mix(in srgb,var(--surface-muted) 64%,var(--surface));color:var(--text);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.article-layout__content table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.article-layout__content table thead{background:var(--surface-muted)}.article-layout__content table th,.article-layout__content table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);word-break:break-word}.article-layout__content table th{color:var(--text);font-size:14px;font-weight:700}.article-layout__content table tbody tr:nth-child(even){background:color-mix(in srgb,var(--surface-muted) 46%,var(--surface))}.article-layout__content table tbody tr:hover{background:color-mix(in srgb,var(--accent-soft) 18%,var(--surface))}.article-layout__content table tbody tr:last-child td{border-bottom:none}.article-toc{padding:20px 22px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-sm)}.article-toc__title{margin-bottom:12px;color:var(--text);font-size:18px;font-weight:800}.article-toc__nav{display:block}.article-toc__list{list-style:none;margin:0;padding:0;counter-reset:toc-counter}.article-toc__item{counter-increment:toc-counter}.article-toc__link{position:relative;display:block;padding:10px 0 10px 28px;border-bottom:1px solid var(--line);color:var(--text-muted);transition:color 0.2s ease}.article-toc__item:last-child .article-toc__link{border-bottom:none}.article-toc__link::before{content:counter(toc-counter) ".";position:absolute;left:0;top:10px;color:var(--accent-strong);font-weight:700}.article-toc__link:hover{color:var(--text)}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}[itemprop="publisher"]{display:none}.faq{padding:12px 0 40px}.faq__layout{padding:28px 30px 18px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm)}.faq__title{margin-bottom:16px;color:var(--text);font-size:clamp(24px, 3vw, 34px);line-height:1.2;font-weight:800}.faq__list{display:flex;flex-direction:column;gap:10px}.faq__item{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--surface-muted) 36%,var(--surface))}.faq__toggle{display:none}.faq__question{position:relative;display:block;width:100%;cursor:pointer;padding:16px 48px 16px 18px;color:var(--text);font-size:15px;font-weight:700;line-height:1.45}.faq__question::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--accent-strong);font-size:24px;font-weight:400}.faq__answer{max-height:0;overflow:hidden;padding:0 18px;color:var(--text-muted);transition:max-height 0.28s ease,padding 0.28s ease}.faq__toggle:checked~.faq__question::after{content:"−"}.faq__toggle:checked~.faq__answer{max-height:420px;padding:0 18px 18px}.page-section--tags{padding:12px 0 40px}.tags-cloud{display:flex;flex-direction:column;gap:12px}.tags-cloud__title{font-size:24px;font-weight:800;line-height:1.2;color:var(--text)}.tags-cloud__panel{padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.tags-cloud__list{display:flex;flex-wrap:wrap;gap:10px}.tags-cloud__link{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:13px;font-weight:600;transition:border-color 0.2s ease,background-color 0.2s ease,color 0.2s ease}.tags-cloud__link:hover{border-color:color-mix(in srgb,var(--accent) 44%,var(--line));background:color-mix(in srgb,var(--accent-soft) 18%,var(--surface));color:var(--text)}.site-footer{margin-top:auto}.page-section--footer{padding:26px 0 34px}.site-footer__shell{padding-top:18px;border-top:1px solid var(--line-strong)}.site-footer__top{display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px 34px;align-items:start;padding-bottom:20px}.site-footer__top--compact{grid-template-columns:1fr}.site-footer__brand{min-width:0}.footer-brand-card{display:inline-flex;align-items:center;gap:14px;min-width:0}.footer-brand-card__media{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.footer-brand-card__image{width:100%;height:100%;object-fit:contain}.site-footer__nav-block{min-width:0}.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px 22px}.site-footer__link{color:var(--text);font-size:14px;font-weight:700;line-height:1.4;transition:color 0.2s ease}.site-footer__link:hover{color:var(--accent-strong)}.site-footer__bottom{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,0.9fr) auto;gap:22px;align-items:start;padding-top:20px;border-top:1px solid var(--line)}.site-footer__meta,.site-footer__meta p,.site-footer__disclaimer{color:var(--text-muted);font-size:14px;line-height:1.5}.site-footer__meta a{color:var(--accent-strong)}.site-footer__safety{display:flex;align-items:start;gap:14px}.site-footer__badge{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;background:color-mix(in srgb,var(--accent-strong) 74%,var(--text));color:var(--surface);font-size:20px;font-weight:800;line-height:1}.site-footer__cta{min-height:42px;padding:0 18px;white-space:nowrap;align-self:center}.page-section--error{min-height:52vh;display:flex;align-items:center}.error-layout{width:100%}.error-card{padding:48px 28px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm);text-align:center}.error-card__title{margin-bottom:10px;color:var(--text);font-size:clamp(28px, 4vw, 44px);line-height:1.12;font-weight:800}.text-block{color:var(--text-muted)}@media (max-width:1100px){.page-container{padding:0 24px}.site-header__row{grid-template-columns:1fr;gap:18px;align-items:start}.site-header__row--compact{grid-template-columns:auto auto;align-items:center}.site-footer__bottom{grid-template-columns:1fr}.site-footer__cta{justify-self:start}}@media (max-width:860px){.site-header__shell{padding:16px 0 12px}.site-header__row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.site-header__row--compact{grid-template-columns:minmax(0,1fr) auto}.site-header__toggle{display:inline-flex;position:relative;z-index:1202}.site-header__nav-wrap{position:fixed;top:0;right:0;bottom:0;width:min(92vw, 360px);padding:86px 22px 24px;background:var(--surface);border-left:1px solid var(--line-strong);box-shadow:var(--shadow-md);overflow-y:auto;transform:translateX(100%);transition:transform 0.24s ease;z-index:1201}.site-header__nav-panel{display:flex;flex-direction:column;align-items:stretch;gap:18px}.site-nav{flex-direction:column;align-items:stretch;gap:4px}.site-nav__item{min-height:44px;padding:10px 0}.site-nav__item::after{bottom:4px}.site-header__actions{width:100%;flex-direction:column;align-items:stretch;gap:10px;padding-top:14px;border-top:1px solid var(--line)}.site-header__actions .button--ghost{min-height:46px;padding:0 18px;border-color:var(--line);color:var(--text)}.site-header__actions .button{width:100%}.site-header__toggle-input:checked~.site-header__toggle .site-header__toggle-line:first-child{transform:rotate(45deg) translate(5px,5px)}.site-header__toggle-input:checked~.site-header__toggle .site-header__toggle-line:nth-child(2){opacity:0}.site-header__toggle-input:checked~.site-header__toggle .site-header__toggle-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.site-header__toggle-input:checked~.site-header__nav-wrap{transform:translateX(0)}.site-footer__top{grid-template-columns:1fr;gap:18px}}@media (max-width:760px){.page-container{padding:0 16px}.page-section--content{padding:28px 0 24px}.article-layout__content,.faq__layout,.tags-cloud__panel,.error-card{padding-left:18px;padding-right:18px;border-radius:16px}.article-layout__content{padding-top:20px;padding-bottom:20px}.article-layout__content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.faq__layout{padding-bottom:14px}.faq__question{padding-right:42px;font-size:14px}.site-footer__safety{gap:12px}.site-footer__badge{width:48px;height:48px;font-size:18px}}@media (max-width:560px){.brand-card{gap:10px}.brand-card__media,.footer-brand-card__media{width:44px;height:44px}.button-row{flex-direction:column}.button-row .button{width:100%}}