*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif;line-height:1.65;color:var(--text-primary, #1a2332);background:#f7f8fa}[data-theme=dark] body{color:#e4e4e7;background:#0f0f11}::selection{background:#2563eb33;color:inherit}[data-theme=dark] ::selection{background:#60a5fa40}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff1a}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff2e}:focus-visible{outline:2px solid rgba(37,99,235,.4);outline-offset:2px}[data-theme=dark] :focus-visible{outline-color:#60a5fa66}img{user-select:none;-webkit-user-drag:none}.markdown-body{word-wrap:break-word;overflow-wrap:break-word}.markdown-body h1{font-size:18px;font-weight:700;margin:18px 0 10px;padding-bottom:6px;border-bottom:2px solid #e8ecf0}[data-theme=dark] .markdown-body h1{border-bottom-color:#333338;color:#f0f0f0}.markdown-body h2{font-size:16px;font-weight:700;margin:16px 0 8px}.markdown-body h3{font-size:15px;font-weight:600;margin:12px 0 6px}.markdown-body h4{font-size:14px;font-weight:600;margin:10px 0 4px}.markdown-body p{margin:6px 0;line-height:1.7}.markdown-body ol,.markdown-body ul{margin:8px 0;padding-left:24px;line-height:1.7}.markdown-body li{margin-bottom:4px;line-height:1.7}.markdown-body blockquote{margin:8px 0;padding-left:14px;border-left:3px solid #91caff;color:var(--text-secondary);font-style:italic}[data-theme=dark] .markdown-body blockquote{border-left-color:#3b82f6;color:#a1a1aa}.markdown-body hr{border:none;border-top:1px solid #e8ecf0;margin:12px 0}[data-theme=dark] .markdown-body hr{border-top-color:#3a3a3e}.markdown-body code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px}.markdown-body pre{margin:8px 0;border-radius:6px;overflow:auto}.markdown-body pre code{font-size:13px;line-height:1.5}.markdown-body table{border-collapse:collapse;width:100%;font-size:13px;margin:8px 0}.markdown-body th,.markdown-body td{border:1px solid #d0d7de;padding:6px 10px;text-align:left}[data-theme=dark] .markdown-body th,[data-theme=dark] .markdown-body td{border-color:#3a3a3e}.markdown-body th{background:#f6f8fa;font-weight:600}[data-theme=dark] .markdown-body th{background:#2a2a2e}.markdown-body a{color:var(--brand-color);text-decoration:none}.markdown-body a:hover{text-decoration:underline}.citation-badge{cursor:pointer;transition:all .15s ease}.citation-badge:hover{transform:scale(1.15)}.citation-badge:active{transform:scale(.95)}@keyframes sourceHighlightPulse{0%{box-shadow:0 0 #1677ff66}50%{box-shadow:0 0 0 4px #1677ff26}to{box-shadow:0 0 #1677ff00}}.source-highlight{animation:sourceHighlightPulse 1.5s ease-out}[data-theme=dark] .source-highlight{animation-name:sourceHighlightPulse}.message-item-new{animation:messageSlideUp .4s cubic-bezier(.16,1,.3,1),messageNewPulse 1.2s ease-out .1s}.message-item{will-change:transform,opacity}@keyframes floatBtnSlideUp{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}button[class*=bottom-4][class*=rounded-full]{animation:floatBtnSlideUp .3s cubic-bezier(.16,1,.3,1)}:root{--text-primary: #1a2332;--text-secondary: #5a6a7a;--text-tertiary: #8c939d;--text-quaternary: #bfbfbf;--brand-color: #2563eb;--status-info: #3b82f6}[data-theme=dark]{--text-primary: #e5e5e5;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--text-quaternary: #52525b;--brand-color: #1a6aff;--status-info: #60a5fa}.thinking-panel{border:1px solid #E5E5E5;border-radius:10px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.thinking-panel.dark{border-color:#3a3a3e;background:#1c1c1e}.thinking-panel:hover{box-shadow:0 1px 6px #0000000f}.thinking-panel.dark:hover{box-shadow:0 1px 6px #0000004d}.thinking-header{display:flex;align-items:center;padding:6px 12px;cursor:pointer;user-select:none;min-height:34px;gap:12px;border-bottom:1px solid #F0F0F0;transition:background .15s ease}.thinking-panel.dark .thinking-header{border-color:#2a2a2e}.thinking-header:hover{background:#fafafa}.thinking-panel.dark .thinking-header:hover{background:#222224}.thinking-brand{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:110px}.thinking-brand-name{font-size:12px;font-weight:600;color:#1a2332;letter-spacing:.3px}.thinking-panel.dark .thinking-brand-name{color:#e5e5e5}.thinking-phase-track{display:flex;align-items:center;gap:3px;flex:1;justify-content:center;min-width:0}.thinking-phase-dot{width:6px;height:6px;border-radius:50%;background:#d4d4d8;transition:all .3s cubic-bezier(.34,1.56,.64,1);flex-shrink:0}.thinking-phase-dot.done{background:var(--dot-color, var(--brand-color, #1677FF));transform:scale(1)}.thinking-phase-dot.active{background:var(--dot-color, var(--brand-color, #1677FF));animation:pulse-ring-dot 1.2s ease-in-out infinite}.thinking-phase-dot.pending{background:#d4d4d8}.thinking-panel.dark .thinking-phase-dot.pending{background:#52525c}@keyframes pulse-ring-dot{0%{box-shadow:0 0 0 0 var(--dot-color, var(--brand-color, #1677FF))}70%{box-shadow:0 0 0 4px transparent}to{box-shadow:0 0 0 0 transparent}}.thinking-phase-label{font-size:11px;color:var(--brand-color);font-weight:500;margin-left:4px;white-space:nowrap;animation:fade-in-right .3s ease}.thinking-panel.dark .thinking-phase-label{color:#4096ff}@keyframes fade-in-right{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.thinking-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.thinking-stopwatch{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-family:SF Mono,Cascadia Code,Fira Code,monospace;color:#737373}.thinking-panel.dark .thinking-stopwatch{color:#a3a3a3}.thinking-stopwatch-text{min-width:36px;text-align:right;font-variant-numeric:tabular-nums}.thinking-tabs{display:flex;border-radius:5px;background:#f5f5f5;padding:1px;gap:0}.thinking-panel.dark .thinking-tabs{background:#2a2a2e}.thinking-tab{font-size:11px;font-weight:500;padding:2px 9px;border:none;border-radius:4px;background:transparent;color:var(--text-tertiary);cursor:pointer;transition:all .2s ease}.thinking-tab.active{background:#fff;color:#1a2332;box-shadow:0 1px 3px #00000014}.thinking-panel.dark .thinking-tab{color:#71717a}.thinking-panel.dark .thinking-tab.active{background:#3a3a3e;color:#e5e5e5;box-shadow:0 1px 3px #0000004d}.thinking-chevron{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;border:none;background:transparent;cursor:pointer;color:#737373;transition:background .15s ease}.thinking-panel.dark .thinking-chevron{color:#a3a3a3}.thinking-chevron:hover{background:#f0f0f0}.thinking-panel.dark .thinking-chevron:hover{background:#2a2a2e}.thinking-timeline{padding:8px 12px;max-height:400px;overflow-y:auto;scroll-behavior:smooth}.timeline-step{display:flex;gap:10px;position:relative;padding-left:0}.timeline-step+.timeline-step{margin-top:2px}.timeline-step:not(:last-child):after{content:"";position:absolute;left:10px;top:22px;bottom:-10px;width:1px;background:#e5e5e5;z-index:0}.thinking-panel.dark .timeline-step:not(:last-child):after{background:#3a3a3e}.timeline-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;margin-top:5px;position:relative;z-index:1;background:#d4d4d8;border:2px solid #E5E5E5;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.timeline-dot.completed{background:var(--phase-color, #16A34A);border-color:var(--phase-color, #16A34A);transform:scale(1)}.timeline-dot.active{background:var(--phase-color, var(--brand-color));border-color:var(--phase-color, var(--brand-color))}.timeline-dot.active:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:2px solid var(--phase-color, var(--brand-color));animation:pulse-ring 1.5s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.8);opacity:0}}.step-card{flex:1;min-width:0;padding:6px 10px;border-radius:8px;border:1px solid transparent;transition:background .2s ease,border-color .2s ease}.timeline-step.completed .step-card{background:var(--phase-bg, #F5F5F5)}.timeline-step.active .step-card{background:var(--phase-bg, #F5F5F5);border-color:var(--phase-color, var(--brand-color))}.step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.step-title{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#1a2332}.thinking-panel.dark .step-title{color:#e5e5e5}.step-duration-badge{font-size:10px;font-family:SF Mono,Cascadia Code,Fira Code,monospace;color:var(--text-tertiary);background:#f5f5f5;padding:1px 7px;border-radius:3px;font-variant-numeric:tabular-nums;white-space:nowrap}.thinking-panel.dark .step-duration-badge{color:#a3a3a3;background:#2a2a2e}.step-duration-badge.active{color:var(--brand-color);background:#f0f7ff;display:inline-flex;align-items:center;gap:3px}.thinking-panel.dark .step-duration-badge.active{color:#4096ff;background:#1a2a3e}.step-content{font-size:11px;line-height:1.55;color:#52525b;position:relative}.thinking-panel.dark .step-content{color:#a3a3a3}.step-content.masked{max-height:72px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent);mask-image:linear-gradient(to bottom,#000 60%,transparent);cursor:pointer}.step-content.masked:hover{-webkit-mask-image:linear-gradient(to bottom,#000 75%,transparent 100%);mask-image:linear-gradient(to bottom,#000 75%,transparent 100%)}.step-content-line{word-break:break-word}.step-content-progress{display:inline-flex;align-items:center;gap:2px;color:var(--brand-color);font-size:11px;font-style:italic}.thinking-panel.dark .step-content-progress{color:#4096ff}.toggle-expand{font-size:10px;color:var(--brand-color);background:none;border:none;cursor:pointer;padding:1px 0;margin-top:2px;transition:color .15s ease}.thinking-panel.dark .toggle-expand{color:#4096ff}.toggle-expand:hover{color:#0958d9}.thinking-panel.dark .toggle-expand:hover{color:#69b1ff}.streaming-cursor{display:inline-block;width:1ch;height:1.1em;vertical-align:text-bottom;border-radius:1px;background:linear-gradient(135deg,var(--brand-color),#4096FF);animation:cursor-breathe 1.2s ease-in-out infinite}.streaming-cursor.breath{animation:cursor-breathe 1.2s ease-in-out infinite}.thinking-panel.dark .streaming-cursor{background:linear-gradient(135deg,#4096ff,#69b1ff)}@keyframes cursor-breathe{0%{opacity:.3;transform:scaleX(.5)}50%{opacity:1;transform:scaleX(1)}to{opacity:.3;transform:scaleX(.5)}}.stream-section-title{font-size:11px;font-weight:600;letter-spacing:.4px;color:#737373;margin-bottom:6px}.thinking-panel.dark .stream-section-title{color:#a3a3a3}.thinking-text-stream{font-size:13px;line-height:1.7;color:#3f3f46;background:#fafafa;border:1px solid #F0F0F0;border-radius:8px;padding:8px 10px;white-space:pre-wrap;word-break:break-word}.thinking-panel.dark .thinking-text-stream{color:#d4d4d8;background:#1f1f23;border-color:#3a3a3e}.action-stream{display:flex;flex-direction:column;gap:6px}.action-item{border:1px solid #EDEDED;border-left:3px solid var(--brand-color);border-radius:6px;padding:6px 10px;background:#fff;transition:background .2s ease,border-color .2s ease}.thinking-panel.dark .action-item{background:#25252a;border-color:#3a3a3e;border-left-color:#4096ff}.action-item.live{border-left-color:#16a34a;background:#f7fff9}.thinking-panel.dark .action-item.live{border-left-color:#4ade80;background:#1a241c}.action-item-head{display:flex;align-items:center;gap:8px;margin-bottom:3px;font-size:11px}.action-seq{font-weight:700;color:var(--brand-color);font-family:monospace;min-width:18px}.thinking-panel.dark .action-seq{color:#69b1ff}.action-module{font-weight:600;color:#52525b}.thinking-panel.dark .action-module{color:#d4d4d8}.action-time{margin-left:auto;color:#a3a3a3;font-family:monospace}.thinking-panel.dark .action-time{color:#71717a}.action-content{font-size:13px;line-height:1.6;color:#3f3f46;white-space:pre-wrap;word-break:break-word}.thinking-panel.dark .action-content{color:#d4d4d8}.summary-bar{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px;padding:4px 14px;border-radius:6px;background:#f5f5f5}.thinking-panel.dark .summary-bar{background:#2a2a2e}.summary-bar-item{display:inline-flex;align-items:baseline;gap:2px;white-space:nowrap}.summary-bar-value{font-size:13px;font-weight:700;color:#1a2332;font-variant-numeric:tabular-nums}.thinking-panel.dark .summary-bar-value{color:#e5e5e5}.summary-bar-label{font-size:10px;color:#a3a3a3;margin-left:1px}.thinking-panel.dark .summary-bar-label{color:#71717a}.summary-bar-divider{width:1px;height:14px;background:#e5e5e5;flex-shrink:0}.thinking-panel.dark .summary-bar-divider{background:#3a3a3e}.thinking-progress{height:2px;margin-top:8px;border-radius:1px;background:#f0f0f0;overflow:hidden}.thinking-panel.dark .thinking-progress{background:#2a2a2e}.thinking-progress-bar{height:100%;border-radius:1px;background:linear-gradient(90deg,var(--brand-color),#4096FF,var(--brand-color));background-size:200% 100%;animation:progress-shimmer 1.5s linear infinite;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.thinking-progress-bar.complete{background:#16a34a;animation:none}@keyframes progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.stats-panel{padding:8px 12px;margin-bottom:8px;border-radius:8px;border:1px solid #F0F0F0;background:#fafafa}.thinking-panel.dark .stats-panel{border-color:#2a2a2e;background:#222224}.stats-title{font-size:11px;font-weight:600;color:#737373;margin-bottom:4px;text-transform:uppercase;letter-spacing:.4px}.thinking-panel.dark .stats-title{color:#a3a3a3}.audit-log-table-wrapper{max-height:200px;overflow-y:auto;border-radius:4px}@media (prefers-reduced-motion: reduce){.thinking-phase-dot.active,.timeline-dot.active:after{animation:none}.streaming-cursor{animation:none;opacity:.8}.thinking-progress-bar:not(.complete){animation:none}.thinking-phase-label{animation:none}.timeline-dot,.step-card,.thinking-progress-bar{transition:none}}.tp-flex{display:flex}.tp-flex-col{flex-direction:column}.tp-items-center{align-items:center}.tp-justify-between{justify-content:space-between}.tp-gap-2{gap:8px}.tp-text-xs{font-size:12px}.tp-text-sm{font-size:14px}.tp-mt-2{margin-top:8px}.tp-mb-2{margin-bottom:8px}.tp-py-2{padding-top:8px;padding-bottom:8px}.tp-px-2{padding-left:8px;padding-right:8px}.tp-py-1{padding-top:4px;padding-bottom:4px}.tp-font-mono{font-family:SF Mono,Fira Code,monospace}.tp-font-medium{font-weight:500}.tp-text-left{text-align:left}.tp-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-max-w-200{max-width:200px}.tp-max-h-32{max-height:128px}.tp-overflow-y-auto{overflow-y:auto}.tp-relative{position:relative}.tp-grid{display:grid}.tp-grid-cols-2{grid-template-columns:repeat(2,1fr)}.tp-w-full{width:100%}.tp-rounded{border-radius:4px}.tp-border{border:1px solid}.tp-transition{transition:all .2s ease}.tp-transition-colors{transition:color .2s ease}.tp-inline-flex{display:inline-flex}:root{--rpv-attachment__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-attachment__item-color: #000}.rpv-core__viewer--dark{--rpv-attachment__item--hover-background-color: #2566e8;--rpv-attachment__item-color: #fff}.rpv-attachment__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-attachment__empty--rtl{direction:rtl}.rpv-attachment__list{display:flex;height:100%;flex-direction:column;overflow:auto;padding:.5rem 0;width:100%}.rpv-attachment__list--rtl{direction:rtl}.rpv-attachment__item{align-items:center;background-color:#0000;border:none;color:var(--rpv-attachment__item-color);cursor:pointer;display:flex;padding:.5rem;text-align:left;width:100%}.rpv-attachment__item:focus{background-color:var(--rpv-attachment__item--hover-background-color);outline:0}.rpv-attachment__item:hover{background-color:var(--rpv-attachment__item--hover-background-color)}.rpv-attachment__loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}:root{--rpv-bookmark__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-bookmark__item-color: #000}.rpv-core__viewer--dark{--rpv-bookmark__item--hover-background-color: #2566e8;--rpv-bookmark__item-color: #fff}.rpv-bookmark__item{align-items:center;color:var(--rpv-bookmark__item-color);cursor:pointer;display:flex;padding-bottom:.25rem;padding-right:.25rem;padding-top:.25rem}.rpv-bookmark__item:focus{background-color:var(--rpv-bookmark__item--hover-background-color);outline:0}.rpv-bookmark__item:hover{background-color:var(--rpv-bookmark__item--hover-background-color)}.rpv-bookmark__toggle{align-items:center;display:flex;height:1rem;margin-right:.25rem;width:1rem}.rpv-bookmark__title{flex-grow:1;flex-shrink:1;text-decoration:none}.rpv-bookmark__list{list-style-type:none;overflow:auto;margin:0;padding:0}.rpv-bookmark__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-bookmark__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-bookmark__empty--rtl{direction:rtl}.rpv-bookmark__container{height:100%;overflow:auto;padding:.5rem 0;width:100%}.rpv-bookmark__container--rtl{direction:rtl}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);inset:0;position:fixed;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;inset:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{inset:0;position:fixed}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media (min-width: 640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media (min-width: 768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media (min-width: 1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-thumbnail__container-background-color: #fff;--rpv-thumbnail__container-box-shadow: rgba(0, 0, 0, .2) 2px 2px 8px 0px;--rpv-thumbnail__item--selected-background-color: rgba(0, 0, 0, .3)}.rpv-core__viewer--dark{--rpv-thumbnail__item--selected-background-color: #2566e8}.rpv-thumbnail__cover,.rpv-thumbnail__cover-inner{align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-thumbnail__cover-image{max-height:100%;max-width:100%}.rpv-thumbnail__cover-loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}.rpv-thumbnail__container{align-items:center;background:var(--rpv-thumbnail__container-background-color);box-shadow:var(--rpv-thumbnail__container-box-shadow);display:flex;justify-content:center;margin:0 auto;position:relative}.rpv-thumbnail__item{cursor:pointer}.rpv-thumbnail__item--single,.rpv-thumbnail__item--dual-cover{padding:.5rem}.rpv-thumbnail__item--dual-even,.rpv-thumbnail__item--dual-cover-odd{padding:.5rem 0 .5rem .5rem}.rpv-thumbnail__item--dual-odd,.rpv-thumbnail__item--dual-cover-even{padding:.5rem .5rem .5rem 0}.rpv-thumbnail__item--single:hover,.rpv-thumbnail__item--dual-cover:hover,.rpv-thumbnail__items--dual:hover .rpv-thumbnail__item,.rpv-thumbnail__items--dual-cover:hover .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__item:focus{outline:0}.rpv-thumbnail__label{font-size:.75em;text-align:center;padding:.25rem}.rpv-thumbnail__list{overflow:auto;padding:.5rem}.rpv-thumbnail__list--rtl{direction:rtl}.rpv-thumbnail__list--horizontal{align-items:center;display:flex;flex-direction:row;width:100%}.rpv-thumbnail__list--vertical{height:100%}.rpv-thumbnail__items{align-items:center;display:flex;justify-content:center}.rpv-thumbnail__items--selected .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__list-container{height:100%;width:100%}.rpv-thumbnail__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}:root{--rpv-drop__area-background-color: #fff;--rpv-drop__area-body-border-color: rgba(0, 0, 0, .3);--rpv-drop__area-body-color: #000}.rpv-core__viewer--dark{--rpv-drop__area-background-color: #191919;--rpv-drop__area-body-border-color: #fff;--rpv-drop__area-body-color: #fff}.rpv-drop__area{background-color:var(--rpv-drop__area-background-color);inset:0;position:absolute;padding:.5rem;z-index:9999}.rpv-drop__area-body{border:2px dashed var(--rpv-drop__area-body-border-color);color:var(--rpv-drop__area-body-color);font-size:1.5rem;align-items:center;display:flex;justify-content:center;height:100%}.rpv-drop__area-body--rtl{direction:rtl}:root{--rpv-full-screen__overlay-background-color: #fff}.rpv-core__viewer--dark{--rpv-full-screen__overlay-background-color: #1a1a1a}.rpv-full-screen__exit-button{bottom:0;padding:.5rem;position:fixed;z-index:2}.rpv-full-screen__exit-button--ltr{right:0}.rpv-full-screen__exit-button--rtl{left:0}.rpv-full-screen__overlay{position:fixed;top:0;left:0;height:100%;width:100%;align-items:center;display:flex;justify-content:center;background-color:var(--rpv-full-screen__overlay-background-color);z-index:1}.rpv-open__input-wrapper{position:relative}.rpv-open__input{display:none;cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.rpv-open__input::-webkit-file-upload-button{width:0}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}:root{--rpv-print__progress-body-background-color: #fff;--rpv-print__progress-body-border-color: rgba(0, 0, 0, .3);--rpv-print__progress-body-color: #000}.rpv-core__viewer--dark{--rpv-print__progress-body-background-color: #363636;--rpv-print__progress-body-border-color: transparent;--rpv-print__progress-body-color: #fff}.rpv-print__permission-body{padding:1rem}.rpv-print__permission-footer{display:flex;justify-content:center;padding:0 1rem 1rem 0}.rpv-print__progress{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9999}.rpv-print__progress-body{background-color:var(--rpv-print__progress-body-background-color);border:1px solid var(--rpv-print__progress-body-border-color);border-radius:.25rem;color:var(--rpv-print__progress-body-color);padding:1.5rem;text-align:center;width:15rem}.rpv-print__progress-body--rtl{direction:rtl}.rpv-print__progress-bar{margin-bottom:1rem}.rpv-print__progress-message{margin-bottom:.5rem}.rpv-print__zone{display:none}@media print{@page{margin:0}.rpv-print__html-printing{height:100%}.rpv-print__body-printing{height:100%;margin:0}.rpv-print__body-printing *{display:none}.rpv-print__zone{display:block;height:100%}.rpv-print__page{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;page-break-after:always;page-break-inside:avoid}.rpv-print__page img{display:block;max-height:100%;max-width:100%}}.rpv-properties__loader{text-align:center}.rpv-properties__modal{min-height:20rem;padding:.5rem 0}.rpv-properties__modal-section{padding:0 .5rem}.rpv-properties__modal-footer{display:flex;justify-content:center;margin-top:.5rem}.rpv-properties__item{align-items:flex-start;display:flex;margin:.5rem 0}.rpv-properties__item--rtl{direction:rtl}.rpv-properties__item-label{padding-right:.5rem;width:25%}.rpv-properties__item-value{flex:1}.rpv-search__highlights{left:0;position:absolute;top:0;height:100%;width:100%}.rpv-search__highlight{background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color: rgba(255, 255, 0, .4);--rpv-search__highlight--current-background-color: rgba(0, 128, 0, .4)}.rpv-selection-mode__grab{cursor:grab}.rpv-selection-mode__grab :not(input),.rpv-selection-mode__grab :not(select),.rpv-selection-mode__grab :not(textarea){cursor:grab!important}.rpv-selection-mode__grabbing{cursor:grabbing}.rpv-selection-mode__grabbing :not(input),.rpv-selection-mode__grabbing :not(select),.rpv-selection-mode__grabbing :not(textarea){cursor:grabbing!important}:root{--rpv-zoom__popover-target-arrow-border-color: rgba(0, 0, 0, .6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color: #fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:var(--rpv-zoom__popover-target-arrow-border-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}:root{--rpv-toolbar__label--color: #000}.rpv-core__viewer--dark{--rpv-toolbar__label--color: #fff}.rpv-toolbar{align-items:center;display:flex;width:100%}.rpv-toolbar--rtl{direction:rtl}.rpv-toolbar__left{align-items:center;display:flex}.rpv-toolbar__center{align-items:center;display:flex;flex-grow:1;flex-shrink:1;justify-content:center}.rpv-toolbar__right{align-items:center;display:flex;margin-left:auto}.rpv-toolbar__item{align-items:center;display:flex;padding:0 .125rem}.rpv-toolbar__label{color:var(--rpv-toolbar__label--color)}:root{--rpv-default-layout__body-background-color: #fff;--rpv-default-layout__container-border-color: rgba(0, 0, 0, .3);--rpv-default-layout__toolbar-background-color: #eee;--rpv-default-layout__toolbar-border-bottom-color: rgba(0, 0, 0, .1);--rpv-default-layout__sidebar-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #eee;--rpv-default-layout__sidebar-content--opened-background-color: #fff;--rpv-default-layout__sidebar-content--opened-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar-content--opened-color: #000}.rpv-core__viewer--dark{--rpv-default-layout__body-background-color: #1a1a1a;--rpv-default-layout__container-border-color: #454647;--rpv-default-layout__toolbar-background-color: #292929;--rpv-default-layout__toolbar-border-bottom-color: #000;--rpv-default-layout__sidebar-border-color: #000;--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #292929;--rpv-default-layout__sidebar-content--opened-background-color: #1a1a1a;--rpv-default-layout__sidebar-content--opened-border-color: #292929;--rpv-default-layout__sidebar-content--opened-color: #fff}.rpv-default-layout__container{border:1px solid var(--rpv-default-layout__container-border-color);box-sizing:border-box;height:100%;width:100%}.rpv-default-layout__toolbar{align-items:center;background-color:var(--rpv-default-layout__toolbar-background-color);border-bottom:1px solid var(--rpv-default-layout__toolbar-border-bottom-color);display:flex;left:0;position:absolute;top:0;height:2.5rem;width:100%;z-index:1}.rpv-default-layout__sidebar{display:flex;padding-top:2.5rem}.rpv-default-layout__sidebar--opened{bottom:0;left:0;position:absolute;top:0;width:12rem;background-color:var(--rpv-default-layout__sidebar--opened-background-color);z-index:1}.rpv-default-layout__sidebar--ltr{border-right:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__sidebar--rtl{border-left:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__main{display:flex;height:100%;position:relative}.rpv-default-layout__main--rtl{direction:rtl}.rpv-default-layout__body{background-color:var(--rpv-default-layout__body-background-color);flex:1;overflow:auto;padding-top:2.5rem}@media (min-width: 768px){.rpv-default-layout__sidebar--opened{width:16rem}}@media (min-width: 1024px){.rpv-default-layout__sidebar--opened{background:inherit;position:inherit;width:20rem;z-index:inherit}}.rpv-default-layout__sidebar-tabs{display:flex;height:100%;width:100%}.rpv-default-layout__sidebar-headers{background-color:var(--rpv-default-layout__sidebar-headers-background-color);padding:.25rem}.rpv-default-layout__sidebar-header{padding:.125rem}.rpv-default-layout__sidebar-content{display:none;flex-grow:1;flex-shrink:1}.rpv-default-layout__sidebar-content--opened{background-color:var(--rpv-default-layout__sidebar-content--opened-background-color);color:var(--rpv-default-layout__sidebar-content--opened-color);display:flex;overflow:hidden}.rpv-default-layout__sidebar-content--ltr{border-left:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}.rpv-default-layout__sidebar-content--rtl{border-right:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}
