.global-error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#0f172a);padding:2rem;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif}.global-error-content{background:#fffffffa;border-radius:1.5rem;padding:3rem 2rem;max-width:600px;width:100%;text-align:center;box-shadow:0 25px 50px -12px #00000040;animation:slideInScale .4s cubic-bezier(.16,1,.3,1)}@keyframes slideInScale{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.global-error-icon{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#ef44441a,#dc26261a);border-radius:50%;color:#ef4444;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.global-error-status{font-size:4rem;font-weight:700;color:#5a0bee;margin-bottom:.5rem;line-height:1}.global-error-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 1rem;line-height:1.2}.global-error-message{font-size:1.125rem;color:#6b7280;margin:0 0 1rem;line-height:1.6}.global-error-context-message{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#5a0bee1a,#7c3aed1a);color:#5a0bee;padding:.75rem 1.25rem;border-radius:.75rem;font-weight:600;margin-bottom:1.5rem;border:2px solid rgba(90,11,238,.2)}.global-error-details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:2rem;text-align:left}.global-error-details summary{cursor:pointer;font-weight:600;color:#374151;-webkit-user-select:none;user-select:none;padding:.5rem;border-radius:.25rem;transition:background-color .2s}.global-error-details summary:hover{background-color:#f3f4f6}.global-error-details pre{margin:1rem 0 0;padding:1rem;background:#1f2937;color:#f9fafb;border-radius:.375rem;overflow-x:auto;font-size:.875rem;line-height:1.5;font-family:Courier New,monospace}.global-error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.global-error-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;font-family:Space Grotesk,sans-serif;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;min-width:150px;justify-content:center}.global-error-button.primary{background:linear-gradient(135deg,#5a0bee,#7c3aed);color:#fff;box-shadow:0 4px 6px -1px #5a0bee4d}.global-error-button.primary:hover{background:linear-gradient(135deg,#4c0bc7,#6d32d1);box-shadow:0 6px 8px -1px #5a0bee66;transform:translateY(-2px)}.global-error-button.primary:active{transform:translateY(0)}.global-error-button.secondary{background:#fff;color:#5a0bee;border:2px solid #5a0bee}.global-error-button.secondary:hover{background:#5a0bee0d;transform:translateY(-2px)}.global-error-button.secondary:active{transform:translateY(0)}.global-error-help{font-size:.875rem;color:#9ca3af;margin:0;line-height:1.5}@media (max-width: 640px){.global-error-boundary{padding:1rem}.global-error-content{padding:2rem 1.5rem}.global-error-icon{width:96px;height:96px}.global-error-status{font-size:3rem}.global-error-title{font-size:1.5rem}.global-error-message{font-size:1rem}.global-error-actions{flex-direction:column}.global-error-button{width:100%;min-width:auto}}[data-theme=dark] .global-error-content{background:#1e293bfa}[data-theme=dark] .global-error-title{color:#f9fafb}[data-theme=dark] .global-error-message{color:#d1d5db}[data-theme=dark] .global-error-details{background:#1f2937;border-color:#374151}[data-theme=dark] .global-error-details summary{color:#e5e7eb}[data-theme=dark] .global-error-help{color:#9ca3af}:root{--color-primary: #5a0bee;--color-primary-dark: #4a0acc;--color-background: #ffffff;--color-section-background: #f7f7f7;--color-surface: #fafafa;--color-text-primary: #1a1b2e;--color-text-secondary: #666666;--color-border: #ebe7f4;--color-shadow: rgba(90, 11, 238, .08);--gradient-background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);--gradient-surface: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);--theme-transition: color .3s cubic-bezier(.4, 0, .2, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), border-color .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--color-primary: #7c3aed;--color-primary-dark: #6d28d9;--color-background: #1a1b2e;--color-section-background: #222433;--color-surface: #252638;--color-text-primary: #f8fafc;--color-text-secondary: #94a3b8;--color-border: #374151;--color-shadow: rgba(0, 0, 0, .25);--gradient-background: linear-gradient(135deg, #1a1b2e 0%, #232324 100%);--gradient-surface: linear-gradient(180deg, #2a2b3d 0%, #242324 100%)}*{margin:0;padding:0;box-sizing:border-box}html{height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:scroll!important;overflow-x:hidden!important;position:static!important;display:block!important;width:100%!important;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--gradient-background);color:var(--color-text-primary);min-height:100vh;box-sizing:border-box;transition:var(--theme-transition);height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:scroll!important;overflow-x:hidden!important;position:static!important;width:100%!important}#root{min-height:100%!important;height:auto!important;width:100%!important;max-width:100vw!important;max-height:none!important;overflow-x:hidden!important;position:static!important;display:block!important;box-sizing:border-box!important}main{width:100%;height:auto;position:relative;box-sizing:border-box}.page-container{position:static!important;display:flex;flex-direction:column;width:100%!important;min-height:100%!important;overflow:visible!important;max-width:100%!important;box-sizing:border-box!important}#landing-page-container{min-height:100%!important;height:auto!important;overflow:visible!important;overflow-x:hidden!important;position:static!important;display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}@supports (-webkit-touch-callout: none){html{height:-webkit-fill-available!important;-webkit-overflow-scrolling:touch!important}body{height:-webkit-fill-available!important}}@supports not (-webkit-touch-callout: none){html,body{height:100%!important}}body.landing-page-body{display:block!important;justify-content:normal!important;align-items:normal!important;height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;position:static!important;padding:0!important;margin:0!important}.landing-page-body #root,.landing-page-body #landing-page-container{min-height:100%!important;height:auto!important;overflow:visible!important;position:static!important;display:block!important;width:100%!important}body:not(.tenant-details-body):not(.landing-page-body){display:flex;justify-content:center;align-items:center;padding:10px}.messenger-container{width:100%;max-width:500px;height:90vh;display:flex;flex-direction:column;background:var(--gradient-surface);border-radius:10px;box-shadow:0 8px 32px var(--color-shadow);transition:var(--theme-transition)}.App{min-height:100vh;padding-top:var(--header-height);background:linear-gradient(135deg,#1a1b2e,#232324);display:flex;align-items:center;justify-content:center;width:100%;text-align:center}nav{background-color:#f8f9fa;padding:1rem;margin-bottom:2rem}nav a{margin:0 1rem;text-decoration:none;color:#333;font-weight:500}nav a:hover{color:#007bff}.input-container{display:flex;background-color:#232324;border-radius:20px;width:100%;max-width:100%;margin:0 auto;align-items:center;justify-content:space-between;box-sizing:border-box}@media (max-width: 768px){body:not(.tenant-details-body):not(.landing-page-body){padding:0 0 50px;background:linear-gradient(135deg,#1a1b2e,#232324)}.messenger-container{height:100vh;border-radius:0;max-width:100%;background:#242324;box-shadow:0 2px 10px #0000001a;max-height:100vh;box-sizing:border-box}.App{padding-top:var(--header-height-mobile);background:linear-gradient(135deg,#1a1b2e,#232324);background-color:#232324}.input-container{padding-bottom:10px;position:fixed;bottom:10px}}@media (max-width: 480px){.messenger-container{border-radius:0;height:100vh;max-width:100%}body:not(.tenant-details-body):not(.landing-page-body){background-color:#232324;padding-bottom:50px}.App{background-color:#232324}}@media only screen and (max-width: 393px) and (min-height: 852px) and (-webkit-device-pixel-ratio: 3){body:not(.tenant-details-body):not(.landing-page-body){padding:0;background-color:#232324}.messenger-container{height:100vh;border-radius:0;max-width:100%}.App{background-color:#232324}}@media only screen and (max-width: 430px) and (min-height: 932px) and (-webkit-device-pixel-ratio: 3){body:not(.tenant-details-body):not(.landing-page-body){padding:0;background-color:#232324}.messenger-container{height:100vh;border-radius:0;max-width:100%}.App{background-color:#232324}}@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3){.messenger-container{border-radius:0;height:100vh;max-width:100%}body:not(.tenant-details-body):not(.landing-page-body){background-color:#232324}.App{background-color:#232324}}@media only screen and (min-height: 780px) and (max-width: 767px) and (-webkit-device-pixel-ratio: 3){.messenger-container{border-radius:0;height:100vh;max-width:100%}body:not(.tenant-details-body):not(.landing-page-body){background-color:#232324}.App{background-color:#232324}}[class*=-modal-body],[class*=-modal-form-content]{overflow-y:auto!important;overflow-x:hidden!important}[class*=-modal-body]::-webkit-scrollbar,[class*=-modal-form-content]::-webkit-scrollbar{width:8px!important;display:block!important}[class*=-modal-body]::-webkit-scrollbar-track,[class*=-modal-form-content]::-webkit-scrollbar-track{background:var(--background-secondary, #f1f5f9)!important;border-radius:4px!important}[class*=-modal-body]::-webkit-scrollbar-thumb,[class*=-modal-form-content]::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#5a0bee,#7c3aed)!important;border-radius:4px!important}[class*=-modal-body]::-webkit-scrollbar-thumb:hover,[class*=-modal-form-content]::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#4c0bce,#6d28d9)!important}[class*=-modal-body],[class*=-modal-form-content]{scrollbar-width:thin!important;scrollbar-color:#5a0bee var(--background-secondary, #f1f5f9)!important}[class*=-modal-body],[class*=-modal-form-content]{min-height:300px!important}.notification-toast{display:flex;flex-direction:column;min-width:450px;max-width:550px;margin-bottom:16px;padding:0;border-radius:16px;overflow:hidden;cursor:pointer!important;position:relative;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:linear-gradient(135deg,#5a0bee,#7c3aed);color:#fff;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 12px 48px #5a0bee66,0 6px 24px #00000026,0 3px 12px #0000001a;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);animation:slideInFromTop .5s cubic-bezier(.25,.46,.45,.94)}.notification-toast:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 56px #5a0bee80,0 8px 28px #0003,0 4px 16px #00000026}.notification-toast:active{transform:translateY(0) scale(.98);transition:transform .1s ease}.notification-toast__content{display:flex;align-items:center;padding:20px;gap:16px;flex:1;pointer-events:auto}.notification-toast__icon{font-size:32px;line-height:1;flex-shrink:0;margin-top:2px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3));pointer-events:none}.notification-toast__message{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0;pointer-events:none}.notification-toast__text{font-size:17px;font-weight:700;line-height:1.5;color:#fff;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;pointer-events:none;letter-spacing:.3px}.notification-toast__detail{font-size:15px;font-weight:600;color:#fffffff2;line-height:1.4;pointer-events:none;letter-spacing:.2px;display:block;margin-top:4px}.notification-toast__action{font-size:14px;font-weight:600;color:#fffffff2;line-height:1.4;pointer-events:none;letter-spacing:.2px}.notification-toast__close{background:none;border:none;color:#ffffffd9;font-size:20px;line-height:1;padding:6px;margin:-6px -6px -6px 12px;border-radius:8px;cursor:pointer!important;transition:all .2s ease;flex-shrink:0;pointer-events:auto;z-index:10;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-width:32px;min-height:32px}.notification-toast__close:hover{background:#ffffff26;color:#fff;transform:scale(1.15)}.notification-toast__close:focus{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}.notification-toast__progress{height:4px;background:#fff6;position:relative;overflow:hidden;pointer-events:none}.notification-toast__progress:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#ffffffd9;transform:translate(-100%);animation:progressBar var(--progress-duration, 3s) linear forwards}.notification-toast--notification{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 12px 48px #05966966,0 6px 24px #00000026}.notification-toast--notification:hover{box-shadow:0 16px 56px #05966980,0 8px 28px #0003}.notification-toast--order{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 12px 48px #dc262666,0 6px 24px #00000026}.notification-toast--order:hover{box-shadow:0 16px 56px #dc262680,0 8px 28px #0003}.notification-toast--ready{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 12px 48px #16a34a66,0 6px 24px #00000026}.notification-toast--ready:hover{box-shadow:0 16px 56px #16a34a80,0 8px 28px #0003}.notification-toast--preparing{background:linear-gradient(135deg,#ea580c,#f97316);box-shadow:0 12px 48px #ea580c66,0 6px 24px #00000026}.notification-toast--preparing:hover{box-shadow:0 16px 56px #ea580c80,0 8px 28px #0003}.notification-toast--delivery{background:linear-gradient(135deg,#0284c7,#0ea5e9);box-shadow:0 12px 48px #0284c766,0 6px 24px #00000026}.notification-toast--delivery:hover{box-shadow:0 16px 56px #0284c780,0 8px 28px #0003}.notification-toast--delivered{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 12px 48px #7c3aed66,0 6px 24px #00000026}.notification-toast--delivered:hover{box-shadow:0 16px 56px #7c3aed80,0 8px 28px #0003}@keyframes slideInFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes progressBar{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width: 480px){.notification-toast{min-width:280px;max-width:calc(100vw - 32px);margin-left:16px;margin-right:16px;animation:slideInFromBottom .4s cubic-bezier(.25,.46,.45,.94)}.notification-toast__content{padding:14px;gap:10px}.notification-toast__icon{font-size:20px}.notification-toast__text{font-size:13px}.notification-toast__action{font-size:11px}}@media (min-width: 481px) and (max-width: 1024px){.notification-toast{min-width:400px;max-width:500px}}@media (min-width: 1025px){.notification-toast{min-width:500px;max-width:600px}.notification-toast__content{padding:24px}.notification-toast__text{font-size:18px}.notification-toast__action{font-size:15px}.notification-toast__icon{font-size:36px}}@media (max-width: 360px){.notification-toast{min-width:260px}.notification-toast__content{padding:12px;gap:8px}.notification-toast__text{font-size:12px}}@media (prefers-reduced-motion: reduce){.notification-toast{animation:none;transition:none}.notification-toast:hover{transform:none}.notification-toast__progress:after{animation:none}.notification-toast__close:hover{transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ds-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem 1rem 1rem;animation:fadeIn .2s ease-out;overflow-y:auto}.ds-modal-content{background:var(--background-primary, #ffffff);border-radius:1rem;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;width:100%;max-width:600px;max-height:90vh;min-height:300px;animation:slideIn .3s ease-out;border:1px solid var(--border-light, #e5e7eb);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;overflow:hidden}.ds-modal-content[data-size=large]{max-width:950px}.ds-modal-content[data-size=medium]{max-width:600px}.ds-modal-content[data-size=small]{max-width:500px}.ds-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem .5rem;border-bottom:1px solid var(--border-light, #e5e7eb);background:linear-gradient(135deg,#5a0bee,#7c3aed);color:#fff;border-radius:1rem 1rem 0 0;flex-shrink:0}.ds-modal-title{margin:0;font-size:1.5rem;font-weight:600;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.1)}.ds-modal-close{background:#ffffff1a;border:none;border-radius:.5rem;color:#fff;font-size:1.5rem;width:2.5rem;height:2.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ds-modal-close:hover:not(:disabled){background:#fff3;transform:scale(1.05)}.ds-modal-close:disabled{opacity:.5;cursor:not-allowed}.ds-modal-body{flex:1;min-height:0;padding:1.5rem 2rem;overflow-y:auto!important;overflow-x:hidden!important;min-height:300px;background:inherit}.ds-modal-body::-webkit-scrollbar{width:8px!important;display:block!important}.ds-modal-body::-webkit-scrollbar-track{background:var(--background-secondary, #f1f5f9)!important;border-radius:4px!important}.ds-modal-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#5a0bee,#7c3aed)!important;border-radius:4px!important}.ds-modal-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#4c0bce,#6d28d9)!important}.ds-modal-body{scrollbar-width:thin!important;scrollbar-color:#5a0bee var(--background-secondary, #f1f5f9)!important}.ds-modal-footer{padding:.5rem 2rem .75rem;border-top:1px solid var(--border-light, #e5e7eb);background:var(--background-primary, #ffffff);border-radius:0 0 1rem 1rem;flex-shrink:0}.ds-modal-error{margin:0 0 1.5rem;padding:1rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border-radius:.75rem;border:1px solid #fecaca;font-weight:500;display:flex;align-items:center;gap:.5rem}.ds-modal-error:before{content:"⚠️";font-size:1.125rem}.ds-form-section{margin-bottom:2rem}.ds-form-section:last-of-type{margin-bottom:0}.ds-form-section-title{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;color:var(--text-primary, #111827);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;align-items:center;gap:.5rem}.ds-form-section-title:before{content:"";width:4px;height:1.125rem;background:linear-gradient(135deg,#5a0bee,#7c3aed);border-radius:2px}.ds-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.ds-form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.ds-form-field:last-child{margin-bottom:0}.ds-form-label{font-weight:500;color:var(--text-primary, #374151);font-size:.875rem;display:flex;align-items:center;gap:.25rem}.ds-form-required{color:#dc2626;font-weight:600}.ds-form-input,.ds-form-select,.ds-form-textarea{padding:.75rem 1rem;border:2px solid var(--border-light, #e5e7eb);border-radius:.75rem;font-size:.875rem;font-family:inherit;background:var(--color-surface);color:var(--text-primary, #111827);transition:all .2s ease;min-height:2.75rem;box-sizing:border-box}.ds-form-input:focus,.ds-form-select:focus,.ds-form-textarea:focus{outline:none!important;border-color:#8b5cf6!important;box-shadow:0 0 0 3px #8b5cf61a!important;transform:translateY(-1px)}.ds-form-input:hover:not(:disabled),.ds-form-select:hover:not(:disabled),.ds-form-textarea:hover:not(:disabled){border-color:#8b5cf6!important}.ds-form-input:disabled,.ds-form-select:disabled,.ds-form-textarea:disabled{background:var(--background-secondary, #f9fafb);color:var(--text-secondary, #6b7280);cursor:not-allowed;opacity:.7}.ds-form-input:read-only,.ds-form-textarea:read-only{background:var(--background-secondary, #f3f4f6);color:var(--text-secondary, #6b7280);cursor:default}.ds-form-input-error{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.ds-form-textarea{resize:vertical;min-height:4rem}.ds-form-select{cursor:pointer}.ds-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin:0}.ds-field-error{font-size:.75rem;color:#dc2626;font-weight:500;display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.ds-field-error:before{content:"⚠️";font-size:.875rem}.ds-field-help{margin-top:.25rem;color:var(--text-secondary, #6b7280);font-size:.75rem;line-height:1.4}.ds-btn{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500;font-size:.875rem;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .2s ease;min-width:120px;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;border:none}.ds-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.ds-btn:hover:before{left:100%}.ds-btn-primary{background:linear-gradient(135deg,#5a0bee,#7c3aed);color:#fff;border:none;box-shadow:0 4px 12px #5a0bee4d}.ds-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #5a0bee66}.ds-btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #5a0bee4d}.ds-btn-primary:disabled{background:var(--background-secondary, #e5e7eb);color:var(--text-secondary, #9ca3af);box-shadow:none;cursor:not-allowed}.ds-btn-secondary{background:var(--background-primary, #ffffff);color:var(--text-primary, #374151);border:2px solid var(--border-light, #e5e7eb)}.ds-btn-secondary:hover:not(:disabled){background:var(--background-secondary, #f9fafb);border-color:#7c3aed;color:#5a0bee;transform:translateY(-1px)}.ds-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.ds-btn[data-loading=true]{pointer-events:none}.ds-btn-spinner{width:1rem;height:1rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}[data-theme=light] .ds-modal-content{background:#fff;border-color:#e5e7eb}[data-theme=light] .ds-modal-footer{background:#fff;border-top-color:#e5e7eb}[data-theme=light] .ds-modal-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border-color:#fecaca}[data-theme=light] .ds-form-section-title{color:#111827}[data-theme=light] .ds-form-label{color:#374151}[data-theme=light] .ds-form-input,[data-theme=light] .ds-form-select,[data-theme=light] .ds-form-textarea{background:var(--color-surface);color:#111827;border-color:#e5e7eb}[data-theme=light] .ds-form-input:disabled,[data-theme=light] .ds-form-select:disabled,[data-theme=light] .ds-form-textarea:disabled{background:#f9fafb;color:#6b7280}[data-theme=light] .ds-btn-secondary{background:#fff;color:#374151;border-color:#e5e7eb}[data-theme=light] .ds-btn-secondary:hover:not(:disabled){background:#f9fafb}[data-theme=dark] .ds-modal-content{background:#1f2937;border-color:#4b5563;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a}[data-theme=dark] .ds-modal-footer{background:#1f2937;border-top-color:#4b5563}[data-theme=dark] .ds-modal-error{background:linear-gradient(135deg,#451a1a,#5b1b1b);color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .ds-form-section-title{color:#f9fafb}[data-theme=dark] .ds-form-label{color:#d1d5db}[data-theme=dark] .ds-form-input,[data-theme=dark] .ds-form-select,[data-theme=dark] .ds-form-textarea{background:var(--color-surface);color:#f9fafb;border-color:#4b5563}[data-theme=dark] .ds-form-input:disabled,[data-theme=dark] .ds-form-select:disabled,[data-theme=dark] .ds-form-textarea:disabled{background:#4b5563;color:#9ca3af}[data-theme=dark] .ds-btn-secondary{background:#374151;color:#d1d5db;border-color:#4b5563}[data-theme=dark] .ds-btn-secondary:hover:not(:disabled){background:#4b5563}[data-theme=dark] .ds-btn-primary:disabled{background:#374151;color:#6b7280}@media (max-width: 768px){.ds-modal-overlay{padding:.5rem}.ds-modal-content{max-height:95vh;border-radius:.75rem}.ds-modal-header{padding:.5rem 1.5rem .375rem;border-radius:.75rem .75rem 0 0}.ds-modal-title{font-size:1.25rem}.ds-modal-body{padding:1rem 1.5rem}.ds-modal-footer{padding:.375rem 1.5rem .5rem;border-radius:0 0 .75rem .75rem}.ds-form-section{margin-bottom:1.5rem}.ds-form-row{grid-template-columns:1fr;gap:.75rem}.ds-form-actions{flex-direction:column-reverse;gap:.5rem}.ds-btn{width:100%;min-width:auto}}@media (max-width: 480px){.ds-modal-overlay{padding:.25rem;align-items:center}.ds-modal-content{max-height:calc(100vh - 2rem);border-radius:.5rem}.ds-modal-header{padding:.375rem 1rem .25rem;border-radius:.5rem .5rem 0 0}.ds-modal-title{font-size:1.125rem}.ds-modal-body{padding:.75rem 1rem}.ds-modal-footer{padding:.25rem 1rem .375rem;border-radius:0 0 .5rem .5rem}.ds-form-section{margin-bottom:1rem}.ds-form-section-title{font-size:1rem;margin-bottom:1rem}.ds-form-input,.ds-form-select,.ds-form-textarea{padding:.625rem .75rem;font-size:.875rem}.ds-btn{padding:.625rem 1rem;font-size:.8125rem}}@media (max-width: 360px){.ds-modal-overlay{padding:.125rem}.ds-modal-content{max-height:calc(100vh - 1rem);border-radius:.25rem}.ds-modal-header{padding:.5rem .75rem .375rem;border-radius:.25rem .25rem 0 0}.ds-modal-title{font-size:1rem}.ds-modal-close{width:2rem;height:2rem;font-size:1.25rem}.ds-modal-body{padding:.5rem .75rem}.ds-modal-footer{padding:.375rem .75rem .5rem;border-radius:0 0 .25rem .25rem}}@media (max-height: 900px){.ds-modal-overlay{align-items:center;padding:2rem}.ds-modal-content{max-height:calc(100vh - 4rem);min-height:auto}}@media (max-height: 768px){.ds-modal-overlay{align-items:center;padding:1rem}.ds-modal-content{max-height:calc(100vh - 2rem);min-height:auto}}@media (max-height: 600px){.ds-modal-overlay{align-items:center;padding:.5rem}.ds-modal-content{max-height:calc(100vh - 1rem);min-height:auto}}@media (prefers-contrast: high){.ds-form-input,.ds-form-select,.ds-form-textarea{border-width:2px}.ds-form-input:focus,.ds-form-select:focus,.ds-form-textarea:focus{border-width:3px}.ds-btn{border-width:2px}}@media (prefers-reduced-motion: reduce){.ds-modal-overlay,.ds-modal-content,.ds-form-input,.ds-form-select,.ds-form-textarea,.ds-btn{animation:none;transition:none}.ds-btn:before{display:none}}.notification-modal-page .ds-modal-content{background:var(--color-section-background);border-radius:1rem!important;overflow:hidden!important}.notification-modal-page .ds-modal-body{padding-bottom:.7rem!important}.notification-modal-page .ds-modal-footer{background:var(--color-section-background);border-radius:0 0 1rem 1rem!important;padding:.7rem .3rem .35rem 2rem!important}.notification-modal-page .ds-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin:0}.notification-modal-page .ds-form-section{margin-bottom:1.4rem}.notification-modal-page .ds-form-section:last-of-type{margin-bottom:0}.notification-modal-page .ds-form-section-title{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;color:var(--text-primary, #111827);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;align-items:center;gap:.5rem}.notification-modal-label{margin-top:0!important;margin-bottom:.5rem!important;font-weight:500;color:var(--text-primary, #374151);font-size:.875rem;display:flex;align-items:center;gap:.25rem;min-height:1.25rem;line-height:1.25rem}.notification-modal-page .ds-form-field{gap:0!important;margin-bottom:.75rem!important;display:flex;flex-direction:column}.notification-modal-page .ds-form-row{margin-bottom:.75rem!important;align-items:flex-start}.notification-modal-page .ds-form-row .ds-form-field{display:flex;flex-direction:column}.notification-modal-page .ds-form-select{height:3.25rem!important;min-height:3.25rem!important;box-sizing:border-box}.notification-modal-form-input-readonly{background:var(--background-secondary, #f3f4f6)!important;color:var(--text-secondary, #6b7280)!important;cursor:default!important;font-style:italic}[data-theme=light] .notification-modal-form-input-readonly{background:#f8f9fa!important;color:#111827!important;border-color:#e5e7eb!important}[data-theme=dark] .notification-modal-form-input-readonly{background:#374151!important;color:#f9fafb!important;border-color:#4b5563!important}.notification-error-header{font-weight:600;margin-bottom:.5rem}.notification-error-list{margin:0;padding-left:1.5rem;list-style-type:disc}.notification-error-list li{margin:.25rem 0}[data-theme=light] .notification-modal-page .ds-modal-content,[data-theme=dark] .notification-modal-page .ds-modal-content,[data-theme=light] .notification-modal-page .ds-modal-footer,[data-theme=dark] .notification-modal-page .ds-modal-footer{background:var(--color-section-background)}[data-theme=dark] .notification-modal-page .ds-form-section-title{color:#f9fafb}[data-theme=dark] .notification-modal-label{color:#d1d5db}.notification-modal-page .tenant-details-container,.notification-modal-page .tenant-content{overflow:visible!important;height:auto!important;flex:none!important}html.notification-modal-page,body.notification-modal-page{overflow:auto!important;height:auto!important;position:relative!important;overflow-y:auto!important;scrollbar-width:thin;scrollbar-color:rgba(90,11,238,.3) transparent}.notification-modal-page .csl-root-container,.notification-modal-page .tenant-details-container,.notification-modal-page .tenant-content{overflow:visible!important;flex:none!important}.tenant-details-container.notification-modal-flex-reset,.tenant-content.notification-modal-flex-reset{display:block!important;height:auto!important;overflow:visible!important;flex:none!important}html.notification-modal-page,html.notification-modal-page body{margin:0;padding:0;overflow-x:hidden;height:auto!important;min-height:100vh!important;overflow:visible!important;overflow-y:auto!important}body.notification-modal-page{background:#fafafa;overflow-y:scroll!important}.tenant-details-container.notification-modal-flex-reset,.tenant-content.notification-modal-flex-reset{display:block!important;max-width:none!important;width:100%!important;padding:0!important;margin:0!important;height:auto!important;min-height:100vh!important;overflow:visible!important}html.notification-modal-page,body.notification-modal-page,div,main,section{overflow:visible!important}.notification-modal-page .csl-root-container{display:block!important;overflow:visible!important;max-height:none!important;height:auto!important}.notification-modal-page .ds-modal-content{width:95vw!important;max-width:95vw!important;margin:.5rem auto!important;padding:0!important}.notification-modal-page .ds-modal-header{padding:.75rem 2rem .5rem!important;justify-content:center!important}.notification-modal-page .ds-modal-close{display:none!important}.notification-modal-page .ds-modal-title{font-size:1.25rem!important}.notification-modal-page .ds-modal-body{padding:1rem 1rem .7rem!important;max-height:calc(100vh - 150px)!important}.notification-modal-page .ds-modal-footer{padding:.5rem 1rem .25rem!important}.notification-modal-page .ds-form-row{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.notification-modal-page .ds-form-actions{flex-direction:column-reverse!important;gap:.5rem!important}.notification-modal-page .ds-form-actions button{width:100%!important}@media (min-width: 360px){.notification-modal-page .ds-modal-content{width:90vw!important;max-width:90vw!important}}@media (min-width: 480px){.notification-modal-page .ds-modal-content{width:85vw!important;max-width:500px!important}.notification-modal-page .ds-modal-title{font-size:1.375rem!important}.notification-modal-page .ds-modal-body{padding:1.25rem 1.5rem .7rem!important}.notification-modal-page .ds-modal-footer{padding:.5rem 1.25rem .3rem!important}}@media (min-width: 768px){.notification-modal-page .ds-modal-content{width:75vw!important;max-width:605px!important}.notification-modal-page .ds-modal-header{padding:.75rem 2rem .5rem!important}.notification-modal-page .ds-modal-title{font-size:1.5rem!important}.notification-modal-page .ds-modal-body{padding:1.5rem 1.75rem .7rem!important;max-height:calc(100vh - 180px)!important}.notification-modal-page .ds-modal-footer{padding:.6rem 2rem .3rem 1.5rem!important}.notification-modal-page .ds-form-row{grid-template-columns:1fr 1fr!important;gap:1rem!important}.notification-modal-page .ds-form-actions{flex-direction:row!important;gap:.75rem!important}.notification-modal-page .ds-form-actions button{width:auto!important;min-width:120px!important}}@media (min-width: 1024px){.notification-modal-page .ds-modal-content{width:60vw!important;max-width:605px!important}.notification-modal-page .ds-modal-header{padding:.75rem 2rem .5rem!important}.notification-modal-page .ds-modal-body{padding:1.75rem 2rem .7rem!important;max-height:calc(100vh - 200px)!important}.notification-modal-page .ds-modal-footer{padding:.7rem .3rem .35rem 1.75rem!important}.notification-modal-page .ds-form-row{gap:1.25rem!important}}@media (min-width: 1440px){.notification-modal-page .ds-modal-content{width:50vw!important;max-width:605px!important}.notification-modal-page .ds-modal-title{font-size:1.625rem!important}.notification-modal-page .ds-form-section-title{font-size:1.25rem!important}}@media (min-width: 1920px){.notification-modal-page .ds-modal-content{width:40vw!important;max-width:605px!important}.notification-modal-page .ds-modal-header{padding:.75rem 2.5rem .5rem!important}.notification-modal-page .ds-modal-title{font-size:1.75rem!important}.notification-modal-page .ds-modal-body{padding:2rem 2.5rem .7rem!important}.notification-modal-page .ds-modal-footer{padding:.7rem .5rem .35rem 2.5rem!important}.notification-modal-page .ds-form-section-title{font-size:1.375rem!important}.notification-modal-label,.notification-modal-page .ds-form-input,.notification-modal-page .ds-form-select,.notification-modal-page .ds-form-textarea{font-size:1rem!important}.notification-modal-page .ds-form-input,.notification-modal-page .ds-form-select{height:3.5rem!important;min-height:3.5rem!important}.notification-modal-page .ds-form-row{gap:1.5rem!important}}@media (max-width: 1023px) and (orientation: landscape){.notification-modal-page .ds-modal-overlay{align-items:flex-start!important;padding-top:3.5rem!important}.notification-modal-page .ds-modal-content{margin:0 auto!important;max-height:calc(100vh - 3.5rem)!important;width:96vw!important;max-width:96vw!important}.notification-modal-page .ds-modal-header{padding:.625rem 1.25rem .5rem!important}.notification-modal-page .ds-modal-title{font-size:1.125rem!important}.notification-modal-page .ds-modal-body{max-height:calc(100vh - 10rem)!important;padding:.75rem 1rem .5rem!important}.notification-modal-page .ds-modal-footer{padding:.5rem 1rem .25rem!important}.notification-modal-page .ds-form-section{margin-bottom:1rem!important}.notification-modal-page .ds-form-section-title{font-size:1rem!important;margin-bottom:.75rem!important}.notification-modal-page .ds-form-field,.notification-modal-page .ds-form-row{margin-bottom:.5rem!important}.notification-modal-label{font-size:.813rem!important;margin-bottom:.375rem!important}.notification-modal-page .ds-form-input,.notification-modal-page .ds-form-select{height:2.75rem!important;min-height:2.75rem!important;font-size:.875rem!important}.notification-modal-page .ds-form-textarea{font-size:.875rem!important;min-height:3rem!important}.notification-modal-page .ds-form-actions{gap:.5rem!important}}
