@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}}#root{width:100%}.add-location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.add-location-modal{background-color:#fff;border-radius:1rem;border:2px solid #e5e7eb;box-shadow:0 8px #00000014;max-width:48rem;width:100%;max-height:85vh;height:85vh;overflow:hidden;animation:slideIn .3s ease-out;transition:all .2s ease-in-out;display:flex;flex-direction:column}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.add-location-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#fff)}.add-location-modal-title{font-size:1.5rem;font-weight:900;color:#111827;margin:0}.add-location-modal-close{background:none;border:2px solid transparent;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out;padding:.5rem;border-radius:.5rem;box-shadow:0 2px #0000000d}.add-location-modal-close:hover{color:#ef4444;background-color:#fef2f2;border-color:#fecaca;transform:translateY(-1px);box-shadow:0 3px #ef44441a}.add-location-modal-content{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column}.add-location-before-date{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:.75rem;border:2px solid #3b82f6;box-shadow:0 3px #3b82f61a}.add-location-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;margin-bottom:.75rem;font-size:.875rem}.add-location-label-icon{color:#6b7280}.add-location-date-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s ease-in-out;background-color:#fff;box-shadow:0 2px #00000008;font-weight:500}.add-location-date-input:focus{outline:none;border-color:#2563eb;box-shadow:0 3px #2563eb33;transform:translateY(-1px)}.add-location-help-text{margin-top:.5rem;font-size:.75rem;color:#6b7280;margin-bottom:0}.add-location-search{margin-bottom:1.5rem}.add-location-search-wrapper{position:relative}.add-location-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.add-location-search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s ease-in-out;background-color:#fff;box-shadow:0 3px #0000000d;font-weight:500}.add-location-search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 4px #2563eb33;transform:translateY(-1px)}.add-location-search-input::placeholder{color:#9ca3af}.add-location-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.add-location-spinner{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.add-location-error{text-align:center;padding:2rem;color:#ef4444}.add-location-retry-button{margin-top:1rem;padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:background-color .2s ease-in-out}.add-location-retry-button:hover{background-color:#1d4ed8}.add-location-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:.5rem}.add-location-empty{padding:2rem;text-align:center;color:#6b7280}.add-location-item{margin-bottom:0;border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem;background:linear-gradient(135deg,#fff,#f9fafb);box-shadow:0 3px #0000000d;transition:all .2s ease-in-out}.add-location-item:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 4px #00000014;transform:translateY(-1px)}.add-location-item-main{display:flex;justify-content:space-between;align-items:center;gap:1rem}.add-location-item-info{flex:1;display:flex;flex-direction:column;justify-content:center}.add-location-item-name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.25rem;line-height:1.4}.add-location-item-details{display:flex;flex-direction:column;gap:.125rem}.add-location-item-detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.add-location-item-address{font-size:.75rem;color:#9ca3af;margin-left:1.25rem}.add-location-item-actions{flex-shrink:0;display:flex;align-items:center}.add-location-button-add{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#2e95e8;color:#fff;border:2px solid #2680d4;border-radius:.75rem;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 3px #2e95e84d;text-transform:uppercase;letter-spacing:.025em}.add-location-button-add:hover{background-color:#2680d4;transform:translateY(-2px);box-shadow:0 1px #2e95e84d}.add-location-button-added{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#87cc47;color:#fff;border:2px solid #70B035;border-radius:.75rem;font-weight:700;font-size:.875rem;cursor:not-allowed;opacity:.9;box-shadow:0 2px #87cc474d;text-transform:uppercase;letter-spacing:.025em}@media (max-width: 768px){.add-location-modal-overlay{padding:.5rem}.add-location-modal{max-width:95vw;max-height:95vh;height:95vh}.add-location-modal-header{padding:1rem 1.5rem}.add-location-modal-content{padding:1rem}.add-location-modal-title{font-size:1.25rem}.add-location-item{padding:1rem}.add-location-item-main{flex-direction:column;align-items:stretch;gap:1rem}.add-location-item-actions{align-self:flex-start}.add-location-button-add,.add-location-button-added{width:100%;justify-content:center}}.navbar-container{background-color:#fff;border-bottom:2px solid #e5e7eb;padding:1rem 1.5rem;position:relative}@media (min-width: 768px){.navbar-container{padding:1rem 2rem}}@media (min-width: 1024px){.navbar-container{padding:1rem 3rem}}.navbar-content{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto}.navbar-left{display:flex;align-items:center;gap:.75rem}.navbar-logo{width:2.5rem;height:2.5rem;image-rendering:crisp-edges}.navbar-logo-animation{width:100%;height:100%}.navbar-logo-svg{width:40px;height:40px;shape-rendering:geometricPrecision;transform:translateZ(0);backface-visibility:hidden;image-rendering:auto}.navbar-brand{font-weight:900;font-size:1.5rem;color:#111827}.navbar-brand-link{text-decoration:none;color:inherit;transition:color .2s ease-in-out;background:none;border:none;font-size:inherit;font-family:inherit;font-weight:inherit;cursor:pointer;padding:0}.navbar-brand-link:hover{color:#2563eb}.navbar-right{display:flex;align-items:center;gap:2rem}.navbar-nav{display:none;gap:1.5rem}@media (min-width: 768px){.navbar-nav{display:flex}}.navbar-nav-link{position:relative;color:#4b5563;font-weight:700;text-decoration:none;transition:color .2s ease-in-out;padding-bottom:.25rem}.navbar-nav-link:hover,.navbar-nav-link-active{color:#111827}.navbar-nav-link-active:hover{color:#2563eb}.navbar-nav-underline{position:absolute;bottom:-.25rem;left:0;width:100%;height:.25rem;background-color:#2563eb;border-radius:9999px;transform:scaleX(0);transition:transform .2s ease-in-out}.navbar-nav-underline-active,.navbar-nav-link:hover .navbar-nav-underline{transform:scaleX(1)}.navbar-actions{display:flex;align-items:center;gap:1rem}.navbar-signin{position:relative;color:#374151;font-weight:700;text-decoration:none;transition:color .2s ease-in-out;display:inline-block;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.navbar-signin:hover{color:#111827}.navbar-signin-underline{position:absolute;bottom:-.5rem;left:0;width:100%;height:.5rem;opacity:0;transform:scaleX(0);transition:all .3s ease-in-out}.navbar-signin:hover .navbar-signin-underline{opacity:1;transform:scaleX(1)}.navbar-demo-button{padding:.5rem 1rem;background-color:#10b981;color:#fff;border-radius:.5rem;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px #10b9814d}.navbar-demo-button:hover{background-color:#059669;box-shadow:0 1px #10b9814d;transform:translateY(1px)}.navbar-cta-button{padding:.625rem 1.5rem;background-color:#2e95e8;color:#fff;border-radius:.75rem;font-weight:700;border:2px solid #2680d4;box-shadow:0 3px #2e95e84d;transition:all .2s ease-in-out;text-decoration:none;display:inline-block;cursor:pointer;font-family:inherit;font-size:inherit}.navbar-cta-button:hover{border-color:#2e6fac;box-shadow:0 1px #2e95e84d;transform:translateY(2px)}@media (max-width: 767px){.navbar-content{padding:0}.navbar-actions{gap:.75rem}.navbar-cta-button{padding:.5rem 1rem;font-size:.875rem}.navbar-signin{font-size:.875rem}}@media (max-width: 480px){.navbar-container{padding:.75rem 1rem}.navbar-brand{font-size:1.25rem}.navbar-logo{width:2rem;height:2rem}.navbar-right{gap:1rem}}.button-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.75rem;height:2.75rem;min-width:6rem}.button-skeleton.signin-skeleton{width:4rem;height:1.5rem;border-radius:.25rem}.button-skeleton.cta-skeleton{width:8rem;height:2.75rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.phone-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .25s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.phone-modal-container{background-color:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;max-width:28rem;width:100%;overflow:hidden;animation:slideIn .3s ease-out;border:1px solid rgba(229,231,235,.5);position:relative}@keyframes slideIn{0%{opacity:0;transform:translateY(-24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.phone-modal-globe{background:#fff;padding:3rem 2rem 1rem;display:flex;justify-content:center;align-items:center}.phone-modal-globe-logo{width:250px;height:250px}.phone-modal-close{position:absolute;top:1rem;right:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.phone-modal-close:hover{color:#ef4444;border-color:#fecaca;background-color:#fef2f2;transform:scale(1.05)}.phone-modal-close:disabled{opacity:.5;cursor:not-allowed}.phone-modal-header{padding:1rem 2rem 0;text-align:center}.phone-modal-title{font-size:2rem;font-weight:900;color:#111827;margin:0 0 .5rem;line-height:1.2}.phone-modal-body{padding:1rem 2rem 2rem}.phone-modal-description{color:#6b7280;margin-bottom:2rem;font-size:1rem;line-height:1.6;text-align:center}.text-highlight{color:#2563eb;font-weight:600}.phone-modal-welcome-icon,.phone-modal-success-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#2563eb}.phone-modal-success-icon{color:#16a34a}.phone-modal-subdescription{color:#6b7280;font-size:.875rem;line-height:1.6;text-align:center;margin-bottom:2rem}.phone-modal-form{display:flex;flex-direction:column;gap:1.5rem}.phone-modal-field{display:flex;flex-direction:column}.phone-modal-label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem;text-align:left}.phone-modal-input-wrapper{position:relative}.phone-modal-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;z-index:1}.phone-modal-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box}.phone-modal-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.phone-modal-input:disabled{opacity:.6;cursor:not-allowed;background-color:#f9fafb}.phone-modal-input::placeholder{color:#9ca3af}.phone-modal-otp-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:2rem;font-weight:600;text-align:center;letter-spacing:.5rem;transition:all .2s ease-in-out;background-color:#fff;box-sizing:border-box;font-family:monospace}.phone-modal-otp-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.phone-modal-otp-input:disabled{opacity:.6;cursor:not-allowed;background-color:#f9fafb}.phone-modal-otp-input::placeholder{color:#9ca3af;letter-spacing:.2rem}.phone-modal-error{padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.875rem;font-weight:500;text-align:center}.phone-modal-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background-color:#2563eb;color:#fff;border:2px solid #1d4ed8;border-radius:.75rem;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 4px #2563eb4d;width:100%;box-sizing:border-box}.phone-modal-button:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(2px);box-shadow:0 2px #2563eb4d}.phone-modal-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px #2563eb33}.phone-modal-button-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background-color:#fff;color:#374151;border:2px solid #d1d5db;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 3px #0000001a;width:100%;box-sizing:border-box}.phone-modal-button-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;box-shadow:0 1px #0000001a;transform:translateY(2px)}.phone-modal-button-secondary:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 3px #0000000d}.phone-modal-button-text{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.75rem;transition:color .2s ease-in-out;text-decoration:underline;margin-top:.5rem}.phone-modal-button-text:hover{color:#2563eb}.phone-modal-otp-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.phone-modal-footer{margin-top:2rem;text-align:center}.phone-modal-footer-text{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@media (max-width: 768px){.phone-modal-overlay{padding:1rem}.phone-modal-container{max-width:95vw}.phone-modal-globe{padding:2rem 1.5rem 1.5rem}.phone-modal-globe-logo{width:200px;height:200px}.phone-modal-header{padding:1.5rem 1.5rem 0}.phone-modal-body{padding:1rem 1.5rem 1.5rem}.phone-modal-title{font-size:1.75rem}.phone-modal-button{font-size:1rem;padding:.875rem 1.5rem}.phone-modal-otp-input{font-size:1.5rem;letter-spacing:.3rem}}.dashboard-loading{display:flex;align-items:center;justify-content:center;height:calc(100vh - 80px);flex:1}.dashboard-loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #2e95e8;border-radius:50%;animation:spin 1s linear infinite}.dashboard-navbar .navbar-content{max-width:none;margin:0}.dashboard-navbar .navbar-container{padding:1rem}@media (min-width: 768px){.dashboard-navbar .navbar-container{padding:1rem 1.5rem}}@media (min-width: 1024px){.dashboard-navbar .navbar-container{padding:1rem 2rem}}.dashboard-container{height:calc(100vh - 75px);background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f8fafc);padding:1rem;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.dashboard-content{max-width:none;margin:0;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}@media (min-width: 768px){.dashboard-container{padding:1.5rem}}@media (min-width: 1024px){.dashboard-container{padding:2rem}}@media (min-width: 1440px){.dashboard-main-grid{grid-template-columns:450px 1fr}}.dashboard-main-grid{display:grid;grid-template-columns:400px 1fr;gap:2rem;flex:1;min-height:0;overflow:hidden}.dashboard-left-column{display:flex;flex-direction:column;min-height:0;overflow:hidden;border-right:2px solid #e5e7eb;padding-right:2rem;height:100%}.dashboard-left-column .dashboard-section{height:100%;margin-bottom:.25rem}.dashboard-right-column{display:flex;flex-direction:column;min-height:0;overflow:hidden;height:100%}.dashboard-section{display:flex;flex-direction:column;margin:0 0 .5rem;flex:1;min-height:0;background-color:#fff;border-radius:1rem;border:2px solid #e5e7eb;padding:1.5rem;box-shadow:0 4px #0000000d;transition:all .2s ease-in-out}.dashboard-section:last-child{margin-bottom:.25rem}.dashboard-section:hover{box-shadow:0 6px #00000014;transform:translateY(-1px)}.appointments-with-stats{display:flex;flex-direction:column;flex:1;background:#fff;border-color:#e5e7eb;position:relative;overflow:hidden;margin-bottom:.25rem}.appointments-table-container{flex:1;min-height:0;display:flex;flex-direction:column}.dashboard-section-header{margin-bottom:.75rem;flex-shrink:0;position:relative;z-index:1}.dashboard-section-title{font-size:1.5rem;font-weight:900;color:#111827;margin:0 0 .5rem;position:relative}.appointments-with-stats .dashboard-section-title{color:#111827;font-size:2rem}.dashboard-section-subtitle{color:#4b5563;font-size:1rem;margin:0;line-height:1.5}.dashboard-section-content{flex:1;overflow:hidden;min-height:0;position:relative;z-index:1}.appointments-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.integrated-stats{display:flex;gap:1.5rem;align-items:center;background:linear-gradient(135deg,#f8fafc,#fff,#f8fafc);border:2px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1.5rem;box-shadow:none}.integrated-stat-item{text-align:center;min-width:85px;position:relative}.integrated-stat-item:not(:last-child):after{content:"";position:absolute;right:-.75rem;top:50%;transform:translateY(-50%);width:1px;height:2rem;background-color:#e5e7eb}.integrated-stat-label{font-size:.75rem;color:#4b5563;margin-bottom:.375rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.integrated-stat-value{font-size:1.75rem;font-weight:900;color:#111827;margin-bottom:.5rem;line-height:1}.integrated-stat-change{font-size:.7rem;color:#6b7280;font-weight:500;line-height:1.2}.integrated-stat-change.positive{color:#059669;font-weight:600}.locations-list{display:flex;flex-direction:column;gap:.75rem}.location-item{margin-bottom:.5rem;border:2px solid #e5e7eb;border-radius:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#fff,#f9fafb);min-height:50px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease-in-out;box-shadow:0 4px #00000008}.location-item:last-child{margin-bottom:0}.location-info{flex:1}.location-name{font-weight:600;color:#111827;font-size:.875rem;margin-bottom:.125rem}.location-details{font-size:.75rem;color:#4b5563}.location-before-date{font-size:.75rem;color:#2e95e8;margin-top:.125rem;font-weight:500}.location-remove-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s ease-in-out;opacity:.6}.location-remove-btn:hover{color:#ef4444;opacity:1;background-color:#fef2f2}.add-location-btn{width:100%;margin-top:1.5rem;padding:1rem 1.5rem;background-color:#2e95e8;color:#fff;border-radius:.75rem;font-weight:700;border:2px solid #2680d4;box-shadow:0 3px #2e95e84d;transition:all .2s ease-in-out;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.add-location-btn:hover:not(:disabled){box-shadow:0 1px #2e95e84d;transform:translateY(2px)}.add-location-btn:disabled{opacity:.6;cursor:not-allowed;background-color:#9ca3af;border-color:#6b7280;box-shadow:none;transform:none}.location-placeholder{width:100%;margin-bottom:.5rem;background:none;border:none;padding:0;cursor:pointer;display:block}.location-placeholder:last-child{margin-bottom:0}.location-placeholder-content{border:2px dashed #d1d5db;border-radius:.5rem;padding:.5rem 1rem;text-align:center;background-color:#f9fafb;transition:all .2s ease-in-out;min-height:50px;display:flex;align-items:center;justify-content:center;font-weight:500}.location-placeholder:hover .location-placeholder-content{border-color:#2e95e8;background-color:#eff6ff}.location-placeholder-text{color:#9ca3af;font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.location-placeholder-text:before{content:"+";font-size:1rem;font-weight:500}.location-placeholder:hover .location-placeholder-text{color:#2e95e8}.stats-card{grid-column:span 2}.plan-card{margin-bottom:.5rem;border:2px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;height:50px;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease-in-out;box-shadow:0 4px #00000008}.plan-card-basic{background-color:#f9fafb}.plan-card-premium{background:linear-gradient(135deg,#ffd359,#fff5d4,#ffd359);border-color:#ffd359;position:relative;overflow:hidden}.plan-card-premium:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,245,212,.4),transparent);animation:shimmer 3s infinite;pointer-events:none}.plan-card-header{flex:1}.plan-card-name{font-weight:700;color:#111827;font-size:.875rem;margin-bottom:.125rem;position:relative;z-index:1}.plan-card-duration{font-size:.75rem;color:#4b5563;position:relative;z-index:1}.plan-card-premium .plan-card-duration{color:#6b5b00}.plan-card-features{display:none}.plan-card-upgrade-btn{background-color:#2e95e8;color:#fff;border:2px solid #2680d4;border-radius:.5rem;padding:.5rem 1rem;font-weight:700;font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px #2e95e84d;position:relative;z-index:1}.plan-card-upgrade-btn:hover{background-color:#2680d4;box-shadow:0 1px #2e95e84d;transform:translateY(1px)}.settings-card{grid-column:span 1}.settings-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#111827}.settings-section{margin-bottom:1rem}.settings-section-title{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.75rem}.settings-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.settings-item.sms-settings-row{justify-content:space-between}.settings-item:last-child{margin-bottom:1rem;border-bottom:none}.settings-label{display:flex;align-items:center;gap:.5rem}.settings-label-text{color:#111827;font-size:.875rem}.settings-label-icon{color:#6b7280}.toggle-switch{position:relative;display:inline-block;width:2.75rem;height:1.5rem}.toggle-input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;border-radius:1.5rem;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:1.25rem;width:1.25rem;left:.125rem;bottom:.125rem;background-color:#fff;border-radius:50%;transition:.3s}.toggle-input:checked+.toggle-slider{background-color:#2e95e8}.toggle-input:checked+.toggle-slider:before{transform:translate(1.25rem)}.settings-select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#111827;background-color:#fff}.settings-value{font-size:.875rem;color:#6b7280;font-weight:500}.subscription-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.subscription-info{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:.75rem;margin-bottom:1rem}.subscription-title{font-weight:500;color:#1d4ed8;margin-bottom:.5rem;font-size:.875rem}.subscription-details{font-size:.75rem;color:#2e95e8}.manage-subscription-btn{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;background-color:#fff;cursor:pointer;transition:background-color .2s ease-in-out;font-size:.875rem}.manage-subscription-btn:hover{background-color:#f9fafb}.appointments-table-wrapper{height:100%;border-radius:.5rem;border:2px solid #e5e7eb;background-color:#fff;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.appointments-table{width:100%;border-collapse:collapse;flex:1;display:flex;flex-direction:column;min-height:0}.appointments-table-header{background-color:#f8fafc;display:block;flex-shrink:0}.appointments-table-header tr{display:table;width:100%;table-layout:fixed}.appointments-table-th{padding:.5rem .75rem;text-align:left;font-size:.75rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;display:table-cell}.appointments-table-body{background-color:#fff;flex:1;display:block;overflow-y:auto;min-height:0}.appointments-table-row{transition:background-color .15s ease-in-out;display:table;width:100%;table-layout:fixed}.appointments-table-row:hover{background-color:#f9fafb}.appointments-table-row:not(:last-child){border-bottom:1px solid #f3f4f6}.appointments-table-td{padding:.5rem .75rem;white-space:nowrap;vertical-align:middle;display:table-cell}.appointment-location{font-weight:600;color:#111827;font-size:.875rem;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:help}.appointment-datetime{display:flex;align-items:center;gap:.5rem;color:#374151;font-size:.875rem}.appointment-icon{height:.875rem;width:.875rem;color:#6b7280}.appointment-status{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;border-radius:.5rem;text-transform:uppercase;letter-spacing:.05em;border:2px solid;box-shadow:0 2px #0000001a;transition:all .2s ease-in-out;min-width:90px}.appointment-status.available{background-color:#87cc47;color:#fff;border-color:#70b035;box-shadow:0 2px #87cc474d}.appointment-status.booked{background-color:#ff5948;color:#fff;border-color:#db3f2e;box-shadow:0 2px #ff59484d}.status-icon{margin-right:.125rem}.appointment-time-ago{color:#6b7280;font-size:.875rem;font-weight:500}.appointment-action-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.6rem 1.2rem;font-size:.8rem;font-weight:700;border-radius:.75rem;transition:all .2s ease-in-out;cursor:pointer;border:2px solid;text-transform:uppercase;letter-spacing:.025em}.appointment-action-btn.primary{background-color:#2e95e8;color:#fff;border-color:#2e95e8;box-shadow:0 3px #2563eb4d}.appointment-action-btn.primary:hover{background-color:#2e95e8;box-shadow:0 1px #2563eb4d;transform:translateY(2px)}.appointment-action-btn.secondary{background-color:#fff;color:#374151;border-color:#d1d5db;box-shadow:0 3px #0000001a}.appointment-action-btn.secondary:hover{background-color:#f9fafb;border-color:#9ca3af;box-shadow:0 1px #0000001a;transform:translateY(2px)}.appointment-action-btn.disabled{background-color:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed;box-shadow:none}.appointment-action-btn.disabled:hover{background-color:#f3f4f6;transform:none;box-shadow:none}.btn-icon{margin-left:.125rem}.appointment-action-disabled{color:#9ca3af;font-size:.875rem}.appointments-card{grid-column:span 3}@media (max-width: 1024px){.dashboard-main-grid{grid-template-columns:1fr;gap:2rem}.dashboard-left-column{order:-1;border-right:none;border-bottom:2px solid #e5e7eb;padding-right:0;padding-bottom:2rem}.appointments-header-top{flex-direction:column;gap:1rem}.integrated-stats{justify-content:center;gap:1rem;padding:1rem}.integrated-stat-item{min-width:70px}.integrated-stat-item:not(:last-child):after{right:-.5rem;height:1.5rem}}@media (max-width: 768px){.dashboard-container{padding:.75rem}.integrated-stats{flex-direction:column;gap:1rem;padding:1rem}.integrated-stat-item:not(:last-child):after{display:none}.integrated-stat-value{font-size:1.5rem}.dashboard-section-title{font-size:1.25rem}.dashboard-main-grid{gap:1.5rem}.dashboard-left-column{padding-bottom:1.5rem}}.appointment-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;text-align:center;color:#6b7280;background-color:#fff;padding:2rem}.appointment-empty-icon{margin-bottom:1rem;color:#d1d5db}.appointment-empty-subtitle{font-size:.875rem;margin-top:.5rem}.before-date-section{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:2px solid #2e95e8;border-radius:.5rem;padding:.375rem 1rem;margin-bottom:.5rem;min-height:40px;display:flex;align-items:center}.before-date-compact{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem}.before-date-compact-label{font-size:.875rem;font-weight:600;color:#2e6fac;flex-shrink:0}.before-date-compact-input{padding:.25rem .5rem;border:1px solid #2e95e8;border-radius:.25rem;font-size:.75rem;font-family:inherit;font-weight:500;color:#2e6fac;background-color:#fff;flex:1;max-width:150px}.before-date-compact-input:focus{outline:none;border-color:#2e95e8;box-shadow:0 0 0 2px #3b82f61a}.before-date-compact-hint{font-size:.75rem;color:#6b7280;font-style:italic;flex-shrink:0}.email-settings-row,.sms-settings-row{align-items:center}.email-controls{display:flex;align-items:center;gap:.75rem}.email-display{font-size:.75rem;color:#6b7280;font-family:inherit;padding:.375rem .5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;min-width:140px;text-align:center}.sms-controls{display:flex;align-items:center;gap:0}.phone-input-compact{width:140px;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.75rem;color:#374151;background-color:#fff;font-family:inherit;font-weight:400;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.phone-input-compact-narrow{width:110px;padding:.375rem .5rem;border:1px solid #2e6fac;border-radius:.375rem 0 0 .375rem;border-right:none;font-size:.75rem;color:#374151;background-color:#fff;font-family:inherit;font-weight:400;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.phone-input-compact:focus{outline:none;border-color:#2e95e8;box-shadow:0 0 0 2px #3b82f61a}.phone-input-compact.phone-input-error{border-color:#ff5948!important;box-shadow:0 0 0 2px #ff59481a!important}.phone-input-compact.phone-input-error:focus{border-color:#db3f2e!important;box-shadow:0 0 0 2px #ff594833!important}.phone-input-compact::placeholder{color:#9ca3af;font-size:.75rem}.phone-input-compact-narrow:focus{outline:none;border-color:#2e95e8;box-shadow:0 0 0 2px #2e95e81a;z-index:1;position:relative}.phone-input-compact-narrow.phone-input-error{border-left-color:#ff5948!important;border-top-color:#ff5948!important;border-bottom-color:#ff5948!important;box-shadow:0 0 0 2px #ff59481a!important}.phone-input-compact-narrow.phone-input-error:focus{border-left-color:#db3f2e!important;border-top-color:#db3f2e!important;border-bottom-color:#db3f2e!important;box-shadow:0 0 0 2px #ff594833!important}.sms-verification-btn.phone-input-error{border-right-color:#ff5948!important;border-top-color:#ff5948!important;border-bottom-color:#ff5948!important}.sms-verification-btn.phone-input-error:focus,.sms-verification-btn.phone-input-error:hover{border-right-color:#db3f2e!important;border-top-color:#db3f2e!important;border-bottom-color:#db3f2e!important}.phone-input-compact-narrow::placeholder{color:#9ca3af;font-size:.75rem}.sms-verification-btn{padding:.375rem .625rem;border:1px solid #2e6fac;border-radius:0 .375rem .375rem 0;background-color:#2e95e8;color:#fff;font-size:.75rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;min-width:60px}.sms-verification-btn:hover{background-color:#2680d4;border-color:#2680d4}.sms-verification-btn:disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.sms-verification-btn-verify{background-color:#2e95e8;border-color:#2e6fac}.sms-verification-btn-verify:hover{background-color:#2680d4;border-color:#2680d4}.sms-verification-btn-pending{background-color:#f59e0b;border-color:#2e6fac}.sms-verification-btn-pending:hover{background-color:#d97706;border-color:#d97706}.sms-verification-btn-verified{background-color:#10b981;border-color:#2e6fac}.sms-verification-btn-verified:hover{background-color:#059669;border-color:#059669}.text-right{text-align:right}.demo-plan-switcher{position:absolute;bottom:1rem;right:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:20px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;box-shadow:0 4px 12px #f59e0b4d;cursor:pointer;transition:all .2s ease-in-out;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.demo-plan-switcher:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66;background:linear-gradient(135deg,#d97706,#b45309)}.demo-plan-switcher:active{transform:translateY(0)}.appointment-tabs{display:flex;border-bottom:2px solid #e5e7eb;background-color:#f8fafc;border-radius:.5rem .5rem 0 0}.appointment-tab{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#6b7280;background:none;border:none;cursor:pointer;transition:all .2s ease-in-out;border-bottom:2px solid transparent;text-align:center}.appointment-tab:hover{color:#374151;background-color:#f3f4f6}.appointment-tab.active{color:#2e95e8;background-color:#fff;border-bottom-color:#2e95e8;font-weight:700}.appointment-tab:first-child{border-radius:.5rem 0 0}.appointment-tab:last-child{border-radius:0 .5rem 0 0}.checkout-container{background-color:#f8fafc;padding:2rem 1rem;min-height:calc(100vh - 80px)}.checkout-content{max-width:28rem;margin:0 auto;padding-top:1rem}.checkout-header{text-align:center;margin-bottom:2rem}.checkout-back-container{display:flex;justify-content:center;margin-top:1rem;transform:translate(-.5rem)}.checkout-back-link{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s;background:none;border:none;cursor:pointer;font-family:inherit;padding:.75rem 1rem;border-radius:.5rem}.checkout-back-link:hover{color:#334155}.checkout-title{font-size:1.875rem;font-weight:900;color:#0f172a;margin-bottom:.5rem}.checkout-subtitle{color:#64748b;font-size:1rem;margin:0}.checkout-card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:2rem;margin-bottom:1.5rem}.checkout-plan-summary{background:#f1f5f9;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0}.checkout-plan-name{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.checkout-plan-price{font-size:2rem;font-weight:900;color:#2563eb;margin-bottom:.5rem}.checkout-plan-description{color:#64748b;font-size:.875rem;margin:0}.checkout-payment-methods{margin-bottom:2rem}.checkout-section-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.checkout-digital-wallets{margin-bottom:1.5rem}.checkout-divider{display:flex;align-items:center;margin:1.5rem 0;color:#9ca3af;font-size:.875rem}.checkout-divider:before,.checkout-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.checkout-divider:before{margin-right:1rem}.checkout-divider:after{margin-left:1rem}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-card-section{display:flex;flex-direction:column;gap:.75rem}.checkout-field-label{font-weight:600;color:#374151;font-size:.875rem}.checkout-card-element{padding:1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;transition:border-color .2s,box-shadow .2s}.checkout-card-element:hover{border-color:#9ca3af}.StripeElement{height:20px;padding:0;color:#32325d;background-color:transparent;border:none;box-shadow:none}.StripeElement--focus{box-shadow:none}.StripeElement--invalid{color:#dc2626}.StripeElement--webkit-autofill{background-color:#fefde5!important}.checkout-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.checkout-error-text{color:#dc2626;font-size:.875rem;margin:0;font-weight:500}.checkout-security{text-align:center;margin-top:1.5rem}.checkout-security-text{color:#6b7280;font-size:.875rem;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 80px);gap:1.5rem}.checkout-loading-text{color:#6b7280;font-size:1.125rem;font-weight:500}.checkout-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top:3px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}.checkout-spinner-small{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.checkout-badge{display:inline-block;background-color:#2563eb;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em}@media (max-width: 640px){.checkout-container{padding:1rem}.checkout-card{padding:1.5rem}.checkout-title{font-size:1.5rem}.checkout-plan-price{font-size:1.75rem}}.checkout-payment-request{margin:1rem 0}.checkout-plan-summary{position:relative;overflow:hidden}.checkout-plan-summary:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#1d4ed8)}.checkout-submit-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.checkout-card-element:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.btn-primary{padding:.625rem 1.5rem;background-color:#2e95e8;color:#fff;border-radius:.75rem;font-weight:700;border:2px solid #2680d4;box-shadow:0 3px #2e95e84d;transition:all .2s ease-in-out;text-decoration:none;display:inline-block;cursor:pointer;font-family:inherit;font-size:inherit}.btn-primary:hover{border-color:#2e6fac;box-shadow:0 1px #2e95e84d;transform:translateY(2px)}.btn-primary-lg{padding:1rem 1.5rem;font-size:1rem}.btn-primary-full{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:disabled{background-color:#9ca3af;border-color:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary:disabled:hover{background-color:#9ca3af;transform:none;box-shadow:none}.btn-primary.processing{background-color:#6b7280;cursor:not-allowed}.plans-container{height:calc(100vh - 75px);max-height:calc(100vh - 75px);background-color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column}.plans-background-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3500px;height:3500px;opacity:.05;z-index:0;pointer-events:none}.plans-background-logo img{width:100%;height:100%;object-fit:contain;filter:grayscale(80%)}.plans-content{max-width:80rem;margin:0 auto;position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;flex:1;justify-content:center;overflow:hidden}.plans-header{text-align:center;margin-bottom:3rem}.plans-title{font-size:2.25rem;font-weight:900;color:#111827;margin-bottom:1rem;margin-top:1rem}@media (min-width: 768px){.plans-title{font-size:3rem}}.plans-subtitle{font-size:1.25rem;color:#4b5563;max-width:32rem;margin:0 auto}.plans-cards{display:grid;gap:2rem;margin-bottom:3rem;justify-content:center}@media (min-width: 768px){.plans-cards{grid-template-columns:repeat(2,minmax(280px,320px));max-width:700px;margin-left:auto;margin-right:auto}}.pricing-card{position:relative;background-color:#fff;border-radius:1rem;border:2px solid #e5e7eb;padding:1.5rem;transition:all .2s ease-in-out;box-shadow:0 4px #0000000d}.pricing-card:hover{box-shadow:0 6px #0000001a}.pricing-card-basic{background-color:#f9fafb}.pricing-card-premium{background:linear-gradient(135deg,#ffd359,#fff5d4,#ffd359);border-color:#ffd359;color:#111827;position:relative;overflow:hidden}.pricing-card-premium:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,245,212,.4),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.pricing-card-premium .pricing-card-name,.pricing-card-premium .pricing-card-price,.pricing-card-premium .pricing-card-feature-text{color:#111827}.pricing-card-premium .pricing-card-description,.pricing-card-premium .pricing-card-duration{color:#6b5b00}.pricing-card-badge{position:absolute;top:.75rem;left:50%;transform:translate(-50%)}.pricing-card-badge-text{background-color:#f97316;color:#fff;padding:.25rem 1rem;border-radius:.5rem;font-weight:700;font-size:.875rem;border:2px solid #ea580c;box-shadow:0 2px #ea580c4d}.pricing-card-header{text-align:center;margin-bottom:1.5rem}.pricing-card-name{font-size:1.5rem;font-weight:900;color:#111827;margin-bottom:.5rem}.pricing-card-description{color:#4b5563;font-weight:500;margin:0}.pricing-card-price-section{text-align:center;margin-bottom:1.5rem}.pricing-card-price-container{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.pricing-card-original-price{font-size:1.125rem;color:#9ca3af;text-decoration:line-through;font-weight:700}.pricing-card-price{font-size:3rem;font-weight:900;color:#111827}.pricing-card-duration{color:#6b7280;font-weight:500}.pricing-card-whats-included{margin:1.5rem 0 2rem}.pricing-card-whats-included-title{font-size:1rem;font-weight:700;color:#111827;margin-bottom:1rem;text-align:center}.pricing-card-features{list-style:none;padding:0;margin:0}.pricing-card-feature{display:flex;align-items:center;margin-bottom:.75rem}.pricing-card-checkmark{color:#10b981;margin-right:.75rem;flex-shrink:0}.pricing-card-feature-text{color:#374151;font-weight:500}.pricing-card-feature-text strong{font-weight:700;color:#111827}.pricing-card-feature-unavailable{opacity:.5}.pricing-card-feature-text-unavailable{color:#9ca3af;text-decoration:line-through}.pricing-card-x-mark{color:#ef4444;margin-right:.75rem;flex-shrink:0}.pricing-feature-premium-highlight{color:#2563eb;font-weight:600}.pricing-feature-premium-highlight strong{color:#1d4ed8;font-weight:700}.pricing-card-button{width:100%;padding:1rem 1.5rem;border-radius:.75rem;font-weight:700;font-size:1.125rem;transition:all .2s ease-in-out;border:2px solid;cursor:pointer}.pricing-card-button-popular{background-color:#fff;color:#111827;border-color:#e5e7eb;box-shadow:0 4px #0000001a;font-weight:700}.pricing-card-button-popular:hover{background-color:#f9fafb;border-color:#d1d5db;box-shadow:0 2px #0000001a;transform:translateY(2px)}.pricing-card-button-basic{background-color:#fff;color:#111827;border-color:#d1d5db;box-shadow:0 3px #0000001a}.pricing-card-button-basic:hover{background-color:#f9fafb;border-color:#9ca3af;box-shadow:0 1px #0000001a;transform:translateY(2px)}.pricing-card-upgrade-text{text-align:center;font-size:.875rem;color:#6b7280;margin:1rem 0 0;font-style:italic}.plans-footer{text-align:center}.plans-footer-text{color:#4b5563;margin:0;font-size:.875rem}.plans-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.plans-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.plans-background-logo{width:100vw;height:60vh;opacity:.1}.plans-content{min-height:calc(100vh - 2rem)}}@media (max-width: 480px){.plans-background-logo{opacity:.05}}
