:root{--primary-color:#7b2cbf;--secondary-color:#9d4edd;--background-dark:#10002b;--background-light:#240046;--text-color:#e0aaff;--accent-color:#c77dff;--error-color:#ff6b6b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#10002b;background-color:var(--background-dark);color:#e0aaff;color:var(--text-color);color-scheme:light dark;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;font-weight:400;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box;margin:0;padding:0}body{align-items:center;background-image:linear-gradient(135deg,#10002b,#240046 50%,#3c096c);display:flex;justify-content:center;min-height:100vh;padding:20px}#root{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#240046d9;border:1px solid #7b2cbf4d;border-radius:24px;box-shadow:0 8px 32px #0009;max-width:50%;min-height:80vh;min-width:420px;overflow:hidden;width:100%}.app-container{display:flex;flex-direction:column;height:100%;min-height:80vh}.content{flex:1 1;overflow-y:auto;padding:20px}.content::-webkit-scrollbar{width:8px}.content::-webkit-scrollbar-thumb{background:#c77dff;background:var(--accent-color);border-radius:10px}.content::-webkit-scrollbar-track{background:#0000}a{color:#c77dff;color:var(--accent-color);font-weight:500;text-decoration:inherit}a:hover,h1{color:#9d4edd;color:var(--secondary-color)}h1{font-size:2.4em;line-height:1.1;margin-bottom:20px}button{background-color:#7b2cbf;background-color:var(--primary-color);border:1px solid #0000;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;font-weight:500;padding:.6em 1.2em;transition:all .25s}button:hover{background-color:#9d4edd;background-color:var(--secondary-color)}button:focus,button:focus-visible{outline:2px solid #c77dff;outline:2px solid var(--accent-color)}.card{background:#10002bb3;border:1px solid #9d4edd4d;border-radius:16px;box-shadow:0 4px 16px #0006;margin-bottom:16px;padding:20px;transition:transform .2s}.card:hover{transform:translateY(-4px)}input,textarea{background:#24004699;border:1px solid #9d4edd;border:1px solid var(--secondary-color);border-radius:10px;color:#e0aaff;color:var(--text-color);margin-bottom:12px;outline:none;padding:12px;width:100%}input:focus,textarea:focus{border-color:#c77dff;border-color:var(--accent-color);box-shadow:0 0 8px #c77dff;box-shadow:0 0 8px var(--accent-color)}@media (max-width:768px){#root{border-radius:0;max-width:100%;min-width:0;min-width:auto}}@media (prefers-color-scheme:light){:root{background-color:#fff;color:#213547}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#000}input,textarea{background:#fff;color:#000}}
/*# sourceMappingURL=main.870cfc61.css.map*/