body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-container{background:linear-gradient(50deg,#ff7272,#ab2dff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:40px 20px}.home-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:calc(100vh - 80px)}.left-section{padding-left:40px}.main-title{font-size:4.5rem;font-weight:900;color:#fff;margin:0 0 30px;line-height:1.1;letter-spacing:-2px;text-shadow:0 4px 20px rgba(0,0,0,.3)}.robin-logo{width:90px;height:auto}.description{color:#ffffffd9;font-size:1.2rem;line-height:1.6;margin-bottom:40px;font-weight:300}.start-button{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3);padding:16px 32px;border-radius:50px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease;min-width:180px;text-transform:uppercase;letter-spacing:1px}.start-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.right-section{display:flex;justify-content:center;align-items:center;position:relative}.chat-visual{position:relative;width:100%;height:500px;display:flex;justify-content:center;align-items:center}.phone-mockup{width:250px;height:400px;background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:30px;padding:30px 20px;position:relative;box-shadow:0 20px 40px #0000004d,0 0 0 8px #ffffff1a}.chat-bubble{text-align:left;position:absolute;padding:12px 18px;border-radius:20px;color:#fff;font-weight:500;font-size:14px;animation:float 3s ease-in-out infinite;box-shadow:0 8px 25px #0003}.bubble-1{background:linear-gradient(135deg,#ff6b6b,#ff8e53);top:3rem;right:10px;animation-delay:0s}.bubble-2{background:linear-gradient(135deg,#ff6b6b,#ff8e53);top:8rem;right:10px;animation-delay:1s}.bubble-3{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333;bottom:5rem;left:10px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.home-footer{position:absolute;bottom:0;left:0;right:0;padding:20px;text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;gap:15px}.footer-link{color:#fffc;text-decoration:none;font-size:14px;font-weight:400;transition:all .3s ease;padding:8px 12px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.footer-link:hover{color:#fff;background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.footer-separator{color:#fff9;font-weight:700;margin:0 5px}@media (max-width: 768px){.home-footer{position:relative}.home-content{grid-template-columns:1fr;gap:40px;text-align:center;padding:20px}.left-section{padding-left:0}.main-title{font-size:3rem}.robin-logo{width:80px}.chat-visual{height:300px}.phone-mockup{width:200px;height:320px}.footer-links{flex-direction:column;gap:10px}.footer-separator{display:none}}.app-container{display:flex;height:100vh;width:100vw;background:linear-gradient(50deg,#ff7272,#ab2dff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;position:relative}.burger-menu{display:none;position:fixed;top:20px;left:20px;z-index:1001;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:12px;width:50px;height:50px;cursor:pointer;transition:all .3s ease;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0}.burger-menu:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.burger-line{width:20px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.burger-line.active:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.burger-line.active:nth-child(2){opacity:0}.burger-line.active:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;display:none}.sidebar{width:320px;background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow-y:auto;transition:transform .3s ease}.sidebar-header{padding:30px 25px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{margin:0 0 8px;font-size:2rem;font-weight:700;color:#fff;letter-spacing:1.5px}.sidebar-subtitle{margin:0;font-size:14px;color:#ffffffb3;font-weight:500;letter-spacing:.5px}.sidebar-content{padding:25px;flex:1}.auth-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:25px;border:1px solid rgba(255,255,255,.15)}.auth-status{display:flex;align-items:center;gap:12px;margin-bottom:20px}.status-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.status-icon.connected{background:#2ed573cc;color:#fff}.status-icon.disconnected{background:#ffc107cc;color:#fff}.status-text{margin:0;font-size:16px;font-weight:600;color:#fff}.user-info{margin:15px 0 20px;padding:15px;background:#ffffff1a;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.user-email{margin:0;font-size:14px;color:#ffffffe6;word-break:break-all;font-weight:500}.connect-calendar-btn,.disconnect-btn{width:100%;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:14px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px}.connect-calendar-btn:hover,.disconnect-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-1px)}.connect-calendar-btn:disabled,.disconnect-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.disconnect-btn{background:#ff6b6b33;border-color:#ff6b6b66}.disconnect-btn:hover{background:#ff6b6b4d;border-color:#ff6b6b99}.auth-description{margin:0;font-size:13px;color:#ffffffb3;line-height:1.4;text-align:center}.chat-container{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.chat-messages{flex:1;padding:30px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;background:#0000000d}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.message{display:flex;text-align:left;margin-bottom:0}.message.user{justify-content:flex-end}.message.ai{justify-content:flex-start}.message-bubble{max-width:75%;padding:16px 20px;border-radius:20px;font-size:15px;line-height:1.5;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 25px #0000004d}.user .message-bubble{background:#b000c3e3;border:1px solid rgba(255,255,255,.5);color:#fff;border-radius:20px 20px 5px}.ai .message-bubble{background:#ffffffe6;border:1px solid rgba(255,255,255,.4);color:#333;border-radius:20px 20px 20px 5px}.message-bubble.typing{background:#ffffffe6;color:#333;padding:20px;display:flex;align-items:center;justify-content:center}.typing-indicator{display:flex;gap:4px;align-items:center}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#666;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-form{display:flex;padding:25px 30px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.2);gap:15px;align-items:center}.chat-input-form input{flex:1;padding:16px 20px;border:2px solid rgba(255,255,255,.2);border-radius:25px;font-size:16px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:all .3s ease}.chat-input-form input::placeholder{color:#ffffffb3}.chat-input-form input:focus{outline:none;border-color:#ffffff80;background:#fff3;box-shadow:0 0 0 3px #ffffff1a}.chat-input-form input:disabled{opacity:.6;cursor:not-allowed}.chat-input-form button{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.chat-input-form button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.chat-input-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.burger-menu{display:flex}.sidebar-overlay{display:block}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;z-index:1000;transform:translate(-100%);border-right:none;box-shadow:4px 0 20px #0000004d}.sidebar.sidebar-open{transform:translate(0)}.sidebar-header{padding:80px 20px 20px;text-align:center}.sidebar-header h2{font-size:1.5rem}.sidebar-content{padding:15px 20px 20px}.auth-section{padding:20px}.chat-container{width:100%}.chat-messages{padding:80px 20px 20px}.message-bubble{max-width:85%;font-size:14px;padding:14px 16px}.chat-input-form{padding:20px 15px;gap:10px}.chat-input-form input{padding:14px 18px;font-size:15px}.chat-input-form button{width:45px;height:45px}}@media (max-width: 480px){.burger-menu{width:45px;height:45px;top:15px;left:15px}.burger-line{width:18px}.sidebar{width:260px}.sidebar-header h2{font-size:1.3rem}.auth-section{padding:15px}.connect-calendar-btn,.disconnect-btn{padding:12px 16px;font-size:13px}.chat-messages{padding:70px 15px 15px}}.chat-footer{position:fixed;bottom:0;left:0;right:0;padding:15px 20px;text-align:center;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:900}.chat-footer .footer-links{display:flex;justify-content:center;align-items:center;gap:15px}.chat-footer .footer-link{color:#fffc;text-decoration:none;font-size:12px;font-weight:400;transition:all .3s ease;padding:6px 10px;border-radius:15px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.chat-footer .footer-link:hover{color:#fff;background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.chat-footer .footer-separator{color:#fff9;font-weight:700;margin:0 5px}@media (max-width: 768px){.chat-footer{padding:10px 15px}.chat-footer .footer-links{flex-direction:column;gap:8px}.chat-footer .footer-separator{display:none}.chat-footer .footer-link{font-size:11px;padding:5px 8px}}.callback-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw;background:linear-gradient(50deg,#ff7272,#ab2dff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:20px;box-sizing:border-box}.callback-content{max-width:450px;width:100%}.callback-card{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:40px 30px;text-align:center;box-shadow:0 20px 40px #0003}.callback-header{margin-bottom:40px}.callback-header h1{margin:0 0 8px;font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:2px}.callback-subtitle{margin:0;font-size:16px;color:#fffc;font-weight:500;letter-spacing:.5px}.callback-body{display:flex;flex-direction:column;align-items:center;gap:20px}.callback-body h2{margin:0;font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:.5px}.callback-body p{margin:0;font-size:16px;color:#ffffffe6;line-height:1.5;max-width:300px}.redirect-text{font-size:14px!important;color:#ffffffb3!important;font-style:italic}.loader{display:flex;justify-content:center;align-items:center;width:80px;height:80px;position:relative}.loader-ring{width:60px;height:60px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;position:absolute;animation:spin 1.2s linear infinite}.loader-ring:nth-child(1){width:60px;height:60px;animation-delay:0s}.loader-ring:nth-child(2){width:50px;height:50px;animation-delay:-.4s;border-color:#ffffff80;border-top-color:#fffc}.loader-ring:nth-child(3){width:40px;height:40px;animation-delay:-.8s;border-color:#fff3;border-top-color:#fff9}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-icon{width:80px;height:80px;border-radius:50%;background:#2ed57333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(46,213,115,.6);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;animation:successPulse 2s ease-in-out infinite}@keyframes successPulse{0%,to{transform:scale(1);box-shadow:0 0 #2ed57366}50%{transform:scale(1.05);box-shadow:0 0 0 10px #2ed57300}}.error-icon{width:80px;height:80px;border-radius:50%;background:#ffc10733;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,193,7,.6);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;animation:errorShake .5s ease-in-out}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (max-width: 480px){.callback-card{padding:30px 20px;border-radius:20px}.callback-header h1{font-size:2rem}.callback-subtitle{font-size:14px}.callback-body h2{font-size:1.3rem}.callback-body p{font-size:14px}.loader{width:60px;height:60px}.loader-ring:nth-child(1){width:50px;height:50px}.loader-ring:nth-child(2){width:40px;height:40px}.loader-ring:nth-child(3){width:30px;height:30px}.success-icon,.error-icon{width:60px;height:60px;font-size:2rem}}.privacy-policy-container{min-height:100vh;background-color:#f8f9fa;padding:2rem 1rem}.privacy-policy-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6}.privacy-policy-content h1{color:#2c3e50;border-bottom:3px solid #3498db;padding-bottom:1rem;margin-bottom:2rem;font-size:2.5rem}.privacy-policy-content h2{color:#34495e;margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;border-left:4px solid #3498db;padding-left:1rem}.privacy-policy-content h3{color:#2c3e50;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem}.privacy-policy-content p{margin-bottom:1rem;color:#2c3e50;text-align:justify}.privacy-policy-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.privacy-policy-content li{margin-bottom:.5rem;color:#34495e}.privacy-policy-content strong{color:#2c3e50}.back-link a{color:#3498db;text-decoration:none;font-weight:500;transition:color .3s ease}.back-link a:hover{color:#2980b9;text-decoration:underline}@media (max-width: 768px){.privacy-policy-content{padding:2rem 1.5rem;margin:0 .5rem}.privacy-policy-content h1{font-size:2rem}.privacy-policy-content h2{font-size:1.3rem}}.terms-container{min-height:100vh;background-color:#f8f9fa;padding:2rem 1rem}.terms-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6}.terms-content h1{color:#2c3e50;border-bottom:3px solid #e74c3c;padding-bottom:1rem;margin-bottom:2rem;font-size:2.5rem}.terms-content h2{color:#34495e;margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;border-left:4px solid #e74c3c;padding-left:1rem}.terms-content h3{color:#2c3e50;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem}.terms-content p{margin-bottom:1rem;color:#2c3e50;text-align:justify}.terms-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.terms-content li{margin-bottom:.5rem;color:#34495e}.terms-content strong{color:#2c3e50}.back-link{margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e8ed}.back-link a{color:#e74c3c;text-decoration:none;font-weight:500;transition:color .3s ease}.back-link a:hover{color:#c0392b;text-decoration:underline}@media (max-width: 768px){.terms-content{padding:2rem 1.5rem;margin:0 .5rem}.terms-content h1{font-size:2rem}.terms-content h2{font-size:1.3rem}}.App{text-align:center}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}
