@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.2;text-align:center}.text-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw}.part1{color:#e0e0e0;font-weight:500;display:block}.part2{color:red;font-weight:700;display:block}.fade-text{transition:opacity 1s ease-in-out;opacity:1}.fade-text.fade-out{opacity:0}.btn-start{margin-top:2rem;padding:1rem 2rem;font-size:1.2rem;background-color:transparent;border:2px solid #ff0000;color:red;border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-start:hover{background-color:red;color:#fff;box-shadow:0 0 15px red}.tutor-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100vw;padding:2rem;box-sizing:border-box}.selection-group{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;animation:fadeIn .8s ease}.selection-group label{margin-bottom:.8rem;font-size:1.2rem;color:#e0e0e0}.selection-group select{width:100%;padding:.8rem 1.2rem;font-size:1rem;background-color:#333;color:#fff;border:1px solid #ff0000;border-radius:8px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ff0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.selection-group select:focus{outline:none;border-color:red;box-shadow:0 0 0 2px red}.confirmation-message{margin-top:1rem;font-size:1.1rem;color:#fc0000;text-align:center;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.formula-corner{position:fixed;font-family:Bulgatti,cursive;font-size:3rem;color:#fff;padding:1.5rem;pointer-events:none;transition:opacity 1.5s ease-in-out;opacity:1;z-index:10}.formula-corner.fade-out{opacity:0}.formula-corner.top-right{top:5rem;right:5rem}.formula-corner.bottom-left{bottom:5rem;left:5rem}.formula-corner.bottom-right{bottom:5rem;right:5rem}.formula-corner.top-left{top:5rem;left:5rem}.chat-container{display:flex;flex-direction:column;align-items:center;height:100vh;width:100%;position:relative;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);animation:slideInFromBottom .6s ease-out}@keyframes slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-messages{flex:1;overflow-y:auto;padding:20px 20px 120px;max-width:800px;width:100%;margin:0 auto;display:flex;flex-direction:column}.message{margin-bottom:15px;padding:12px 18px;border-radius:18px;max-width:70%;word-wrap:break-word}.message.user{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-left:auto;border-bottom-right-radius:4px}.message.assistant{background:#3c3c3ce6;color:#f0f0f0;margin-right:auto;border-bottom-left-radius:4px;border:1px solid rgba(255,255,255,.1)}.message.error{background:#b43232cc;color:#fcc;margin-right:auto;border-bottom-left-radius:4px}.message-content{line-height:1.5;white-space:pre-wrap}.loading-dots span{animation:loadingDot 1.4s infinite ease-in-out both;font-size:24px}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes loadingDot{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-input-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;width:calc(100% - 40px);max-width:800px;background:#2d2d2df2;padding:12px;border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.1)}.file-upload-btn{background:linear-gradient(135deg,red 0% 100%);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.file-upload-btn:hover{transform:scale(1.1);box-shadow:0 0 20px red}.file-upload-btn svg{color:#fff}.chat-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:16px;padding:10px 15px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-input::placeholder{color:#ffffff80}.send-btn{background:linear-gradient(135deg,#fc0000,red);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.send-btn:hover{transform:scale(1.1);box-shadow:0 0 20px #667eea99}.send-btn svg{color:#fff}.quiz-btn{position:fixed;bottom:29px;right:30px;background:linear-gradient(135deg,red 0% 100%);color:#fff;border:none;padding:14px 28px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f5576c66;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.quiz-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #f5576c99}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background:#667eea80;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#667eeacc}.slide-up{animation:slideUpOut .6s ease-in-out forwards}@keyframes slideUpOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}
