.manual-page{background:var(--bg,#fafaf8);min-height:100vh;color:var(--ink,#111);font-family:var(--font-sans,system-ui, sans-serif)}.manual-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line,#e5e5e5);background:#fafaf8eb;position:sticky;top:0}.manual-header__inner{justify-content:space-between;align-items:center;gap:24px;max-width:960px;height:56px;margin:0 auto;padding:0 24px;display:flex}.manual-header__logo{letter-spacing:-.02em;color:var(--ink);font-size:1rem;font-weight:700;text-decoration:none}.manual-toc{gap:4px;display:flex}.manual-toc a{color:var(--ink-soft,#555);border-radius:6px;padding:6px 10px;font-size:.8125rem;text-decoration:none;transition:background .15s,color .15s}.manual-toc a:hover{background:var(--bg-soft,#f0f0ec);color:var(--ink)}@media (max-width:600px){.manual-toc{display:none}}.manual-main{max-width:760px;margin:0 auto;padding:0 24px 96px}.manual-hero{border-bottom:1px solid var(--line,#e5e5e5);padding:72px 0 56px}.manual-hero__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent,#b08c5a);margin-bottom:16px;font-size:.75rem;font-weight:600;display:block}.manual-hero__title{letter-spacing:-.04em;margin:0 0 16px;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.manual-hero__lead{color:var(--ink-soft,#555);max-width:520px;margin:0 0 40px;font-size:1.0625rem;line-height:1.65}.manual-hero__roles{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:640px){.manual-hero__roles{grid-template-columns:1fr}}.manual-role-card{background:var(--surface,#fff);border:1px solid var(--line,#e5e5e5);border-radius:12px;padding:20px}.manual-role-card__icon{margin-bottom:10px;font-size:1.5rem}.manual-role-card__role{letter-spacing:-.02em;margin:0 0 4px;font-size:.9375rem;font-weight:700}.manual-role-card__access{color:var(--accent,#b08c5a);font-size:.75rem;font-family:var(--font-mono,monospace);margin:0 0 12px}.manual-role-card__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.manual-role-card__list li{color:var(--ink-soft,#555);padding-left:14px;font-size:.8125rem;position:relative}.manual-role-card__list li:before{content:"✓";color:var(--accent,#b08c5a);font-size:.7rem;position:absolute;top:2px;left:0}.manual-section{border-bottom:1px solid var(--line,#e5e5e5);padding:56px 0}.manual-section__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent,#b08c5a);margin-bottom:8px;font-size:.6875rem;font-weight:700}.manual-section__title{letter-spacing:-.03em;margin:0 0 24px;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:700}.manual-section__body>p:first-child{color:var(--ink-soft,#555);margin:0 0 28px;font-size:1rem;line-height:1.65}.manual-subsection{letter-spacing:-.02em;border-top:1px solid var(--line,#e5e5e5);margin:36px 0 16px;padding-top:32px;font-size:1rem;font-weight:700}.manual-steps{flex-direction:column;gap:0;display:flex}.manual-step{border-bottom:1px solid var(--line,#e5e5e5);gap:16px;padding:16px 0;display:flex}.manual-step:last-child{border-bottom:none}.manual-step__num{background:var(--accent,#b08c5a);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.manual-step__title{margin-bottom:4px;font-size:.9375rem;font-weight:700;display:block}.manual-step__desc{color:var(--ink-soft,#555);margin:0;font-size:.875rem;line-height:1.6}.manual-tip{border-left:3px solid var(--accent,#b08c5a);color:var(--ink-soft,#555);background:#fdf8f0;border-radius:0 8px 8px 0;margin-top:20px;padding:14px 16px;font-size:.8125rem;line-height:1.6}.manual-tip:before{content:"💡 "}.manual-code{font-family:var(--font-mono,monospace);background:var(--bg-soft,#f0f0ec);color:var(--ink,#111);border-radius:4px;padding:2px 6px;font-size:.8125em}.manual-table-wrap{border:1px solid var(--line,#e5e5e5);border-radius:10px;overflow-x:auto}.manual-table{border-collapse:collapse;width:100%;font-size:.875rem}.manual-table th{background:var(--bg-soft,#f0f0ec);text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft,#555);border-bottom:1px solid var(--line,#e5e5e5);padding:10px 14px;font-size:.75rem;font-weight:700}.manual-table td{border-bottom:1px solid var(--line,#e5e5e5);vertical-align:top;color:var(--ink,#111);padding:10px 14px;line-height:1.55}.manual-table tr:last-child td{border-bottom:none}.manual-table td:nth-child(2){text-align:center;color:var(--ink-soft,#555)}.manual-faq{flex-direction:column;gap:0;display:flex}.manual-faq__item{border-bottom:1px solid var(--line,#e5e5e5)}.manual-faq__item summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;padding:18px 0;font-size:.9375rem;font-weight:600;list-style:none;display:flex}.manual-faq__item summary::-webkit-details-marker{display:none}.manual-faq__item summary:after{content:"+";color:var(--accent,#b08c5a);font-size:1.25rem;transition:transform .2s}.manual-faq__item[open] summary:after{transform:rotate(45deg)}.manual-faq__item p{color:var(--ink-soft,#555);margin:0;padding-bottom:18px;font-size:.875rem;line-height:1.7}.manual-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:56px 0 0;display:flex}.manual-footer p{color:var(--ink-soft,#555);font-size:.875rem}.manual-footer a[href^=mailto]{color:var(--accent,#b08c5a)}@media print{@page{size:A4;margin:18mm 16mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.manual-header,.manual-footer .button,.manual-toc{display:none!important}.manual-page,.manual-main{color:#111!important;background:#fff!important}.manual-main{max-width:100%!important;padding:0!important}.manual-hero{padding:24px 0 20px!important}.manual-hero__title{font-size:28pt!important}.manual-hero__lead{font-size:10pt!important}.manual-hero__roles{break-inside:avoid;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.manual-role-card{background:#f9f9f7!important;border:1px solid #d0d0d0!important;padding:12px!important}.manual-section{break-before:auto;padding:28px 0!important}.manual-section__title{font-size:16pt!important}.manual-step__num{color:#fff!important;background:#b08c5a!important;width:22px!important;height:22px!important;font-size:8pt!important}.manual-step__title{font-size:9.5pt!important}.manual-step__desc{font-size:8.5pt!important}.manual-tip{background:#fdf8f0!important;border-left:3px solid #b08c5a!important;font-size:8.5pt!important}.manual-code{background:#f0f0ec!important;font-size:7.5pt!important}.manual-table th{background:#f0f0ec!important;font-size:7pt!important}.manual-table td{font-size:8pt!important}.manual-faq__item{open:true}details.manual-faq__item,details.manual-faq__item[open],details.manual-faq__item>p,details.manual-faq__item>:not(summary){display:block!important}.manual-faq__item summary{padding:10px 0!important;font-size:9pt!important}.manual-faq__item p{font-size:8.5pt!important}.manual-faq__item summary:after{display:none!important}.manual-section:nth-child(4){break-before:page}.manual-footer{padding:20px 0 0!important;font-size:8.5pt!important}.manual-hero:after{content:"gestionraiz.com/manual";color:#999;margin-top:16px;font-size:8pt;display:block}}.manual-print-btn{color:var(--ink,#111);background:var(--surface,#fff);border:1px solid var(--line,#e5e5e5);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.manual-print-btn:hover{background:var(--bg-soft,#f0f0ec);border-color:#ccc}@media print{.manual-print-btn{display:none!important}}
