body.floating-mode{margin:0;padding:0;background:transparent;overflow:auto;-webkit-overflow-scrolling:touch}body.floating-mode #__next{position:absolute;top:0;left:0;width:100%;min-height:100vh;border-radius:0;box-shadow:0 0 20px rgba(0,0,0,.3);overflow:visible;animation:float-in .3s ease-out;z-index:9999}@media (min-width:769px){body.floating-mode{display:flex;justify-content:center;align-items:flex-start;padding:20px 0;min-height:100vh;box-sizing:border-box}body.floating-mode #__next{position:relative;width:400px;min-height:auto;max-width:100%;top:0;left:0;transform:none;border-radius:20px;margin:0 auto}}@keyframes float-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.floating-close-btn{position:fixed;top:15px;right:15px;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.3);color:#fff;border:none;font-size:22px;line-height:1;cursor:pointer;z-index:10000;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.floating-close-btn:hover{background:rgba(0,0,0,.5);transform:scale(1.1)}body.floating-mode .container{height:auto;min-height:100vh;margin:0;box-shadow:none;border-radius:0}body.floating-mode .profile-section{position:relative;width:100%;max-width:100%}body.floating-mode .chat-section{height:auto;min-height:calc(100vh - 80px)}body.floating-mode .chat-messages{flex:1 1;overflow-y:auto;padding:5px 0 150px;position:relative;box-sizing:border-box;min-height:0;height:100%}.message:last-child{margin-bottom:100px}@media (min-width:769px){body.floating-mode .container{border-radius:20px;overflow:hidden;height:auto;min-height:600px}body.floating-mode .messages{min-height:450px}}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{height:100%}#__next{min-height:100vh;display:flex;align-items:center;justify-content:center}html{height:100%;overflow:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.container{background:#fff;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden;max-width:1200px;width:95%;display:grid;grid-template-columns:1fr 1fr;min-height:650px;height:75vh;position:relative;margin-bottom:60px}.profile-section{max-height:70px;padding:10px 15px;border-radius:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:100vw;max-width:100vw;margin:0;background:linear-gradient(45deg,#3a7bd5,#2c3e50);justify-content:flex-start;transform-origin:top}.avatar,.profile-section{overflow:hidden;box-sizing:border-box;display:flex;align-items:center}.avatar{width:150px;height:150px;border-radius:50%;background:hsla(0,0%,100%,.2);margin:0 auto 20px;justify-content:center;border:6px solid hsla(0,0%,100%,.3);padding:0;position:relative;top:-10px}.profile-info h1{font-size:2.5rem;margin-bottom:10px}.profile-info p{font-size:1.2rem;margin-bottom:30px}.skills{padding:20px;border-radius:15px;margin-top:20px}.skills h3{font-size:1.3rem}.skill-tag{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.2);padding:5px 12px;border-radius:20px;margin:5px;font-size:.9rem;color:#fff;text-decoration:none;transition:all .3s ease;cursor:pointer}.skill-tag:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.1);color:#fff}.skill-tag .contact-icon{margin-right:8px;font-size:1rem;vertical-align:middle}.chat-section{position:relative;display:flex;flex-direction:column;height:100%;background:#fff}.chat-header{background:#6e8194;color:#fff;padding:20px;text-align:center;position:absolute;top:0;left:0;right:0;height:100px;z-index:10}.chat-header h2{margin-bottom:5px}.chat-header p{opacity:.8;font-size:.9rem}.chat-messages{flex:1 1;padding:20px 20px 20px 25px;overflow-y:auto;max-height:calc(100% - 180px);width:100%;position:absolute;top:100px;bottom:80px;left:0;right:0;box-sizing:border-box}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}.chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.chat-messages{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,.05)}.message{margin-bottom:15px;display:flex;flex-direction:column}.message.user{align-items:flex-end}.message.ai{align-items:flex-start}.message-bubble{max-width:85%;padding:12px 16px;border-radius:18px;font-size:.9rem;line-height:1.4}.message.user .message-bubble{background:#007bff;color:#fff}.message.ai .message-bubble{background:#e9ecef;color:#333}.chat-input{position:absolute;bottom:0;left:0;right:0;display:flex;padding:15px 20px;background:#fff;border-top:1px solid #eee;height:80px;box-sizing:border-box}.chat-input input{flex:1 1;padding:12px 15px;border:1px solid #ddd;border-radius:25px;font-size:.9rem;outline:none;transition:border-color .3s ease}.chat-input input:focus{border-color:#007bff}.chat-input button{width:45px;height:45px;margin-left:10px;background:#007bff;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.chat-input button:hover{background:#0069d9}.chat-input button:disabled{background:#ccc;cursor:not-allowed}.quick-questions{background:rgba(240,242,245,.9);padding:18px;border-radius:18px;margin-bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.quick-questions h4{margin-top:0;margin-bottom:12px;font-size:.95rem;color:#4a5568;font-weight:600}.quick-question{display:inline-block;background:rgba(58,123,213,.1);padding:10px 16px;margin:5px;border-radius:20px;font-size:.9rem;color:#2c3e50;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.05);border:1px solid rgba(58,123,213,.2)}.quick-question:hover{background:rgba(58,123,213,.2);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.08)}.loading-indicator{display:flex;justify-content:flex-start;margin-bottom:15px;padding:0 15px}.typing-indicator{background-color:#e9ecef;padding:10px 15px;border-radius:18px;display:flex;align-items:center}.typing-indicator span{height:8px;width:8px;background:#999;border-radius:50%;display:inline-block;margin:0 2px;animation:bounce 1.3s linear infinite}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media (max-width:768px){body,html{height:100%;overflow:hidden;margin:0;padding:0}.profile-tech-info{display:block}.profile-section.expanded .profile-tech-info{display:block;margin-top:15px;margin-bottom:30px}.container{grid-template-columns:1fr;max-width:100%;height:100vh;margin:0;padding:0;overflow:hidden;bottom:0;flex-direction:column}.container,.profile-section{width:100%;border-radius:0;box-sizing:border-box;position:fixed;top:0;left:0;right:0;display:flex}.profile-section{height:80px;min-height:80px;max-height:80px;padding:calc(15px + env(safe-area-inset-top)) 15px 15px;background:linear-gradient(45deg,#3a7bd5,#2c3e50);align-items:center;justify-content:flex-start;z-index:100;overflow:visible;transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0}.chat-section{flex:1 1;display:flex;flex-direction:column;position:relative;border-radius:0;background:#fff;z-index:1;box-sizing:border-box;overflow:hidden;height:calc(100vh - 80px);margin-top:0}.chat-header{display:none}.chat-messages{flex:1 1;overflow-y:auto;padding:5px 0 120px;position:relative;box-sizing:border-box;min-height:0;height:100%}.chat-input{position:fixed;bottom:20px;left:20px;right:20px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);border-radius:30px;z-index:99;flex-shrink:0;height:auto;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center}.chat-input input{flex:1 1;min-width:0;padding:12px 20px;border:1px solid #e0e0e0;border-radius:25px;font-size:.9rem;outline:none;transition:border-color .3s ease;background:#f8f9fa}.chat-input input:focus{border-color:#007bff;background:#fff}.chat-input button{min-width:45px;width:45px;height:45px;margin-left:10px;flex-shrink:0;background:#007bff;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,123,255,.3)}.chat-input button:hover{background:#0056b3;transform:scale(1.05)}.chat-input button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.quick-questions{padding:15px 20px;background:#f0f0f0;border-radius:15px;margin:5px 15px 20px;box-shadow:none;flex-shrink:0;position:relative;z-index:10;width:calc(100% - 30px);box-sizing:border-box;-webkit-backdrop-filter:none;backdrop-filter:none}.quick-questions h4{font-size:.9rem;margin-top:0;margin-bottom:10px;color:#666;font-weight:600}.quick-question{display:inline-block;background:rgba(58,123,213,.15);padding:8px 12px;margin:4px;border-radius:15px;font-size:.85rem;color:#2c3e50;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .2s ease;border:1px solid rgba(58,123,213,.2)}.quick-question:hover{background:rgba(58,123,213,.25);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.08)}.message{flex-direction:column;max-width:100%;position:relative;z-index:5}.loading-indicator,.message{margin-bottom:15px;display:flex;padding:0 15px}.loading-indicator{justify-content:flex-start}.message:last-child{margin-bottom:50px}.message.user{align-items:flex-end}.message.ai{align-items:flex-start}.message-bubble{max-width:85%;padding:12px 16px;border-radius:18px;font-size:.9rem;line-height:1.4;box-shadow:0 1px 2px rgba(0,0,0,.1)}.toggle-profile{display:flex;position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#fff;font-size:1.5rem;z-index:200;cursor:pointer;width:30px;height:30px;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);border-radius:50%;transition:all .3s ease}.toggle-profile:hover{background:hsla(0,0%,100%,.3)}.profile-section .profile-header{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:flex-start;margin:0;transition:all .4s ease-in-out}.profile-section .avatar{width:50px;height:50px;margin:0 12px 0 0;border-width:2px;top:0;transition:all .4s ease-in-out;flex-shrink:0;position:relative}.profile-section .profile-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;flex:1 1}.profile-section .profile-info h1{font-size:1.2rem;margin:0;transition:all .4s ease-in-out;line-height:1.2}.profile-section .profile-info h1,.profile-section .profile-info p{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-section .profile-info p{display:block;font-size:.7rem;margin:2px 0 0;opacity:.9;line-height:1.1}.profile-section .profile-details{display:none;opacity:0;transition:opacity .4s ease-in-out}.profile-section.expanded+.chat-section{display:none}.profile-section.expanded{max-height:none;height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:calc(20px + env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));width:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;background:linear-gradient(45deg,#3a7bd5,#2c3e50);margin:0;box-sizing:border-box;display:flex;flex-direction:column;animation:slideDown .4s cubic-bezier(.4,0,.2,1)}.profile-section.expanded .profile-header{flex-direction:column;align-items:center;margin-top:10px;flex-shrink:0}.profile-section.expanded .avatar{width:120px;height:120px;margin:0 auto 15px;border-width:5px}.profile-section.expanded .profile-info{align-items:center}.profile-section.expanded .profile-info h1{font-size:2rem;margin-bottom:3px;text-align:center}.profile-section.expanded .profile-info p{font-size:.9rem;margin-bottom:10px;text-align:center}.profile-section.expanded .profile-details{display:flex;flex-direction:column;opacity:1;width:100%;margin-top:10px;flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start}.contact-item,.site-link{display:flex;width:100%;margin:8px 0;box-sizing:border-box;padding:8px 12px;font-size:.85rem}.skills{width:100%;box-sizing:border-box;background:hsla(0,0%,100%,.1);border-radius:15px;padding:12px;margin-bottom:10px;flex-shrink:0}.skills h3{margin-bottom:6px;font-size:1.1rem}.skills+.skills{margin-top:4px}.profile-details{width:100%}body.profile-expanded{overflow:hidden;position:fixed;width:100%;height:100%}}.icon-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#sendButton{display:flex;align-items:center;justify-content:center;padding:12px;width:48px;height:48px;background:#3a7bd5;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.1)}#sendButton:hover{background:#2c3e50;transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.15)}#sendButton:disabled{background:#a0aec0;cursor:not-allowed;box-shadow:none}.contact-item{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.2);border-radius:22px;padding:14px 20px;margin:10px 5px;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;cursor:pointer;font-size:1.15rem;width:100%;box-sizing:border-box;font-weight:500}.contact-item:hover{background:hsla(0,0%,100%,.3);transform:translateY(-3px);box-shadow:0 5px 10px rgba(0,0,0,.2)}.contact-icon{margin-right:12px;font-size:1.4rem}.copied-icon{position:absolute;right:8px;color:#28a745;animation:fadeIn .3s}.site-link{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.2);border-radius:22px;padding:14px 20px;margin:10px 5px;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;cursor:pointer;font-size:1.15rem;width:100%;box-sizing:border-box;font-weight:500}.site-link:hover{background:hsla(0,0%,100%,.3);transform:translateY(-3px);box-shadow:0 5px 10px rgba(0,0,0,.2)}.site-icon{margin-right:12px;font-size:1.4rem}.profile-image{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.profile-info h1{font-size:2.2rem;margin-bottom:5px;text-align:center;color:#fff}.profile-info p{font-size:1rem;text-align:center;opacity:.9;margin-bottom:20px;color:#fff}.skills{background:hsla(0,0%,100%,.1);padding:22px;border-radius:18px;margin-top:18px;margin-bottom:18px}.skills h3{margin-bottom:15px;font-size:1.4rem;color:#fff;font-weight:600}.tech-info{position:absolute;bottom:15px;left:20px;font-size:.7rem;color:hsla(0,0%,100%,.7);line-height:1.4;font-family:Consolas,monospace}.tech-info p{margin:0;padding:0}.page-tech-info{bottom:15px;font-size:.85rem;color:hsla(0,0%,100%,.8);line-height:1.6}.page-tech-info p{margin:0}.app-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;padding:0 20px;box-sizing:border-box}.toggle-profile{display:flex}.profile-tech-info{display:none;margin-top:10px;margin-bottom:80px;padding:10px;background:none;font-size:.65rem;color:hsla(0,0%,100%,.9);line-height:1.2;font-family:Consolas,monospace;text-align:center;position:relative}.profile-tech-info p{margin:3px 0}.page-tech-info{position:fixed;bottom:10px;left:0;width:100%;text-align:center;font-size:.75rem;color:hsla(0,0%,100%,.7);line-height:1.4;font-family:Consolas,monospace;z-index:10;pointer-events:none;background:none;padding:0;box-shadow:none;border-radius:0}.page-tech-info p{margin:2px 0;padding:0}@media (max-height:700px){.profile-section.expanded .avatar{width:100px;height:100px;margin-bottom:10px}.profile-section.expanded .profile-info h1{font-size:1.8rem;margin-bottom:2px}.profile-section.expanded .profile-info p{font-size:.8rem;margin-bottom:8px}.profile-section.expanded .skills{padding:8px;margin-bottom:8px}.profile-section.expanded .skills h3{margin-bottom:5px;font-size:1rem}.profile-section.expanded .contact-item,.profile-section.expanded .site-link{padding:4px 8px;margin:3px;font-size:.8rem}}@keyframes slideUp{0%{max-height:100vh;opacity:1}to{max-height:70px;opacity:.9}}.profile-section.expanded .contact-item,.profile-section.expanded .profile-details,.profile-section.expanded .profile-header,.profile-section.expanded .profile-tech-info,.profile-section.expanded .site-link,.profile-section.expanded .skills{animation:fadeIn .5s ease-in-out;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-section.expanded .profile-header{animation-delay:.1s}.profile-section.expanded .skills:first-child{animation-delay:.2s}.profile-section.expanded .skills:nth-child(2){animation-delay:.3s}.profile-section.expanded .profile-tech-info{animation-delay:.4s}.toggle-profile{transition:all .3s ease}.profile-section.expanded .toggle-profile{transform:rotate(180deg);position:absolute;top:20px;right:20px;z-index:2100}.profile-section.collapsing{animation:slideUpCollapse .4s cubic-bezier(.4,0,.2,1) forwards;overflow:hidden}@keyframes slideUpCollapse{0%{height:100vh;max-height:100vh;opacity:1;transform:translateY(0)}to{height:70px;max-height:70px;opacity:.9;transform:translateY(0)}}.profile-section.expanding{animation:slideDown .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width:769px){.container{grid-template-columns:1fr 1fr;width:95%;max-width:1200px;height:75vh;min-height:650px;border-radius:20px;margin-bottom:60px;overflow:hidden}.profile-section{max-height:none!important;height:100%!important;width:auto!important;max-width:none!important;position:relative!important;border-radius:0!important;padding:30px!important;overflow-y:auto;animation:none!important;display:flex;flex-direction:column;align-items:center}.profile-header{flex-direction:column!important;align-items:center!important;width:100%;margin-bottom:20px}.avatar{width:150px!important;height:150px!important;margin:0 auto 20px!important}.profile-info h1{font-size:2.2rem!important;text-align:center!important;margin-bottom:5px!important}.profile-info p{font-size:1.1rem!important;text-align:center!important;margin-bottom:20px!important}.profile-details{display:flex!important;flex-direction:column!important;width:100%!important;opacity:1!important}.toggle-profile{display:none!important}.contact-item,.site-link{width:auto!important;display:inline-flex!important;padding:8px 14px!important;margin:4px!important;font-size:.9rem!important;border-radius:18px!important}.contact-icon,.site-icon{margin-right:8px!important;font-size:1rem!important}.skills{padding:12px!important;margin-top:8px!important;margin-bottom:8px!important}.skills h3{margin-bottom:6px!important;font-size:1rem!important}.skills+.skills{margin-top:4px!important}@media (max-height:800px){.skills{padding:10px!important;margin-top:6px!important;margin-bottom:6px!important}.skills h3{margin-bottom:5px!important;font-size:.95rem!important}.skills+.skills{margin-top:3px!important}}@media (max-height:700px){.skills{padding:8px!important;margin-top:4px!important}.skills,.skills h3{margin-bottom:4px!important}.skills h3{font-size:.9rem!important}.skills+.skills{margin-top:2px!important}}}body.floating-mode .message-bubble{max-width:85%!important;padding:8px 12px!important;border-radius:18px!important;font-size:.8rem!important;line-height:1.2!important}body.floating-mode .quick-questions h4{font-size:.8rem!important;margin-bottom:6px!important}body.floating-mode .quick-question{padding:5px 8px!important;font-size:.75rem!important;margin:2px!important}body.floating-mode .chat-messages{padding-bottom:180px!important}body.floating-mode .message:last-child{margin-bottom:150px!important}body.floating-mode .chat-input{background:hsla(0,0%,100%,.95)!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}body.floating-mode #__next{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,.05)}body.floating-mode .profile-section.expanded{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) hsla(0,0%,100%,.1)}body.floating-mode .profile-section.expanded::-webkit-scrollbar{width:8px;height:8px}body.floating-mode .profile-section.expanded::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:10px}body.floating-mode .profile-section.expanded::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:10px}body.floating-mode .profile-section.expanded::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}body.floating-mode .chat-messages{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) rgba(0,0,0,.05)}body.floating-mode .chat-messages::-webkit-scrollbar{width:8px;height:8px}body.floating-mode .chat-messages::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}body.floating-mode .chat-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:10px}body.floating-mode .chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}body.floating-mode .profile-section.expanded{padding:calc(15px + env(safe-area-inset-top)) 15px calc(15px + env(safe-area-inset-bottom))}body.floating-mode .avatar{width:80px;height:80px;margin:0 auto 10px}body.floating-mode .profile-info h1{font-size:1.5rem;margin-bottom:2px}body.floating-mode .profile-info p{font-size:.8rem;margin-bottom:8px}body.floating-mode .contact-item,body.floating-mode .site-link{padding:8px 12px;margin:3px;font-size:.85rem}body.floating-mode .skill-tag{padding:3px 8px;margin:3px;font-size:.8rem}body.floating-mode .profile-tech-info{margin-top:10px;margin-bottom:15px;font-size:.95rem;line-height:1.5;color:#fff;padding:10px;text-align:center}body.floating-mode .profile-tech-info p{margin:6px 0;font-weight:600;letter-spacing:.02em}body.floating-mode .skills{padding:12px;margin-top:12px}body.floating-mode .skills h3{margin-bottom:8px;font-size:1.1rem}body.floating-mode .contact-section{margin-top:12px}body.floating-mode .contact-section h3{margin-bottom:8px;font-size:1.1rem}body.floating-mode .related-sites{margin-top:12px}body.floating-mode .related-sites h3{margin-bottom:8px;font-size:1.1rem}body.floating-mode .chat-section{padding-top:10px}body.floating-mode .message-bubble{padding:8px 12px;font-size:.85rem;line-height:1.3}body.floating-mode .quick-questions{padding:12px;margin-bottom:15px}body.floating-mode .quick-questions h4{margin-bottom:8px;font-size:.85rem}body.floating-mode .quick-question{padding:6px 10px;font-size:.8rem;margin:3px}body.floating-mode .chat-input{padding:8px}body.floating-mode .chat-input textarea{padding:8px;font-size:.85rem}body.floating-mode .chat-input button{width:36px;height:36px}