body{margin:0;font-family:Prompt,-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}html,body{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.45) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#ffffff73;border-radius:8px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background-color:#fff9}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--text: white;--gray-200: #b4b8bb;--gray-300: #80868b;--gray-500: #5f6368;--gray-600: #80868b;--gray-700: #5f6368;--gray-800: #3c4043;--gray-900: #202124;--gray-1000: #0a0a0a;--border-stroke: #444444;--accent-blue: rgb(161, 228, 242);--accent-blue-active-bg: #001233;--accent-blue-active: #98beff;--accent-blue-headers: #448dff;--accent-green: rgb(168, 218, 181);--midnight-blue: rgb(0, 18, 51);--blue-30: #99beff;--accent-red: #ff4600;--background: var(--gray-900);--color: var(--text);scrollbar-color:var(--gray-600) var(--gray-900);scrollbar-width:thin;--font-family: "google sans" "Space Mono", monospace;--Neutral-00: #000;--Neutral-5: #181a1b;--Neutral-10: #1c1f21;--Neutral-15: #232729;--Neutral-20: #2a2f31;--Neutral-30: #404547;--Neutral-50: #707577;--Neutral-60: #888d8f;--Neutral-80: #c3c6c7;--Neutral-90: #e1e2e3;--Green-500: #0d9c53;--Green-700: #025022;--Blue-400: #80c1ff;--Blue-500: #1f94ff;--Blue-800: #0f3557;--Red-400: #ff9c7a;--Red-500: #ff4600;--Red-600: #e03c00;--Red-700: #bd3000;--card-header: #2e96ff;--card-border: #217bfe;--card-background: #13151a;--card-border-radius: 16px;--primary-color: #00BCD4;--secondary-color: #0097A7;--accent-color: #FF4081;--gradient-start: #00BCD4;--gradient-end: #0097A7;--text-color: #2C3E50;--light-bg: #F5F7FA;--white: #ffffff;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--card-shadow: 0 8px 16px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Prompt,sans-serif;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));min-height:100vh}:root{background:var(--Neutral-00);color:var(--text-color);font-family:var(--font-family)}h1,h2,h3,h4,h5,h6{font-weight:400}li{list-style:none}input,textarea{font-family:var(--font-family);background:none;color:#fff;border:none;outline:none;font-size:18px;resize:none;-webkit-user-select:text;user-select:text}input::placeholder,textarea::placeholder{-webkit-user-select:none;user-select:none}select{font-family:inherit;padding:10px;border:1px solid var(--gray-700);background:var(--background);color:#fff;border-radius:4px;font-size:16px;cursor:pointer;accent-color:var(--text)}select:focus-visible{outline:none}button{font-family:var(--font-family);background:none;color:#fff;border:none;font-size:16px;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:5px}button.primary{background:#4285f4}button.icon{font-size:1.2em}.button{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:var(--white);border:none;padding:.8rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.button .icon{font-size:1.2em}button:focus{outline:none}button[disabled]{opacity:.5;cursor:not-allowed}button .icon{display:block}.icon{font-family:Material Symbols Outlined;font-weight:300;line-height:1}.space-mono-regular{font-family:Space Mono,monospace;font-weight:400;font-style:normal}.space-mono-bold{font-family:Space Mono,monospace;font-weight:700;font-style:normal}.space-mono-regular-italic{font-family:Space Mono,monospace;font-weight:400;font-style:italic}.space-mono-bold-italic{font-family:Space Mono,monospace;font-weight:700;font-style:italic}.hidden{display:none}.h-screen-full{height:100vh}.w-screen-full{width:100vw}header{background:var(--white);padding:1rem 2rem;box-shadow:var(--shadow);position:relative;z-index:100}header>*{pointer-events:auto}header:hover h1,header:hover .roomDescription,header:hover .createButton{opacity:1}.simpleMode header{opacity:0;transition:all .3s}.simpleMode header:hover{opacity:1}.streaming-console{background:var(--Neutral-10);color:var(--gray-300);display:flex;height:100vh;width:100vw}.streaming-console a,.streaming-console a:visited,.streaming-console a:active{color:var(--gray-300)}.streaming-console .disabled{pointer-events:none}.streaming-console .disabled>*{pointer-events:none}.streaming-console main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:1rem;max-width:100%;overflow:hidden}.streaming-console .main-app-area{display:flex;flex:1;align-items:center;justify-content:center;position:relative;width:100%}.streaming-console .function-call{position:absolute;top:0;width:100%;height:50%;overflow-y:auto}@keyframes hover{0%{transform:translateY(0)}to{transform:translateY(-3.5px)}}@keyframes pulse{0%{scale:1 1}to{scale:1.2 1.2}}.action-button{display:flex;align-items:center;justify-content:center;background:var(--Neutral-20);color:var(--Neutral-60);font-size:1.25rem;line-height:1.75rem;text-transform:lowercase;animation:opacity-pulse 3s ease-in infinite;transition:all .2s ease-in-out;width:48px;height:48px;border-radius:18px;border:1px solid rgba(0,0,0,0);-webkit-user-select:none;user-select:none;cursor:pointer}.action-button:focus{border:2px solid var(--Neutral-20);outline:2px solid var(--Neutral-80)}.action-button.outlined{background:var(--Neutral-2);border:1px solid var(--Neutral-20)}.action-button .no-action{pointer-events:none}.action-button:hover{background:#0000;border:1px solid var(--Neutral-20)}.action-button.connected{background:var(--Blue-800);color:var(--Blue-500)}.action-button.connected:hover{border:1px solid var(--Blue-500)}@property --volume{syntax: "length"; inherit: false; initial-value: 0px;}.disabled .mic-button:before,.mic-button.disabled:before{background:#0000}.mic-button{position:relative;background-color:var(--accent-red);z-index:1;color:#000;transition:all .2s ease-in}.mic-button:focus{border:2px solid var(--Neutral-20);outline:2px solid var(--Red-500)}.mic-button:hover{background-color:var(--Red-400)}.mic-button:before{position:absolute;z-index:-1;top:calc(var(--volume) * -1);left:calc(var(--volume) * -1);display:block;content:"";opacity:.35;background-color:var(--Red-500);width:calc(100% + var(--volume) * 2);height:calc(100% + var(--volume) * 2);border-radius:24px;transition:all .02s ease-in-out}.connect-toggle:focus{border:2px solid var(--Neutral-20);outline:2px solid var(--Neutral-80)}.connect-toggle:not(.connected){background-color:var(--Blue-500);color:var(--Neutral-5)}.control-tray{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:inline-flex;justify-content:center;align-items:flex-start;gap:8px;padding-bottom:18px;z-index:12}.control-tray .disabled .action-button,.control-tray .action-button.disabled{background:#0000;border:1px solid var(--Neutral-30, #404547);color:var(--Neutral-30)}.control-tray .connection-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.control-tray .connection-container .connection-button-container{border-radius:27px;border:1px solid var(--Neutral-30);background:var(--Neutral-5);padding:10px}.control-tray .connection-container .text-indicator{font-size:11px;color:var(--Blue-500);-webkit-user-select:none;user-select:none}.control-tray .connection-container:not(.connected) .text-indicator{opacity:0}.actions-nav{background:var(--Neutral-5);border:1px solid var(--Neutral-30);border-radius:27px;display:inline-flex;gap:12px;align-items:center;overflow:clip;padding:10px;transition:all .6s ease-in}.actions-nav>*{display:flex;align-items:center;flex-direction:column;gap:1rem}@keyframes opacity-pulse{0%{opacity:.9}50%{opacity:1}to{opacity:.9}}.top{width:100%;flex-grow:0;flex-shrink:0;height:30px;display:flex;align-self:flex-end;align-items:center;transition:all .2s ease-in}.top button{background:transparent;border:0;cursor:pointer;font-size:1.25rem;line-height:1.75rem;padding:4px}.keynote-companion{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.counter-container{position:absolute;right:2rem;top:2rem;z-index:10}.modalShroud{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:9999}.modalShroud .modal{background:var(--gray-900);border:1px solid var(--gray-800);border-radius:10px;padding:40px;position:relative;min-width:350px;max-height:80vh;overflow:auto}.modalShroud .modal h2{margin-bottom:20px}.modalClose{position:absolute;top:10px;right:10px;color:#fff;font-size:24px}.userSettings{width:480px;display:flex;flex-direction:column;gap:20px}.userSettings p{font-size:18px;line-height:1.5}.userSettings form{margin-top:10px;padding-top:20px;border-top:1px solid var(--gray-800)}.userSettingsButton{display:flex;align-items:center;gap:6px;color:#555;transition:all .3s;font-size:18px}.userSettingsButton .icon{font-size:30px}.userSettingsButton:hover{color:#fff}form{display:flex;flex-direction:column;gap:20px}form .largeInput{font-size:28px;border-bottom:1px solid var(--gray-700)}form>div,form label,form details div{display:flex;flex-direction:column;gap:10px;-webkit-user-select:none;user-select:none}form details>div{display:flex;flex-direction:column;gap:30px}form summary{margin-bottom:10px;cursor:pointer}form input,form textarea{border:1px solid var(--gray-700);border-radius:5px;padding:10px;font-size:18px;resize:none;line-height:1.4}form input:focus,form textarea:focus{background:#111}form textarea{resize:none}form hr{margin:20px 0}form button:first-of-type{margin-top:30px}input[type=range]{padding:0;accent-color:var(--text);flex:1}.checkbox{flex-direction:row;color:var(--gray-600)}.temperature{display:flex;flex-direction:row;align-items:center;gap:10px}.temperature span{font-family:monospace;font-size:14px}.colorPicker{display:flex;flex-wrap:wrap;gap:10px}.colorPicker li{width:35px;height:35px;border-radius:100%}.colorPicker li.active{outline:4px solid var(--text)}.colorPicker li button{width:100%;height:100%;border-radius:100%;border:none;cursor:pointer}.editAgent{display:flex;flex-direction:column;gap:50px}.editAgent>div:first-child{min-width:500px}.editAgent>div:nth-child(2){display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.agentPreview{width:280px;height:280px;background:var(--Neutral-00);display:flex;align-items:center;justify-content:center;border-radius:10px;pointer-events:none;position:relative}.agentPreview .agent{position:static;left:unset;top:unset;translate:0 0!important}.voicePicker{display:flex;gap:10px;align-items:center;justify-content:center}.voicePicker select{accent-color:var(--Neutral-00);background:none;color:#fff;padding:5px;font-size:16px;border-radius:5px}.voicePicker select:focus-visible{outline:none}.sleep label{display:flex;gap:10px;align-items:center;justify-content:center}.sleep input{accent-color:white}.roomInfo{position:relative}.roomInfo h1{color:var(--primary-color);font-size:1.8rem;font-weight:600;display:flex;align-items:center;opacity:.5;transition:all .2s;text-align:left}.roomInfo h1:hover,.roomInfo h1.active{opacity:1}.roomInfo .edit{font-size:22px}.roomInfo .createButton{opacity:0}.roomName{display:flex}.roomDescription{font-size:16px;color:var(--gray-500);margin-top:10px;width:max-content;max-width:380px;line-height:1.5;position:absolute;opacity:0;transition:opacity .3s}.createButton{transition:opacity .3s;background:var(--Blue-500)}.hint .createButton{margin-top:10px}.deleteRoomButton{background:var(--Red-500);font-size:12px;margin-top:15px}.roomList{display:flex;flex-direction:column;gap:10px;position:absolute;background:var(--gray-900);border:1px solid var(--gray-800);padding:20px;border-radius:8px;width:300px;margin-top:10px;opacity:0;pointer-events:none;transition:all .1s;-webkit-user-select:none;user-select:none;max-height:70vh;overflow:auto}.roomList.active{opacity:1;pointer-events:auto}.roomList h3{font-size:15px;margin-bottom:10px;color:var(--gray-500)}.roomList ul{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid var(--gray-800);padding-bottom:20px;margin-bottom:5px}.roomList li{font-size:22px}.roomList li button{color:var(--gray-500);transition:all .2s;width:100%}.roomList li.active button,.roomList li:hover button{color:#fff}.roomList .newRoomButton{margin-top:15px}.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;width:100%;background:#000;color:#fff;gap:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99991}.error-screen .error-message-container,.error-screen .error-raw-message-container{width:100%;text-align:center;max-width:650px;padding-left:.5rem;padding-right:.5rem}.error-screen .close-button{color:#fff;font-size:24px}.smartrooms-website{min-height:100vh;padding:5rem 2rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bg-gradient-to-br{background:linear-gradient(to bottom right,var(--gradient-start),var(--gradient-end))}.from-slate-50{--gradient-start: #f8fafc}.via-blue-50{--gradient-middle: #eff6ff}.to-indigo-50{--gradient-end: #eef2ff}.bg-gradient-to-r{background:linear-gradient(to right,var(--gradient-start),var(--gradient-middle),var(--gradient-end))}.from-blue-600{--gradient-start: #2563eb}.via-indigo-600{--gradient-middle: #4f46e5}.to-purple-600{--gradient-end: #9333ea}.opacity-95{opacity:.95}.opacity-10{opacity:.1}.relative{position:relative}.overflow-hidden{overflow:hidden}.pt-20{padding-top:5rem}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.max-w-7xl{max-width:80rem}.px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-12{gap:3rem}.lg\:text-left{text-align:left}.md\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.text-white{color:#fff}.leading-tight{line-height:1.25}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.text-blue-100{color:#dbeafe}.max-w-xl{max-width:36rem}.lg\:max-w-none{max-width:none}.lg\:mx-0{margin-left:0;margin-right:0}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.text-blue-200{color:#bfdbfe}.mb-8{margin-bottom:2rem}.bg-white\/10{background-color:#ffffff1a}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.p-6{padding:1.5rem}.border-white\/20{border-color:#fff3}.font-medium{font-weight:500}.flex-col{flex-direction:column}.sm\:flex-row{flex-direction:row}.gap-4{gap:1rem}.lg\:justify-start{justify-content:flex-start}.hover\:bg-blue-50:hover{background-color:#eff6ff}.px-8{padding-left:2rem;padding-right:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.rounded-xl{border-radius:.75rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.aspect-video{aspect-ratio:16 / 9}.group{position:relative}.cursor-pointer{cursor:pointer}.w-full{width:100%}.h-full{height:100%}.object-cover{object-fit:cover}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.bg-black\/20{background-color:#0003}.group-hover\:bg-black\/30:hover{background-color:#0000004d}.opacity-80{opacity:.8}.group-hover\:opacity-100:hover{opacity:1}.py-20{padding-top:5rem;padding-bottom:5rem}.text-center{text-align:center}.mb-16{margin-bottom:4rem}.font-bold{font-weight:700}.mb-4{margin-bottom:1rem}.text-gray-600{color:#4b5563}.max-w-3xl{max-width:48rem}.grid{display:grid}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-8{gap:2rem}.bg-white{background-color:#fff}.p-8{padding:2rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.border{border-width:1px}.border-gray-100{border-color:#f3f4f6}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.w-16{width:4rem}.h-16{height:4rem}.bg-orange-500{background-color:#f97316}.bg-green-500{background-color:#22c55e}.bg-blue-500{background-color:#3b82f6}.bg-green-600{background-color:#16a34a}.bg-purple-500{background-color:#a855f7}.bg-indigo-500{background-color:#6366f1}.rounded-2xl{border-radius:1rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.mb-6{margin-bottom:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.text-orange-600{color:#ea580c}.text-green-700{color:#15803d}.text-indigo-600{color:#4f46e5}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-semibold{font-weight:600}.text-gray-900{color:#111827}.mb-3{margin-bottom:.75rem}.leading-relaxed{line-height:1.625}.bg-gray-50{background-color:#f9fafb}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.w-20{width:5rem}.h-20{height:5rem}.bg-yellow-500{background-color:#eab308}.rounded-full{border-radius:9999px}.mx-auto{margin-left:auto;margin-right:auto}.w-10{width:2.5rem}.h-10{height:2.5rem}.text-yellow-600{color:#ca8a04}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.opacity-0{opacity:0}.opacity-100{opacity:1}.main-content{max-width:1200px;margin:0 auto;background:var(--white);border-radius:20px;box-shadow:var(--card-shadow);overflow:hidden}.hero-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:var(--white)}.hero-section h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.4rem;margin-bottom:3rem;opacity:.9}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:2rem;background:var(--white)}.feature-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid rgba(0,0,0,.1)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow);border-color:var(--primary-color)}.feature-card .material-symbols-outlined{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.feature-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-color);line-height:1.6;font-size:1.1rem}.chatbot-toggle-btn{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border:none;box-shadow:var(--card-shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .3s ease}.chatbot-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 12px #00000026}.chatbot-toggle-btn .material-symbols-outlined{color:var(--white);font-size:2rem}#chatbot-container{position:fixed;bottom:90px;right:20px;z-index:1000;opacity:0;transform:translateY(20px);transition:all .3s ease}#chatbot-container.chatbot-visible{opacity:1;transform:translateY(0)}.chatbot-wrapper{background:var(--white);border-radius:15px;box-shadow:var(--card-shadow);width:350px;height:500px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.hero-section h1{font-size:2.2rem}.subtitle{font-size:1.2rem}.features{grid-template-columns:1fr;padding:1rem}.chatbot-toggle-btn{width:50px;height:50px;bottom:15px;right:15px}.chatbot-toggle-btn .material-symbols-outlined{font-size:1.5rem}#chatbot-container{bottom:75px;right:15px;left:15px;width:auto}.chatbot-wrapper{width:100%;height:80vh;max-height:600px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-container{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;max-width:90vw;max-height:90vh;overflow:hidden;position:relative;z-index:10000;width:100%;max-width:64rem}.modal-header{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;border-radius:1rem 1rem 0 0}.modal-content{padding:1.5rem;max-height:calc(90vh - 120px);overflow-y:auto}.modal-close-btn{background:#fff3;border:none;color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.modal-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.modal-overlay,.modal-container{z-index:9999!important}body.modal-open{overflow:hidden;position:fixed;width:100%}.modal-overlay{animation:modalFadeIn .3s ease-out}.modal-container{animation:modalSlideIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.modal-container{max-width:95vw;margin:.5rem}.modal-header,.modal-content{padding:1rem}}.appointment-form input,.appointment-form textarea,.appointment-form select{background-color:transparent!important;color:#111827;outline:none;box-shadow:none!important}.appointment-form input:focus,.appointment-form textarea:focus,.appointment-form select:focus{background-color:transparent!important;box-shadow:none!important}.appointment-form input:-webkit-autofill,.appointment-form input:-webkit-autofill:hover,.appointment-form input:-webkit-autofill:focus,.appointment-form textarea:-webkit-autofill,.appointment-form textarea:-webkit-autofill:hover,.appointment-form textarea:-webkit-autofill:focus,.appointment-form select:-webkit-autofill,.appointment-form select:-webkit-autofill:hover,.appointment-form select:-webkit-autofill:focus{-webkit-text-fill-color:#111827;transition:background-color 9999s ease-in-out 0s;box-shadow:0 0 0 1000px transparent inset!important;background-color:transparent!important}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@supports not (-webkit-line-clamp: 2){.line-clamp-2{max-height:2.5em;overflow:hidden;text-overflow:ellipsis}.line-clamp-3{max-height:3.75em;overflow:hidden;text-overflow:ellipsis}.line-clamp-4{max-height:5em;overflow:hidden;text-overflow:ellipsis}}.admin-analytics-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.admin-login-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:1rem}.admin-login-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;max-width:400px;width:100%}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-content{max-width:1200px;margin:0 auto;padding:1.5rem}.metric-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.chart-container{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.visitors-table{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.visitors-table th{background:#f9fafb;font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.visitors-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.visitors-table tr:hover{background:#f9fafb}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn-primary{background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:background-color .2s ease-in-out}.btn-primary:hover{background:#2563eb}.btn-success{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:background-color .2s ease-in-out}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:background-color .2s ease-in-out}.btn-danger:hover{background:#dc2626}@media (prefers-color-scheme: dark){.admin-login-card{background:#1f2937;color:#fff}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-color:#374151}.metric-card,.chart-container,.visitors-table{background:#1f2937;color:#fff}.visitors-table th{background:#111827;border-bottom-color:#374151}.visitors-table td{border-bottom-color:#374151}.visitors-table tr:hover{background:#111827}}@media (max-width: 768px){.admin-content{padding:1rem}.action-buttons{flex-direction:column}.visitors-table{font-size:.875rem}.visitors-table th,.visitors-table td{padding:.5rem}}.loading-spinner{border:2px solid #f3f4f6;border-top:2px solid #3b82f6;border-radius:50%;width:2rem;height:2rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bounce-rate-chart{width:4rem;height:4rem;transform:rotate(-90deg)}.bounce-rate-chart path{stroke-linecap:round;fill:none}.bounce-rate-chart .background{stroke:#e5e7eb}.bounce-rate-chart .progress{stroke:#ef4444;transition:stroke-dasharray .5s ease-in-out}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.admin-header .logo-section{display:flex;align-items:center;gap:.75rem}.admin-header .controls-section{display:flex;align-items:center;gap:1rem}.admin-header .divider{width:1px;height:1.5rem;background:#fff3}.admin-header .user-menu{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.375rem;background:#ffffff1a;transition:background-color .2s ease-in-out}.admin-header .user-menu:hover{background:#fff3}@media (max-width: 768px){.admin-header .controls-section{flex-direction:column;gap:.5rem}.admin-header .logo-section{flex-direction:column;gap:.25rem}}
