@charset "UTF-8";:root{--bg: #f5f7fb;--surface: #ffffff;--surface-2: #f8fafc;--text: #0f172a;--muted: #64748b;--primary: #2563eb;--primary-hover: #1d4ed8;--border: #e2e8f0;--success: #16a34a;--danger: #dc2626;--shadow: 0 10px 30px rgba(15, 23, 42, .08);--radius: 16px;--list-summary-label-size: .85rem;--list-summary-value-size: 1.2rem;--public-order-title-size: 1.3rem;--public-section-heading-size: 1.05rem;--public-total-label-size: .75rem;--public-total-value-size: 1.4rem;--public-total-subline-size: .85rem}*{box-sizing:border-box}html{font-size:93.75%}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}body{min-height:100vh}html.shell-menu-open,body.shell-menu-open{overflow:hidden;overscroll-behavior:none}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.page{padding:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.input,.select{width:100%;border:1px solid var(--border);background:#fff;border-radius:12px;padding:.75rem .9rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.center-menu{position:relative;width:100%}.center-menu-trigger{width:100%;cursor:pointer;list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.9rem;text-align:left;padding:.75rem .9rem;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:none}.center-menu-trigger::-webkit-details-marker{display:none}.center-menu-trigger::marker{content:""}.center-menu-trigger:after{content:"";flex:0 0 .95rem;width:.95rem;height:.95rem;margin-left:auto;background-color:currentColor;opacity:.72;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 8.5L10 12.75L14.25 8.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.75 8.5L10 12.75L14.25 8.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform .18s ease,opacity .18s ease}.center-pill-copy{display:flex;flex-direction:column;align-items:flex-start;gap:.08rem;min-width:0}.center-menu[open] .center-menu-trigger:after{transform:rotate(180deg);opacity:.9}.center-menu-panel{position:absolute;top:calc(100% + .55rem);right:0;z-index:40;width:min(92vw,380px);min-width:320px;padding:.85rem;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 18px 40px #0f172a24;display:grid;gap:.7rem}.center-menu-search{width:100%;min-width:0}.center-menu-list{display:grid;gap:.35rem;max-height:340px;overflow:auto}.center-menu-item{width:100%;border:1px solid transparent;border-radius:12px;padding:.75rem .85rem;display:grid;gap:.12rem;text-align:left;background:#f8fafc;color:var(--text);cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.center-menu-item:hover{border-color:#3b82f638;background:#eff6ff}.center-menu-item.selected{border-color:#2563eb59;background:#2563eb17}.center-menu-item-main{font-weight:400;font-size:1rem;line-height:1.3}.center-menu-item-meta{color:var(--muted);font-size:.8rem;line-height:1.25}.center-menu-all{justify-content:flex-start}.center-menu-empty{padding:.4rem .2rem .1rem;color:var(--muted);font-size:.9rem}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:var(--bg);position:relative}.sidebar{background:#0f172a;color:#e2e8f0;padding:1.25rem;border-right:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:.9rem;margin-bottom:2rem}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:800}.brand-title{display:block;max-width:170px;color:#fff;font-size:1rem;line-height:1.15;word-break:break-word}.brand-sub{color:#94a3b8;font-size:.85rem;margin-top:.15rem}.nav{display:grid;gap:1rem}.nav a{padding:.85rem 1rem;border-radius:12px;color:#cbd5e1;transition:background .2s ease,color .2s ease}.nav-root,.nav-group-links{display:grid;gap:.35rem}.nav-group{display:grid;gap:.45rem}.nav-group-title{padding:0 .35rem;color:#94a3b8;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav a:hover,.nav a.active{background:#ffffff14;color:#fff}.main{min-width:0}.topbar{min-height:92px;padding:.8rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.topbar-left{display:flex;align-items:center;gap:1rem;min-width:0}.topbar-title{margin:0;font-size:1.2rem}.topbar-sub{margin:.2rem 0 0;color:var(--muted);font-size:.9rem}.topbar-right{display:flex;align-items:center;flex-wrap:wrap;gap:.85rem}.mobile-menu-toggle{display:none;align-items:center;gap:.55rem;padding:.65rem .85rem;border-radius:14px;border:1px solid var(--border);background:#fff;color:var(--text);font-weight:700;cursor:pointer;box-shadow:0 2px 6px #0f172a0a}.mobile-menu-icon{display:inline-grid;gap:.22rem}.mobile-menu-icon span{display:block;width:16px;height:2px;border-radius:999px;background:currentColor}.sidebar-backdrop{display:none;position:fixed;inset:0;border:0;background:#0f172a7a;z-index:20;padding:0;margin:0}.content{padding:1.5rem}.context-switch-backdrop,.context-switch-modal{position:fixed;inset:0;z-index:60}.context-switch-backdrop{background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.context-switch-modal{inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(92vw,460px);background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:18px;box-shadow:0 24px 72px #0f172a47;padding:1.25rem;display:grid;gap:.9rem;z-index:70}.context-switch-title{margin:0;font-size:1.1rem;line-height:1.35}.context-switch-body{margin:0;color:var(--muted);line-height:1.5}.context-switch-actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.btn{border:0;border-radius:12px;padding:.75rem 1rem;font-weight:600;transition:background .2s ease,transform .15s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.help-back-to-index{position:fixed;right:1.25rem;bottom:1.25rem;z-index:50;border:1px solid rgba(37,99,235,.22);border-radius:999px;padding:.8rem 1rem;background:#2563ebf5;color:#fff;box-shadow:0 16px 34px #0f172a33}.help-back-to-index:hover{background:#1d4ed8fa}@media(max-width:760px){.help-back-to-index{right:1rem;bottom:1rem}}.tab-strip{display:flex;gap:.35rem;flex-wrap:wrap;align-items:flex-end;padding:.2rem .2rem 0;overflow-x:auto;border-bottom:1px solid rgba(15,23,42,.08)}.tab-strip::-webkit-scrollbar{height:10px}.tab-strip::-webkit-scrollbar-thumb{background:#64748b38;border-radius:999px}.tab-item{min-width:180px;text-align:left;padding:.78rem 1rem .88rem;border-radius:14px 14px 0 0;box-shadow:none;position:relative;top:1px;display:flex;flex-direction:column;gap:.12rem}.tab-item-active{border-color:#3b82f659;background:linear-gradient(180deg,#fffffffa,#f3f8ff);box-shadow:0 -1px #ffffffe6,0 12px 24px #0f172a0f;z-index:1;color:var(--text)}.tab-item-inactive{border-color:#94a3b859;background:#ffffffb8;color:var(--muted)}.tab-panel{padding:.95rem;box-shadow:none;border-top-left-radius:0;margin-top:-1px;border-color:#0f172a14;background:linear-gradient(180deg,#fff,#fbfdff)}.badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.3rem .65rem;font-size:.8rem;font-weight:600}.badge-success{background:#16a34a1f;color:var(--success)}.badge-danger{background:#dc26261f;color:var(--danger)}.badge-warning{background:#f59e0b24;color:#9a3412}.badge-info{background:#0ea5e924;color:#0369a1}.badge-muted{background:#64748b1f;color:var(--muted)}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:.95rem 1rem;border-bottom:1px solid var(--border)}.table th{color:var(--muted);font-size:.85rem;font-weight:700;background:var(--surface-2)}.table tbody tr:hover{background:#fafcff}.section-title{margin:0;font-size:1.5rem}.section-subtitle{margin:.35rem 0 0;color:var(--muted)}.input.ng-invalid.ng-touched,.select.ng-invalid.ng-touched{border-color:var(--danger);box-shadow:0 0 0 4px #dc26261f}.btn:disabled{opacity:.55;cursor:not-allowed}.pedido-public-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(8,145,178,.08),transparent 32%),linear-gradient(180deg,#f8fafc,#eef2ff);padding:2rem 1rem 3rem}.pedido-public-shell{max-width:none;width:100%;margin:0 auto}.pedido-public-grid{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:1.5rem;align-items:start}.public-card{background:#fffffff0;border:1px solid rgba(148,163,184,.18);border-radius:24px;padding:1.5rem;box-shadow:0 24px 60px #0f172a14}.pedido-header{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1.5rem;flex-wrap:wrap}.pedido-center{font-size:var(--public-order-title-size);font-weight:800;color:#0f172a}.pedido-address{margin-top:.35rem;color:#64748b}.pedido-title{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;gap:.75rem}.pedido-tax-id{margin-top:.35rem;color:#475569;font-size:.95rem;font-weight:600}.pedido-logo{max-width:140px;max-height:90px;object-fit:contain}.header-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:flex-start;justify-content:flex-end}.public-inline-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:.65rem}.public-inline-select{min-width:0}.pedido-heading{font-size:var(--public-section-heading-size);font-weight:700;color:#0f172a;margin-bottom:1rem}.public-message,.legal-box{border-radius:16px;background:#0f172a0a;color:#334155;padding:.95rem 1rem;margin-bottom:1rem;white-space:pre-wrap}.public-message--spaced{margin-top:1rem}.public-status-box,.public-access-box{border-radius:16px;border:1px solid rgba(148,163,184,.18);background:#0f172a08;padding:.95rem 1rem}.public-status-box--success{color:#166534;background:#22c55e1f;border-color:#22c55e2e}.public-status-box--warning{color:#b45309;background:#f59e0b1a;border-color:#f59e0b2e}.header-actions:empty{display:none}.public-success,.public-hint,.empty-box{border-radius:14px;padding:.85rem 1rem;margin-bottom:1rem;border:1px solid transparent}.public-success{color:#166534;background:#22c55e1a;border-color:#22c55e2e}.public-hint{color:#334155;background:#94a3b814;border-color:#94a3b824}.empty-box{color:#334155;background:#0f172a0a}.public-access-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:end}.public-course-block{margin-bottom:1rem;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(148,163,184,.24);background:#2563eb0a}.public-course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}.public-course-field{min-width:0}.public-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem;margin-bottom:1.35rem}.public-field{min-width:0}.public-field--span-2{grid-column:span 2}.public-field--postal{max-width:10.5rem}.public-field--full{grid-column:1/-1}.public-tutor-block{border-radius:16px;border:1px solid rgba(148,163,184,.24);background:#0f172a08;padding:.9rem 1rem}.public-tutor-subtitle{margin:.1rem 0 0;font-weight:700;color:#334155}.public-form-grid--nested{margin-bottom:0;width:100%;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.public-form-grid--nested .public-field--span-2{grid-column:1/-1}.public-form-grid--student{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.full-row{grid-column:1/-1}@media(min-width:1320px){.public-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1760px){.public-form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.public-section-title{margin:1.25rem 0 .75rem;font-weight:800;color:#0f172a}.public-section-title--spaced{margin:.35rem 0 0}.public-section-title--no-top{margin-top:0}.pedido-public-page label:not(.payment-item):not(.legal-check):not(.catalog-row):not(.voucher-file-picker){display:block;margin-bottom:.35rem;font-weight:600;color:#334155}.required-marker{color:#dc2626;margin-left:.2rem;font-weight:700}.field-help{margin-top:.35rem;color:#64748b;font-size:.92rem}.field-help--spaced{margin-top:.45rem}.field-help-box{margin-top:0;border-radius:14px;background:#0f172a0a;padding:.85rem 1rem;white-space:pre-wrap}.payment-list{display:grid;gap:.5rem;margin-bottom:1rem}.payment-item{display:flex;align-items:center;gap:.65rem;margin:0;font-weight:500}.public-payment-box{border-radius:16px;border:1px solid rgba(148,163,184,.24);background:#0f172a08;padding:.95rem 1rem;margin-bottom:1rem}.public-form-grid--compact{margin-bottom:0}.voucher-box{border-radius:18px;background:#f59e0b14;border:1px solid rgba(245,158,11,.18);padding:1rem;margin-bottom:1rem}.voucher-copy{color:#92400e;margin-bottom:.65rem}.voucher-grid{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:1rem;align-items:start}.voucher-summary{border-radius:14px;background:#ffffffc7;padding:.85rem 1rem;display:grid;gap:.35rem;color:#7c2d12}.voucher-files{margin-top:1rem;display:grid;gap:.75rem}.voucher-files-title{font-weight:700;color:#0f172a}.voucher-file-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:center}.voucher-file-picker{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.7rem .95rem;border-radius:12px;background:#fff;border:1px solid rgba(148,163,184,.28);cursor:pointer;font-weight:600}.voucher-file-picker input{display:none}.voucher-file-meta{min-width:0}.voucher-file-name,.voucher-file-missing{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voucher-file-name{color:#0f172a;font-weight:600}.voucher-file-missing{color:#b45309}.catalog-table{border:1px solid rgba(148,163,184,.18);border-radius:18px;overflow:hidden;margin-bottom:1rem}.catalog-head,.catalog-row{display:grid;grid-template-columns:34px 96px 170px minmax(260px,1fr) 180px 120px;gap:1rem;align-items:start;padding:.8rem 1rem}.catalog-head{background:#0891b2;color:#fff;font-weight:700;align-items:center}.catalog-row{border-top:1px solid rgba(148,163,184,.14);background:#fff;display:grid;margin-bottom:0;font-weight:inherit;color:inherit}.catalog-head>span,.catalog-row>span,.catalog-total-row>span{min-width:0}.order-cell,.head-order{color:#64748b;font-variant-numeric:tabular-nums;font-weight:600}.catalog-row.required-row{background:#fff;box-shadow:inset 4px 0 #0891b23d}.catalog-row.catalog-row--automatic{background:#0f172a08}.catalog-row.catalog-row--inactive{opacity:.66}.catalog-row.catalog-row--pack-parent{background:#0891b209;box-shadow:inset 4px 0 #0891b240}.catalog-row.catalog-row--pack-child{background:#0f172a05;font-size:.92rem}.description-cell{display:grid;gap:.2rem;min-width:0}.description-cell small{color:#64748b}.description-cell .automatic-note{color:#0f766e;font-weight:600}.group-title{padding:.75rem 1rem;background:#0f172a14;font-weight:800;color:#334155}.catalog-group{border-top:1px solid rgba(148,163,184,.14)}.group-title--summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:.6rem}.group-title--summary::-webkit-details-marker{display:none}.group-title--summary:before{content:"\25b8";font-size:.9rem;transition:transform .18s ease}.catalog-group[open] .group-title--summary:before{transform:rotate(90deg)}.group-intro{padding:.75rem 1rem;background:#0f172a0a;color:#475569;border-top:1px solid rgba(148,163,184,.14)}.catalog-total-row{display:grid;grid-template-columns:34px 96px 170px minmax(260px,1fr) 180px 120px;gap:1rem;align-items:center;padding:.8rem 1rem;border-top:1px solid rgba(148,163,184,.2);background:#0891b21a}.check-cell{display:flex;align-items:center;justify-content:center}.catalog-quantity-select{width:100%;min-width:4.5rem;max-width:6rem;text-align:center}.price-cell,.head-price{text-align:right;font-weight:700;justify-self:end;white-space:nowrap;font-variant-numeric:tabular-nums}.isbn-cell{color:#475569;font-variant-numeric:tabular-nums}.editorial-cell{color:#475569}.legal-check{display:flex;align-items:start;gap:.65rem;margin:1rem 0;font-weight:500}.legal-check--tight{margin:0}.legal-check--links>span{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.3rem}.legal-links{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem}.legal-links a{color:#0f766e;font-weight:600;text-decoration:none}.legal-links a:hover{text-decoration:underline}.legal-check--disabled{opacity:.64}.shipping-summary{border-radius:14px;background:#0f172a0a;color:#334155;padding:.85rem 1rem}.shipping-summary--success{background:#22c55e1f;color:#166534}.special-price-feedback--success{color:#166534;font-weight:600}.special-price-feedback--error{color:#b91c1c;font-weight:600}.submit-row{display:flex;justify-content:flex-start;margin-top:1rem}.submit-row--left{justify-content:flex-start;margin-bottom:.6rem}.pedido-total{position:sticky;top:1rem;padding:1rem .85rem;text-align:center;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff}.total-label{text-transform:uppercase;letter-spacing:.08em;font-size:var(--public-total-label-size);opacity:.82}.total-value{margin-top:.25rem;font-size:var(--public-total-value-size);font-weight:800}.total-subline{margin-top:.45rem;font-size:var(--public-total-subline-size);opacity:.9}.total-subline--strong{font-weight:700;opacity:1}.public-error{color:#b91c1c;background:#dc262614;border:1px solid rgba(220,38,38,.14);border-radius:14px;padding:.85rem 1rem}.public-error-spaced{margin-top:1rem}.public-form-action{display:flex;align-items:flex-end}.description-cell[data-level="1"]{padding-left:1.25rem}.description-cell[data-level="2"]{padding-left:2.5rem}.description-cell[data-level="3"]{padding-left:3.75rem}.description-cell[data-level="4"]{padding-left:5rem}.public-confirm{max-width:680px;margin:4rem auto;text-align:center}.results-summary{margin-bottom:1rem;color:#334155}.confirm-actions{margin-top:1rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.public-legal-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.24);color:#475569;white-space:pre-wrap}.public-legal-footer-title{text-transform:uppercase;letter-spacing:.04em;color:#334155;font-weight:800;margin-bottom:.45rem}@media(max-width:1024px){.pedido-public-grid{grid-template-columns:1fr}.pedido-total{position:static;order:-1}}@media(max-width:800px){.public-course-grid,.public-form-grid,.public-form-grid--nested{grid-template-columns:1fr}.public-field--span-2{grid-column:1/-1}.public-access-box,.voucher-grid,.voucher-file-row{grid-template-columns:1fr}.catalog-head,.catalog-row{grid-template-columns:34px 84px minmax(0,1fr) 100px}.catalog-head span:nth-child(3),.catalog-row span:nth-child(3),.catalog-head span:nth-child(5),.catalog-row span:nth-child(5){display:none}.catalog-total-row{grid-template-columns:34px 84px minmax(0,1fr) 100px}.catalog-total-row span:nth-child(3),.catalog-total-row span:nth-child(5){display:none}.public-inline-row{grid-template-columns:1fr}}@media(max-width:980px){.shell{grid-template-columns:1fr}.sidebar{display:grid;align-content:start;position:fixed;inset:0 auto 0 0;width:min(84vw,320px);max-width:320px;transform:translate(-102%);transition:transform .24s ease;z-index:30;overflow-y:auto;box-shadow:0 24px 64px #0f172a59}.shell.sidebar-open .sidebar{transform:translate(0)}.sidebar-backdrop{display:block}.shell:not(.sidebar-open) .sidebar-backdrop{pointer-events:none;opacity:0}.shell.sidebar-open .sidebar-backdrop{opacity:1}.topbar{height:auto;padding:1rem;align-items:flex-start;gap:1rem;flex-direction:column}.topbar-left{width:100%;align-items:flex-start}.mobile-menu-toggle{display:inline-flex}.topbar-right{width:100%;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.content{padding:1rem}.center-menu{width:100%}.center-menu-panel{left:0;right:0;width:100%;min-width:0}}.help-shell{display:grid;gap:1rem;width:100%}.help-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.help-switcher{display:inline-flex;gap:.5rem;flex-wrap:wrap}.help-panel{display:grid;gap:1rem;width:100%;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:linear-gradient(180deg,#f8fafcfa,#fffffffa);padding:1.25rem;box-shadow:0 14px 30px #0f172a0f}.help-panel-header{display:flex;justify-content:space-between;gap:.85rem;align-items:flex-start;flex-wrap:wrap}.help-panel-meta{color:var(--muted);font-size:.92rem;max-width:58rem}.help-alert{padding:1rem 1.1rem;border-radius:14px;border:1px solid rgba(220,38,38,.16);background:#dc26260a;color:var(--danger)}.help-loading-card{padding:1rem 1.1rem}.help-manual{width:100%;max-width:none;min-width:0;display:grid;gap:.9rem;color:#0f172a;line-height:1.65;font-size:.98rem}.help-manual :is(h1,h2,h3,h4,p,ul,ol,blockquote,pre,table){margin:0 0 .85rem}.help-manual h1{font-size:2rem;line-height:1.15;margin-top:.1rem}.help-manual h2{font-size:1.35rem;line-height:1.2;margin-top:1rem;padding-bottom:.35rem;border-bottom:1px solid rgba(148,163,184,.22)}.help-manual h3{font-size:1rem;margin-top:.9rem}.help-manual :is(h1,h2,h3,h4,h5,h6){scroll-margin-top:10rem}.help-manual :is(h1,h2,h3,h4,h5,h6).manual-anchor-target{border-radius:.6rem;background:#2563eb12}.help-manual ul,.help-manual ol{padding-left:1.4rem;margin:0 0 .9rem}.help-manual li{margin-bottom:.45rem}.help-manual h2+ol,.help-manual h2+ul{margin-top:.55rem}.help-manual>h2:first-of-type+ol{margin-top:.75rem}.help-manual>h2:first-of-type+ol>li{margin-bottom:.9rem;padding-bottom:.8rem;border-bottom:1px solid rgba(148,163,184,.14);break-inside:avoid;page-break-inside:avoid}.help-manual>h2:first-of-type+ol>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.help-manual .manual-toc-link{color:inherit;text-decoration:none}.help-manual .manual-toc-link:hover{text-decoration:underline}.help-manual .manual-toc-section{font-weight:800}.help-manual>h2:first-of-type+ol>li>strong,.help-manual>h2:first-of-type+ol>li>p:first-child{display:block;margin:0 0 .35rem;font-size:1.03rem;font-weight:800;color:#0f172a}.help-manual>h2:first-of-type+ol>li>strong a,.help-manual>h2:first-of-type+ol>li>p:first-child a{font-weight:800;color:inherit;text-decoration:none}.help-manual>h2:first-of-type+ol>li>ul,.help-manual>h2:first-of-type+ol>li>ol{margin:.45rem 0 0;padding-left:1.15rem;border-left:2px solid rgba(148,163,184,.22)}.help-manual>h2:first-of-type+ol>li>ul>li,.help-manual>h2:first-of-type+ol>li>ol>li{margin-bottom:.3rem;color:#475569;font-size:.94rem;line-height:1.45}.help-manual>h2:first-of-type+ol>li>ul>li>a,.help-manual>h2:first-of-type+ol>li>ol>li>a{color:inherit;text-decoration:none}.help-manual>h2:first-of-type+ol>li>ul>li>a:hover,.help-manual>h2:first-of-type+ol>li>ol>li>a:hover{text-decoration:underline}.help-manual li>ol,.help-manual li>ul{margin-top:.35rem;margin-bottom:.15rem}.help-manual code{font-family:SFMono-Regular,ui-monospace,Cascadia Code,Source Code Pro,monospace;font-size:.92em;padding:.06rem .28rem;border-radius:.35rem;background:#0f172a0d}.help-manual pre{overflow:auto;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#f8fafcf2}.help-manual blockquote{padding-left:1rem;border-left:3px solid rgba(148,163,184,.6);color:#475569}.help-manual table{width:100%;border-collapse:collapse}.help-manual th,.help-manual td{border:1px solid rgba(148,163,184,.2);padding:.55rem .65rem;vertical-align:top}.help-manual th{background:#f8fafcf2;font-weight:700}.help-manual .manual-link{color:#475569;font-style:italic}.pdf-card{display:grid;gap:.9rem;max-width:42rem;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:#fffffff5;padding:1rem 1.1rem}.pdf-card h3{margin:0;font-size:1.1rem}.help-pdf-title{margin:0;font-size:1.15rem;font-weight:800}.pdf-card p{margin:0;color:var(--muted)}@media(max-width:760px){.help-panel{padding:1rem}.help-manual h1{font-size:1.7rem}}
