: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}body{min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:Segoe UI,sans-serif;background:linear-gradient(135deg,#062925,#064e49)}#root{width:100%;display:flex;justify-content:center;padding:40px 20px}.app-container{width:100%;max-width:720px}h1{text-align:center;color:#ffd54f;font-size:2.5rem}.subtitle{text-align:center;color:#dce9e7;margin:12px 0 30px}form{background:#123c39;padding:30px;border-radius:18px;box-shadow:0 15px 35px #00000059;display:flex;flex-direction:column;gap:18px}.form-row{display:flex;gap:20px}.form-row label{flex:1}label{display:flex;flex-direction:column;gap:8px;color:#fff;font-weight:600}input,select{padding:13px;border-radius:10px;border:1px solid #2d6d68;background:#1d4f4b;color:#fff;font-size:15px;transition:.3s}input::placeholder{color:#cfd8d7}input:focus,select:focus{outline:none;border-color:#f4b400;box-shadow:0 0 10px #f4b40066}button{margin-top:10px;padding:14px;border:none;border-radius:10px;background:#f4b400;color:#111;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}button:hover{background:#ffc107;transform:translateY(-2px)}.results{margin-top:35px}.results h2{text-align:center;color:#ffd54f;margin-bottom:25px}.session{background:#123c39;margin-bottom:25px;padding:22px;border-radius:16px;box-shadow:0 8px 20px #0000004d}.session h3{color:#ffd54f;margin-bottom:18px;border-bottom:1px solid #2d6d68;padding-bottom:10px}.section-title{display:inline-block;margin:18px 0 10px;padding:7px 14px;border-radius:8px;font-weight:700;color:#fff}.section-title:nth-of-type(1){background:#ef6c00}.section-title:nth-of-type(2){background:#2e7d32}.section-title:nth-of-type(3){background:#1565c0}.session p{background:#1d4f4b;padding:14px;margin-bottom:12px;border-radius:10px;border-left:4px solid #f4b400;line-height:1.6;transition:.3s}.session p:hover{transform:translate(5px);background:#245d58}
