.exit-dialog__backdrop{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.exit-dialog{background:var(--color-surface,#fff);border-radius:20px;width:100%;max-width:360px;padding:24px;box-shadow:0 20px 60px #00000040}.exit-dialog__title{text-align:center;margin:0;font-size:22px;font-weight:700}.exit-dialog__text{text-align:center;color:var(--color-text-secondary,#666);margin:16px 0 0;line-height:1.5}.exit-dialog__actions{gap:12px;margin-top:28px;display:flex}.exit-dialog__button{cursor:pointer;border:none;border-radius:12px;flex:1;padding:12px;font-size:15px;font-weight:600;transition:all .2s}.exit-dialog__button--secondary{background:#ececec}.exit-dialog__button--secondary:hover{background:#ddd}.exit-dialog__button--primary{color:#fff;background:#d64545}.exit-dialog__button--primary:hover{background:#bf3535}:root{--color-background:#f7f4ef;--color-surface:#fffdfa;--color-surface-hover:#f8f2ea;--color-text:#463a32;--color-text-light:#77695d;--color-border:#e2d8cc;--color-accent:#b99773;--color-accent-light:#ede3d6;--background:var(--color-background);--surface:var(--color-surface);--surface-hover:var(--color-surface-hover);--text:var(--color-text);--muted:var(--color-text-light);--border:var(--color-border);--accent:var(--color-accent);--accent-light:var(--color-accent-light);--radius-small:8px;--radius-medium:12px;--radius-large:18px;--radius-sm:var(--radius-small);--radius-md:var(--radius-medium);--radius-lg:var(--radius-large);--shadow-small:0 2px 8px #0000000a;--shadow-medium:0 8px 20px #00000014;--shadow-sm:var(--shadow-small);--shadow-md:var(--shadow-medium);--space-xs:8px;--space-sm:12px;--space-md:18px;--space-lg:24px;--space-xl:32px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--color-background);color:var(--color-text);font-family:Segoe UI,sans-serif}.logo{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:20px;display:flex}.logo__mark{border-radius:22px;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.logo__image{object-fit:cover;width:100%;height:100%;transition:opacity .25s,transform .25s;position:absolute;inset:0}.logo__image--light{opacity:1}.logo__image--dark,html[data-theme=dark] .logo__image--light{opacity:0}html[data-theme=dark] .logo__image--dark,html[data-theme=light] .logo__image--light{opacity:1}html[data-theme=light] .logo__image--dark{opacity:0}.logo__title{white-space:nowrap;flex-direction:column;justify-content:center;align-items:flex-start;line-height:1;display:flex}.logo__name{letter-spacing:-.9px;color:var(--color-text);font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:42px;font-weight:700;line-height:.95;transition:color .2s,letter-spacing .2s}.logo__descriptor{letter-spacing:3px;text-transform:uppercase;color:var(--color-text-light);margin-top:8px;padding-left:3px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;line-height:1;transition:color .2s}.logo:hover .logo__name{color:var(--color-accent);letter-spacing:-.6px}.logo:hover .logo__descriptor{color:var(--color-accent)}.header{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#fffdfaeb;justify-content:space-between;align-items:center;height:132px;padding:4px 32px;display:flex;position:sticky;top:0}.header__logo{color:var(--text);flex-shrink:0;text-decoration:none;display:block}.header__logo .logo{gap:20px}.header__logo .logo__mark{border-radius:22px;width:120px;height:120px}.header__logo .logo__title{white-space:nowrap}.header__logo .logo__name{font-size:42px}.header__logo .logo__descriptor{letter-spacing:3px;font-size:13px}.header__search-wrapper{width:460px;max-width:42vw;position:relative}.header__search-icon{color:var(--text-light);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.header__search{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:999px;padding:14px 18px 14px 44px;font-size:15px;transition:all .2s}.header__search::placeholder{color:var(--text-light)}.header__search:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #b9977326}.header__dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-medium);max-height:360px;box-shadow:var(--shadow-medium);position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden}.header__result{cursor:pointer;padding:14px 16px;transition:all .15s}.header__result:hover{background:var(--surface-hover)}.header__result-title{margin-bottom:4px;font-weight:600}.header__result-desc{color:var(--text-light);font-size:14px}.header__no-results{color:var(--text-light);padding:18px}@media (width<=900px){.header{height:108px;padding:4px 20px}.header__search-wrapper{width:320px;max-width:38vw}.header__logo .logo{gap:16px}.header__logo .logo__mark{border-radius:20px;width:96px;height:96px}.header__logo .logo__name{font-size:34px}.header__logo .logo__descriptor{letter-spacing:2.6px;font-size:11px}}@media (width<=600px){.header{flex-direction:column;align-items:stretch;gap:10px;height:auto;padding:10px 14px 12px}.header__logo{align-self:center}.header__logo .logo{gap:14px}.header__logo .logo__mark{border-radius:18px;width:84px;height:84px}.header__logo .logo__name{font-size:30px}.header__logo .logo__descriptor{letter-spacing:2.3px;margin-top:6px;font-size:10px}.header__search-wrapper{width:100%;max-width:none}.header__dropdown{max-height:300px}}.sidebar{flex-direction:column;padding:28px 18px;display:flex}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-link{border-radius:var(--radius-medium);color:var(--color-text-light);align-items:center;gap:14px;padding:13px 16px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s,box-shadow .2s,transform .2s;display:flex}.sidebar-link svg{stroke-width:2px;flex-shrink:0}.sidebar-link:hover{color:var(--color-text);box-shadow:var(--shadow-small);background:#fff;transform:translate(2px)}.sidebar-link.active{color:var(--color-accent);box-shadow:var(--shadow-medium);background:#fff;font-weight:700}.sidebar-link.active svg{stroke-width:2.4px}@media (width<=900px){.sidebar{border-bottom:1px solid var(--color-border);padding:12px 16px;overflow-x:auto}.sidebar-nav{flex-direction:row;gap:8px;width:max-content}.sidebar-link{white-space:nowrap;padding:10px 14px}.sidebar-link:hover{transform:none}}@media (width<=600px){.sidebar{padding:10px 12px}.sidebar-nav{gap:6px}.sidebar-link{padding:9px 12px;font-size:14px}.sidebar-link svg{width:18px;height:18px}}.layout__content{padding:40px;overflow-y:auto}.layout__container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-large);max-width:1200px;box-shadow:var(--shadow-small);margin:0 auto;padding:40px}@media (width<=900px){.layout{flex-direction:column;min-height:auto;display:flex}.layout__content{width:100%;padding:20px}.layout__container{padding:24px}}@media (width<=520px){.layout__content{padding:12px}.layout__container{border-radius:var(--radius-medium);padding:18px}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-large);color:var(--color-text);box-shadow:var(--shadow-small);flex-direction:column;gap:14px;height:100%;padding:28px;text-decoration:none;transition:all .25s;display:flex}.card:hover{box-shadow:var(--shadow-medium);border-color:var(--color-accent);transform:translateY(-6px)}.card__icon{background:var(--color-accent-light);border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;font-size:28px;display:flex}.card__title{font-size:22px;font-weight:700;line-height:1.3}.card__description{color:var(--color-text-light);flex:1;line-height:1.7}.reading-progress{flex-direction:column;gap:10px;margin:32px 0;display:flex}.reading-progress--compact{margin:20px 0 0}.reading-progress__info{color:var(--color-text-light);justify-content:space-between;align-items:center;gap:16px;font-size:14px;display:flex}.reading-progress__info strong{color:var(--color-text);font-size:15px}.reading-progress__bar{background:var(--color-border);border-radius:999px;height:8px;overflow:hidden}.reading-progress__fill{background:var(--color-accent);border-radius:inherit;height:100%;transition:width .3s}.favorite-button{width:38px;height:38px;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.favorite-button:hover{background:var(--color-accent-light);color:var(--color-accent)}.favorite-button--active{color:#f4b400}.favorite-button--active:hover{color:#e5a300}.article-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-large);height:100%;box-shadow:var(--shadow-small);flex-direction:column;padding:24px;display:flex}.article-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.article-card__link{color:inherit;flex-direction:column;flex:1;text-decoration:none;transition:all .25s;display:flex}.article-card__link:hover{transform:translateY(-4px)}.article-card:hover{box-shadow:var(--shadow-medium);border-color:var(--color-accent)}.article-card__category{background:var(--color-accent-light);color:var(--color-accent);border-radius:999px;align-self:flex-start;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.article-card__title{color:var(--color-text);margin:0 0 14px;font-size:24px;line-height:1.3}.article-card__description{color:var(--color-text-light);flex:1;margin:0;line-height:1.7}.article-card__footer{justify-content:space-between;align-items:center;margin-top:24px;display:flex}.article-card__time{color:var(--color-text-light);align-items:center;gap:6px;font-size:14px;display:flex}.article-card__more{color:var(--color-accent);align-items:center;gap:6px;font-weight:600;display:flex}@media (width<=768px){.article-card{padding:20px}.article-card__title{font-size:21px}}.stats{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.stats__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:28px;transition:all .25s}.stats__item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.stats__number{color:var(--accent);font-size:36px;font-weight:700;line-height:1.2;display:block}.stats__label{margin-top:var(--space-xs);color:var(--muted);font-size:15px;display:block}@media (width<=768px){.stats{grid-template-columns:1fr}}.home{gap:var(--space-xl);flex-direction:column;display:flex}.hero{align-items:center;gap:var(--space-xl);background:linear-gradient(135deg, var(--color-surface), var(--color-accent-light));border:1px solid var(--color-border);border-radius:var(--radius-large);grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);padding:48px;display:grid;position:relative;overflow:hidden}.hero:after{content:"";background:var(--color-accent-light);opacity:.7;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.hero__content{z-index:1;position:relative}.hero__badge{background:var(--color-accent-light);color:var(--color-accent);margin-bottom:var(--space-md);border-radius:999px;align-items:center;padding:8px 14px;font-size:14px;font-weight:600;display:inline-flex}.hero h1{color:var(--color-text);margin-bottom:var(--space-md);font-size:clamp(36px,5vw,52px);line-height:1.1}.hero p{color:var(--color-text-light);margin-bottom:var(--space-lg);font-size:19px;line-height:1.7}.hero__buttons{gap:var(--space-sm);flex-wrap:wrap;display:flex}.hero__button{border-radius:var(--radius-medium);justify-content:center;align-items:center;gap:8px;padding:14px 22px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hero__button--primary{background:var(--color-accent);color:#fff}.hero__button--primary:hover{box-shadow:var(--shadow-small);transform:translateY(-2px)}.hero__button--secondary{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text)}.hero__button--secondary:hover{background:var(--color-surface-hover)}.hero__visual{z-index:1;gap:var(--space-md);flex-direction:column;display:flex;position:relative}.hero-card{align-items:flex-start;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);box-shadow:var(--shadow-small);color:inherit;text-decoration:none;transition:all .2s;display:flex}.hero-card svg{color:var(--color-accent);flex-shrink:0}.hero-card strong{color:var(--color-text);margin-bottom:4px;display:block}.hero-card span{color:var(--color-text-light);font-size:14px;line-height:1.5;display:block}.hero-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-small);transform:translateY(-3px)}.home__journey{gap:var(--space-xl);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-large);flex-direction:column;padding:40px;display:flex}.home__journey-header{gap:var(--space-md);flex-direction:column;max-width:720px;display:flex}.home__journey-badge{background:var(--color-accent-light);width:fit-content;color:var(--color-accent);border-radius:999px;align-items:center;padding:8px 14px;font-size:14px;font-weight:600;display:inline-flex}.home__journey-header h2{color:var(--color-text);font-size:34px;line-height:1.2}.home__journey-header p{color:var(--color-text-light);font-size:17px;line-height:1.7}.home__journey-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.home__journey-card{gap:var(--space-md);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-medium);flex-direction:column;padding:28px;text-decoration:none;transition:all .2s;display:flex}.home__journey-card:hover{box-shadow:var(--shadow-small);border-color:var(--color-accent);transform:translateY(-4px)}.home__journey-number{background:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.home__journey-card h3{color:var(--color-text);font-size:22px}.home__journey-card p{color:var(--color-text-light);flex:1;line-height:1.6}.home__journey-card span{color:var(--color-accent);align-items:center;gap:8px;font-weight:600;display:inline-flex}@media (width<=900px){.home__journey-grid{grid-template-columns:1fr}}@media (width<=768px){.home__journey{padding:28px}.home__journey-header h2{font-size:28px}}.home__section{gap:var(--space-md);flex-direction:column;display:flex}.home h2{color:var(--color-text);font-size:28px}.home__continue-card{padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);text-decoration:none;transition:all .2s;display:block}.home__continue-card:hover{box-shadow:var(--shadow-small);transform:translateY(-3px)}.home__continue-title{color:var(--color-text);margin-bottom:var(--space-xs);font-weight:600}.home__continue-desc{color:var(--color-text-light);font-size:14px}.home__cards{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.home__articles{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}@media (width<=900px){.hero{grid-template-columns:1fr;padding:40px}.hero__visual{max-width:520px}}@media (width<=768px){.hero{padding:var(--space-lg)}.hero h1{font-size:36px}.hero p{font-size:16px}.home h2{font-size:24px}.home__cards,.home__articles{grid-template-columns:1fr}}@media (width<=520px){.hero{padding:24px}.hero h1{font-size:32px}.home__continue-card{padding:20px}.hero-card{padding:14px}}.about-page{flex-direction:column;gap:48px;max-width:1000px;margin:0 auto;padding-bottom:56px;display:flex}.about-page__hero{border:1px solid var(--color-border);border-radius:var(--radius-large);background:linear-gradient(135deg, var(--color-surface), var(--color-accent-light));padding:48px;position:relative;overflow:hidden}.about-page__hero:after{content:"";background:var(--color-accent-light);opacity:.75;border-radius:50%;width:240px;height:240px;position:absolute;top:-100px;right:-80px}.about-page__badge{z-index:1;background:var(--color-surface);color:var(--color-accent);border-radius:999px;margin-bottom:18px;padding:7px 12px;font-size:13px;font-weight:700;display:inline-flex;position:relative}.about-page__hero h1{z-index:1;max-width:760px;color:var(--color-text);margin:0;font-size:clamp(34px,5vw,48px);line-height:1.12;position:relative}.about-page__lead{z-index:1;max-width:720px;color:var(--color-text-light);margin:20px 0 0;font-size:18px;line-height:1.7;position:relative}.about-page__story{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);grid-template-columns:auto minmax(0,1fr);gap:22px;padding:30px;display:grid}.about-page__story-icon{border-radius:var(--radius-medium);background:var(--color-accent-light);width:52px;height:52px;color:var(--color-accent);justify-content:center;align-items:center;display:flex}.about-page__story h2{color:var(--color-text);margin:0 0 14px;font-size:26px}.about-page__story p{color:var(--color-text-light);margin:0 0 12px;font-size:16px;line-height:1.7}.about-page__story p:last-child{margin-bottom:0}.about-page__section{flex-direction:column;gap:24px;display:flex}.about-page__section-heading{max-width:720px}.about-page__eyebrow{color:var(--color-accent);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.about-page__section-heading h2{color:var(--color-text);margin:0;font-size:30px;line-height:1.2}.about-page__section-heading p{color:var(--color-text-light);margin:12px 0 0;font-size:16px;line-height:1.65}.about-page__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.about-page__feature{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-small);padding:24px}.about-page__feature-icon{border-radius:var(--radius-medium);background:var(--color-accent-light);width:44px;height:44px;color:var(--color-accent);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.about-page__feature h3{color:var(--color-text);margin:0 0 10px;font-size:20px}.about-page__feature p{color:var(--color-text-light);margin:0;font-size:15px;line-height:1.65}.about-page__principles{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-background);flex-direction:column;gap:22px;padding:32px;display:flex}.about-page__principles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.about-page__principle{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);align-items:flex-start;gap:14px;padding:20px;display:flex}.about-page__principle svg{color:var(--color-accent);flex:none}.about-page__principle div{flex-direction:column;gap:6px;display:flex}.about-page__principle strong{color:var(--color-text);font-size:16px}.about-page__principle span{color:var(--color-text-light);font-size:14px;line-height:1.55}.about-page__notice,.about-page__privacy{border-radius:var(--radius-large);grid-template-columns:auto minmax(0,1fr);gap:18px;padding:26px;display:grid}.about-page__notice{background:#f2eef9;border:1px solid #ddd5ef}.about-page__privacy{border:1px solid var(--color-border);background:var(--color-surface)}.about-page__notice-icon,.about-page__privacy-icon{border-radius:var(--radius-medium);justify-content:center;align-items:center;width:46px;height:46px;display:flex}.about-page__notice-icon{color:#706292;background:#e5ddf4}.about-page__privacy-icon{background:var(--color-accent-light);color:var(--color-accent)}.about-page__notice h2,.about-page__privacy h2{color:var(--color-text);margin:0 0 9px;font-size:20px}.about-page__notice p,.about-page__privacy p{color:var(--color-text-light);margin:0;font-size:15px;line-height:1.65}.about-page__footer{border-top:1px solid var(--color-border);text-align:center;padding:26px 30px}.about-page__footer p{max-width:720px;color:var(--color-text-light);margin:0 auto;font-size:15px;line-height:1.7}@media (width<=820px){.about-page{gap:36px}.about-page__hero{padding:36px}.about-page__principles-grid{grid-template-columns:1fr}}@media (width<=650px){.about-page{gap:30px;padding-bottom:40px}.about-page__hero{padding:26px}.about-page__hero h1{font-size:31px}.about-page__lead{font-size:16px}.about-page__story{grid-template-columns:1fr;padding:22px}.about-page__features{grid-template-columns:1fr}.about-page__principles{padding:22px}.about-page__notice,.about-page__privacy{grid-template-columns:1fr;padding:22px}.about-page__section-heading h2{font-size:26px}}.search-page{max-width:800px;margin:0 auto}.search-input{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;margin-top:16px;padding:14px 16px;font-size:16px}.search-results{flex-direction:column;gap:12px;margin-top:20px;display:flex}.search-result{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:inherit;padding:16px;text-decoration:none;transition:all .2s;display:block}.search-result:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.search-result__title{margin-bottom:6px;font-weight:600}.search-result__desc{color:var(--muted);font-size:14px}.search-empty{color:var(--muted);padding:20px}.start-page{max-width:900px}.start-page__subtitle{color:#6b7280;margin-bottom:32px;font-size:18px}.start-page__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.start-page__card h2{margin-top:0}.start-page__card ol{padding-left:22px;line-height:1.8}.start-page__card p{color:#6b7280;margin-top:24px}.articles{flex-direction:column;gap:32px;display:flex}.articles__hero{flex-direction:column;gap:12px;display:flex}.articles__hero h1{color:var(--color-text);font-size:40px}.articles__hero p{max-width:720px;color:var(--color-text-light);font-size:18px;line-height:1.7}.articles__filters{grid-template-columns:2fr 1fr 1fr auto;align-items:center;gap:16px;display:grid}.articles__filters input,.articles__filters select{border:1px solid var(--color-border);border-radius:var(--radius-medium);width:100%;color:var(--color-text);background:#fff;padding:14px 16px;font-size:15px}.articles__filters input:focus,.articles__filters select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 4px #b9977326}.articles__checkbox{color:var(--color-text-light);white-space:nowrap;align-items:center;gap:10px;display:flex}.articles__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}@media (width<=900px){.articles__filters{grid-template-columns:1fr}.articles__hero h1{font-size:32px}.articles__hero p{font-size:16px}.articles__grid{grid-template-columns:1fr}}.breadcrumbs{color:var(--color-text-light);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;display:flex}.breadcrumbs a{color:var(--color-text-light);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--color-accent)}.breadcrumbs__current{color:var(--color-text);font-weight:600}.article-hero{overflow-wrap:anywhere;margin-bottom:48px}.article-hero__title{color:var(--color-text);overflow-wrap:anywhere;margin:0;font-size:42px;line-height:1.2}.article-hero__description{color:var(--color-text-light);overflow-wrap:anywhere;margin-top:18px;font-size:20px;line-height:1.7}.article-hero__meta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.article-hero__meta span{background:var(--color-accent-light);color:var(--color-accent);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:600}@media (width<=768px){.article-hero{margin-bottom:32px}.article-hero__title{font-size:34px}.article-hero__description{font-size:17px;line-height:1.6}.article-hero__meta{gap:8px;margin-top:20px}.article-hero__meta span{padding:7px 12px;font-size:13px}}@media (width<=480px){.article-hero__title{font-size:30px}.article-hero__description{font-size:16px}}.related{margin-top:80px}.related__title{margin-bottom:var(--space-lg);color:var(--color-text);font-size:28px}.related__list{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}@media (width<=768px){.related{margin-top:48px}.related__title{font-size:24px}.related__list{grid-template-columns:1fr}}.article{max-width:1100px;margin:0 auto;padding:40px 24px 80px}.article__progress{max-width:760px;margin:24px auto 40px}.article__progress-info{color:var(--color-text-light);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;display:flex}.article__progress-info strong{color:var(--color-accent)}.article__progress-bar{background:var(--color-border);border-radius:999px;width:100%;height:8px;overflow:hidden}.article__progress-fill{background:var(--color-accent);border-radius:inherit;height:100%;transition:width .2s}.article__content{max-width:760px;color:var(--color-text);margin:0 auto;font-size:18px;line-height:1.9}.article__content h1,.article__content h2,.article__content h3{color:var(--color-text);margin-top:42px;margin-bottom:18px}.article__content p{margin:18px 0}.article__content ul{margin:20px 0;padding-left:28px}.article__content li{margin-bottom:10px}.article__content blockquote{border-left:4px solid var(--color-accent);background:var(--color-accent-light);border-radius:var(--radius-medium);margin:28px 0;padding:18px 22px;font-style:italic}.article__content hr{border:none;border-top:1px solid var(--color-border);margin:36px 0}.article__back{color:var(--color-accent);margin-top:48px;font-weight:600;text-decoration:none;display:inline-block}.article__back:hover{text-decoration:underline}@media (width<=768px){.article{padding:32px 20px 60px}.article__content{font-size:17px}}@media (width<=390px){.article{padding:24px 16px 48px}.article__content{font-size:16px;line-height:1.8}}.favorites{flex-direction:column;gap:32px;display:flex}.favorites__title{margin:0;font-size:40px}.favorites__description{color:var(--color-text-light);margin:-12px 0 0;line-height:1.7}.favorites__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.favorites__empty{text-align:center;border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);flex-direction:column;align-items:center;gap:20px;padding:60px 24px;display:flex}.favorites__empty h2{margin:0}.favorites__empty p{max-width:520px;color:var(--color-text-light);margin:0;line-height:1.7}.favorites__button{border-radius:var(--radius-medium);background:var(--color-accent);color:#fff;justify-content:center;align-items:center;padding:12px 22px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.favorites__button:hover{opacity:.9}.checklists-page{--checklists-accent:#b8add9;--checklists-accent-strong:#9688c4;--checklists-accent-dark:#706292;--checklists-accent-soft:#f1edf9;--checklists-accent-faint:#f8f6fc;width:100%;max-width:1100px;margin:0 auto;padding-bottom:56px}.checklists-page__header{max-width:780px;margin-bottom:40px}.checklists-page__category{background:var(--checklists-accent-faint);color:var(--checklists-accent-dark);border:1px solid #b8add94d;border-radius:999px;align-items:center;gap:7px;margin-bottom:14px;padding:7px 11px;font-size:13px;font-weight:700;display:inline-flex}.checklists-page__category svg{flex-shrink:0}.checklists-page__title{color:var(--color-text);margin:0 0 16px;font-size:clamp(34px,5vw,44px);line-height:1.15}.checklists-page__description{max-width:720px;color:var(--color-text-light);margin:0;font-size:18px;line-height:1.7}.checklists-page__note{border-radius:var(--radius-medium);background:var(--checklists-accent-faint);border:1px solid #b8add947;align-items:flex-start;gap:12px;max-width:720px;margin-top:22px;padding:16px 18px;display:flex}.checklists-page__note svg{color:var(--checklists-accent-dark);flex:none;margin-top:2px}.checklists-page__note p{color:var(--color-text-light);margin:0;font-size:14px;line-height:1.6}.checklists-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.checklists-page__card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);min-height:240px;color:inherit;box-shadow:var(--shadow-small);justify-content:space-between;gap:20px;padding:26px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.checklists-page__card:after{content:"";background:var(--checklists-accent-soft);opacity:0;border-radius:50%;width:110px;height:110px;transition:opacity .2s,transform .2s;position:absolute;bottom:-55px;right:-55px}.checklists-page__card:hover{box-shadow:var(--shadow-medium);background:#fffefa;border-color:#9688c473;transform:translateY(-3px)}.checklists-page__card:hover:after{opacity:.75;transform:scale(1.12)}.checklists-page__card-content{z-index:1;flex-direction:column;flex:1;align-items:flex-start;display:flex;position:relative}.checklists-page__card-category{background:var(--checklists-accent-faint);color:var(--checklists-accent-dark);border-radius:999px;margin-bottom:14px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.checklists-page__card-title{color:var(--color-text);margin:0 0 12px;font-size:22px;line-height:1.3}.checklists-page__card-description{color:var(--color-text-light);margin:0;font-size:15px;line-height:1.6}.checklists-page__card-count{color:var(--color-text-light);margin-top:auto;padding-top:22px;font-size:13px;font-weight:600}.checklists-page__card-arrow{z-index:1;background:var(--checklists-accent-faint);width:40px;height:40px;color:var(--checklists-accent-dark);border:1px solid #b8add947;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:flex;position:relative}.checklists-page__card:hover .checklists-page__card-arrow{background:var(--checklists-accent-soft);transform:translate(3px)}@media (width<=900px){.checklists-page__grid{grid-template-columns:1fr}.checklists-page__card{min-height:210px}}@media (width<=768px){.checklists-page{padding-bottom:40px}.checklists-page__header{margin-bottom:30px}.checklists-page__title{font-size:34px}.checklists-page__description{font-size:16px}.checklists-page__card{min-height:0;padding:20px}.checklists-page__card-title{font-size:20px}.checklists-page__card-arrow{width:36px;height:36px}}@media (width<=480px){.checklists-page__note{padding:14px}.checklists-page__card{gap:14px}.checklists-page__card-description{font-size:14px}.checklists-page__card-arrow{width:34px;height:34px}.checklists-page__card-arrow svg{width:18px;height:18px}}.checklist-page{--checklist-accent:#b8add9;--checklist-accent-strong:#9688c4;--checklist-accent-dark:#706292;--checklist-accent-soft:#f1edf9;--checklist-accent-faint:#f8f6fc;--checklist-paper:#fffaf3;--checklist-paper-line:#e7ddd1;--checklist-paper-line-strong:#dcd0c3;--checklist-tape:#ddcdb59e;--checklist-important:#a87575;--checklist-important-soft:#f8eeee;--checklist-important-border:#ead2d2;--checklist-positive:#74876f;--checklist-positive-soft:#f0f4ed;--checklist-positive-border:#d9e3d4;max-width:980px;margin:0 auto;padding-bottom:56px}.checklist-page__back{color:var(--checklist-accent-dark);align-items:center;margin-bottom:24px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.checklist-page__back:hover{color:var(--checklist-accent-strong);transform:translate(-2px)}.checklist-page__header{margin-bottom:26px}.checklist-page__category{background:var(--checklist-accent-faint);color:var(--checklist-accent-dark);border:1px solid #b8add952;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:600;display:inline-flex}.checklist-page__title{color:var(--color-text);margin:12px 0 0;font-size:clamp(30px,5vw,42px);line-height:1.12}.checklist-page__description{max-width:720px;color:var(--color-text-light);margin:14px 0 0;font-size:16px;line-height:1.65}.checklist-page__hint{max-width:720px;color:var(--color-text-light);margin:12px 0 0;font-size:14px;line-height:1.55}.checklist-page__progress{margin-bottom:34px}.checklist-page__progress-text{color:var(--checklist-accent-dark);margin-bottom:10px;font-size:15px;font-weight:600}.checklist-page__progress-bar{background:#b8add92e;border-radius:999px;width:100%;height:5px;overflow:hidden}.checklist-page__progress-fill{border-radius:inherit;background:var(--checklist-accent);height:100%;transition:width .3s}.checklist-page__paper{border:1px solid var(--checklist-paper-line);background:linear-gradient(180deg, #ffffff57, #ffffff0d), var(--checklist-paper);border-radius:14px;scroll-margin-top:24px;position:relative;overflow:visible;box-shadow:0 12px 30px #53402e14}.checklist-page__paper-tape{background:var(--checklist-tape);pointer-events:none;border-radius:2px;width:92px;height:27px;position:absolute;top:-13px;left:50%;transform:translate(-50%)rotate(-2deg);box-shadow:0 2px 4px #5a48340d}.checklist-page__paper-header{border-bottom:1px solid var(--checklist-paper-line-strong);grid-template-columns:minmax(0,1fr) repeat(3,112px);padding-top:24px;display:grid}.checklist-page__paper-column-title{border-left:1px solid var(--checklist-paper-line);min-height:46px;color:var(--checklist-accent-dark);letter-spacing:.025em;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;padding:0 8px;font-size:13px;font-weight:700;display:flex}.checklist-page__paper-body{border-radius:0 0 14px 14px;overflow:hidden}.checklist-page__paper-row{border-bottom:1px solid var(--checklist-paper-line);grid-template-columns:minmax(0,1fr) repeat(3,112px);min-height:120px;display:grid}.checklist-page__paper-row:last-child{border-bottom:0}.checklist-page__question{color:var(--color-text);align-items:center;gap:14px;padding:24px 26px;font-size:18px;font-weight:600;line-height:1.55;display:flex}.checklist-page__question-number{color:var(--checklist-accent-dark);flex:none;font-family:Segoe Print,Bradley Hand,cursive;font-size:17px;font-weight:600}.checklist-page__answer-cell{border:0;border-left:1px solid var(--checklist-paper-line);min-width:0;color:var(--checklist-accent-dark);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;transition:background .18s,box-shadow .18s;display:flex;position:relative}.checklist-page__answer-cell:hover{background:#b8add914}.checklist-page__answer-cell:focus-visible{z-index:2;outline:2px solid var(--checklist-accent-strong);outline-offset:-3px}.checklist-page__answer-cell--selected{background:#b8add91f}.checklist-page__answer-label{display:none}.checklist-page__hand-check{color:var(--checklist-accent-dark);font-family:Segoe Print,Bradley Hand,cursive;font-size:38px;font-weight:600;line-height:1;animation:.18s ease-out checklist-mark-in;display:inline-block;transform:rotate(-8deg)}@keyframes checklist-mark-in{0%{opacity:0;transform:rotate(-8deg)scale(.62)}to{opacity:1;transform:rotate(-8deg)scale(1)}}.checklist-page__multi-status{color:var(--checklist-accent-dark);margin-bottom:30px;font-size:15px;font-weight:600}.checklist-page__multi-paper{border:1px solid var(--checklist-paper-line);background:linear-gradient(180deg, #ffffff59, #ffffff0d), var(--checklist-paper);border-radius:14px;padding-top:24px;scroll-margin-top:24px;position:relative;overflow:hidden;box-shadow:0 12px 30px #53402e14}.checklist-page__multi-row{border:0;border-bottom:1px solid var(--checklist-paper-line);width:100%;min-height:104px;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;grid-template-columns:50px minmax(0,1fr) 94px;align-items:stretch;padding:0;transition:background .18s;display:grid}.checklist-page__multi-row:last-child{border-bottom:0}.checklist-page__multi-row:hover{background:#b8add90f}.checklist-page__multi-row--selected{background:#b8add91a}.checklist-page__multi-row:focus-visible{z-index:2;outline:2px solid var(--checklist-accent-strong);outline-offset:-3px;position:relative}.checklist-page__multi-number{color:var(--checklist-accent-dark);justify-content:center;align-items:center;padding-left:8px;font-family:Segoe Print,Bradley Hand,cursive;font-size:17px;font-weight:600;display:flex}.checklist-page__multi-text{align-items:center;padding:20px 22px 20px 4px;font-size:18px;font-weight:600;line-height:1.55;display:flex}.checklist-page__multi-mark{border-left:1px solid var(--checklist-paper-line);justify-content:center;align-items:center;display:flex}.checklist-page__multi-mark .checklist-page__hand-check{font-size:36px}.checklist-page__safety-paper{border:1px solid var(--checklist-paper-line);background:linear-gradient(180deg, #ffffff57, #ffffff0d), var(--checklist-paper);border-radius:14px;scroll-margin-top:24px;position:relative;overflow:visible;box-shadow:0 12px 30px #53402e14}.checklist-page__safety-header{border-bottom:1px solid var(--checklist-paper-line-strong);grid-template-columns:minmax(0,1fr) repeat(2,150px);padding-top:24px;display:grid}.checklist-page__safety-row{border-bottom:1px solid var(--checklist-paper-line);grid-template-columns:minmax(0,1fr) repeat(2,150px);min-height:122px;display:grid}.checklist-page__safety-row:last-child{border-bottom:0}.checklist-page__safety-row--critical{background:linear-gradient(90deg,#f8eeee7a,#0000 55%)}.checklist-page__safety-question{color:var(--color-text);align-items:center;gap:14px;padding:24px 26px;font-size:18px;font-weight:600;line-height:1.55;display:flex}.checklist-page__safety-question-content{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.checklist-page__important-label{border:1px solid var(--checklist-important-border);background:var(--checklist-important-soft);color:var(--checklist-important);letter-spacing:.025em;text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.checklist-page__safety-cell{border:0;border-left:1px solid var(--checklist-paper-line);min-width:0;color:var(--checklist-accent-dark);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;transition:background .18s;display:flex;position:relative}.checklist-page__safety-cell:hover{background:#b8add912}.checklist-page__safety-cell:focus-visible{z-index:2;outline:2px solid var(--checklist-accent-strong);outline-offset:-3px}.checklist-page__safety-cell--selected{background:#b8add91f}.checklist-page__safety-cell-label{display:none}.checklist-page__evaluation-paper{border:1px solid var(--checklist-paper-line);background:linear-gradient(180deg, #ffffff57, #ffffff0d), var(--checklist-paper);border-radius:14px;scroll-margin-top:24px;position:relative;overflow:visible;box-shadow:0 12px 30px #53402e14}.checklist-page__evaluation-header{border-bottom:1px solid var(--checklist-paper-line-strong);grid-template-columns:minmax(0,1fr) repeat(3,112px);padding-top:24px;display:grid}.checklist-page__evaluation-row{border-bottom:1px solid var(--checklist-paper-line);grid-template-columns:minmax(0,1fr) repeat(3,112px);min-height:122px;display:grid}.checklist-page__evaluation-row:last-child{border-bottom:0}.checklist-page__evaluation-question{color:var(--color-text);align-items:center;gap:14px;padding:24px 26px;font-size:18px;font-weight:600;line-height:1.55;display:flex}.checklist-page__evaluation-cell{border:0;border-left:1px solid var(--checklist-paper-line);min-width:0;color:var(--checklist-accent-dark);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;transition:background .18s;display:flex;position:relative}.checklist-page__evaluation-cell:hover{background:#b8add912}.checklist-page__evaluation-cell:focus-visible{z-index:2;outline:2px solid var(--checklist-accent-strong);outline-offset:-3px}.checklist-page__evaluation-cell--selected{background:#b8add91f}.checklist-page__evaluation-cell-label{display:none}.checklist-page__submit-area{margin-top:28px}.checklist-page__submit{border-radius:var(--radius-medium);color:#fff;width:100%;font:inherit;cursor:pointer;background:linear-gradient(135deg,#b9aedb,#a99dcf);border:0;padding:15px 22px;font-size:16px;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 8px 18px #70629229}.checklist-page__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #70629233}.checklist-page__submit:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.checklist-page__submit-hint{color:var(--color-text-light);text-align:center;margin:10px 0 0;font-size:13px}.checklist-page__result{flex-direction:column;gap:16px;margin-top:42px;scroll-margin-top:24px;display:flex}.checklist-page__result-summary{border-radius:var(--radius-large);background:var(--checklist-accent-soft);border:1px solid #b8add947;padding:26px 28px}.checklist-page__result-summary--calm{background:#f1f3ec;border-color:#dfe4d4}.checklist-page__result-summary--caution{background:#f2eef9;border-color:#ddd5ef}.checklist-page__result-summary--pause{background:#f5eff5;border-color:#e6d8e6}.checklist-page__result-label{color:var(--checklist-accent-dark);letter-spacing:.03em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.checklist-page__result-summary h2{color:var(--color-text);margin:0;font-size:clamp(23px,4vw,30px);line-height:1.2}.checklist-page__result-summary p{max-width:760px;color:var(--color-text-light);margin:12px 0 0;font-size:16px;line-height:1.65}.checklist-page__result-section{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-small);padding:22px 24px}.checklist-page__result-section--actions{background:#f5f5ef}.checklist-page__result-section h3,.checklist-page__related h3{color:var(--color-text);margin:0 0 14px;font-size:19px}.checklist-page__result-section ul{color:var(--color-text-light);flex-direction:column;gap:10px;margin:0;padding-left:22px;font-size:16px;line-height:1.6;display:flex}.checklist-page__result-section li::marker{color:var(--checklist-accent-strong)}.checklist-page__fatigue-results{flex-direction:column;gap:16px;display:flex}.checklist-page__fatigue-card{border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-small);border:1px solid #b8add947;overflow:hidden}.checklist-page__fatigue-card-header{background:var(--checklist-accent-faint);border-bottom:1px solid #b8add92e;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}.checklist-page__fatigue-card-header h3{color:var(--color-text);margin:0;font-size:21px}.checklist-page__fatigue-card-header span{background:var(--checklist-accent-soft);color:var(--checklist-accent-dark);border-radius:999px;flex:none;padding:5px 9px;font-size:13px;font-weight:700}.checklist-page__fatigue-description{color:var(--color-text-light);margin:0;padding:20px 24px;font-size:16px;line-height:1.65}.checklist-page__fatigue-subsection{padding:0 24px 22px}.checklist-page__fatigue-subsection--actions{border-top:1px solid var(--color-border);background:#f7f7f2;padding-top:20px}.checklist-page__fatigue-subsection h4{color:var(--color-text);margin:0 0 12px;font-size:16px}.checklist-page__fatigue-subsection ul{color:var(--color-text-light);flex-direction:column;gap:9px;margin:0;padding-left:21px;line-height:1.55;display:flex}.checklist-page__fatigue-subsection li::marker{color:var(--checklist-accent-strong)}.checklist-page__secondary-results{flex-direction:column;gap:8px;display:flex}.checklist-page__secondary-result{border-radius:var(--radius-medium);background:var(--checklist-accent-faint);color:var(--color-text);border:1px solid #b8add933;justify-content:space-between;align-items:center;gap:20px;padding:12px 14px;display:flex}.checklist-page__secondary-result strong{color:var(--checklist-accent-dark);flex:none;font-size:13px}.checklist-page__safety-result{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-small);padding:22px 24px}.checklist-page__safety-result--critical{border-color:var(--checklist-important-border);background:#fdfafa}.checklist-page__safety-result h3{color:var(--color-text);margin:0 0 16px;font-size:19px}.checklist-page__safety-result-list{flex-direction:column;gap:12px;display:flex}.checklist-page__safety-result-item{border-radius:var(--radius-medium);background:var(--checklist-accent-faint);border:1px solid #b8add933;flex-direction:column;gap:8px;padding:16px;display:flex}.checklist-page__safety-result--critical .checklist-page__safety-result-item{border-color:var(--checklist-important-border);background:var(--checklist-important-soft)}.checklist-page__safety-result-item strong{color:var(--color-text);font-size:16px;line-height:1.5}.checklist-page__safety-result-item p{color:var(--color-text-light);margin:0;font-size:15px;line-height:1.6}.checklist-page__evaluation-result{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-small);padding:22px 24px}.checklist-page__evaluation-result--strengths{border-color:var(--checklist-positive-border);background:var(--checklist-positive-soft)}.checklist-page__evaluation-result--actions{background:var(--checklist-accent-faint);border-color:#b8add940}.checklist-page__evaluation-result h3{color:var(--color-text);margin:0 0 14px;font-size:19px}.checklist-page__evaluation-result ul{color:var(--color-text-light);flex-direction:column;gap:10px;margin:0;padding-left:22px;font-size:16px;line-height:1.6;display:flex}.checklist-page__evaluation-result li::marker{color:var(--checklist-accent-strong)}.checklist-page__evaluation-result--strengths li::marker{color:var(--checklist-positive)}.checklist-page__disclaimer{border-left:3px solid var(--checklist-accent);border-radius:0 var(--radius-medium) var(--radius-medium) 0;background:var(--checklist-accent-faint);color:var(--color-text-light);margin:0;padding:15px 18px;font-size:13px;line-height:1.55}.checklist-page__related{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);padding:22px 24px}.checklist-page__related-list{flex-direction:column;gap:8px;display:flex}.checklist-page__related-link{border-radius:var(--radius-medium);background:var(--checklist-accent-faint);color:var(--color-text);border:1px solid #b8add93d;justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;font-size:16px;font-weight:600;text-decoration:none;transition:border-color .18s,transform .18s,background .18s;display:flex}.checklist-page__related-link:hover{background:var(--checklist-accent-soft);border-color:#9688c480;transform:translate(2px)}.checklist-page__restart{border:1px solid var(--checklist-accent);border-radius:var(--radius-medium);color:var(--checklist-accent-dark);font:inherit;cursor:pointer;background:0 0;align-self:flex-start;margin-top:4px;padding:12px 18px;font-weight:600;transition:background .18s,transform .18s}.checklist-page__restart:hover{background:var(--checklist-accent-soft);transform:translateY(-1px)}.checklist-page__legacy-items{flex-direction:column;gap:12px;margin-bottom:26px;display:flex}.checklist-page__legacy-item{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);cursor:pointer;align-items:flex-start;gap:12px;padding:16px;font-size:16px;line-height:1.55;display:flex}.checklist-page__legacy-item input{accent-color:var(--checklist-accent-strong);margin-top:4px}@media (width<=700px){.checklist-page{padding-bottom:40px}.checklist-page__back{margin-bottom:18px}.checklist-page__header{margin-bottom:22px}.checklist-page__title{font-size:30px}.checklist-page__description{font-size:16px}.checklist-page__hint{font-size:14px}.checklist-page__progress{margin-bottom:28px}.checklist-page__paper-header,.checklist-page__safety-header,.checklist-page__evaluation-header{display:none}.checklist-page__paper,.checklist-page__safety-paper,.checklist-page__evaluation-paper{padding-top:24px}.checklist-page__paper-row,.checklist-page__evaluation-row{grid-template-columns:repeat(3,1fr);min-height:0}.checklist-page__question,.checklist-page__evaluation-question{border-bottom:1px solid var(--checklist-paper-line);grid-column:1/-1;align-items:flex-start;padding:20px 18px;font-size:17px;font-weight:600;line-height:1.55}.checklist-page__answer-cell,.checklist-page__evaluation-cell{border-left:1px solid var(--checklist-paper-line);min-height:72px}.checklist-page__answer-cell:first-of-type,.checklist-page__evaluation-cell:first-of-type{border-left:0}.checklist-page__answer-label,.checklist-page__evaluation-cell-label{color:var(--checklist-accent-dark);text-align:center;font-size:11px;font-weight:700;line-height:1.15;display:block;position:absolute;top:7px;left:2px;right:2px}.checklist-page__hand-check{margin-top:14px;font-size:33px}.checklist-page__multi-paper{padding-top:20px}.checklist-page__multi-row{grid-template-columns:38px minmax(0,1fr) 66px;min-height:104px}.checklist-page__multi-number{padding-left:5px;font-size:15px}.checklist-page__multi-text{padding:18px 12px 18px 2px;font-size:16px;line-height:1.5}.checklist-page__multi-mark .checklist-page__hand-check{margin-top:0;font-size:31px}.checklist-page__safety-row{grid-template-columns:repeat(2,1fr);min-height:0}.checklist-page__safety-question{border-bottom:1px solid var(--checklist-paper-line);grid-column:1/-1;align-items:flex-start;padding:20px 18px;font-size:16px;line-height:1.55}.checklist-page__safety-cell{border-left:1px solid var(--checklist-paper-line);min-height:72px}.checklist-page__safety-cell:nth-of-type(2){border-left:0}.checklist-page__safety-cell-label{color:var(--checklist-accent-dark);text-align:center;font-size:11px;font-weight:700;line-height:1.15;display:block;position:absolute;top:7px;left:4px;right:4px}.checklist-page__safety-cell .checklist-page__hand-check{margin-top:14px}.checklist-page__result-summary,.checklist-page__result-section,.checklist-page__related,.checklist-page__safety-result,.checklist-page__evaluation-result{padding:20px 18px}.checklist-page__fatigue-card-header{align-items:flex-start;padding:18px}.checklist-page__fatigue-card-header h3{font-size:19px}.checklist-page__fatigue-description{padding:18px;font-size:15px}.checklist-page__fatigue-subsection{padding:0 18px 18px}.checklist-page__fatigue-subsection--actions{padding-top:18px}.checklist-page__secondary-result{align-items:flex-start}.checklist-page__restart{width:100%}}.app{background:var(--color-background);min-height:100vh}.layout{grid-template-columns:270px 1fr;min-height:calc(100vh - 76px);display:grid}.main{padding:40px;overflow-y:auto}.main__container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-large);max-width:1200px;box-shadow:var(--shadow-small);margin:0 auto;padding:40px}@media (width<=900px){.layout{grid-template-columns:1fr}.main{padding:20px}.main__container{padding:24px}}
