@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-color:#f4f0e6;--surface-color:#fff;--surface-color-light:#fff;--text-primary:#000;--text-secondary:#333;--accent-cyan:#3b82f6;--accent-teal:#8b5cf6;--accent-indigo:#ec4899;--accent-mint:#f59e0b;--accent-yellow:#fbca1f;--gradient-primary:var(--accent-yellow);--gradient-glow:#0000001a;--danger:#ef4444;--danger-glow:#ef444433;--success:#10b981;--success-glow:#10b98133;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--shadow-sm:2px 2px 0px #000;--shadow-md:6px 6px 0px #000;--glass-border:#000;--glass-border-highlight:#000}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;display:flex;overflow-x:hidden}a{color:var(--text-primary);text-decoration:none;transition:all .3s}.glass-panel{background:var(--surface-color);border:3px solid var(--text-primary);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.input-field{border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);background-color:#fff;border:3px solid #000;padding:16px 20px;font-family:inherit;font-size:1.05rem;transition:all .2s;box-shadow:2px 2px #000}.input-field:focus{background-color:#fffde7;border-color:#000;outline:none;transform:translate(-2px,-2px);box-shadow:4px 4px #000}.input-field::placeholder{color:var(--text-secondary);opacity:.7}.btn-primary{color:#000;cursor:pointer;background:#fbca1f;border:3px solid #000;border-radius:.4em;justify-content:center;align-items:center;gap:12px;padding:.6em 1.3em;font-family:inherit;font-size:18px;font-weight:900;transition:transform .1s,box-shadow .1s;display:inline-flex;box-shadow:.15em .15em #000}.btn-primary:hover{transform:translate(-.05em,-.05em);box-shadow:.2em .2em #000}.btn-primary:active{transform:translate(.05em,.05em);box-shadow:.05em .05em #000}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:.15em .15em #000}.btn-danger{color:#fff;cursor:pointer;background:#ff4d4f;border:3px solid #000;border-radius:.4em;justify-content:center;align-items:center;gap:12px;padding:.6em 1.3em;font-family:inherit;font-size:18px;font-weight:900;transition:transform .1s,box-shadow .1s;display:inline-flex;box-shadow:.15em .15em #000}.btn-danger:hover{transform:translate(-.05em,-.05em);box-shadow:.2em .2em #000}.btn-danger:active{transform:translate(.05em,.05em);box-shadow:.05em .05em #000}.btn-danger:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:.15em .15em #000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}.bg-shapes{display:none}.sparkles-container.svelte-t06f2j{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.sparkle.svelte-t06f2j{width:16px;height:16px;animation:3s ease-in-out infinite alternate svelte-t06f2j-pulse-sparkle;position:absolute}.s1.svelte-t06f2j{width:20px;height:20px;animation-delay:0s;top:-10px;left:-20px}.s2.svelte-t06f2j{width:14px;height:14px;animation-delay:1.5s;bottom:-15px;right:-10px;transform:rotate(15deg)}.s3.svelte-t06f2j{width:12px;height:12px;animation-delay:.7s;top:-5px;right:-25px;transform:rotate(-20deg)}@keyframes svelte-t06f2j-pulse-sparkle{0%{opacity:.3;transform:scale(.8)rotate(0)}50%{opacity:1;filter:drop-shadow(2px 2px #000);transform:scale(1.2)rotate(15deg)}to{opacity:.3;transform:scale(.8)rotate(30deg)}}.loading-overlay.svelte-1p9h290{background:var(--bg-color);z-index:99999;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loadingspinner.svelte-1p9h290{--square:26px;--offset:30px;--duration:2.4s;--delay:.2s;--timing-function:ease-in-out;--in-duration:.4s;--in-delay:.1s;--in-timing-function:ease-out;width:calc(3 * var(--offset) + var(--square));height:calc(2 * var(--offset) + var(--square));margin:10px auto 0;padding:0;position:relative}.loadingspinner.svelte-1p9h290 div:where(.svelte-1p9h290){background:var(--accent-mint);width:var(--square);height:var(--square);color:#000;border:3px solid #000;border-radius:2px;margin:0;padding:0;font-size:6pt;display:inline-block;position:absolute}.loadingspinner.svelte-1p9h290 #square1:where(.svelte-1p9h290){left:calc(0 * var(--offset));top:calc(0 * var(--offset));animation:svelte-1p9h290-square1 var(--duration) var(--delay) var(--timing-function) infinite, svelte-1p9h290-squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner.svelte-1p9h290 #square2:where(.svelte-1p9h290){left:calc(0 * var(--offset));top:calc(1 * var(--offset));animation:svelte-1p9h290-square2 var(--duration) var(--delay) var(--timing-function) infinite, svelte-1p9h290-squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner.svelte-1p9h290 #square3:where(.svelte-1p9h290){left:calc(1 * var(--offset));top:calc(1 * var(--offset));animation:svelte-1p9h290-square3 var(--duration) var(--delay) var(--timing-function) infinite, svelte-1p9h290-squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner.svelte-1p9h290 #square4:where(.svelte-1p9h290){left:calc(2 * var(--offset));top:calc(1 * var(--offset));animation:svelte-1p9h290-square4 var(--duration) var(--delay) var(--timing-function) infinite, svelte-1p9h290-squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner.svelte-1p9h290 #square5:where(.svelte-1p9h290){left:calc(3 * var(--offset));top:calc(1 * var(--offset));animation:svelte-1p9h290-square5 var(--duration) var(--delay) var(--timing-function) infinite, svelte-1p9h290-squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both}@keyframes svelte-1p9h290-square1{0%{left:calc(0 * var(--offset));top:calc(0 * var(--offset))}8.333%{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}to{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}}@keyframes svelte-1p9h290-square2{0%{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}8.333%{left:calc(0 * var(--offset));top:calc(2 * var(--offset))}16.67%{left:calc(1 * var(--offset));top:calc(2 * var(--offset))}25%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}83.33%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}91.67%{left:calc(1 * var(--offset));top:calc(0 * var(--offset))}to{left:calc(0 * var(--offset));top:calc(0 * var(--offset))}}@keyframes svelte-1p9h290-square3{0%,to{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}16.67%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}25%{left:calc(1 * var(--offset));top:calc(0 * var(--offset))}33.33%{left:calc(2 * var(--offset));top:calc(0 * var(--offset))}41.67%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}66.67%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}75%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}83.33%{left:calc(1 * var(--offset));top:calc(2 * var(--offset))}91.67%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}}@keyframes svelte-1p9h290-square4{0%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}33.33%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}41.67%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}50%{left:calc(3 * var(--offset));top:calc(2 * var(--offset))}58.33%{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}to{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}}@keyframes svelte-1p9h290-square5{0%{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}50%{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}58.33%{left:calc(3 * var(--offset));top:calc(0 * var(--offset))}66.67%{left:calc(2 * var(--offset));top:calc(0 * var(--offset))}75%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}to{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}}@keyframes svelte-1p9h290-squarefadein{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.loading-text.svelte-1p9h290{letter-spacing:.15em;color:var(--accent-mint);text-transform:uppercase;text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000,4px 4px #000;text-align:center;margin-top:15px;padding-left:.15em;font-size:1.5rem;font-weight:900;animation:1.5s ease-in-out infinite svelte-1p9h290-pulseText}@keyframes svelte-1p9h290-pulseText{0%,to{opacity:1}50%{opacity:.5}}.offline-overlay.svelte-1j4es97{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999999;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.offline-box.svelte-1j4es97{border-radius:var(--border-radius-lg);text-align:center;background:#fff;border:4px solid #000;width:100%;max-width:500px;padding:40px;box-shadow:12px 12px #000}.title.svelte-1j4es97{color:var(--accent-yellow);text-transform:uppercase;text-shadow:4px 4px #000;-webkit-text-stroke:1px #000;margin-bottom:16px;font-size:2.2rem;font-weight:900}.desc.svelte-1j4es97{color:var(--text-primary);margin-bottom:32px;font-size:1.1rem;font-weight:700}.btn-primary.svelte-1j4es97{width:100%}@keyframes svelte-1j4es97-fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in.svelte-1j4es97{animation:.3s ease-out forwards svelte-1j4es97-fadeIn}.container_SevMini.svelte-1j4es97{flex-direction:column;justify-content:center;align-items:center;margin-top:40px;margin-bottom:40px;display:flex;transform:scale(1.6)translateY(5px)}.Ghost.svelte-1j4es97{z-index:-1;animation:4s ease-in-out infinite svelte-1j4es97-opacidad;transform:translateY(-25px)}@keyframes svelte-1j4es97-opacidad{0%{opacity:1;scale:1}50%{opacity:.5;scale:.9}to{opacity:1;scale:1}}@keyframes svelte-1j4es97-estroboscopico{0%{opacity:1}50%{opacity:0}51%{opacity:1}to{opacity:1}}@keyframes svelte-1j4es97-rebote{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes svelte-1j4es97-estroboscopico1{0%,50%,to{fill:#ef4444}25%,75%{fill:#000}}@keyframes svelte-1j4es97-estroboscopico2{0%,50%,to{fill:#10b981}25%,75%{fill:#000}}.SevMini.svelte-1j4es97{animation:4s ease-in-out infinite svelte-1j4es97-rebote}.strobe_led.svelte-1j4es97{animation:.5s infinite svelte-1j4es97-estroboscopico}.strobe1.svelte-1j4es97,.strobe3.svelte-1j4es97{animation:.8s infinite svelte-1j4es97-estroboscopico1}.strobe3.svelte-1j4es97{animation-delay:3s}.strobe2.svelte-1j4es97{animation:.8s infinite svelte-1j4es97-estroboscopico2}.app-container.svelte-12qhfyh{z-index:1;align-items:flex-start;gap:40px;width:100%;max-width:1200px;margin:0 auto;padding:32px 24px;display:flex;position:relative}.mobile-header.svelte-12qhfyh{display:none}.sidebar.svelte-12qhfyh{border-radius:var(--border-radius-lg);flex-direction:column;flex-shrink:0;gap:40px;width:280px;min-height:calc(100vh - 64px);padding:32px 24px;display:flex;position:sticky;top:32px}.logo.svelte-12qhfyh{letter-spacing:-.5px;justify-content:center;align-items:center;gap:4px;font-size:1.8rem;font-weight:800;display:flex}.logo.svelte-12qhfyh .highlight:where(.svelte-12qhfyh){background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.nav-menu.svelte-12qhfyh{flex-direction:column;flex-grow:1;gap:8px;display:flex}.nav-link.svelte-12qhfyh{border-radius:var(--border-radius-md);color:var(--text-primary);opacity:.8;background:0 0;border:3px solid #0000;align-items:center;gap:12px;padding:14px 20px;font-size:1.05rem;font-weight:700;transition:all .2s;display:flex}.icon.svelte-12qhfyh{justify-content:center;align-items:center;transition:color .2s;display:flex}.nav-link.svelte-12qhfyh:hover{color:var(--text-primary);opacity:1;background:#fff;border:3px solid #000;transform:translate(-2px,-2px);box-shadow:4px 4px #000}.nav-link.active.svelte-12qhfyh{color:#000;background:var(--accent-yellow);opacity:1;border:3px solid #000;transform:translate(-2px,-2px);box-shadow:4px 4px #000}.nav-link.active.svelte-12qhfyh .icon:where(.svelte-12qhfyh){color:#000}.main-content.svelte-12qhfyh{flex-direction:column;flex-grow:1;min-width:0;display:flex}.app-footer.svelte-12qhfyh{text-align:center;border-top:3px dashed #000;flex-direction:column;align-items:center;gap:20px;margin-top:60px;padding-top:32px;display:flex}.footer-buttons.svelte-12qhfyh{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.footer-btn.svelte-12qhfyh{color:#000;border-radius:var(--border-radius-md);border:3px solid #000;align-items:center;gap:8px;padding:10px 20px;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:4px 4px #000}.fb-btn.svelte-12qhfyh{background:#fff}.fb-btn.svelte-12qhfyh:hover{background:var(--accent-cyan);transform:translate(-2px,-2px);box-shadow:6px 6px #000}.footer-btn.svelte-12qhfyh:active{transform:translate(2px,2px);box-shadow:0 0 #000}.footer-links.svelte-12qhfyh{white-space:nowrap;flex-wrap:nowrap;justify-content:center;align-items:center;gap:12px;font-size:.95rem;font-weight:700;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-primary);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:2px;transition:color .2s}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent-indigo)}.dot.svelte-12qhfyh{color:var(--text-secondary);font-weight:900}.disclaimer.svelte-12qhfyh{color:var(--text-secondary);max-width:600px;font-size:.85rem;font-style:italic;line-height:1.5}.copyright.svelte-12qhfyh{color:var(--text-secondary);font-size:.95rem;font-weight:700}@media (width<=900px){.app-container.svelte-12qhfyh{flex-direction:column;gap:0;padding:0 0 100px}.mobile-header.svelte-12qhfyh{z-index:999;background:#fff;border:3px solid #000;border-top:none;border-radius:0 0 16px 16px;justify-content:center;margin-bottom:24px;padding:16px;display:flex;position:relative;box-shadow:4px 4px #000}.desktop-logo.svelte-12qhfyh{display:none}.sidebar.svelte-12qhfyh{width:100%;min-height:auto;box-shadow:none;z-index:auto;background:0 0;border:none;gap:0;margin-bottom:0;padding:0;position:static;-webkit-backdrop-filter:none!important;opacity:1!important;animation:none!important;overflow:visible!important;transform:none!important}.nav-menu.svelte-12qhfyh{padding:12px 8px;padding-bottom:calc(12px + env(safe-area-inset-bottom));z-index:1000;box-shadow:none;background:#fff;border-top:3px solid #000;border-radius:0;flex-direction:row;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.nav-link.svelte-12qhfyh{text-align:center;opacity:.8;border:3px solid #0000;border-radius:12px;flex-direction:column;flex:1;justify-content:center;gap:6px;padding:10px 8px;font-size:.8rem}.nav-link.svelte-12qhfyh:hover{color:#000;opacity:1;background:#fff;border:3px solid #000;transform:translate(-1px,-1px);box-shadow:2px 2px #000}.nav-link.active.svelte-12qhfyh{background:var(--accent-yellow);color:#000;opacity:1;border:3px solid #000;transform:translate(-2px,-2px);box-shadow:4px 4px #000}.nav-link.active.svelte-12qhfyh .icon:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){stroke-width:2.5px}.icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:24px;height:24px}.main-content.svelte-12qhfyh{padding:0 16px}.footer-links.svelte-12qhfyh{gap:8px;font-size:.8rem}}@media (width<=400px){.nav-link.svelte-12qhfyh{padding:6px;font-size:.75rem}.icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px}.footer-links.svelte-12qhfyh{gap:4px;font-size:.7rem}}
