.gb{--gb-line:var(--git-border,rgba(46,46,46,.12));--gb-blue:var(--git-primary,#232fe1);--gb-ink:var(--git-text,#2e2e2e);--gb-muted:var(--git-muted,#656565);--gb-surface:var(--git-surface,#fff);--gb-soft:color-mix(in srgb,var(--gb-blue) 4%,var(--gb-surface));--gb-radius:var(--git-radius-lg,22px);color:var(--gb-ink);font-family:var(--git-font-main,"Git",sans-serif);font-size:1rem;line-height:1.6;max-width:var(--git-container-max,1600px);margin:0 auto;padding:0 var(--git-container-pad,24px) 88px;box-sizing:border-box}
.gb *,.gb *:before,.gb *:after{box-sizing:border-box}.gb a{color:inherit;text-decoration:none}.gb button,.gb input,.gb select,.gb textarea{font:inherit}.gb button,.gb select{cursor:pointer}.gb h1,.gb h2,.gb h3,.gb p{margin:0}.gb [hidden]{display:none}.gb a:focus-visible,.gb button:focus-visible,.gb input:focus-visible,.gb select:focus-visible,.gb textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--gb-ink) 50%,var(--gb-surface));outline-offset:3px}.gb-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.gb-crumbs{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:.875rem;color:var(--gb-muted);padding:26px 0 30px}.gb-crumbs a:hover{color:var(--gb-blue)}.gb-intro{display:grid;grid-template-columns:minmax(0,1.27fr) minmax(0,1fr);gap:clamp(30px,4vw,70px);padding:18px 0 66px;align-items:center}.gb-eyebrow{display:flex;align-items:center;gap:12px;font-size:.75rem;letter-spacing:.13em;font-weight:500;line-height:1.5}.gb-brandmark{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:9px;color:#fff;background:var(--gb-blue);font-size:23px;line-height:1;font-weight:700;letter-spacing:-.08em;padding-right:3px}.gb-intro h1{font-size:clamp(2.4rem,4.6vw,5.6rem);letter-spacing:-.055em;line-height:1.07;font-weight:500;margin:25px 0 27px;overflow-wrap:anywhere}.gb-accent{color:var(--gb-blue)}html[data-theme=dark] .gb-accent{color:#939bff}.gb-intro__description{font-size:clamp(1.0625rem,1.15vw,1.25rem);line-height:1.7;max-width:530px;color:var(--gb-muted)}.gb-intro__bottom{display:flex;gap:16px 28px;flex-wrap:wrap;align-items:center;margin-top:34px;font-size:.875rem}.gb-muted{color:var(--gb-muted)}.gb-textlink{display:inline-flex;align-items:center;gap:18px;font-weight:500;min-height:44px;font-size:.9375rem;transition:color .2s}.gb-textlink:hover{color:var(--gb-blue)}.gb-textlink>span[aria-hidden]{font-size:1.25rem}.gb-index{background:var(--gb-blue);color:#fff;padding:clamp(24px,2.6vw,44px);border-radius:var(--git-radius-xl,28px);position:relative;overflow:hidden;isolation:isolate;box-shadow:0 24px 55px rgba(35,47,225,.18);transform:perspective(1000px) rotateX(var(--gb-rx,0deg)) rotateY(var(--gb-ry,0deg));transition:transform .25s ease,box-shadow .3s}.gb-index:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.15;background:radial-gradient(ellipse at 75% 10%,#fff,transparent 50%);transform:translateY(var(--gb-scroll,0px));pointer-events:none}.gb-index:after{content:"";position:absolute;width:240px;height:240px;right:-150px;bottom:40px;border:1px solid rgba(255,255,255,.25);border-radius:50%;box-shadow:0 0 0 30px rgba(255,255,255,.04),0 0 0 60px rgba(255,255,255,.03);z-index:-1;pointer-events:none}.gb-index__top,.gb-index__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.75rem;letter-spacing:.08em}.gb-index__number{opacity:.7;font-size:1.125rem;letter-spacing:0}.gb-index__heading{font-size:clamp(1.7rem,2.05vw,2.65rem);line-height:1.18;letter-spacing:-.025em;max-width:450px;margin:40px 0 28px}.gb-index__links{display:grid}.gb-index__links a{display:flex;gap:20px;align-items:center;padding:15px 0;border-top:1px solid rgba(255,255,255,.24);transition:padding .25s,background .25s;font-size:1.125rem}.gb-index__links a:hover{padding-left:10px;background:rgba(255,255,255,.06)}.gb-index__step{font-size:.75rem;opacity:.65}.gb-index__arrow{margin-left:auto;font-size:1.35rem;transition:transform .25s}.gb-index__links a:hover .gb-index__arrow{transform:translate(3px,-3px)}.gb-index a:focus-visible{outline-color:#fff}.gb-index__bottom{margin-top:30px;letter-spacing:0;opacity:.8;flex-wrap:wrap}.gb-index__bottom>span:first-child{font-size:1.25rem;font-weight:700;opacity:1}
.gb-materials{scroll-margin-top:160px;border-top:1px solid var(--gb-line);padding-top:34px}.gb-sectionhead{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:27px}.gb-sectionhead h2{font-size:clamp(1.75rem,2.3vw,2.8rem);font-weight:500;line-height:1.15;letter-spacing:-.035em}.gb-sectionhead .gb-eyebrow{color:var(--gb-muted);margin-bottom:15px}.gb-sectionhead>p{max-width:300px;color:var(--gb-muted);font-size:.9375rem}.gb-categories{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:27px}.gb-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 19px;border:1px solid var(--gb-line);border-radius:var(--git-radius-pill,999px);line-height:1.3;font-size:.875rem;transition:border-color .2s,background .2s,transform .2s}.gb-pill:hover{border-color:var(--gb-blue);background:var(--gb-soft);transform:translateY(-2px)}.gb-pill.is-active{background:var(--gb-ink);color:var(--gb-surface);border-color:var(--gb-ink)}.gb-filters{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:4px}.gb-format{display:flex;align-items:center;gap:14px;font-size:.875rem;color:var(--gb-muted)}.gb select{appearance:auto;background:var(--gb-surface);border:1px solid var(--gb-line);color:var(--gb-ink);border-radius:var(--git-radius-sm,12px);min-height:48px;padding:10px 34px 10px 15px;max-width:100%}.gb-search{display:flex;align-items:center;max-width:490px;flex:1;border:1px solid var(--gb-line);background:var(--gb-surface);border-radius:var(--git-radius-sm,12px);overflow:visible}.gb-search:focus-within{border-color:var(--gb-blue)}.gb-search input{min-width:0;flex:1;width:100%;padding:12px 17px;border:0;background:transparent;color:var(--gb-ink);height:48px;border-radius:var(--git-radius-sm,12px)}.gb input::placeholder,.gb textarea::placeholder{color:var(--gb-muted);opacity:1}.gb-search button{display:flex;align-items:center;gap:10px;padding:10px 15px;color:var(--gb-ink);background:transparent;border:0;border-radius:var(--git-radius-sm,12px);height:48px}.gb-search button:hover{color:var(--gb-blue);background:var(--gb-soft)}.gb-search svg{fill:none;stroke:currentColor;stroke-width:1.6}.gb-searchhelp{text-align:right;font-size:.75rem;color:var(--gb-muted);margin:7px 0 25px}.gb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:26px}.gb-card{min-width:0;overflow:hidden;border:1px solid var(--gb-line);border-radius:var(--gb-radius);background:var(--gb-surface);transition:transform .3s,border-color .3s,box-shadow .3s}.gb-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--gb-blue) 35%,var(--gb-line));box-shadow:0 15px 35px rgba(25,25,45,.07)}.gb-card__visual{display:grid;place-items:center;position:relative;aspect-ratio:16/10;overflow:hidden;background:#e8eaff;color:#232fe1}.gb-card__visual img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s}.gb-card:hover .gb-card__visual img{transform:scale(1.035)}.gb-card__monogram{font-size:clamp(3rem,6vw,6rem);font-weight:700;letter-spacing:-.07em;line-height:1}.gb-tone-security,.gb-tone-hosting{background:#292b3e;color:#d9dcff}.gb-tone-ai,.gb-tone-bitrix{background:#232fe1;color:#fff}.gb-tone-business,.gb-tone-mobile{background:#f9ded2;color:#742d13}.gb-card__body{padding:24px;display:flex;flex-direction:column;gap:15px}.gb-meta{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;font-size:.8125rem;color:var(--gb-muted);line-height:1.5}.gb-meta>span+span:before{content:"·";margin-right:13px}.gb-card h2,.gb-card h3{font-size:1.5rem;font-weight:500;line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}.gb-card h2 a:hover,.gb-card h3 a:hover{color:var(--gb-blue)}.gb-card__body>p{font-size:.9375rem;line-height:1.7;color:var(--gb-muted)}.gb-card__footer{display:flex;justify-content:space-between;gap:14px;border-top:1px solid var(--gb-line);padding-top:16px;margin-top:8px;font-size:.8125rem;color:var(--gb-muted)}.gb-card--lead{grid-column:span 2;display:grid;grid-template-columns:1.05fr 1fr}.gb-card--lead .gb-card__visual{aspect-ratio:auto;min-height:300px}.gb-card--lead h2{font-size:clamp(1.6rem,2.1vw,2.35rem)}.gb-card--lead .gb-card__body{justify-content:center;padding:32px}.gb-card--lead .gb-card__footer{margin-top:auto}.gb-play{display:grid;place-items:center;width:60px;height:60px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:rgba(255,255,255,.9);color:#232fe1;box-shadow:0 8px 30px rgba(0,0,0,.1);font-size:1.15rem;padding-left:3px}.gb-card__visual>.gb-play{position:absolute}.gb-empty{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;padding:42px;border:1px solid var(--gb-line);border-radius:var(--gb-radius);background:var(--gb-soft);margin-top:24px}.gb-empty__symbol{font-size:2.75rem;letter-spacing:-.12em;width:85px;height:85px;display:grid;place-items:center;border:1px solid var(--gb-line);background:var(--gb-surface);border-radius:22px;color:var(--gb-blue)}.gb-empty h3{font-size:1.4rem;font-weight:500;line-height:1.3;letter-spacing:-.02em}.gb-empty p{max-width:690px;font-size:1rem;color:var(--gb-muted);margin-top:10px;line-height:1.7}.gb-empty .gb-textlink{margin-top:12px}.gb-pagination{display:flex;justify-content:center;gap:10px;margin-top:32px}.gb-topics{padding-top:80px}.gb-topicgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-left:1px solid var(--gb-line);border-top:1px solid var(--gb-line);border-radius:var(--gb-radius);overflow:hidden}.gb-topic{position:relative;display:flex;flex-direction:column;padding:25px 26px 30px;min-height:220px;border-right:1px solid var(--gb-line);border-bottom:1px solid var(--gb-line);transition:background .3s,color .3s}.gb-topic:hover{background:var(--gb-blue);color:#fff}.gb-topic__top{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:var(--gb-muted);margin-bottom:28px}.gb-topic:hover .gb-topic__top,.gb-topic:hover p{color:rgba(255,255,255,.8)}.gb-topic__top>span:last-child{font-size:1.35rem;transition:transform .25s}.gb-topic:hover .gb-topic__top>span:last-child{transform:translate(3px,-3px)}.gb-topic h3{font-size:1.25rem;font-weight:500;line-height:1.3;letter-spacing:-.02em;margin-bottom:12px;overflow-wrap:anywhere}.gb-topic p{font-size:.875rem;line-height:1.6;color:var(--gb-muted);transition:color .3s}.gb-topic:focus-visible{outline-offset:-5px}.gb-authorcall{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:70px;padding:42px;border-radius:var(--git-radius-xl,28px);background:var(--gb-soft);border:1px solid var(--gb-line)}.gb-authorcall h2{font-size:clamp(1.6rem,2vw,2.4rem);font-weight:500;line-height:1.2;letter-spacing:-.025em;max-width:610px;margin:15px 0}.gb-authorcall p{color:var(--gb-muted);max-width:580px}.gb-button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:13px 22px;border:1px solid transparent;border-radius:var(--git-radius-sm,12px);font-size:.9375rem;font-weight:500;color:#fff;background:var(--gb-blue);line-height:1.5;text-align:center;transition:transform .2s,box-shadow .2s;flex-shrink:0}.gb a.gb-button{color:#fff}.gb-button:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(35,47,225,.15)}.gb-button--light{background:var(--gb-surface);color:var(--gb-ink);border-color:var(--gb-line)}.gb a.gb-button--light{color:var(--gb-ink)}.gb-button:disabled{opacity:.6;cursor:wait;transform:none;box-shadow:none}.gb-error{min-height:50vh;padding-top:80px}.gb-error h1{font-size:2.5rem;line-height:1.2;margin-bottom:25px}.gb-lang-motion{animation:gb-language .36s ease both}@keyframes gb-language{from{filter:blur(3px);opacity:.65;transform:translateY(4px)}to{filter:blur(0);opacity:1;transform:translateY(0)}}
.gb-article__header{max-width:920px;margin:22px auto 40px}.gb-article h1{font-size:clamp(2rem,4.2vw,4.8rem);line-height:1.08;letter-spacing:-.045em;font-weight:500;overflow-wrap:anywhere;margin:25px 0}.gb-article__summary{font-size:clamp(1.125rem,1.5vw,1.5rem);color:var(--gb-muted);line-height:1.65}.gb-article__author{border-top:1px solid var(--gb-line);margin-top:28px;padding-top:20px;font-weight:500}.gb-article__cover{display:block;width:100%;height:auto;max-height:650px;object-fit:cover;border-radius:var(--git-radius-xl,28px);margin:30px auto 50px}.gb-prose{max-width:800px;margin:35px auto;font-size:1.125rem;line-height:1.85;overflow-wrap:anywhere}.gb-prose p{margin:0 0 24px}.gb-prose h2{font-size:clamp(1.5rem,2vw,2rem);line-height:1.3;letter-spacing:-.02em;margin:45px 0 22px;font-weight:500}.gb-prose .gb-translation{font-size:.875rem;padding:14px 18px;background:var(--gb-soft);border-radius:12px;color:var(--gb-muted)}.gb-video{display:flex;align-items:center;gap:25px;padding:24px;background:var(--gb-soft);border:1px solid var(--gb-line);border-radius:var(--gb-radius);margin:34px 0}.gb-video .gb-play{flex-shrink:0}.gb-video small{display:block;font-size:.8125rem;color:var(--gb-muted)}.gb-video>span:last-child{margin-left:auto}.gb-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:50px 0}.gb-gallery figure{margin:0}.gb-gallery img{display:block;max-width:100%;height:auto;border-radius:16px}.gb-article__footer{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:60px;padding-top:25px;border-top:1px solid var(--gb-line)}.gb-article__footer .gb-textlink{margin-right:auto}
.gb-studio__head{display:flex;justify-content:space-between;gap:25px;align-items:center;margin:15px 0 35px}.gb-studio h1{font-size:clamp(2rem,3vw,3.5rem);font-weight:500;line-height:1.1;letter-spacing:-.035em}.gb-studio__layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;align-items:start}.gb-drafts{border:1px solid var(--gb-line);border-radius:16px;overflow:hidden}.gb-drafts a{display:block;padding:17px;border-bottom:1px solid var(--gb-line);font-size:.875rem;line-height:1.5;overflow-wrap:anywhere}.gb-drafts a:last-child{border:0}.gb-drafts a:hover,.gb-drafts a[aria-current]{background:var(--gb-soft)}.gb-drafts small{display:block;margin-top:8px;color:var(--gb-muted);font-size:.75rem}.gb-editor{min-width:0}.gb-editor__fields{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gb-field{display:flex;flex-direction:column;gap:9px;min-width:0}.gb-field--full{grid-column:1/-1}.gb-field>label{font-weight:500;font-size:.9375rem}.gb-field input,.gb-field textarea,.gb-field select{width:100%;color:var(--gb-ink);background:var(--gb-surface);border:1px solid var(--gb-line);border-radius:12px;padding:13px 15px;min-height:48px}.gb-field textarea{resize:vertical;line-height:1.7;min-height:115px}.gb-field textarea[name=body],.gb-field textarea[name=body_en]{min-height:350px}.gb-field small{font-size:.8125rem;color:var(--gb-muted)}.gb-editor__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;align-items:center}.gb-editor__status{display:block;margin:18px 0;min-height:30px;color:var(--gb-muted);overflow-wrap:anywhere}.gb-editor__status[data-error=true]{color:var(--git-danger,#b42318)}.gb-editor__note{padding:20px;background:var(--gb-soft);border:1px solid var(--gb-line);border-radius:16px;margin-bottom:24px;white-space:pre-wrap}.gb-editor details{margin-top:28px;border:1px solid var(--gb-line);border-radius:16px;padding:20px}.gb-editor summary{cursor:pointer;font-weight:500;min-height:32px}.gb-editor details[open] summary{margin-bottom:22px}.gb-editor__media{display:flex;gap:12px;flex-wrap:wrap;margin-top:15px}.gb-mediaitem{position:relative}.gb-mediaitem img{width:115px;height:90px;object-fit:cover;border-radius:12px;border:1px solid var(--gb-line)}.gb-mediaitem button{position:absolute;right:-5px;top:-5px;width:32px;height:32px;border:1px solid var(--gb-line);background:var(--gb-surface);color:var(--gb-ink);border-radius:50%;line-height:1}.gb-check{display:flex;align-items:center;gap:12px;font-size:.9375rem}.gb-check input{width:20px;height:20px;accent-color:var(--gb-blue)}.gb-preview{border:1px solid var(--gb-line);border-radius:22px;padding:30px;margin-top:30px}.gb-preview h2{font-size:2rem;line-height:1.2;margin-bottom:20px}.gb-preview p{white-space:pre-wrap;margin-bottom:18px;line-height:1.8}.gb-preview h3{font-size:1.4rem;margin:28px 0 16px}.gb-studio__state{display:inline-block;padding:8px 14px;border:1px solid var(--gb-line);background:var(--gb-soft);border-radius:999px;font-size:.875rem;margin-bottom:20px}.gb-studio__empty{padding:20px;color:var(--gb-muted);font-size:.875rem}
@media(min-width:1500px){.gb-intro h1{font-size:clamp(4rem,4.15vw,5.6rem)}}
@media(max-width:1190px){.gb-intro{gap:30px}.gb-topicgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.gb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gb-card--lead{grid-column:1/-1}.gb-authorcall{align-items:flex-start;flex-direction:column}.gb-index__heading{font-size:1.8rem}.gb-studio__layout{grid-template-columns:210px minmax(0,1fr)}}
@media(max-width:767px){.gb{padding-bottom:55px}.gb-crumbs{padding:22px 0;font-size:.8125rem}.gb-intro{grid-template-columns:1fr;gap:32px;padding:16px 0 42px}.gb-intro h1{font-size:clamp(2.55rem,8.8vw,4.4rem);margin:22px 0;max-width:610px}.gb-intro__bottom{margin-top:22px}.gb-index{padding:27px;border-radius:22px}.gb-index__heading{margin:22px 0;font-size:1.85rem}.gb-index__links a{padding:12px 0}.gb-index__bottom{margin-top:20px}.gb-sectionhead{align-items:flex-start;gap:16px}.gb-sectionhead>.gb-textlink{font-size:.8125rem;gap:8px;line-height:1.3;max-width:140px}.gb-categories{gap:8px}.gb-pill{padding:9px 14px;font-size:.8125rem}.gb-filters{flex-direction:column;align-items:stretch;gap:15px}.gb-format{justify-content:space-between}.gb-format select{flex:1;max-width:70%}.gb-search{max-width:none}.gb-searchhelp{text-align:left;line-height:1.5}.gb-empty{grid-template-columns:1fr;gap:20px;padding:27px}.gb-empty__symbol{height:64px;width:64px;font-size:2rem;border-radius:16px}.gb-grid{grid-template-columns:1fr;gap:20px}.gb-card--lead{grid-column:auto;display:block}.gb-card--lead .gb-card__visual{aspect-ratio:16/10;min-height:0}.gb-card--lead .gb-card__body{padding:24px}.gb-card__visual{aspect-ratio:16/10}.gb-topics{padding-top:50px}.gb-topics .gb-sectionhead{flex-direction:column;gap:14px}.gb-topic{padding:21px 18px;min-height:220px}.gb-topic__top{margin-bottom:24px}.gb-topic h3{font-size:1.125rem}.gb-authorcall{padding:28px;margin-top:45px;gap:25px}.gb-authorcall .gb-button{width:100%;flex-shrink:1}.gb-article__header{margin:20px 0 30px}.gb-article h1{font-size:clamp(2rem,8vw,3.4rem)}.gb-prose{font-size:1.0625rem}.gb-article__cover{border-radius:16px;margin:25px 0}.gb-gallery{gap:14px;grid-template-columns:1fr}.gb-video{gap:16px;padding:18px}.gb-video .gb-play{width:44px;height:44px}.gb-article__footer{align-items:flex-start}.gb-studio__layout{grid-template-columns:1fr}.gb-drafts{max-height:260px;overflow:auto}.gb-editor__fields{grid-template-columns:1fr}.gb-field--full{grid-column:auto}.gb-studio__head{align-items:flex-start;flex-direction:column}.gb-studio__head .gb-button{align-self:stretch}.gb-editor__actions .gb-button{width:100%}.gb-preview{padding:22px}}
@media(max-width:360px){.gb-topicgrid{grid-template-columns:1fr}.gb-search button{padding:10px}.gb-search input{padding:12px}.gb-index__bottom{gap:10px}.gb-intro h1{font-size:2.35rem}}
@media(prefers-reduced-motion:reduce){.gb *,.gb *:before,.gb *:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms;scroll-behavior:auto}.gb-index{transform:none}.gb-card:hover,.gb-pill:hover,.gb-button:hover{transform:none}}
.gb-rating{display:inline-flex;align-items:center;gap:5px;color:var(--gb-blue);font-weight:500;white-space:nowrap}.gb-rating small{display:block;font-weight:400;font-size:.75rem;color:var(--gb-muted)}.gb-avatar{display:inline-grid;place-items:center;flex:none;width:44px;height:44px;border-radius:50%;background:var(--gb-blue);color:#fff;font-size:1.125rem;font-weight:500}.gb-article__author{display:flex;align-items:center;justify-content:center;gap:12px}.gb-article__author small{display:block;font-size:.75rem;color:var(--gb-muted);margin-top:4px}.gb-prose__image{margin:36px -40px}.gb-prose__image img{display:block;max-width:100%;width:100%;height:auto;border-radius:18px}.gb-prose__image figcaption{text-align:center;color:var(--gb-muted);font-size:.875rem;line-height:1.6;padding:14px 24px}.gb-prose blockquote{margin:28px 0;border-left:3px solid var(--gb-blue);padding:16px 24px;background:var(--gb-soft);font-size:1.25em;line-height:1.65;border-radius:0 14px 14px 0}.gb-prose ul{padding-left:1.4em;margin:24px 0;list-style:disc}.gb-prose li{margin:9px 0;line-height:1.75}.gb-workspace-head{display:flex;gap:30px;justify-content:space-between;align-items:center;padding:20px 0 42px}.gb-workspace-head h1{font-size:clamp(2.8rem,4vw,4.5rem);font-weight:500;letter-spacing:-.045em;margin:12px 0 18px;line-height:1.08}.gb-workspace-head p{color:var(--gb-muted);font-size:1rem;max-width:580px;line-height:1.65}.gb-workspace-head>.gb-button{flex:none}.gb-studio--v2 .gb-studio__layout{grid-template-columns:240px minmax(0,1fr);gap:34px}.gb-workspace-side{position:sticky;top:110px;min-width:0}.gb-side-heading{display:flex;align-items:center;justify-content:space-between;padding:0 8px 18px;font-weight:500}.gb-side-heading span{font-size:.75rem;border:1px solid var(--gb-line);border-radius:8px;min-width:26px;padding:4px 7px;text-align:center;color:var(--gb-muted)}.gb-studio--v2 .gb-drafts{max-height:410px;overflow:auto;border:0;border-radius:14px;background:var(--gb-soft)}.gb-studio--v2 .gb-drafts a{padding:19px 17px;border-bottom:1px solid var(--gb-line);position:relative}.gb-studio--v2 .gb-drafts a[aria-current]{background:var(--gb-surface);box-shadow:inset 3px 0 0 var(--gb-blue)}.gb-studio--v2 .gb-drafts a[aria-current]>span{color:var(--gb-blue)}.gb-studio--v2 .gb-drafts small{display:inline-flex;align-items:center;gap:7px}.gb-studio--v2 .gb-drafts small:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gb-muted)}.gb-studio--v2 .gb-drafts small[data-state=review]:before{background:var(--gb-orange,#ee5810)}.gb-studio--v2 .gb-drafts small[data-state=published]:before{background:#27905c}.gb-studio--v2 .gb-studio__empty{padding:24px 20px}.gb-studio__empty>span{font-size:2rem;color:var(--gb-blue)}.gb-studio__empty>p{margin-top:12px;line-height:1.75}.gb-writing-guide{padding:27px 15px;color:var(--gb-muted);font-size:.8125rem;line-height:1.8}.gb-writing-guide h2{font-size:1rem;color:var(--gb-ink);font-weight:500;margin-bottom:12px}.gb-writing-guide p{margin:12px 0}.gb-writing-guide>div{margin-top:20px;border-top:1px solid var(--gb-line);padding-top:17px;font-size:.75rem}.gb-document-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.gb-document-top>.gb-muted{font-size:.75rem;text-align:right;line-height:1.5}.gb-document-top .gb-studio__state{margin:0;padding:8px 14px;font-size:.75rem}.gb-document-top [data-current-state=review]{color:var(--gb-ink);background:var(--gb-soft);border-color:var(--gb-orange,#ee5810)}.gb-document-paper{border:1px solid var(--gb-line);border-radius:24px;background:var(--gb-surface);padding:34px 40px 40px;box-shadow:0 14px 55px rgba(0,0,0,.025)}.gb-author-identity{display:flex;align-items:center;gap:12px;margin-bottom:34px}.gb-author-identity>div{min-width:0;flex:1}.gb-author-identity strong{display:block;font-size:.9375rem;font-weight:500;overflow-wrap:anywhere}.gb-author-identity small{display:block;font-size:.6875rem;color:var(--gb-muted);margin-top:5px}.gb-author-identity>.gb-rating{flex-direction:column;gap:0;font-size:1.125rem}.gb-author-identity>.gb-rating small{font-size:.6875rem}.gb-studio--v2 .gb-field input[name=title]{font-size:clamp(1.6rem,2.3vw,2.6rem);font-weight:500;letter-spacing:-.035em;line-height:1.2;border:0;border-bottom:1px solid var(--gb-line);padding:16px 0 20px;border-radius:0;background:transparent}.gb-studio--v2 .gb-field:has(input[name=title])>label{color:var(--gb-muted);font-size:.75rem}.gb-studio--v2 .gb-field textarea[name=summary]{font-size:1rem;padding:0;border:0;border-radius:0;min-height:95px;background:transparent;line-height:1.75}.gb-studio--v2 .gb-field>label{font-size:.8125rem}.gb-studio--v2 .gb-field input::placeholder,.gb-studio--v2 .gb-field textarea::placeholder{color:var(--gb-muted);opacity:.72}.gb-cover-zone{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px;border:1px dashed var(--gb-line);border-radius:16px;padding:24px;margin:30px 0 20px;background:var(--gb-soft);position:relative}.gb-cover-zone__icon{display:block;font-size:1.8rem;color:var(--gb-blue);margin-bottom:12px}.gb-cover-zone strong{font-size:.9375rem;font-weight:500}.gb-cover-zone p{font-size:.75rem;color:var(--gb-muted);margin-top:7px;line-height:1.6}.gb-cover-zone .gb-button{font-size:.8125rem;cursor:pointer;padding:11px 17px}.gb-cover-zone .gb-editor__media{width:100%;margin:0}.gb-cover-zone .gb-editor__media:empty{display:none}.gb-cover-zone .gb-mediaitem{width:100%}.gb-cover-zone .gb-mediaitem img{width:100%;height:auto;max-height:350px;object-fit:cover}.gb-file-input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}.gb-cover-zone:focus-within{outline:none;border-color:var(--gb-line);box-shadow:0 0 0 3px color-mix(in srgb,var(--gb-ink) 5%,transparent)}.gb-composer{margin-top:36px}.gb-composer__heading{display:flex;align-items:center;justify-content:space-between;padding:0 0 15px;border-bottom:1px solid var(--gb-line)}.gb-composer__heading h2{font-size:1rem;font-weight:500}.gb-composer__heading>span{font-size:.6875rem;color:var(--gb-muted)}.gb-writing-block{border:1px solid transparent;border-radius:14px;padding:13px 16px;background:transparent;transition:background-color .18s,border-color .18s;min-width:0}.gb-writing-block:hover,.gb-writing-block:focus-within{border-color:var(--gb-line);background:var(--gb-soft)}.gb-writing-block__head{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-bottom:8px;min-height:32px}.gb-writing-block__head>span{font-size:.625rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gb-muted)}.gb-block-tools{display:flex;gap:5px}.gb-block-tools button{width:32px;height:32px;border:1px solid var(--gb-line);border-radius:8px;background:var(--gb-surface);color:var(--gb-muted);font-size:1rem;cursor:pointer}.gb-block-tools button:hover{border-color:var(--gb-blue);color:var(--gb-blue)}.gb-block-tools button:disabled{opacity:.3;cursor:default}.gb-block-text{display:block;width:100%;resize:vertical;border:0;border-radius:0;color:var(--gb-ink);background:transparent;font:inherit;font-size:1.0625rem;line-height:1.85;min-height:108px;max-height:1400px;padding:0;overflow-y:auto}.gb-block-text[data-block-type=heading]{font-size:1.65rem;font-weight:500;line-height:1.4;min-height:60px;letter-spacing:-.025em}.gb-writing-block[data-type=quote] .gb-block-text{border-left:2px solid var(--gb-blue);padding-left:20px;font-size:1.2rem}.gb-block-text:focus-visible{outline:0}.gb-writing-block:focus-within{box-shadow:0 0 0 3px color-mix(in srgb,var(--gb-ink) 5%,transparent)}.gb-block-insert{display:block;position:relative;margin:7px auto;padding:5px 18px;background:transparent;border:0;color:var(--gb-muted);font:inherit;font-size:.6875rem;min-height:32px;cursor:pointer;border-radius:999px;opacity:.7}.gb-block-insert:hover,.gb-block-insert:focus-visible{background:var(--gb-soft);color:var(--gb-blue);opacity:1}.gb-add-block{width:100%;padding:16px;border:1px dashed var(--gb-line);border-radius:12px;background:var(--gb-soft);color:var(--gb-blue);font:inherit;font-size:.875rem;cursor:pointer;margin-top:15px}.gb-add-block:hover{border-color:var(--gb-blue)}.gb-block-picker{display:flex;flex-wrap:wrap;gap:7px;border:1px solid var(--gb-line);border-radius:14px;padding:13px;background:var(--gb-surface);box-shadow:0 12px 28px rgba(0,0,0,.08);margin:10px 0 16px;position:relative;z-index:2}.gb-block-picker button{font:inherit;font-size:.75rem;border:1px solid var(--gb-line);border-radius:8px;padding:10px 12px;min-height:40px;background:var(--gb-soft);color:var(--gb-ink);cursor:pointer}.gb-block-picker button:hover{border-color:var(--gb-blue);color:var(--gb-blue)}.gb-block-photo{display:block;width:100%;height:auto;max-height:650px;object-fit:contain;border-radius:10px;margin-bottom:18px}.gb-block-caption{display:flex;flex-direction:column;gap:7px;margin:12px 0}.gb-block-caption label{font-size:.6875rem;color:var(--gb-muted)}.gb-block-caption input{border:0;border-bottom:1px solid var(--gb-line);background:transparent;color:var(--gb-ink);padding:10px 0;font:inherit;font-size:.875rem;min-height:42px;border-radius:0;width:100%}.gb-composer-empty{padding:30px 15px;text-align:center}.gb-composer-empty strong{font-size:1rem;font-weight:500}.gb-composer-empty p{color:var(--gb-muted);font-size:.8125rem;line-height:1.7;max-width:430px;margin:12px auto}.gb-studio--v2 .gb-document-options{margin-top:18px;border-radius:18px;padding:23px 28px;background:var(--gb-surface)}.gb-studio--v2 .gb-document-options>summary{font-size:.875rem;line-height:1.5;min-height:0}.gb-studio--v2 .gb-document-options .gb-composer{margin-top:20px}.gb-review-field{margin-top:25px}.gb-editor-toolbar{position:sticky;bottom:16px;background:var(--gb-surface);border:1px solid var(--gb-line);box-shadow:0 7px 30px rgba(0,0,0,.08);border-radius:16px;padding:16px 20px 12px;margin-top:24px;z-index:12}.gb-editor-toolbar .gb-editor__actions{margin-top:0;gap:10px}.gb-editor-toolbar .gb-button{padding:12px 18px;font-size:.8125rem;min-height:44px}.gb-editor-toolbar .gb-editor__status{font-size:.6875rem;line-height:1.5;min-height:18px;margin:10px 0 0}.gb-preview-toggle{margin-left:auto;padding:12px 2px;border:0;border-radius:0;background:transparent;color:var(--gb-muted);font:inherit;font-size:.75rem;cursor:pointer;min-height:44px}.gb-preview-toggle:hover{color:var(--gb-blue)}.gb-undo{font:inherit;border:0;background:transparent;color:var(--gb-blue);text-decoration:underline;cursor:pointer}.gb-studio--v2 .gb-editor__note strong{font-size:.8125rem;font-weight:500}.gb-studio--v2 .gb-editor__note p{margin-top:10px;font-size:.875rem;line-height:1.7}.gb-studio--v2 .gb-preview{padding:40px;max-width:100%;background:var(--gb-surface)}.gb-preview .gb-prose__image{margin:30px 0}.gb-auth{max-width:640px!important;margin:50px auto!important;padding:35px!important;border:1px solid var(--gb-line);border-radius:24px;background:var(--gb-surface)}.gb-auth h1{font-size:2.25rem;font-weight:500;margin-bottom:22px}.gb-auth>p{color:var(--gb-muted);line-height:1.7;margin-bottom:22px}.gb-auth input:not([type=hidden]):not([type=checkbox]){width:100%;min-height:46px;border:1px solid var(--gb-line);background:var(--gb-surface);color:var(--gb-ink);border-radius:10px;padding:10px 14px;margin:5px 0 15px}.gb-auth input[type=submit]{background:var(--gb-blue)!important;color:#fff!important;cursor:pointer}.gb-auth a{color:var(--gb-blue)}.gb-auth table{width:100%}.gb-auth td{padding:7px 0}.gb-auth .errortext{color:#b42318}.gb-auth>footer{border-top:1px solid var(--gb-line);margin-top:25px;padding-top:20px;font-size:.8125rem}
@media(max-width:1190px){.gb-studio--v2 .gb-studio__layout{grid-template-columns:200px minmax(0,1fr);gap:22px}.gb-document-paper{padding:26px}.gb-workspace-head h1{font-size:3rem}.gb-cover-zone{padding:20px}.gb-cover-zone>.gb-button{width:100%}.gb-prose__image{margin-left:0;margin-right:0}.gb-editor-toolbar{bottom:10px}}
@media(max-width:767px){.gb-studio--v2 .gb-studio__layout{grid-template-columns:1fr;gap:25px}.gb-workspace-head{align-items:flex-start;flex-direction:column;padding:15px 0 28px;gap:20px}.gb-workspace-head h1{font-size:2.65rem}.gb-workspace-head>div>p{font-size:.9375rem}.gb-workspace-head>.gb-button{width:100%}.gb-workspace-side{position:static}.gb-studio--v2 .gb-drafts{max-height:175px}.gb-writing-guide{display:none}.gb-side-heading{padding-bottom:12px}.gb-document-paper{padding:22px 16px;border-radius:18px}.gb-author-identity{gap:10px;margin-bottom:25px}.gb-author-identity .gb-avatar{width:36px;height:36px;font-size:1rem}.gb-author-identity strong{font-size:.8125rem}.gb-author-identity small{font-size:.625rem}.gb-document-top>.gb-muted{max-width:160px;font-size:.6875rem}.gb-studio--v2 .gb-field input[name=title]{font-size:1.75rem}.gb-studio--v2 .gb-field textarea[name=summary]{font-size:.9375rem}.gb-composer{margin-top:30px}.gb-writing-block{padding:10px 9px}.gb-block-text{font-size:1rem}.gb-block-text[data-block-type=heading]{font-size:1.4rem}.gb-block-tools button{width:36px;height:36px}.gb-block-insert{min-height:38px}.gb-studio--v2 .gb-document-options{padding:20px 17px}.gb-editor-toolbar{bottom:8px;padding:12px 12px 10px}.gb-editor-toolbar .gb-editor__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gb-editor-toolbar .gb-button{width:auto;font-size:.75rem;padding:11px 10px}.gb-preview-toggle{margin:0;grid-column:1/-1;min-height:34px;padding:5px}.gb-editor-toolbar .gb-editor__status{font-size:.625rem}.gb-studio--v2 .gb-preview{padding:24px 18px}.gb-cover-zone{margin-top:24px}.gb-auth{margin:25px 16px!important;padding:25px!important}.gb-auth h1{font-size:1.8rem}}

/* Responsive media: full frame in prose; consistent crops in cards and covers. */
.gb-picture{display:block;max-width:100%;overflow:hidden}.gb-picture img{display:block;width:100%;height:auto}.gb-card__visual>.gb-picture{width:100%;height:100%}.gb-card__visual>.gb-picture img{width:100%;height:100%;object-fit:cover}.gb-picture--crop{aspect-ratio:8/5}.gb-picture--crop img{width:100%;height:100%;object-fit:cover}.gb-article>.gb-picture{border-radius:24px;margin:0 0 36px}.gb-article>.gb-picture .gb-article__cover{margin:0;border-radius:0;height:100%}.gb-prose__image .gb-picture img{height:auto;max-height:none;object-fit:contain}.gb-gallery .gb-picture{width:100%}.gb-studio .gb-block-photo{display:block;width:100%;height:auto;max-height:620px;object-fit:contain}.gb-translation-status{padding:20px 24px;background:var(--gb-soft);border-radius:16px;margin:18px 0;line-height:1.6}.gb-translation-status p{margin:6px 0 0}.gb-studio__layout>*{min-width:0}.gb-block-tools{flex-shrink:0}@media(max-width:600px){.gb-article>.gb-picture{border-radius:16px;margin-bottom:24px}.gb-studio .gb-block-photo{max-height:65vh}.gb-block-picker{flex-wrap:wrap}.gb-editor-toolbar{padding-bottom:max(14px,env(safe-area-inset-bottom))}.gb-editor-toolbar .gb-editor__actions{flex-wrap:wrap}}
/* v1.4: calm writing surface, one shared formatting toolbar, mobile tables. */
.gb-studio--v2 #gb-editor .gb-writing-block{border-radius:18px;transition:background .2s,border-color .2s,box-shadow .2s}
.gb-studio--v2 #gb-editor .gb-writing-block:focus-within{outline:none!important;border-color:color-mix(in srgb,var(--gb-ink) 17%,var(--gb-surface));background:var(--gb-surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--gb-ink) 5%,transparent)!important}
.gb-studio--v2 #gb-editor .gb-rich-input,.gb-studio--v2 #gb-editor .gb-rich-input:focus,.gb-studio--v2 #gb-editor .gb-rich-input:focus-visible,.gb-studio--v2 #gb-editor .gb-block-text:focus{outline:none!important;box-shadow:none!important;border:0!important;border-radius:10px;background:transparent;color:var(--gb-ink);min-height:112px;padding:10px 4px;font:inherit;font-size:1.0625rem;line-height:1.85;overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%;overflow-x:auto}
.gb-studio--v2 #gb-editor .gb-rich-input ::selection{background:color-mix(in srgb,var(--gb-blue) 17%,transparent);color:inherit}
.gb-rich-input p{margin:0 0 1em}.gb-rich-input p:last-child{margin-bottom:0}.gb-rich-input p:empty:before{content:'Начни писать здесь…';color:var(--gb-muted);opacity:.6;pointer-events:none;float:left;height:0}.gb-rich-input p:has(>br:only-child):before{content:'Начни писать здесь…';color:var(--gb-muted);opacity:.6;pointer-events:none;float:left;height:0}
.gb-writing-block[data-type=heading] .gb-rich-input{font-size:1.65rem!important;font-weight:500;min-height:65px!important;line-height:1.4!important}.gb-writing-block[data-type=quote] .gb-rich-host{border-left:2px solid var(--gb-line);padding-left:18px}
.gb-format-toolbar{position:sticky;top:90px;z-index:9;display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:10px;margin:14px 0 18px;border:1px solid var(--gb-line);border-radius:14px;background:color-mix(in srgb,var(--gb-surface) 94%,transparent);backdrop-filter:blur(18px);box-shadow:0 5px 22px rgba(0,0,0,.035)}
.gb-format-group{display:flex;align-items:center;gap:3px;padding-right:7px;border-right:1px solid var(--gb-line)}.gb-format-group:last-child{border-right:0;padding-right:0}.gb-format-group[hidden]{display:none!important}
.gb-format-button,.gb-format-color{min-width:36px;height:36px;border:1px solid transparent;border-radius:8px;background:transparent;font:inherit;font-size:.8125rem;color:var(--gb-ink);cursor:pointer;padding:5px 8px;line-height:1.2;white-space:nowrap}.gb-format-button:hover,.gb-format-color:hover{background:var(--gb-soft);border-color:var(--gb-line)}.gb-format-button[aria-pressed=true]{background:color-mix(in srgb,var(--gb-blue) 9%,var(--gb-surface));border-color:color-mix(in srgb,var(--gb-blue) 20%,var(--gb-line));color:var(--gb-blue)}.gb-format-button:disabled,.gb-format-color:disabled{opacity:.4;cursor:default}.gb-format-color{max-width:124px;font-size:.75rem;border-color:var(--gb-line);appearance:auto}
.gb-studio--v2 #gb-editor .gb-format-button:focus-visible,.gb-studio--v2 #gb-editor .gb-format-color:focus-visible{outline:2px solid color-mix(in srgb,var(--gb-ink) 36%,transparent)!important;outline-offset:2px;box-shadow:none!important}
.gb-format-button[data-align=left]{text-align:left}.gb-format-button[data-align=right]{text-align:right}.gb-format-button[data-align=center]{text-align:center}.gb-format-table-tools{flex-wrap:wrap}.gb-format-table-tools .gb-format-button{font-size:.6875rem}
.gb-rich-document,.gb-rich-input{--gb-rich-blue:#2457a7;--gb-rich-red:#9e3b32;--gb-rich-green:#2a745c;--gb-rich-purple:#81539c;--gb-rich-orange:#ac631e;--gb-rich-gray:#667085}
html[data-theme=dark] .gb-rich-document,html[data-theme=dark] .gb-rich-input,body[data-theme=dark] .gb-rich-document,body[data-theme=dark] .gb-rich-input{--gb-rich-blue:#91baff;--gb-rich-red:#ffaaa1;--gb-rich-green:#86d6b3;--gb-rich-purple:#cca5ee;--gb-rich-orange:#f1bd86;--gb-rich-gray:#b4bdce}
.gb-rich-document [data-gb-color="#2457a7"],.gb-rich-input [data-gb-color="#2457a7"]{color:var(--gb-rich-blue)}.gb-rich-document [data-gb-color="#9e3b32"],.gb-rich-input [data-gb-color="#9e3b32"]{color:var(--gb-rich-red)}.gb-rich-document [data-gb-color="#2a745c"],.gb-rich-input [data-gb-color="#2a745c"]{color:var(--gb-rich-green)}.gb-rich-document [data-gb-color="#81539c"],.gb-rich-input [data-gb-color="#81539c"]{color:var(--gb-rich-purple)}.gb-rich-document [data-gb-color="#ac631e"],.gb-rich-input [data-gb-color="#ac631e"]{color:var(--gb-rich-orange)}.gb-rich-document [data-gb-color="#667085"],.gb-rich-input [data-gb-color="#667085"]{color:var(--gb-rich-gray)}
.gb-rich-document strong,.gb-rich-input strong{font-weight:700}.gb-rich-document em,.gb-rich-input em{font-style:italic}.gb-rich-document u,.gb-rich-input u{text-decoration:underline;text-underline-offset:.15em}.gb-rich-document s,.gb-rich-input s{text-decoration:line-through}.gb-rich-document code,.gb-rich-input code{font-family:ui-monospace,monospace;font-size:.9em;background:var(--gb-soft);border-radius:4px;padding:.08em .25em}
.gb-align-left{text-align:left}.gb-align-right{text-align:right}.gb-align-center{text-align:center}.gb-align-justify{text-align:justify}
.gb-rich-document ol,.gb-rich-input ol{list-style:decimal;padding-left:1.6em}.gb-rich-document ul,.gb-rich-input ul{list-style:disc;padding-left:1.6em}.gb-rich-document li,.gb-rich-input li{padding-left:.2em;margin:.35em 0}.gb-rich-document li>p,.gb-rich-input li>p{margin:.2em 0}
.gb-rich-table,.gb-rich-input .tableWrapper{overflow-x:auto;overscroll-behavior-x:contain;border-radius:12px;margin:1.4em 0}.gb-rich-document table,.gb-rich-input table{border-collapse:collapse;table-layout:fixed;min-width:440px;width:100%;margin:0;border:1px solid var(--gb-line)}.gb-rich-document td,.gb-rich-document th,.gb-rich-input td,.gb-rich-input th{min-width:90px;padding:12px 14px;border:1px solid var(--gb-line);vertical-align:top;position:relative;overflow-wrap:anywhere}.gb-rich-document th,.gb-rich-input th{font-weight:700;background:var(--gb-soft)}.gb-rich-input td>p,.gb-rich-input th>p{min-height:1.6em}.gb-rich-input .selectedCell:after{position:absolute;inset:0;pointer-events:none;background:color-mix(in srgb,var(--gb-blue) 8%,transparent);content:''}.gb-rich-input .ProseMirror-gapcursor{display:none}.gb-rich-input:focus .ProseMirror-gapcursor{display:block;border-top:1px solid currentColor;height:1em}
.gb-draft-recovery{border:1px solid var(--gb-line);border-radius:16px;padding:20px 22px;background:var(--gb-soft);margin:0 0 22px;font-size:.9375rem;line-height:1.65}.gb-draft-recovery strong{font-weight:500}.gb-draft-recovery p{color:var(--gb-muted);margin:8px 0 14px;overflow-wrap:anywhere}.gb-draft-recovery button{margin:5px 8px 0 0;font-size:.8125rem!important}.gb-draft-recovery a{color:var(--gb-blue)}
@media(max-width:767px){.gb-format-toolbar{top:70px;flex-wrap:nowrap;overflow-x:auto;gap:6px;padding:7px;margin:12px -5px 15px;border-radius:12px;scrollbar-width:thin}.gb-format-group{flex:none}.gb-format-button,.gb-format-color{height:42px;min-width:40px;font-size:14px}.gb-format-table-tools{flex-wrap:nowrap}.gb-rich-input{font-size:16px!important;line-height:1.75!important}.gb-draft-recovery{padding:17px}.gb-rich-document th,.gb-rich-document td,.gb-rich-input th,.gb-rich-input td{padding:10px;font-size:15px}.gb-rich-document table,.gb-rich-input table{min-width:390px}}
@media(prefers-reduced-motion:reduce){.gb-writing-block{transition:none!important}}

/* v1.4.3: consistent rounded focus across the entire author workspace. */
.gb.gb-studio--v2{--gb-focus-edge:color-mix(in srgb,var(--gb-ink) 50%,var(--gb-surface));--gb-focus-halo:color-mix(in srgb,var(--gb-ink) 6%,transparent)}
.gb.gb-studio--v2 #gb-editor :is(input,textarea,select){border-radius:12px;transition:border-color .18s,box-shadow .18s}
.gb.gb-studio--v2 #gb-editor :is(input,textarea,select):is(:focus,:focus-visible){outline:none!important;outline-offset:0!important;border-color:color-mix(in srgb,var(--gb-ink) 20%,var(--gb-surface))!important;box-shadow:0 0 0 3px var(--gb-focus-halo)!important}
.gb.gb-studio--v2 :is(a,button,summary,[tabindex]):not(.gb-rich-input):focus-visible{outline:2px solid var(--gb-focus-edge)!important;outline-offset:3px;box-shadow:0 0 0 3px var(--gb-focus-halo)!important;border-radius:10px}
.gb.gb-studio--v2 #gb-editor .gb-field :is(input[name=title],textarea[name=summary]){border-radius:12px;padding-left:12px;padding-right:12px}
.gb.gb-studio--v2 #gb-editor .gb-cover-zone:focus-within{outline:none!important;border-color:color-mix(in srgb,var(--gb-ink) 20%,var(--gb-surface));box-shadow:0 0 0 3px var(--gb-focus-halo)!important}
.gb.gb-studio--v2 .gb-draft-recovery>summary{cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.5;padding:3px 0}
.gb-recovery-item{display:flex;flex-wrap:wrap;align-items:center;gap:6px 18px;border-top:1px solid var(--gb-line);padding:10px 0}.gb-recovery-item small{color:var(--gb-muted);font-size:.75rem}.gb-recovery-item .gb-textlink{overflow-wrap:anywhere;max-width:100%}
@media(prefers-reduced-motion:reduce){.gb.gb-studio--v2 #gb-editor :is(input,textarea,select){transition:none}}
/* Draft actions remain separate from navigation, with comfortable touch targets. */
.gb-studio--v2 .gb-draft-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid var(--gb-line)}
.gb-studio--v2 .gb-draft-row>a{min-width:0;border-bottom:0}
.gb-studio--v2 .gb-draft-row>a>span{overflow-wrap:anywhere}
.gb .gb-draft-delete{font:inherit;font-size:.75rem;color:var(--gb-muted);background:transparent;border:1px solid transparent;border-radius:10px;min-height:44px;padding:10px;cursor:pointer}
.gb .gb-draft-delete:hover{color:#a32d36;background:color-mix(in srgb,#a32d36 6%,var(--gb-surface));border-color:color-mix(in srgb,#a32d36 15%,var(--gb-surface))}
.gb .gb-draft-delete:focus-visible,.gb .gb-delete-dialog button:focus-visible{outline:2px solid color-mix(in srgb,var(--gb-ink) 25%,transparent);outline-offset:2px;border-radius:10px}
.gb .gb-draft-delete:disabled{opacity:.45;cursor:default}
.gb .gb-draft-delete--current{margin-left:auto}
.gb .gb-delete-dialog{position:fixed;inset:0;width:min(460px,calc(100vw - 32px));max-height:calc(100dvh - 48px);margin:auto;padding:28px;border:1px solid var(--gb-line);border-radius:22px;color:var(--gb-ink);background:var(--gb-surface);box-shadow:0 24px 80px rgba(0,0,0,.16)}
.gb .gb-delete-dialog::backdrop{background:rgba(15,20,30,.3);backdrop-filter:blur(5px)}
.gb .gb-delete-dialog h2{font-size:1.5rem;line-height:1.25;margin:0 0 18px;font-weight:500}
.gb .gb-delete-dialog__title{display:block;overflow-wrap:anywhere;font-size:1rem;line-height:1.5;margin-bottom:12px}
.gb .gb-delete-dialog p{font-size:.875rem;line-height:1.6;color:var(--gb-muted)}
.gb .gb-delete-dialog__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}
.gb .gb-delete-dialog .gb-delete-confirm{background:#a32d36;color:#fff;border-color:#a32d36}
.gb .gb-cover-zone .gb-mediaitem img{max-height:560px;object-fit:contain}
@media(max-width:767px){.gb .gb-draft-delete--current{margin:0;grid-column:1/-1}.gb .gb-delete-dialog{padding:24px}.gb .gb-delete-dialog__actions>*{flex:1}}
/* Editor mutations retain the viewport; opening the block picker does not change document flow. */
html.gb-editor-page{overflow-anchor:none}
.gb-picker-slot{position:relative;height:0;z-index:5}
.gb-picker-slot>.gb-block-picker{position:absolute;top:0;left:0;right:0;margin:0}
.gb-picker-slot--above>.gb-block-picker{top:auto;bottom:8px}
.gb-field-hint{display:flex;justify-content:space-between;align-items:baseline;gap:16px;line-height:1.5}
.gb-field-hint [data-summary-count]{flex-shrink:0;font-variant-numeric:tabular-nums}
.gb.gb-studio #gb-editor [name=summary][aria-invalid=true]{border-color:var(--git-danger,#b42318);background:var(--gb-surface)}
.gb.gb-studio #gb-editor .gb-invalid{border-radius:14px}
.gb.gb-studio #gb-editor .gb-invalid :is(input,textarea,select)[aria-invalid=true],.gb.gb-studio #gb-editor .gb-invalid>.gb-rich-host{border:1px solid rgba(180,35,24,.3);border-radius:12px;background:rgba(180,35,24,.025);box-shadow:0 0 0 3px rgba(180,35,24,.035)}
.gb.gb-studio #gb-editor .gb-composer.gb-invalid{box-shadow:0 0 0 1px rgba(180,35,24,.2)}
.gb.gb-studio #gb-editor .gb-field-error{font-size:.8125rem;line-height:1.5;margin:6px 0 0;color:var(--git-danger,#b42318)}
.gb-validation-summary{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px;margin-top:14px;font-size:.8125rem;line-height:1.5}
.gb-validation-summary strong{font-weight:500;color:var(--git-danger,#b42318)}
.gb-validation-link{border:0;border-radius:8px;padding:4px 7px;background:rgba(180,35,24,.045);color:var(--git-danger,#b42318);font:inherit;cursor:pointer;text-align:left}

/* 1.5 — readable journal, author profiles and community. */
.gb-journal,.gb-journal-detail,.gb-profile-workspace{--gb-quiet:color-mix(in srgb,var(--gb-ink) 4%,var(--gb-surface))}
.gb-journal-head{display:flex;align-items:center;justify-content:space-between;gap:38px;padding:24px 0 42px}.gb-journal-head>div{max-width:820px}.gb-journal-head h1{font-size:clamp(2.4rem,4vw,4.5rem);font-weight:500;line-height:1.1;letter-spacing:-.045em;margin:16px 0 20px;overflow-wrap:anywhere}.gb-journal-head p{max-width:650px;font-size:1.125rem;line-height:1.7;color:var(--gb-muted)}.gb-journal-head>.gb-button{flex-shrink:0}.gb-journal-categories{padding:0 0 24px;border-bottom:1px solid var(--gb-line);gap:8px}.gb-journal-categories .gb-pill{background:var(--gb-surface);border-color:transparent;padding:10px 15px}.gb-journal-categories .gb-pill:hover{background:var(--gb-quiet);transform:none}.gb-journal-categories .gb-pill.is-active{background:var(--gb-ink);color:var(--gb-surface)}.gb-journal-tools{display:flex;justify-content:space-between;gap:28px;align-items:center;margin:28px 0}.gb-journal-tools h2{font-size:1.5rem;font-weight:500;line-height:1.3;display:flex;gap:12px;align-items:center}.gb-journal-tools h2>span,.gb-comments h2>span{color:var(--gb-muted);font-size:.9rem;font-weight:400}.gb-journal-tools .gb-filters{padding:0;gap:10px;flex-basis:480px}.gb-journal-tools .gb-search{min-width:120px}.gb-journal-tools select{font-size:.875rem;max-width:165px}.gb-feed-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:36px;align-items:start}.gb-feed-main{min-width:0}.gb-journal .gb-grid--simple{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;gap:24px}.gb-grid--simple .gb-card--lead{grid-column:1/-1;grid-template-columns:1.12fr 1fr}.gb-grid--simple .gb-card--lead .gb-card__visual{min-height:300px;aspect-ratio:auto}.gb-grid--simple .gb-card h2{font-size:1.4rem}.gb-grid--simple .gb-card--lead h2{font-size:clamp(1.5rem,2vw,2rem)}.gb-grid--simple .gb-card--lead .gb-card__body{padding:30px;justify-content:center}.gb-card__footer>span:first-child{min-width:0;overflow-wrap:anywhere}.gb-card__footer>span:last-child{flex-shrink:0}.gb-grid-promotion{grid-column:1/-1}.gb-grid-promotion:empty{display:none}.gb-journal-aside{display:grid;gap:20px}.gb-aside-note{padding:28px 24px;border-radius:22px;background:var(--gb-quiet)}.gb-aside-note h2{font-size:1.55rem;line-height:1.25;font-weight:500;margin:20px 0 16px}.gb-aside-note p,.gb-rss-note p{font-size:.9rem;color:var(--gb-muted);line-height:1.75}.gb-aside-note .gb-textlink{margin-top:14px}.gb-rss-note{padding:24px;border:1px solid var(--gb-line);border-radius:20px}.gb-rss-note>strong{font-size:1rem;font-weight:500}.gb-rss-note p{margin:9px 0}.gb-journal .gb-empty{padding:50px 30px;min-height:280px}.gb-journal>.gb-promotion{margin-top:52px}
.gb-story-head{max-width:1000px;margin:20px auto 38px}.gb-story-head h1{font-size:clamp(2rem,3.6vw,4.1rem);font-weight:500;letter-spacing:-.045em;line-height:1.12;margin:22px 0;overflow-wrap:anywhere}.gb-story-lead{color:var(--gb-muted);font-size:clamp(1.05rem,1.4vw,1.3rem);line-height:1.7}.gb-story-byline{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:28px}.gb-person{display:inline-flex;align-items:center;gap:12px;min-width:0}.gb-person>span:not(.gb-avatar){min-width:0}.gb-person strong{font-size:.95rem;font-weight:500;overflow-wrap:anywhere}.gb-person small{display:block;font-size:.78rem;color:var(--gb-muted);margin-top:3px}.gb .gb-avatar{display:inline-grid;place-items:center;flex-shrink:0;overflow:hidden;border-radius:50%;width:48px;height:48px;background:var(--gb-soft);color:var(--gb-blue)}.gb-avatar picture,.gb-avatar img{display:block;width:100%;height:100%;object-fit:cover}.gb-story-comments{margin-left:auto;display:flex;gap:10px;align-items:center;font-size:.9rem;min-height:44px}.gb-story-comments>span{font-size:.8rem;min-width:25px;text-align:center;background:var(--gb-quiet);border-radius:8px;padding:2px 5px}.gb-story-cover{max-width:1040px;margin:0 auto 58px!important;border-radius:24px;overflow:hidden;background:var(--gb-quiet)}.gb-story-cover .gb-picture{width:100%}.gb-story-cover img{display:block;width:100%;height:auto;max-height:700px;object-fit:contain}.gb-reading-layout{display:grid;grid-template-columns:minmax(145px,190px) minmax(0,760px) minmax(210px,260px);gap:clamp(24px,3vw,52px);justify-content:center;align-items:start}.gb-reading-layout>*{min-width:0}.gb-sticky{position:sticky;top:130px}.gb-reading-nav,.gb-reading-aside{align-self:stretch}.gb-reading-nav strong,.gb-related h2,.gb-aside-topics h2{font-weight:500;font-size:.95rem;line-height:1.4}.gb-reading-nav ol,.gb-mobile-toc ol{margin:18px 0;padding:0;list-style:none}.gb-reading-nav li+li,.gb-mobile-toc li+li{margin-top:6px}.gb-reading-nav li a{display:block;padding:9px 11px;border-left:2px solid var(--gb-line);font-size:.8rem;line-height:1.55;color:var(--gb-muted);border-radius:0 8px 8px 0;transition:background .2s,color .2s}.gb-reading-nav li a:hover,.gb-reading-nav a[aria-current=location]{color:var(--gb-ink);background:var(--gb-quiet);border-color:var(--gb-ink)}.gb-reading-nav>.gb-sticky>.gb-textlink{font-size:.8rem;margin-top:15px}.gb-journal-detail .gb-prose{max-width:none;margin:0;font-size:1.08rem;line-height:1.85}.gb-journal-detail .gb-prose h2{font-size:clamp(1.55rem,2vw,2rem);font-weight:500;line-height:1.3;margin:38px 0 20px;letter-spacing:-.025em}.gb-journal-detail .gb-prose p{margin-bottom:1.25em}.gb-journal-detail .gb-prose__image{margin:32px 0}.gb-section-anchor,#gb-comments{scroll-margin-top:145px}.gb-reading-main .gb-article__footer{margin:36px 0;padding:24px 0;gap:15px;flex-wrap:wrap}.gb-reading-main .gb-article__footer .gb-textlink{font-size:.85rem}.gb-related{margin-bottom:28px}.gb-related>a{display:grid;gap:9px;padding:20px 0;border-bottom:1px solid var(--gb-line)}.gb-related>a>span,.gb-related>a>small{color:var(--gb-muted);font-size:.75rem}.gb-related>a>strong{font-size:.95rem;line-height:1.5;font-weight:500}.gb-related>a:hover>strong{color:var(--gb-blue)}.gb-aside-topics{margin-top:30px}.gb-aside-topics h2{margin-bottom:12px}.gb-aside-topics>a{display:flex;justify-content:space-between;gap:10px;padding:9px 0;font-size:.85rem;color:var(--gb-muted);min-height:40px}.gb-aside-topics>a:hover{color:var(--gb-ink)}.gb-author-card{padding:25px;border:1px solid var(--gb-line);border-radius:20px;background:var(--gb-quiet)}.gb-author-card>p{font-size:.95rem;margin:20px 0;line-height:1.75;overflow-wrap:anywhere}.gb-rating-help{margin-top:14px;font-size:.8rem;color:var(--gb-muted)}.gb-rating-help summary{cursor:pointer;padding:7px 0;min-height:38px}.gb-rating-help p{margin:10px 0;line-height:1.7}.gb-mobile-toc{display:none}.gb-public-profile{display:flex;gap:30px;align-items:flex-start;padding:30px 0 45px;border-bottom:1px solid var(--gb-line);margin-bottom:40px}.gb-public-profile>.gb-avatar{width:112px;height:112px;font-size:2.5rem}.gb-public-profile h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-.04em;margin:14px 0 20px}.gb-public-profile p{max-width:680px;margin:12px 0;white-space:normal;overflow-wrap:anywhere}.gb-author-page .gb-grid--simple{grid-template-columns:repeat(3,minmax(0,1fr))}.gb-author-page>.gb-promotion{margin-top:35px}
.gb-promotion{border:1px solid var(--gb-line);border-radius:20px;overflow:hidden;background:var(--gb-surface);min-width:0}.gb-promotion__label{display:block;padding:14px 20px;font-size:.65rem;letter-spacing:.08em;color:var(--gb-muted);line-height:1.5}.gb-promotion__copy{padding:8px 24px 22px}.gb-promotion__copy>strong{display:block;font-size:1.2rem;line-height:1.3;font-weight:500;letter-spacing:-.02em}.gb-promotion__copy>p{margin:12px 0!important;line-height:1.7;font-size:.86rem;color:var(--gb-muted)}.gb-promotion__copy>.gb-textlink{font-size:.85rem}.gb-promotion--service{background:var(--gb-soft)}.gb-promotion video{display:block;width:100%;height:auto;max-height:450px;background:#111;object-fit:contain}.gb-promotion .gb-picture{margin:0 0 14px}.gb-promotion__erid{display:block;padding:0 20px 14px;color:var(--gb-muted);font-size:.65rem;overflow-wrap:anywhere}.gb-prose .gb-promotion{margin:36px 0}.gb-journal-detail>.gb-promotion{margin:50px auto 0;max-width:1000px}.gb-journal>.gb-promotion--service,.gb-journal-detail>.gb-promotion--service{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:center;padding:14px 20px}.gb-journal>.gb-promotion--service .gb-promotion__copy,.gb-journal-detail>.gb-promotion--service .gb-promotion__copy{padding:16px 24px}.gb-journal>.gb-promotion--service .gb-promotion__copy>strong,.gb-journal-detail>.gb-promotion--service .gb-promotion__copy>strong{font-size:1.6rem}
.gb-comments{max-width:760px;margin:64px auto 0;padding-top:38px;border-top:1px solid var(--gb-line)}.gb-comments .gb-sectionhead{margin-bottom:16px}.gb-comments h2{display:flex;align-items:center;gap:16px;font-size:2rem}.gb-comment-rules{font-size:.9rem;color:var(--gb-muted);margin-bottom:25px!important}.gb-comment{padding:24px 0;border-bottom:1px solid var(--gb-line)}.gb-comment__head{display:flex;align-items:center;justify-content:space-between;gap:18px}.gb-comment__head time{font-size:.75rem;flex-shrink:0;color:var(--gb-muted)}.gb-comment__head .gb-avatar{width:36px;height:36px}.gb-comment>p{margin:16px 0 0;white-space:pre-wrap;font-size:.95rem;line-height:1.8;overflow-wrap:anywhere}.gb-comment-state{display:block;font-size:.78rem;color:var(--gb-muted);margin-top:12px}.gb-comment-delete{font-size:.75rem!important;min-height:38px;background:none;border:0;border-radius:8px;color:var(--gb-muted);padding:8px 0;margin-top:5px}.gb-comment-delete:hover{color:#a1433d}.gb-comments [data-comment-empty]{padding:20px 0;color:var(--gb-muted)}.gb-comment-signin{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px;background:var(--gb-quiet);border-radius:18px;margin-top:28px}.gb-comment-signin>p{max-width:330px;font-size:.95rem;line-height:1.6}.gb-comment-signin .gb-button{font-size:.85rem;flex-shrink:0}.gb-comments form{margin-top:30px}.gb-comments form>label{font-weight:500;display:block;margin-bottom:12px}.gb-comments textarea,.gb-profile-workspace :is(input:not([type=checkbox]):not([type=file]),textarea){width:100%;color:var(--gb-ink);background:var(--gb-surface);border:1px solid var(--gb-line);border-radius:14px;padding:14px 16px;line-height:1.7;resize:vertical;min-height:48px;transition:border-color .2s,box-shadow .2s}.gb-comments textarea{min-height:135px}.gb-comment-form__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px}.gb-comment-form__bottom small{color:var(--gb-muted);font-size:.8rem}.gb [data-community-status]{font-size:.9rem;line-height:1.6;min-height:25px;margin-top:18px;overflow-wrap:anywhere}.gb [data-community-status].is-error{color:#a23e36}.gb .gb-field-error{color:#a23e36;font-size:.83rem;line-height:1.55;margin:8px 0}.gb :is([data-gb-profile],[data-comment-form]) [aria-invalid=true]{border-color:#b6645c!important;background:color-mix(in srgb,#b6645c 4%,var(--gb-surface))}.gb-comment-form__bottom .gb-button:disabled,.gb-profile-workspace button:disabled{opacity:.6;cursor:wait}.gb [data-comment-more]{margin-top:24px}.gb-workspace-tabs{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--gb-line);padding-bottom:16px;margin-bottom:30px}.gb-workspace-tabs>a{padding:10px 16px;border-radius:11px;min-height:44px;font-size:.95rem}.gb-workspace-tabs>a[aria-current=page]{background:var(--gb-quiet);font-weight:500}.gb-profile-layout{display:grid;grid-template-columns:minmax(0,680px) minmax(240px,320px);gap:55px;align-items:start}.gb-profile-layout>form{border:1px solid var(--gb-line);border-radius:22px;padding:32px}.gb-profile-photo{display:flex;gap:22px;align-items:center;margin-bottom:30px}.gb-profile-photo .gb-avatar{width:90px;height:90px;font-size:2rem}.gb-profile-photo small{display:block;max-width:320px;font-size:.75rem;line-height:1.7;color:var(--gb-muted);margin-top:10px}.gb-profile-photo [data-avatar-remove]{font-size:.8rem;padding:4px 14px;background:none;border:0;border-radius:10px;min-height:40px}.gb-profile-layout .gb-field{display:block;margin-bottom:20px}.gb-profile-layout .gb-field label{display:block;margin-bottom:10px;font-size:.95rem}.gb-profile-layout .gb-field small{color:var(--gb-muted);font-size:.78rem;display:block;margin-top:8px}.gb-profile-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.9rem}.gb-profile-checkbox input{accent-color:var(--gb-ink);width:18px;height:18px;margin:4px 0;flex-shrink:0}.gb-profile-hint{font-size:.8rem;color:var(--gb-muted);margin:10px 0 26px!important}.gb-profile-rating{padding:30px;border-radius:22px;background:var(--gb-quiet)}.gb-profile-rating>strong{font-size:3.5rem;font-weight:500;display:block;line-height:1.2;margin:25px 0 15px}.gb-profile-rating h2{font-size:1.2rem;font-weight:500}.gb-profile-rating p{font-size:.9rem;color:var(--gb-muted);line-height:1.75;margin-top:15px}.gb-profile-workspace input:disabled{color:var(--gb-muted);background:var(--gb-quiet);cursor:default}.gb-profile-workspace .gb-workspace-head h1{font-size:clamp(2.5rem,4vw,4rem)}
.gb:is(.gb-journal,.gb-journal-detail,.gb-profile-workspace) :is(input,textarea,select):is(:focus,:focus-visible){outline:none!important;border-color:color-mix(in srgb,var(--gb-ink) 28%,var(--gb-surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--gb-ink) 6%,transparent)!important}.gb:is(.gb-journal,.gb-journal-detail,.gb-profile-workspace) :is(a,button,summary):focus-visible{outline:2px solid color-mix(in srgb,var(--gb-ink) 40%,var(--gb-surface))!important;outline-offset:3px;border-radius:10px}.gb-journal .gb-search:focus-within{border-color:color-mix(in srgb,var(--gb-ink) 28%,var(--gb-surface))}.gb-comments [hidden],.gb-profile-workspace [hidden]{display:none!important}
@media(max-width:1250px){.gb-reading-layout{grid-template-columns:minmax(0,760px) 230px;gap:35px}.gb-reading-nav{display:none}.gb-mobile-toc{display:block;border:1px solid var(--gb-line);border-radius:15px;padding:16px 20px;margin-bottom:30px;font-size:.9rem}.gb-mobile-toc summary{cursor:pointer;font-weight:500}.gb-mobile-toc li a{display:block;padding:6px 0;color:var(--gb-muted)}.gb-feed-layout{grid-template-columns:minmax(0,1fr) 235px;gap:26px}.gb-grid--simple .gb-card--lead{grid-template-columns:1fr}.gb-grid--simple .gb-card--lead .gb-card__visual{aspect-ratio:16/8;min-height:0}.gb-grid--simple .gb-card--lead .gb-card__body{padding:26px}.gb-profile-layout{gap:30px}.gb-comments{margin-left:0;max-width:calc(100% - 265px)}}
@media(max-width:900px){.gb-journal-head{align-items:flex-start;flex-direction:column;gap:24px;padding-bottom:32px}.gb-journal-head h1{font-size:clamp(2.5rem,6vw,3.6rem)}.gb-journal-tools{flex-direction:column;align-items:stretch;gap:20px}.gb-journal-tools .gb-filters{flex-basis:auto}.gb-feed-layout{grid-template-columns:minmax(0,1fr)}.gb-journal-aside{grid-template-columns:1fr 1fr;margin-top:20px}.gb-reading-layout{grid-template-columns:minmax(0,1fr)}.gb-reading-aside>.gb-sticky{position:static;display:grid;grid-template-columns:1fr 1fr;gap:25px}.gb-reading-aside .gb-aside-topics{margin-top:0}.gb-related{margin-bottom:0}.gb-comments{max-width:760px;margin:45px auto 0}.gb-story-head{margin-top:15px}.gb-story-cover{margin-bottom:35px!important}.gb-author-page .gb-grid--simple{grid-template-columns:repeat(2,minmax(0,1fr))}.gb-profile-layout{grid-template-columns:minmax(0,1fr)}.gb-profile-rating{max-width:680px}.gb-journal-detail .gb-sticky{top:110px}}
@media(max-width:600px){.gb-journal,.gb-journal-detail,.gb-profile-workspace{padding-left:18px;padding-right:18px}.gb-crumbs{font-size:.78rem;padding:20px 0}.gb-journal-head h1{font-size:2.35rem}.gb-journal-head p{font-size:1rem}.gb-journal-head>.gb-button{min-height:46px;width:auto}.gb-journal-categories{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;padding-bottom:15px;margin-bottom:20px}.gb-journal-categories .gb-pill{white-space:nowrap;flex-shrink:0;font-size:.8rem}.gb-journal-tools h2{font-size:1.3rem}.gb-journal-tools .gb-filters{flex-wrap:wrap}.gb-journal-tools .gb-search{flex-basis:100%;order:-1}.gb-journal .gb-grid--simple,.gb-author-page .gb-grid--simple{grid-template-columns:minmax(0,1fr)}.gb-grid--simple .gb-card--lead{grid-column:auto}.gb-grid--simple .gb-card--lead .gb-card__visual{aspect-ratio:16/10}.gb-grid--simple .gb-card--lead .gb-card__body{padding:22px}.gb-grid--simple .gb-card--lead h2{font-size:1.5rem}.gb-journal-aside{grid-template-columns:minmax(0,1fr)}.gb-aside-note{padding:24px}.gb-story-head h1{font-size:2.12rem;line-height:1.14}.gb-story-byline{gap:12px}.gb-story-byline .gb-rating{font-size:.75rem}.gb-story-comments{width:100%;margin-left:0}.gb-story-cover{border-radius:17px}.gb-journal-detail .gb-prose{font-size:1rem;line-height:1.85}.gb-reading-aside>.gb-sticky{display:block}.gb-reading-aside .gb-aside-topics{margin-top:25px}.gb-related{margin-bottom:25px}.gb-author-card{padding:22px}.gb-journal-detail>.gb-promotion--service,.gb-journal>.gb-promotion--service{display:block;padding:6px}.gb-comments h2{font-size:1.75rem}.gb-comment-signin{flex-direction:column;align-items:flex-start;padding:22px}.gb-comment-form__bottom{flex-direction:column;align-items:stretch}.gb-comment-form__bottom .gb-button{width:100%}.gb-comment__head{align-items:flex-start}.gb-comment__head .gb-person{gap:8px}.gb-comment__head .gb-person strong{font-size:.85rem}.gb-public-profile{gap:18px}.gb-public-profile>.gb-avatar{width:68px;height:68px;font-size:1.8rem}.gb-public-profile h1{font-size:2rem}.gb-profile-layout>form{padding:22px 18px}.gb-profile-photo{gap:16px;align-items:flex-start}.gb-profile-photo .gb-avatar{width:65px;height:65px}.gb-profile-photo .gb-button{font-size:.8rem;padding:10px 14px}.gb-profile-photo small{font-size:.72rem}.gb-workspace-tabs>a{font-size:.85rem}.gb-profile-rating{padding:25px}}
@media(prefers-reduced-motion:reduce){.gb-journal *,.gb-journal-detail *,.gb-profile-workspace *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
