:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;position:fixed}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--hunter-purple: #5f259f;--hunter-purple-light: #7a3fc8;--hunter-purple-dark: #4a1d7d;--white: #ffffff;--primary-bg: var(--white);--primary-accent: var(--hunter-purple);--header-footer-bg: var(--hunter-purple);--header-footer-text: var(--white);--card-bg: var(--white);--card-border: var(--hunter-purple);--main-text: var(--hunter-purple-dark);--secondary-text: var(--hunter-purple);--button-bg: var(--hunter-purple);--button-bg-hover: var(--hunter-purple-light);--button-text: var(--white)}#root,.app-container{height:100%;width:100%;position:fixed;top:0;left:0;display:flex;flex-direction:column;overflow:hidden}header{background:var(--header-footer-bg);color:var(--header-footer-text);width:100%;padding:1rem;display:flex;justify-content:center;align-items:center}.header-content{width:100%;max-width:1200px;padding:0 1rem;display:flex;justify-content:center;align-items:center}.main-content{width:100%;padding:2rem 1rem;background:var(--primary-bg);overflow-y:auto;align-items:center;text-align:center;color:#000}.card{background:var(--card-bg);border:2px solid var(--card-border);border-radius:12px;box-shadow:0 4px 16px #5f259f26;padding:2rem;margin:2rem auto;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}.displayed-text{margin-top:2rem;padding:1.5rem;background:var(--card-bg);border:2px solid var(--card-border);border-radius:12px;width:100%;max-width:600px;text-align:left}.displayed-text h2,.displayed-text h3{color:var(--primary-accent);margin-bottom:1rem}.displayed-text p{color:var(--main-text);margin-bottom:1.5rem;line-height:1.5}.displayed-text ul{list-style:none}.displayed-text li{color:var(--main-text);padding:.5rem 0}textarea{width:100%;min-height:150px;padding:1rem;border:2px solid var(--card-border);border-radius:8px;font-size:1rem;font:inherit;resize:vertical;margin-bottom:1rem}button{background:var(--button-bg);color:var(--button-text);border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s ease-in-out}button:hover{background:var(--button-bg-hover)}footer{background:var(--header-footer-bg);color:var(--header-footer-text);padding:1rem;width:100%;margin-top:auto;display:flex;justify-content:center;align-items:center}.footer-content{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.main-content{padding:1rem}.card{padding:1rem;margin:1rem 0}textarea{min-height:120px}button{width:100%}}
