.reperis-tour-backdrop{position:fixed;z-index:9996;inset:0;background:transparent;cursor:default}.reperis-tour-highlight{position:fixed;z-index:9997;border:2px solid var(--app-gold);border-radius:14px;box-shadow:0 0 0 9999px #070c1394,0 0 0 5px var(--app-gold-dim);pointer-events:none;transition:top .22s ease,left .22s ease,width .22s ease,height .22s ease}.dark .reperis-tour-highlight{box-shadow:0 0 0 9999px #020509b8,0 0 0 5px var(--app-gold-dim)}.reperis-tour-target{scroll-margin:100px}.reperis-tour-panel{position:fixed;z-index:9998;max-height:calc(100vh - 24px);overflow-y:auto;border:1px solid var(--app-gold-border);border-radius:14px;background:var(--app-surface);box-shadow:0 24px 80px #00000047;color:var(--app-text);font-family:DM Sans,sans-serif;padding:20px;animation:reperis-tour-enter .2s ease both}.reperis-tour-top,.reperis-tour-meta,.reperis-tour-actions{display:flex;align-items:center}.reperis-tour-top{justify-content:space-between;gap:16px}.reperis-tour-meta{min-width:0;gap:9px}.reperis-tour-kicker,.reperis-tour-progress{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.reperis-tour-kicker{color:var(--app-gold)}.reperis-tour-progress{color:var(--app-text-muted)}.reperis-tour-close{border:0;background:transparent;color:var(--app-text-muted);cursor:pointer;font:600 11px DM Sans,sans-serif;padding:4px 0 4px 8px}.reperis-tour-close:hover{color:var(--app-text)}.reperis-tour-title{margin:18px 0 0;color:var(--app-text);font-family:"Instrument Serif",serif;font-size:28px;font-weight:400;letter-spacing:-.018em;line-height:1.05}.reperis-tour-copy{margin:10px 0 0;color:var(--app-text-secondary);font-size:13px;line-height:1.62}.reperis-tour-actions{justify-content:flex-end;gap:9px;margin-top:20px;padding-top:16px;border-top:1px solid var(--app-border)}.reperis-tour-button{display:inline-flex;min-height:39px;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;font:700 11.5px DM Sans,sans-serif;padding:9px 15px;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.reperis-tour-button:hover{transform:translateY(-1px)}.reperis-tour-button-secondary{border:1px solid var(--app-border);background:var(--app-surface);color:var(--app-text-secondary)}.reperis-tour-button-secondary:hover{border-color:var(--app-gold-border);color:var(--app-text)}.reperis-tour-button-primary{border:1px solid var(--app-navy);background:var(--app-navy);color:#f4f6f9}.dark .reperis-tour-button-primary{border-color:var(--app-gold);background:var(--app-gold);color:#0d1117}.reperis-tour-button:focus-visible,.reperis-tour-close:focus-visible{outline:2px solid var(--app-gold);outline-offset:2px}.mv-theme-toggle.mv-guide-trigger{display:inline-flex;min-height:36px;flex:0 0 auto;align-items:center;gap:8px;padding:7px 10px;text-transform:none}.mv-theme-toggle.mv-guide-trigger:focus-visible{outline:2px solid var(--app-gold);outline-offset:-2px}@keyframes reperis-tour-enter{0%{opacity:0;transform:translateY(5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:520px){.reperis-tour-panel{max-height:calc(100vh - 16px);border-radius:12px;padding:18px}.reperis-tour-title{font-size:25px}.reperis-tour-actions{align-items:stretch}.reperis-tour-button{flex:1 1 0}.mv-guide-trigger>span:last-child{display:none}}@media(prefers-reduced-motion:reduce){.reperis-tour-highlight,.reperis-tour-button{transition:none}.reperis-tour-panel{animation:none}}
