:root{--color-page-bg:#fcfbfab3;--color-surface:#fff;--color-text:#6b6375;--color-heading:#08060d;--color-border:#e5e4e7;--color-code-bg:#f4f3ec;--color-accent:#aa3bff;--color-accent-bg:#aa3bff1a;--color-accent-border:#aa3bff80;--color-title-text:#a31d1d;--color-title-second-text:#d81010;--color-title-bg:#ef8ec299;--shadow-sm:0 2px 6px #00000026;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--font-sans:system-ui, "Segoe UI", Roboto, sans-serif;--font-heading:var(--font-sans);--font-mono:ui-monospace, Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--color-page-bg:#111217;--color-surface:#16171d;--color-text:#9ca3af;--color-heading:#f3f4f6;--color-border:#2e303a;--color-code-bg:#1f2028;--color-accent:#c084fc;--color-accent-bg:#c084fc26;--color-accent-border:#c084fc80;--color-title-text:#f93;--color-title-second-text:#d81010;--color-title-bg:#b8541466;--shadow-sm:0 2px 6px #00000073;--shadow-md:0 10px 15px -3px #0006, 0 4px 6px -2px #00000040}}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}html{font-family:var(--font-heading), sans-serif;color:var(--color-text);background:var(--color-page-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1.45}body{background:radial-gradient(circle at 80% 20%,#ef8ec21a,#0000 50%),radial-gradient(circle at 20% 80%,#aa3bff0d,#0000 40%);min-width:320px;min-height:100dvh}button,input,textarea,select{font:inherit}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading), sans-serif;color:var(--color-heading)}h1{letter-spacing:-.03em;margin:32px 0;font-size:clamp(36px,5vw,56px);font-weight:500;line-height:1.1}h2{letter-spacing:-.01em;margin:0 0 8px;font-size:clamp(20px,2vw,24px);font-weight:500;line-height:1.18}p{margin:0}code{font-family:var(--font-mono), sans-serif;color:var(--color-heading);background:var(--color-code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:1.35}@media (width<=1024px){html{font-size:16px}}.animate-scale-in{animation:.4s cubic-bezier(.34,1.56,.64,1) backwards scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.animate-slide-down{animation:.45s cubic-bezier(.16,1,.3,1) backwards slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.alert-overlay{-webkit-backdrop-filter:blur(8px);box-sizing:border-box;z-index:9999;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.alert-glass-card{-webkit-backdrop-filter:blur(40px);box-sizing:border-box;background:linear-gradient(135deg,#1e1b16bf,#141414d9);border:1px solid #f59e0b33;border-radius:20px;flex-direction:column;align-items:center;width:88%;min-width:260px;max-width:380px;max-height:80vh;padding:28px 20px 20px;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000080,inset 0 0 20px #f59e0b0d}.alert-icon-wrapper{color:#fbbf24;background-color:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;display:flex;box-shadow:0 0 12px #f59e0b26}.alert-svg-icon{width:22px;height:22px}.alert-card-title{letter-spacing:1px;color:#fff;flex-shrink:0;margin:0 0 8px;font-size:17px;font-weight:700}.alert-card-text{color:#ffffffbf;text-align:center;word-break:break-all;box-sizing:border-box;width:100%;margin:0 0 24px;padding:0 4px;font-size:14px;font-weight:400;line-height:1.55;overflow-y:auto}.alert-card-text::-webkit-scrollbar{width:4px}.alert-card-text::-webkit-scrollbar-track{background:0 0}.alert-card-text::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.alert-card-btn{color:#fff;letter-spacing:1px;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:44px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.alert-card-btn:hover{background-color:#f59e0b26;border-color:#f59e0b4d;box-shadow:0 0 10px #f59e0b1a}.alert-card-btn:active{background-color:#f59e0b0d;transform:scale(.985)}.alert-fade-in{animation:.22s cubic-bezier(.34,1.3,.64,1) forwards alertShow}.alert-fade-out{animation:.18s cubic-bezier(.36,.07,.19,.97) forwards alertHide}@keyframes alertShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes alertHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.97)}}.home-layout{box-sizing:border-box;justify-content:flex-start;align-items:center;gap:10%;width:100%;height:100%;padding-left:10%;animation:.4s cubic-bezier(.34,1.56,.64,1) 30ms backwards scaleIn;display:flex}.home-list{border:2px solid var(--color-accent-border);background-color:var(--color-accent-bg);box-sizing:border-box;border-radius:12px;flex-direction:column;align-items:center;width:20%;max-height:80%;padding:15px;display:flex}.home-context{flex-direction:column;align-items:center;display:flex;overflow:hidden auto}.home-list-title{text-align:center;color:red;border-bottom:2px solid var(--color-accent);width:100%;margin-bottom:5%;font-weight:700}.container-header{background-color:var(--color-title-bg);width:100%;height:clamp(88px,8dvh,200px);box-shadow:var(--shadow-md);flex:none;justify-content:space-between;align-items:center;display:flex}.header-left{align-items:center;gap:1%;width:auto;height:auto;margin:1%;animation:.8s cubic-bezier(.34,1.56,.64,1) 30ms backwards scaleIn;display:flex}.header-left img{flex-shrink:0;width:25%;height:25%}.header-left span{color:var(--color-title-text);padding-left:5%;font-size:1.5rem;display:inline-block}.header-right{align-items:center;width:auto;height:auto;font-size:200%;animation:.4s cubic-bezier(.34,1.56,.64,1) 30ms backwards scaleIn}.header-buttons{flex-direction:row;gap:3%;display:flex}.header-buttons button{white-space:nowrap;writing-mode:horizontal-tb;height:90%;color:var(--color-title-second-text);cursor:pointer;background-color:#0000;border:none;flex:1}.container-footer{flex-direction:column;flex:none;justify-content:center;align-items:center;gap:8px;width:100%;min-height:88px;padding-bottom:1dvh;display:flex}.container-footer div{flex-direction:row;justify-content:center;gap:8px;display:flex}.container-footer img{object-fit:contain;width:auto;height:auto}.container-footer span{font-size:100%;text-decoration:none}.container-footer a{color:#039;text-decoration:none}.container-footer a:hover{text-decoration:underline}.container-footer a:focus-visible{outline-offset:2px;outline:2px solid}.container{width:100%;height:100dvh;color:var(--color-text);background-image:url(/assets/bg-BgX8DHVg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex;overflow:hidden}.container-main{flex:1;width:100%;min-width:0;min-height:0;overflow:hidden}.container-main-context{width:100%;height:100%}
