body{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;height:100%;font-family:Roboto,sans-serif;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.app-container{position:relative;min-height:100vh;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2}.background-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.content{z-index:2}h1{font-size:3em;color:#e0e0e0;text-shadow:1px 1px 4px rgba(0,0,0,.5);margin-bottom:.5em}p{font-size:1.4em;color:silver;text-shadow:1px 1px 3px rgba(0,0,0,.5);margin-top:0}.shape{position:absolute;width:100px;height:100px;background:#007bff33;border:1px solid rgba(0,123,255,.5);border-radius:8px;transform:perspective(500px) rotateX(45deg) rotateY(45deg);animation:float 10s ease-in-out infinite}@keyframes float{0%{transform:perspective(500px) translateZ(0) rotateX(45deg) rotateY(45deg);opacity:.8}50%{transform:perspective(500px) translate3d(50px,50px,50px) rotateX(55deg) rotateY(55deg);opacity:.6}to{transform:perspective(500px) translateZ(0) rotateX(45deg) rotateY(45deg);opacity:.8}}.chatbot-container{position:fixed;bottom:20px;right:20px;z-index:1000}.chatbot-button{background:#4285f4;border:none;border-radius:50%;width:60px;height:60px;cursor:pointer;box-shadow:0 2px 10px #0003;display:flex;align-items:center;justify-content:center;color:#fff}.chat-window{position:absolute;bottom:70px;right:0;width:500px;max-height:550px;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0003;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:15px;background:#4285f4;color:#fff;display:flex;justify-content:space-between;align-items:center}.messages-container{flex:1;padding:15px;overflow-y:auto}.message{margin-bottom:10px;padding:8px 12px;border-radius:18px;max-width:80%}.message.user{background:#e3f2fd;margin-left:auto;border-bottom-right-radius:5px}.message.bot{background:#f1f1f1;margin-right:auto;border-bottom-left-radius:5px}.input-area{display:flex;padding:10px;border-top:1px solid #eee}.input-area input{flex:1;padding:10px;border:1px solid #ddd;border-radius:20px;outline:none}.input-area button{margin-left:10px;padding:10px 15px;background:#4285f4;color:#fff;border:none;border-radius:20px;cursor:pointer}.input-area button:disabled{background:#ccc;cursor:not-allowed}.typing-indicator{display:flex;padding:10px}.typing-indicator span{width:8px;height:8px;background:#666;border-radius:50%;margin:0 2px;animation:typing 1s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.navbar{width:100%;padding:16px 32px;display:flex;box-sizing:border-box;justify-content:space-between;align-items:center;flex-wrap:wrap;background-color:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1.3em;font-weight:600;position:relative;top:0;z-index:999}.navbar-left{font-size:1.5em;letter-spacing:1px}.navbar-right{display:flex;gap:27px;flex-wrap:wrap}.navbar-right span{font-size:.9em;color:silver;text-shadow:1px 1px 3px rgba(0,0,0,.5);cursor:default;white-space:nowrap}.navbar-right span:hover{opacity:1;cursor:default}.footer{display:flexbox;justify-content:center;text-align:center;padding:20px 10px;font-size:1em;color:silver;background-color:#0003;text-shadow:1px 1px 3px rgba(0,0,0,.4);z-index:2;flex-wrap:wrap;position:relative}
