/* MU MAGMA - Biblioteca de guías */
.magma-guides{--g-orange:#ff4617;--g-orange-soft:#fff3ee;--g-ink:#171a1f;--g-text:#40444b;--g-muted:#7c8189;--g-line:#e3e5e8;max-width:1260px;margin:32px auto 60px;padding:0 18px;color:var(--g-ink);font-family:Inter,Arial,sans-serif}
.guides-hero{display:flex;align-items:center;gap:18px;margin-bottom:20px;padding:22px 26px;background:#fff;border:1px solid var(--g-line);border-radius:8px;box-shadow:0 8px 24px rgba(22,26,31,.05)}
.guides-hero-icon,.guide-title-icon{display:grid;place-items:center;flex:0 0 auto;color:var(--g-orange);background:var(--g-orange-soft);border:1px solid #ffd0c1;border-radius:7px}.guides-hero-icon{width:54px;height:54px;font-size:21px}
.guides-hero span,.guide-title-row small{display:block;color:var(--g-orange);font-size:10px;font-weight:800;letter-spacing:1.25px;text-transform:uppercase}.guides-hero h1{margin:3px 0 4px;color:var(--g-ink);font-size:27px;font-weight:800;line-height:1.15}.guides-hero p{margin:0;color:var(--g-muted);font-size:13px}
.guides-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px;align-items:start}.guides-sidebar{position:sticky;top:88px;max-height:calc(100vh - 110px);overflow:auto;padding:14px;background:#fff;border:1px solid var(--g-line);border-radius:8px;box-shadow:0 6px 20px rgba(22,26,31,.04);scrollbar-width:thin}
.guides-search{display:flex;align-items:center;gap:9px;height:42px;margin-bottom:16px;padding:0 12px;color:#9a9ea5;background:#f7f8f9;border:1px solid var(--g-line);border-radius:6px}.guides-search input{width:100%;padding:0!important;color:#292d33;background:transparent!important;border:0!important;box-shadow:none!important;outline:0;font:500 13px Inter,Arial,sans-serif}
.guides-nav-group{margin:0 0 15px}.guides-nav-group:last-child{margin-bottom:0}.guides-nav-group h2{margin:0 9px 6px;color:#999da4;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.guides-nav-group a{display:flex;align-items:center;gap:10px;min-height:39px;padding:8px 10px;color:#484d54;border-radius:5px;font-size:12px;font-weight:600;text-decoration:none;transition:color .16s ease,background .16s ease}.guides-nav-group a i{width:16px;color:#a3a7ad;text-align:center}.guides-nav-group a:hover{color:#dc3c10;background:#fff7f4}.guides-nav-group a.is-active{color:#e63e10;background:var(--g-orange-soft);box-shadow:inset 3px 0 var(--g-orange)}.guides-nav-group a.is-active i{color:var(--g-orange)}
.guides-main{min-width:0}.guide-breadcrumb{display:flex;align-items:center;gap:9px;margin:2px 3px 10px;color:#969aa1;font-size:11px}.guide-breadcrumb a{color:#df3f12;font-weight:700}.guide-breadcrumb i{font-size:8px}
.guide-article{overflow:hidden;color:var(--g-text);background:#fff;border:1px solid var(--g-line);border-radius:8px;box-shadow:0 8px 24px rgba(22,26,31,.05)}.guide-title-row{display:flex;align-items:center;gap:14px;padding:21px 25px;background:#fff;border-bottom:1px solid var(--g-line)}.guide-title-icon{width:45px;height:45px;font-size:18px}.guide-title-row h1{margin:3px 0 0;color:var(--g-ink);font-size:23px;font-weight:800;line-height:1.2}
.guide-review-note{display:flex;align-items:center;gap:12px;margin:20px 25px 0;padding:12px 14px;color:#8b5a16;background:#fff9ed;border:1px solid #f1d9aa;border-radius:6px}.guide-review-note div{display:flex;flex-direction:column;gap:2px}.guide-review-note strong{font-size:12px}.guide-review-note span{color:#887867;font-size:11px}
.guide-body{padding:25px 26px 30px;color:var(--g-text);font-size:14px;line-height:1.65}.guide-body>p:first-child{margin-top:0}.guide-body p,.guide-body li{color:var(--g-text)}.guide-body h2,.guide-body h3,.guide-body h4{color:var(--g-ink)}.guide-body h2{margin:26px 0 12px;font-size:19px}.guide-body h3{font-size:16px}.guide-body a{color:#e44012;font-weight:600}.guide-body img{max-width:100%;height:auto}.guide-body code,.guide-body .cmd-code{font-family:Consolas,monospace}
.guide-body .guias-section-title{display:block;margin:30px 0 14px;padding:0;color:var(--g-ink);border:0;font-size:16px;font-weight:800;letter-spacing:.025em}.guide-body .guias-section-title:before{content:none}
.guide-body table{width:100%;overflow:hidden;background:#fff;border:1px solid var(--g-line);border-radius:6px;border-collapse:separate;border-spacing:0}.guide-body th,.guide-body td{padding:11px 13px;vertical-align:middle;text-align:left;border-right:1px solid var(--g-line);border-bottom:1px solid var(--g-line)}.guide-body th:last-child,.guide-body td:last-child{border-right:0}.guide-body tr:last-child td{border-bottom:0}.guide-body th{color:#696e76;background:#f7f8f9;font-size:11px;font-weight:750;letter-spacing:.35px;text-transform:uppercase}.guide-body tbody tr:nth-child(even) td{background:#fbfbfc}.guide-body tbody tr:hover td{background:#fff8f5}
.guide-table-scroll{width:100%;overflow-x:auto;border-radius:6px;-webkit-overflow-scrolling:touch}.guide-body .guide-schedule-table{min-width:760px;table-layout:fixed}.guide-schedule-table .guide-schedule-event{width:17%}.guide-schedule-table .guide-schedule-frequency{width:17%}.guide-schedule-table .guide-schedule-time{width:33%}.guide-schedule-table .guide-schedule-detail{width:33%}.guide-body .guide-schedule-table td{line-height:1.45}.guide-time-list{display:flex;flex-wrap:wrap;gap:5px 6px}.guide-time-list time{min-width:43px;padding:3px 5px;border:1px solid #e5e6e8;border-radius:3px;background:#fafaf9;color:#4d5259;font-size:10px;font-weight:700;line-height:1.2;text-align:center;white-space:nowrap}
.guide-body .guias-note{padding:13px 15px;color:#4a4e54;background:#fff7f3;border:1px solid #ffd8ca;border-left:4px solid var(--g-orange);border-radius:5px}.guide-body .guias-combo{gap:18px;padding:18px 20px;background:#faf8f6;border:1px solid #ebe4df;border-radius:7px}.guide-body .guias-combo-item{width:118px;padding:0;background:transparent;border:0;box-shadow:none}.guide-body .guias-combo-item img{min-height:58px;max-height:66px;max-width:92px;padding:0;background:transparent;border:0;border-radius:0;filter:none;mix-blend-mode:multiply}.guide-body .guias-combo-item span{color:#4c5056;font-size:11px;font-weight:700;line-height:1.35}.guide-body .guias-combo-op{color:var(--g-orange);font-size:22px;text-shadow:none}.guide-body .guias-items-strip img{image-rendering:auto}
.guide-body details.guide-step{margin:11px 0;background:#fff;border:1px solid var(--g-line);border-radius:6px}.guide-body details.guide-step summary{display:flex;align-items:center;gap:12px;padding:14px 16px;color:var(--g-ink);cursor:pointer;font-size:14px;font-weight:750;list-style:none}.guide-body details.guide-step summary::-webkit-details-marker{display:none}.guide-body details.guide-step summary:after{content:"+";margin-left:auto;color:var(--g-orange);font-size:20px}.guide-body details.guide-step[open] summary:after{content:"−"}.guide-body details.guide-step>div{padding:0 16px 16px;border-top:1px solid var(--g-line)}
.guide-pagination{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.guide-pagination>a{display:flex;align-items:center;gap:12px;min-height:62px;padding:12px 16px;color:#898d94;background:#fff;border:1px solid var(--g-line);border-radius:7px;text-decoration:none}.guide-pagination>a:hover{border-color:#ffb9a5}.guide-pagination>a.next{justify-content:flex-end;text-align:right}.guide-pagination a i{color:var(--g-orange)}.guide-pagination a span{display:flex;flex-direction:column;font-size:10px;text-transform:uppercase}.guide-pagination a strong{margin-top:2px;color:#262a30;font-size:12px;text-transform:none}
.guide-unavailable{max-width:760px;margin:80px auto;padding:34px;background:#fff;border:1px solid var(--g-line);border-radius:8px;text-align:center}
@media(max-width:960px){.guides-layout{grid-template-columns:1fr}.guides-sidebar{position:relative;top:auto;max-height:none}.guides-sidebar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}.guides-nav-group{margin:0}}
@media(max-width:600px){.magma-guides{margin-top:20px;padding:0 10px}.guides-hero{padding:19px}.guides-hero-icon{display:none}.guides-hero h1{font-size:24px}.guides-sidebar nav{grid-template-columns:1fr}.guide-title-row{padding:18px}.guide-title-row h1{font-size:20px}.guide-title-icon{width:41px;height:41px}.guide-body{padding:19px 16px 22px;font-size:13px}.guide-review-note{margin:16px 16px 0}.guide-pagination{grid-template-columns:1fr}.guide-pagination>span{display:none}.guide-body table{display:block;overflow-x:auto}}
