body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#2c3e50;box-shadow:0 2px 10px #0000001a;box-sizing:border-box;justify-content:space-between;padding:12px 16px;position:fixed;top:0;width:100%;z-index:1000}.navbar,.navbar-brand{align-items:center;display:flex}.brand-text{color:#fff;font-size:18px;font-weight:700;white-space:nowrap}.hamburger{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.hamburger-line{background-color:#fff;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:25px}.hamburger.active .hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{background-color:#34495e;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;padding-top:70px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px;z-index:999}.nav-menu.active{right:0}.nav-list{flex:1 1;list-style:none;margin:0;overflow-y:auto;padding:0}.nav-item{border-bottom:1px solid #2c3e50}.nav-link{border-left:4px solid #0000;color:#fff;display:block;font-size:16px;font-weight:500;padding:16px 24px;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#2c3e50;border-left-color:#3498db;color:#3498db}.nav-link.active{background-color:#2c3e50;border-left-color:#e74c3c;color:#e74c3c}.nav-footer{border-top:1px solid #2c3e50;padding:20px 24px}.logout-button{align-items:center;background-color:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;justify-content:center;padding:14px 20px;transition:all .3s ease;width:100%}.logout-button:hover{background-color:#c0392b;transform:translateY(-1px)}.logout-button:active{transform:translateY(0)}.nav-overlay{background-color:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:998}@media (min-width:768px){.navbar{padding:12px 24px}.brand-text{font-size:20px}.hamburger{display:flex}.nav-menu{width:320px}.nav-link{font-size:17px;padding:18px 24px}.logout-button{font-size:17px;padding:16px 20px}}@media (min-width:1024px){.navbar{padding:12px 32px}.brand-text{font-size:22px}.nav-menu{width:350px}.nav-link{font-size:18px;padding:20px 28px}.logout-button{font-size:18px;padding:18px 24px}}body{margin-top:60px}.cast-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding:80px 20px 40px}.cast-header{color:#fff;margin-bottom:40px;text-align:center}.cast-title{font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 4px #0000004d}.cast-subtitle{font-size:1.1rem;margin:0;opacity:.9}.cast-form{display:flex;flex-direction:column;gap:30px;max-width:700px;width:100%}.section-title{font-size:1.2rem}.device-selection-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;box-shadow:0 8px 32px #0003;padding:25px}.device-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.device-card{align-items:center;background:#ffffffe6;border:2px solid #0000;border-radius:12px;color:#333;cursor:pointer;display:flex;flex-direction:column;font-size:.9rem;font-weight:500;padding:20px;transition:all .3s ease}.device-card:hover{background:#fff;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.device-card.selected{background:#fff;border-color:#667eea;box-shadow:0 8px 25px #667eea4d}.device-icon{font-size:2rem;margin-bottom:8px}.device-name{line-height:1.3;text-align:center}.text-input-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;box-shadow:0 8px 32px #0003;padding:25px}.text-input-container{position:relative}.text-input{background:#fffffff2;border:none;border-radius:12px;box-shadow:inset 0 2px 8px #0000001a;box-sizing:border-box;color:#333;font-size:1rem;line-height:1.5;min-height:120px;padding:20px;resize:vertical;transition:all .3s ease;width:100%}.text-input:focus{box-shadow:inset 0 2px 8px #0000001a,0 0 0 3px #667eea4d;outline:none}.text-input::placeholder{color:#999;font-style:italic}.text-input-footer{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.char-count{color:#fffc;font-size:.9rem}.clear-button{background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:all .3s ease}.clear-button:hover{background:#ffffff4d}.action-section,.cast-button{display:flex;justify-content:center}.cast-button{align-items:center;background:linear-gradient(145deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 8px 25px #0003;cursor:pointer;font-size:1.1rem;font-weight:600;gap:12px;min-width:200px;padding:18px 36px;transition:all .3s ease}.cast-button:hover:not(:disabled){box-shadow:0 12px 35px #0000004d;transform:translateY(-2px)}.cast-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.cast-icon{font-size:1.3rem}.loading-spinner{height:18px;width:18px}.quick-messages-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;box-shadow:0 8px 32px #0003;padding:25px}.quick-messages-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.quick-message-button{background:#ffffffe6;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:.9rem;line-height:1.3;padding:12px 16px;text-align:left;transition:all .3s ease}.quick-message-button:hover{background:#fff;box-shadow:0 4px 15px #0000001a;transform:translateY(-1px)}.response-section{margin-top:20px;max-width:700px;width:100%}.response-card{align-items:center;animation:slideIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 25px #0003;display:flex;gap:15px;padding:20px 25px}.response-section.success .response-card{background:#4caf50e6;color:#fff}.response-section.error .response-card{background:#f44336e6;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.response-icon{flex-shrink:0;font-size:1.5rem}.response-text{font-size:1rem;font-weight:500;line-height:1.4;margin:0}@media (max-width:768px){.cast-container{padding:70px 15px 30px}.cast-title{font-size:2rem}.cast-subtitle{font-size:1rem}.device-grid,.quick-messages-grid{grid-template-columns:1fr}.cast-button{font-size:1rem;padding:16px 28px}.text-input{padding:16px}}@media (max-width:480px){.cast-form{gap:20px}.device-selection-section,.quick-messages-section,.text-input-section{padding:20px}.cast-button{min-width:180px;padding:14px 24px}}.sensors-page{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:80px 20px 40px}.loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:60vh}.loading-spinner{border:4px solid #ffffff4d;height:50px;margin-bottom:1rem;width:50px}.loading-text{font-size:1.2rem;font-weight:500;text-shadow:0 2px 4px #0000004d}.overview-section{margin-bottom:2rem}.overview-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-shadow:0 2px 4px #0000004d}.overview-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.overview-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:15px;box-shadow:0 8px 32px #0000001a;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.overview-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.card-header{align-items:center;border-bottom:2px solid #667eea33;display:flex;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.card-icon{font-size:1.5rem}.card-title{color:#333;font-size:1.1rem;font-weight:600}.card-values{display:flex;flex-direction:column;gap:.5rem}.value-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.location{color:#555;font-weight:500}.value{color:#667eea;font-size:1.1rem;font-weight:700}.chart-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.chart-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.tab-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.25rem;transition:all .3s ease}.tab-button:hover{background:#ffffff4d;transform:translateY(-2px)}.tab-button.active{background:#fff;box-shadow:0 4px 15px #0003;color:#667eea}.view-controls{display:flex;gap:.5rem}.view-toggle{background:#ffffffe6;border:none;border-radius:25px;color:#333;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.25rem;transition:all .3s ease}.view-toggle:hover{background:#fff;box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.view-toggle.active{background:#667eea;color:#fff}.data-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:15px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;padding:1.5rem}.range-control{display:flex;flex-direction:column;gap:.75rem}.range-control label{color:#333;font-size:1rem;font-weight:600}.range-control input[type=range]{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:8px;outline:none;width:100%}.range-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:3px solid #667eea;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;height:20px;width:20px}.range-control input[type=range]::-moz-range-thumb{background:#fff;border:3px solid #667eea;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;height:20px;width:20px}.charts-section{margin-bottom:2rem}.single-chart-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;height:500px;padding:2rem}.charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.chart-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:15px;box-shadow:0 8px 32px #0000001a;height:350px;padding:1.5rem}@media (max-width:768px){.sensors-page{padding:70px 10px 30px}.overview-cards{gap:.75rem;grid-template-columns:1fr}.overview-card{padding:1rem}.chart-controls{align-items:stretch;flex-direction:column;gap:1rem}.chart-tabs{justify-content:center}.tab-button{font-size:.8rem;padding:.6rem 1rem}.charts-grid{gap:1rem;grid-template-columns:1fr}.chart-container{height:300px;padding:1rem}.single-chart-container{height:400px;padding:1rem}.data-controls{padding:1rem}}@media (max-width:480px){.overview-title{font-size:1.5rem}.tab-button{font-size:.75rem;padding:.5rem .75rem}.chart-container,.single-chart-container{height:250px}}.device-selector-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:320px;position:fixed;right:20px;top:70px;transition:all .3s ease;z-index:999}.device-selector-toggle{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:12px 16px;text-align:left;transition:all .3s ease;width:100%}.device-selector-toggle:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.device-selector-content{animation:slideDown .3s ease;padding:16px}.device-selector-row{margin-bottom:12px}.device-selector-row label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.device-selector-row select{background-color:#f8f9fa;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .3s ease;width:100%}.device-selector-row select:focus{border-color:#667eea;outline:none}.device-selector-buttons{display:flex;flex-direction:column;gap:8px}.ai-summary-button,.cast-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .3s ease;width:100%}.cast-button{background-color:#007bff;color:#fff}.cast-button:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px)}.ai-summary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.ai-summary-button.electricity-ai{background:linear-gradient(135deg,#f39c12,#e67e22)}.ai-summary-button:hover:not(:disabled){box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.ai-summary-button.electricity-ai:hover:not(:disabled){background:linear-gradient(135deg,#e67e22,#d35400)}.ai-summary-button:disabled,.cast-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.ai-summary-button.blinking,.cast-button.blinking{animation:blink 1s infinite}@media (max-width:768px){.device-selector-container{left:10px;max-width:none;right:10px}}.graph-container{align-items:center;background-color:#f8f8f8;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;height:auto;justify-content:center;margin:150px auto 0;padding:20px;width:90%}.chart-title{font-size:18px;font-weight:700;margin-bottom:10px}.modal-backdrop{align-items:center;background-color:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000040;color:#333;max-height:80vh;max-width:600px;overflow-y:auto;padding:30px}.modal-content h2{border-bottom:2px solid #ccc;color:#007bff;margin-bottom:20px;padding-bottom:10px}.modal-body p{line-height:1.4;margin:5px 0;white-space:pre-wrap}.modal-close-button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;float:right;margin-top:20px;padding:10px 20px}.lights-page{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:80px 20px 40px}.lights-header{margin-bottom:3rem;text-align:center}.page-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.page-subtitle{color:#ffffffe6;font-size:1.2rem;font-weight:400;text-shadow:0 1px 2px #0003}.room-controls-section,.scene-controls-section{margin-bottom:3rem}.section-title{font-size:1.8rem;margin-bottom:.5rem}.section-subtitle{color:#fffc;font-size:1rem;margin-bottom:2rem;text-align:center;text-shadow:0 1px 2px #0003}.room-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.room-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.room-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.room-card-header{border-bottom:2px solid #667eea33;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.room-card-header,.room-info{align-items:center;display:flex}.room-info{gap:1rem}.room-icon{font-size:2rem}.room-name{color:#333;font-size:1.3rem;font-weight:600;margin:0}.room-description{color:#666;font-size:.9rem;margin:.25rem 0 0}.room-status{align-items:center;display:flex;gap:.5rem}.loading-spinner,.status-indicator{font-size:1.2rem}.room-controls{display:flex;flex-direction:column;gap:1.5rem}.control-group{align-items:center;display:flex;justify-content:space-between}.control-label{color:#333;font-size:1rem;font-weight:600}.toggle-switch{align-items:center;display:flex}.toggle-switch input[type=checkbox]{display:none}.switch-label{cursor:pointer;display:inline-block;height:30px;position:relative;width:60px}.switch-slider{background:linear-gradient(135deg,#ddd,#ccc);border-radius:30px;bottom:0;box-shadow:inset 0 2px 4px #0000001a;left:0;right:0;top:0}.switch-slider,.switch-slider:before{position:absolute;transition:all .3s ease}.switch-slider:before{background:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 8px #0003;content:"";height:24px;left:3px;width:24px}input:checked+.switch-label .switch-slider{background:linear-gradient(135deg,#667eea,#764ba2)}input:checked+.switch-label .switch-slider:before{transform:translateX(30px)}input:disabled+.switch-label{cursor:not-allowed;opacity:.6}.brightness-control{display:flex;flex-direction:column;gap:.75rem;width:100%}.brightness-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;cursor:pointer;height:8px;outline:none;width:100%}.brightness-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:3px solid #667eea;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;height:20px;-webkit-transition:all .2s ease;transition:all .2s ease;width:20px}.brightness-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.brightness-slider::-moz-range-thumb{background:#fff;border:3px solid #667eea;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;height:20px;width:20px}.brightness-slider:disabled{cursor:not-allowed;opacity:.6}.brightness-indicators{display:flex;font-size:1.2rem;justify-content:space-between;opacity:.7}.scene-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.scene-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.scene-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.scene-card-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.scene-icon{font-size:3rem;margin-bottom:.5rem}.scene-name{color:#333;font-size:1.3rem;font-weight:600;margin:0}.scene-description{color:#666;font-size:.9rem;line-height:1.4;margin:0}.scene-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:140px;padding:.75rem 1.5rem;transition:all .3s ease}.scene-button:hover:not(:disabled){box-shadow:0 6px 20px #00000040;transform:translateY(-2px)}.scene-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.scene-button.loading{animation:pulse 1.5s ease-in-out infinite}.button-arrow{transition:transform .2s ease}.scene-button:hover .button-arrow{transform:translateX(3px)}.response-toast{animation:slideInRight .3s ease,fadeOut .3s ease 4.7s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:15px;box-shadow:0 8px 32px #0003;max-width:300px;padding:1rem 1.5rem;position:fixed;right:20px;top:100px;z-index:1000}.toast-content{align-items:center;display:flex;gap:.75rem}.toast-icon{font-size:1.2rem}.toast-message{color:#333;font-size:.9rem;font-weight:500}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@media (max-width:768px){.lights-page{padding:70px 15px 30px}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.room-cards,.scene-cards{gap:1rem;grid-template-columns:1fr}.room-card,.scene-card{padding:1.5rem}.room-card-header{gap:1rem}.control-group,.room-card-header{align-items:flex-start;flex-direction:column}.control-group{gap:.75rem}.brightness-control{width:100%}.response-toast{left:15px;max-width:none;right:15px}}@media (max-width:480px){.page-title{font-size:1.8rem}.section-title{font-size:1.5rem}.room-card,.scene-card{padding:1rem}.scene-icon{font-size:2.5rem}}.container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:80px;padding:20px}.card{background-color:#f4f4f4;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:300px;max-width:300px;min-height:200px;overflow:hidden;transition:all .3s ease}.card-content{height:100%;overflow-y:auto;padding:15px;scrollbar-color:#888 #f4f4f4;scrollbar-width:thin}.card:hover{border:2px solid #4caf50;box-shadow:0 6px 12px #0003}.ball{background-color:#ff5733;border-radius:50%;height:100px;width:100px}.pulse-circle{background-color:#f06292;border-radius:50%;height:20px;margin:0 auto;width:20px}.sliding-button{background-color:#4caf50;border:none;border-radius:25px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:16px;height:50px;opacity:0;position:relative;transform:translateX(-200px);transition:transform .5s ease-in-out,opacity 1s ease-in-out;width:150px}.sliding-button:hover{background-color:#45a049;transform:translateX(0)}.sliding-button:not(:hover){opacity:1;transform:translateX(-140px)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.chat-container{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;font-family:Arial,sans-serif;height:calc(100vh - 60px);margin-top:60px}.chat-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 25px}.chat-title-section{color:#fff}.chat-title{font-size:1.8rem;font-weight:700;margin:0 0 5px;text-shadow:0 2px 4px #0000004d}.chat-subtitle{font-size:1rem;margin:0;opacity:.9}.clear-chat-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .3s ease}.clear-chat-button:hover{background:#ffffff4d;transform:translateY(-1px)}.chat-main{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.chat-messages{flex:1 1;gap:20px;overflow-y:auto;padding:20px}.chat-messages,.welcome-section{display:flex;flex-direction:column}.welcome-section{align-items:center;color:#fff;height:100%;justify-content:center;text-align:center}.welcome-message{margin-bottom:30px}.welcome-message h2{font-size:2rem;margin:0 0 15px;text-shadow:0 2px 4px #0000004d}.welcome-message p{font-size:1.1rem;margin:0;opacity:.9}.quick-prompts-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:800px;width:100%}.quick-prompt-button{background:#ffffffe6;border:none;border-radius:12px;color:#333;cursor:pointer;font-size:.95rem;line-height:1.4;padding:15px 20px;text-align:left;transition:all .3s ease}.quick-prompt-button:hover{background:#fff;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.message{animation:messageSlideIn .3s ease;display:flex;gap:12px;max-width:80%}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.ai,.message.error{align-self:flex-start}.message-avatar{align-items:center;border-radius:50%;box-shadow:0 4px 12px #0003;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.message.user .message-avatar{background:linear-gradient(145deg,#667eea,#764ba2)}.message.ai .message-avatar{background:linear-gradient(145deg,#4facfe,#00f2fe)}.message.error .message-avatar{background:linear-gradient(145deg,#ff6b6b,#ee5a52)}.message-content{flex:1 1;min-width:0}.message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.message-sender{color:#fff;font-size:.9rem;font-weight:600;text-shadow:0 1px 2px #0000004d}.message-time{color:#ffffffb3;font-size:.8rem}.message-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:18px;box-shadow:0 4px 15px #0000001a;color:#333;line-height:1.5;padding:15px 18px}.message.user .message-text{background:linear-gradient(145deg,#667eea,#764ba2);color:#fff}.message.error .message-text{background:linear-gradient(145deg,#ff6b6b,#ee5a52);color:#fff}.message-text p{margin:0 0 10px}.message-text p:last-child{margin-bottom:0}.message-text h1,.message-text h2,.message-text h3{color:inherit;margin:15px 0 10px}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child{margin-top:0}.message-text ol,.message-text ul{margin:10px 0;padding-left:20px}.message-text li{margin:5px 0}.message-text code{background:#0000001a;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;padding:2px 6px}.message-text pre{background:#0000001a;border-radius:8px;margin:10px 0;overflow-x:auto;padding:12px}.message-text pre code{background:none;padding:0}.message.loading .message-text{background:#ffffffe6;padding:15px 18px}.typing-indicator{align-items:center;display:flex;gap:10px}.typing-dots{display:flex;gap:4px}.typing-dots span{animation:typingDot 1.4s ease-in-out infinite;background:#667eea;border-radius:50%;height:8px;width:8px}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.typing-text{color:#666;font-size:.9rem;font-style:italic}.chat-input-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-top:1px solid #fff3;flex-shrink:0;padding:20px 25px}.chat-input-container{align-items:flex-end;display:flex;gap:12px;margin:0 auto;max-width:1000px}.chat-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:25px;box-shadow:inset 0 2px 8px #0000001a;color:#333;flex:1 1;font-size:1rem;line-height:1.4;max-height:120px;min-height:50px;padding:15px 20px;resize:none;transition:all .3s ease}.chat-input:focus{box-shadow:inset 0 2px 8px #0000001a,0 0 0 3px #667eea4d;outline:none}.chat-input:disabled{cursor:not-allowed;opacity:.7}.chat-input::placeholder{color:#999;font-style:italic}.send-button{align-items:center;background:linear-gradient(145deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:center;transition:all .3s ease;width:50px}.send-button:hover:not(:disabled){box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.send-icon{font-size:1.2rem}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;height:20px;width:20px}.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}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width:768px){.chat-header{padding:15px 20px}.chat-title{font-size:1.5rem}.chat-subtitle{font-size:.9rem}.chat-messages{padding:15px}.message{max-width:90%}.quick-prompts-grid{grid-template-columns:1fr}.welcome-message h2{font-size:1.6rem}.welcome-message p{font-size:1rem}.chat-input-section{padding:15px 20px}.chat-input-container{gap:10px}.chat-input{font-size:.95rem;padding:12px 16px}.send-button{height:45px;width:45px}}@media (max-width:480px){.chat-header{padding:12px 15px}.chat-messages{gap:15px;padding:12px}.message-avatar{font-size:1rem;height:35px;width:35px}.message-text{font-size:.95rem}.chat-input-section,.message-text{padding:12px 15px}}.audio-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding:80px 20px 40px}.audio-header{color:#fff;margin-bottom:40px;text-align:center}.audio-title{font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 4px #0000004d}.audio-subtitle{font-size:1.1rem;margin:0;opacity:.9}.recording-section{align-items:center;display:flex;flex-direction:column;margin-bottom:40px}.record-button-container{margin-bottom:20px;position:relative}.record-button{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;background:linear-gradient(145deg,#fff,#e6e6e6);border:none;border-radius:50%;box-shadow:0 10px 30px #0000004d,inset 0 2px 10px #fffc,inset 0 -2px 10px #0000001a;cursor:pointer;height:200px;outline:none;overflow:hidden;position:relative;touch-action:none;transition:all .3s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:200px}.record-button:hover{box-shadow:0 15px 40px #0006,inset 0 2px 10px #ffffffe6,inset 0 -2px 10px #0000001a;transform:translateY(-2px)}.record-button:active{box-shadow:0 5px 20px #0000004d,inset 0 2px 10px #0003;transform:translateY(0)}.record-button.recording{animation:recordingPulse 2s ease-in-out infinite;background:linear-gradient(145deg,#ff6b6b,#ee5a52)}@keyframes recordingPulse{0%,to{box-shadow:0 10px 30px #ff6b6b66,0 0 0 0 #ff6b6bb3}50%{box-shadow:0 10px 30px #ff6b6b66,0 0 0 20px #ff6b6b00}}.record-button-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}.record-icon{font-size:3rem;margin-bottom:8px;transition:all .3s ease}.record-icon.recording-icon{animation:bounce 1s ease-in-out infinite;color:#fff}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.record-text{color:#333;font-size:1rem;font-weight:600;transition:all .3s ease}.recording .record-text{color:#fff}.recording-pulse{animation:pulse 1.5s ease-in-out infinite;background:#ffffff4d;border-radius:50%;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.recording-status{align-items:center;display:flex;justify-content:center}.recording-indicator{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:25px;color:#fff;display:flex;font-weight:500;gap:10px;padding:12px 20px}.pulse-dot{animation:pulseDot 1s ease-in-out infinite;background:#ff6b6b;border-radius:50%;height:12px;width:12px}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.control-section{margin-bottom:30px}.load-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:25px;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:10px;padding:14px 28px;transition:all .3s ease}.load-button:hover:not(:disabled){background:#fff;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.load-button:disabled{cursor:not-allowed;opacity:.7}.load-icon{font-size:1.2rem}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #333;border-radius:50%;border-top-color:#0000;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.audio-player-section,.transcription-section{margin-bottom:30px;max-width:600px;width:100%}.section-title{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 15px;text-shadow:0 2px 4px #0000004d}.audio-player{background:#ffffffe6;border-radius:10px;width:100%}.audio-player,.transcription-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.transcription-card{background:#fffffff2;border-radius:15px;box-shadow:0 8px 32px #0003;padding:25px}.transcription-text{color:#333;font-size:1.1rem;line-height:1.6;margin:0;text-align:left}@media (max-width:768px){.audio-container{padding:70px 15px 30px;-webkit-user-select:none;user-select:none}.audio-title{font-size:2rem}.audio-subtitle{font-size:1rem}.record-button{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;height:160px;touch-action:manipulation;-webkit-user-select:none;user-select:none;width:160px}.record-button:focus{outline:none}.record-icon{font-size:2.5rem}.record-icon,.record-text{-webkit-user-select:none;user-select:none}.record-text{font-size:.9rem}.transcription-card{padding:20px}.transcription-text{font-size:1rem;-webkit-user-select:text;user-select:text}}@media (max-width:480px){.record-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;height:140px;touch-action:manipulation;width:140px}.record-icon{font-size:2rem}.record-icon,.record-text{-webkit-user-select:none;user-select:none}.record-text{font-size:.8rem}}.record-button-container{touch-action:manipulation}.load-button,.record-button,.record-button-container{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@supports (-webkit-touch-callout:none){.record-button{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}}.cv-modern-container{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding-top:80px}.hero-section{overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.hero-background{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:0 0 50px 50px;bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px;position:relative;z-index:2}.profile-image-container{display:inline-block;position:relative}.profile-image{border:6px solid #ffffff4d;border-radius:50%;box-shadow:0 20px 40px #0003;height:200px;object-fit:cover;transition:transform .3s ease;width:200px}.profile-image:hover{transform:scale(1.05)}.profile-ring{animation:pulse 2s infinite;border:2px solid #fff3;border-radius:50%;bottom:-10px;left:-10px;position:absolute;right:-10px;top:-10px}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.hero-text{color:#fff;text-align:center}.hero-name{font-size:3.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:2px 2px 4px #0000004d}.hero-title{color:#ffffffe6;font-size:1.5rem;font-weight:500;margin:0 0 1rem}.hero-subtitle{color:#fffc;font-size:1.1rem;line-height:1.6;margin:0 0 2rem;max-width:600px}.hero-stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;min-width:120px;padding:1.5rem;text-align:center}.stat-number{color:#fff;display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#fffc;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.contact-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:25px;box-shadow:0 20px 40px #0000001a;margin:2rem;padding:3rem 2rem}.contact-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.contact-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 10px 25px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:60px;justify-content:center;width:60px}.contact-info{flex:1 1}.contact-label{color:#666;display:block;font-size:.9rem;letter-spacing:1px;margin-bottom:.25rem;text-transform:uppercase}.contact-value{color:#333;font-size:1.1rem;font-weight:600;text-decoration:none}.contact-value:hover{color:#667eea}.skills-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:25px;box-shadow:0 20px 40px #0000001a;margin:2rem;padding:3rem 2rem}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.skill-category{background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000001a;padding:2rem;transition:transform .3s ease}.skill-category:hover{transform:translateY(-5px)}.skill-category-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:transform .2s ease}.skill-tag:hover{transform:scale(1.05)}.experience-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:25px;box-shadow:0 20px 40px #0000001a;margin:2rem;padding:3rem 2rem}.timeline{margin:0 auto;max-width:1000px;position:relative}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-marker{align-items:center;display:flex;flex-direction:column;flex-shrink:0;margin-right:2rem;width:60px}.timeline-dot{background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid #fff;border-radius:50%;box-shadow:0 4px 10px #0003;height:20px;width:20px;z-index:2}.timeline-line{background:linear-gradient(180deg,#667eea,#764ba2);flex:1 1;margin-top:1rem;opacity:.3;width:2px}.timeline-content{flex:1 1}.experience-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.experience-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.experience-main{flex:1 1}.experience-position{color:#333;font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.experience-company{color:#667eea;font-size:1.1rem;font-weight:600;margin:0}.experience-meta{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem;text-align:right}.experience-period{color:#333;font-size:.9rem;font-weight:600}.experience-duration,.experience-location{color:#666;font-size:.8rem}.experience-description{color:#555;line-height:1.6;margin-bottom:1.5rem}.experience-toggle{margin-bottom:1rem}.toggle-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease}.toggle-btn:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.toggle-icon{font-size:1.2rem;font-weight:700}.experience-details{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.experience-highlights{background:#f8f9ff;border-left:4px solid #667eea;border-radius:15px;margin:0;padding:1.5rem}.experience-highlights li{color:#555;line-height:1.6;margin-bottom:.75rem}.experience-highlights li:last-child{margin-bottom:0}.cta-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:25px;margin:2rem;padding:4rem 2rem;text-align:center}.cta-content{margin:0 auto;max-width:600px}.cta-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.cta-subtitle{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cta-btn,.cta-buttons{justify-content:center}.cta-btn{align-items:center;border-radius:50px;display:inline-flex;font-size:1rem;font-weight:600;min-width:160px;padding:1rem 2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-btn.primary{background:#fff;box-shadow:0 10px 25px #0003;color:#667eea}.cta-btn.primary:hover{box-shadow:0 15px 35px #0000004d;transform:translateY(-3px)}.cta-btn.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;color:#fff}.cta-btn.secondary:hover{background:#ffffff4d;transform:translateY(-3px)}@media (max-width:768px){.cv-modern-container{padding-top:60px}.hero-section{padding:2rem 1rem}.hero-name{font-size:2.5rem}.hero-stats{gap:1.5rem}.contact-section,.cta-section,.experience-section,.skills-section{margin:1rem;padding:2rem 1rem}.contact-cards,.skills-grid{grid-template-columns:1fr}.timeline-marker{margin-right:1rem}.experience-header{align-items:flex-start;flex-direction:column}.experience-meta{align-items:flex-start;text-align:left}.cta-title{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.profile-image{height:150px;width:150px}}@media (max-width:480px){.hero-name,.section-title{font-size:2rem}.experience-card{padding:1.5rem}.stat{min-width:100px;padding:1rem}.stat-number{font-size:1.5rem}}.Login_login-body__ufELt{align-items:center;display:flex;height:100vh;justify-content:center;margin:0}.Login_login-container__N98Cq{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;padding:20px;text-align:center;width:300px}h2{color:#007bff}.Login_input-container__GytRS{margin-bottom:20px}input{border:1px solid #ccc;border-radius:4px;font-size:16px;padding:10px;transition:border-color .3s ease;width:100%}input:focus{border-color:#007bff}.Login_login-button__vSvJq{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px 20px;transition:background-color .3s ease,transform .3s ease}.Login_login-button__vSvJq:hover{background-color:#0056b3}.Login_login-button__vSvJq:active{transform:translateY(2px)}.Login_shake__GX5Ty{animation:Login_shake__GX5Ty .3s ease-in-out}@keyframes Login_shake__GX5Ty{0%,to{transform:translateX(0)}25%,75%{transform:translateX(-5px)}50%{transform:translateX(5px)}}
/*# sourceMappingURL=main.b5b6e572.css.map*/