@import "https://fonts.googleapis.com/css2?family=SUSE+Mono:ital,wght@0,100..800;1,100..800&family=SUSE:ital,wght@0,100..900;1,100..900&display=swap";:root{--header-height-mobile:88px;--header-height-desktop:126px;--header-offset:var(--header-height-mobile);--container-width:min(1180px, calc(100% - 32px));--aside-width:332px;--bg-page:#07161b;--bg-surface:#0d1f27;--bg-surface-alt:#132933;--bg-panel:#123127;--bg-accent:#163541;--green-soft:#1d4a38;--blue-soft:#1c4252;--text-main:#e7f2f7;--text-soft:#a5bcc8;--text-muted:#7f97a3;--line-main:#80bcd33d;--blue-main:#69c0ea;--green-main:#53c79a;--danger-soft:#2d1717;--danger-main:#f28b82;--shadow-soft:0 18px 34px #00000047;--radius-badge:4px;--radius-button:3px;--radius-pill:10px;--radius-field:8px;--radius-card:8px;--radius-panel:10px;--radius-modal:12px;--radius-image:3px;--radius-round:3px;color:var(--text-main);background:var(--bg-page);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:SUSE,sans-serif;font-weight:400;line-height:1.5}:root[data-theme=light]{--bg-page:#f4fbfb;--bg-surface:#fff;--bg-surface-alt:#edf7fb;--bg-panel:#eff8f1;--bg-accent:#d8eef7;--green-soft:#c9e7d7;--blue-soft:#d7ebf5;--text-main:#163246;--text-soft:#4b6677;--text-muted:#63808f;--line-main:#9dc6d7;--blue-main:#2276a8;--green-main:#2e8967;--danger-soft:#f8dede;--danger-main:#9f4242;--shadow-soft:0 10px 24px #2276a814;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (width>=961px){:root{--header-offset:var(--header-height-desktop)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text-main);--editorial-timeline-base:#02343f;--editorial-timeline-progress:#07a067;background:radial-gradient(circle at top,#04d88b14,#0000 26%),linear-gradient(#07161b 0%,#0a1a21 100%);margin:0}:root[data-theme=light] body{background:linear-gradient(#f4fbfb 0%,#ecf7f7 100%)}:root[data-theme=dark] body{--editorial-timeline-base:#80bcd33d;--editorial-timeline-progress:#53c79a}body,button,input,select,textarea{font:inherit}input,select,textarea{color:var(--text-main)}input::placeholder,textarea::placeholder{color:var(--text-muted)}button,a{transition:background-color .2s,border-color .2s,color .2s,transform .2s}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}#root{min-height:100vh}.container{width:var(--container-width);margin:0 auto}.app-shell{min-height:100vh}.app-shell__body{padding-top:var(--header-offset)}.app-shell__content-area{min-height:calc(100vh - var(--header-offset));transition:transform .28s}.page-content{width:var(--container-width);margin:0 auto;padding:24px 0 40px}.page-content--home{width:100%;padding-top:0}.page{display:grid}.site-header{z-index:30;border-bottom:1px solid var(--line-main);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#04d88b;position:fixed;inset:0 0 auto}.site-header__top{min-height:var(--header-height-mobile);grid-template-columns:48px 1fr 128px;align-items:center;gap:16px;display:grid}.site-header__brand{letter-spacing:.04em;color:var(--blue-main);justify-self:center;font-size:1.4rem;font-weight:700}.site-header__nav{border-top:1px solid var(--blue-soft);display:none}.site-header__nav-links{flex-wrap:wrap;gap:10px;padding:12px 0;display:flex}.site-header__nav a,.mobile-aside a{border-radius:var(--radius-badge);color:var(--text-soft);border:1px solid #0000;padding:8px 12px}.mobile-aside a.active{border-color:var(--line-main);background:var(--bg-accent);color:var(--blue-main)}.burger-button{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:64px;height:64px;padding:0;display:inline-flex}.burger-button svg{flex:none;display:block}.button{border:1px solid var(--blue-main);border-radius:var(--radius-button);background:var(--blue-main);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:11px 16px;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.7;transform:none}.button--secondary{border-color:var(--green-main);background:var(--bg-panel);color:var(--green-main)}.button--ghost{border-color:var(--line-main);color:var(--text-soft);background:0 0}.button--account{min-width:128px}.mobile-aside{top:var(--header-height-mobile);width:var(--aside-width);border-right:1px solid var(--line-main);background:var(--bg-surface);z-index:15;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-y;padding:20px;transition:transform .28s;position:fixed;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.mobile-aside::-webkit-scrollbar{display:none}.mobile-aside--open{transform:translate(0)}.mobile-aside__home-link{border-radius:var(--radius-round);width:fit-content;color:var(--text-soft);border:1px solid #0000;margin-bottom:18px;padding:8px 12px;display:inline-flex}.mobile-aside__home-link.active{border-color:var(--line-main);background:var(--bg-accent);color:var(--blue-main)}.mobile-aside__section{border-bottom:1px solid var(--blue-soft);gap:8px;margin-bottom:18px;padding-bottom:18px;display:grid}.mobile-aside__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:700}.subsection-block,.profile-panel,.status-block,.auth-modal{border:1px solid var(--line-main);border-radius:var(--radius-card);background:var(--bg-surface);box-shadow:var(--shadow-soft)}.section-block{gap:20px;padding:24px;display:grid}.section-block__header,.subsection-block__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-block__header h2,.subsection-block__header h3,.profile-panel__header h3,.status-block h3,.auth-modal h2{margin:0 0 6px}.section-block__header p,.subsection-block__header p,.site-footer p,.news-card p,.news-detail__excerpt p,.status-block p,.auth-modal p,.profile-panel p{color:var(--text-soft);margin:0}.stack-blocks{gap:16px;display:grid}.subsection-block{background:var(--bg-surface-alt);gap:16px;padding:18px;display:grid}.news-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;display:grid}.category-mobile-feed{display:none}.category-page .section-block{box-shadow:none;background:0 0;border:0;border-radius:0;gap:24px;padding:0}.category-page .section-block__header{gap:8px;display:grid}.category-page .status-inline{background:0 0;border:0;padding:0}.category-page__headline{margin:0}.category-desktop-feed{display:none}.desktop-news-timeline{isolation:isolate;gap:18px;padding-left:8px;display:grid;position:relative}.desktop-news-timeline__rail,.desktop-news-timeline__progress{border-radius:999px;width:4px;position:absolute}.desktop-news-timeline__progress{transform-origin:top;will-change:transform}.desktop-news-timeline__item{z-index:1;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:14px;display:grid;position:relative}.desktop-news-timeline__dot{z-index:1;border-radius:999px;justify-self:center;width:14px;height:14px;position:relative}.desktop-news-timeline__content{gap:8px;min-width:0;padding-top:2px;display:grid}.desktop-news-timeline__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:.82rem;display:flex}.desktop-news-timeline__content h3{color:var(--text-main);letter-spacing:-.018em;margin:0;font-size:1.06rem;line-height:1.18}.desktop-news-timeline__content:hover h3{color:var(--green-main)}.editorial-news-list{gap:0;display:grid}.editorial-news-list__item{border-bottom:1px solid var(--line-main);grid-template-columns:108px minmax(0,1fr);align-items:start;gap:14px;padding:18px 0;display:grid}.editorial-news-list__media{aspect-ratio:1;border-radius:var(--radius-image);background:var(--bg-accent);min-height:90px;display:block;position:relative;overflow:hidden}.editorial-news-list__media img{object-fit:cover;width:100%;height:100%}.editorial-news-list__placeholder{width:100%;height:100%;color:var(--text-soft);background:linear-gradient(135deg, var(--blue-soft), var(--green-soft));place-items:center;display:grid}.editorial-news-list__body{gap:8px;min-width:0;display:grid}.editorial-news-list__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:.82rem;display:flex}.editorial-news-list__body h3{letter-spacing:-.015em;margin:0;font-size:1rem;line-height:1.18}.editorial-news-list__body h3 a{color:var(--text-main)}.editorial-news-list__body h3 a:hover{color:var(--green-main)}.editorial-news-list__body p{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.46;display:-webkit-box;overflow:hidden}.category-editorial-hero,.category-editorial-hero__lead,.category-editorial-grid,.category-editorial-story{display:grid}.category-editorial-hero__lead,.category-editorial-story{align-content:start;gap:12px}.category-editorial-hero__lead-media,.category-editorial-story__media{background:var(--bg-accent);display:block;position:relative;overflow:hidden}.category-editorial-hero__lead-media img,.category-editorial-story__media img{object-fit:cover;width:100%;height:100%}.category-editorial-hero__lead-meta,.category-editorial-story__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:.82rem;display:flex}.category-editorial-hero__lead h3,.category-editorial-story h3{margin:0}.category-editorial-hero__lead h3 a,.category-editorial-story h3 a{color:var(--text-main)}.category-editorial-hero__lead h3 a:hover,.category-editorial-story h3 a:hover{color:var(--green-main)}.category-editorial-hero__lead p,.category-editorial-story p{color:var(--text-soft);margin:0}.category-mobile-lead,.category-mobile-list,.category-mobile-timeline,.category-mobile-timeline-story,.category-mobile-item,.category-mobile-lead__body,.category-mobile-item__body{display:grid}.category-mobile-timeline{isolation:isolate;gap:18px;padding:0 0 0 8px;position:relative}.category-mobile-timeline-story{z-index:1;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:14px;display:grid;position:relative}.category-mobile-lead__media,.category-mobile-item__media{background:var(--bg-accent);display:block;position:relative;overflow:hidden}.category-mobile-lead__media img,.category-mobile-item__media img{object-fit:cover;width:100%;height:100%}.category-mobile-lead__placeholder,.category-mobile-item__placeholder{width:100%;height:100%;color:var(--text-soft);background:linear-gradient(135deg, var(--blue-soft), var(--green-soft));place-items:center;display:grid}.category-mobile-lead__meta,.category-mobile-item__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:.84rem;display:flex}.category-mobile-lead__body h3,.category-mobile-item__body h3{margin:0}.category-mobile-lead__body h3 a,.category-mobile-item__body h3 a{color:var(--text-main)}.category-mobile-lead__body h3 a:hover,.category-mobile-item__body h3 a:hover{color:var(--green-main)}.category-mobile-lead__body p,.category-mobile-item__body p{color:var(--text-soft);margin:0}.news-card--featured{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:stretch;padding:18px}.news-card__image,.news-detail__hero{border-radius:var(--radius-image);background:var(--bg-accent);min-height:180px;position:relative;overflow:hidden}.news-card__image img,.news-detail__hero img{object-fit:cover;width:100%;height:100%}.news-card__image-placeholder,.news-detail__image-placeholder{min-height:180px;color:var(--text-soft);background:linear-gradient(135deg, var(--blue-soft), var(--green-soft));place-items:center;display:grid}.news-card__content{gap:10px;display:grid}.news-card__topline{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:.86rem;display:flex}.news-card__content h3{margin:0;font-size:1.08rem}.news-card__content h3 a:hover{color:var(--blue-main)}.news-card__category,.home-showcase__lead-badge,.home-mobile-featured__badge,.home-mobile-story__badge{border-radius:var(--radius-badge);background:var(--bg-panel);width:fit-content;min-height:22px;color:var(--green-main);white-space:nowrap;align-items:center;padding:0 10px;font-size:.84rem;font-weight:800;line-height:1;display:inline-flex}.news-card__days{color:inherit}.news-card__meta,.comment-card__meta,.page-headline,.status-inline{flex-wrap:wrap;gap:10px 18px;font-size:.92rem;display:flex;color:var(--text-muted)!important}.home-showcase__lead-days{color:var(--text-muted)}.home-mobile-feed{display:none}.home-status-shell{padding-top:24px}.home-desktop-feed{gap:0;display:grid}.home-hero,.home-mobile-featured{background:radial-gradient(circle at 100% 0,#04d88b24,#0000 26%),#02343f}.home-hero__inner{gap:28px;padding:28px 0;display:grid}.home-hero__card{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch;gap:28px;display:grid}.home-hero__media,.home-mobile-featured__media{aspect-ratio:16/10;border-radius:var(--radius-image);background:#ffffff14;min-height:320px;display:block;position:relative;overflow:hidden}.home-hero__media:after,.home-mobile-featured__media:after{content:"";background:linear-gradient(#0000 0%,#02343f8a 100%);height:38%;position:absolute;inset:auto 0 0}.home-hero__media img,.home-mobile-featured__media img{object-fit:cover;width:100%;height:100%}.home-mobile-featured__placeholder{background:radial-gradient(circle at 100% 0,#04d88b2e,#0000 36%),linear-gradient(135deg,#dde8ea 0%,#f7fbfc 100%);place-items:center;height:100%;min-height:220px;display:grid}.home-mobile-featured__placeholder img{opacity:.92;width:min(200px,58%);height:auto}.home-hero__media .news-card__image-placeholder{height:100%;min-height:100%}.home-hero__tag,.home-mobile-featured__tag{z-index:1;border-radius:var(--radius-button);color:#04d88b;background:#054752f5;width:fit-content;padding:10px 18px;font-size:.98rem;font-weight:800;display:inline-flex;position:absolute;bottom:18px;left:18px}.home-hero__body,.home-mobile-featured__body{color:#fff;align-content:center;gap:16px;padding:18px 0 24px;display:grid}.home-hero__meta,.home-mobile-featured__meta,.home-latest-card__meta{color:#ffffffc2;flex-wrap:wrap;align-items:center;gap:10px 12px;font-size:.9rem;display:flex}.home-hero__badge,.home-latest-card__badge{border-radius:var(--radius-badge);width:fit-content;padding:5px 10px;font-size:.82rem;font-weight:800;line-height:1;display:inline-flex}.home-hero__body h1,.home-mobile-featured__body h2,.home-latest-card h3,.home-category-block__header h3,.home-section-heading h2{margin:0}.home-hero__body h1{letter-spacing:-.035em;font-size:clamp(2rem,4vw,3.15rem);line-height:1.02}.home-mobile-featured__body h2{letter-spacing:-.02em;font-size:1.6rem;line-height:1.12}.home-hero__body p,.home-mobile-featured__body p{color:#ffffffc7;max-width:620px;margin:0;font-size:1rem}.home-hero__timeline{border-top:1px solid #ffffff1f;width:min(100%,860px);padding-top:24px}.home-hero__timeline .desktop-news-timeline__meta{color:#ffffffb8}.home-hero__timeline .desktop-news-timeline__content h3{color:#fff;font-size:1.05rem}.home-hero__timeline .desktop-news-timeline__content:hover h3{color:#9fe8ca}.home-shell{gap:32px;display:grid}.home-showcase-stack{display:grid}.home-showcase{--showcase-ink:#02343f;--showcase-accent:#02343f;--showcase-border:#02343f1a;--showcase-card-shadow:0 16px 30px #02343f14;--showcase-surface-shadow:0 24px 60px #02343f14, 0 8px 24px #02343f0d;--showcase-surface-background:#fffffff5;padding:28px 0 34px}.home-showcase__inner{gap:18px;display:grid}.home-showcase__surface{gap:18px;padding:24px;display:grid;position:relative;overflow:hidden}.home-showcase--check{background:linear-gradient(#02343f05 0%,#02343f14 100%),#edf5f7}.home-showcase--recent{background:linear-gradient(#02343f0a 0%,#02343f03 100%),#f3f9fb}.home-showcase__surface:before,.home-showcase__surface:after{content:"";pointer-events:none;content:none;position:absolute;inset:auto}.home-showcase__surface>*{z-index:1;position:relative}.home-showcase__lead{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch;gap:24px;display:grid}.home-showcase__lead-media{aspect-ratio:16/10;border-radius:var(--radius-image);background:#ffffff14;border:1px solid #02343f1f;min-height:300px;display:block;position:relative;overflow:hidden;box-shadow:0 20px 36px #02343f1f,inset 0 1px #fff3}.home-showcase__lead-media:after{content:"";background:linear-gradient(#0000 0%,#02343f8a 100%);height:38%;position:absolute;inset:auto 0 0}.home-showcase__lead-media img{object-fit:cover;width:100%;height:100%}.home-showcase__lead-media .news-card__image-placeholder{height:100%;min-height:100%}.home-showcase__lead-tag{z-index:1;border-radius:var(--radius-button);width:fit-content;padding:2px 18px;font-size:.98rem;font-weight:800;display:inline-flex;position:absolute;bottom:18px;left:18px;box-shadow:0 14px 28px #02343f2e}.news-corner-badge{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.news-corner-badge img{filter:drop-shadow(0 12px 24px #02343f2e);height:auto;display:block}.news-corner-badge--check img{width:clamp(36px,3.5vw,46px)}.news-corner-badge--brand img{width:clamp(22px,2.5vw,28px)}.news-corner-badge--compact{top:12px;right:12px}.news-corner-badge--compact.news-corner-badge--check img{width:clamp(30px,3vw,40px)}.news-corner-badge--compact.news-corner-badge--brand img{width:clamp(18px,2vw,24px)}.home-showcase--check .home-showcase__lead-tag{color:#fff;background:#02343ff0}.home-showcase--recent .home-showcase__lead-tag{color:#02343f;background:#ffffffe0;border-color:#02343f1f}.home-showcase__lead-body{color:var(--showcase-ink);align-content:center;gap:16px;padding:6px 0;display:grid}.home-showcase__lead-meta{color:#02343f9e;flex-wrap:wrap;align-items:center;gap:10px 12px;font-size:.9rem;display:flex}.home-showcase__lead-body h3{letter-spacing:-.03em;margin:0;font-size:clamp(1.7rem,3.2vw,2.45rem);line-height:1.06}.home-showcase__lead-body h3 a:hover{color:#02343f}.home-showcase__lead-body p{max-width:620px;color:var(--text-soft);margin:0;font-size:1rem}.home-showcase__rail{gap:18px;display:grid}.home-showcase__cards{--showcase-cards-gap:16px;gap:var(--showcase-cards-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-showcase__cards>*{height:100%}.home-showcase__more-row{justify-content:flex-end;display:flex}.home-showcase__more{color:#02343f;letter-spacing:.01em;align-items:center;gap:12px;font-size:.98rem;font-weight:800;transition:transform .22s,color .22s;display:inline-flex}.home-showcase__more-icon{color:#0a9a67;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0;transition:transform .22s,color .22s;display:inline-flex}.home-showcase__more-icon svg{width:20px;height:20px;display:block}.home-showcase__more:hover{color:#02343f;transform:translate(2px)}.home-showcase__more:hover .home-showcase__more-icon{color:#067c58;transform:translate(2px)}.home-showcase__more:focus-visible{outline-offset:4px;outline:2px solid #02343f52}.home-showcase__cards .news-card{box-shadow:none;background:0 0;border:0;border-bottom:1px solid #02343f1f;border-radius:0;padding:0 0 16px;transition:border-color .22s;position:relative;overflow:visible}.home-showcase__cards .news-card:not(:first-child):before{content:"";top:0;bottom:0;left:calc(var(--showcase-cards-gap) / -2);background:#02343f1f;width:1px;position:absolute}.home-showcase__cards .news-card:hover{border-color:#02343f38}.home-showcase__cards .news-card__image{box-shadow:none;border:0}.home-showcase__cards .news-card__content h3 a:hover{color:#02343f;-webkit-text-decoration:underline #02343f4d;text-decoration:underline #02343f4d}.home-showcase__cards .news-card__topline{color:#02343f9e;gap:8px 10px}.home-showcase__cards .news-card__meta{color:#02343f9e;border-top:1px solid #02343f14;padding-top:10px}.home-editorial-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:24px;display:grid}.home-editorial-section{gap:18px;display:grid}.home-section-heading{gap:10px;display:grid}.home-section-heading__eyebrow{border-radius:var(--radius-round);color:#02343f;letter-spacing:.04em;text-transform:uppercase;background:#02343f14;width:fit-content;padding:7px 12px;font-size:.8rem;font-weight:800;display:inline-flex}.home-section-heading__eyebrow--latest{color:#02343f;background:#ffffffc7;border:1px solid #02343f24}.home-section-heading__eyebrow--latest:before{content:none}.home-section-heading__eyebrow--check{color:#02343f;background:#02343f14}.home-section-heading p,.home-category-block__header p,.home-latest-card p{color:var(--text-soft);margin:0}.home-latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-latest-card,.home-category-block{border-radius:var(--radius-panel);background:#fff;gap:14px;padding:20px;display:grid;box-shadow:0 14px 30px #0c3b4514}.home-latest-card__meta{color:var(--text-muted)}.home-latest-card h3{font-size:1.08rem;line-height:1.18}.home-latest-card h3 a:hover,.home-category-block__header a:hover{color:#12835d}.home-category-stack{gap:18px;display:grid}.home-category-block__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-category-block__header a{color:#12835d;flex:none;align-items:center;font-size:.92rem;font-weight:700;display:inline-flex}.home-category-block--check{background:linear-gradient(#02343f05 0%,#04d88b08 100%),#fff}.home-mobile-featured{width:100%}.home-mobile-featured__inner{gap:16px;padding:16px;display:grid}.home-mobile-content{padding:20px 16px 0}.home-mobile-latest{padding-top:26px;position:relative}.home-mobile-latest__label{border-radius:var(--radius-round);color:#ef6d66;background:#fffffff5;border:1px solid #ef6d6647;align-items:center;gap:8px;padding:6px 14px;font-size:.86rem;font-weight:800;display:inline-flex;position:absolute;top:0;left:0;box-shadow:0 8px 18px #ef6d661a}.home-mobile-latest__label:before{content:"";border-radius:var(--radius-round);background:#ef6d66;width:13px;height:13px}.home-mobile-timeline{isolation:isolate;gap:18px;padding:22px 0 0 8px;display:grid;position:relative}.home-mobile-timeline__rail,.home-mobile-timeline__progress{border-radius:999px;width:4px;position:absolute;left:17px}.home-mobile-timeline__rail{background:#02343f}.home-mobile-timeline__progress{transform-origin:top;will-change:transform;background:#07a067}.home-mobile-timeline__empty{color:var(--text-muted);margin:0;padding-top:18px}.home-mobile-story{z-index:1;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:14px;display:grid;position:relative}.home-mobile-story__dot{z-index:1;background:#02343f;border-radius:999px;justify-self:center;width:14px;height:14px;position:relative}.home-mobile-story__content{min-width:0;box-shadow:none;color:#123642;background:0 0;border:0;padding:0;line-height:1.24;display:block;position:relative}.home-mobile-story__content h3{color:#123642;margin:0;font-size:1.02rem;font-weight:800;line-height:1.24;display:inline}.home-mobile-story__badge{vertical-align:baseline;margin-right:8px}.home-mobile-story__content:hover h3{color:#12835d}.home-mobile-editorial{margin-top:14px}.category-mobile-editorial{margin-top:8px}@media (width<=960px){.page--home{gap:0}.category-page .section-block{box-shadow:none;background:0 0;border:0;gap:18px;padding:0}.category-page .section-block__header{gap:8px;display:grid}.category-page__headline{border-bottom:1px solid var(--line-main);padding-bottom:14px}.category-page__desktop-grid{display:none}.category-mobile-feed{gap:0;display:grid}.category-mobile-lead{border-bottom:1px solid var(--line-main);gap:14px;padding-bottom:22px}.category-mobile-lead__media{aspect-ratio:16/10;border-radius:var(--radius-image);min-height:224px}.category-mobile-lead__media:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#02343f6b 100%);height:34%;position:absolute;inset:auto 0 0}.category-mobile-lead__body{gap:10px}.category-mobile-lead__body h3{letter-spacing:-.025em;font-size:1.5rem;line-height:1.08}.category-mobile-lead__body p{font-size:.98rem;line-height:1.52}.category-mobile-list{gap:0}.category-mobile-item{border-bottom:1px solid var(--line-main);grid-template-columns:108px minmax(0,1fr);align-items:start;gap:14px;padding:18px 0}.category-mobile-item__media{aspect-ratio:1;border-radius:var(--radius-image);min-height:90px}.category-mobile-item__body{gap:8px;min-width:0}.category-mobile-item__body h3{letter-spacing:-.015em;font-size:1rem;line-height:1.18}.category-mobile-item__body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.46;display:-webkit-box;overflow:hidden}.home-shell{gap:28px;padding-top:28px}.editorial-news-list__item{grid-template-columns:108px minmax(0,1fr);gap:14px;padding:18px 0}.editorial-news-list__media{min-height:90px}.editorial-news-list__body h3{font-size:1rem}.home-showcase{padding:24px 0 30px}.home-showcase__surface{border-radius:var(--radius-modal);padding:18px}.home-showcase__lead-media{min-height:240px}.home-mobile-feed{gap:0;display:grid}.home-desktop-feed{display:none}}@media (width>=961px){.category-page__headline{border:0;padding:0}.category-desktop-feed{gap:36px;display:grid}.category-editorial-hero{border-bottom:1px solid var(--line-main);grid-template-columns:minmax(0,1.32fr) minmax(280px,.68fr);align-items:start;gap:28px;padding-bottom:32px}.category-editorial-hero.is-single{grid-template-columns:1fr}.category-editorial-hero__lead{gap:16px}.category-editorial-hero__lead-copy{gap:12px;display:grid}.category-editorial-hero__lead h3{letter-spacing:-.035em;font-size:clamp(2.1rem,3vw,3rem);line-height:1.02}.category-editorial-hero__lead p{max-width:720px;font-size:1rem;line-height:1.6}.category-editorial-hero__lead-media{aspect-ratio:16/10;border-radius:var(--radius-image);min-height:420px}.category-editorial-hero__side{min-width:0}.category-editorial-hero.is-single .category-editorial-hero__side{border-left:0;padding-left:0}.category-editorial-side-timeline{padding-left:0}.category-editorial-side-timeline .desktop-news-timeline__content h3{font-size:1.08rem}.editorial-news-list__item{grid-template-columns:132px minmax(0,1fr);gap:18px}.editorial-news-list__media{min-height:108px}.category-editorial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px;padding-top:30px}.category-editorial-story{border-left:1px solid var(--line-main);padding-left:22px}.category-editorial-story:nth-child(3n+1){border-left:0;padding-left:0}.category-editorial-story:nth-child(n+4){border-top:1px solid var(--line-main);padding-top:26px}.category-editorial-story__media{aspect-ratio:4/3;border-radius:var(--radius-image);min-height:186px}.category-editorial-story h3{letter-spacing:-.015em;font-size:1.12rem;line-height:1.18}.category-editorial-story p{font-size:.96rem;line-height:1.56}.home-hero{padding-bottom:20px}.home-mobile-feed,.category-mobile-feed{display:none}}@media (width<=720px){.category-mobile-lead__media{min-height:198px}.category-mobile-item{grid-template-columns:96px minmax(0,1fr);gap:12px;padding:16px 0}.category-mobile-item__media{min-height:82px}.category-mobile-item__meta{gap:6px 8px;font-size:.76rem}.category-mobile-item__body h3{font-size:.96rem}.category-mobile-item__body p{font-size:.88rem}.home-mobile-featured__media{min-height:198px}.home-showcase{padding:22px 0 26px}.home-showcase__surface{border-radius:var(--radius-modal);padding:16px}.home-showcase__lead-tag{padding:8px 14px;font-size:.9rem;bottom:14px;left:14px}.news-corner-badge{top:14px;right:14px}.home-mobile-featured__body h2{font-size:1.34rem}.home-showcase__lead-body h3{font-size:1.52rem}.home-mobile-story__content h3{font-size:.98rem}.home-showcase__cards{--showcase-cards-gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.home-showcase__cards .news-card{border-radius:0;gap:10px;padding:0 0 10px}.home-showcase__cards .news-card__image{border-radius:var(--radius-image);min-height:84px}.home-showcase__cards .news-card__image-placeholder{min-height:84px;font-size:.72rem}.home-showcase__cards .news-card__content{gap:8px}.home-showcase__cards .news-card__topline{gap:6px 8px;font-size:.72rem}.news-card__category,.home-showcase__lead-badge,.home-mobile-featured__badge,.home-mobile-story__badge{height:20px;min-height:20px;padding:0 8px;font-size:.72rem}.news-card__category{height:20px}.home-showcase__cards .news-card__content h3{font-size:.8rem;line-height:1.18}.home-showcase__more{gap:8px;font-size:.78rem}.home-showcase__more-icon{min-width:18px;height:18px}.home-showcase__more-icon svg{width:16px;height:16px}.home-showcase__cards .news-card__content p,.home-showcase__cards .news-card__meta{display:none}}@media (width<=1180px){.home-hero__card,.home-showcase__lead{grid-template-columns:1fr}.home-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-editorial-layout{grid-template-columns:1fr}}.status-block{text-align:left;gap:12px;padding:24px;display:grid}.status-block--error{background:var(--danger-soft);color:var(--danger-main);border-color:#d4aaaa}.status-block--empty{background:var(--bg-accent)}.status-inline{border:1px solid var(--line-main);border-radius:var(--radius-button);background:var(--bg-surface-alt);padding:12px 14px}.status-inline--error{background:var(--danger-soft);color:var(--danger-main);border-color:#d4aaaa}.status-inline--success{background:var(--bg-panel);color:var(--green-main);border-color:#a9d1bb}.news-detail-shell{box-shadow:none;background:0 0;border-radius:0;gap:20px;padding:0;display:grid}.news-detail{gap:20px;padding:0;display:grid}.news-detail__header{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start;gap:24px;display:grid}.news-detail__hero{min-height:320px}.news-detail__hero:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#02343f7a 100%);height:38%;position:absolute;inset:auto 0 0}.news-detail__hero-badge{z-index:2;border-radius:var(--radius-badge);letter-spacing:-.02em;align-items:center;min-height:44px;padding:0 18px;font-size:1.05rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;bottom:18px;right:18px}.news-detail__lead{align-content:center;gap:16px;display:grid}.news-detail__lead-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px 12px;font-size:.9rem;display:flex}.news-detail__lead h1{letter-spacing:-.035em;margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:1.04}.news-detail__dek{color:var(--text-soft);margin:0;font-size:1.02rem;line-height:1.6}.news-detail__author-card{align-items:center;gap:14px;padding:4px 0 0;display:flex}.news-detail__author-avatar{border-radius:var(--radius-image);color:#fff;background:#02343f;place-items:center;width:54px;height:54px;font-size:1.05rem;font-weight:800;display:grid;overflow:hidden}.news-detail__author-avatar img{object-fit:cover;width:100%;height:100%}.news-detail__author-copy{gap:2px;display:grid}.news-detail__author-copy strong,.news-detail__author-copy span{display:block}.news-detail__author-copy span{color:var(--text-soft);font-size:.94rem}.news-detail__share-strip,.news-detail__share-feedback{display:none}.news-detail__share-chip{color:#04d88b;cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.news-detail__share-chip svg{width:16px;height:16px;display:block}.news-detail__share-chip:hover{color:#067c58}.news-detail__meta-grid,.profile-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;display:grid}.news-detail__meta-grid div,.profile-grid div{background:0 0;border:0;border-radius:0;gap:4px;padding:0;display:grid}.profile-grid__full{grid-column:1/-1}.news-detail__excerpt,.share-block,.profile-panel{background:0 0;padding:0}.news-detail__content{gap:16px;display:grid}.news-detail__content p{margin:0}.share-block{border-radius:0;gap:12px;display:grid}.share-block__actions{flex-wrap:wrap;gap:10px;display:flex}.share-block .button,.share-block .button--secondary{color:var(--blue-main);box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.share-block .button:hover,.share-block .button--secondary:hover{color:var(--green-main);transform:none}.comment-section{box-shadow:none;background:0 0;border:0;border-radius:0;gap:18px;padding:0}.comment-section .section-block__header{padding-bottom:8px}.comment-section .section-block__header p{color:var(--text-soft)}.comment-form,.auth-form{gap:16px;display:grid}.comment-form label,.auth-form label{color:var(--text-soft);gap:8px;display:grid}.comment-form textarea,.auth-form input,.auth-form select{border:1px solid var(--line-main);border-radius:var(--radius-button);width:100%;color:var(--text-main);background:#fff;padding:12px 14px}.comment-form{gap:14px}.comment-form textarea{resize:vertical;background:#fffc;min-height:132px}.comment-form .button{background:#02343f;border-color:#02343f;justify-self:start;min-width:220px}.comment-list{gap:0;display:grid}.comment-card{border:0;border-bottom:1px solid var(--line-main);background:0 0;border-radius:0;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:12px;padding:16px 0;display:grid}.comment-card__avatar{border-radius:var(--radius-image);color:#fff;background:#02343f;place-items:center;width:40px;height:40px;font-size:.92rem;font-weight:800;display:grid}.comment-card__body{gap:6px;min-width:0;display:grid}.comment-card__meta{align-items:center;gap:8px 14px}.comment-card__meta strong{color:var(--text-main)}.comment-card p{color:var(--text-main);margin:0;line-height:1.62}.profile-panel{gap:18px;display:grid}.profile-panel__header{align-items:center;gap:16px;display:flex}.profile-avatar{border:1px solid var(--line-main);border-radius:var(--radius-round);background:linear-gradient(135deg, var(--blue-soft), var(--green-soft));width:72px;height:72px;color:var(--blue-main);place-items:center;font-size:1.6rem;font-weight:700;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.site-footer{padding:0 0 32px}.site-footer__content{border:1px solid var(--line-main);border-radius:var(--radius-card);background:var(--bg-surface);flex-wrap:wrap;justify-content:space-between;gap:16px;padding:20px 24px;display:flex}.modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:40;background:#16324657;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.auth-modal{border-radius:var(--radius-modal);scrollbar-width:none;background:linear-gradient(#f8fffcfa 0%,#fffffffa 22%),#fff;width:min(620px,100% - 32px);max-height:min(92vh,780px);padding:18px 18px 16px;position:relative;overflow-y:auto}.auth-modal::-webkit-scrollbar{display:none}.auth-modal .status-inline{margin-bottom:12px}.auth-modal__close{border-radius:var(--radius-round);width:34px;height:34px;color:var(--text-main);cursor:pointer;background:#ffffffeb;border:1px solid #14455e1f;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:14px;right:14px}.auth-modal__hero{text-align:center;justify-items:center;gap:4px;margin-bottom:10px;padding:0 34px;display:grid}.auth-modal__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:700}.auth-modal h2{color:#464b50;margin:0;font-size:clamp(1.5rem,2.7vw,2.08rem);line-height:1.02}.auth-modal__accent{border-radius:var(--radius-round);background:linear-gradient(90deg,#04d88b 0%,#0f79d0 100%);width:48px;height:3px}.auth-modal__hero p{max-width:460px;margin:0;font-size:.84rem;line-height:1.35}.auth-form--modal{gap:10px}.auth-form__grid{gap:8px;display:grid}.auth-form__grid--register{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-field{color:var(--text-main);gap:6px;display:grid}.auth-field span{color:#4a4f55;font-size:.84rem;font-weight:700}.auth-field--wide{grid-column:1/-1}.auth-field__control{gap:8px;display:grid}.auth-field__control--inline{grid-template-columns:minmax(0,1fr) auto;align-items:center}.auth-field__control--inline input{min-width:0}.auth-field input,.auth-field select{border-radius:var(--radius-card);width:100%;min-height:40px;color:var(--text-main);background:#f5f8f8;border:1px solid #14455e1f;padding:8px 12px;font-size:.88rem}.auth-field input::placeholder,.auth-field select::placeholder{color:#98a1a3}.auth-field input:focus,.auth-field select:focus{background:#fff;border-color:#04d88b7a;outline:0;box-shadow:0 0 0 4px #04d88b24}.auth-check-button{border-radius:var(--radius-card);color:#02343f;letter-spacing:.01em;white-space:nowrap;cursor:pointer;background:#02343f0f;border:1px solid #02343f29;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:.8rem;font-weight:700;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.auth-check-button:hover:not(:disabled){background:#02343f1a;border-color:#02343f3d;transform:translateY(-1px)}.auth-check-button:disabled{opacity:.72;cursor:wait;transform:none}.auth-field__hint{font-size:.74rem;line-height:1.4}.auth-field__hint--available{color:#048a5a}.auth-field__hint--checking,.auth-field__hint--idle{color:var(--text-muted)}.auth-field__hint--unavailable{color:#c44141}.auth-form__inline{justify-content:flex-start;display:flex}.auth-link-button{color:#64707a;cursor:pointer;background:0 0;border:0;padding:0;font-size:.9rem;font-weight:600}.auth-link-button:hover{color:var(--green-main)}.auth-link-button--strong{color:#4b5056;font-weight:700}.auth-link-button--subtle{color:var(--text-muted)}.auth-form__actions{justify-content:flex-end;display:flex}.auth-form__actions--split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}.auth-submit-button{border-radius:var(--radius-round);color:#fff;letter-spacing:.02em;cursor:pointer;background:#04d88b;border:0;justify-content:center;align-items:center;gap:8px;min-width:144px;padding:10px 17px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 12px 24px #04d88b33}.auth-submit-button svg{flex:none;display:block}.auth-submit-button:hover{background:#03cb82;transform:translateY(-1px)}.auth-submit-button:disabled{opacity:.72;cursor:wait;transform:none}.auth-modal__social{gap:8px;margin-top:2px;display:grid}.auth-modal__divider{color:var(--text-muted);align-items:center;gap:10px;font-size:.8rem;font-weight:700;display:flex}.auth-modal__divider:before,.auth-modal__divider:after{content:"";background:#14455e24;flex:1;height:1px}.auth-social-button{border-radius:var(--radius-card);color:#4a4f55;opacity:.92;background:#fff;border:1px solid #14455e1f;justify-content:center;align-items:center;gap:12px;width:min(290px,100%);margin:0 auto;padding:9px 12px;font-size:.9rem;font-weight:600;display:flex}.auth-social-button__mark{border-radius:var(--radius-round);color:#4285f4;background:#fff;border:1px solid #14455e14;place-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:800;display:grid}.auth-social-button__badge{border-radius:var(--radius-round);color:var(--blue-main);background:#f1f7ff;padding:4px 8px;font-size:.7rem;font-weight:700}.auth-modal__switch{color:var(--text-soft);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:0;display:flex}.auth-password-panel,.auth-reset-panel{border-radius:var(--radius-card);background:linear-gradient(#fbfefe 0%,#f6fbfa 100%);border:1px solid #14455e14;gap:8px;padding:10px;display:grid}.auth-password-panel__title{color:var(--text-main);font-size:.86rem;font-weight:600}.auth-password-checks{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;display:grid}.auth-password-check{color:var(--text-muted);align-items:center;gap:6px;font-size:.75rem;display:inline-flex}.auth-password-check:before{content:"";border-radius:var(--radius-round);background:#14455e29;flex:none;width:8px;height:8px}.auth-password-check.is-valid{color:var(--green-main)}.auth-password-check.is-valid:before{background:var(--green-main)}.scroll-sentinel{width:100%;height:1px}@media (width>=961px){.site-header__nav{display:block}.burger-button,.mobile-aside{display:none}}@media (width<=960px){.menu-open .app-shell__content-area{transform:translateX(var(--aside-width))}.news-card--featured{grid-template-columns:1fr}}@media (width<=720px){.page-content{padding-top:18px}.section-block,.auth-modal{padding:18px}.modal-backdrop{padding:12px}.site-header__top{grid-template-columns:48px 1fr minmax(96px,116px)}.site-header__brand{padding-top:10px;padding-bottom:10px}.site-header__logo{height:65px}.share-block__actions,.site-footer__content{flex-direction:column}.auth-modal{border-radius:var(--radius-modal);max-height:calc(100vh - 24px);padding:18px 16px 16px}.auth-modal__close{top:14px;right:14px}.auth-modal__hero{padding:6px 22px 0}.auth-form__grid--register,.auth-password-checks,.auth-field__control--inline{grid-template-columns:1fr}.auth-form__actions,.auth-form__actions--split{flex-direction:column-reverse;align-items:stretch}.auth-submit-button,.auth-social-button,.auth-check-button{width:100%}.auth-modal__switch{text-align:left;justify-content:flex-start}.account-activation-card{padding:20px}.account-activation-card__actions{flex-direction:column}.account-activation-card__actions .button{width:100%}}.site-header{background:#04d88b;border-bottom:0;box-shadow:0 8px 22px #14455e0f}.site-header__top{align-items:center;gap:16px;min-height:88px;display:flex}.site-header__brand{flex:1;justify-content:center;align-items:center;min-width:0;padding:8px 0;display:inline-flex}.site-header__logo{object-fit:contain;width:auto;max-width:min(220px,100%);height:60px}.site-header__desktop-spacer,.site-header__desktop-actions{display:none}.site-header__mobile-actions{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.site-header__nav{background:#04d88b;border-top:0;display:none}.site-header__nav-row{justify-content:space-between;align-items:center;gap:24px;display:flex}.site-header__nav-links{scrollbar-width:none;flex-wrap:wrap;flex:auto;align-items:center;gap:28px;min-width:0;padding:12px 0 14px;display:flex;overflow-x:auto}.site-header__nav-links::-webkit-scrollbar{display:none}.site-header__nav-links a{color:#0f4b38e0;white-space:nowrap;background:0 0;border:0;border-radius:0;padding:6px 0;font-size:.98rem;font-weight:600;position:relative}.site-header__nav-links a.active{color:#fff}.site-header__nav-links a.active:after{content:"";border-radius:var(--radius-round);background:#ffffffeb;height:2px;position:absolute;bottom:-6px;left:0;right:0}.site-header__nav-utilities{display:none}.site-header__dropdown{flex:none;align-items:center;display:inline-flex;position:relative}.site-header__dropdown:after{content:"";pointer-events:none;width:max(100%,220px);height:14px;position:absolute;top:100%;left:0}.site-header__dropdown.is-open:after{pointer-events:auto}.site-header__dropdown-toggle,.site-header__utility-link{color:#174d3e;white-space:nowrap;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;gap:8px;padding:0;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex}.site-header__dropdown-toggle{cursor:pointer}.site-header__dropdown-icon{transition:transform .18s;display:inline-flex}.site-header__dropdown.is-open .site-header__dropdown-icon,.site-header__dropdown-toggle.is-open .site-header__dropdown-icon{transform:rotate(90deg)}.site-header__dropdown-menu{z-index:15;border-radius:var(--radius-card);opacity:0;pointer-events:none;background:#fffffffa;border:1px solid #14455e14;gap:4px;min-width:220px;padding:8px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-4px);box-shadow:0 16px 34px #0f30461f}.site-header__dropdown-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-header__dropdown-link{border-radius:var(--radius-button);color:#174d3e;align-items:center;padding:10px 12px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.site-header__dropdown-link:hover{background:#04d88b1a}.site-header__legal-link{color:#174d3e;box-shadow:none;background:0 0;border:0;border-radius:0;flex:none;align-items:center;gap:10px;padding:0;display:none}.site-header__legal-logo{width:22px;height:22px;box-shadow:none;background:0 0;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.site-header__legal-logo img{object-fit:contain;width:100%;height:100%}.site-header__legal-label{white-space:nowrap;font-size:.84rem;font-weight:700}.site-header__theme-toggle{color:#163642;-webkit-backdrop-filter:none;backdrop-filter:none;background:#edf3f1fa;border-radius:999px;width:52px;height:30px;padding:3px}.site-header__theme-toggle .account-theme-switch__thumb{width:22px;height:22px;box-shadow:none;background:#fff;border-radius:999px;transform:translate(0)}.site-header__theme-toggle.is-dark{color:#fff;background:#123127f5}.site-header__theme-toggle.is-dark .account-theme-switch__thumb{color:#0f1a20;background:#fff;transform:translate(20px)}.burger-button{color:#fff;width:64px;height:64px;box-shadow:none;opacity:.96;background:0 0;border:0;border-radius:0;flex:0 0 64px;justify-content:center;align-items:center;padding:0;display:inline-flex}.burger-button svg,.header-action svg,.header-account-button svg{flex:none;display:block}.header-action,.header-icon-button,.header-account-button{cursor:pointer;color:#fff;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:10px;transition:transform .2s,background-color .2s,color .2s,opacity .2s;display:inline-flex}.header-action:hover,.header-icon-button:hover,.header-account-button:hover{opacity:.78;background:0 0;transform:translateY(-1px)}.header-action{letter-spacing:.01em;padding:8px 0;font-size:.98rem;font-weight:700;line-height:1}.header-action--subscribe{color:#fff}.header-action--search{color:#ffffffeb}.header-action span,.header-account-button__label{line-height:1}.header-icon-button{color:#fff;width:32px;height:32px;padding:0}.header-action--stacked{justify-content:flex-start;width:100%;padding:12px 0}.header-account-button{color:#fff;min-width:72px;box-shadow:none;flex-direction:column;gap:5px;padding:4px 0}.header-account-button.is-authenticated{color:#fff}.header-account-button--mobile{flex:none;width:64px;min-width:64px;height:auto;padding:0}.header-account-button__icon-circle{background:#ffffff1a;border:1px solid #ffffff6b;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.header-account-button__label{white-space:nowrap;color:#fff;text-align:center;font-size:.7rem;font-weight:700;line-height:1.05;display:block}.mobile-panel{top:var(--header-height-mobile);width:min(var(--aside-width), calc(100vw - 24px));z-index:24;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:#fff;padding:18px 18px 24px;position:fixed;bottom:0;overflow-y:auto;box-shadow:0 18px 40px #0f304629}.mobile-panel::-webkit-scrollbar{display:none}.mobile-navigation-aside{left:0;transform:translate(-100%)}.mobile-account-aside{left:auto;right:0;transform:translate(100%)}.mobile-navigation-aside.is-open,.mobile-account-aside.is-open{transform:translate(0)}.mobile-panel,.mobile-navigation-aside,.mobile-account-aside{transition:transform .28s}.mobile-panel__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.mobile-panel__header h2,.mobile-account-aside__profile h2{margin:0;font-size:1.45rem}.mobile-panel__eyebrow,.mobile-panel__label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:700;display:inline-flex}.mobile-panel__close{width:38px;height:38px;color:var(--text-main);cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.mobile-panel__actions,.mobile-account-aside__links{gap:12px;display:grid}.mobile-panel__action{border-radius:var(--radius-card);color:#5d4300;cursor:pointer;text-align:left;background:#f2c94c;border:0;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}.mobile-panel__action span{align-items:center;font-size:.98rem;font-weight:700;line-height:1.2;display:inline-flex}.mobile-panel__action svg{flex:none;display:block}.mobile-panel__action--subscribe{color:#1f1f1f;background:#f7d34f}.mobile-panel__action--search{color:#fff;background:#04d88b}.mobile-panel__action:hover{transform:translateY(-1px)}.mobile-panel__legal-link{border-radius:var(--radius-panel);width:100%;color:var(--text-main);background:linear-gradient(#f6fcf9fa 0%,#fff 100%);border:1px solid #14455e14;align-items:center;gap:14px;margin-top:14px;padding:12px 14px;display:flex;box-shadow:0 10px 24px #0f30460f}.mobile-panel__legal-logo{border-radius:var(--radius-card);background:linear-gradient(#fff 0%,#eefbf5 100%);flex:0 0 54px;justify-content:center;align-items:center;width:54px;height:54px;padding:8px;display:inline-flex;box-shadow:inset 0 0 0 1px #04d88b1f}.mobile-panel__legal-logo img{object-fit:contain;width:100%;height:100%}.mobile-panel__legal-copy{flex:1;gap:4px;min-width:0;display:grid}.mobile-panel__legal-copy strong{color:#174d3e;font-size:.95rem;font-weight:700;line-height:1.1}.mobile-panel__legal-link svg{color:#174d3eb8;flex:none}.mobile-panel__theme-row{justify-content:space-between;align-items:center;gap:14px;margin-top:14px;padding:14px 2px 0;display:flex}.mobile-panel__theme-copy{gap:4px;display:grid}.mobile-panel__theme-copy strong{color:var(--text-main);font-size:.94rem;font-weight:700}.mobile-panel__theme-copy span{color:var(--text-soft);font-size:.84rem;font-weight:600}.mobile-panel__theme-toggle{flex:none}.mobile-panel__section{border-top:1px solid #14455e14;gap:10px;margin-top:18px;padding-top:18px;display:grid}.mobile-panel__section a{color:var(--text-main);align-items:center;padding:10px 0;font-weight:600;display:inline-flex;position:relative}.mobile-panel__section a.active{color:#12835d;padding-left:14px;font-weight:700}.mobile-panel__section a.active:before{content:"";border-radius:var(--radius-round);background:#04d88b;width:7px;height:7px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.mobile-panel__section--dropdown{gap:0}.mobile-panel__dropdown-toggle{width:100%;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:2px 0;font-size:.92rem;font-weight:600;display:flex}.mobile-panel__dropdown-toggle svg{transition:transform .2s}.mobile-panel__dropdown-toggle.is-open svg{transform:rotate(90deg)}.mobile-panel__dropdown{grid-template-rows:0fr;transition:grid-template-rows .24s;display:grid}.mobile-panel__dropdown.is-open{grid-template-rows:1fr}.mobile-panel__dropdown-inner{overflow:hidden}.mobile-panel__dropdown-links{border-left:1px solid #14455e1a;gap:6px;padding:10px 0 0 12px;display:grid}.mobile-panel__dropdown-links a{color:var(--text-muted);padding:2px 0;font-size:.92rem;font-weight:500}.mobile-panel__dropdown-links a:hover{color:var(--text-main)}.mobile-panel__footer{border-top:1px solid #14455e14;margin-top:22px;padding-top:18px}.mobile-panel__footer strong{margin-bottom:6px;display:block}.mobile-panel__footer p,.mobile-account-aside__profile p,.account-alert-card p,.search-results__head p,.search-result-card p,.info-page-card p{color:var(--text-soft);margin:0}.mobile-account-aside{flex-direction:column;display:flex}.mobile-panel__header--account{border-bottom:1px solid #14455e14;padding-bottom:18px}.mobile-account-aside__profile{align-items:center;gap:14px;display:flex}.mobile-account-aside__avatar{border-radius:var(--radius-round);color:#fff;background:linear-gradient(135deg,#04d88b,#00c1a7);place-items:center;width:82px;height:82px;font-size:1.8rem;font-weight:700;display:grid;overflow:hidden}.mobile-account-aside__avatar img{object-fit:cover;width:100%;height:100%}.account-nav-card{border-radius:var(--radius-panel);width:100%;color:var(--text-main);cursor:pointer;background:#fff;border:1px solid #14455e14;justify-content:space-between;align-items:center;padding:16px 18px;display:flex;box-shadow:0 10px 24px #14455e0d}.account-nav-card__lead{align-items:center;gap:12px;font-size:1.02rem;font-weight:700;display:inline-flex}.account-nav-card__icon{border-radius:var(--radius-button);width:34px;height:34px;color:var(--text-soft);background:#f2f6f8;justify-content:center;align-items:center;display:inline-flex}.account-theme-card{border:1px solid var(--line-main);border-radius:var(--radius-modal);background:var(--bg-surface);box-shadow:var(--shadow-soft);gap:14px;padding:18px;display:grid}.account-theme-card strong{color:var(--text-main)}.account-theme-card__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-theme-card__label{color:var(--text-muted);font-size:.82rem;font-weight:700}.account-theme-switch{color:#163642;cursor:pointer;background:#dce7eb;border:none;border-radius:999px;align-items:center;width:62px;height:40px;padding:4px;transition:background-color .22s,border-color .22s,color .22s;display:inline-flex;position:relative}.account-theme-switch.is-dark{color:#fff;background:#273b49;border-color:#273b49eb}.account-theme-switch__thumb{background:#fff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .22s,background-color .22s,color .22s;display:inline-flex;transform:translate(0);box-shadow:0 2px 6px #12364229}.account-theme-switch.is-dark .account-theme-switch__thumb{color:#fff;background:#0f1a20;transform:translate(22px)}.account-alert-card{border-radius:var(--radius-modal);background:#f7fffb;border:1px solid #04d88b42;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:auto;padding:18px;display:grid}.account-alert-card__copy{gap:6px;display:grid}.account-alert-card__title{align-items:center;gap:10px;margin-bottom:6px;display:flex}.account-alert-card__status{border-radius:var(--radius-round);color:var(--text-muted);background:#ebeff2;margin-left:auto;padding:4px 10px;font-size:.72rem;font-weight:800}.account-alert-card__status.is-on{color:var(--green-main);background:#04d88b24}.account-alert-card__icon{border-radius:var(--radius-round);width:26px;height:26px;color:var(--green-main);background:#04d88b24;justify-content:center;align-items:center;display:inline-flex}.switch-button{cursor:pointer;background:#d7dde2;border:0;border-radius:999px;width:58px;height:34px;position:relative}.switch-button span{background:#fff;border-radius:999px;width:26px;height:26px;transition:transform .2s;position:absolute;top:4px;left:4px;box-shadow:0 6px 12px #14455e1f}.switch-button.is-on{background:linear-gradient(135deg,#04d88b,#00c1a7)}.switch-button.is-on span{transform:translate(24px)}.account-logout-button{border-radius:var(--radius-card);color:#fff;cursor:pointer;background:#ef4444;border:0;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:18px;padding:14px 18px;font-weight:800;display:inline-flex}.info-page-card{border-radius:var(--radius-panel);background:linear-gradient(#fff,#f7fbfb);gap:18px;padding:20px;display:grid}.history-page{display:grid}.history-page__content{gap:18px;max-width:920px;margin:0 auto;display:grid}@media (width>=961px){.history-page__content{max-width:760px}}.history-page__content p{color:#405963;margin:0;font-size:1rem;line-height:1.84}.history-page__content p:first-child{color:#02343f;font-size:1.08rem}.history-page__content a{color:#0f7d63;background:linear-gradient(#0000 68%,#04d88b2e 68%);font-weight:800;text-decoration:none}.history-page__content a:hover{color:#02343f}.history-page__content em{color:#02343f;font-style:italic}.team-page{gap:22px;display:grid}.team-grid{grid-template-columns:1fr;gap:18px;display:grid}.team-card,.team-empty-state{border-radius:var(--radius-modal);border:1px solid #14455e14;gap:20px;padding:28px;display:grid;position:relative;overflow:hidden}.team-card{transition:transform .22s,box-shadow .22s,border-color .22s}.team-card:before{content:"";background:#04d88b;width:5px;position:absolute;inset:0 auto 0 0}.team-card:after{content:"";border-radius:var(--radius-round);pointer-events:none;background:radial-gradient(circle,#02343f17 0%,#0000 72%);width:180px;height:180px;position:absolute;top:-82px;right:-56px}.team-card:hover{border-color:#02343f24;transform:translateY(-2px);box-shadow:0 22px 40px #0f30461f}.team-card__intro{z-index:1;border-bottom:1px solid #14455e14;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:22px;padding-bottom:18px;display:grid;position:relative}.team-card__avatar{border-radius:var(--radius-round);color:#fff;background:#02343f;border:4px solid #fffffff5;place-items:center;width:112px;height:112px;font-size:2rem;font-weight:800;display:grid;overflow:hidden;box-shadow:0 16px 28px #02343f29}.team-card__avatar img{object-fit:cover;width:100%;height:100%}.team-card__identity{z-index:1;gap:8px;min-width:0;display:grid;position:relative}.team-card__identity h3{color:#02343f;letter-spacing:-.02em;margin:0;font-size:clamp(1.32rem,1.8vw,1.7rem);line-height:1.1}.team-card__role,.team-card__bio{margin:0}.team-card__role{border-radius:var(--radius-round);color:#02343f;letter-spacing:.08em;text-transform:uppercase;background:#02343f14;width:fit-content;padding:7px 12px;font-size:.74rem;font-weight:800;display:inline-flex}.team-card__bio,.team-empty-state p{color:var(--text-soft);line-height:1.7}.team-card__bio{z-index:1;max-width:72ch;font-size:.97rem;position:relative}.team-empty-state p{margin:0}.team-note{border-radius:var(--radius-panel);color:#405963;background:linear-gradient(135deg,#02343f0d 0%,#04d88b0d 100%),#fff;border:1px solid #14455e14;border-left:4px solid #02343f;margin:0;padding:18px 20px 18px 24px;font-size:.95rem;line-height:1.72;box-shadow:0 14px 28px #0f30460f}.team-card__email{border-radius:var(--radius-round);color:#02343f;background:#02343f0f;width:fit-content;margin-top:6px;padding:10px 14px;font-size:.92rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.team-card__email:hover{color:#0f7d63;background:#02343f1a;transform:translateY(-1px)}@media (width<=720px){.team-card{gap:16px;padding:20px}.team-card__intro{grid-template-columns:84px minmax(0,1fr);align-items:center;gap:14px;padding-bottom:14px}.team-card__avatar{width:84px;height:84px;font-size:1.55rem}.team-card__identity{gap:6px}.team-card__identity h3{font-size:1.18rem;line-height:1.14}.team-card__role{padding:6px 10px;font-size:.67rem}.team-card__bio{font-size:.93rem;line-height:1.66}.team-card__email{justify-content:center;width:100%;margin-top:4px;padding:9px 12px;font-size:.84rem}.team-note{padding:16px 16px 16px 18px;font-size:.9rem;line-height:1.66}}.account-activation-card{border-radius:var(--radius-modal);background:radial-gradient(circle at 100% 0,#04d88b1f,#0000 34%),linear-gradient(#fff 0%,#f7fbfb 100%);border:1px solid #14455e14;gap:18px;padding:24px;display:grid}.account-activation-card__icon{border-radius:var(--radius-panel);color:#02343f;background:#02343f14;place-items:center;width:56px;height:56px;display:inline-grid}.account-activation-card.is-success .account-activation-card__icon{color:#048a5a;background:#04d88b29}.account-activation-card__body{gap:8px;display:grid}.account-activation-card__eyebrow{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800}.account-activation-card__body h3{color:#02343f;margin:0;font-size:clamp(1.34rem,2.2vw,1.7rem);line-height:1.08}.account-activation-card__body p:last-child{color:#4f6169;margin:0;font-size:.96rem;line-height:1.6}.account-activation-card__actions{flex-wrap:wrap;gap:12px;display:flex}.search-page__layout{gap:18px;display:grid}.search-sidebar,.search-results{border-radius:var(--radius-panel);background:#fff;border:1px solid #14455e14;box-shadow:0 12px 24px #14455e0d}.search-sidebar{gap:18px;padding:20px;display:grid}.search-sidebar__header,.search-sidebar__title,.search-results__head{align-items:center;gap:10px;display:flex}.search-sidebar__title{color:var(--text-main)}.search-sidebar__section{border-top:1px solid #14455e14;gap:16px;padding-top:16px;display:grid}.search-field{gap:8px;display:grid}.search-field span,.search-sidebar__label{color:var(--text-soft);font-size:.88rem;font-weight:700}.search-field input,.search-field select{border-radius:var(--radius-field);background:#f9fbfb;border:1px solid #14455e1f;width:100%;padding:13px 14px}.search-quick-filters{flex-wrap:wrap;gap:10px;display:flex}.search-quick-filters button{border-radius:var(--radius-round);cursor:pointer;background:#fff;border:1px solid #14455e1f;padding:10px 14px}.search-quick-filters .is-active{color:var(--green-main);background:#eafbf4;border-color:#04d88b4d}.search-results{padding:20px}.search-results__list{gap:14px;display:grid}.search-result-card{border-radius:var(--radius-panel);background:linear-gradient(#fff,#fbfffd);border:1px solid #04d88b38;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.search-result-card__body{gap:10px;min-width:0;display:grid}.search-result-card__body h2{margin:0;font-size:1.2rem}.search-result-card__meta{color:var(--text-muted);flex-wrap:wrap;gap:8px 14px;font-size:.86rem;display:flex}.search-result-card__link{border-radius:var(--radius-round);color:var(--green-main);white-space:nowrap;border:1px solid #04d88b47;justify-content:center;align-items:center;padding:11px 18px;font-weight:800;display:inline-flex}.subscription-page{gap:20px}.subscription-hero{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:18px;display:grid}.subscription-hero__copy,.subscription-status-card,.subscription-group-card,.subscription-plan-card{border-radius:var(--radius-modal);background:#fff;border:1px solid #14455e14;position:relative;overflow:hidden;box-shadow:0 16px 32px #0f304614}.subscription-hero__copy{color:#fff;background:radial-gradient(circle at 100% 0,#04d88b29,#0000 34%),linear-gradient(135deg,#02343f 0%,#0c4a56 56%,#107b62 100%);align-content:start;gap:14px;padding:26px;display:grid}.subscription-hero__eyebrow,.subscription-status-card__eyebrow,.subscription-plan-card__eyebrow{width:fit-content;color:inherit;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:800;display:inline-flex}.subscription-hero__copy h3,.subscription-status-card strong,.subscription-group-card strong,.subscription-plan-card h3{margin:0}.subscription-hero__copy h3{letter-spacing:-.03em;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.02}.subscription-hero__copy p{color:#ffffffd1;max-width:60ch;margin:0;font-size:1rem}.subscription-status-card{background:radial-gradient(circle at 100% 0,#04d88b1f,#0000 30%),linear-gradient(#fff 0%,#f5fbfb 100%);gap:12px;padding:24px;display:grid}.subscription-status-card strong{color:#02343f;font-size:1.5rem;line-height:1.08}.subscription-status-card p{color:var(--text-soft);margin:0}.subscription-status-card__meta{flex-wrap:wrap;gap:10px;display:flex}.subscription-status-card__meta span{border-radius:var(--radius-round);color:#184453;background:#02343f0f;padding:8px 12px;font-size:.84rem;font-weight:700;display:inline-flex}.subscription-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.subscription-group-card{background:linear-gradient(#fff 0%,#f8fbfb 100%);gap:8px;padding:18px;display:grid}.subscription-group-card.is-current{background:radial-gradient(circle at 100% 0,#04d88b24,#0000 34%),linear-gradient(#fff 0%,#f3fffa 100%);border-color:#04d88b6b}.subscription-group-card p,.subscription-plan-card__description{color:var(--text-soft);margin:0}.subscription-plan-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.subscription-plan-card{gap:18px;padding:22px;display:grid}.subscription-plan-card.is-featured{border-color:#04d88b57;box-shadow:0 18px 36px #04d88b29}.subscription-plan-card.is-current{border-color:#04d88b6b;box-shadow:0 18px 36px #04d88b24}.subscription-plan-card--free{background:linear-gradient(#fff 0%,#f6f7ff 100%)}.subscription-plan-card--daily{background:linear-gradient(#fff 0%,#f5fbff 100%)}.subscription-plan-card--monthly{background:linear-gradient(#fff 0%,#f3fffa 100%)}.subscription-plan-card--annual{background:linear-gradient(#fff 0%,#fffaf0 100%)}.subscription-plan-card__top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.subscription-plan-card__badge{border-radius:var(--radius-round);color:#02343f;background:#02343f14;justify-content:center;align-items:center;min-width:92px;padding:8px 12px;font-size:.8rem;font-weight:800;display:inline-flex}.subscription-plan-card__duration{color:#0f4b61;font-size:.95rem}.subscription-plan-card__pricing{gap:6px;display:grid}.subscription-plan-card__price{color:#02343f;letter-spacing:-.04em;font-size:clamp(1.85rem,3vw,2.35rem);line-height:.96}.subscription-plan-card__benefits{gap:10px;margin:0;padding:0;list-style:none;display:grid}.subscription-plan-card__benefits li{color:var(--text-soft);gap:10px;display:flex}.subscription-plan-card__benefits li:before{content:"";border-radius:var(--radius-round);background:linear-gradient(135deg,#04d88b,#0fa57a);flex:0 0 10px;width:10px;height:10px;margin-top:7px}.subscription-plan-card__footer{gap:10px;margin-top:auto;display:grid}.subscription-plan-card__hint{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.55}.subscription-result-page{gap:20px}.subscription-result-card{border-radius:var(--radius-modal);background:radial-gradient(circle at 100% 0,#04d88b1f,#0000 34%),linear-gradient(#fff 0%,#f7fbfb 100%);border:1px solid #14455e14;gap:18px;padding:24px;display:grid}.subscription-result-card__icon{border-radius:var(--radius-panel);color:#02343f;background:#02343f14;place-items:center;width:56px;height:56px;display:inline-grid}.subscription-result-card.is-success .subscription-result-card__icon{color:#048a5a;background:#04d88b29}.subscription-result-card.is-error .subscription-result-card__icon{color:#b74242;background:#d14f4f24}.subscription-result-card__body{gap:8px;display:grid}.subscription-result-card__eyebrow{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800}.subscription-result-card__body h3{color:#02343f;margin:0;font-size:clamp(1.34rem,2.2vw,1.7rem);line-height:1.08}.subscription-result-card__body p:last-child{color:#4f6169;margin:0;font-size:.96rem;line-height:1.6}.subscription-result-card__meta{flex-wrap:wrap;gap:10px;display:flex}.subscription-result-card__meta span{border-radius:var(--radius-round);color:#184453;background:#02343f0f;padding:8px 12px;font-size:.84rem;font-weight:700;display:inline-flex}.subscription-result-card__actions{flex-wrap:wrap;gap:12px;display:flex}.account-page{--account-button-blue:#0f9b6c;gap:24px}.account-shell{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:22px;display:grid}.account-sidebar{top:calc(var(--header-offset) + 20px);gap:18px;display:grid;position:sticky}.account-identity-card,.account-panel,.account-empty-card,.account-payment-card,.avatar-editor-modal{border-radius:var(--radius-modal);background:#fff;border:1px solid #14455e14;box-shadow:0 18px 36px #0f304614}.account-identity-card{background:radial-gradient(circle at 100% 0,#04d88b2e,#0000 32%),linear-gradient(#fff 0%,#f5fbfb 100%);justify-items:center;gap:14px;padding:28px 24px 24px;display:grid}.account-identity-card__avatar-shell{position:relative}.account-identity-card__avatar{color:#fff;background:linear-gradient(135deg,#04d88b 0%,#0c8f72 100%);border-radius:50%;place-items:center;width:124px;height:124px;font-size:2.3rem;font-weight:800;display:grid;overflow:hidden;box-shadow:0 18px 32px #04d88b3d}.account-identity-card__avatar img{object-fit:cover;width:100%;height:100%}.account-identity-card__avatar-edit{color:#0b7763;cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:absolute;bottom:6px;right:0;box-shadow:0 12px 22px #0f304624}.account-identity-card__copy{text-align:center;gap:4px;display:grid}.account-identity-card__copy strong{font-size:1.55rem}.account-identity-card__copy span{color:var(--text-muted)}.account-identity-card__copy p{color:#12835d;margin:0;font-weight:700}.account-sidebar__nav,.account-section-stack{gap:18px;display:grid}.account-sidebar__footer{gap:18px;margin-top:auto;display:grid}.account-main{gap:18px;display:grid}.account-page .button{border-color:var(--account-button-blue);background:var(--account-button-blue);color:#fff}.account-page .button--secondary,.account-page .button--ghost{border-color:var(--account-button-blue);color:var(--account-button-blue);background:#fff}.account-page-head{gap:10px;padding:4px 2px;display:grid}.account-page-head__eyebrow,.account-panel__eyebrow,.avatar-editor-modal__eyebrow{width:fit-content;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:800;display:inline-flex}.account-page-head h1,.account-panel__header h2,.avatar-editor-modal__header h2{margin:0}.account-page-head p,.account-panel__header p,.account-empty-card p,.account-notification-card p,.account-payment-card p,.account-danger-card p,.avatar-editor-modal__header p{color:var(--text-soft);margin:0}.account-panel{background:radial-gradient(circle at 100% 0,#04d88b14,#0000 30%),linear-gradient(#fff 0%,#f8fbfb 100%);gap:20px;padding:24px;display:grid}.account-panel--subscription{background:radial-gradient(circle at 100% 0,#04d88b1f,#0000 34%),linear-gradient(#fff 0%,#f3fffa 100%)}.account-panel--danger{background:radial-gradient(circle at 100% 0,#ef444417,#0000 34%),linear-gradient(#fff 0%,#fff8f8 100%);border-color:#ef444429}.account-panel__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.account-form-grid--stacked{grid-template-columns:1fr}.account-field,.account-range-field{gap:8px;display:grid}.account-field span,.account-range-field span{color:var(--text-soft);font-size:.9rem;font-weight:700}.account-field input,.account-field textarea,.account-range-field input{border-radius:var(--radius-card);background:#fff;border:1px solid #14455e1f;width:100%;padding:13px 14px}.account-field input:disabled{color:var(--text-muted);background:#f5f8f9}.account-field textarea{resize:vertical;min-height:120px}.account-field--full,.account-form-grid__actions{grid-column:1/-1}.account-form-grid__actions{justify-content:flex-start;display:flex}.account-checkbox-list{gap:12px;display:grid}.account-checkbox-item{border-radius:var(--radius-panel);cursor:pointer;background:#fff;border:1px solid #14455e14;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:14px;padding:18px;display:grid}.account-checkbox-item:hover{background:linear-gradient(#fff 0%,#f5fffa 100%);border-color:#04d88b42}.account-checkbox-item input{accent-color:#0f7d63;cursor:pointer;width:18px;height:18px;margin:3px 0 0}.account-checkbox-item__copy{gap:4px;display:grid}.account-checkbox-item__copy strong{color:#02343f}.account-checkbox-item__copy span{color:var(--text-soft)}.account-notification-grid,.account-summary-grid,.account-timeline-grid,.account-payment-grid{gap:14px;display:grid}.account-notification-grid,.account-summary-grid,.account-timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.account-notification-card,.account-summary-card,.account-timeline-card,.account-danger-card{border-radius:var(--radius-panel);background:#fff;border:1px solid #14455e14;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.account-notification-card--special{background:linear-gradient(#fff 0%,#f4fff9 100%);border-color:#04d88b3d}.account-notification-card__copy,.account-danger-card>div{gap:6px;display:grid}.account-summary-card,.account-timeline-card{flex-direction:column;align-items:flex-start}.account-summary-card span,.account-timeline-card span{color:var(--text-muted);font-size:.82rem;font-weight:700}.account-summary-card strong,.account-timeline-card strong,.account-notification-card strong,.account-danger-card strong{color:#02343f}.account-inline-actions{flex-wrap:wrap;gap:12px;display:flex}.account-empty-card{gap:8px;padding:24px;display:grid}.account-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-payment-card{background:radial-gradient(circle at 100% 0,#2276a81a,#0000 32%),linear-gradient(#fff 0%,#f7fbff 100%);gap:14px;padding:20px;display:grid}.account-payment-card__top,.account-payment-card__meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-payment-card__chip{border-radius:var(--radius-round);color:#02343f;background:#02343f14;padding:6px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.account-payment-card__chip.is-default{color:#0b7b63;background:#04d88b29}.account-payment-card p{color:#02343f;letter-spacing:.08em;font-size:1.15rem;font-weight:800}.account-payment-card__meta span{color:var(--text-soft);font-size:.92rem}.account-danger-button{text-wrap:nowrap;background:#ef4444;border-color:#ef4444}.account-page .account-danger-button{border-color:var(--account-button-blue);background:var(--account-button-blue);color:#fff}.account-page .account-logout-button{color:#fff;background:#ef4444;border-color:#ef4444}.account-nav-card.is-active{background:radial-gradient(circle at 100% 0,#04d88b1f,#0000 34%),linear-gradient(#fff 0%,#f5fff9 100%);border-color:#04d88b42}.account-nav-card.is-active .account-nav-card__icon{color:#0f7d63;background:#04d88b2e}.account-alert-card--dashboard{margin-top:0}.avatar-editor-modal{width:min(560px,100vw - 24px);padding:24px}.avatar-editor-modal__header{justify-items:center;margin-bottom:14px;display:grid}.avatar-editor-modal__body{justify-items:center;gap:18px;display:grid}.avatar-editor-modal__preview-shell{place-items:center;display:grid;position:relative}.avatar-editor-modal__preview{border-radius:var(--radius-round);color:#0d5c6d;touch-action:none;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 100% 0,#04d88b29,#0000 36%),linear-gradient(135deg,#e8f5f5 0%,#f9fbfb 100%);place-items:center;width:240px;height:240px;margin:0 auto;font-size:3rem;font-weight:800;display:grid;position:relative;overflow:hidden}.avatar-editor-modal__preview img{pointer-events:none;max-width:none;position:absolute;top:50%;left:50%}.avatar-editor-modal__preview.is-interactive{cursor:grab}.avatar-editor-modal__preview.is-dragging{cursor:grabbing}.avatar-editor-modal__ring{border-radius:var(--radius-round);pointer-events:none;border:2px solid #ffffffeb;position:absolute;inset:0;box-shadow:0 0 0 10px #04d88b24,0 18px 34px #0f304624}.avatar-editor-modal__controls{gap:12px;width:min(340px,100%);display:grid}.avatar-editor-modal__file-input{display:none}.avatar-editor-modal__upload-button{border-radius:var(--radius-card);color:#0f7d63;cursor:pointer;background:linear-gradient(#effcf6 0%,#e8faf2 100%);border:1px solid #04d88b4d;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 16px;font-weight:800;display:inline-flex}.account-page .avatar-editor-modal__upload-button{border-color:var(--account-button-blue);background:var(--account-button-blue);color:#fff}.avatar-editor-modal__zoom{gap:10px}.avatar-editor-modal__zoom span{color:var(--text-main);justify-content:space-between;align-items:center;gap:12px;display:flex}.avatar-editor-modal__zoom strong{color:#0f7d63;font-size:.9rem}.avatar-editor-modal__zoom input[type=range]{accent-color:#0f7d63;padding:0}.avatar-editor-modal__actions{justify-content:space-between;gap:12px;margin-top:20px;display:flex}.avatar-editor-modal__actions .button{color:#fff;background:linear-gradient(#14b97d 0%,#0f8f6b 100%);border-color:#0f7d63;min-width:132px}.avatar-editor-modal__actions .button--ghost{color:#0f7d63;background:#fff}.account-page .avatar-editor-modal__actions .button{border-color:var(--account-button-blue);background:var(--account-button-blue)}.account-page .avatar-editor-modal__actions .button--ghost{color:var(--account-button-blue);background:#fff}@media (width>=961px){.site-header__top{gap:20px;min-height:82px;padding:8px 0}.site-header__brand{flex:none;justify-content:flex-start;padding:0}.site-header__logo{max-width:236px;height:56px}.site-header__desktop-spacer{flex:1;display:block}.site-header__desktop-actions{align-items:center;gap:12px;display:flex}.site-header__nav{background:#fff;border-top:1px solid #14455e14;display:block}.site-header__nav-row{gap:20px}.site-header__nav-utilities{flex:none;align-items:center;gap:10px;margin-left:auto;display:flex}.site-header__nav-links{gap:24px;padding:12px 0 13px;overflow-x:visible}.site-header__nav-links a{color:#315446;padding:4px 0;font-size:.95rem;font-weight:600}.site-header__nav-links a.active{color:#12835d}.site-header__nav-links a.active:after{background:#04d88b;bottom:-11px}.site-header__legal-link{display:inline-flex}.site-header__utility-link,.site-header__dropdown-toggle{background:0 0}.site-header__theme-toggle{color:#163642;background:#edf3f1;border-radius:999px}.site-header__theme-toggle .account-theme-switch__thumb{color:#163642;background:#fff}.site-header__desktop-actions .header-action{border-radius:var(--radius-round);letter-spacing:0;opacity:1;padding:12px 16px;font-size:.92rem}.site-header__desktop-actions .header-action--subscribe{color:#1f1f1f;background:#f7d34f;box-shadow:0 10px 18px #c6981b38}.site-header__desktop-actions .header-action--search{color:#fff;background:#067c58;box-shadow:0 10px 18px #067c5833}.site-header__desktop-actions .header-action:hover{opacity:1}.site-header__desktop-actions .header-account-button{min-width:68px;padding:0}.site-header__desktop-actions .header-account-button__icon-circle{background:#ffffff1f;width:38px;height:38px}.site-header__desktop-actions .header-account-button__label{font-size:.72rem}.header-account-button--mobile,.site-header__mobile-actions,.burger-button,.mobile-navigation-aside,.mobile-account-aside{display:none}.search-page__layout{grid-template-columns:minmax(280px,320px) minmax(0,1fr);align-items:start}.search-sidebar{top:calc(var(--header-offset) + 20px);position:sticky}}@media (width<=1240px){.subscription-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.app-shell.navigation-open .app-shell__content-area{transform:translateX(var(--aside-width))}.app-shell.account-open .app-shell__content-area{transform:translateX(calc(var(--aside-width) * -1))}.site-header__top{min-height:88px}.site-header__logo{height:54px}.site-header__nav{display:none}.search-result-card{flex-direction:column;align-items:flex-start}.account-shell,.account-form-grid,.account-notification-grid,.account-summary-grid,.account-timeline-grid,.account-payment-grid,.subscription-hero,.subscription-plan-grid,.subscription-groups{grid-template-columns:1fr}.account-sidebar{position:static}.avatar-editor-modal__body{grid-template-columns:1fr}.news-detail-shell{box-shadow:none;background:0 0;border:0;padding:0}.news-detail__header{grid-template-columns:1fr;gap:14px}.news-detail__hero{min-height:240px}.news-detail__lead{gap:10px}.news-detail__lead h1{font-size:clamp(1.72rem,6.8vw,2.28rem);line-height:1.08}.news-detail__dek{font-size:1rem;line-height:1.58}.news-detail__meta-grid,.share-block{display:none}.news-detail__share-strip{flex-wrap:wrap;gap:8px;display:flex}.news-detail__share-feedback{display:block}}@media (width<=720px){.page-content{padding-top:12px}.page-content--home{padding-top:0}.site-header__logo{height:50px}.mobile-panel{width:min(var(--aside-width), calc(100vw - 12px));padding:16px 16px 20px}.header-account-button__label{font-size:.68rem}.header-account-button--mobile{width:60px;min-width:60px}.search-results,.search-sidebar,.search-result-card{padding:16px}.subscription-hero__copy,.subscription-status-card,.subscription-plan-card,.account-panel,.avatar-editor-modal{padding:20px}.account-identity-card{padding:24px 20px 20px}.account-identity-card__avatar{width:108px;height:108px}.avatar-editor-modal__actions,.account-inline-actions{flex-direction:column}.account-alert-card{grid-template-columns:1fr}.news-detail{gap:18px}.news-detail__hero{min-height:214px}.news-detail__hero-badge{min-height:42px;padding:0 14px;font-size:.96rem;bottom:14px;right:14px}.news-detail__lead-meta{gap:8px 10px;font-size:.78rem}.news-detail__author-card{gap:12px;padding:12px 0}.news-detail__author-avatar{width:48px;height:48px;font-size:.98rem}.news-detail__author-copy strong{font-size:.96rem}.news-detail__author-copy span{font-size:.84rem}.news-detail__share-chip{width:32px;height:32px}.news-detail__share-chip svg{width:14px;height:14px}.comment-form .button{justify-self:stretch;width:100%;min-width:0}.comment-card{grid-template-columns:36px minmax(0,1fr);gap:10px}.comment-card__avatar{width:36px;height:36px;font-size:.84rem}}:root[data-theme=dark] .home-showcase{--showcase-ink:#e7f2f7;--showcase-border:#80bcd324;--showcase-card-shadow:0 18px 34px #0000003d;--showcase-surface-shadow:0 24px 60px #0000004d, 0 8px 24px #00000038;--showcase-surface-background:#0a171deb}:root[data-theme=dark] .home-showcase--check{background:linear-gradient(#04d88b0f 0%,#04d88b05 100%),#08171d}:root[data-theme=dark] .home-showcase--recent{background:linear-gradient(#69c0ea14 0%,#69c0ea05 100%),#09151b}:root[data-theme=dark] .home-showcase__lead-media{border-color:#80bcd329;box-shadow:0 22px 36px #0000004d,inset 0 1px #ffffff0f}:root[data-theme=dark] .home-showcase--recent .home-showcase__lead-tag,:root[data-theme=dark] .home-section-heading__eyebrow--latest{color:#e7f2f7;background:#ffffff14;border-color:#80bcd32e}:root[data-theme=dark] .home-section-heading__eyebrow--check{color:#8fe5c2;background:#04d88b1f}:root[data-theme=dark] .home-latest-card,:root[data-theme=dark] .home-category-block,:root[data-theme=dark] .info-page-card,:root[data-theme=dark] .team-card,:root[data-theme=dark] .team-empty-state,:root[data-theme=dark] .team-note,:root[data-theme=dark] .account-activation-card,:root[data-theme=dark] .subscription-result-card,:root[data-theme=dark] .search-sidebar,:root[data-theme=dark] .search-results,:root[data-theme=dark] .account-identity-card,:root[data-theme=dark] .account-panel,:root[data-theme=dark] .account-empty-card,:root[data-theme=dark] .account-payment-card,:root[data-theme=dark] .avatar-editor-modal,:root[data-theme=dark] .account-checkbox-item,:root[data-theme=dark] .account-notification-card,:root[data-theme=dark] .account-summary-card,:root[data-theme=dark] .account-timeline-card,:root[data-theme=dark] .account-danger-card,:root[data-theme=dark] .account-nav-card,:root[data-theme=dark] .account-alert-card,:root[data-theme=dark] .search-result-card,:root[data-theme=dark] .subscription-status-card,:root[data-theme=dark] .subscription-group-card,:root[data-theme=dark] .subscription-plan-card,:root[data-theme=dark] .account-theme-card{background:linear-gradient(#0f1f27fa 0%,#0b181efa 100%);border-color:#80bcd324;box-shadow:0 18px 36px #0000003d}:root[data-theme=dark] .team-card:hover{border-color:#80bcd33d;box-shadow:0 22px 40px #00000047}:root[data-theme=dark] .team-card__intro,:root[data-theme=dark] .search-sidebar__section,:root[data-theme=dark] .account-checkbox-item,:root[data-theme=dark] .account-notification-card,:root[data-theme=dark] .account-summary-card,:root[data-theme=dark] .account-timeline-card,:root[data-theme=dark] .account-danger-card,:root[data-theme=dark] .account-payment-card__meta{border-color:#80bcd324}:root[data-theme=dark] .home-showcase__cards .news-card{box-shadow:none;background:0 0;border-bottom-color:#80bcd329}:root[data-theme=dark] .home-showcase__cards .news-card:not(:first-child):before{background:#80bcd32e}:root[data-theme=dark] .home-showcase__cards .news-card:hover{border-bottom-color:#80bcd347}:root[data-theme=dark] .home-showcase__cards .news-card__image{box-shadow:none;border:0}:root[data-theme=dark] .home-category-block--check,:root[data-theme=dark] .account-panel--subscription,:root[data-theme=dark] .subscription-plan-card--free,:root[data-theme=dark] .subscription-plan-card--monthly,:root[data-theme=dark] .account-notification-card--special{background:linear-gradient(#123127f5 0%,#0c1f1af5 100%)}:root[data-theme=dark] .account-panel--danger,:root[data-theme=dark] .subscription-plan-card--annual{background:linear-gradient(#2d1717f5 0%,#1d0e0ef5 100%);border-color:#f28b8238}:root[data-theme=dark] .subscription-plan-card--daily,:root[data-theme=dark] .account-payment-card{background:linear-gradient(#101d27fa 0%,#0b151dfa 100%)}:root[data-theme=dark] .home-mobile-latest__label,:root[data-theme=dark] .account-field input,:root[data-theme=dark] .account-field textarea,:root[data-theme=dark] .account-range-field input,:root[data-theme=dark] .account-page .button--secondary,:root[data-theme=dark] .account-page .button--ghost,:root[data-theme=dark] .account-page .avatar-editor-modal__actions .button--ghost,:root[data-theme=dark] .avatar-editor-modal__upload-button,:root[data-theme=dark] .account-checkbox-item:hover,:root[data-theme=dark] .team-card__email,:root[data-theme=dark] .account-identity-card__avatar-edit,:root[data-theme=dark] .account-field input:disabled{background:#ffffff0a}:root[data-theme=dark] .account-page .button{border-color:var(--account-button-blue);color:#fff;background:linear-gradient(#13b179 0%,#0b8d63 100%)}:root[data-theme=dark] .account-page .button:hover{box-shadow:0 14px 24px #0b8d6347}:root[data-theme=dark] .account-nav-card{color:#dbe9ef}:root[data-theme=dark] .account-nav-card__icon{color:#8fd8b8;background:#53c79a14}:root[data-theme=dark] .account-nav-card.is-active{background:radial-gradient(circle at 100% 0,#53c79a1f,#0000 34%),linear-gradient(#123127f5 0%,#0c1f1af5 100%);border-color:#53c79a47}:root[data-theme=dark] .account-nav-card.is-active .account-nav-card__icon{color:#dff9ed;background:#53c79a2e}:root[data-theme=dark] .mobile-panel{background:#0c1d24;box-shadow:0 18px 40px #0000005c}:root[data-theme=dark] .mobile-panel__legal-link{color:#dff9ed;box-shadow:none;background:#123127f5;border-color:#53c79a24}:root[data-theme=dark] .mobile-panel__legal-logo{background:#53c79a1a;box-shadow:inset 0 0 0 1px #53c79a1f}:root[data-theme=dark] .mobile-panel__legal-copy strong,:root[data-theme=dark] .mobile-panel__legal-link svg,:root[data-theme=dark] .home-showcase__more{color:#dff9ed}:root[data-theme=dark] .home-showcase__more:hover{color:#a9efd0}:root[data-theme=dark] .home-showcase__more-icon{color:#8fe5c2}:root[data-theme=dark] .history-page__content p,:root[data-theme=dark] .team-note,:root[data-theme=dark] .account-activation-card__body p:last-child,:root[data-theme=dark] .subscription-result-card__body p:last-child,:root[data-theme=dark] .home-mobile-story__content,:root[data-theme=dark] .home-mobile-story__content h3{color:var(--text-soft)}:root[data-theme=dark] .history-page__content p:first-child,:root[data-theme=dark] .history-page__content em,:root[data-theme=dark] .team-card__identity h3,:root[data-theme=dark] .team-card__role,:root[data-theme=dark] .team-card__email,:root[data-theme=dark] .account-activation-card__body h3,:root[data-theme=dark] .subscription-result-card__body h3,:root[data-theme=dark] .account-checkbox-item__copy strong,:root[data-theme=dark] .account-summary-card strong,:root[data-theme=dark] .account-timeline-card strong,:root[data-theme=dark] .account-notification-card strong,:root[data-theme=dark] .account-danger-card strong,:root[data-theme=dark] .account-payment-card p,:root[data-theme=dark] .account-payment-card__chip,:root[data-theme=dark] .search-sidebar__title,:root[data-theme=dark] .subscription-status-card strong,:root[data-theme=dark] .subscription-group-card strong,:root[data-theme=dark] .subscription-plan-card h3,:root[data-theme=dark] .subscription-plan-card__price,:root[data-theme=dark] .account-theme-card strong{color:var(--text-main)}:root[data-theme=dark] .subscription-result-card__icon{color:#d8ebf5;background:#80bcd31f}:root[data-theme=dark] .subscription-result-card.is-success .subscription-result-card__icon{color:#79f5c3;background:#04d88b2e}:root[data-theme=dark] .subscription-result-card.is-error .subscription-result-card__icon{color:#ffb4ac;background:#f28b822e}:root[data-theme=dark] .subscription-result-card__meta span{color:#d8ebf5;background:#80bcd31a}:root[data-theme=dark] .history-page__content a{color:#7edfb9;background:linear-gradient(#0000 68%,#04d88b2e 68%)}:root[data-theme=dark] .history-page__content a:hover,:root[data-theme=dark] .team-card__email:hover,:root[data-theme=dark] .home-mobile-story__content:hover h3{color:#a2eed1}:root[data-theme=dark] .team-card__role,:root[data-theme=dark] .account-payment-card__chip,:root[data-theme=dark] .home-mobile-latest__label{box-shadow:none}@media (width>=961px){:root[data-theme=dark] .site-header__nav{background:#0c1d24;border-top:1px solid #53c79a1f}:root[data-theme=dark] .site-header__nav-links a{color:#dbe9efd1}:root[data-theme=dark] .site-header__nav-links a.active{color:#8fe5c2}:root[data-theme=dark] .site-header__nav-links a.active:after{background:#53c79a}:root[data-theme=dark] .site-header__utility-link,:root[data-theme=dark] .site-header__dropdown-toggle{color:#dff9ed;background:0 0;border-color:#0000}:root[data-theme=dark] .site-header__dropdown-menu{background:#0c1f1afa;border-color:#53c79a1f;box-shadow:0 16px 34px #00000047}:root[data-theme=dark] .site-header__dropdown-link{color:#dff9ed}:root[data-theme=dark] .site-header__dropdown-link:hover{background:#53c79a24}:root[data-theme=dark] .site-header__legal-link{color:#dff9ed;box-shadow:none;background:0 0;border-color:#0000}:root[data-theme=dark] .site-header__legal-logo{box-shadow:none;background:0 0}:root[data-theme=dark] .site-header__theme-toggle{color:#fff;background:#273b49}:root[data-theme=dark] .site-header__theme-toggle .account-theme-switch__thumb{color:#0f1a20;background:#fff}}.account-page,.mobile-account-aside{--account-surface:#fff;--account-surface-muted:#f6f8f9;--account-surface-subtle:#fbfcfc;--account-border:#1236421a;--account-border-strong:#12364229;--account-text:#163642;--account-muted:#58717c;--account-subtle:#7f949c;--account-accent:#12835d;--account-accent-soft:#12835d17;--account-danger:#c4544d;--account-danger-soft:#c4544d1f}:root[data-theme=dark] .account-page,:root[data-theme=dark] .mobile-account-aside{--account-surface:#0f1a20;--account-surface-muted:#152129;--account-surface-subtle:#111b21;--account-border:#85a3af29;--account-border-strong:#85a3af3d;--account-text:#edf3f6;--account-muted:#9db0b8;--account-subtle:#7f959f;--account-accent:#45b586;--account-accent-soft:#45b5861f;--account-danger:#e07f79;--account-danger-soft:#e07f7929}.account-page{--account-button-blue:var(--account-accent)}.account-page .account-shell{gap:24px}.account-page .account-sidebar,.account-page .account-sidebar__nav,.account-page .account-sidebar__footer,.account-page .account-section-stack,.account-page .account-main{gap:14px}.account-page .account-page-head{gap:6px;padding:0 2px 2px}.account-page .account-page-head__eyebrow,.account-page .account-panel__eyebrow,.account-page .avatar-editor-modal__eyebrow{color:var(--account-subtle);letter-spacing:.14em}.account-page .account-page-head h1,.account-page .account-panel__header h2,.account-page .avatar-editor-modal__header h2{color:var(--account-text);letter-spacing:-.03em;font-size:clamp(1.85rem,3vw,2.35rem)}.account-page .account-panel__header h2,.account-page .avatar-editor-modal__header h2{font-size:clamp(1.34rem,2vw,1.7rem)}.account-page .account-panel__header,.account-page .avatar-editor-modal__header{align-items:flex-start}.account-page :is(.account-identity-card,.account-panel,.account-empty-card,.account-payment-card,.avatar-editor-modal,.account-nav-card,.account-theme-card,.account-alert-card,.account-checkbox-item,.account-notification-card,.account-summary-card,.account-timeline-card,.account-danger-card),.mobile-account-aside :is(.account-nav-card,.account-theme-card,.account-alert-card){border:1px solid var(--account-border);border-radius:var(--radius-panel);background:var(--account-surface);box-shadow:none}.account-page .account-identity-card{justify-items:start;gap:16px;padding:22px}.account-page .account-identity-card__avatar{border:1px solid var(--account-border-strong);background:var(--account-surface-muted);width:98px;height:98px;color:var(--account-text);box-shadow:none}.account-page .account-identity-card__avatar-edit{border:1px solid var(--account-border);background:var(--account-surface);width:36px;height:36px;color:var(--account-text);box-shadow:none;bottom:2px;right:-2px}.account-page .account-identity-card__copy{text-align:left;gap:6px;width:100%}.account-page .account-identity-card__copy strong{color:var(--account-text);font-size:1.4rem;line-height:1.08}.account-page .account-identity-card__copy span{color:var(--account-subtle)}.account-page .account-identity-card__copy p{color:var(--account-muted);font-weight:600}:is(.account-page,.mobile-account-aside) .account-nav-card{border-color:var(--account-border);background:var(--account-surface);color:var(--account-text);box-shadow:none}:is(.account-page,.mobile-account-aside) .account-nav-card__lead{font-size:.98rem}:is(.account-page,.mobile-account-aside) .account-nav-card__icon{border:1px solid var(--account-border);background:var(--account-surface-muted);color:var(--account-muted)}:is(.account-page,.mobile-account-aside) .account-nav-card.is-active{border-color:var(--account-border-strong);background:var(--account-surface);box-shadow:inset 3px 0 0 var(--account-accent)}:is(.account-page,.mobile-account-aside) .account-nav-card.is-active .account-nav-card__icon{background:var(--account-accent-soft);color:var(--account-accent);border-color:#0000}:is(.account-page,.mobile-account-aside) .account-theme-card,:is(.account-page,.mobile-account-aside) .account-alert-card{gap:12px;padding:16px 18px}:is(.account-page,.mobile-account-aside) .account-theme-card strong,:is(.account-page,.mobile-account-aside) .account-alert-card strong{color:var(--account-text)}:is(.account-page,.mobile-account-aside) .account-theme-card__label{color:var(--account-subtle)}:is(.account-page,.mobile-account-aside) .account-theme-switch{border-color:var(--account-border);background:var(--account-surface-muted);color:var(--account-text)}:is(.account-page,.mobile-account-aside) .account-theme-switch__thumb{background:var(--account-surface);box-shadow:none}:is(.account-page,.mobile-account-aside) .account-theme-switch.is-dark{color:#fff;background:#24353f;border-color:#45b58647}:is(.account-page,.mobile-account-aside) .account-theme-switch.is-dark .account-theme-switch__thumb{color:#fff;background:#0f1a20}:is(.account-page,.mobile-account-aside) .account-alert-card__icon{background:var(--account-surface-muted);color:var(--account-accent)}:is(.account-page,.mobile-account-aside) .account-alert-card__status{background:var(--account-surface-muted);color:var(--account-subtle)}:is(.account-page,.mobile-account-aside) .account-alert-card__status.is-on{background:var(--account-accent-soft);color:var(--account-accent)}:is(.account-page,.mobile-account-aside) .switch-button{border:1px solid var(--account-border);background:var(--account-surface-muted)}:is(.account-page,.mobile-account-aside) .switch-button span{background:var(--account-surface);box-shadow:none}:is(.account-page,.mobile-account-aside) .switch-button.is-on{background:var(--account-accent)}.account-page .account-panel,.account-page .account-panel--subscription,.account-page .account-panel--danger,.account-page .account-payment-card,.account-page .account-notification-card--special{background:var(--account-surface)}.account-page .account-panel{padding:22px}.account-page .account-panel--danger{border-color:var(--account-border)}.account-page .account-danger-card{border-color:var(--account-danger-soft);background:var(--account-surface)}.account-page .account-field span,.account-page .account-range-field span,.account-page .account-checkbox-item__copy span,.account-page .account-summary-card span,.account-page .account-timeline-card span,.account-page .account-payment-card__meta span,.account-page .account-page-head p,.account-page .account-panel__header p,.account-page .account-empty-card p,.account-page .account-notification-card p,.account-page .account-danger-card p,.account-page .avatar-editor-modal__header p{color:var(--account-muted)}.account-page .account-field input,.account-page .account-field textarea,.account-page .account-range-field input{border:1px solid var(--account-border);border-radius:var(--radius-field);background:var(--account-surface-subtle);color:var(--account-text)}.account-page .account-field input:focus,.account-page .account-field textarea:focus,.account-page .account-range-field input:focus{border-color:var(--account-accent);outline:none}.account-page .account-field input:disabled{background:var(--account-surface-muted);color:var(--account-subtle)}.account-page .account-checkbox-item{background:var(--account-surface)}.account-page .account-checkbox-item:hover{border-color:var(--account-border-strong);background:var(--account-surface)}.account-page .account-checkbox-item__copy strong,.account-page .account-summary-card strong,.account-page .account-timeline-card strong,.account-page .account-notification-card strong,.account-page .account-danger-card strong,.account-page .account-payment-card p,.account-page .account-payment-card__top strong{color:var(--account-text)}.account-page .account-payment-card__chip{background:var(--account-surface-muted);color:var(--account-text)}.account-page .account-payment-card__chip.is-default{background:var(--account-accent-soft);color:var(--account-accent)}.account-page .account-payment-card p{letter-spacing:.03em;font-size:1.05rem}.account-page .button,.account-page .avatar-editor-modal__upload-button,.account-page .avatar-editor-modal__actions .button{border-color:var(--account-accent);background:var(--account-accent);color:#fff;box-shadow:none}.account-page .button:hover,.account-page .avatar-editor-modal__upload-button:hover,.account-page .avatar-editor-modal__actions .button:hover{filter:brightness(.96);transform:none}.account-page .button--secondary,.account-page .button--ghost,.account-page .avatar-editor-modal__actions .button--ghost{border-color:var(--account-border-strong);color:var(--account-text);background:0 0}.account-page .button--secondary:hover,.account-page .button--ghost:hover,.account-page .avatar-editor-modal__actions .button--ghost:hover{background:var(--account-surface-muted)}.account-page .account-danger-button{border-color:var(--account-danger);background:var(--account-danger)}.account-page .account-logout-button{border-radius:var(--radius-card);box-shadow:none}.account-page .avatar-editor-modal{padding:22px}.account-page .avatar-editor-modal__preview{background:var(--account-surface-muted);color:var(--account-text)}.account-page .avatar-editor-modal__ring{border:2px solid var(--account-border-strong);box-shadow:none}.account-page .avatar-editor-modal__zoom strong{color:var(--account-text)}.account-page .avatar-editor-modal__zoom input[type=range]{accent-color:var(--account-accent)}:root[data-theme=dark] .account-page .account-panel__header h2,:root[data-theme=dark] .account-page .account-page-head h1,:root[data-theme=dark] .account-page .account-identity-card__copy strong,:root[data-theme=dark] .mobile-account-aside .mobile-account-aside__profile h2{color:var(--account-text)}@media (width<=960px){.account-page .account-shell{gap:18px}}.confirm-modal{border-radius:var(--radius-modal);background:#fff;border:1px solid #0f172a1f;width:min(100%,460px);padding:28px;position:relative;box-shadow:0 24px 80px #0f172a29}.confirm-modal__header{gap:10px;display:grid}.confirm-modal__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-subtle,#64748b);font-size:.76rem}.confirm-modal__header h2{margin:0}.confirm-modal__header p{color:var(--color-text-subtle,#64748b);margin:0}.confirm-modal__actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.confirm-modal.is-danger{border-color:#b91c1c2e}.confirm-modal .account-danger-button{color:#fff;background:#b91c1c;border-color:#b91c1c}.account-inline-stack{gap:16px;margin-top:18px;display:grid}.account-inline-card{border:1px solid var(--account-border);border-radius:var(--radius-card);background:var(--account-surface-subtle);gap:10px;padding:16px 18px;display:grid}.account-inline-card strong{color:var(--account-text)}.account-inline-card span{color:var(--account-muted)}.account-history-list{gap:12px;display:grid}.account-history-item{border:1px solid var(--account-border);border-radius:var(--radius-card);background:var(--account-surface);gap:8px;padding:14px 16px;display:grid}.account-history-item>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-history-item strong{color:var(--account-text)}.account-history-item span,.account-history-item p{color:var(--account-muted)}.account-history-item p{margin:0}.subscription-result-card__sync{background:#f8fafcd9;border:1px solid #0f172a14;border-radius:14px;gap:6px;width:100%;padding:14px 16px;display:grid}.subscription-result-card__sync span{color:var(--color-text-subtle,#64748b)}@media (width<=720px){.confirm-modal{width:min(100%,94vw);padding:22px}.confirm-modal__actions{flex-direction:column-reverse}.confirm-modal__actions .button{width:100%}.account-history-item>div{flex-direction:column;align-items:flex-start}}
