/*!
 * Genzo Manga Reader OS Pro - Public Reader CSS
 *
 * Handles:
 * - Reader OS shell
 * - Reader toolbar
 * - Progress cards
 * - Comments panel
 * - Report panel
 * - Translation panel
 * - Accessibility panel
 * - Reader modes
 * - Toasts / modals / runtime UI
 */
 :root{--gmrp-orange:#ff7a26;--gmrp-orange-2:#ff9a4a;--gmrp-orange-3:#ffb36f;--gmrp-cyan:#06b6d4;--gmrp-red:#ef4444;--gmrp-green:#22c55e;--gmrp-yellow:#facc15;--gmrp-bg:#07070b;--gmrp-bg-2:#0c0c12;--gmrp-bg-3:#12121a;--gmrp-bg-soft:rgba(255, 255, 255, 0.045);--gmrp-panel:rgba(13, 13, 20, 0.88);--gmrp-panel-2:rgba(22, 22, 32, 0.9);--gmrp-panel-3:rgba(255, 255, 255, 0.065);--gmrp-text:#f8fafc;--gmrp-text-soft:#cbd5e1;--gmrp-muted:#94a3b8;--gmrp-faint:#64748b;--gmrp-border:rgba(255, 255, 255, 0.1);--gmrp-border-2:rgba(255, 255, 255, 0.16);--gmrp-orange-border:rgba(255, 122, 38, 0.34);--gmrp-radius-xs:8px;--gmrp-radius-sm:12px;--gmrp-radius:18px;--gmrp-radius-lg:24px;--gmrp-radius-xl:32px;--gmrp-shadow:0 22px 70px rgba(0, 0, 0, 0.42);--gmrp-shadow-soft:0 16px 38px rgba(0, 0, 0, 0.28);--gmrp-shadow-orange:0 0 30px rgba(255, 122, 38, 0.22);--gmrp-reader-max:980px;--gmrp-side-width:380px;--gmrp-header-height:72px;--gmrp-reader-font-scale:1;--gmrp-reader-line-height:1.8;--gmrp-reader-letter-spacing:0em;--gmrp-reader-word-spacing:0em;--gmrp-transition:180ms ease;--gmrp-transition-slow:320ms ease}.gmrp-reader-os,.gmrp-reader-os *,.gmrp-reader-os *::before,.gmrp-reader-os *::after,.gmrp-public-runtime,.gmrp-public-runtime *,.gmrp-eye-break-modal,.gmrp-eye-break-modal *{box-sizing:border-box}.gmrp-reader-os{position:relative;isolation:isolate;width:min(100%, 1480px);margin:clamp(18px, 4vw, 48px) auto;padding:clamp(16px, 2.4vw, 34px);color:var(--gmrp-text);background:radial-gradient(circle at 18% 6%,rgb(255 122 38 / .16),transparent 32%),radial-gradient(circle at 92% 14%,rgb(6 182 212 / .12),transparent 34%),linear-gradient(135deg,rgb(255 255 255 / .045),rgb(255 255 255 / .015)),var(--gmrp-bg);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-xl);box-shadow:var(--gmrp-shadow);overflow:hidden}.gmrp-reader-os--glass{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.gmrp-reader-os__ambient{position:absolute;inset:-25%;z-index:-2;pointer-events:none;background:radial-gradient(circle at 20% 0%,rgb(255 122 38 / .18),transparent 26%),radial-gradient(circle at 85% 20%,rgb(255 154 74 / .08),transparent 22%),radial-gradient(circle at 50% 100%,rgb(6 182 212 / .08),transparent 28%);filter:blur(4px);opacity:.9}.gmrp-reader-os::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgb(255 122 38 / .16),transparent 22%,transparent 78%,rgb(255 122 38 / .08)),linear-gradient(180deg,rgb(255 255 255 / .05),transparent 26%);opacity:.95}.gmrp-reader-os--glow::after{content:"";position:absolute;left:12%;right:12%;top:-2px;height:1px;background:linear-gradient(90deg,transparent,rgb(255 122 38 / .7),transparent);box-shadow:0 0 28px rgb(255 122 38 / .35);pointer-events:none}.gmrp-reader-os a{color:var(--gmrp-orange-2);text-decoration:none;transition:color var(--gmrp-transition),opacity var(--gmrp-transition)}.gmrp-reader-os a:hover{color:var(--gmrp-orange-3)}.gmrp-reader-os button,.gmrp-reader-os input,.gmrp-reader-os textarea,.gmrp-reader-os select{font:inherit}.gmrp-reader-os button{cursor:pointer}.gmrp-reader-os button:disabled,.gmrp-reader-os input:disabled,.gmrp-reader-os textarea:disabled,.gmrp-reader-os select:disabled{cursor:not-allowed;opacity:.62}.gmrp-reader-os__topbar{position:sticky;top:12px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:clamp(18px, 2.5vw, 30px);padding:12px;background:rgb(8 8 13 / .76);border:1px solid var(--gmrp-border);border-radius:999px;box-shadow:0 14px 36px rgb(0 0 0 / .28);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.gmrp-reader-os__brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;padding:0 6px;color:var(--gmrp-text);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.gmrp-reader-os__mark{width:14px;height:14px;border-radius:999px;background:radial-gradient(circle at 36% 32%,#fff5e9 0 10%,var(--gmrp-orange-2) 11% 42%,#8a2f00 43% 100%);box-shadow:0 0 20px rgb(255 122 38 / .62)}.gmrp-reader-os__tools,.gmrp-reader-tools-shortcode{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.gmrp-reader-os__tool{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:9px 13px;color:var(--gmrp-text-soft);background:rgb(255 255 255 / .045);border:1px solid rgb(255 255 255 / .095);border-radius:999px;box-shadow:inset 0 1px 0 rgb(255 255 255 / .06);transition:transform var(--gmrp-transition),color var(--gmrp-transition),background var(--gmrp-transition),border-color var(--gmrp-transition),box-shadow var(--gmrp-transition)}.gmrp-reader-os__tool:hover,.gmrp-reader-os__tool:focus-visible,.gmrp-reader-os__tool.is-active,.gmrp-reader-os__tool[aria-pressed="true"]{color:#fff;background:linear-gradient(135deg,rgb(255 122 38 / .26),rgb(255 122 38 / .1));border-color:var(--gmrp-orange-border);box-shadow:var(--gmrp-shadow-orange),inset 0 1px 0 rgb(255 255 255 / .12);transform:translateY(-1px);outline:none}.gmrp-reader-os__tool-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--gmrp-orange-2);font-weight:900}.gmrp-reader-os__tool-label{font-size:12px;font-weight:750;white-space:nowrap}.gmrp-reader-os__hero{max-width:var(--gmrp-reader-max);margin:0 auto clamp(24px, 4vw, 46px);padding:clamp(22px, 4vw, 46px);background:radial-gradient(circle at 18% 8%,rgb(255 122 38 / .18),transparent 42%),linear-gradient(135deg,rgb(255 255 255 / .07),rgb(255 255 255 / .025));border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-xl);box-shadow:var(--gmrp-shadow-soft)}.gmrp-reader-os__story-title{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--gmrp-orange-3);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.gmrp-reader-os__story-title::before{content:"";width:22px;height:2px;border-radius:999px;background:var(--gmrp-orange);box-shadow:0 0 16px rgb(255 122 38 / .65)}.gmrp-reader-os__hero h1{margin:0;color:#fff;font-size:clamp(32px, 5vw, 64px);line-height:1.03;letter-spacing:-.045em;text-wrap:balance}.gmrp-reader-os__hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px;color:var(--gmrp-muted);font-size:13px}.gmrp-reader-os__hero-meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;background:rgb(255 255 255 / .05);border:1px solid var(--gmrp-border);border-radius:999px}.gmrp-reader-os__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,var(--gmrp-side-width));gap:clamp(18px, 2.5vw, 30px);align-items:start}.gmrp-reader-os__layout--single{grid-template-columns:minmax(0,1fr)}.gmrp-reader-os__main{min-width:0}.gmrp-reader-os__content{width:min(100%, var(--gmrp-reader-max));margin:0 auto;padding:clamp(24px, 4vw, 58px);color:var(--gmrp-text);background:linear-gradient(180deg,rgb(255 255 255 / .055),rgb(255 255 255 / .02)),rgb(4 4 8 / .42);border:1px solid rgb(255 255 255 / .09);border-radius:var(--gmrp-radius-xl);box-shadow:var(--gmrp-shadow-soft);font-size:calc(18px * var(--gmrp-reader-font-scale));line-height:var(--gmrp-reader-line-height);letter-spacing:var(--gmrp-reader-letter-spacing);word-spacing:var(--gmrp-reader-word-spacing)}.gmrp-reader-os__content>*:first-child{margin-top:0}.gmrp-reader-os__content>*:last-child{margin-bottom:0}.gmrp-reader-os__content p,.gmrp-reader-os__content li,.gmrp-reader-os__content blockquote,.gmrp-reader-os__content figcaption{color:rgb(248 250 252 / .92)}.gmrp-reader-os__content p{margin:0 0 1.22em}.gmrp-reader-os__content h1,.gmrp-reader-os__content h2,.gmrp-reader-os__content h3,.gmrp-reader-os__content h4,.gmrp-reader-os__content h5,.gmrp-reader-os__content h6{margin:1.7em 0 .7em;color:#fff;line-height:1.15;letter-spacing:-.02em}.gmrp-reader-os__content h2{font-size:1.55em}.gmrp-reader-os__content h3{font-size:1.28em}.gmrp-reader-os__content blockquote{margin:1.5em 0;padding:18px 20px;background:rgb(255 122 38 / .08);border:1px solid rgb(255 122 38 / .18);border-left:4px solid var(--gmrp-orange);border-radius:var(--gmrp-radius);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04)}.gmrp-reader-os__content img{max-width:100%;height:auto;border-radius:var(--gmrp-radius);box-shadow:var(--gmrp-shadow-soft)}.gmrp-reader-os__content figure{margin:2em 0}.gmrp-reader-os__content figcaption{margin-top:10px;color:var(--gmrp-muted);font-size:.85em;text-align:center}.gmrp-reader-os__side{position:sticky;top:calc(var(--gmrp-header-height) + 18px);display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 110px);overflow:auto;scrollbar-width:thin;scrollbar-color:rgb(255 122 38 / .6) rgb(255 255 255 / .06)}.gmrp-reader-os__side::-webkit-scrollbar{width:8px}.gmrp-reader-os__side::-webkit-scrollbar-track{background:rgb(255 255 255 / .05);border-radius:999px}.gmrp-reader-os__side::-webkit-scrollbar-thumb{background:rgb(255 122 38 / .5);border-radius:999px}.gmrp-reader-os__footer{margin-top:clamp(22px, 4vw, 42px)}.gmrp-reader-os__footer-inner{width:min(100%, var(--gmrp-reader-max));margin:0 auto;padding:18px;background:rgb(255 255 255 / .045);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-lg);box-shadow:var(--gmrp-shadow-soft)}.gmrp-reader-os__progress-line{position:relative;height:8px;margin-top:18px;background:rgb(255 255 255 / .08);border-radius:999px;overflow:hidden}.gmrp-reader-os__progress-fill{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gmrp-orange),var(--gmrp-orange-3));border-radius:inherit;box-shadow:0 0 18px rgb(255 122 38 / .45);transition:width 260ms ease}.gmrp-reader-os__footer-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:var(--gmrp-muted);font-size:12px}.gmrp-button,.gmrp-reader-os .gmrp-button,.gmrp-public-runtime .gmrp-button,.gmrp-eye-break-modal .gmrp-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;color:#fff;font-weight:800;font-size:13px;line-height:1;background:linear-gradient(135deg,rgb(255 122 38 / .96),rgb(255 154 74 / .84));border:1px solid rgb(255 255 255 / .14);border-radius:999px;box-shadow:0 12px 26px rgb(255 122 38 / .22),inset 0 1px 0 rgb(255 255 255 / .22);text-decoration:none;transition:transform var(--gmrp-transition),box-shadow var(--gmrp-transition),opacity var(--gmrp-transition),background var(--gmrp-transition)}.gmrp-button:hover,.gmrp-button:focus-visible{color:#fff;transform:translateY(-1px);box-shadow:0 18px 34px rgb(255 122 38 / .28),inset 0 1px 0 rgb(255 255 255 / .28);outline:none}.gmrp-button--ghost,.gmrp-reader-os .gmrp-button--ghost,.gmrp-public-runtime .gmrp-button--ghost,.gmrp-eye-break-modal .gmrp-button--ghost{color:var(--gmrp-text-soft);background:rgb(255 255 255 / .055);border-color:var(--gmrp-border);box-shadow:inset 0 1px 0 rgb(255 255 255 / .06)}.gmrp-button--ghost:hover,.gmrp-button--ghost:focus-visible{color:#fff;background:rgb(255 122 38 / .14);border-color:var(--gmrp-orange-border)}.gmrp-button--small{min-height:34px;padding:8px 12px;font-size:12px}.gmrp-field,.gmrp-range-field,.gmrp-toggle-field{display:grid;gap:8px;color:var(--gmrp-text-soft)}.gmrp-field>span,.gmrp-range-field>span{color:var(--gmrp-text);font-size:12px;font-weight:850;letter-spacing:.03em}.gmrp-field small{color:var(--gmrp-muted);font-size:12px;line-height:1.5}.gmrp-field input,.gmrp-field textarea,.gmrp-field select,.gmrp-comment-form textarea,.gmrp-comment-form input,.gmrp-report-form textarea,.gmrp-report-form input,.gmrp-report-form select,.gmrp-translation-form textarea,.gmrp-translation-form input,.gmrp-translation-form select,.gmrp-accessibility-form select{width:100%;color:var(--gmrp-text);background:rgb(0 0 0 / .28);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm);outline:none;transition:border-color var(--gmrp-transition),box-shadow var(--gmrp-transition),background var(--gmrp-transition)}.gmrp-field input,.gmrp-field select,.gmrp-report-form input,.gmrp-report-form select,.gmrp-translation-form input,.gmrp-translation-form select,.gmrp-accessibility-form select{min-height:42px;padding:10px 12px}.gmrp-field textarea,.gmrp-comment-form textarea,.gmrp-report-form textarea,.gmrp-translation-form textarea{min-height:120px;padding:12px;resize:vertical;line-height:1.6}.gmrp-field input:focus,.gmrp-field textarea:focus,.gmrp-field select:focus,.gmrp-comment-form textarea:focus,.gmrp-comment-form input:focus,.gmrp-report-form textarea:focus,.gmrp-report-form input:focus,.gmrp-report-form select:focus,.gmrp-translation-form textarea:focus,.gmrp-translation-form input:focus,.gmrp-translation-form select:focus,.gmrp-accessibility-form select:focus{border-color:rgb(255 122 38 / .65);box-shadow:0 0 0 4px rgb(255 122 38 / .12);background:rgb(0 0 0 / .36)}.gmrp-field input::placeholder,.gmrp-field textarea::placeholder,.gmrp-comment-form textarea::placeholder,.gmrp-comment-form input::placeholder,.gmrp-report-form textarea::placeholder,.gmrp-translation-form textarea::placeholder{color:rgb(203 213 225 / .45)}.gmrp-range-field{grid-template-columns:1fr auto;align-items:center;gap:8px 12px}.gmrp-range-field input[type="range"]{grid-column:1 / -1;width:100%;accent-color:var(--gmrp-orange)}.gmrp-range-field em{min-width:44px;padding:4px 8px;color:var(--gmrp-orange-3);font-size:12px;font-style:normal;font-weight:850;text-align:right;background:rgb(255 122 38 / .1);border:1px solid rgb(255 122 38 / .18);border-radius:999px}.gmrp-toggle-field{display:flex;align-items:flex-start;gap:10px;padding:12px;background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm);cursor:pointer;transition:background var(--gmrp-transition),border-color var(--gmrp-transition),transform var(--gmrp-transition)}.gmrp-toggle-field:hover{background:rgb(255 122 38 / .08);border-color:rgb(255 122 38 / .22);transform:translateY(-1px)}.gmrp-toggle-field input{flex:0 0 auto;width:18px;height:18px;margin-top:2px;accent-color:var(--gmrp-orange)}.gmrp-toggle-field strong{display:block;color:var(--gmrp-text);font-size:13px}.gmrp-toggle-field small{display:block;margin-top:3px;color:var(--gmrp-muted);font-size:12px;line-height:1.45}.gmrp-toggle-field--compact{align-items:center;padding:10px 12px}.gmrp-panel{position:relative;width:100%;color:var(--gmrp-text);background:linear-gradient(180deg,rgb(255 255 255 / .07),rgb(255 255 255 / .025)),var(--gmrp-panel);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-lg);box-shadow:var(--gmrp-shadow-soft);overflow:hidden}.gmrp-panel[hidden]{display:none!important}.gmrp-panel::before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgb(255 122 38 / .55),transparent);pointer-events:none}.gmrp-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid var(--gmrp-border)}.gmrp-panel__head strong{display:block;color:#fff;font-size:15px;font-weight:900;letter-spacing:-.01em}.gmrp-panel__sub{display:block;margin-top:5px;color:var(--gmrp-muted);font-size:12px;line-height:1.45}.gmrp-panel__close,.gmrp-translation-result__close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--gmrp-text-soft);background:rgb(255 255 255 / .05);border:1px solid var(--gmrp-border);border-radius:999px;transition:color var(--gmrp-transition),background var(--gmrp-transition),border-color var(--gmrp-transition),transform var(--gmrp-transition)}.gmrp-panel__close:hover,.gmrp-translation-result__close:hover{color:#fff;background:rgb(255 122 38 / .16);border-color:var(--gmrp-orange-border);transform:rotate(8deg)}.gmrp-panel__body,.gmrp-comments-panel__body{padding:18px}.gmrp-progress-card{position:relative;padding:18px;overflow:hidden}.gmrp-progress-card__glow{position:absolute;inset:auto -20% -40% -20%;height:130px;background:radial-gradient(circle,rgb(255 122 38 / .18),transparent 65%);filter:blur(8px);pointer-events:none}.gmrp-progress-card__head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px}.gmrp-progress-card__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:7px;color:var(--gmrp-orange-3);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.gmrp-progress-card__eyebrow::before{content:"";width:18px;height:2px;background:var(--gmrp-orange);border-radius:999px;box-shadow:0 0 14px rgb(255 122 38 / .7)}.gmrp-progress-card__title{display:block;color:#fff;font-size:16px;font-weight:900;line-height:1.25}.gmrp-progress-card__story{display:block;margin-top:4px;color:var(--gmrp-muted);font-size:12px}.gmrp-progress-card__ring{position:relative;flex:0 0 86px;width:86px;height:86px;display:grid;place-items:center}.gmrp-progress-card__svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.gmrp-progress-card__track,.gmrp-progress-card__fill{fill:none;stroke-width:8}.gmrp-progress-card__track{stroke:rgb(255 255 255 / .09)}.gmrp-progress-card__fill{stroke:var(--gmrp-orange);stroke-linecap:round;filter:drop-shadow(0 0 8px rgb(255 122 38 / .55));transition:stroke-dashoffset 360ms ease}.gmrp-progress-card__ring span{position:relative;z-index:1;color:#fff;font-size:18px;font-weight:950;letter-spacing:-.04em}.gmrp-progress-card__body{position:relative;margin-top:18px}.gmrp-progress-card__bar,.gmrp-progress-card__story-bar{position:relative;height:8px;background:rgb(255 255 255 / .08);border-radius:999px;overflow:hidden}.gmrp-progress-card__bar span,.gmrp-progress-card__story-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--gmrp-orange),var(--gmrp-orange-3));border-radius:inherit;box-shadow:0 0 18px rgb(255 122 38 / .45);transition:width 300ms ease}.gmrp-progress-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.gmrp-progress-card__meta span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;color:var(--gmrp-text-soft);font-size:12px;background:rgb(255 255 255 / .045);border:1px solid var(--gmrp-border);border-radius:999px}.gmrp-progress-card__meta i{color:var(--gmrp-orange-2);font-style:normal}.gmrp-progress-card__story-progress{margin-top:16px;padding:12px;background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm)}.gmrp-progress-card__story-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:var(--gmrp-muted);font-size:12px}.gmrp-progress-card__story-row strong{color:var(--gmrp-text);font-size:12px}.gmrp-progress-card__actions{position:relative;display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.gmrp-progress-card--completed .gmrp-progress-card__fill{stroke:var(--gmrp-green);filter:drop-shadow(0 0 8px rgb(34 197 94 / .55))}.gmrp-progress-card--completed .gmrp-progress-card__bar span{background:linear-gradient(90deg,var(--gmrp-green),#86efac)}.gmrp-reader-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gmrp-reader-nav__link{display:grid;gap:5px;min-height:76px;padding:14px;color:var(--gmrp-text);background:rgb(255 255 255 / .045);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius);transition:transform var(--gmrp-transition),background var(--gmrp-transition),border-color var(--gmrp-transition),box-shadow var(--gmrp-transition)}.gmrp-reader-nav__link:hover{color:#fff;background:rgb(255 122 38 / .09);border-color:rgb(255 122 38 / .22);box-shadow:var(--gmrp-shadow-orange);transform:translateY(-1px)}.gmrp-reader-nav__link span{color:var(--gmrp-muted);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.gmrp-reader-nav__link strong{color:#fff;font-size:14px;line-height:1.25}.gmrp-reader-nav__link--next{text-align:right}.gmrp-reader-nav__link--empty{visibility:hidden}.gmrp-comments-panel__intro,.gmrp-report-panel__intro,.gmrp-translation-panel__intro{display:flex;gap:12px;margin-bottom:16px;padding:14px;background:rgb(255 122 38 / .075);border:1px solid rgb(255 122 38 / .18);border-radius:var(--gmrp-radius)}.gmrp-comments-panel__spark,.gmrp-report-panel__spark,.gmrp-translation-panel__spark{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;color:#fff;font-weight:950;background:rgb(255 122 38 / .22);border:1px solid rgb(255 122 38 / .28);border-radius:999px;box-shadow:0 0 18px rgb(255 122 38 / .22)}.gmrp-comments-panel__intro p,.gmrp-report-panel__intro p,.gmrp-translation-panel__intro p{margin:0;color:var(--gmrp-text-soft);font-size:13px;line-height:1.55}.gmrp-comment-form{display:grid;gap:12px;margin-bottom:16px;padding:14px;background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius)}.gmrp-comment-form__guest{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gmrp-comment-form__selected,.gmrp-report-form__target,.gmrp-translation-selection-card{padding:12px;background:rgb(255 122 38 / .08);border:1px solid rgb(255 122 38 / .18);border-radius:var(--gmrp-radius-sm)}.gmrp-comment-form__selected span,.gmrp-report-form__target strong,.gmrp-translation-selection-card strong{display:block;margin-bottom:6px;color:var(--gmrp-orange-3);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gmrp-comment-form__selected blockquote,.gmrp-report-form__target blockquote,.gmrp-translation-selection-card blockquote{margin:0;color:var(--gmrp-text-soft);font-size:13px;line-height:1.45}.gmrp-comment-form__selected button,.gmrp-report-form__target button,.gmrp-translation-selection-card button{margin-top:8px;padding:0;color:var(--gmrp-orange-3);background:#fff0;border:0;font-size:12px;font-weight:800}.gmrp-comment-form__footer,.gmrp-report-form__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.gmrp-comment-form__hint,.gmrp-report-form__hint{color:var(--gmrp-muted);font-size:12px;line-height:1.45}.gmrp-comments-login-note,.gmrp-report-panel__login-note{display:grid;place-items:center;gap:10px;margin-bottom:16px;padding:24px;text-align:center;background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius)}.gmrp-comments-login-note p,.gmrp-report-panel__login-note p{margin:0;color:var(--gmrp-muted)}.gmrp-comments-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0}.gmrp-comments-toolbar__filters{display:flex;flex-wrap:wrap;gap:8px}.gmrp-comments-toolbar__filters button,.gmrp-comments-toolbar__sort select{min-height:34px;padding:8px 10px;color:var(--gmrp-text-soft);background:rgb(255 255 255 / .045);border:1px solid var(--gmrp-border);border-radius:999px;font-size:12px;font-weight:800}.gmrp-comments-toolbar__filters button.is-active,.gmrp-comments-toolbar__filters button:hover{color:#fff;background:rgb(255 122 38 / .16);border-color:rgb(255 122 38 / .28)}.gmrp-comments-list{display:grid;gap:14px}.gmrp-comment{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px;background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius);transition:background var(--gmrp-transition),border-color var(--gmrp-transition),transform var(--gmrp-transition)}.gmrp-comment:hover{background:rgb(255 255 255 / .055);border-color:rgb(255 122 38 / .18)}.gmrp-comment--pending{border-style:dashed;border-color:rgb(250 204 21 / .36)}.gmrp-comment__avatar{width:38px;height:38px;border-radius:999px;overflow:hidden;background:rgb(255 122 38 / .12);border:1px solid rgb(255 122 38 / .22)}.gmrp-comment__avatar img,.gmrp-comment__avatar span{display:block;width:100%;height:100%}.gmrp-comment__avatar img{object-fit:cover}.gmrp-comment__avatar span{display:grid;place-items:center;color:var(--gmrp-orange-3);font-weight:900}.gmrp-comment__body{min-width:0}.gmrp-comment__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.gmrp-comment__author{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.gmrp-comment__author strong,.gmrp-comment__author a{color:#fff;font-size:13px;font-weight:900}.gmrp-comment__author time{color:var(--gmrp-muted);font-size:11px}.gmrp-comment__status{padding:4px 8px;color:#fde68a;background:rgb(250 204 21 / .1);border:1px solid rgb(250 204 21 / .18);border-radius:999px;font-size:10px;font-weight:900}.gmrp-comment__anchor{margin:0 0 10px;padding:10px 12px;color:var(--gmrp-text-soft);background:rgb(255 122 38 / .075);border:1px solid rgb(255 122 38 / .16);border-left:3px solid var(--gmrp-orange);border-radius:var(--gmrp-radius-sm);font-size:12px;line-height:1.45;cursor:pointer}.gmrp-comment__content{color:var(--gmrp-text-soft);font-size:13px;line-height:1.65}.gmrp-comment__content p{margin:0 0 .8em}.gmrp-comment__content p:last-child{margin-bottom:0}.gmrp-comment__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gmrp-comment__actions button{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;color:var(--gmrp-muted);background:rgb(255 255 255 / .035);border:1px solid var(--gmrp-border);border-radius:999px;font-size:11px;font-weight:800;transition:color var(--gmrp-transition),background var(--gmrp-transition),border-color var(--gmrp-transition)}.gmrp-comment__actions button:hover,.gmrp-comment__actions button.is-active{color:#fff;background:rgb(255 122 38 / .12);border-color:rgb(255 122 38 / .22)}.gmrp-comment__actions em{color:var(--gmrp-orange-3);font-style:normal}.gmrp-comment__editor{display:grid;gap:10px;margin-top:10px}.gmrp-comment__editor textarea{width:100%;min-height:88px;padding:10px;color:var(--gmrp-text);background:rgb(0 0 0 / .28);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm);resize:vertical}.gmrp-comment__editor-actions{display:flex;justify-content:flex-end;gap:8px}.gmrp-comment__reply-form{margin-top:12px}.gmrp-comment__replies{display:grid;gap:12px;margin-top:12px;padding-left:12px;border-left:1px solid rgb(255 122 38 / .18)}.gmrp-comments-empty,.gmrp-translation-empty{display:grid;place-items:center;gap:8px;padding:30px 16px;color:var(--gmrp-muted);text-align:center;background:rgb(255 255 255 / .035);border:1px dashed var(--gmrp-border-2);border-radius:var(--gmrp-radius)}.gmrp-comments-empty span,.gmrp-translation-empty span{color:var(--gmrp-orange-3);font-size:28px}.gmrp-comments-empty strong,.gmrp-translation-empty strong{color:#fff}.gmrp-comments-empty p,.gmrp-translation-empty p{margin:0;color:var(--gmrp-muted);font-size:13px}.gmrp-comments-load-more{display:flex;justify-content:center;margin-top:16px}.gmrp-report-target-card,.gmrp-translation-context{margin-bottom:14px;padding:14px;background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius)}.gmrp-report-target-card span,.gmrp-translation-context span{display:block;margin-bottom:5px;color:var(--gmrp-orange-3);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.gmrp-report-target-card strong{display:block;color:#fff}.gmrp-report-target-card p,.gmrp-translation-context p{margin:5px 0 0;color:var(--gmrp-text-soft);font-size:13px;line-height:1.5}.gmrp-translation-context em{display:inline-flex;margin-top:8px;padding:5px 8px;color:var(--gmrp-muted);font-size:11px;font-style:normal;background:rgb(255 255 255 / .045);border:1px solid var(--gmrp-border);border-radius:999px}.gmrp-report-form,.gmrp-translation-form,.gmrp-accessibility-form{display:grid;gap:16px}.gmrp-report-type-hints{display:grid;gap:8px}.gmrp-report-type-hint{display:none;padding:12px;background:rgb(255 255 255 / .035);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm)}.gmrp-report-type-hint.is-active{display:block}.gmrp-report-type-hint strong{color:#fff;font-size:13px}.gmrp-report-type-hint p{margin:5px 0 0;color:var(--gmrp-muted);font-size:12px;line-height:1.5}.gmrp-report-form__meta{padding:12px;background:rgb(255 255 255 / .035);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm)}.gmrp-report-form__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.gmrp-report-panel__success{display:grid;place-items:center;gap:10px;margin-top:16px;padding:24px;text-align:center;background:rgb(34 197 94 / .09);border:1px solid rgb(34 197 94 / .22);border-radius:var(--gmrp-radius)}.gmrp-report-panel__success span{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:rgb(34 197 94 / .22);border:1px solid rgb(34 197 94 / .32);border-radius:999px}.gmrp-report-panel__success strong{color:#fff}.gmrp-report-panel__success p{margin:0;color:var(--gmrp-text-soft);font-size:13px}.gmrp-translation-langs{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px}.gmrp-translation-swap{width:42px;height:42px;display:grid;place-items:center;color:var(--gmrp-orange-3);background:rgb(255 122 38 / .1);border:1px solid rgb(255 122 38 / .22);border-radius:999px;font-weight:900;transition:transform var(--gmrp-transition),background var(--gmrp-transition),color var(--gmrp-transition)}.gmrp-translation-swap:hover{color:#fff;background:rgb(255 122 38 / .2);transform:rotate(180deg)}.gmrp-translation-actions,.gmrp-translation-result__actions,.gmrp-translation-user-box__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.gmrp-translation-status{display:flex;align-items:center;gap:10px;padding:12px;color:var(--gmrp-text-soft);background:rgb(6 182 212 / .08);border:1px solid rgb(6 182 212 / .18);border-radius:var(--gmrp-radius-sm)}.gmrp-translation-status span{width:18px;height:18px;display:grid;place-items:center;color:var(--gmrp-cyan);animation:gmrpSpin 1s linear infinite}.gmrp-translation-status p{margin:0;font-size:13px}.gmrp-translation-result{background:rgb(255 255 255 / .04);border:1px solid rgb(255 122 38 / .18);border-radius:var(--gmrp-radius);overflow:hidden}.gmrp-translation-result__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid var(--gmrp-border)}.gmrp-translation-result__head strong{display:block;color:#fff;font-size:14px}.gmrp-translation-result__head span{display:inline-flex;margin-top:5px;padding:4px 8px;color:var(--gmrp-orange-3);background:rgb(255 122 38 / .08);border:1px solid rgb(255 122 38 / .16);border-radius:999px;font-size:11px;font-weight:850}.gmrp-translation-result__content{padding:14px;color:var(--gmrp-text-soft);font-size:14px;line-height:1.7}.gmrp-translation-result__content p{margin:0 0 .8em}.gmrp-translation-result__meta{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 14px}.gmrp-translation-result__meta span{padding:5px 8px;color:var(--gmrp-muted);background:rgb(255 255 255 / .045);border:1px solid var(--gmrp-border);border-radius:999px;font-size:11px;font-weight:800}.gmrp-translation-result__actions{padding:14px;border-top:1px solid var(--gmrp-border)}.gmrp-translation-user-box{padding:14px;background:rgb(255 255 255 / .035);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius)}.gmrp-translation-user-box__head strong{color:#fff}.gmrp-translation-user-box__head p{margin:5px 0 12px;color:var(--gmrp-muted);font-size:12px;line-height:1.5}.gmrp-accessibility-section{display:grid;gap:12px;padding:14px;background:rgb(255 255 255 / .035);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius)}.gmrp-accessibility-section__head h4,.gmrp-accessibility-section h4{margin:0;color:#fff;font-size:14px;font-weight:950;letter-spacing:-.01em}.gmrp-accessibility-section__head p{margin:5px 0 0;color:var(--gmrp-muted);font-size:12px;line-height:1.45}.gmrp-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gmrp-mode-card{position:relative;display:flex;align-items:center;gap:10px;min-height:58px;padding:12px;color:var(--gmrp-text-soft);background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm);cursor:pointer;overflow:hidden;transition:background var(--gmrp-transition),border-color var(--gmrp-transition),transform var(--gmrp-transition),box-shadow var(--gmrp-transition)}.gmrp-mode-card:hover,.gmrp-mode-card.is-active{color:#fff;background:rgb(255 122 38 / .1);border-color:rgb(255 122 38 / .24);box-shadow:var(--gmrp-shadow-orange);transform:translateY(-1px)}.gmrp-mode-card input{position:absolute;opacity:0;pointer-events:none}.gmrp-mode-card__icon{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;color:var(--gmrp-orange-3);background:rgb(255 122 38 / .11);border:1px solid rgb(255 122 38 / .2);border-radius:999px;font-weight:950}.gmrp-mode-card__label{font-size:12px;font-weight:850}.gmrp-toggle-list,.gmrp-quick-mode-grid{display:grid;gap:10px}.gmrp-quick-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmrp-accessibility-preview{padding:16px;background:rgb(0 0 0 / .26);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius)}.gmrp-accessibility-preview span{display:block;margin-bottom:8px;color:var(--gmrp-orange-3);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.gmrp-accessibility-preview p{margin:0;color:var(--gmrp-text-soft);font-size:calc(16px * var(--gmrp-reader-font-scale));line-height:var(--gmrp-reader-line-height);letter-spacing:var(--gmrp-reader-letter-spacing);word-spacing:var(--gmrp-reader-word-spacing)}.gmrp-accessibility-actions{display:flex;justify-content:flex-end;gap:8px}.gmrp-mode-focus .gmrp-reader-os__content p,.gmrp-mode-focus .gmrp-reader-os__content li,.gmrp-mode-focus .gmrp-reader-os__content blockquote{opacity:.48;transition:opacity var(--gmrp-transition-slow),filter var(--gmrp-transition-slow)}.gmrp-mode-focus .gmrp-reader-os__content p:hover,.gmrp-mode-focus .gmrp-reader-os__content li:hover,.gmrp-mode-focus .gmrp-reader-os__content blockquote:hover,.gmrp-mode-focus .gmrp-reader-os__content p:focus-within,.gmrp-mode-focus .gmrp-reader-os__content li:focus-within,.gmrp-mode-focus .gmrp-reader-os__content blockquote:focus-within{opacity:1;filter:none}.gmrp-mode-typewriter .gmrp-reader-os__content{scroll-padding-top:42vh}.gmrp-mode-bionic .gmrp-reader-os__content p::first-letter,.gmrp-mode-bionic .gmrp-reader-os__content li::first-letter{color:#fff;font-weight:950}.gmrp-mode-dyslexia .gmrp-reader-os__content{font-family:Verdana,Arial,sans-serif;letter-spacing:max(var(--gmrp-reader-letter-spacing), 0.035em);word-spacing:max(var(--gmrp-reader-word-spacing), 0.12em);line-height:max(var(--gmrp-reader-line-height), 1.95)}.gmrp-mode-sensory-safe .gmrp-reader-os,.gmrp-mode-sensory-safe.gmrp-reader-os{background:linear-gradient(135deg,rgb(255 255 255 / .035),rgb(255 255 255 / .014)),#08090d}.gmrp-mode-sensory-safe .gmrp-reader-os__ambient,.gmrp-mode-sensory-safe.gmrp-reader-os .gmrp-reader-os__ambient{opacity:.25;filter:blur(14px)}.gmrp-mode-sensory-safe .gmrp-reader-os__content,.gmrp-mode-sensory-safe.gmrp-reader-os .gmrp-reader-os__content{background:rgb(7 8 12 / .58)}.gmrp-mode-reduce-motion *,.gmrp-reduce-motion-ready *{animation-duration:0.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:0.001ms!important}.gmrp-contrast-high .gmrp-reader-os,.gmrp-contrast-high.gmrp-reader-os{--gmrp-text:#ffffff;--gmrp-text-soft:#f8fafc;--gmrp-muted:#e2e8f0;--gmrp-border:rgba(255, 255, 255, 0.28);background:#000}.gmrp-contrast-high .gmrp-reader-os__content,.gmrp-contrast-high.gmrp-reader-os .gmrp-reader-os__content{background:#000;border-color:rgb(255 255 255 / .35)}.gmrp-contrast-soft .gmrp-reader-os,.gmrp-contrast-soft.gmrp-reader-os{--gmrp-text:#f3f0e8;--gmrp-text-soft:#d8d0c3;--gmrp-muted:#b8afa1;background:#0b0a08}.gmrp-contrast-sepia .gmrp-reader-os,.gmrp-contrast-sepia.gmrp-reader-os{--gmrp-text:#fff4dc;--gmrp-text-soft:#eadcc0;--gmrp-muted:#c7b894;--gmrp-bg:#120e09;background:radial-gradient(circle at 18% 6%,rgb(180 99 28 / .18),transparent 32%),#120e09}.gmrp-mode-fullscreen.gmrp-reader-os{position:fixed!important;inset:0!important;z-index:999999!important;width:100vw!important;height:100vh!important;max-width:none!important;margin:0!important;border-radius:0!important;overflow:auto!important}.gmrp-mode-fullscreen .gmrp-reader-os__topbar{top:12px}.gmrp-mode-wakelock .gmrp-reader-os__tool[data-gmrp-action="wakelock"]{color:#fff;background:rgb(255 122 38 / .18);border-color:var(--gmrp-orange-border)}.gmrp-mode-autoscroll .gmrp-reader-os__content{box-shadow:var(--gmrp-shadow-soft),0 0 0 1px rgb(255 122 38 / .18),0 0 42px rgb(255 122 38 / .13)}.gmrp-anchor-highlight{outline:2px solid rgb(255 122 38 / .64);outline-offset:8px;border-radius:8px;background:rgb(255 122 38 / .08);transition:background 600ms ease,outline-color 600ms ease}.gmrp-public-runtime{position:relative;z-index:999990}.gmrp-reader-toast-area{position:fixed;right:18px;bottom:18px;z-index:999999;display:grid;gap:10px;width:min(360px, calc(100vw - 36px));pointer-events:none}.gmrp-reader-toast{display:flex;align-items:center;gap:10px;padding:13px 14px;color:var(--gmrp-text);background:rgb(12 12 18 / .92);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius);box-shadow:var(--gmrp-shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;transform:translateY(12px) scale(.98);transition:opacity var(--gmrp-transition),transform var(--gmrp-transition);pointer-events:auto}.gmrp-reader-toast.is-visible{opacity:1;transform:translateY(0) scale(1)}.gmrp-reader-toast::before{content:"";flex:0 0 10px;width:10px;height:10px;border-radius:999px;background:var(--gmrp-orange);box-shadow:0 0 14px rgb(255 122 38 / .8)}.gmrp-reader-toast--success::before{background:var(--gmrp-green);box-shadow:0 0 14px rgb(34 197 94 / .8)}.gmrp-reader-toast--error::before{background:var(--gmrp-red);box-shadow:0 0 14px rgb(239 68 68 / .8)}.gmrp-reader-toast--warning::before{background:var(--gmrp-yellow);box-shadow:0 0 14px rgb(250 204 21 / .8)}.gmrp-reader-toast span{color:var(--gmrp-text-soft);font-size:13px;line-height:1.45}.gmrp-inline-comment-popover,[data-gmrp-inline-comment-popover]{z-index:999998;width:min(320px, calc(100vw - 24px));padding:12px;color:var(--gmrp-text);background:rgb(12 12 18 / .94);border:1px solid rgb(255 122 38 / .24);border-radius:var(--gmrp-radius);box-shadow:var(--gmrp-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.gmrp-inline-comment-popover[hidden],[data-gmrp-inline-comment-popover][hidden]{display:none!important}[data-gmrp-inline-comment-quote]{margin:0 0 10px;padding:10px;color:var(--gmrp-text-soft);background:rgb(255 122 38 / .08);border-left:3px solid var(--gmrp-orange);border-radius:var(--gmrp-radius-sm);font-size:12px;line-height:1.4}[data-gmrp-inline-comment-input]{width:100%;min-height:80px;padding:10px;color:var(--gmrp-text);background:rgb(0 0 0 / .34);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-sm);resize:vertical}.gmrp-inline-comment-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.gmrp-eye-break-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:18px}.gmrp-eye-break-modal[hidden]{display:none!important}.gmrp-eye-break-modal__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.gmrp-eye-break-modal__card{position:relative;z-index:1;width:min(460px, 100%);padding:clamp(24px, 4vw, 38px);color:var(--gmrp-text);text-align:center;background:radial-gradient(circle at 50% 0%,rgb(255 122 38 / .18),transparent 44%),rgb(12 12 18 / .94);border:1px solid rgb(255 122 38 / .22);border-radius:var(--gmrp-radius-xl);box-shadow:var(--gmrp-shadow)}.gmrp-eye-break-modal__icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;color:var(--gmrp-orange-3);background:rgb(255 122 38 / .12);border:1px solid rgb(255 122 38 / .22);border-radius:999px;font-size:28px;box-shadow:var(--gmrp-shadow-orange)}.gmrp-eye-break-modal__card h2{margin:0 0 8px;color:#fff;font-size:clamp(24px, 4vw, 34px);letter-spacing:-.035em}.gmrp-eye-break-modal__card p{margin:0;color:var(--gmrp-text-soft);line-height:1.6}.gmrp-eye-break-modal__timer{display:grid;place-items:center;width:82px;height:82px;margin:22px auto;color:#fff;background:rgb(255 122 38 / .12);border:1px solid rgb(255 122 38 / .22);border-radius:999px;font-size:30px;font-weight:950;box-shadow:0 0 34px rgb(255 122 38 / .18)}.gmrp-eye-break-modal__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.gmrp-continue-reading{display:grid;gap:12px;padding:18px;color:var(--gmrp-text);background:var(--gmrp-panel);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius-lg);box-shadow:var(--gmrp-shadow-soft)}.gmrp-continue-reading__list{display:grid;gap:10px}.gmrp-continue-reading__item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;padding:10px;color:var(--gmrp-text);background:rgb(255 255 255 / .04);border:1px solid var(--gmrp-border);border-radius:var(--gmrp-radius);transition:background var(--gmrp-transition),border-color var(--gmrp-transition),transform var(--gmrp-transition)}.gmrp-continue-reading__item:hover{color:#fff;background:rgb(255 122 38 / .08);border-color:rgb(255 122 38 / .2);transform:translateY(-1px)}.gmrp-continue-reading__cover{width:56px;height:74px;background-size:cover;background-position:center;border-radius:var(--gmrp-radius-sm);border:1px solid var(--gmrp-border)}.gmrp-continue-reading__content{min-width:0;display:grid;align-content:center;gap:5px}.gmrp-continue-reading__story{color:var(--gmrp-orange-3);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gmrp-continue-reading__chapter{color:#fff;font-size:14px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gmrp-continue-reading__bar{height:6px;background:rgb(255 255 255 / .08);border-radius:999px;overflow:hidden}.gmrp-continue-reading__bar span{display:block;height:100%;background:linear-gradient(90deg,var(--gmrp-orange),var(--gmrp-orange-3));border-radius:inherit}.gmrp-continue-reading__percent{color:var(--gmrp-muted);font-size:12px}.is-busy,[aria-busy="true"]{position:relative;pointer-events:none}button.is-busy::after,.gmrp-button.is-busy::after{content:"";width:13px;height:13px;margin-left:4px;border:2px solid rgb(255 255 255 / .38);border-top-color:#fff;border-radius:999px;animation:gmrpSpin 0.8s linear infinite}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@keyframes gmrpSpin{to{transform:rotate(360deg)}}@keyframes gmrpPulseGlow{0%,100%{box-shadow:0 0 18px rgb(255 122 38 / .18)}50%{box-shadow:0 0 34px rgb(255 122 38 / .34)}}.gmrp-reader-os--animated .gmrp-progress-card--active{animation:gmrpPulseGlow 3.2s ease-in-out infinite}@media (max-width:1180px){.gmrp-reader-os{width:min(100% - 24px, 1180px)}.gmrp-reader-os__layout{grid-template-columns:minmax(0,1fr)}.gmrp-reader-os__side{position:relative;top:auto;max-height:none;overflow:visible;width:min(100%, var(--gmrp-reader-max));margin:0 auto}}@media (max-width:782px){.gmrp-reader-os{width:min(100% - 14px, 100%);margin:10px auto;padding:10px;border-radius:22px}.gmrp-reader-os__topbar{position:relative;top:auto;display:grid;border-radius:var(--gmrp-radius-lg)}.gmrp-reader-os__brand{justify-content:center}.gmrp-reader-os__tools{justify-content:center}.gmrp-reader-os__tool{flex:1 1 auto;min-width:92px}.gmrp-reader-os__content,.gmrp-reader-os__hero{padding:22px;border-radius:var(--gmrp-radius-lg)}.gmrp-reader-os__content{font-size:calc(17px * var(--gmrp-reader-font-scale))}.gmrp-reader-nav{grid-template-columns:1fr}.gmrp-reader-nav__link--next{text-align:left}.gmrp-panel__head{padding:16px}.gmrp-panel__body,.gmrp-comments-panel__body{padding:16px}.gmrp-mode-grid,.gmrp-quick-mode-grid,.gmrp-comment-form__guest,.gmrp-translation-langs{grid-template-columns:1fr}.gmrp-translation-swap{justify-self:center;transform:rotate(90deg)}.gmrp-translation-swap:hover{transform:rotate(270deg)}.gmrp-comment-form__footer,.gmrp-report-form__footer,.gmrp-comments-toolbar,.gmrp-progress-card__head{align-items:stretch;flex-direction:column}.gmrp-progress-card__ring{align-self:center}.gmrp-comment{grid-template-columns:32px minmax(0,1fr);padding:12px}.gmrp-comment__avatar{width:32px;height:32px}.gmrp-reader-toast-area{right:10px;bottom:10px;width:calc(100vw - 20px)}}@media (max-width:520px){.gmrp-reader-os__tool-label{display:none}.gmrp-reader-os__tool{min-width:42px;padding:9px 10px}.gmrp-reader-os__content{padding:18px;font-size:calc(16px * var(--gmrp-reader-font-scale))}.gmrp-reader-os__hero h1{font-size:clamp(28px, 11vw, 44px)}.gmrp-panel__head{gap:10px}.gmrp-comments-toolbar__filters,.gmrp-comment__actions,.gmrp-report-form__actions,.gmrp-translation-actions,.gmrp-accessibility-actions,.gmrp-progress-card__actions{display:grid;grid-template-columns:1fr;width:100%}.gmrp-comments-toolbar__filters button,.gmrp-report-form__actions .gmrp-button,.gmrp-translation-actions .gmrp-button,.gmrp-accessibility-actions .gmrp-button,.gmrp-progress-card__actions .gmrp-button{width:100%}.gmrp-eye-break-modal__actions{display:grid;grid-template-columns:1fr}}@media print{.gmrp-reader-os{width:100%;margin:0;padding:0;color:#111;background:#fff;border:0;box-shadow:none}.gmrp-reader-os__ambient,.gmrp-reader-os__topbar,.gmrp-reader-os__side,.gmrp-reader-os__footer,.gmrp-public-runtime,.gmrp-eye-break-modal{display:none!important}.gmrp-reader-os__layout{display:block}.gmrp-reader-os__content{width:100%;max-width:none;padding:0;color:#111;background:#fff;border:0;box-shadow:none;font-size:12pt;line-height:1.65}.gmrp-reader-os__content p,.gmrp-reader-os__content li,.gmrp-reader-os__content blockquote{color:#111}}