body{padding:0;margin:0}.app-container,.login-container{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;height:100vh;width:100vw;background:linear-gradient(to bottom,#000,#12002b);box-sizing:border-box}.Navbar{display:flex;justify-content:space-between;align-items:center;background-color:#000;padding:0 30px;height:70px;box-shadow:0 2px 4px #0003}.Navbar h1{font-size:18px;font-weight:500;color:#fff;margin:0;letter-spacing:1px}.right{display:flex;align-items:center;gap:40px}.tag{display:flex;align-items:center;height:100%}.tag h2{font-size:14px;font-weight:200;color:#fff;padding:10px 20px;border-radius:8px;transition:background-color .3s ease,color .3s ease;cursor:pointer;margin:0}.tag h2:hover{background-color:#1a1a1a;color:#a081ff}.lets-build{background:linear-gradient(to right,#ff2950,#6a00ff);border-radius:8px}.lets-build h2:hover{background:linear-gradient(to right,#ff3f63,#7614ff);color:#fff}.Home{position:relative;height:90vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-sizing:border-box;overflow:hidden}.Home .home-container{height:100%}.Home .prompt-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;z-index:2}.Home .panda-img{position:absolute;bottom:100%;transform:translateY(160px);width:400px;z-index:3;pointer-events:none}.Home .prompt-bar{display:flex;align-items:center;background-color:#1a1a1a;border-radius:10px;padding:15px 10px;width:800px;position:relative;z-index:2}.Home .prompt-input{flex:1;background:transparent;border:none;color:#e0e0e0;font-size:16px;padding-left:10px;outline:none}.Home .prompt-button{background:none;border:none;color:#d0d0d0bf;font-size:16px;margin-left:16px;margin-right:16px;cursor:pointer}.Home .chat-history{position:relative;top:calc(50% + 80px);width:800px;height:76vh;overflow-y:auto;padding:10px 0;display:flex;flex-direction:column;gap:10px;z-index:0}.Home .chat-message{max-width:80%;padding:10px 15px;border-radius:10px;font-size:16px;word-wrap:break-word}.Home .chat-message.user{align-self:flex-end;background-color:#007bff;color:#fff}.Home .chat-message.assistant{margin-top:20px;align-self:flex-start;background-color:#4a4a4a00;color:#fff}.Home .chat-message.assistant h4{margin-top:60px}.Home .bottom-tag{position:absolute;bottom:10px;font-weight:100;font-size:14px}.Home p{color:#ffffffbf}.compact-mode{min-height:300px;max-height:600px}.compact-mode .home-container{height:100%;width:100%;padding-bottom:0}.compact-mode .prompt-bar{width:95%}.compact-mode .chat-history{position:relative;height:540px;width:95%;padding:0 10px;margin-bottom:10px;overflow:scroll}.markdown-response{font-size:.95rem;line-height:1.6;white-space:pre-wrap}.markdown-response h1,.markdown-response h2,.markdown-response h3{margin-top:32px;margin-bottom:.5rem;font-weight:600}.markdown-response ul{margin-left:1.2rem;padding-left:.5rem;list-style-type:disc}.markdown-response code{background:#f4f4f4;padding:2px 6px;border-radius:4px;font-size:.9em}.markdown-response pre{background:#1e1e1e;color:#fff;padding:1rem;border-radius:8px;overflow-x:auto;margin-top:1rem;font-family:Courier New,monospace}.markdown-p{margin:12px 0;line-height:1.6}.markdown-h1,.markdown-h2,.markdown-h3{margin-top:1rem;margin-bottom:.5rem;font-weight:600}.markdown-ul{margin-left:1.5rem;padding-left:.5rem;list-style-type:disc}.markdown-li{margin-bottom:.4rem}.markdown-code-inline{background:#f0f0f0;padding:2px 6px;border-radius:4px;font-family:monospace}.markdown-code-block{background:#1e1e1e;color:#f8f8f2;padding:1rem;border-radius:6px;margin:1rem 0;overflow-x:auto;font-family:Courier New,monospace}.markdown-blockquote{border-left:4px solid #ccc;padding-left:1rem;color:#555;font-style:italic;margin:1rem 0}.learn-container{display:flex;flex-wrap:wrap;min-height:100vh;background:linear-gradient(to bottom,#000,#12002b);color:#fff;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;padding:2rem;gap:2rem}.learn-current-topic{flex:1;padding:2rem;background:#14053280;border-radius:16px;border:1px solid rgba(157,0,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d,inset 0 0 12px #9d00ff1a;position:relative;overflow:hidden;transition:all .3s ease}.learn-current-topic:hover{border-color:#9d00ff4d;box-shadow:0 6px 24px #0006,inset 0 0 16px #9d00ff26}.topic-header{margin-bottom:1.5rem;border-bottom:1px solid rgba(157,0,255,.2)}.neon-topic-title{font-size:2.2rem;margin-bottom:0;font-weight:600;letter-spacing:.3px;position:relative;display:inline-block;color:#fff;text-shadow:0 0 10px rgba(157,0,255,.5);transition:all .3s ease}.topic-subtitle{font-size:1.1rem;color:#ffffffbf;line-height:1.6;max-width:90%;transition:all .3s ease}.stats-container{display:flex;gap:1rem;margin-top:1.5rem}.stat-box{padding:.8rem 1.5rem;border-radius:10px;font-weight:500;display:flex;align-items:center;gap:.6rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);transition:all .2s ease}.stat-box:hover{transform:translateY(-2px)}.glow-purple{background:#7b68ee26;border-color:#7b68ee4d}.glow-blue{background:#00d0ff26;border-color:#00d0ff4d}.stat-icon{font-size:1.2rem}.learning-path{display:flex;flex-direction:column;align-items:flex-start;margin-top:1.5rem;padding:1rem 0}.lesson-node{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;width:100%;max-width:500px;position:relative;background:#1e0a3c66;border-radius:10px;margin-bottom:.8rem;transition:all .2s ease;border:1px solid rgba(255,255,255,.08)}.lesson-node:hover{background:#280f5080;border-color:#9d00ff4d}.node-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.lesson-node .node-icon{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff9}.lesson-node.completed .node-icon{background:#00d0ff26;border:1px solid rgba(0,208,255,.5);color:#00d0ff}.lesson-node.current .node-icon{background:#9d00ff33;border:1px solid rgba(157,0,255,.8);color:#9d00ff;box-shadow:0 0 15px #9d00ff4d;animation:pulse 2s infinite}.node-content{flex:1}.node-title{font-size:1.15rem;margin-bottom:.3rem;font-weight:500;color:#fff}.lesson-node.current .node-title{color:#e2c4ff}.node-points{font-size:.9rem;display:flex;align-items:center;gap:.4rem;color:#ffffffb3}.lesson-node.completed .node-points{color:#7ae1ff}.lesson-node.current .node-points{color:#c77dff}.connector-line{height:16px;width:2px;margin-left:21px;background:#ffffff1a}.connector-line.completed{background:linear-gradient(to bottom,#00d0ff66,#9d00ff4d)}.topic-cards-container{width:450px;display:flex;flex-direction:column;gap:1.5rem}.topic-card{background:#ffffff08;border:1px solid rgba(157,0,255,.1);border-radius:12px;padding:1rem;display:flex;gap:1.5rem;align-items:flex-start;transition:all .3s ease;cursor:pointer}.topic-card.active-topic{background:#7b68ee26;border-color:#7b68eeb3;box-shadow:0 0 15px #7b68ee4d}.glow-hover:hover{background:#7b68ee1a;border-color:#7b68ee80;transform:translateY(-3px);box-shadow:0 5px 15px #7b68ee33}.card-icon-container{width:fit-content;height:fit-content;background:#9d00ff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon-container .learning-card-icon{width:70px;height:70px;object-fit:contain}.card-content{flex:1}.card-title{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.card-description{font-size:.95rem;color:#fff9;line-height:1.5}.card-progress{width:100%;margin-top:1rem}.card-progress progress{width:100%;height:6px;border-radius:3px;background:#333}.card-progress progress::-webkit-progress-bar{background:#333;border-radius:3px}.card-progress progress::-webkit-progress-value{background:linear-gradient(90deg,#f0f,#0ff);border-radius:3px}.card-progress span{display:block;text-align:right;font-size:.8rem;color:#777;margin-top:.3rem}.start-lesson-container{margin:50px 0;text-align:start}.start-lesson-btn{padding:.75rem 1.5rem;background:linear-gradient(90deg,#f0f,#00bfff);color:#fff;border:none;border-radius:10px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.start-lesson-btn:hover{transform:scale(1.05);box-shadow:0 0 15px #00bfff80}.lesson-navigation{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.lesson-navigation button{padding:.8rem 1.5rem;background:#ffffff1a;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background .2s}.lesson-navigation button:hover{background:#fff3}.lesson-navigation button:disabled{background:#ffffff0d;color:#777;cursor:not-allowed}@keyframes pulse{0%{box-shadow:0 0 #9d00ffb3}70%{box-shadow:0 0 0 10px #9d00ff00}to{box-shadow:0 0 #9d00ff00}}.pulse-animation{animation:pulse 2s infinite}@media (max-width: 1024px){.learn-container{flex-direction:column}.topic-cards-container{width:100%}}@media (max-width: 768px){.learn-container{padding:1rem}.neon-topic-title{font-size:2rem}}.lesson-viewer{background:#0000004d;padding:2rem;border-radius:10px;margin:2rem 0;color:#fff;font-family:Inter,sans-serif}h2{font-weight:500}h3{font-weight:400;font-size:18px;margin-top:40px;margin-bottom:10px}p{color:#ffffffb3;margin:0}.lesson-points{color:#00bfff;margin-bottom:1rem;font-weight:700}.lesson-content{display:flex;flex-wrap:wrap;gap:2rem}.lesson-content .left{flex:1}.lesson-content .img{width:40%;height:auto;border-radius:10px;object-fit:contain}.video-container{margin-bottom:1.5rem}.video-container iframe{width:100%;height:400px;border:none;border-radius:8px;margin-bottom:1rem}.lesson-description{margin:1rem 0;color:#ccc}.text-content{line-height:1.6;padding:1rem;background:#0003;border-radius:8px}.question-block{margin-top:2rem}.question-block h3{font-size:24px;margin-bottom:40px;font-weight:700}.question-options{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.option-item{border:2px solid #555;border-radius:5px;padding:10px;cursor:pointer;transition:.3s;width:360px;min-height:180px;background-color:#1a1a2e;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.1rem}.option-item img{width:100%;height:auto;border-radius:5px;object-fit:contain;box-shadow:0 2px 10px #0000004d}.option-item.selected{border-color:#9d00ff;background:#9d00ff26}.option-item.correct{border-color:green;background-color:#00ff001a}.option-item.incorrect{border-color:red;background-color:#ff00001a}.submit-btn,.submit-quiz-btn{margin-top:1rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background-color:#6200ea;border:none;border-radius:8px;cursor:pointer;transition:.2s ease;box-shadow:0 4px 8px #0000001a}.submit-btn:hover,.submit-quiz-btn:hover{background-color:#4500a0;transform:scale(1.02)}.submit-btn:active,.submit-quiz-btn:active{transform:scale(.98)}.submit-btn:disabled{background-color:#444;cursor:not-allowed}.feedback,.quiz-feedback{padding:1rem;text-align:center;font-weight:700;margin:1rem 0;border-radius:5px}.lesson-actions{margin-top:2rem;text-align:center}.complete-btn{padding:.8rem 1.5rem;background:linear-gradient(90deg,#f0f,#00bfff);color:#fff;border:none;border-radius:5px;font-weight:700;cursor:pointer;transition:transform .2s}.complete-btn:hover{transform:scale(1.05)}h4{color:#fff;margin:0}.visuals-block{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff0a;border-radius:12px;padding:2rem 1.5rem;margin:3rem auto 2rem;max-width:700px;text-align:center;box-shadow:0 0 20px #00000026;gap:1.75rem}.lesson-image{width:100%;max-width:480px;height:auto;border-radius:10px;object-fit:contain;box-shadow:0 6px 20px #0006;transition:transform .2s ease}.lesson-image:hover{transform:scale(1.01)}.visual-description{display:flex;flex-direction:column;gap:.6rem;font-size:1.05rem;color:#ffffffd9;line-height:1.6;text-align:left;max-width:600px}.visual-description p{margin:0}.askChat-container .home-in-lesson-wrapper{width:100%;display:flex;align-items:center}.profile-wrapper{min-height:100vh;width:100vw;background:linear-gradient(to bottom,#000,#12002b);display:flex;align-items:center;justify-content:center;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;overflow:hidden;position:relative}.profile-wrapper:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,#9d00ff33,#9d00ff00 70%);top:-100px;right:-100px;z-index:0}.profile-wrapper:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,#00d0ff26,#00d0ff00 70%);bottom:-150px;left:-150px;z-index:0}.profile-container{background:#1e1e2ecc;border-radius:16px;box-shadow:0 8px 32px #0000004d;padding:2rem;width:90%;max-width:900px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);z-index:1}.cover-container{position:relative;width:100%;height:250px;overflow:hidden}.cover-img{width:100%;height:100%;object-fit:cover}.profile-content{padding:2rem}.profile-identity{display:flex;align-items:center;margin-bottom:2rem}.avatar-container{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-right:1.5rem;border:4px solid rgba(123,104,238,.8)}.profile-pic{width:100%;height:100%;object-fit:cover}.profile-info{color:#fff}.profile-name{font-size:2rem;margin-bottom:.5rem;text-shadow:0 0 10px rgba(157,0,255,.5)}.profile-title{font-size:1.2rem;margin-bottom:.5rem;color:#fffc}.profile-meta{font-size:.9rem;color:#ffffffb3}.meta-item{margin-right:1rem}.section-divider{height:1px;width:100%;background:#fff3;margin:2rem 0}.cards-section{margin-bottom:2rem}.section-title{font-size:1.5rem;color:#fff;margin-bottom:1rem;text-shadow:0 0 8px rgba(123,104,238,.5)}.cards-grid{display:flex;flex-wrap:wrap;gap:1rem}.profile-card{flex:1 1 200px;background:#ffffff0d;border:1px solid rgba(157,0,255,.3);border-radius:12px;padding:1rem;transition:transform .3s ease;text-align:center}.profile-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #7b68ee66}.card-content{color:#fff}.card-title{font-size:1.2rem;margin-bottom:.5rem;text-shadow:0 0 8px rgba(157,0,255,.4)}.card-label{font-size:1rem;color:#fffc}@media (max-width: 768px){.profile-identity{flex-direction:column;text-align:center}.avatar-container{margin-right:0;margin-bottom:1rem}}.all-users-container{background:#1e1e2ed9;border-radius:16px;box-shadow:0 8px 32px #00000080;padding:2rem;width:90%;max-width:900px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);z-index:1;margin:2rem auto}.back-button{background:none;border:none;font-size:1rem;color:#0ff;cursor:pointer;margin-bottom:1rem;transition:color .3s ease}.back-button:hover{color:#f0f}.all-users-list{max-height:400px;overflow-y:auto;padding-right:1rem;margin-top:1rem}.user-item{background:#ffffff0d;border:1px solid rgba(157,0,255,.5);border-radius:12px;padding:1rem;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease}.user-item:hover{transform:translateY(-3px);box-shadow:0 3px 10px #00d0ff80}.user-name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:0 0 8px rgba(157,0,255,.8)}.user-affiliations{font-size:.9rem;color:#e0aaff}.mind-map-container{position:relative;width:100%;min-height:100vh;overflow:hidden;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:linear-gradient(to bottom,#000,#12002b);font-family:Roboto,sans-serif;color:#fff}.mind-map{position:relative;width:1000px;height:600px;padding-bottom:20px;box-sizing:border-box;margin-top:20px}.central-node{position:absolute;padding:20px;top:50%;left:50%;width:160px;height:160px;margin-left:-90px;margin-top:-90px;background:radial-gradient(circle,#1e1e2efa,#000);border-radius:50%;border:3px solid rgb(123,0,255);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2em;text-align:center;z-index:2;box-shadow:0 0 20px #9d00ff80;animation:pulse 2s infinite;transition:transform .3s ease-in-out}.central-node:hover{transform:scale(1.1);box-shadow:0 0 30px #9d00ffb3}.sub-node{width:180px;height:50px;background:linear-gradient(135deg,#1e1e2ecc,#12002b);border-radius:20px;border:2px solid rgb(89,0,255,.75);padding:5px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1em;font-weight:500;position:relative;box-shadow:0 0 10px #9d00ff4d;animation:appear 1s forwards;transition:transform .3s ease-in-out,background .3s ease-in-out;cursor:pointer}.sub-node:hover{transform:scale(1.5) translateY(-50%);background:linear-gradient(135deg,#28283cd9,#1c0035);box-shadow:0 0 15px #9d00ff80}.branch-line{fill:none;stroke:url(#branchGradient);stroke-width:3;filter:url(#glow);opacity:.9;stroke-linecap:round}.node-connector{position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:10px;height:10px;background:#9d00ff;border-radius:50%;box-shadow:0 0 6px #9d00ffcc}.title-wrapper{text-align:center;padding-top:20px}.title-wrapper h1{margin:0;padding:0}.mind-map-title{font-size:3em;letter-spacing:1.5px;opacity:.95;background:linear-gradient(90deg,#9d00ff,#00d0ff);-webkit-background-clip:text;background-clip:text;color:transparent}.title-line{display:block;line-height:1.2}.node-glow{position:absolute;width:150%;height:150%;top:-25%;left:-25%;background:radial-gradient(circle,rgba(111,0,255,.5),transparent);border-radius:50%;animation:pulsate 5s infinite;z-index:-1}.particles{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}.particle{position:absolute;background:radial-gradient(circle,rgba(157,0,255,1),transparent);border-radius:50%;animation:float 8s infinite ease-in-out}@keyframes pulse{0%{box-shadow:0 0 20px #9d00ff80}50%{box-shadow:0 0 35px #9d00ffcc}to{box-shadow:0 0 20px #9d00ff80}}@keyframes appear{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes pulsate{0%{transform:scale(.9);opacity:.8}50%{transform:scale(1.1);opacity:.5}to{transform:scale(.9);opacity:.8}}@keyframes ripple{0%{transform:scale(.8);opacity:.6}70%{transform:scale(1.6);opacity:0}to{transform:scale(1.6);opacity:0}}@keyframes float{0%{transform:translateY(0) translate(0) scale(.8);opacity:.6}50%{transform:translateY(-15px) translate(5px) scale(1);opacity:.8}to{transform:translateY(0) translate(0) scale(.8);opacity:.6}}.slide-panel{position:fixed;right:0;width:300px;max-width:80%;height:100%;background:#1e1e2e80;border-left:1px solid rgba(255,255,255,.1);border-radius:10px 0 0 10px;padding:20px;overflow-y:auto;transition:transform .3s ease-out;transform:translate(0);z-index:1000;color:#fff;font-family:Roboto,sans-serif;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:-2px 0 5px #0003}.slide-panel.closed{transform:translate(100%)}.close-btn{position:absolute;top:15px;right:15px;font-size:24px;background:transparent;border:none;color:#ffffffb3;cursor:pointer;transition:color .3s ease}.close-btn:hover{color:#fff}.slide-panel h2{font-size:1.6em;margin:0 0 15px;color:#fffffff2;font-weight:500}.slide-panel h3{font-size:1.2em;color:#fffc;margin:20px 0 10px;font-weight:400}.slide-panel p{font-size:1em;color:#ffffffbf;line-height:1.6;margin-bottom:20px}.slide-panel ul{list-style:none;padding:0}.slide-panel li{margin:8px 0}.slide-panel a{color:#ffffffb3;text-decoration:none;font-weight:400;transition:color .3s ease}.slide-panel a:hover{color:#fff}.login-container{height:100vh;width:100vw;background:linear-gradient(to bottom,#000,#12002b);position:relative;display:flex;align-items:center;justify-content:center;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;overflow:hidden}.login-container:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,#9d00ff33,#9d00ff00 70%);top:-100px;right:-100px;z-index:0}.login-container:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,#00d0ff26,#00d0ff00 70%);bottom:-150px;left:-150px;z-index:0}.login-card{background:#1e1e2ecc;border-radius:16px;box-shadow:0 8px 32px #0000004d;padding:3rem;width:100%;max-width:420px;z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#9d00ff,#00d0ff)}.login-card h2{margin-bottom:2rem;color:#fff;font-size:2rem;text-align:center;text-shadow:0 0 10px rgba(125,104,238,.3)}.input-group{margin-bottom:1.5rem;position:relative}.input-group label{display:block;margin-bottom:.75rem;color:#fffc;font-size:.95rem}.input-group input{width:100%;padding:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}.input-group input:focus{outline:none;border-color:#7b68ee;box-shadow:0 0 0 2px #7b68ee4d;background:#7b68ee1a}.login-button{width:100%;padding:1rem;background:linear-gradient(90deg,#9d00ffcc,#00d0ffcc);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.login-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#9d00ff,#00d0ff);z-index:-1;opacity:0;transition:opacity .3s ease}.login-button:hover:before{opacity:1}.login-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #7b68ee66}.login-button:active{transform:translateY(0)}.login-text{margin-top:2rem;font-size:.9rem;color:#fff9;text-align:center}.toggle-link{color:#7b68ee;cursor:pointer;margin-left:.5rem;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.toggle-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#7b68ee;transition:width .3s ease}.toggle-link:hover{color:#9d4edd}.toggle-link:hover:after{width:100%}@media (max-width: 480px){.login-card{padding:2rem;margin:0 1rem}.login-card h2{font-size:1.5rem}}.signup-workflow-container{height:100vh;width:100vw;background:linear-gradient(to bottom,#000,#12002b);position:relative;display:flex;flex-direction:column;align-items:center;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;color:#fff;overflow:hidden}.workflow-header{margin-top:2rem;font-size:2.5rem;font-weight:300;text-shadow:0 0 10px rgba(157,0,255,.5);letter-spacing:1px}.progress-bar{width:80%;max-width:800px;height:10px;background:#ffffff1a;border-radius:5px;margin-top:2rem;overflow:hidden;box-shadow:0 2px 10px #0000004d}.progress{height:100%;background:linear-gradient(90deg,#9d00ff,#00d0ff);border-radius:5px;transition:width .4s ease}.question-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;width:80%;max-width:800px}.neon-text{font-size:2rem;margin-bottom:2rem;text-align:center;text-shadow:0 0 8px rgba(157,0,255,.7);font-weight:400;letter-spacing:.5px}.sub-text{font-size:1rem;color:#ffffffb3;text-align:center;margin-top:1rem;max-width:500px;line-height:1.6}.choices-container{width:100%;max-width:600px;margin:2rem 0}.affiliation-form{display:flex;gap:10px;width:100%;max-width:700px;margin:2rem 0}.affiliation-select,.affiliation-input{flex:1;padding:.8rem 1rem;background:#ffffff0d;border:1px solid rgba(157,0,255,.3);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}.affiliation-select:focus,.affiliation-input:focus{outline:none;border-color:#00d0ffcc;box-shadow:0 0 10px #00d0ff33}.affiliation-select option{background:#12002b;color:#fff}.add-button{padding:0 1.5rem;background:#7b68ee4d;border:1px solid #7B68EE;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease}.add-button:hover{background:#7b68ee80}.add-button:disabled{opacity:.5;cursor:not-allowed}.affiliations-list{width:100%;max-width:700px;margin-top:1rem}.affiliation-item{display:flex;align-items:center;padding:.8rem 1rem;margin:.5rem 0;background:#ffffff08;border:1px solid rgba(157,0,255,.1);border-radius:8px;transition:all .3s ease}.affiliation-item:hover{background:#7b68ee1a}.affiliation-category{font-weight:700;color:#7b68ee;margin-right:.5rem}.affiliation-value{flex:1}.remove-button{background:none;border:none;color:#ffffff80;font-size:1.2rem;cursor:pointer;padding:0 .5rem;transition:all .2s ease}.remove-button:hover{color:#ff4d4d;transform:scale(1.2)}.empty-state{text-align:center;color:#fff6;padding:2rem;font-style:italic}@media (max-width: 768px){.affiliation-form{flex-direction:column}.add-button{padding:.8rem}}.choice{margin:1rem 0;padding:1.2rem 2rem;background:#ffffff0d;border:1px solid rgba(157,0,255,.3);border-radius:12px;cursor:pointer;font-size:1.1rem;transition:all .3s ease;display:flex;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.choice:before{content:"";display:inline-block;width:18px;height:18px;border:2px solid rgba(157,0,255,.5);border-radius:50%;margin-right:15px;transition:all .3s ease}.choice:hover{background:#7b68ee33;border-color:#7b68eecc;transform:translateY(-2px)}.choice:hover:before{border-color:#00d0ffcc}.choice.selected{background:#7b68ee4d;border:1px solid rgba(0,208,255,.8);box-shadow:0 0 15px #7b68ee66}.choice.selected:before{background:radial-gradient(#9d00ff80,#00d0ffbf);border-color:transparent}.input-field{width:100%;padding:1.2rem;background:#ffffff0d;border:1px solid rgba(157,0,255,.3);border-radius:12px;color:#fff;font-size:1.1rem;margin:1rem 0;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.input-field:focus{outline:none;border-color:#00d0ffcc;box-shadow:0 0 10px #00d0ff33}.input-field::placeholder{color:#fff6}.nav-buttons{display:flex;justify-content:space-between;width:80%;max-width:800px;margin-bottom:2rem}.nav-button{padding:.8rem 2rem;background:none;border:1px solid #7B68EE;border-radius:8px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;position:relative;overflow:hidden}.nav-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(123,104,238,.4),transparent);transition:all .5s ease}.nav-button:hover{background:#7b68ee33;box-shadow:0 0 15px #7b68ee4d}.nav-button:hover:before{left:100%}.nav-button.primary{background:linear-gradient(90deg,#9d00ffcc,#00d0ffcc);border:none}.nav-button.primary:hover{background:linear-gradient(90deg,#9d00ff,#00d0ff);box-shadow:0 0 20px #00d0ff66}.nav-button:disabled{opacity:.5;cursor:not-allowed;background:none;border:1px solid rgba(255,255,255,.2);box-shadow:none}.nav-button:disabled:hover:before{display:none}.step-counter{margin-top:1rem;font-size:.9rem;color:#ffffff80;letter-spacing:.5px}.panda-icon{position:absolute;bottom:-20px;right:-20px;width:300px;height:300px;background:url(/assets/george-standing-5OJ07UzV.png) no-repeat center center;background-size:contain;opacity:1.5;transition:all .3s ease}.panda-icon:hover{opacity:1;transform:scale(1.1)}@media (max-width: 768px){.workflow-header{font-size:1.8rem;margin-top:1.5rem}.neon-text{font-size:1.5rem}.choice,.input-field{padding:1rem}.nav-buttons{width:90%}.panda-icon{width:60px;height:60px}}.page-build{text-align:center;padding:2rem 1rem}.page-build .build-input{display:block;width:100%;max-width:400px;margin:20px auto;padding:12px 16px;font-size:1rem;color:#fff;background-color:#1a1a1a;border:2px solid #00ffff;border-radius:5px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.page-build .build-input:focus{border-color:#ffea00;box-shadow:0 0 8px #ffea00cc}.page-build .build-input::placeholder{color:#ffffffb3}.img-container{display:flex;gap:20px}.img-container img{min-width:50%;max-width:100%;border-radius:10px}.course-master-container{display:flex;justify-content:center;align-items:center;min-height:80vh;width:100vw;background:linear-gradient(to bottom,#000,#12002b);position:relative;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;overflow:hidden;padding:2rem}.course-master-container:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,#9d00ff33,#9d00ff00 70%);top:-100px;right:-100px;z-index:0}.course-master-container:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,#00d0ff26,#00d0ff00 70%);bottom:-150px;left:-150px;z-index:0}.course-card{width:800px;min-height:600px;background:#1e1e2ecc;border-radius:16px;box-shadow:0 8px 32px #0000004d;z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;display:flex;flex-direction:column}.course-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#9d00ff,#00d0ff)}.course-title{padding:1.5rem 2rem;margin:0;font-size:1.5rem;font-weight:600;color:#fff;background:#1e1e2e99;border-bottom:1px solid rgba(255,255,255,.1);text-shadow:0 0 10px rgba(125,104,238,.3)}.course-content-scrollable{flex:1;padding:2rem;overflow-y:auto;max-height:450px}.course-content{line-height:1.7;color:#ffffffd9}.course-content p{margin-bottom:1rem;font-size:1.1rem}.course-content div{margin-bottom:1.5rem}.course-content a{color:#7b68ee;text-decoration:none;font-weight:500;transition:all .2s ease;position:relative}.course-content a:hover{color:#9d4edd;text-shadow:0 0 8px rgba(157,0,255,.3)}.course-content a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#7b68ee;transition:width .3s ease}.course-content a:hover:after{width:100%}.course-content ol,.course-content ul{margin-left:1.5rem;padding-left:1rem}.course-content li{margin-bottom:.5rem}.course-navigation{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1);background:#1e1e2e99}.nav-button.prev-next{padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none;font-weight:500;background:linear-gradient(90deg,#9d00ffcc,#00d0ffcc);color:#fff;position:relative;overflow:hidden;z-index:1}.nav-button.prev-next:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#9d00ff,#00d0ff);z-index:-1;opacity:0;transition:opacity .3s ease}.nav-button.prev-next:hover:before{opacity:1}.nav-button.prev-next:hover{transform:translateY(-2px);box-shadow:0 5px 15px #7b68ee66}.nav-button.prev-next:active{transform:translateY(0)}.nav-button.prev-next:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed}.page-progress{display:flex;align-items:center;font-family:SF Mono,monospace;color:#fff9}.page-current{font-weight:700;color:#7b68ee;font-size:1.1rem}.page-separator{margin:0 .5rem}.page-total{color:#fff6}.course-content-scrollable::-webkit-scrollbar{width:8px}.course-content-scrollable::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.course-content-scrollable::-webkit-scrollbar-thumb{background:#9d00ff4d;border-radius:4px}.course-content-scrollable::-webkit-scrollbar-thumb:hover{background:#9d00ff80}.course-content code{font-family:Courier New,monospace;background:#0000004d;padding:.2rem .4rem;border-radius:4px;color:#9dffad;font-size:.9em;border:1px solid rgba(0,208,255,.2)}@media (max-width: 900px){.course-card{width:95%;min-height:500px}.course-content-scrollable{max-height:400px}}@media (max-width: 480px){.course-master-container{padding:1rem}.course-title{padding:1rem;font-size:1.3rem}.course-content-scrollable{padding:1rem}.course-navigation{padding:1rem;flex-direction:column;gap:1rem}.nav-button.prev-next{width:100%}}
