@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{margin:0;min-height:100vh}#root{min-height:100vh}.scaled-content{font-size:.8rem}.weather-modal-backdrop{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:.8rem;animation:fadeIn .2s ease}.weather-modal{background:#1c1c1cfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #0009,0 0 0 1px #ffffff0d;width:100%;max-width:28rem;max-height:80vh;display:flex;flex-direction:column;animation:slideUp .3s ease}.weather-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.08)}.weather-modal__title{font-size:1rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.4rem}.weather-modal__title-icon{width:1.5rem;height:1.5rem;color:#3f8ff7}.weather-modal__close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:#ffffff14;color:#9ca3af;transition:all .2s ease}.weather-modal__close:hover{background:#ffffff26;color:#fff;transform:scale(1.05)}.weather-modal__close svg{width:1.25rem;height:1.25rem}.weather-modal__search{position:relative;margin:.8rem 1.2rem}.weather-modal__search-icon{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#6b7280}.weather-modal__search-input{width:100%;padding:.6rem .8rem .6rem 2.4rem;border-radius:.8rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:.8rem;color:#fff;transition:all .2s ease}.weather-modal__search-input:focus{outline:none;background:#ffffff1a;border-color:#1877f2;box-shadow:0 0 0 3px #1877f233}.weather-modal__search-input::placeholder{color:#6b7280}.weather-modal__search-loader{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#3f8ff7;animation:spin 1s linear infinite}.weather-modal__current{display:flex;align-items:center;gap:.4rem;margin:0 1.2rem .6rem;padding:.6rem .8rem;background:#1877f226;border:1px solid rgba(24,119,242,.2);border-radius:.6rem;font-size:.7rem}.weather-modal__current-label{color:#9ca3af}.weather-modal__current-value{font-weight:500;color:#3f8ff7}.weather-modal__error{margin:0 1.2rem .6rem;padding:.6rem .8rem;background:#ef444426;border:1px solid rgba(239,68,68,.2);border-radius:.6rem;color:#f87171;font-size:.7rem}.weather-modal__list{flex:1;overflow-y:auto;padding:0 1.2rem 1.2rem}.weather-modal__list::-webkit-scrollbar{width:6px}.weather-modal__list::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.weather-modal__list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.weather-modal__list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.weather-modal__section-title{font-size:.6rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.weather-modal__empty{text-align:center;color:#6b7280;padding:1.2rem 0}.weather-modal__item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .8rem;border-radius:.6rem;background:transparent;border:none;cursor:pointer;transition:all .15s ease;text-align:left}.weather-modal__item:hover{background:#1877f21f}.weather-modal__item:active{transform:scale(.98)}.weather-modal__item-icon{width:1.25rem;height:1.25rem;color:#6b7280;flex-shrink:0}.weather-modal__item-info{display:flex;flex-direction:column}.weather-modal__item-name{font-weight:500;color:#fff}.weather-modal__item-detail{font-size:.7rem;color:#6b7280}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.weather-widget{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:.8rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;cursor:pointer;border:1px solid rgba(255,255,255,.08)}.weather-widget:hover{transform:scale(1.05);border-color:#1877f266;background:#1877f21a;box-shadow:0 4px 12px #1877f233}.weather-widget:active{transform:scale(1.02)}.weather-widget--loading{opacity:.7;pointer-events:none}.weather-widget--loading .weather-widget__icon{animation:pulse 1.5s ease-in-out infinite}.weather-widget__icon{width:1.25rem;height:1.25rem;color:#3f8ff7;transition:color .2s ease}.weather-widget__info{font-size:.7rem;text-align:left}.weather-widget__temp{font-weight:600;color:#fff;min-width:2.5rem}.weather-widget__description{color:#9ca3af;font-size:.6rem;max-width:6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.weather-widget{padding:.4rem .6rem}.weather-widget__description{display:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:1.5rem 0}.navbar__container{background:linear-gradient(135deg,#1c1c1cf2,#161616e6,#1c1c1cf2);backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,inset 0 1px 1px #ffffff08,inset 0 -1px 1px #0000004d;position:relative;overflow:hidden}.navbar__container:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,#ffffff0a,#fff0);pointer-events:none}.navbar__container:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1877f208,#1877f203,#1877f208);background-size:200% 200%;animation:gradient-shift 8s ease infinite;pointer-events:none}.navbar__container{padding:1rem 2rem;border-radius:9999px;display:flex;align-items:center;gap:.75rem}.navbar__items{display:flex;align-items:center;gap:.75rem}.navbar__item{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:1rem;font-weight:500;color:#d1d5db;transition:all .2s ease;font-size:1rem}.navbar__item:hover{background:#ffffff14;color:#fff;transform:scale(1.05)}.navbar__item--active{background:#1877f233;color:#fff;box-shadow:0 4px 12px #1877f233;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(24,119,242,.3);transform:scale(1.05)}.navbar__item--voice{background:linear-gradient(135deg,#1877f233,#1877f21a);border:1px solid rgba(24,119,242,.3);color:#3f8ff7}.navbar__item--voice:hover{background:linear-gradient(135deg,#1877f259,#1877f233);color:#6fabf9;box-shadow:0 4px 16px #1877f24d}.navbar__item:focus-visible{outline:2px solid #1877F2;outline-offset:2px}.navbar__divider{width:1px;height:2rem;background:#ffffff26;margin:0 .25rem}.navbar__logout{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:1rem;color:#f87171;font-weight:500;transition:all .2s ease;font-size:1rem}.navbar__logout:hover{background:#ef444426;color:#fca5a5;transform:scale(1.1)}.navbar__logout:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.navbar__icon{width:1.25rem;height:1.25rem}@media(prefers-contrast:high){.navbar__container{background:#141414fa;-webkit-backdrop-filter:none;backdrop-filter:none;border:2px solid #4b5563}.navbar__container:before,.navbar__container:after{display:none}}@media(max-width:640px){.navbar{padding:.75rem 0}.navbar__container{padding:.5rem 1rem;gap:.5rem}.navbar__item,.navbar__logout{padding:.5rem .75rem;font-size:.875rem}.navbar__item span,.navbar__logout span{display:none}}.glass-card{background:linear-gradient(135deg,#1e1e1ee6,#191919d9,#1e1e1ee6);backdrop-filter:blur(30px) saturate(120%);-webkit-backdrop-filter:blur(30px) saturate(120%);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0006,inset 0 1px 1px #ffffff0d,inset 0 -1px 1px #0003;position:relative}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,#ffffff08,#fff0);border-radius:inherit;pointer-events:none}.glass-card{padding:1.2rem;border-radius:1.2rem;width:100%}.glass-card--compact{padding:.8rem}.glass-card--large{padding:1.6rem}.glass-card__title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.8rem}.glass-card__subtitle{font-size:.9rem;color:#9ca3af}@media(prefers-contrast:high){.glass-card{background:#1e1e1efa;-webkit-backdrop-filter:none;backdrop-filter:none;border:2px solid #4b5563}.glass-card:before{display:none}}.recent-events{width:100%}.recent-events--loading,.recent-events--error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#9ca3af;gap:1rem}.recent-events__retry{padding:.5rem 1rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.3);border-radius:.5rem;color:#fff;cursor:pointer;transition:all .2s}.recent-events__retry:hover{background:#ffffff1a;border-color:#ffffff80}.recent-events__controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.recent-events__search{position:relative;display:flex;align-items:center}.recent-events__search-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:#9ca3af}.recent-events__search-input{width:100%;padding:.75rem 1rem .75rem 3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#fff;font-size:.875rem;transition:all .2s}.recent-events__search-input::placeholder{color:#9ca3af}.recent-events__search-input:focus{outline:none;background:#ffffff14;border-color:#ffffff80;box-shadow:0 0 0 3px #ffffff1a}.recent-events__filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.recent-events__filter-icon{width:1.25rem;height:1.25rem;color:#9ca3af;margin-right:.5rem}.recent-events__filter-btn{padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#d1d5db;font-size:.875rem;cursor:pointer;transition:all .2s}.recent-events__filter-btn:hover{background:#ffffff14;border-color:#ffffff26}.recent-events__filter-btn.active{background:#ffffff14;border:2px solid rgba(255,255,255,.6);color:#fff;font-weight:500}.recent-events__list{display:flex;flex-direction:column;gap:1rem}.recent-events__empty{text-align:center;color:#9ca3af;padding:2rem;font-size:.875rem}.recent-events__item{position:relative;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .2s}.recent-events__item:not(.recent-events__item--static){cursor:pointer}.recent-events__item:not(.recent-events__item--static):hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px)}.recent-events__item--static{cursor:default}.recent-events__item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.recent-events__item-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.recent-events__item-title-row{display:flex;align-items:center;gap:.5rem}.recent-events__item-resident{font-size:1rem;font-weight:600;color:#fff;margin:0}.recent-events__item-mic-icon{font-size:.875rem;opacity:.7}.recent-events__item-metadata{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.recent-events__item-author{font-size:.8rem;color:#9ca3af;margin:0}.recent-events__item-type{padding:.125rem .375rem;border-radius:.1875rem;font-size:.6rem;font-weight:500}.recent-events__item-type--avvikelser{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.recent-events__item-type--social_dokumentation{background:#3b82f626;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.recent-events__item-type--administration{background:#eab30826;color:#fde047;border:1px solid rgba(234,179,8,.3)}.recent-events__item-badge{padding:.25rem .5rem;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:.375rem;font-size:.75rem;color:#6ee7b7}.recent-events__item-time{font-size:.875rem;color:#9ca3af;white-space:nowrap}.recent-events__item-content{font-size:.875rem;color:#d1d5db;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.recent-events__load-more{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;margin-top:1rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.3);border-radius:.75rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.recent-events__load-more:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.recent-events__load-more-icon{width:1.25rem;height:1.25rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.home-page{display:flex;flex-direction:column;gap:1.2rem;width:100%}.home-page__welcome-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.4rem}.home-page__welcome-date{font-size:.9rem;color:#9ca3af}.home-page__welcome-time{color:#6b7280}.home-page__activities-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.8rem}.home-page__activities-list{display:flex;flex-direction:column;gap:.6rem}.activity-card{display:flex;align-items:center;justify-content:space-between;padding:.8rem;background:#28282899;border:1px solid rgba(255,255,255,.06);border-radius:.8rem;transition:all .2s ease}.activity-card:hover{background:#323232cc;transform:translateY(-2px)}.activity-card__info{flex:1}.activity-card__info-name{font-weight:600;color:#fff;margin-bottom:.2rem}.activity-card__info-type{font-size:.7rem;color:#9ca3af}.activity-card__details{text-align:right}.activity-card__details-time{font-size:.7rem;font-weight:500;color:#d1d5db;margin-bottom:.2rem}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.6rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-badge--completed{background:#22c55ecc;color:#fff;border:1px solid rgba(34,197,94,.3)}.status-badge--waiting{background:#eab308cc;color:#fff;border:1px solid rgba(234,179,8,.3)}.status-badge--planned{background:#3b82f6cc;color:#fff;border:1px solid rgba(59,130,246,.3)}.voice-mode{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#e0f2fe,#bae6fd,#7dd3fc,#38bdf8,#0ea5e9)}.voice-mode__background{position:absolute;inset:0;overflow:hidden}.voice-mode__wave{position:absolute;width:200%;height:200%;top:-50%;left:-50%;background:radial-gradient(ellipse at center,rgba(255,255,255,.3) 0%,rgba(255,255,255,.1) 30%,transparent 70%);animation:wave-float 15s ease-in-out infinite}.voice-mode__wave--1{animation-delay:0s;transform:scale(1)}.voice-mode__wave--2{animation-delay:-3.75s;transform:scale(1.2);opacity:.8}.voice-mode__wave--3{animation-delay:-7.5s;transform:scale(1.4);opacity:.6}.voice-mode__wave--4{animation-delay:-11.25s;transform:scale(1.6);opacity:.4}.voice-mode__close{position:absolute;top:2rem;right:2rem;width:3rem;height:3rem;border-radius:50%;background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);color:#0c4a6e;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.voice-mode__close svg{width:1.5rem;height:1.5rem}.voice-mode__close:hover{background:#ffffff80;transform:scale(1.05)}.voice-mode__tts-toggle{position:absolute;top:2rem;left:2rem;width:3rem;height:3rem;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.voice-mode__tts-toggle svg{width:1.25rem;height:1.25rem}.voice-mode__tts-toggle:hover{background:#fff6;transform:scale(1.05)}.voice-mode__tts-toggle--active{background:#0ea5e94d;border-color:#0ea5e966;color:#0284c7}.voice-mode__tts-toggle--active:hover{background:#0ea5e966}.voice-mode__status{position:absolute;top:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:9999px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 40px #0000001a;z-index:10;animation:slide-down .3s ease}.voice-mode__status--detecting .voice-mode__status-icon{animation:pulse-icon 1.5s ease-in-out infinite;color:#0284c7}.voice-mode__status--detected{background:#22c55e1a;border-color:#22c55e4d}.voice-mode__status--detected .voice-mode__status-icon{color:#16a34a}.voice-mode__status--detected .voice-mode__status-text{color:#166534}.voice-mode__status--error{background:#ef44441a;border-color:#ef44444d}.voice-mode__status--error .voice-mode__status-icon{color:#dc2626}.voice-mode__status--error .voice-mode__status-text{color:#991b1b}.voice-mode__status-icon{width:1.25rem;height:1.25rem}.voice-mode__status-text{font-size:.875rem;font-weight:500;color:#0c4a6e}.voice-mode__status-text strong{font-weight:700}.voice-mode__content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.voice-mode__title{font-size:2.5rem;font-weight:700;color:#0c4a6e;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(255,255,255,.5)}.voice-mode__subtitle{font-size:1.125rem;color:#075985;margin-bottom:3rem;opacity:.9}.voice-mode__mic-container{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.voice-mode__mic{position:relative;width:8rem;height:8rem;border-radius:50%;background:linear-gradient(145deg,#ffffffe6,#ffffffb3);border:2px solid rgba(255,255,255,.6);box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff80,inset 0 2px 4px #fffc;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.voice-mode__mic:hover:not(:disabled){transform:scale(1.05);box-shadow:0 25px 70px #0003,0 0 0 1px #fff9,inset 0 2px 4px #fffc}.voice-mode__mic:active:not(:disabled){transform:scale(.98)}.voice-mode__mic:disabled{cursor:not-allowed;opacity:.8}.voice-mode__mic--recording{background:linear-gradient(145deg,#ef4444e6,#dc2626e6);border-color:#fff6}.voice-mode__mic--recording .voice-mode__mic-icon{color:#fff;animation:mic-pulse .8s ease-in-out infinite}.voice-mode__mic--processing{background:linear-gradient(145deg,#0ea5e9e6,#0284c7e6);border-color:#fff6}.voice-mode__mic--processing .voice-mode__mic-icon{color:#fff}.voice-mode__mic-icon{position:relative;z-index:5;color:#0284c7}.voice-mode__mic-icon svg{width:3rem;height:3rem}.voice-mode__pulse{position:absolute;inset:0;border-radius:50%;background:#ef444466;animation:pulse-ring 2s ease-out infinite}.voice-mode__pulse--1{animation-delay:0s}.voice-mode__pulse--2{animation-delay:.5s}.voice-mode__pulse--3{animation-delay:1s}.voice-mode__spinner{position:absolute;inset:-4px;border-radius:50%;border:3px solid transparent;border-top-color:#fffc;animation:spin 1s linear infinite}.voice-mode__hint{font-size:.875rem;color:#075985;opacity:.7}.voice-mode__hint kbd{display:inline-block;padding:.125rem .5rem;margin:0 .25rem;font-family:inherit;font-size:.75rem;background:#ffffff80;border-radius:.25rem;border:1px solid rgba(255,255,255,.6)}.voice-mode__result{margin-top:2rem;padding:1.5rem 2rem;max-width:40rem;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1rem;border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 40px #0000001a;animation:fade-in .3s ease}.voice-mode__result-title{font-size:.875rem;font-weight:600;color:#0c4a6e;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.voice-mode__result-text{font-size:1.125rem;color:#0f172a;line-height:1.6;margin-bottom:.75rem}.voice-mode__result-language{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:.25rem}.voice-mode__feedback{margin-top:1.5rem;padding:1rem 1.5rem;max-width:40rem;width:100%;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:.75rem;border:2px solid;box-shadow:0 10px 40px #0000001a;animation:slide-up .3s ease;display:flex;align-items:flex-start;gap:1rem}.voice-mode__feedback--success{border-color:#22c55e;background:#22c55e1a}.voice-mode__feedback--success .voice-mode__feedback-icon{color:#16a34a}.voice-mode__feedback--error{border-color:#ef4444;background:#ef44441a}.voice-mode__feedback--error .voice-mode__feedback-icon{color:#dc2626}.voice-mode__feedback--executing{border-color:#0ea5e9;background:#0ea5e91a}.voice-mode__feedback--executing .voice-mode__feedback-icon{color:#0284c7}.voice-mode__feedback--idle{border-color:#94a3b8;background:#94a3b81a}.voice-mode__feedback--idle .voice-mode__feedback-icon{color:#64748b}.voice-mode__feedback-icon{flex-shrink:0}.voice-mode__feedback-icon svg{width:1.5rem;height:1.5rem}.voice-mode__feedback-icon--spin svg{animation:spin 1s linear infinite}.voice-mode__feedback-content{flex:1}.voice-mode__feedback-message{font-size:1rem;font-weight:500;color:#0f172a;margin:0;line-height:1.4}.voice-mode__feedback-action{font-size:.75rem;color:#64748b;margin-top:.25rem;display:block;text-transform:capitalize}.voice-mode__intent{margin-top:1rem;padding:.5rem 1rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;border:1px solid rgba(255,255,255,.4);display:inline-flex;align-items:center;gap:.5rem;animation:fade-in .3s ease}.voice-mode__intent-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.voice-mode__intent-value{font-size:.875rem;font-weight:600;color:#0284c7;text-transform:capitalize}.voice-mode__feedback-container{margin-top:2rem;width:42rem;animation:slide-up .4s ease-out}@media(max-width:768px){.voice-mode__feedback-container{width:100%;max-width:100%}}@keyframes wave-float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(2%,-2%) rotate(2deg)}50%{transform:translate(-1%,1%) rotate(-1deg)}75%{transform:translate(-2%,-1%) rotate(1deg)}}@keyframes slide-down{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes pulse-icon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(2);opacity:0}}@keyframes mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.voice-mode__title{font-size:1.75rem}.voice-mode__subtitle{font-size:1rem}.voice-mode__mic{width:6rem;height:6rem}.voice-mode__mic-icon svg{width:2.5rem;height:2.5rem}.voice-mode__close{top:1rem;right:1rem}.voice-mode__status{top:1rem;padding:.5rem 1rem;font-size:.75rem}.voice-mode__result{margin:1rem;padding:1rem}}.events-page{display:flex;flex-direction:column;gap:1.2rem;width:100%}.events-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.events-page__header-title{font-size:1.2rem;font-weight:700;color:#fff}.events-page__voice-btn{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border-radius:.8rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-weight:600;font-size:.7rem;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #0ea5e959,inset 0 1px 1px #fff3}.events-page__voice-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e973,inset 0 1px 1px #fff3}.events-page__voice-btn:active{transform:translateY(0)}.events-page__voice-btn-icon{width:1.25rem;height:1.25rem}.mode-toggle{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:.6rem;background:#28282899;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;font-weight:500;color:#fff}.mode-toggle:hover{background:#323232cc;transform:scale(1.05)}.mode-toggle__icon{width:1.25rem;height:1.25rem}.voice-recorder{display:flex;flex-direction:column;gap:.8rem}.voice-recorder__button-wrapper{text-align:center;padding:1.6rem 0}.voice-recorder__button{position:relative;width:6rem;height:6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.voice-recorder__button--idle{background:#3b82f6e6;box-shadow:0 10px 15px -3px #0000001a,0 0 20px #3b82f64d}.voice-recorder__button--idle:hover{background:#2563ebe6;transform:scale(1.05)}.voice-recorder__button--recording{background:#ef4444e6;box-shadow:0 25px 50px -12px #00000040,0 0 30px #ef44444d;transform:scale(1.1)}.voice-recorder__button:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(to bottom,rgba(255,255,255,.3) 0%,transparent 100%);pointer-events:none}.voice-recorder__pulse{position:absolute;inset:0;border-radius:50%;background:#ef444499;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.voice-recorder__icon{width:3rem;height:3rem;color:#fff;position:relative;z-index:10}.voice-recorder__status{margin-top:.8rem;font-size:.9rem;font-weight:500;color:#d1d5db;text-align:center}.voice-recorder__transcript{background:#282828cc;border:1px solid rgba(255,255,255,.06);padding:1.2rem;border-radius:.8rem}.voice-recorder__transcript-title{font-weight:600;color:#fff;margin-bottom:.4rem}.voice-recorder__transcript-text{color:#d1d5db;line-height:1.75;margin-bottom:.8rem}.documentation-form{display:flex;flex-direction:column;gap:.8rem}.documentation-form__voice-note{font-size:.6rem;color:#3f8ff7;margin-top:.2rem;display:flex;align-items:center;gap:.2rem}.documentation-form__field{display:flex;flex-direction:column;gap:.4rem}.documentation-form__label{font-size:.7rem;font-weight:500;color:#d1d5db}.documentation-form__input,.documentation-form__select,.documentation-form__textarea{padding:.6rem .8rem;border-radius:.6rem;background:#1e1e1ee6;border:1px solid rgba(255,255,255,.1);font-size:.8rem;color:#fff;transition:all .2s ease}.documentation-form__input::placeholder,.documentation-form__select::placeholder,.documentation-form__textarea::placeholder{color:#6b7280}.documentation-form__input:focus,.documentation-form__select:focus,.documentation-form__textarea:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 3px #1877f233}.documentation-form__select option{background:#1e1e1e;color:#fff}.documentation-form__textarea{min-height:8rem;resize:vertical;font-family:inherit}.documentation-form__submit{padding:.6rem 1.2rem;background:#1877f2;color:#fff;font-weight:600;border-radius:.6rem;transition:all .2s ease;box-shadow:0 4px 14px #1877f24d;border:none}.documentation-form__submit:hover{background:#1466cc;transform:translateY(-1px)}.documentation-form__submit:active{transform:translateY(0)}.documentation-form__submit--success{background:#22c55ee6;box-shadow:0 4px 14px #22c55e4d}.documentation-form__submit--success:hover{background:#16a34ae6}@media(max-width:640px){.events-page__header{flex-direction:column;align-items:flex-start;gap:.6rem}.voice-recorder__button{width:5rem;height:5rem}.voice-recorder__button__icon{width:2.5rem;height:2.5rem}}.schedule-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:.8rem;animation:fadeIn .2s ease}@media(prefers-reduced-motion:reduce){.schedule-modal-overlay{animation:none}}.schedule-modal{background:#1c1c1cfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #0009,0 0 0 1px #ffffff0d;width:100%;max-width:50rem;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease}@media(prefers-reduced-motion:reduce){.schedule-modal{animation:fadeIn .2s ease}}.schedule-modal__header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.2rem 1.6rem;border-bottom:1px solid rgba(255,255,255,.08)}.schedule-modal__title{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 .2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.schedule-modal__date{font-size:.7rem;color:#9ca3af;margin:0;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.schedule-modal__close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:#ffffff14;color:#9ca3af;border:none;cursor:pointer;transition:all .2s ease}.schedule-modal__close:hover:not(:disabled){background:#ffffff26;color:#fff;transform:scale(1.05)}.schedule-modal__close:disabled{opacity:.5;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.schedule-modal__close{transition:none}.schedule-modal__close:hover:not(:disabled){transform:none}}.schedule-modal__close svg{width:1.25rem;height:1.25rem}.schedule-modal__search{padding:1.2rem 1.6rem 0}.schedule-modal__search-input{width:100%;padding:.6rem .8rem;border-radius:.8rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:.8rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#fff;transition:all .2s ease}.schedule-modal__search-input:focus{outline:none;background:#ffffff1a;border-color:#1877f2;box-shadow:0 0 0 3px #1877f233}.schedule-modal__search-input::placeholder{color:#6b7280}@media(prefers-reduced-motion:reduce){.schedule-modal__search-input{transition:none}}.schedule-modal__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;padding:1.2rem 1.6rem}.schedule-modal__stat{display:flex;align-items:center;gap:.6rem;padding:.8rem;background:#ffffff0a;border-radius:.6rem;border:1px solid rgba(255,255,255,.08);transition:all .2s ease}.schedule-modal__stat:hover{background:#ffffff0f;border-color:#ffffff1f}.schedule-modal__stat-icon{color:#9ca3af;flex-shrink:0}.schedule-modal__stat-icon--working{color:#4ade80}.schedule-modal__stat-icon--sick{color:#f87171}.schedule-modal__stat-value{font-size:1.2rem;font-weight:700;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.schedule-modal__stat-label{font-size:.7rem;color:#9ca3af;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.schedule-modal__body{flex:1;overflow-y:auto;padding:0 1.6rem 1.2rem}.schedule-modal__employees{display:flex;flex-direction:column;gap:.6rem}.schedule-modal__empty{text-align:center;color:#6b7280;padding:2.4rem .8rem;font-size:.8rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.schedule-modal__employee{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.6rem;transition:all .15s ease}.schedule-modal__employee:hover{background:#ffffff0f;border-color:#ffffff1f}@media(prefers-reduced-motion:reduce){.schedule-modal__employee{transition:none}}.schedule-modal__employee-info{display:flex;align-items:center;gap:.8rem;flex:1;min-width:0}.schedule-modal__employee-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:#1877f233;color:#3f8ff7;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.7rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;flex-shrink:0;border:1px solid rgba(24,119,242,.3)}.schedule-modal__employee-details{flex:1;min-width:0}.schedule-modal__employee-name{font-weight:500;color:#fff;font-size:.8rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.schedule-modal__employee-meta{font-size:.7rem;color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-modal__employee-actions{display:flex;gap:.4rem;flex-shrink:0}.schedule-modal__btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.6rem;border:1px solid transparent;cursor:pointer;transition:all .15s ease;background:#ffffff0f;color:#9ca3af}.schedule-modal__btn:hover{background:#ffffff1a}.schedule-modal__btn--working:hover{background:#22c55e26;color:#4ade80;border-color:#22c55e4d}.schedule-modal__btn--working-active{background:#22c55e33;color:#4ade80;border-color:#22c55e66}.schedule-modal__btn--working-active:hover{background:#22c55e4d;border-color:#22c55e80}.schedule-modal__btn--sick:hover{background:#ef444426;color:#f87171;border-color:#ef44444d}.schedule-modal__btn--sick-active{background:#ef444433;color:#f87171;border-color:#ef444466}.schedule-modal__btn--sick-active:hover{background:#ef44444d;border-color:#ef444480}@media(prefers-reduced-motion:reduce){.schedule-modal__btn{transition:none}}.schedule-modal__btn svg{width:1.125rem;height:1.125rem}.schedule-modal__footer{display:flex;justify-content:flex-end;gap:.6rem;padding:1.2rem 1.6rem;border-top:1px solid rgba(255,255,255,.08);background:#0003}.schedule-modal__footer-btn{padding:.6rem 1.2rem;border:none;border-radius:.8rem;font-size:.8rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;cursor:pointer;transition:all .15s ease}.schedule-modal__footer-btn:disabled{opacity:.5;cursor:not-allowed}.schedule-modal__footer-btn--cancel{background:#ffffff14;color:#d1d5db;border:1px solid rgba(255,255,255,.1)}.schedule-modal__footer-btn--cancel:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff26}.schedule-modal__footer-btn--save{background:#1877f2;color:#fff;border:1px solid transparent}.schedule-modal__footer-btn--save:hover:not(:disabled){background:#1466cc}.schedule-modal__footer-btn--save:active:not(:disabled){transform:scale(.98)}@media(prefers-reduced-motion:reduce){.schedule-modal__footer-btn{transition:none}.schedule-modal__footer-btn:active:not(:disabled){transform:none}}.schedule-modal__body::-webkit-scrollbar{width:6px}.schedule-modal__body::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.schedule-modal__body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.schedule-modal__body::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.schedule-modal{max-height:95vh;border-radius:.8rem;max-width:100%}.schedule-modal__header,.schedule-modal__search,.schedule-modal__stats,.schedule-modal__body,.schedule-modal__footer{padding-left:1.2rem;padding-right:1.2rem}.schedule-modal__title{font-size:1rem}.schedule-modal__stats{grid-template-columns:1fr;gap:.6rem}.schedule-modal__employee{flex-direction:column;align-items:flex-start;gap:.6rem}.schedule-modal__employee-actions{width:100%;justify-content:flex-end}}@media(min-width:641px)and (max-width:1024px){.schedule-modal{max-width:42rem}}.admin-page{display:flex;flex-direction:column;gap:1.2rem;width:100%}.admin-page__modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:.8rem;background:#0009;z-index:40}.admin-page__modal{width:100%;max-width:500px;background:#18181bfa;border-radius:.8rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px #000c;padding:1rem}.admin-page__modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.admin-page__modal-header h3{margin:0;font-size:.9rem;font-weight:600;color:#fff}.admin-page__modal-close{display:flex;align-items:center;justify-content:center;padding:.2rem;border-radius:9999px;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s ease}.admin-page__modal-close:hover{background:#ffffff0f;color:#fff}.admin-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.2rem}.admin-page__section-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.8rem;display:flex;align-items:center;gap:.4rem}.admin-page__section-icon{width:1.5rem;height:1.5rem;color:#3f8ff7}.employee-card__form{display:flex;flex-direction:column;gap:.6rem}.employee-card__row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}@media(max-width:500px){.employee-card__row{grid-template-columns:1fr}}.employee-card__field{display:flex;flex-direction:column;gap:.2rem}.employee-card__label{font-size:.7rem;font-weight:500;color:#d1d5db}.employee-card__input{padding:.4rem .6rem;border-radius:.6rem;background:#1e1e1ee6;border:1px solid rgba(255,255,255,.1);font-size:.7rem;color:#fff;transition:all .2s ease}.employee-card__input::placeholder{color:#6b7280}.employee-card__input:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 3px #1877f233}.employee-card__actions{display:flex;gap:.4rem;margin-top:.4rem}.employee-card__btn{padding:.4rem .8rem;border-radius:.6rem;font-weight:500;font-size:.7rem;transition:all .2s ease;cursor:pointer}.employee-card__btn--primary{background:#1877f2;color:#fff;border:none}.employee-card__btn--primary:hover{background:#1466cc}.employee-card__btn--secondary{background:transparent;color:#9ca3af;border:1px solid rgba(255,255,255,.1)}.employee-card__btn--secondary:hover{background:#ffffff0d;color:#fff}.employee-card__list{margin-top:.8rem;display:flex;flex-direction:column;gap:.4rem;max-height:300px;overflow-y:auto}.employee-card__item{display:flex;align-items:center;justify-content:space-between;padding:.6rem;background:#28282899;border:1px solid rgba(255,255,255,.06);border-radius:.6rem}.employee-card__item-info{flex:1}.employee-card__item-name{font-weight:500;color:#fff}.employee-card__item-details{font-size:.7rem;color:#9ca3af}.scheduling-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem;padding:.4rem 0}.scheduling-card__month-year{display:flex;flex-direction:column;align-items:center;gap:.2rem}.scheduling-card__month-year h3{font-size:1rem;font-weight:700;color:#fff;margin:0}.scheduling-card__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.6rem;background:#28282899;border:1px solid rgba(255,255,255,.1);color:#9ca3af;cursor:pointer;transition:all .2s ease}.scheduling-card__nav-btn:hover{background:#1877f233;border-color:#1877f266;color:#3f8ff7}.scheduling-card__today-btn{padding:.2rem .4rem;font-size:.6rem;border-radius:.4rem;background:#1877f233;border:1px solid rgba(24,119,242,.3);color:#3f8ff7;cursor:pointer;transition:all .2s ease}.scheduling-card__today-btn:hover{background:#1877f24d}.scheduling-card__calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.8rem;background:#ffffff0d;border-radius:.6rem;overflow:hidden}.scheduling-card__day-header{padding:.4rem;background:#1877f233;text-align:center;font-size:.6rem;font-weight:600;color:#3f8ff7;text-transform:uppercase}.scheduling-card__day{padding:.4rem;background:#1e1e1e99;min-height:70px;text-align:center;cursor:pointer;border:none;transition:all .2s ease}.scheduling-card__day:hover:not(.scheduling-card__day--other-month){background:#282828cc}.scheduling-card__day--today{background:#1877f226;border:2px solid rgba(24,119,242,.5)!important}.scheduling-card__day--selected{background:#1877f240;border:2px solid rgba(24,119,242,.6)!important}.scheduling-card__day--other-month{opacity:.4;cursor:default}.scheduling-card__day-number{font-size:.7rem;font-weight:500;color:#fff;margin-bottom:.2rem}.scheduling-card__day-count{font-size:.6rem;color:#9ca3af}.scheduling-card__day-view{background:#1e1e1ecc;border:1px solid rgba(24,119,242,.2);border-radius:.6rem;padding:.8rem;margin-bottom:.8rem}.scheduling-card__day-view-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.8rem;padding-bottom:.6rem;border-bottom:1px solid rgba(255,255,255,.1)}.scheduling-card__day-view-header h4{font-size:.9rem;font-weight:600;color:#fff;margin:0}.scheduling-card__day-view-header svg{color:#3f8ff7}.scheduling-card__day-view-content{display:flex;gap:1.2rem;flex-wrap:wrap}.scheduling-card__day-view-stat{display:flex;flex-direction:column;align-items:center;padding:.6rem 1rem;background:#1877f21a;border-radius:.6rem;min-width:100px}.scheduling-card__day-view-stat-value{font-size:1.5rem;font-weight:700;color:#3f8ff7}.scheduling-card__day-view-stat-label{font-size:.6rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.scheduling-card__day-view-workers{flex:1;display:flex;flex-direction:column;gap:.4rem}.scheduling-card__day-view-worker{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem;background:#28282899;border-radius:.6rem;border:1px solid rgba(255,255,255,.06)}.scheduling-card__day-view-worker-info{display:flex;flex-direction:column}.scheduling-card__day-view-worker-name{font-weight:500;color:#fff}.scheduling-card__day-view-worker-dept{font-size:.6rem;color:#9ca3af}.scheduling-card__section{margin-bottom:.8rem}.scheduling-card__section-title{font-size:.7rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.scheduling-card__worker-list{display:flex;flex-wrap:wrap;gap:.4rem}.scheduling-card__worker{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:#28282899;border:1px solid rgba(255,255,255,.06);border-radius:9999px;font-size:.7rem}.scheduling-card__worker--sick{background:#ef444426;border-color:#ef44444d;color:#f87171}.scheduling-card__worker--available{background:#22c55e26;border-color:#22c55e4d;color:#4ade80}.scheduling-card__worker-avatar{width:24px;height:24px;border-radius:50%;background:#1877f24d;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#3f8ff7}.scheduling-card__worker-name{color:#fff}.scheduling-card__empty{color:#6b7280;font-size:.7rem;font-style:italic}.insights-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}@media(max-width:600px){.insights-card__stats{grid-template-columns:1fr}}.insights-card__stat{padding:.8rem;background:#28282899;border:1px solid rgba(255,255,255,.06);border-radius:.8rem;text-align:center}.insights-card__stat-value{font-size:1.5rem;font-weight:700;color:#3f8ff7;margin-bottom:.2rem}.insights-card__stat-label{font-size:.7rem;color:#9ca3af}.admin-events__tabs{display:flex;gap:.4rem;margin-bottom:.8rem}.admin-events__tab{padding:.4rem .8rem;border-radius:.6rem;font-weight:500;font-size:.7rem;cursor:pointer;transition:all .2s ease;background:transparent;border:1px solid rgba(255,255,255,.1);color:#9ca3af}.admin-events__tab--active{background:#1877f233;border-color:#1877f266;color:#3f8ff7}.admin-events__tab:hover:not(.admin-events__tab--active){background:#ffffff0d;color:#fff}.admin-events__list{display:flex;flex-direction:column;gap:.4rem;max-height:400px;overflow-y:auto}.admin-events__item{display:flex;align-items:flex-start;justify-content:space-between;padding:.6rem;background:#28282899;border:1px solid rgba(255,255,255,.06);border-radius:.6rem}.admin-events__item-content{flex:1}.admin-events__item-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.2rem}.admin-events__item-resident{font-weight:500;color:#fff}.admin-events__item-type{font-size:.6rem;padding:.4rem;border-radius:9999px;background:#1877f233;color:#3f8ff7}.admin-events__item-notes{font-size:.7rem;color:#9ca3af;margin-bottom:.2rem}.admin-events__item-meta{display:flex;gap:.6rem;font-size:.6rem;color:#6b7280}.admin-events__item-actions{display:flex;gap:.4rem}.admin-events__edit-btn{padding:.2rem .6rem;border-radius:.4rem;font-size:.6rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:#1877f233;border:1px solid rgba(24,119,242,.3);color:#3f8ff7}.admin-events__edit-btn:hover{background:#1877f24d}.admin-events__edit-btn:disabled{opacity:.5;cursor:not-allowed}.language-dropdown__trigger:hover{border-color:#1877f2!important;box-shadow:0 0 0 3px #1877f233}.language-dropdown__trigger:focus{outline:none;border-color:#1877f2!important;box-shadow:0 0 0 3px #1877f240}.language-dropdown__menu::-webkit-scrollbar{width:6px}.language-dropdown__menu::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.language-dropdown__menu::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.language-dropdown__menu::-webkit-scrollbar-thumb:hover{background:#ffffff40}.settings-section{border-top:1px solid rgba(255,255,255,.08);padding-top:1.2rem;margin-top:1.2rem}.settings-section__title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.8rem;display:flex;align-items:center;gap:.4rem}.settings-section__icon{width:1.25rem;height:1.25rem;color:#9ca3af}.toggle-setting{display:flex;align-items:center;justify-content:space-between;padding:.8rem;background:#28282899;border:1px solid rgba(255,255,255,.06);border-radius:.8rem;margin-bottom:.6rem;transition:background .2s ease}.toggle-setting:hover{background:#323232cc}.toggle-setting--compact{padding:.6rem}.toggle-setting__info{flex:1}.toggle-setting__label{font-weight:500;color:#fff}.toggle-setting__description{font-size:.7rem;color:#9ca3af;margin-top:.2rem}.toggle-setting__description--small{font-size:.6rem}.toggle-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.toggle-switch__input{position:absolute;opacity:0;width:0;height:0}.toggle-switch__track{width:2.75rem;height:1.5rem;border-radius:9999px;position:relative;transition:background .2s ease}.toggle-switch__track--small{width:2.25rem;height:1.25rem}.toggle-switch__track--on{background:#1877f2}.toggle-switch__track--off{background:#4b5563}.toggle-switch__track--sick.toggle-switch__track--on{background:#1877f2}.toggle-switch__track--extra.toggle-switch__track--on{background:#16a34a}.toggle-switch__thumb{position:absolute;top:2px;width:1.25rem;height:1.25rem;background:#fff;border-radius:50%;transition:left .2s ease}.toggle-switch__thumb--small{width:1rem;height:1rem}.toggle-switch__thumb--on{left:calc(100% - 1.25rem - 2px)}.toggle-switch__thumb--on.toggle-switch__thumb--small{left:calc(100% - 1rem - 2px)}.toggle-switch__thumb--off{left:2px}.settings-slider{padding:.8rem;background:#28282899;border:1px solid rgba(255,255,255,.06);border-radius:.8rem;margin-bottom:.6rem}.settings-slider__header{display:flex;justify-content:space-between;margin-bottom:.4rem}.settings-slider__label{font-size:.7rem;color:#fff}.settings-slider__value{font-size:.7rem;color:#1877f2;font-weight:500}.settings-slider__input{width:100%;accent-color:#1877F2;cursor:pointer}.settings-slider__input::-webkit-slider-thumb{cursor:pointer}.settings-slider__input::-moz-range-thumb{cursor:pointer}.settings-slider__labels{display:flex;justify-content:space-between;font-size:.6rem;color:#6b7280;margin-top:.2rem}.landing{min-height:100vh;background:#fff;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.landing__announcement{background:#1877f2;color:#fff;padding:.625rem 1rem;font-size:.875rem;font-weight:500}.landing__announcement-content{display:flex;align-items:center;justify-content:center;gap:.75rem;max-width:1200px;margin:0 auto}.landing__announcement-badge{background:#fff;color:#1877f2;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.landing__header{position:sticky;top:0;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.landing__nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;gap:2rem}.landing__nav-links{display:flex;gap:2rem}.landing__nav-links a{color:#4a5568;text-decoration:none;font-weight:500;font-size:.9375rem;transition:color .2s ease}.landing__nav-links a:hover{color:#0f1419}@media(max-width:768px){.landing__nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem;gap:1rem;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 12px #0000001a}.landing__nav-links--open{display:flex}}.landing__nav-actions{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.landing__nav-actions{display:none}}.landing__nav-login{background:none;border:none;color:#4a5568;font-weight:500;font-size:.9375rem;cursor:pointer;transition:color .2s ease}.landing__nav-login:hover{color:#0f1419}.landing__nav-cta{background:#1877f2;color:#fff;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .2s ease}.landing__nav-cta:hover{background:#3f8ff7;transform:translateY(-1px)}.landing__logo{display:flex;align-items:center;gap:.75rem}.landing__logo-icon{width:36px;height:36px;color:#0f1419}.landing__logo-icon svg{width:100%;height:100%}.landing__logo-text{font-size:1.375rem;font-weight:700;color:#0f1419;letter-spacing:-.02em}.landing__mobile-menu-btn{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:#0f1419}@media(max-width:768px){.landing__mobile-menu-btn{display:block}}.landing__hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:5rem 1.5rem;align-items:center}@media(max-width:1024px){.landing__hero{grid-template-columns:1fr;text-align:center;gap:3rem;padding:3rem 1.5rem}}.landing__hero-content{max-width:560px}@media(max-width:1024px){.landing__hero-content{max-width:100%;margin:0 auto}}.landing__hero-title{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;line-height:1.1;color:#0f1419;margin-bottom:1.5rem;letter-spacing:-.03em}.landing__hero-highlight{position:relative;white-space:nowrap}.landing__hero-highlight:after{content:"";position:absolute;left:0;right:0;bottom:.1em;height:.35em;background:#1877f2;z-index:-1;border-radius:4px;transform:rotate(-1deg)}.landing__hero-subtitle{font-size:1.25rem;color:#4a5568;line-height:1.6;margin-bottom:2rem}.landing__hero-actions{display:flex;gap:1rem;margin-bottom:2.5rem}@media(max-width:1024px){.landing__hero-actions{justify-content:center}}@media(max-width:480px){.landing__hero-actions{flex-direction:column}}.landing__hero-trust-badges{display:flex;gap:1.5rem;flex-wrap:wrap}@media(max-width:1024px){.landing__hero-trust-badges{justify-content:center}}@media(max-width:1024px){.landing__hero-visual{max-width:600px;margin:0 auto}}.landing__hero-mockup{background:#0f1419;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d}.landing__mockup-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#1a2027;border-bottom:1px solid rgba(255,255,255,.1)}.landing__mockup-dots{display:flex;gap:.5rem}.landing__mockup-dots span{width:12px;height:12px;border-radius:50%}.landing__mockup-dots span:nth-child(1){background:#ff5f57}.landing__mockup-dots span:nth-child(2){background:#febc2e}.landing__mockup-dots span:nth-child(3){background:#28c840}.landing__mockup-title{color:#fff9;font-size:.875rem}.landing__mockup-content{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.landing__mockup-voice{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;color:#1877f2;font-weight:500}.landing__mockup-text{color:#fffc}.landing__mockup-transcript{font-style:italic;color:#ffffffb3}.landing__mockup-card{background:#ffffff14;border-radius:12px;padding:1.25rem;border:1px solid rgba(255,255,255,.1)}.landing__mockup-card-label{display:block;color:#1877f2;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.landing__mockup-card p{color:#ffffffe6;margin:.25rem 0;font-size:.9375rem}.landing__mockup-card-status{display:block;margin-top:1rem;color:#28c840;font-size:.875rem;font-weight:500}.landing__voice-indicator{display:flex;align-items:center;gap:3px;height:24px}.landing__voice-wave{width:4px;height:100%;background:#1877f2;border-radius:2px;animation:voiceWave 1s ease-in-out infinite}.landing__voice-wave:nth-child(1){animation-delay:.1s}.landing__voice-wave:nth-child(2){animation-delay:.2s}.landing__voice-wave:nth-child(3){animation-delay:.3s}.landing__voice-wave:nth-child(4){animation-delay:.4s}.landing__voice-wave:nth-child(5){animation-delay:.5s}@keyframes voiceWave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.landing__trust-badge{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.875rem;font-weight:500}.landing__trust-badge svg{color:#4a5568}.landing__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.landing__btn--primary{background:#1877f2;color:#fff}.landing__btn--primary:hover{background:#3f8ff7;transform:translateY(-2px);box-shadow:0 4px 12px #1877f266}.landing__btn--secondary{background:transparent;color:#0f1419;border:2px solid #e2e8f0}.landing__btn--secondary:hover{border-color:#4a5568;background:#f8fafc}.landing__features{background:#f8fafc;padding:6rem 1.5rem}.landing__features-header{text-align:center;max-width:600px;margin:0 auto 4rem}.landing__features-header h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#0f1419;margin-bottom:1rem;letter-spacing:-.02em}.landing__features-header p{font-size:1.125rem;color:#4a5568;line-height:1.6}.landing__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.landing__feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 1px 3px #00000014;transition:all .3s ease}.landing__feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.landing__feature-card h3{font-size:1.25rem;font-weight:600;color:#0f1419;margin-bottom:.75rem}.landing__feature-card p{color:#4a5568;line-height:1.6;margin:0}.landing__feature-icon{width:56px;height:56px;background:#1877f2;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff}.landing__security{padding:6rem 1.5rem;background:#fff}.landing__security-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}@media(max-width:900px){.landing__security-content{grid-template-columns:1fr;text-align:center}}.landing__security-text h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#0f1419;margin-bottom:1.25rem;letter-spacing:-.02em}.landing__security-text p{font-size:1.125rem;color:#4a5568;line-height:1.6;margin-bottom:2rem}.landing__security-list{list-style:none;padding:0;margin:0}.landing__security-list li{display:flex;align-items:center;gap:.75rem;color:#0f1419;padding:.75rem 0;font-weight:500}@media(max-width:900px){.landing__security-list li{justify-content:center}}.landing__security-list li svg{color:#28c840;flex-shrink:0}.landing__security-visual{display:flex;justify-content:center}.landing__section-label{display:inline-block;background:#1877f21f;color:#1054a6;padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.landing__shield-animation{position:relative;color:#1877f2}.landing__shield-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #1877F2;border-radius:50%;animation:shieldPulse 2s ease-out infinite}.landing__shield-ring--1{width:160px;height:160px;animation-delay:0s}.landing__shield-ring--2{width:200px;height:200px;animation-delay:.4s}.landing__shield-ring--3{width:240px;height:240px;animation-delay:.8s}@keyframes shieldPulse{0%{opacity:.6;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.3)}}.landing__benefits{background:#0f1419;padding:6rem 1.5rem;color:#fff}.landing__benefits-content{max-width:1000px;margin:0 auto;text-align:center}.landing__benefits-content h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:3rem;letter-spacing:-.02em}.landing__benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.landing__benefit-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.landing__benefit-item svg{color:#1877f2;flex-shrink:0}.landing__benefit-item span{font-weight:500;color:#ffffffe6}.landing__waitlist{padding:6rem 1.5rem;background:linear-gradient(180deg,#f8fafc,#fff)}.landing__waitlist-content{max-width:600px;margin:0 auto;text-align:center}.landing__waitlist-content h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#0f1419;margin-bottom:1rem;letter-spacing:-.02em}.landing__waitlist-content>p{font-size:1.125rem;color:#4a5568;margin-bottom:2rem}.landing__waitlist-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto}@media(max-width:540px){.landing__waitlist-form{flex-direction:column}}.landing__waitlist-form input{flex:1;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .2s ease}.landing__waitlist-form input:focus{outline:none;border-color:#1877f2}.landing__waitlist-form input::placeholder{color:#718096}.landing__waitlist-success{padding:2rem;background:#28c8401a;border-radius:16px;border:1px solid rgba(40,200,64,.2)}.landing__waitlist-success svg{color:#28c840;margin-bottom:1rem}.landing__waitlist-success h3{font-size:1.5rem;font-weight:600;color:#0f1419;margin-bottom:.5rem}.landing__waitlist-success p{color:#4a5568;margin:0}.landing__waitlist-note{font-size:.875rem;color:#718096;margin-top:1rem}.landing__footer{background:#0f1419;padding:4rem 1.5rem 2rem;color:#fff}.landing__footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.landing__footer-content{grid-template-columns:1fr;gap:3rem}}.landing__footer-brand .landing__logo{margin-bottom:1rem}.landing__footer-brand .landing__logo-icon{color:#1877f2}.landing__footer-brand .landing__logo-text{color:#fff}.landing__footer-brand p{color:#fff9;line-height:1.6}.landing__footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:540px){.landing__footer-links{grid-template-columns:1fr 1fr}}.landing__footer-column h4{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:#ffffffe6}.landing__footer-column a{display:block;color:#fff9;text-decoration:none;padding:.375rem 0;transition:color .2s ease}.landing__footer-column a:hover{color:#1877f2}.landing__footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:2rem}@media(max-width:600px){.landing__footer-bottom{flex-direction:column;gap:.75rem;text-align:center}}.landing__footer-bottom p{color:#ffffff80;font-size:.875rem;margin:0}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.login__background{position:fixed;inset:0;z-index:0}.login__bg-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#e7f1fe,#f0f6fe,#f8fafc,#f0f5ff,#eaf0fc)}.login__bg-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.login__bg-blob--1{width:600px;height:600px;background:#1877f2;top:-200px;right:-200px;animation:blobFloat 20s ease-in-out infinite}.login__bg-blob--2{width:500px;height:500px;background:#1877f266;bottom:-150px;left:-150px;animation:blobFloat 25s ease-in-out infinite reverse}.login__bg-noise{position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translateY(20px) scale(.95)}75%{transform:translate(-20px,-10px) scale(1.02)}}.login__back{position:absolute;top:2rem;left:2rem;display:flex;align-items:center;gap:.5rem;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e2e8f0;padding:.625rem 1rem;border-radius:10px;color:#4a5568;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease;z-index:10}.login__back:hover{background:#fff;color:#0f1419;transform:translate(-2px)}.login__container{width:100%;max-width:440px;z-index:1}.login__card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000014,0 0 0 1px #00000005}.login__logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.login__logo-icon{width:40px;height:40px;color:#0f1419}.login__logo-icon svg{width:100%;height:100%}.login__logo-text{font-size:1.5rem;font-weight:700;color:#0f1419;letter-spacing:-.02em}.login__header{text-align:center;margin-bottom:2rem}.login__header h1{font-size:1.75rem;font-weight:700;color:#0f1419;margin-bottom:.5rem;letter-spacing:-.02em}.login__header p{color:#4a5568;font-size:1rem}.login__form{display:flex;flex-direction:column;gap:1.25rem}.login__field label{display:block;font-weight:500;color:#0f1419;margin-bottom:.5rem;font-size:.9375rem}.login__input-wrapper{position:relative;display:flex;align-items:center}.login__input-wrapper input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#0f1419;background:#fff;transition:all .2s ease}.login__input-wrapper input:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 4px #1877f233}.login__input-wrapper input::placeholder{color:#718096}.login__input-icon{position:absolute;left:1rem;color:#718096;pointer-events:none}.login__password-toggle{position:absolute;right:.75rem;background:none;border:none;padding:.5rem;cursor:pointer;color:#718096;transition:color .2s ease}.login__password-toggle:hover{color:#4a5568}.login__options{display:flex;justify-content:space-between;align-items:center}.login__remember{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem;color:#4a5568}.login__remember input[type=checkbox]{width:18px;height:18px;accent-color:#1877F2;cursor:pointer}.login__forgot{font-size:.9375rem;color:#4a5568;text-decoration:none;font-weight:500;transition:color .2s ease}.login__forgot:hover{color:#1054a6}.login__submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#1877f2;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.login__submit:hover:not(:disabled){background:#3f8ff7;transform:translateY(-2px);box-shadow:0 4px 12px #1877f266}.login__submit:disabled{opacity:.7;cursor:not-allowed}.login__spinner{animation:spin 1s linear infinite}.login__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.875rem 1rem;border-radius:10px;font-size:.9375rem;font-weight:500}.login__divider{display:flex;align-items:center;margin:1.5rem 0}.login__divider:before,.login__divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.login__divider span{padding:0 1rem;color:#718096;font-size:.875rem}.login__waitlist-btn{width:100%;padding:.875rem 1rem;background:transparent;border:2px solid #e2e8f0;border-radius:12px;color:#0f1419;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.login__waitlist-btn:hover{border-color:#4a5568;background:#f8fafc}.login__security-note{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#718096}:root{--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-blue-50: #e7f1fe;--color-blue-100: #cfe3fd;--color-blue-200: #9fc7fb;--color-blue-300: #6fabf9;--color-blue-400: #3f8ff7;--color-blue-500: #1877F2;--color-blue-600: #1466cc;--color-blue-700: #1054a6;--color-blue-800: #0c4380;--color-blue-900: #08315a;--color-red-50: #fef2f2;--color-red-100: #fee2e2;--color-red-200: #fecaca;--color-red-300: #fca5a5;--color-red-400: #f87171;--color-red-500: #ef4444;--color-red-600: #dc2626;--color-red-700: #b91c1c;--color-red-800: #991b1b;--color-red-900: #7f1d1d;--color-green-50: #f0fdf4;--color-green-100: #dcfce7;--color-green-200: #bbf7d0;--color-green-300: #86efac;--color-green-400: #4ade80;--color-green-500: #22c55e;--color-green-600: #16a34a;--color-green-700: #15803d;--color-green-800: #166534;--color-green-900: #14532d;--color-yellow-50: #fefce8;--color-yellow-100: #fef9c3;--color-yellow-200: #fef08a;--color-yellow-300: #fde047;--color-yellow-400: #facc15;--color-yellow-500: #eab308;--color-yellow-600: #ca8a04;--color-yellow-700: #a16207;--color-yellow-800: #854d0e;--color-yellow-900: #713f12;--color-indigo-100: #e0e7ff;--color-pink-100: #fce7f3;--color-pink-300: #f9a8d4;--color-pink-200: #fbcfe8}:root{--font-family-base: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;--font-family-mono: Fira Code, Courier New, monospace;--font-size-xs: .6rem;--font-size-sm: .7rem;--font-size-base: .8rem;--font-size-lg: .9rem;--font-size-xl: 1rem;--font-size-2xl: 1.2rem;--font-size-3xl: 1.5rem;--font-size-4xl: 1.8rem;--font-size-5xl: 2.4rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75}:root{--spacing-0: 0;--spacing-1: .2rem;--spacing-2: .4rem;--spacing-3: .6rem;--spacing-4: .8rem;--spacing-5: 1rem;--spacing-6: 1.2rem;--spacing-8: 1.6rem;--spacing-10: 2rem;--spacing-12: 2.4rem;--spacing-16: 3.2rem;--spacing-20: 4rem;--spacing-24: 4.8rem;--radius-sm: .3rem;--radius-md: .4rem;--radius-lg: .6rem;--radius-xl: .8rem;--radius-2xl: 1.2rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-glass: 0 8px 32px rgba(0, 0, 0, .08)}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes ping{75%,to{transform:scale(1.5);opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.8rem;line-height:1.5;color:#1f2937;background-color:#fff;min-height:100vh}button{background:none;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}input,textarea,select{font:inherit;color:inherit}ul,ol{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.app-background{position:fixed;inset:0;z-index:-10;overflow:hidden}.app-background__gradient{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0a,#0f0f0f,#0a0a0a)}.app-background__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.app-background__blob--top-left{top:0;left:0;width:800px;height:800px;background:radial-gradient(circle,rgba(24,119,242,.15) 0%,rgba(24,119,242,.08) 50%,transparent 100%)}.app-background__blob--bottom-right{bottom:0;right:0;width:600px;height:600px;background:radial-gradient(circle,rgba(24,119,242,.12) 0%,rgba(24,119,242,.06) 50%,transparent 100%)}.app-background__blob--center{top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(24,119,242,.08) 0%,rgba(24,119,242,.04) 50%,transparent 100%)}.app-background__noise{position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' /%3E%3C/svg%3E");background-repeat:repeat;pointer-events:none}.voice-feedback{position:relative;width:100%;max-width:100%;min-height:16rem;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.25rem;border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 60px #0000001a,0 0 0 1px #00000005;overflow:hidden;animation:feedback-enter .3s ease-out}.voice-feedback--compact{max-width:20rem}.voice-feedback--compact .voice-feedback__timeline,.voice-feedback--compact .voice-feedback__content{padding:.75rem 1rem}.voice-feedback__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#0ea5e914,#06b6d40a);border-bottom:1px solid rgba(14,165,233,.1)}.voice-feedback__status{display:flex;align-items:center;gap:.875rem}.voice-feedback__status-indicator{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#0ea5e91a;color:#0284c7;transition:all .3s ease}.voice-feedback__status-indicator svg{width:1.375rem;height:1.375rem}.voice-feedback__status-indicator--listening,.voice-feedback__status-indicator--transcribing,.voice-feedback__status-indicator--analyzing,.voice-feedback__status-indicator--executing{background:#0ea5e926;color:#0284c7;animation:pulse-indicator 1.5s ease-in-out infinite}.voice-feedback__status-indicator--complete{background:#22c55e26;color:#16a34a}.voice-feedback__status-indicator--error{background:#ef444426;color:#dc2626}.voice-feedback__spinner{animation:spin 1s linear infinite}.voice-feedback__status-label{font-size:1.0625rem;font-weight:600;color:#0f172a}.voice-feedback__controls{display:flex;align-items:center;gap:.5rem}.voice-feedback__tts-toggle,.voice-feedback__expand-toggle{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;border:none;background:#0000000a;color:#64748b;cursor:pointer;transition:all .2s ease}.voice-feedback__tts-toggle svg,.voice-feedback__expand-toggle svg{width:1.125rem;height:1.125rem}.voice-feedback__tts-toggle:hover,.voice-feedback__expand-toggle:hover{background:#00000014;color:#0f172a}.voice-feedback__tts-toggle--active{background:#0ea5e91a;color:#0284c7}.voice-feedback__tts-toggle--active:hover{background:#0ea5e926}.voice-feedback__tts-toggle--speaking{animation:speaking-pulse .6s ease-in-out infinite}.voice-feedback__timeline{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;background:#00000005;border-bottom:1px solid rgba(0,0,0,.04)}.voice-feedback__stage{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;flex:1}.voice-feedback__stage--active .voice-feedback__stage-indicator{background:#0ea5e926;color:#0284c7;border-color:#0284c7}.voice-feedback__stage--active .voice-feedback__stage-label{color:#0284c7;font-weight:600}.voice-feedback__stage--complete .voice-feedback__stage-indicator{background:#22c55e26;color:#16a34a;border-color:#16a34a}.voice-feedback__stage--complete .voice-feedback__stage-label{color:#16a34a}.voice-feedback__stage--error .voice-feedback__stage-indicator{background:#ef444426;color:#dc2626;border-color:#dc2626}.voice-feedback__stage--error .voice-feedback__stage-label{color:#dc2626}.voice-feedback__stage--pending .voice-feedback__stage-indicator,.voice-feedback__stage--pending .voice-feedback__stage-label{opacity:.4}.voice-feedback__stage-indicator{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;border-radius:50%;background:#fff;border:2px solid rgba(0,0,0,.15);transition:all .3s ease}.voice-feedback__stage-indicator svg{width:1rem;height:1rem}.voice-feedback__stage-spinner{animation:spin 1s linear infinite}.voice-feedback__stage-dot{width:.375rem;height:.375rem;border-radius:50%;background:#0003}.voice-feedback__stage-label{font-size:.625rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;transition:all .3s ease}.voice-feedback__content{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1.125rem}.voice-feedback__label{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.voice-feedback__transcription{display:flex;flex-direction:column;gap:.25rem}.voice-feedback__text{font-size:1.0625rem;color:#0f172a;line-height:1.6;margin:0;font-style:italic}.voice-feedback__intent{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.voice-feedback__intent-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;background:#0ea5e91a;color:#0284c7;border-radius:9999px;font-size:.8125rem;font-weight:500;text-transform:capitalize}.voice-feedback__confidence{font-size:.75rem;color:#64748b}.voice-feedback__message{display:flex;align-items:flex-start;gap:.875rem;padding:1.125rem 1.25rem;border-radius:.75rem;animation:message-enter .3s ease-out}.voice-feedback__message--complete{background:#22c55e14;border:1px solid rgba(34,197,94,.2)}.voice-feedback__message--error{background:#ef444414;border:1px solid rgba(239,68,68,.2)}.voice-feedback__message p{margin:0;font-size:1rem;line-height:1.6;color:#0f172a}.voice-feedback__message-icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.voice-feedback__message--complete .voice-feedback__message-icon{color:#16a34a}.voice-feedback__message--error .voice-feedback__message-icon{color:#dc2626}.voice-feedback__action{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.2);border-radius:.5rem;font-size:.8125rem;font-weight:500;color:#b45309;text-transform:capitalize;align-self:flex-start}.voice-feedback__action-icon{width:.875rem;height:.875rem}.voice-feedback__language{position:absolute;bottom:.75rem;right:.75rem}.voice-feedback__language-code{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .5rem;background:#0000000d;border-radius:.25rem;font-size:.6875rem;font-weight:600;color:#64748b;letter-spacing:.05em}.voice-feedback__speaking{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.625rem 1rem;background:linear-gradient(135deg,#0ea5e914,#06b6d40a);border-top:1px solid rgba(14,165,233,.1);color:#0284c7;font-size:.8125rem;font-weight:500}.voice-feedback__speaking-bars{display:flex;align-items:center;gap:2px;height:1rem}.voice-feedback__speaking-bars span{width:3px;height:100%;background:#0284c7;border-radius:1px;animation:speaking-bar .6s ease-in-out infinite}.voice-feedback__speaking-bars span:nth-child(1){animation-delay:0s}.voice-feedback__speaking-bars span:nth-child(2){animation-delay:.15s}.voice-feedback__speaking-bars span:nth-child(3){animation-delay:.3s}.voice-feedback__speaking-bars span:nth-child(4){animation-delay:.45s}@keyframes feedback-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse-indicator{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes speaking-pulse{0%,to{box-shadow:0 0 #0ea5e94d}50%{box-shadow:0 0 0 4px #0ea5e900}}@keyframes speaking-bar{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}@keyframes message-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.voice-feedback--dark{background:#0f172af2;border-color:#ffffff1a}.voice-feedback--dark .voice-feedback__header{background:#ffffff0a;border-bottom-color:#ffffff0f}.voice-feedback--dark .voice-feedback__status-label,.voice-feedback--dark .voice-feedback__text{color:#f1f5f9}.voice-feedback--dark .voice-feedback__label{color:#94a3b8}@media(max-width:480px){.voice-feedback{max-width:100%;border-radius:.75rem}.voice-feedback__timeline{padding:.75rem 1rem}.voice-feedback__stage-label{font-size:.625rem}.voice-feedback__content{padding:.875rem 1rem}}
