@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');@import url('https://fonts.googleapis.com/icon?family=Material+Icons');:root,[data-md-color-scheme="default"]{--c-orange:#e65100;--c-orange-light:#ff6d00;--c-orange-pale:rgba(230,81,0,0.08);--c-orange-border:rgba(230,81,0,0.18);--c-accent:#ff9100;--c-bg:#fff;--c-bg-subtle:#f8f9fa;--c-bg-hover:#f1f3f4;--c-surface:#fff;--c-border:#e8eaed;--c-border-strong:#dadce0;--c-text:#2d3748;--c-text-secondary:#5f6368;--c-text-muted:#80868b;--c-link:#bf360c;--c-sidebar-w:260px;--c-sidebar-w-col:56px;--md-primary-fg-color:#2d3748;--md-primary-fg-color--light:#5f6368;--md-primary-fg-color--dark:#2d3748;--md-primary-bg-color:#fff;--md-primary-bg-color--light:#f8f9fa;--md-accent-fg-color:#e65100;--md-accent-fg-color--transparent:rgba(230,81,0,0.1);--md-default-bg-color:#fff;--md-default-fg-color:#2d3748;--md-default-fg-color--light:#5f6368;--md-default-fg-color--lighter:#80868b;--md-default-fg-color--lightest:#e8eaed;--md-code-bg-color:#f8f9fa;--md-code-fg-color:#2d3748;--md-typeset-a-color:#bf360c;--md-typeset-color:#2d3748;--md-footer-bg-color:#fff;--md-footer-bg-color--dark:#f8f9fa;--md-footer-fg-color:#5f6368;--md-footer-fg-color--light:#80868b;--md-footer-fg-color--lighter:#dadce0}html{font-size:16px !important}.md-typeset h1{font-size:1rem !important;line-height:1.35;font-weight:800;letter-spacing:-.02em;color:#2d3748;text-transform:uppercase}.md-typeset h2{font-size:.9375rem !important;line-height:1.4;font-weight:700;color:#2d3748;border-bottom:1px solid var(--c-border);padding-bottom:.35em;margin-top:1.8rem}.md-typeset h3{font-size:.875rem !important;line-height:1.4;font-weight:600;color:#4a5568}.md-typeset h4,.md-typeset h5,.md-typeset h6{font-size:.8125rem !important;line-height:1.4;font-weight:600;color:#4a5568}.md-typeset{font-size:.875rem;line-height:1.65;color:#2d3748}.md-typeset p{color:#3c4043;font-size:.875rem}.md-typeset li{font-size:.875rem}.md-typeset code{font-size:.75rem}.md-header{background:#fff;border-bottom:1px solid var(--c-border);box-shadow:0 1px 4px rgba(0,0,0,0.06);color:#2d3748}.md-header__button,.md-header__topic,.md-header__title,.md-header-nav__button{color:#2d3748 !important}.md-header__button:hover{color:var(--c-orange) !important}.md-header__title{font-weight:700;font-size:.9rem}.md-search__input{background-color:var(--c-bg-subtle);color:#2d3748;border:1px solid var(--c-border);border-radius:8px}.md-search__input::placeholder{color:var(--c-text-muted)}.md-search__input:focus{background-color:#fff;border-color:var(--c-orange);box-shadow:0 0 0 3px rgba(230,81,0,0.1)}.md-search__icon{color:var(--c-text-secondary) !important}.md-tabs{background:#fff;border-bottom:1px solid var(--c-border)}.md-tabs__link{color:var(--c-text-secondary);font-weight:500;font-size:.82rem;transition:color .2s}.md-tabs__link:hover{color:var(--c-orange);opacity:1}.md-tabs__link--active{color:var(--c-orange) !important;font-weight:700;border-bottom:2px solid var(--c-orange)}@media screen and (min-width:76.2em){.md-tabs{display:none !important}.md-main__inner{display:grid !important;grid-template-columns:var(--c-sidebar-w-col,56px) var(--c-sub-sidebar-w,240px) minmax(0,1fr) !important;gap:0 !important}body.no-sub-sidebar .md-main__inner{grid-template-columns:var(--c-sidebar-w-col,56px) minmax(0,1fr) !important}.md-sidebar{top:var(--md-header-height,2.4rem) !important;height:calc(100vh - var(--md-header-height, 2.4rem)) !important;padding-top:.5rem !important}.md-sidebar--primary{display:block !important;width:var(--c-sidebar-w-col,56px) !important;--md-sidebar-width:var(--c-sidebar-w-col,56px) !important;background:#f8f9fa !important;border-right:1px solid var(--c-border) !important;overflow-x:hidden;overflow-y:auto}body.no-sub-sidebar .md-sidebar--primary{border-right:1px solid var(--c-border) !important}.md-sidebar--primary .md-nav__link>span:not(.nav-icon-badge),.md-sidebar--primary .md-nav__link .md-nav__icon,.md-sidebar--primary .md-nav__title,.md-sidebar--primary label.md-nav__link{display:none !important}.md-sidebar--primary .md-nav__link{justify-content:center !important;padding:.3rem 0 !important;border-left:none !important}.md-sidebar--primary .md-nav__link--active{border-left:none !important;padding-left:0 !important}.md-sidebar--primary .md-nav__item{padding-left:0 !important;margin-left:0 !important}.md-sidebar--primary .md-nav__list .md-nav__list{display:none !important}.md-sidebar--sub{display:block;width:var(--c-sub-sidebar-w,240px) !important;--md-sidebar-width:var(--c-sub-sidebar-w,240px) !important;background:#fff !important;border-right:1px solid var(--c-border) !important;height:calc(100vh - var(--md-header-height, 2.4rem)) !important;position:sticky !important;top:var(--md-header-height,2.4rem) !important;overflow-x:hidden;overflow-y:auto;padding:1.25rem .85rem !important;z-index:10}.md-sidebar--sub .md-nav__title{display:block !important;font-size:.78rem !important;font-weight:800 !important;color:#000 !important;text-transform:uppercase !important;letter-spacing:.06em !important;padding:.5rem .75rem !important;margin-bottom:.75rem !important;border-bottom:1px solid var(--c-border) !important}.md-sidebar--sub .md-nav__link{font-size:.8rem !important;padding:.45rem .75rem !important;border-radius:6px !important;color:var(--c-text-secondary) !important;display:flex !important;align-items:center;gap:8px;min-width:0}.md-sidebar--sub .md-nav__link:hover{color:var(--c-orange) !important;background:var(--c-orange-pale) !important}.md-sidebar--sub .md-nav__link--active{color:var(--c-orange) !important;font-weight:700 !important;background:var(--c-orange-pale) !important;border-left:3px solid var(--c-orange) !important;padding-left:calc(0.75rem - 3px) !important}}@media screen and (max-width:76.2em){.md-sidebar--sub{display:none !important}}.md-sidebar__scrollwrap{overflow-x:hidden !important;overflow-y:auto !important}.md-nav__link{font-size:.82rem;color:var(--c-text-secondary) !important;padding:.45rem .75rem !important;border-radius:6px;transition:background .15s,color .15s;display:flex !important;align-items:center;gap:10px;min-width:0}@media screen and (min-width:76.2em){.md-nav__link .md-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}}.md-nav__link:hover{color:var(--c-orange) !important;background:var(--c-orange-pale)}.md-nav__link--active{color:var(--c-orange) !important;font-weight:700 !important;background:var(--c-orange-pale) !important;border-left:3px solid var(--c-orange) !important;padding-left:calc(0.75rem - 3px) !important}.md-nav__item--active>.md-nav__link{color:var(--c-orange) !important;font-weight:700 !important}.md-nav__link .md-nav__icon{margin-left:auto}.md-nav__title{font-size:.75rem;font-weight:700;color:var(--c-text-muted);text-transform:uppercase;letter-spacing:.06em;padding:.85rem .75rem .35rem;white-space:nowrap;overflow:hidden}.nav-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;color:var(--c-text-secondary);transition:all .2s ease;flex-shrink:0}.nav-icon-badge svg,.nav-icon-badge i,.nav-icon-badge span{width:15px;height:15px;font-size:14px;line-height:15px;display:inline-flex;align-items:center;justify-content:center;stroke-width:2.2}.md-nav__link:hover .nav-icon-badge{color:var(--c-orange)}.md-nav__link--active .nav-icon-badge{color:var(--c-orange)}.md-sidebar .md-nav__link>svg{display:none !important}.md-sidebar--secondary{border-left:1px solid var(--c-border)}@media screen and (min-width:76.2em){.md-sidebar--secondary{--md-sidebar-width:242px !important;width:242px !important}}.md-nav--secondary .md-nav__link{font-size:.8rem}.md-nav--secondary .md-nav__link--active{color:var(--c-orange) !important;border-left:2px solid var(--c-orange);padding-left:.6rem}.md-content__inner{max-width:860px}.md-content__inner{animation:fadeUp .3s ease-out}@media screen and (min-width:76.2em){.md-grid{max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important}.md-content{padding:2.5rem 3rem !important;max-width:100% !important}.md-content__inner{max-width:100% !important;width:100% !important}}@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.md-banner{background:linear-gradient(90deg,#e65100 0,#ff6d00 60%,#ff9100 100%);color:#fff;font-weight:600}.md-banner a{color:#fff;text-decoration:underline}.md-banner__button{color:#fff}.cello-announce{font-weight:600}.cello-announce-link{margin-left:8px;font-weight:700}.md-typeset pre{border-radius:8px;overflow:auto;border:1px solid var(--c-border);border-left:4px solid var(--c-orange);background-color:#f8f9fa;padding:.85rem 1.1rem}.md-typeset pre>code,.md-typeset pre code{background-color:transparent !important;color:#2d3748;border:none !important;padding:0 !important;font-size:.82rem;line-height:1.6;font-family:var(--md-code-font-family,"JetBrains Mono",monospace)}.md-typeset code{background-color:rgba(230,81,0,0.07);color:#bf360c;border-radius:4px;padding:.1em .38em;font-size:.82rem;border:1px solid var(--c-orange-border)}.md-typeset .md-clipboard{color:var(--c-text-muted)}.md-typeset .md-clipboard:hover{color:var(--c-orange)}.md-typeset .md-clipboard.copied{color:#2e7d32 !important}.md-typeset .md-clipboard.copied::after{content:"Copied!";position:absolute;right:36px;top:50%;transform:translateY(-50%);background-color:#2e7d32;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;pointer-events:none;white-space:nowrap;box-shadow:0 2px 8px rgba(46,125,50,0.25);animation:cello-fade-in .2s ease-out;z-index:10}@keyframes cello-fade-in{from{opacity:0;transform:translateY(-50%) translateX(5px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}.md-typeset__table{width:100% !important;margin:1.75rem 0 !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch}.md-typeset table:not([class]){width:100% !important;display:table !important;margin:0 !important;border-collapse:separate !important;border-spacing:0 !important;border-radius:12px !important;overflow:hidden !important;border:2px solid #2d3748 !important;box-shadow:0 4px 24px rgba(0,0,0,0.11),0 1px 6px rgba(0,0,0,0.06) !important}.md-typeset table:not([class]) thead tr{background:#eef2f7 !important}.md-typeset table:not([class]) th{background:#eef2f7 !important;color:#000 !important;font-weight:800 !important;font-size:.775rem !important;padding:.9rem 1.15rem !important;text-align:center !important;text-transform:uppercase !important;letter-spacing:.07em !important;white-space:nowrap !important;vertical-align:middle !important;border-bottom:2px solid #2d3748 !important;border-right:1px solid #c8d0dc !important}.md-typeset table:not([class]) th:first-child{text-align:left !important;border-right:2px solid #c8d0dc !important}.md-typeset table:not([class]) th:last-child{border-right:none !important}.md-typeset table:not([class]) td{padding:.7rem 1.15rem !important;border-bottom:1px solid #e2e8f0 !important;border-right:1px solid #e2e8f0 !important;font-size:.845rem !important;color:#2d3748 !important;text-align:center !important;vertical-align:middle !important;background:#fff !important;transition:background .12s !important}.md-typeset table:not([class]) td:first-child{text-align:left !important;font-weight:600 !important;color:#1a202c !important;background:#f8fafc !important;border-right:2px solid #e2e8f0 !important}.md-typeset table:not([class]) td:last-child{border-right:none !important}.md-typeset table:not([class]) tr:last-child td{border-bottom:none !important}.md-typeset table:not([class]) tbody tr:nth-child(even) td{background:#f4f7fb !important}.md-typeset table:not([class]) tbody tr:nth-child(even) td:first-child{background:#ebf0f7 !important}.md-typeset table:not([class]) tbody tr:hover td{background:rgba(230,81,0,0.05) !important}.md-typeset table:not([class]) tbody tr:hover td:first-child{color:var(--c-orange) !important;background:rgba(230,81,0,0.04) !important}.md-typeset .mermaid{background:#fafbfc;border:1px solid var(--c-border);border-radius:10px;padding:1.5rem 1rem;margin:1.75rem 0;overflow-x:auto;box-shadow:0 1px 6px rgba(0,0,0,0.04)}.md-typeset .mermaid svg{max-width:100%;height:auto}.md-typeset .grid.cards>ul{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr)) !important;gap:1.25rem !important;padding:0 !important;margin:1.25rem 0 !important;list-style:none !important}.md-typeset .grid.cards>ul>li{background:#fff !important;border:1px solid var(--c-border) !important;border-top:3px solid var(--c-orange) !important;border-radius:8px !important;padding:1.2rem 1.4rem !important;margin:0 !important;width:auto !important;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;justify-content:space-between;list-style:none !important;position:relative !important}.md-typeset .grid.cards>ul>li::before,.md-typeset .grid.cards>ul>li::after{display:none !important}.md-typeset .grid.cards>ul>li:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.08);border-top-color:var(--c-orange-light)}.md-typeset .grid.cards>ul>li h2,.md-typeset .grid.cards>ul>li h3{color:#2d3748}.md-typeset .md-button--primary{background:var(--c-orange);border:2px solid var(--c-orange);color:#fff;font-weight:700;padding:.6em 1.6em;border-radius:6px;transition:all .2s}.md-typeset .md-button--primary:hover{background:var(--c-orange-light);border-color:var(--c-orange-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(230,81,0,0.3)}.md-typeset .md-button:not(.md-button--primary){border:2px solid var(--c-border-strong);color:#2d3748;font-weight:600;padding:.55em 1.6em;border-radius:6px;background:transparent;transition:all .2s}.md-typeset .md-button:not(.md-button--primary):hover{border-color:var(--c-orange);color:var(--c-orange);background:var(--c-orange-pale)}.md-typeset .admonition,.md-typeset details{border-radius:8px;border-left-width:4px;box-shadow:none;border:1px solid var(--c-border);border-left-width:4px}.md-typeset .admonition.note{border-left-color:#5f6368}.md-typeset .admonition.tip{border-left-color:var(--c-orange)}.md-typeset .admonition.info{border-left-color:#1976d2}.md-typeset .admonition.warning{border-left-color:#f57c00}.md-typeset .admonition.danger{border-left-color:#d32f2f}.md-typeset .admonition.example{border-left-color:#7b1fa2}.md-typeset .admonition-title,.md-typeset summary{background:var(--c-bg-subtle);font-weight:600;font-size:.82rem}.md-typeset a{color:#bf360c;transition:color .15s}.md-typeset a:hover{color:var(--c-orange)}.md-content a:not(.md-button){border-bottom:1px solid var(--c-orange-border);transition:border-color .15s,color .15s}.md-content a:not(.md-button):hover{border-bottom-color:var(--c-orange)}.md-footer{background:#fff;border-top:1px solid var(--c-border);color:var(--c-text-secondary)}.md-footer-meta{background:var(--c-bg-subtle);border-top:1px solid var(--c-border);color:var(--c-text-muted)}.md-footer a{color:var(--c-orange)}.md-footer a:hover{color:var(--c-orange-light)}.md-top{background:var(--c-orange);color:#fff;box-shadow:0 2px 8px rgba(230,81,0,0.35);border-radius:6px}.md-top:hover{background:var(--c-orange-light)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--c-bg-subtle)}::-webkit-scrollbar-thumb{background:#dadce0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bdbdbd}*{scrollbar-width:thin;scrollbar-color:#dadce0 #f8f9fa}.md-typeset hr{border-color:var(--c-border)}.md-typeset blockquote{border-left:4px solid var(--c-orange);background:var(--c-orange-pale);padding:.8rem 1.2rem;border-radius:0 6px 6px 0;color:#3c4043}.md-typeset kbd{background:#fff;border:1px solid var(--c-border-strong);box-shadow:0 2px 0 #dadce0;color:#2d3748;font-size:.78rem}.md-search-result mark{background:rgba(255,145,0,0.3);color:#2d3748}.md-search-result__link:hover{background:var(--c-bg-hover)}.md-tooltip{background:#fff;color:var(--c-text);border:1px solid var(--c-border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,0.08)}::selection{background:rgba(230,81,0,0.18);color:#2d3748}::-moz-selection{background:rgba(230,81,0,0.18);color:#2d3748}.md-tag{background:rgba(230,81,0,0.08);color:var(--c-orange);border-radius:4px;font-weight:600;font-size:.75rem}.md-version__current{font-weight:600}.md-source{color:#2d3748}.md-source:hover{opacity:.7}.md-social__link{color:var(--c-text-secondary) !important;transition:color .2s,transform .2s}.md-social__link:hover{color:var(--c-orange) !important;transform:scale(1.15)}.md-typeset .tabbed-labels>label{font-weight:500;color:var(--c-text-secondary)}.md-typeset .tabbed-labels>label:hover{color:var(--c-orange)}.md-typeset .tabbed-set>input:checked+label{color:var(--c-orange);border-color:var(--c-orange)}.md-typeset .task-list-indicator::before{background-color:var(--c-orange)}.hero-section{text-align:center;padding:3rem 2rem 2rem;margin:-1rem -.5rem 2rem;background:linear-gradient(160deg,#fff 0,rgba(230,81,0,0.04) 100%);border-radius:12px;border:1px solid var(--c-border)}.hero-title{font-size:1rem;font-weight:800;letter-spacing:.04em;color:var(--c-orange);line-height:1.2;margin-bottom:.35rem;text-transform:uppercase}.hero-tagline{font-size:.875rem;font-weight:700;color:#2d3748;margin:.5rem 0 .25rem}.hero-subtitle{font-size:.8125rem;color:var(--c-text-secondary);margin-bottom:1.5rem}.hero-badges{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.hero-badges code{padding:.3em .9em;border-radius:999px;font-size:.75rem;font-weight:700}.badge-version{background:rgba(230,81,0,0.08) !important;color:#e65100 !important;border:1px solid rgba(230,81,0,0.2) !important}.badge-tests{background:rgba(46,125,50,0.08) !important;color:#2e7d32 !important;border:1px solid rgba(46,125,50,0.2) !important}.badge-license{background:rgba(21,101,192,0.08) !important;color:#1565c0 !important;border:1px solid rgba(21,101,192,0.2) !important}.badge-python{background:rgba(106,27,154,0.08) !important;color:#6a1b9a !important;border:1px solid rgba(106,27,154,0.2) !important}.perf-banner{text-align:center;padding:1.5rem;margin:1.25rem 0;border-radius:10px;background:var(--c-bg-subtle);border:1px solid var(--c-border)}.perf-number{font-size:1rem;font-weight:900;color:var(--c-orange);line-height:1.2;margin-bottom:.2rem}.perf-label{font-size:.75rem;font-weight:600;color:var(--c-text-secondary);text-transform:uppercase;letter-spacing:.05em}.perf-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem;margin-top:1.5rem}.perf-item{padding:1rem;border-radius:8px;background:#fff;border:1px solid var(--c-border);transition:box-shadow .2s,transform .2s}.perf-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.07)}@media screen and (min-width:76.2em){.hero-section{padding:4.5rem 3rem;margin:-1rem -.5rem 3rem}.hero-title{margin-bottom:.5rem}.hero-tagline{margin:.75rem 0 .5rem}.hero-subtitle{margin-bottom:2rem}.perf-banner{padding:2.5rem;margin:2rem 0}.perf-number{margin-bottom:.4rem}.perf-grid{gap:1.5rem;margin-top:2rem}.perf-item{padding:1.5rem}.fw-name{margin-bottom:.4rem}}.fw-name{font-weight:700;font-size:.8125rem;margin-bottom:.2rem;color:#2d3748}.fw-rps{font-size:.875rem;font-weight:800}.fw-rps.cello-rps{color:var(--c-orange)}.fw-rps.other-rps{color:var(--c-text-secondary)}.fw-detail{font-size:.75rem;color:var(--c-text-muted)}.whats-new-box{padding:1.25rem 1.5rem;border-radius:10px;background:var(--c-bg-subtle);border:1px solid var(--c-border);border-left:4px solid var(--c-orange);margin:1rem 0}.whats-new-box h3{margin-top:0}.footer-tagline{text-align:center;padding:2rem 0 1rem;font-size:.85rem;color:var(--c-text-secondary)}@media screen and (max-width:76.2em){#cello-nav-toggle{display:none}}@media screen and (max-width:768px){.hero-title{font-size:1rem !important}.perf-grid{grid-template-columns:repeat(2,1fr) !important}}@media screen and (max-width:480px){.perf-grid{grid-template-columns:1fr !important}}@media print{.md-header,.md-footer,.md-sidebar,.md-tabs,.md-top,#cello-nav-toggle{display:none !important}.md-content{max-width:100%}}.green{color:#2e7d32 !important}.orange{color:#e65100 !important}.red{color:#c62828 !important}.primary{color:var(--c-orange) !important;font-weight:600}.md-meta,.md-copyright,.md-footer-meta,.md-search-result__meta,.md-search-result__teaser,.md-source__repository,.md-version__current,.md-tooltip,.md-feedback__title,.md-feedback__note{font-size:.75rem !important}.md-sidebar--sub .md-nav__item--nested{border-top:1px solid var(--c-border) !important;margin-top:.85rem !important;padding-top:.5rem !important;list-style:none !important}.md-sidebar--sub .md-nav__item--nested:first-child{border-top:none !important;margin-top:0 !important;padding-top:0 !important}.md-sidebar--sub .md-nav[data-md-level]{display:block !important;height:auto !important;opacity:1 !important;visibility:visible !important;padding-left:.25rem !important}.md-sidebar--sub .md-nav__item--nested>.md-nav__link,.md-sidebar--sub .md-nav__item--nested>.md-nav__container,.md-sidebar--sub .md-nav__item--nested>.md-nav__container>.md-nav__link,.md-sidebar--sub .md-nav__item--nested>.md-nav__container>span{font-weight:800 !important;color:#000 !important;font-size:.78rem !important;text-transform:uppercase !important;letter-spacing:.04em !important;padding:.6rem .75rem .3rem !important;background:transparent !important;cursor:default !important;pointer-events:none !important}.md-sidebar--sub label.md-nav__link,.md-sidebar--sub .md-nav__icon{display:none !important}.sub-sidebar-back-btn{display:flex !important;align-items:center !important;gap:8px !important;font-size:.75rem !important;font-weight:700 !important;color:var(--c-text-secondary) !important;padding:.45rem .75rem !important;margin:.25rem .75rem .85rem !important;text-decoration:none !important;border:1px solid var(--c-border) !important;border-radius:6px !important;background:var(--c-bg-subtle) !important;transition:all .15s ease !important;width:fit-content !important;cursor:pointer !important}.sub-sidebar-back-btn:hover{color:var(--c-orange) !important;background:var(--c-orange-pale) !important;border-color:var(--c-orange-border) !important;transform:translateX(-2px) !important}.sub-sidebar-back-btn i{font-size:12px !important;transition:transform .15s ease !important}.sub-sidebar-back-btn:hover i{transform:translateX(-2px) !important}.md-logo img,.md-logo svg{height:40px !important;width:40px !important;object-fit:contain !important;border-radius:8px !important;transition:transform .2s ease,box-shadow .2s ease !important}.md-header__button.md-logo:hover img,.md-header__button.md-logo:hover svg{transform:scale(1.06) !important;box-shadow:0 4px 12px rgba(230,81,0,0.25) !important}.md-header__button.md-logo{padding:.25rem .5rem .25rem .75rem !important;display:flex !important;align-items:center !important;gap:.55rem !important}.md-header__inner{min-height:56px !important;align-items:center !important}.md-consent{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:10000 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:1rem !important}.md-consent__overlay{position:fixed !important;inset:0 !important;background:rgba(10,10,20,0.55) !important;backdrop-filter:blur(3px) !important;-webkit-backdrop-filter:blur(3px) !important}.md-consent__inner{position:relative !important;z-index:1 !important;bottom:auto !important;left:auto !important;right:auto !important;top:auto !important;max-width:480px !important;width:100% !important;margin:0 !important;background:#fff !important;border-radius:16px !important;box-shadow:0 24px 64px rgba(0,0,0,0.22),0 4px 16px rgba(0,0,0,0.12) !important;border-top:4px solid var(--c-orange) !important;overflow:hidden !important;animation:consent-pop .22s cubic-bezier(0.34,1.56,0.64,1) both !important}@keyframes consent-pop{from{opacity:0;transform:scale(0.92) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.md-consent__form{padding:2rem 2rem 1.75rem !important}.md-consent__title{font-size:1.1rem !important;font-weight:800 !important;color:#1a202c !important;margin:0 0 .6rem !important;letter-spacing:-.01em !important}.md-consent__description{font-size:.875rem !important;color:#4a5568 !important;line-height:1.6 !important;margin-bottom:1.5rem !important}.md-consent__inputs{border:none !important;padding:0 !important;margin:0 0 1.5rem !important}.md-consent__controls{display:flex !important;gap:.75rem !important;flex-wrap:wrap !important}.md-consent__controls .md-button--primary{background:var(--c-orange) !important;color:#fff !important;border-color:var(--c-orange) !important;border-radius:8px !important;font-weight:700 !important;padding:.55rem 1.5rem !important;flex:1 !important;transition:background .15s,transform .1s !important}.md-consent__controls .md-button--primary:hover{background:#bf360c !important;transform:translateY(-1px) !important}.md-consent__controls .md-button:not(.md-button--primary){background:transparent !important;color:#4a5568 !important;border:1.5px solid #cbd5e0 !important;border-radius:8px !important;font-weight:600 !important;padding:.55rem 1.25rem !important;transition:border-color .15s,color .15s !important}.md-consent__controls .md-button:not(.md-button--primary):hover{border-color:#718096 !important;color:#1a202c !important}