#guide-view,#guide-dashboard-view,#guide-drawer,#guide-lightbox{--g-blue:#0b7ff0;--g-navy:#0e2166;--g-text:#1f2a44;--g-muted:#667085;--g-bg:#f3f6fb;--g-border:#dfe6f0;--g-green:#168a76;--g-violet:#6941c6;--g-amber:#b7791f;--g-red:#c43232;--g-gold:#c28b27;--g-shadow:0 8px 24px rgba(25,48,93,.06);font-family:"Varela Round",sans-serif;color:var(--g-text)}#guide-view[hidden],#guide-dashboard-view[hidden],#guide-drawer[hidden],#guide-lightbox[hidden],#guide-view [hidden],#guide-dashboard-view [hidden],#guide-drawer [hidden],#guide-lightbox [hidden]{display:none !important}#guide-view *,#guide-dashboard-view *,#guide-drawer *,#guide-lightbox *{box-sizing:border-box}#guide-view:is(h1,h2,h3,p,header,section),#guide-dashboard-view:is(h1,h2,h3,p,header,section){background-color:transparent}#guide-dashboard-view .guide-section__head,#guide-dashboard-view .guide-section__head:is(h2,p),#guide-view .guide-hero__copy,#guide-dashboard-view .guide-hero__copy{background:transparent !important;box-shadow:none !important}.guide-page{min-height:calc(100vh - 68px);padding:20px 0 44px;background:linear-gradient(180deg,#f7f9fc 0%,#eef3f9 100%)}.guide-shell{width:calc(100% - clamp(28px,4vw,62px));max-width:1640px;margin:0 auto}.guide-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px clamp(24px,4vw,42px);border:1px solid #d4e5f8;border-radius:20px;background:linear-gradient(120deg,#fff 0%,#f4f9ff 55%,#f5fbf9 100%);box-shadow:var(--g-shadow)}.guide-hero__copy{min-width:0}.guide-hero h1{margin:0;color:var(--g-navy);font-size:clamp(30px,3.3vw,46px);line-height:1.08;letter-spacing:-.02em}.guide-hero--detail h1{margin-top:10px}.guide-hero--detail p{max-width:900px;margin:9px 0 0;color:#526078;font-size:14px;line-height:1.6}.guide-hero__stats{display:flex;flex:0 0 auto;overflow:hidden;border:1px solid #dce6f0;border-radius:14px;background:rgba(255,255,255,.86)}.guide-stat{display:grid;min-width:92px;gap:2px;padding:13px 16px;text-align:center}.guide-stat + .guide-stat{border-left:1px solid #e3e9f0}.guide-stat strong{color:var(--g-navy);font-size:21px}.guide-stat span{color:var(--g-muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.guide-pill{display:inline-flex;width:max-content;max-width:100%;align-items:center;padding:5px 9px;border-radius:999px;background:#eef6ff;color:#075faf;font-size:10px}.guide-pill--green{background:#eaf9f4;color:#0d725f}.guide-pill--violet{background:#f2efff;color:#5b36b3}.guide-pill--amber,.guide-pill--gold{background:#fff7e7;color:#9a620d}.guide-pill--red{background:#fff0f0;color:#b42323}.guide-pill--neutral{background:#f8fafc;color:#5d6b82;border:1px solid #e4e9f0}.guide-discovery{margin-top:16px;padding:18px;border:1px solid var(--g-border);border-radius:18px;background:#fff;box-shadow:var(--g-shadow)}.guide-search,.guide-within-search{display:flex;align-items:center;gap:10px;min-height:50px;padding:0 10px 0 12px;border:1px solid #cbd7e6;border-radius:13px;background:#fbfdff}.guide-search:focus-within,.guide-within-search:focus-within{border-color:var(--g-blue);box-shadow:0 0 0 3px rgba(11,127,240,.13)}.guide-search input,.guide-within-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--g-text);font:inherit;font-size:13px}.guide-search__clear,.guide-within-search__clear{width:36px;height:36px;flex:0 0 36px;border:0;border-radius:9px;background:#edf3f9;color:#5d6b82;font:inherit;font-size:18px;cursor:pointer}.guide-search-helper{margin:8px 2px 0;color:var(--g-muted);font-size:10px;line-height:1.45}.guide-filter-row{display:flex;gap:8px;margin-top:14px}.guide-filter{min-height:36px;padding:7px 13px;border:1px solid #d9e2ed;border-radius:999px;background:#f8fafc;color:#536176;font:inherit;font-size:11px;cursor:pointer}.guide-filter:hover,.guide-filter.is-active{border-color:#aad3fb;background:#edf7ff;color:#075faf}.guide-result-state{min-height:18px;margin:10px 2px 0;color:var(--g-muted);font-size:10px}.guide-search-results{display:grid;gap:7px;margin-top:12px;padding:10px;border:1px solid #dce7f2;border-radius:13px;background:#f8fbff}.guide-search-results__heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 3px 7px;color:var(--g-navy);font-size:11px}.guide-search-results__heading span{color:var(--g-muted);font-size:9px}.guide-search-hit{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 12px;width:100%;min-height:64px;padding:10px 42px 10px 12px;border:1px solid #dce5ef;border-radius:11px;background:#fff;color:#435169;font:inherit;text-align:left;cursor:pointer}.guide-search-hit:hover,.guide-search-hit:focus-visible{border-color:#9ec8f4;box-shadow:0 5px 14px rgba(25,48,93,.08);outline:none}.guide-search-hit__meta{grid-column:1;color:#168a76;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.guide-search-hit__title{grid-column:1;color:var(--g-navy);font-size:12px}.guide-search-hit__snippet{grid-column:1;overflow:hidden;color:#637087;font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.guide-search-hit__arrow{position:absolute;top:50%;right:13px;color:var(--g-blue);font-size:18px;transform:translateY(-50%)}.guide-search-hit--compact{min-height:58px;padding-top:9px;padding-bottom:9px}.guide-recent{margin-top:16px;padding:16px;border:1px solid #ded8fa;border-radius:16px;background:linear-gradient(120deg,#fff,#f7f5ff)}.guide-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--g-navy)}.guide-recent__row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.guide-recent__item{padding:9px 12px;border:1px solid #ded8fa;border-radius:10px;background:#fff;color:#5438a5;font:inherit;font-size:11px;cursor:pointer}.guide-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:16px;margin-top:16px}.guide-card{position:relative;display:flex;min-height:275px;flex-direction:column;padding:20px;overflow:hidden;border:1px solid var(--g-border);border-radius:18px;background:#fff;box-shadow:var(--g-shadow);transition:transform .18s ease,box-shadow .18s ease}.guide-card::before{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--g-blue),#6cb9ff);content:""}.guide-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(25,48,93,.1)}.guide-card__head,.guide-card__footer,.guide-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.guide-card__title{margin:16px 0 7px;color:var(--g-navy);font-size:23px}.guide-card__description{margin:0;color:#526078;font-size:12px;line-height:1.55}.guide-card__meta{margin-top:auto;color:var(--g-muted);font-size:10px}.guide-card__progress{height:5px;margin:12px 0 14px;overflow:hidden;border-radius:99px;background:#edf1f6}.guide-card__progress span,.guide-reading-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--g-blue),#5c8df7,#6941c6)}.guide-card__footer{justify-content:flex-start;flex-wrap:wrap}.guide-action{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 14px;border:1px solid transparent;border-radius:10px;font:inherit;font-size:11px;text-decoration:none;cursor:pointer}.guide-action--primary{background:var(--g-blue);color:#fff}.guide-action--ghost{border-color:#ced9e7;background:#fff;color:var(--g-navy)}.guide-action--surface{border-color:#cfe2fb;background:#fff;color:#075faf}.guide-empty{margin-top:16px;padding:32px;border:1px dashed #b9c8da;border-radius:16px;background:#fff;text-align:center}.guide-empty h2{margin:10px 0 5px;color:var(--g-navy)}.guide-empty p{margin:0 0 14px;color:var(--g-muted)}.guide-breadcrumbs{display:flex;gap:8px;margin-bottom:12px;color:var(--g-muted);font-size:11px}.guide-breadcrumbs a{color:var(--g-blue);text-decoration:none}.guide-hero--detail{align-items:flex-start}.guide-detail-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;color:var(--g-muted);font-size:10px}.guide-reading-progress{position:sticky;z-index:20;top:68px;height:5px;margin:12px 0 0;overflow:hidden;border-radius:99px;background:#e5ebf3}.guide-reading-progress span{width:0}.guide-detail-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:20px;align-items:start;margin-top:18px}.guide-index{position:sticky;top:88px;max-height:calc(100vh - 108px);padding:18px;overflow:auto;border:1px solid var(--g-border);border-radius:18px;background:#fff;box-shadow:var(--g-shadow)}.guide-index__eyebrow{margin:0;color:var(--g-blue);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.guide-index>h2{margin:5px 0 14px;color:var(--g-navy);font-size:19px}.guide-within-search{min-height:44px;padding-left:9px}.guide-within-search__state{min-height:16px;margin:7px 1px;color:var(--g-muted);font-size:9px;line-height:1.4}.guide-search-results--within{max-height:290px;margin:8px 0 10px;overflow:auto}.guide-index__links{display:grid;gap:7px;margin-top:12px}.guide-index__item{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:66px;padding:9px 10px;border:1px solid #e3e9f0;border-radius:12px;background:#fbfcfe;color:#4f5d72;text-decoration:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.guide-index__item:hover{border-color:#b9d8f7;background:#f4f9ff}.guide-index__item.is-active{border-color:#93c9fa;background:#edf7ff;box-shadow:inset 3px 0 0 var(--g-blue),0 5px 12px rgba(25,48,93,.06);color:#075faf}.guide-index__number{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#edf3f9;color:#526078;font-size:10px}.guide-index__item.is-active .guide-index__number{background:#dceeff;color:#075faf}.guide-index__copy{display:grid;gap:3px;min-width:0}.guide-index__copy strong{color:var(--g-navy);font-size:12px;line-height:1.3}.guide-index__copy small{color:var(--g-muted);font-size:9px}.guide-content{display:grid;gap:18px;min-width:0}.guide-section{scroll-margin-top:92px;padding:26px;border:1px solid var(--g-border);border-radius:18px;background:#fff !important;box-shadow:var(--g-shadow)}.guide-section__head{position:relative;margin-bottom:18px;padding-right:90px;background:transparent !important}.guide-section__head h2{margin:9px 0 7px;padding:0;background:transparent !important;color:var(--g-navy) !important;font-size:clamp(22px,2.3vw,30px);line-height:1.2}.guide-section__head p{margin:0;background:transparent !important;color:#526078 !important;font-size:13px;line-height:1.65}.guide-section__link{position:absolute;top:0;right:0;padding:7px 9px;border:1px solid #d4deea;border-radius:9px;background:#f8fafc;color:#536176;font:inherit;font-size:9px;cursor:pointer}.guide-paragraph{color:#45546c;font-size:12px;line-height:1.7}.guide-visual{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:20px;align-items:center;margin:20px 0;padding:16px;border:1px solid #dfe7f0;border-radius:16px;background:linear-gradient(125deg,#f9fbfe,#f8fbff)}.guide-visual__copy{min-width:0}.guide-visual__copy h3{margin:9px 0 7px;color:var(--g-navy);font-size:18px;line-height:1.3}.guide-visual__copy p{margin:0;color:#536176;font-size:11px;line-height:1.6}.guide-visual__bullets{display:grid;gap:7px;margin:13px 0 0;padding:0;list-style:none}.guide-visual__bullets li{position:relative;padding-left:20px;color:#45546c;font-size:10px;line-height:1.5}.guide-visual__bullets li::before{position:absolute;top:1px;left:0;display:grid;width:14px;height:14px;place-items:center;border-radius:50%;background:#e5f5ee;color:#168a76;font-size:8px;content:"✓"}.guide-screenshot{min-width:0;margin:0;overflow:hidden;border:1px solid #cfdae7;border-radius:13px;background:#fff;box-shadow:0 6px 16px rgba(25,48,93,.07)}.guide-screenshot__bar{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px;padding:6px 9px;border-bottom:1px solid #e4eaf1;background:#f5f8fc;color:#526078;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.guide-screenshot__bar span:first-child{color:#075faf;font-weight:700}.guide-screenshot__open{display:block;width:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.guide-screenshot img{display:block;width:100%;height:auto;max-height:360px;background:#eef3f8;object-fit:contain}.guide-screenshot figcaption{padding:8px 10px;border-top:1px solid #edf1f5;color:#637087;font-size:9px;line-height:1.4}.guide-screenshot__end{padding:6px 10px;border-top:1px dashed #dfe6ee;background:#fbfcfe;color:#8490a2;font-size:8px}.guide-screenshot.is-missing .guide-screenshot__open::before{display:block;padding:24px;color:var(--g-muted);content:"Screenshot non disponibile"}.guide-screenshot.is-missing img{display:none}.guide-screenshot--compact img{max-height:230px}.guide-steps-wrap{margin:18px 0;padding:18px;border:1px solid #dbe9f7;border-radius:14px;background:#f6fbff}.guide-steps-wrap h3{margin:0 0 12px;color:var(--g-navy);font-size:15px}.guide-steps{display:grid;gap:9px;margin:0;padding-left:23px}.guide-steps li{padding-left:4px;color:#42516a;font-size:11px;line-height:1.55}.guide-steps li::marker{color:var(--g-blue);font-weight:700}.guide-definition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.guide-definition-card{padding:15px;border:1px solid #dce5ef;border-left:4px solid var(--g-blue);border-radius:12px;background:#fbfdff}.guide-definition-card--green{border-left-color:var(--g-green)}.guide-definition-card--violet{border-left-color:var(--g-violet)}.guide-definition-card--amber,.guide-definition-card--gold{border-left-color:var(--g-amber)}.guide-definition-card--red{border-left-color:var(--g-red)}.guide-definition-card h3{margin:0;color:var(--g-navy);font-size:13px}.guide-definition-card p{margin:6px 0 0;color:#56647a;font-size:10px;line-height:1.55}.guide-tip{display:grid;grid-template-columns:42px 1fr;gap:11px;margin-top:18px;padding:15px;border:1px solid #cfe2fb;border-radius:13px;background:#f2f8ff}.guide-tip--amber{border-color:#f0d79d;background:#fff9ec}.guide-tip--violet{border-color:#ddd3fa;background:#f7f4ff}.guide-tip strong{color:var(--g-navy);font-size:11px}.guide-tip p{margin:4px 0 0;color:#536176;font-size:10px;line-height:1.55}.guide-faq{display:grid;gap:8px;margin-top:18px}.guide-faq details{border:1px solid #dce5ef;border-radius:11px;background:#fbfdff}.guide-faq summary{padding:13px;color:var(--g-navy);font-size:11px;cursor:pointer}.guide-faq details p{margin:0;padding:0 13px 13px;color:#536176;font-size:10px;line-height:1.55}.guide-finish{display:grid;grid-template-columns:46px 1fr;gap:13px;padding:20px;border:1px solid #ccebdc;border-radius:16px;background:linear-gradient(120deg,#f5fffa,#f5f9ff) !important}.guide-finish h2{margin:0;color:var(--g-navy);font-size:18px}.guide-finish p{margin:5px 0 0;color:#536176;font-size:10px}.guide-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:11px;background:#edf7ff;color:var(--g-blue)}.guide-icon::before{font-size:17px;font-weight:700;content:"?"}.guide-icon--dashboard::before{content:"▦"}.guide-icon--search::before{content:"⌕"}.guide-icon--spark::before{content:"✦"}.guide-icon--check::before{content:"✓"}.dashboard-welcome__actions{position:absolute;top:50%;right:22px;display:flex;align-items:center;gap:8px;transform:translateY(-50%)}.dashboard-welcome h1{max-width:calc(100% - 350px)}.dashboard-welcome__actions > :is(.dashboard-guide-button,.dashboard-refresh,.dashboard-customize-toggle){position:static;top:auto;right:auto;height:44px;min-height:44px;max-height:44px;margin:0;box-sizing:border-box;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;transform:none;flex:0 0 auto}.dashboard-guide-button{display:inline-flex;gap:0;padding:0 14px;border:1px solid #c9d4e3;border-radius:10px;background:#fff;color:#0e2166;font:inherit;text-align:center}.dashboard-guide-button:hover{border-color:#9ec8f4;background:#f2f8ff;color:#075faf}.guide-drawer-backdrop{position:fixed;z-index:1290;inset:0;background:rgba(15,33,67,.34)}.guide-drawer{position:fixed;z-index:1300;top:0;right:0;bottom:0;display:flex;width:min(500px,100vw);flex-direction:column;overflow:hidden;border-left:1px solid var(--g-border);background:#f3f6fb;box-shadow:-20px 0 54px rgba(19,39,78,.18)}.guide-drawer__header{display:flex;justify-content:space-between;gap:14px;padding:20px;border-bottom:1px solid var(--g-border);background:#fff}.guide-drawer__header h2{margin:8px 0 3px;color:var(--g-navy);font-size:23px}.guide-drawer__header p{margin:0;color:var(--g-muted);font-size:10px}.guide-drawer__close{width:42px;height:42px;flex:0 0 42px;border:1px solid #d4deea;border-radius:10px;background:#fff;color:var(--g-red);font:inherit;font-size:21px}.guide-drawer__body{display:grid;gap:14px;min-height:0;padding:18px;overflow:auto}.guide-drawer__points{display:grid;gap:8px}.guide-drawer__point{display:grid;gap:3px;padding:12px;border:1px solid #dce5ef;border-radius:11px;background:#fff;color:#526078;text-decoration:none}.guide-drawer__point strong{color:var(--g-navy);font-size:11px}.guide-drawer__point span{font-size:9px;line-height:1.45}.guide-drawer__point:hover{border-color:#a8d2fa;background:#f5faff}.guide-drawer__actions{display:flex;flex-wrap:wrap;gap:8px}.guide-lightbox{position:fixed;z-index:1400;inset:0;display:grid;place-items:center;padding:24px}.guide-lightbox__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,33,67,.68)}.guide-lightbox__panel{position:relative;z-index:1;width:min(1180px,94vw);max-height:90vh;padding:16px;overflow:auto;border-radius:16px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.28)}.guide-lightbox__panel img{display:block;width:100%;height:auto;max-height:76vh;object-fit:contain}.guide-lightbox__panel p{margin:10px 42px 0 2px;color:#526078;font-size:10px}.guide-lightbox__close{position:absolute;z-index:2;top:10px;right:10px;width:38px;height:38px;border:1px solid #d4deea;border-radius:9px;background:#fff;color:var(--g-red);font:inherit;font-size:20px}.guide-modal-open,.guide-drawer-open{overflow:hidden}@media (max-width:1120px){.guide-detail-layout{grid-template-columns:300px minmax(0,1fr)}.guide-visual{grid-template-columns:1fr;align-items:start}.guide-screenshot img{max-height:420px}}@media (max-width:899px){.guide-hero{align-items:flex-start}.guide-detail-layout{grid-template-columns:1fr}.guide-index{position:relative;top:auto;max-height:none}.guide-index__links{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-reading-progress{top:0}}@media (max-width:720px){.guide-page{padding-top:12px}.guide-shell{width:calc(100% - 20px)}.guide-hero{flex-direction:column;padding:20px;border-radius:16px}.guide-hero__stats{width:100%}.guide-stat{flex:1}.guide-discovery,.guide-recent,.guide-index,.guide-section{padding:15px;border-radius:14px}.guide-index__links{grid-template-columns:1fr}.guide-index__item{min-height:60px}.guide-section__head{padding-right:0}.guide-section__link{position:static;margin-top:10px}.guide-definition-grid{grid-template-columns:1fr}.guide-visual{grid-template-columns:1fr;gap:14px;padding:11px}.guide-screenshot img{max-height:320px}.guide-search-hit__snippet{white-space:normal}.dashboard-welcome__actions{position:static;margin-top:14px;transform:none}.dashboard-welcome h1{max-width:none}}@media (prefers-reduced-motion:reduce){.guide-card,.guide-index__item{transition:none}.guide-card:hover{transform:none}}
