@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate;min-height:100vh}:focus-visible{outline:2px solid #667eea;outline-offset:2px}a{color:#667eea;text-decoration:none}a:hover{color:#4f46e5;text-decoration:underline}.notifications-container{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:12px;max-width:400px;width:100%}.notification{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;cursor:pointer;transform:translate(100%);animation:slideIn .3s ease-out forwards}.notification:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.notification--success{border-left:4px solid #10b981}.notification--success .notification__content{background:linear-gradient(90deg,rgba(16,185,129,.1) 0%,transparent 100%)}.notification--error{border-left:4px solid #ef4444}.notification--error .notification__content{background:linear-gradient(90deg,rgba(239,68,68,.1) 0%,transparent 100%)}.notification--warning{border-left:4px solid #f59e0b}.notification--warning .notification__content{background:linear-gradient(90deg,rgba(245,158,11,.1) 0%,transparent 100%)}.notification--info{border-left:4px solid #4f46e5}.notification--info .notification__content{background:linear-gradient(90deg,rgba(79,70,229,.1) 0%,transparent 100%)}.notification__content{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}.notification__message{color:#1e293b;font-size:.9rem;font-weight:500;flex:1;margin-right:12px}.notification__close{background:none;border:none;color:#64748b;font-size:20px;font-weight:700;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.notification__close:hover{background:#f8fafc;color:#1e293b}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media(max-width:768px){.notifications-container{top:16px;right:16px;max-width:360px}}@media(max-width:480px){.notifications-container{top:10px;right:10px;left:10px;max-width:none}.notification__content{padding:14px 16px}.notification__message{font-size:.85rem}}.notification-dropdown{position:relative;display:inline-block}.notification-bell{position:relative;background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.notification-bell:hover{background-color:#0000000d}.notification-bell:hover .bell-icon{color:#374151}.notification-badge{position:absolute;top:2px;right:2px;background-color:#ef4444;color:#fff;border-radius:50%;font-size:11px;font-weight:600;padding:2px 6px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0000001a}.notification-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:min(380px,calc(100vw - 32px));max-height:500px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.notification-header{padding:16px 20px 12px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;background:#fafafa}.notification-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.notification-loading{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#6b7280}.notification-empty{padding:40px 20px;text-align:center;color:#6b7280}.notification-empty h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#374151}.notification-empty p{margin:0;font-size:14px}.notification-actions{padding:12px 16px;border-bottom:1px solid #f3f4f6;display:flex;gap:8px;background:#fafafa}.action-btn{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.action-btn:disabled{opacity:.6;cursor:not-allowed}.mark-read-btn{color:#059669;border-color:#d1fae5}.mark-read-btn:hover:not(:disabled){background-color:#f0fdf4;border-color:#a7f3d0}.clear-btn{color:#dc2626;border-color:#fecaca}.clear-btn:hover:not(:disabled){background-color:#fef2f2;border-color:#fca5a5}.notification-list{max-height:350px;overflow-y:auto;padding:8px 0}.notification-item{padding:12px 16px;border-bottom:1px solid #f9fafb;cursor:pointer;display:flex;align-items:flex-start;gap:12px;transition:background-color .2s ease;position:relative}.notification-item:last-child{border-bottom:none}.notification-item:hover{background-color:#f9fafb}.notification-item.unread{background-color:#eff6ff;border-left:3px solid #3b82f6}.notification-item.unread:hover{background-color:#dbeafe}.notification-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:20px;line-height:1;margin-top:2px}.notification-type-icon{width:20px;height:20px;flex-shrink:0}.message-reply-icon{color:#3b82f6}.task-completed-icon{color:#10b981}.action-required-icon{color:#f59e0b}.default-icon{color:#6b7280}.document-request-icon{color:#8b5cf6}.document-shared-icon{color:#10b981}.notification-content{flex:1;min-width:0}.notification-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px;display:flex;align-items:center;gap:8px}.unread-indicator{width:6px;height:6px;background-color:#3b82f6;border-radius:50%;flex-shrink:0}.notification-message{font-size:13px;color:#6b7280;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-note{font-size:13px;font-style:italic;color:#6b7280;line-height:1.4;margin-bottom:6px}.notification-meta{display:flex;align-items:center;gap:4px;font-size:12px;color:#9ca3af}.notification-action{margin-left:auto;flex-shrink:0}.action-text{font-size:12px;color:#3b82f6;font-weight:500}.spinner{width:24px;height:24px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.spinner-small{width:14px;height:14px;border:2px solid #f3f4f6;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.notification-dropdown-menu{position:fixed;top:60px;right:16px;left:16px;width:auto;max-width:none}.notification-actions{flex-direction:column;gap:8px}.action-btn{padding:10px 12px}}@media(max-width:480px){.notification-dropdown-menu{top:56px;right:8px;left:8px}.notification-header{padding:12px 16px 10px}.notification-header h3{font-size:16px}.notification-list{max-height:300px}}.document-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.document-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.document-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid hsl(220 13% 91%)}.document-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#282c34}.document-modal-header .close-btn{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;transition:color .2s;border-radius:4px}.document-modal-header .close-btn:hover:not(:disabled){color:#282c34;background-color:#f1f2f4}.document-modal-header .close-btn:disabled{cursor:not-allowed;opacity:.5}.document-modal-content{padding:24px}.request-info{background-color:#f1eef6;border-radius:8px;padding:16px;margin-bottom:20px}.request-info p{margin:8px 0;font-size:.9rem;color:#282c34}.request-info p:first-child{margin-top:0}.request-info p:last-child{margin-bottom:0}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#282c34;font-size:.9rem}.document-type-input{width:100%;padding:10px 12px;border:1px solid hsl(220 13% 91%);border-radius:8px;font-size:.9rem;background-color:#fff;transition:border-color .2s;box-sizing:border-box}.document-type-input:hover:not(:disabled){border-color:#9779d2}.document-type-input:focus{outline:none;border-color:#9779d2;box-shadow:0 0 0 3px #9779d21a}.document-type-input:disabled{background-color:#f1f2f4;cursor:not-allowed;opacity:.6}.document-type-input::placeholder{color:#9096a2}.file-dropzone{border:2px dashed hsl(220 13% 91%);border-radius:8px;padding:32px;text-align:center;cursor:pointer;transition:all .2s;background-color:#fff;margin-bottom:16px}.file-dropzone:hover{border-color:#9779d2;background-color:#f9f8fb}.dropzone-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px}.dropzone-placeholder .upload-icon{color:#9779d2}.dropzone-placeholder p{margin:0;color:#282c34}.dropzone-placeholder .file-requirements{font-size:.85rem;color:#6b7280}.file-preview{display:flex;align-items:center;gap:16px}.file-preview .file-icon{color:#9779d2;flex-shrink:0}.file-preview .file-info{text-align:left;flex:1}.file-preview .file-name{margin:0 0 4px;font-weight:500;color:#282c34;word-break:break-word}.file-preview .file-size,.file-preview .file-type{margin:0;font-size:.85rem;color:#6b7280}.upload-progress{margin-bottom:16px}.progress-bar{width:100%;height:8px;background-color:#f1f2f4;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#9779d2,#9f9fdf);transition:width .3s ease;border-radius:4px}.progress-text{margin:0;text-align:center;font-size:.9rem;color:#6b7280}.error-message{background-color:#fdf2f2;color:#ad1f1f;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.9rem;border-left:3px solid hsl(0 70% 50%)}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s;border:none}.document-modal .btn-primary{background:#8b5cf6;color:#fff;box-shadow:0 2px 4px #0000001a}.document-modal .btn-primary:hover:not(:disabled){background:#7c4ddb;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:#282c34;border:1px solid hsl(220 13% 91%)}.btn-secondary:hover:not(:disabled){background-color:#f1f2f4;border-color:#d4d7de}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.upload-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 16px}.upload-success .success-icon{color:#21c45d;width:64px;height:64px;margin-bottom:16px}.upload-success h3{margin:0 0 8px;color:#282c34;font-size:1.25rem}.upload-success p{margin:0;color:#6b7280}@media(max-width:768px){.document-modal{max-width:calc(100vw - 32px);margin:0 16px}.document-modal-header{padding:16px 20px}.document-modal-content{padding:20px}.file-dropzone{padding:24px}}@media(max-width:480px){.document-modal{max-width:100%;margin:0;border-radius:0;max-height:100vh}.document-modal-overlay{padding:0}.document-modal-content{padding:16px}.file-dropzone{padding:24px 16px}.modal-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}}.confirm-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px;animation:confirmOverlayFadeIn .2s ease-out}@keyframes confirmOverlayFadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal{background:#fff;border-radius:12px;max-width:400px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:confirmModalSlideIn .2s ease-out}@keyframes confirmModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal-header{display:flex;align-items:center;justify-content:flex-end;padding:8px 12px 0}.confirm-modal-close{background:none;border:none;cursor:pointer;padding:8px;color:#6b7280;transition:all .2s;border-radius:6px;display:flex;align-items:center;justify-content:center}.confirm-modal-close:hover:not(:disabled){color:#282c34;background-color:#f1f2f4}.confirm-modal-close:disabled{cursor:not-allowed;opacity:.5}.confirm-modal-content{padding:8px 20px 16px}.confirm-modal-title{margin:0 0 8px;font-size:1.125rem;font-weight:600;color:#282c34}.confirm-modal-message{margin:0;font-size:.9rem;color:#6b7280;line-height:1.5}.confirm-modal-actions{display:flex;gap:12px;padding:0 20px 16px;justify-content:flex-end}.confirm-modal-btn{padding:10px 20px;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;gap:8px;min-width:100px}.confirm-modal-btn.cancel{background:#fff;color:#282c34;border:1px solid hsl(220 13% 91%)}.confirm-modal-btn.cancel:hover:not(:disabled){background-color:#f1f2f4;border-color:#d4d7de}.confirm-modal-btn.confirm.danger{background:#d92626;color:#fff;box-shadow:0 2px 4px #dc262633}.confirm-modal-btn.confirm.danger:hover:not(:disabled){background:#c32222;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.confirm-modal-btn.confirm.warning{background:#f59f0a;color:#fff;box-shadow:0 2px 4px #f59e0b33}.confirm-modal-btn.confirm.warning:hover:not(:disabled){background:#dc8f09;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.confirm-modal-btn.confirm.info{background:#3c83f6;color:#fff;box-shadow:0 2px 4px #3b82f633}.confirm-modal-btn.confirm.info:hover:not(:disabled){background:#2474f5;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.confirm-modal-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.confirm-modal-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:confirmSpinner .8s linear infinite}@keyframes confirmSpinner{to{transform:rotate(360deg)}}@media(max-width:480px){.confirm-modal{max-width:100%;margin:0 16px}.confirm-modal-actions{flex-direction:column-reverse}.confirm-modal-btn{width:100%}}.documents-dropdown{position:relative;display:inline-block}.documents-bell{position:relative;background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.documents-bell:hover{background-color:#0000000d}.bell-icon{color:#6b7280;transition:color .2s ease}.documents-bell:hover .bell-icon{color:#374151}.documents-badge{position:absolute;top:2px;right:2px;background-color:#8b5cf6;color:#fff;border-radius:50%;font-size:11px;font-weight:600;padding:2px 6px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0000001a}.documents-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:min(380px,calc(100vw - 32px));max-height:500px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.documents-header{padding:16px 20px 12px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;background:#fafafa}.documents-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn:hover{background-color:#f3f4f6;color:#374151}.documents-tabs{display:flex;border-bottom:1px solid #f3f4f6;background:#fafafa}.tab-btn{flex:1;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s ease;border-bottom:2px solid transparent;display:flex;align-items:center;justify-content:center;gap:6px}.tab-btn:hover{color:#374151;background-color:#00000005}.tab-btn.active{color:#8b5cf6;border-bottom-color:#8b5cf6;background:#fff}.tab-badge{background-color:#8b5cf6;color:#fff;border-radius:10px;font-size:11px;font-weight:600;padding:2px 6px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1}.documents-loading{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#6b7280}.documents-empty{padding:40px 20px;text-align:center;color:#6b7280}.empty-icon{font-size:32px;margin-bottom:12px}.documents-empty h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#374151}.documents-empty p{margin:0;font-size:14px}.documents-content{max-height:400px;overflow-y:auto}.documents-actions{padding:12px 16px;border-bottom:1px solid #f3f4f6;display:flex;gap:8px;background:#fafafa}.action-btn{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.action-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.upload-new-btn{color:#8b5cf6;border-color:#ddd6fe}.upload-new-btn:hover{background-color:#f5f3ff;border-color:#c4b5fd}.document-request-list,.document-list{padding:8px 0}.document-request-item{padding:12px 16px;border-bottom:1px solid #f9fafb;display:flex;align-items:flex-start;gap:12px;transition:background-color .2s ease}.document-request-item:last-child{border-bottom:none}.document-request-item:hover{background-color:#f9fafb}.document-request-item.pending{background-color:#eff6ff;border-left:3px solid #3b82f6}.document-request-item.completed{opacity:.7}.request-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:2px}.status-icon.pending{color:#3b82f6}.status-icon.complete{color:#10b981}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.request-content{flex:1;min-width:0}.request-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px;display:flex;align-items:center;gap:8px}.document-status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;display:inline-block;line-height:1}.document-status-badge.pending{background-color:#dbeafe;color:#1e40af}.document-status-badge.complete{background-color:#d1fae5;color:#065f46}.request-notes{font-size:13px;color:#6b7280;line-height:1.4;margin-bottom:6px}.request-meta{font-size:12px;color:#9ca3af;margin-bottom:8px}.upload-btn{padding:6px 12px;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.upload-btn:hover{background:#86c;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.document-item{padding:12px 16px;border-bottom:1px solid #f9fafb;display:flex;align-items:center;gap:12px;transition:background-color .2s ease}.document-item:last-child{border-bottom:none}.document-item:hover{background-color:#f9fafb}.document-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#f5f3ff;border-radius:8px;color:#8b5cf6;flex-shrink:0}.document-content{flex:1;min-width:0}.document-name{font-size:14px;font-weight:500;color:#111827;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-meta{font-size:12px;color:#9ca3af}.document-shared-by{font-size:12px;color:#10b981;margin-top:4px;display:flex;align-items:center;gap:4px}.document-shared-by .shared-note{color:#6b7280;font-style:italic}.document-actions{display:flex;gap:4px}.action-icon-btn{padding:6px;background:none;border:none;cursor:pointer;border-radius:4px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-icon-btn:hover{background-color:#f3f4f6;color:#374151}.action-icon-btn.delete:hover{background-color:#fef2f2;color:#dc2626}.spinner{width:24px;height:24px;border:3px solid #f3f4f6;border-top:3px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.documents-dropdown-menu{position:fixed;top:60px;right:16px;left:16px;width:auto;max-width:none}.documents-actions{flex-direction:column;gap:8px}.action-btn{width:100%}.tab-btn{padding:10px 12px;font-size:13px}}@media(max-width:480px){.documents-dropdown-menu{top:56px;right:8px;left:8px}.documents-header{padding:12px 16px 10px}.documents-header h3{font-size:16px}.tab-btn{padding:8px 10px;font-size:12px;gap:4px}.tab-badge{font-size:10px;padding:2px 5px;min-width:16px;height:16px}.documents-content{max-height:350px}}.settings-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.settings-modal-content{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.settings-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.settings-modal-header h2{margin:0;font-size:20px;font-weight:600}.settings-modal-close{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;transition:color .2s}.settings-modal-close:hover{color:#111827}.settings-modal-body{padding:20px}.settings-loading{text-align:center;padding:20px;color:#6b7280}.settings-email-info{margin:0 0 20px;font-size:14px;color:#374151}.settings-section{margin-bottom:24px}.settings-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#111827}.settings-option{display:flex;justify-content:space-between;align-items:center;padding:12px 0;gap:16px}@media(max-width:480px){.settings-option{flex-direction:column;align-items:flex-start}.settings-option .settings-toggle-wrapper,.settings-option .settings-tutorial-btn{margin-left:0;margin-top:12px}}.settings-option-info{flex:1}.settings-option-info label{display:block;font-weight:500;margin-bottom:4px;color:#111827;cursor:pointer}.settings-option-description{margin:0;font-size:14px;color:#6b7280}.settings-toggle-wrapper{margin-left:16px}.settings-toggle{position:relative;display:inline-block;width:48px;height:24px;cursor:pointer}.settings-toggle input{opacity:0;width:0;height:0}.settings-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.settings-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.settings-toggle input:checked+.settings-toggle-slider{background-color:var(--primary-color, #3b82f6)}.settings-toggle input:checked+.settings-toggle-slider:before{transform:translate(24px)}.settings-toggle input:disabled+.settings-toggle-slider{opacity:.5;cursor:not-allowed}.settings-note{margin-top:16px;font-size:13px;color:#6b7280;font-style:italic}.settings-tutorial-btn{padding:8px 16px;background-color:var(--primary-color, #3b82f6);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.settings-tutorial-btn:hover{background-color:var(--primary-hover, #2563eb);transform:translateY(-1px)}.settings-tutorial-btn:active{transform:translateY(0)}.settings-tutorial-btn:disabled{opacity:.5;cursor:not-allowed}.settings-shared-access{border-top:1px solid #e5e7eb;padding-top:24px;margin-top:8px}.settings-shared-access-header{margin-bottom:16px}.settings-shared-access-header h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#111827}.settings-collaborator-card{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:12px}.settings-collaborator-info{display:flex;flex-direction:column;min-width:0}.settings-collaborator-name{font-weight:600;font-size:14px;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-collaborator-email{font-size:13px;color:#6b7280;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-collaborator-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.settings-status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap}.settings-status-pending{background-color:#fef3c7;color:#92400e}.settings-status-accepted{background-color:#d1fae5;color:#065f46}.settings-remove-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s}.settings-remove-btn:hover,.settings-remove-btn-confirm{border-color:#fca5a5;color:#dc2626;background-color:#fef2f2}.settings-remove-btn:disabled{opacity:.5;cursor:not-allowed}.settings-invite-form{background-color:#f9fafb;border-radius:8px;padding:16px}.settings-invite-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.settings-invite-field label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:4px}.settings-invite-field input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background:#fff;transition:border-color .2s;box-sizing:border-box}.settings-invite-field input::placeholder{color:#9ca3af}.settings-invite-field input:focus{outline:none;border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 2px #3b82f626}.settings-invite-field input:disabled{background-color:#f3f4f6;cursor:not-allowed}.settings-invite-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background-color:var(--primary-color, #3b82f6);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;opacity:.85}.settings-invite-btn:hover:not(:disabled){opacity:1;transform:translateY(-1px)}.settings-invite-btn:active:not(:disabled){transform:translateY(0)}.settings-invite-btn:disabled{opacity:.5;cursor:not-allowed}.settings-leave-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:16px}.settings-leave-owner-info{display:flex;flex-direction:column;min-width:0}.settings-leave-label{font-size:11px;font-weight:600;color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px}.settings-leave-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.settings-leave-btn:hover{border-color:#9ca3af;background-color:#f9fafb}.settings-leave-confirmation{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.settings-leave-confirmation-text{margin:0;font-size:13px;color:#dc2626;max-width:220px;text-align:right}.settings-leave-confirmation-actions{display:flex;gap:8px;justify-content:flex-end}.settings-leave-cancel-btn{padding:6px 14px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.settings-leave-cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.settings-leave-confirm-btn{padding:6px 14px;background-color:#dc2626;color:#fff;border:1px solid #dc2626;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.settings-leave-confirm-btn:hover{background-color:#b91c1c;border-color:#b91c1c}.settings-leave-confirm-btn:disabled,.settings-leave-cancel-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.settings-invite-fields{grid-template-columns:1fr}.settings-collaborator-card{flex-direction:column;align-items:flex-start}.settings-collaborator-actions{margin-top:8px;align-self:flex-end}.settings-leave-card{flex-direction:column;align-items:flex-start}.settings-leave-confirmation-text{max-width:none;text-align:left}.settings-leave-confirmation-actions{justify-content:flex-start}}.admin-banner{background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;width:100%;font-size:.8rem;border-bottom:2px solid rgba(255,255,255,.15);position:sticky;top:0;z-index:1000}.admin-banner-content{max-width:1400px;margin:0 auto;padding:0 24px;height:36px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-banner-left{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.admin-banner-icon{color:#ffffffd9;flex-shrink:0}.admin-banner-label{font-weight:700;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;white-space:nowrap}.admin-banner-return-btn{display:flex;align-items:center;gap:.35rem;background:#ffffff26;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:4px;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease;flex-shrink:0}.admin-banner-return-btn:hover{background:#ffffff47;border-color:#ffffffb3}.admin-banner-return-btn:active{background:#ffffff61}.main-layout{min-height:100vh;width:100%;display:flex;flex-direction:column;overflow-x:hidden}.main-header{background-color:#fff;color:#1f2937;padding:.25rem 0;box-shadow:0 1px 3px #0000001a;width:100%;border-bottom:1px solid #e5e7eb}.header-content{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center}.header-logo .logo-image{width:180px;height:80px;object-fit:contain;transition:transform .2s ease}.header-logo .logo-image:hover{transform:scale(1.05)}.header-user{display:flex;align-items:center;gap:.5rem}.help-btn{background:var(--primary, #8b7bb8);border:1px solid #e5e7eb;color:#fff;font-size:.875rem;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:500}.help-btn:hover{background:#86c;border-color:#86c}.help-btn:active{background:#7953c6}.logout-btn{background:none;border:1px solid #e5e7eb;color:#6b7280;font-size:.875rem;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:500;min-width:32px}.logout-btn:hover{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.logout-btn:hover .logout-icon{color:#dc2626}.logout-btn:active{background-color:#fee2e2}.logout-icon{font-size:1rem;transition:color .2s ease}.logout-text{font-size:.875rem}.settings-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;border-radius:50%}.settings-btn:hover{background-color:#f3f4f6;color:#764ba2}.settings-icon{transition:transform .2s ease}.settings-btn:hover .settings-icon{transform:rotate(45deg)}.main-content{flex:1;background-color:#f9fafb;width:100%;overflow-x:hidden;padding:0}.main-footer{background-color:#fff;color:#6b7280;text-align:center;padding:1rem;border-top:1px solid #e5e7eb;font-size:.875rem}.main-footer p{margin:0}@media(max-width:768px){.header-content{padding:0 16px}.header-logo .logo-image{width:60px;height:60px}.logout-text{display:none}.logout-btn{padding:8px;min-width:36px;justify-content:center}.header-user{gap:1rem}}@media(max-width:480px){.header-logo .logo-image{width:50px;height:50px}}.notification-highlight{animation:notificationHighlight 3s ease-in-out;position:relative;overflow:visible}@keyframes notificationHighlight{0%{background-color:transparent;box-shadow:0 0 #3b82f666}10%{background-color:#3b82f61a;box-shadow:0 0 0 8px #3b82f633}20%{background-color:#3b82f626;box-shadow:0 0 0 12px #3b82f61a}50%{background-color:#3b82f61a;box-shadow:0 0 0 4px #3b82f626}to{background-color:transparent;box-shadow:0 0 #3b82f600}}.timeline-item.notification-highlight{border-left:4px solid #3b82f6;border-radius:8px;margin-left:-4px;padding-left:16px}.message-item.notification-highlight{border-radius:12px;margin:8px;padding:8px}.notification-pulse{animation:notificationPulse 2s ease-in-out 3}@keyframes notificationPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.9}}.notification-attention{position:relative}.notification-attention:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#3b82f6,#1d4ed8,#3b82f6);border-radius:inherit;z-index:-1;animation:notificationGlow 2s ease-in-out infinite alternate}@keyframes notificationGlow{0%{opacity:.3;filter:blur(2px)}to{opacity:.6;filter:blur(4px)}}.timeline-item,.message-item{transition:all .3s ease}.notification-highlight:focus,.notification-highlight:focus-within{outline:2px solid #3b82f6;outline-offset:2px}@media(prefers-reduced-motion:reduce){.notification-highlight,.notification-pulse,.notification-attention:before{animation:none}.notification-highlight{background-color:#3b82f61a;border-left:4px solid #3b82f6}.timeline-item,.message-item{transition:none}}.auth-layout{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;padding:1rem}.auth-container{width:100%;max-width:450px}.auth-header{text-align:center;margin-bottom:2rem;color:#fff}.auth-title{font-size:3rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.auth-subtitle{margin:0;opacity:.95;font-size:1.125rem;font-weight:400}@media(max-width:768px){.auth-layout{padding:.5rem}.auth-container{max-width:100%}.auth-header{margin-bottom:1.5rem}.auth-title{font-size:2.5rem}.auth-subtitle{font-size:1rem}}@media(min-width:1200px){.auth-container{max-width:500px}}._contact-options_r3vrb_2{display:flex;flex-direction:column;gap:12px}._contact-option-card_r3vrb_9{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #E5E7EB;border-radius:12px;background-color:#fff;color:#374151;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;text-align:left;width:100%;position:relative;box-shadow:0 1px 3px #0000001a}._contact-option-card_r3vrb_9:hover,._contact-option-card_r3vrb_9:focus{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;outline:none}._contact-option-card_r3vrb_9:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}._contact-option-border_r3vrb_43{position:absolute;left:0;top:0;bottom:0;width:4px;border-top-left-radius:12px;border-bottom-left-radius:12px}._contact-option-icon_r3vrb_54{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:8px}._contact-option-content_r3vrb_66{flex:1;min-width:0}._contact-option-label_r3vrb_72{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px;line-height:1.4}._contact-option-subtitle_r3vrb_81{font-size:14px;color:#6b7280;line-height:1.4}._fallback-message-text_r3vrb_88{padding:12px 0;margin-bottom:12px;font-size:14px;color:#374151;font-weight:500;border-bottom:1px solid #E5E7EB;line-height:1.5}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px #0003;max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}@keyframes pulse{0%,to{box-shadow:0 0 #8b5cf666}50%{box-shadow:0 0 0 20px #8b5cf600}}.beam-shepherd-theme{max-width:440px!important}.shepherd-element{z-index:99999!important}.shepherd-enabled.shepherd-element{opacity:0!important;visibility:hidden!important;transition:none!important}.shepherd-enabled.shepherd-element[data-popper-placement]{opacity:1!important;visibility:visible!important;transition:opacity .2s ease-out!important}.shepherd-modal-overlay-container{z-index:99998!important}.shepherd-has-title .shepherd-content .shepherd-header{background:#fff;padding:28px 28px 16px}.shepherd-content{overflow:hidden!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:15px!important;background:#fff!important;box-shadow:0 25px 50px -12px #00000026,0 10px 20px -5px #00000014,0 0 0 1px #0000000d!important;border:1px solid rgba(0,0,0,.05)!important}.shepherd-content .shepherd-header,.shepherd-content .shepherd-text,.shepherd-content .shepherd-text>div,.shepherd-content .shepherd-footer{border-radius:0!important}.shepherd-text{padding:28px 28px 20px!important;color:#1f2937!important;line-height:1.7!important;text-align:left!important;font-size:15px!important}.shepherd-text h2{margin-top:0!important;margin-bottom:16px!important;font-size:24px!important;font-weight:700!important;color:#111827!important;letter-spacing:-.02em!important;line-height:1.3!important}.shepherd-text h3{margin-top:0!important;margin-bottom:12px!important;font-size:18px!important;font-weight:700!important;color:#111827!important;letter-spacing:-.015em!important}.shepherd-text p{margin-bottom:12px!important;color:#4b5563!important;line-height:1.7!important;font-size:15px!important}.shepherd-text p:last-child{margin-bottom:0!important}.shepherd-text .tutorial-hint{font-size:14px!important;color:#6b7280!important;font-style:italic!important}.shepherd-text ul{margin:12px 0!important;padding-left:24px!important;list-style-type:disc!important}.shepherd-text li{margin-bottom:6px!important;color:#4b5563!important;line-height:1.8!important;font-size:15px!important;display:list-item!important}.shepherd-text li::marker{color:#9779d2!important}.shepherd-text li strong{color:#111827!important;font-weight:600!important}.shepherd-text .status-complete{color:#22c55e!important;font-weight:600!important}.shepherd-text .status-progress{color:#9779d2!important;font-weight:600!important}.shepherd-text .status-upcoming{color:#94a3b8!important;font-weight:600!important}.shepherd-text .status-label{color:#6b7280!important}.shepherd-text .tutorial-tip{margin-top:12px!important;font-size:14px!important;color:#6b7280!important;background-color:#f9fafb!important;padding:8px 12px!important;border-radius:8px!important;border-left:3px solid hsl(260,50%,65%)!important}.shepherd-text .tutorial-tip strong{color:#111827!important}.shepherd-text .tutorial-success{margin-top:16px!important;font-size:16px!important;font-weight:700!important;color:#9779d2!important;text-align:center!important;padding:12px!important;background-color:#f6f4fb!important;border-radius:10px!important}.shepherd-header{border-radius:0!important}.shepherd-footer{padding:0 28px 28px!important;border-top:none!important;display:flex!important;gap:12px!important;align-items:center!important}.shepherd-button{border-radius:12px!important;padding:12px 24px!important;font-size:15px!important;font-weight:600!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;border:none!important;cursor:pointer!important;letter-spacing:-.01em!important}.shepherd-button-primary{background:linear-gradient(135deg,#9779d2,#86c)!important;color:#fff!important;box-shadow:0 4px 12px -2px #8b5cf666,0 2px 6px -1px #0000001a!important;flex:1!important}.shepherd-button-primary:hover{background:linear-gradient(135deg,#86c,#7953c6)!important;box-shadow:0 6px 16px -2px #8b5cf680,0 4px 8px -1px #00000026!important;transform:translateY(-2px)!important}.shepherd-button-primary:active{background:#7953c6!important;transform:translateY(0)!important;box-shadow:0 2px 8px -2px #8b5cf666,0 1px 4px -1px #0000001a!important}.shepherd-button-secondary{background:#f6f4fb!important;color:#86c!important;padding:10px 20px!important;border:1px solid hsl(260,50%,90%)!important}.shepherd-button-secondary:hover{background:#f0ecf9!important;color:#7953c6!important;border-color:#d2c6ec!important;transform:translateY(-1px)!important;box-shadow:0 2px 6px -1px #8b5cf626!important}.shepherd-button-secondary:active{background:#eae4f6!important;transform:translateY(0)!important}.shepherd-cancel-icon{color:#9ca3af!important;font-size:24px!important;font-weight:500!important;transition:color .2s cubic-bezier(.16,1,.3,1)!important;opacity:.6!important}.shepherd-cancel-icon:hover{color:#6b7280!important;opacity:1!important}.shepherd-progress{background:#8b5cf61a!important;height:6px!important;border-radius:10px!important;margin:16px 28px 0!important;overflow:hidden!important}.shepherd-progress-bar{background:linear-gradient(90deg,#9779d2,#7953c6)!important;height:100%!important;border-radius:10px!important;transition:width .3s cubic-bezier(.16,1,.3,1)!important}.shepherd-arrow:before{background:#fff!important}.shepherd-element[data-popper-placement^=top] .shepherd-arrow:before{box-shadow:2px 2px 5px #0000000d!important}.shepherd-element[data-popper-placement^=bottom] .shepherd-arrow:before{box-shadow:-2px -2px 5px #0000000d!important}.shepherd-element{position:relative;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))!important}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target{position:relative;z-index:99997}:root{--background: hsl(0 0% 100%);--foreground: hsl(220 13% 18%);--card: hsl(0 0% 100%);--card-foreground: hsl(220 13% 18%);--primary: hsl(260 50% 65%);--primary-foreground: hsl(0 0% 100%);--secondary: hsl(220 26% 14%);--secondary-foreground: hsl(0 0% 100%);--muted: hsl(220 13% 95%);--muted-foreground: hsl(220 9% 46%);--accent: hsl(260 30% 95%);--accent-foreground: hsl(220 13% 18%);--border: hsl(220 13% 91%);--ring: hsl(260 50% 65%)}.home-page{padding:24px;max-width:1400px;margin:0 auto;width:100%;font-family:Inter,sans-serif;background:var(--background);color:var(--foreground)}.page-header{margin-bottom:32px;text-align:left}.page-header h1{color:var(--foreground);font-size:2.25rem;font-weight:700;line-height:1.25;letter-spacing:-.025em;margin:0 0 8px;font-family:Inter,sans-serif}.page-header p{color:#6b7280;font-size:1.125rem;font-weight:500;letter-spacing:0px;margin:0;font-family:Inter,sans-serif}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:48px}.dashboard-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;position:relative;font-family:Inter,sans-serif;color:var(--card-foreground)}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.dashboard-card:hover .card-icon{background:#e9e4f1}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-icon{font-size:1.5rem;display:flex;color:var(--primary);background:var(--accent);width:40px;height:40px;border-radius:10px;align-items:center;justify-content:center;flex-shrink:0}.dashboard-card h3{color:var(--muted-foreground);font-size:.875rem;font-weight:500;margin:0;font-family:Inter,sans-serif}.card-value{color:var(--foreground);font-size:1.75rem;font-weight:700;margin-bottom:4px;font-family:Inter,sans-serif;line-height:1.2}.card-value.progress-incomplete{color:#000}.card-value.progress-complete{color:#21c45d}.card-subtitle{color:var(--muted-foreground);font-size:.875rem;margin:0;font-family:Inter,sans-serif;line-height:1.4}.dashboard-card .progress-bar{width:100%!important;height:6px!important;background-color:var(--muted)!important;border-radius:3px!important;margin:12px 0 8px!important;overflow:hidden!important;display:block!important;padding:0!important;border:none!important;justify-content:initial!important;align-items:initial!important;gap:initial!important;flex-wrap:initial!important;position:relative!important;z-index:auto!important}.dashboard-card .progress-fill{height:100%!important;background:linear-gradient(135deg,var(--primary) 0%,hsl(220 70% 60%) 100%)!important;border-radius:3px!important;transition:width .5s ease!important;display:block!important}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:500;margin-top:4px;font-family:Inter,sans-serif}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%}.status-badge.available{background-color:#e4fbed;color:#21c45d}.status-badge.available:before{background-color:#21c45d}.status-badge.busy{background-color:#fef3c8;color:#f97415}.status-badge.busy:before{background-color:#f97415}.status-badge.offline{background-color:var(--muted);color:var(--muted-foreground)}.status-badge.offline:before{background-color:var(--muted-foreground)}.timeline-section{margin-bottom:48px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a}.timeline-section h3{color:var(--foreground);font-size:1.5rem;font-weight:600;margin-bottom:24px;font-family:Inter,sans-serif;display:flex;align-items:center;gap:8px}.timeline-section .section-icon{display:flex;color:var(--primary);background:var(--accent);width:32px;height:32px;border-radius:8px;align-items:center;justify-content:center;flex-shrink:0}.timeline{position:relative;display:flex;flex-direction:column;gap:24px}.timeline-item{position:relative;display:flex;align-items:flex-start;gap:16px;padding-bottom:24px;animation:fadeIn .6s ease-out;animation-fill-mode:both}.timeline-item:nth-child(1){animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}.timeline-item:nth-child(5){animation-delay:.5s}.timeline-item:nth-child(6){animation-delay:.6s}.timeline-item:nth-child(7){animation-delay:.7s}.timeline-item:nth-child(8){animation-delay:.8s}.timeline-item:nth-child(9){animation-delay:.9s}.timeline-item:nth-child(10){animation-delay:1s}.timeline-item:nth-child(11){animation-delay:1.1s}.timeline-item:not(:last-child):after{content:"";position:absolute;left:20px;top:48px;width:2px;height:calc(100% + 8px);background:linear-gradient(to bottom,var(--border),transparent);z-index:1}.timeline-marker{position:relative;z-index:10;padding:8px;border-radius:50%;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.timeline-item.completed .timeline-marker{background:#e4fbed;border:2px solid hsl(142 71% 45%);box-shadow:0 4px 12px #21c45d33;color:#21c45d}.timeline-item.completed .timeline-marker:before{font-size:14px;font-weight:700}.timeline-item.in-progress .timeline-marker{background:var(--accent);border:2px solid var(--primary);box-shadow:0 4px 12px #9779d233;color:var(--primary);animation:pulseGlow 2s infinite}.timeline-item.pending .timeline-marker{background:var(--muted);border:2px solid var(--border);color:var(--muted-foreground)}.timeline-content{flex:1;min-width:0;position:relative}.timeline-content h4{color:var(--foreground);font-size:.95rem;font-weight:600;margin:0 0 8px;font-family:Inter,sans-serif;line-height:1.3}.timeline-item.completed .timeline-content h4{color:#21c45d}.timeline-item.in-progress .timeline-content h4{color:var(--primary)}.timeline-item.pending .timeline-content h4{color:var(--muted-foreground)}.timeline-content p{color:var(--muted-foreground);margin:0 0 12px;line-height:1.5;font-family:Inter,sans-serif;font-size:.85rem}.timeline-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;margin-bottom:8px}.timeline-meta span:first-child{color:var(--muted-foreground);font-weight:500}.timeline-status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:16px;font-size:.75rem;font-weight:500;text-transform:capitalize;transition:all .2s ease;margin-left:8px}.timeline-status.completed{background-color:#e4fbed!important;color:#21c45d!important;border:1px solid hsl(142 71% 85%)!important}.timeline-status.completed:before{content:"✓";font-weight:600;color:#21c45d!important}.timeline-status.in-progress{background-color:var(--accent);color:var(--primary);border:1px solid hsla(260,50%,65%,.2)}.timeline-status.in-progress:before{content:"⏳"}.timeline-status.pending{background-color:#fef3c8;color:#f97415;border:1px solid hsl(25 95% 80%)}.timeline-status.pending:before{content:"⏸️"}.timeline-date{color:#21c45d;font-weight:500;font-size:.75rem;background:#edfdf3;padding:2px 8px;border-radius:8px;border:1px solid hsl(142 71% 85%)}.updates-section{margin-bottom:48px}.updates-section h3{color:var(--foreground);font-size:1.5rem;font-weight:600;margin-bottom:24px;font-family:Inter,sans-serif;display:flex;align-items:center;gap:8px}.section-icon{display:flex;color:var(--primary);background:var(--accent);width:32px;height:32px;border-radius:8px;align-items:center;justify-content:center;flex-shrink:0}.updates-list{display:flex;flex-direction:column;gap:16px}.update-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;gap:16px;align-items:flex-start;transition:all .2s ease;font-family:Inter,sans-serif;position:relative}.update-item:hover{box-shadow:0 2px 8px #0000001a}.update-item.high{background:#f2fdf6;border-color:#21c45d}.update-item.medium{background:#f9f8fb;border-color:var(--primary)}.update-item.low{background:var(--muted);border-color:var(--border)}.update-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;order:-1}.update-item.high .update-icon{background:#e4fbed;color:#21c45d}.update-item.medium .update-icon{background:var(--accent);color:var(--primary)}.update-item.low .update-icon{background:var(--muted);color:var(--muted-foreground)}.update-text{flex:1;position:relative;padding-bottom:20px}.update-text h4{color:var(--foreground);font-size:1rem;font-weight:600;margin:0 0 12px;font-family:Inter,sans-serif}.update-text p{margin:0 0 8px;color:var(--foreground);font-size:14px;line-height:1.4}.update-meta{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center}.update-meta small,.update-time{color:var(--muted-foreground);font-size:12px}.impact-badge{position:absolute;top:16px;right:16px;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.impact-badge.high{background:#fde8e8;color:#ef4343}.impact-badge.medium{background:#fef3c8;color:#f97415}.impact-badge.low{background:var(--muted-foreground);color:#fff}.update-content{flex:1}.update-content h4{color:var(--foreground);font-size:1rem;font-weight:600;margin:0 0 12px;font-family:Inter,sans-serif}.update-content p{color:var(--muted-foreground);margin:0 0 12px;line-height:1.5;font-family:Inter,sans-serif}.update-meta{display:flex;gap:16px;font-size:.85rem;color:var(--muted-foreground);font-family:Inter,sans-serif}.assistant-section{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;margin-bottom:32px;font-family:Inter,sans-serif;height:40rem;display:flex;flex-direction:column;overflow:visible;position:relative}.assistant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border);position:relative}.assistant-header h3{color:var(--foreground);font-size:1.5rem;font-weight:600;margin:0;font-family:Inter,sans-serif;display:flex;align-items:center;gap:12px}.assistant-icon{display:flex;color:var(--primary);background:var(--accent);width:32px;height:32px;border-radius:8px;align-items:center;justify-content:center;flex-shrink:0}.assistant-actions{display:flex;gap:8px;align-items:center}.action-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:8px;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.action-btn:hover{border-color:var(--primary);background:var(--accent);color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.action-btn.new-thread-btn{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.action-btn.new-thread-btn:hover{background:#a894d1;color:var(--primary-foreground);border-color:#a894d1;transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.threads-overlay{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;max-height:400px;overflow:hidden;animation:fadeIn .2s ease-out}.threads-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border);background:var(--muted)}.threads-header h4{color:var(--foreground);font-size:1rem;font-weight:600;margin:0;font-family:Inter,sans-serif}.close-btn{background:none;border:none;color:var(--muted-foreground);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.close-btn:hover{background:var(--border);color:var(--foreground)}.threads-list{max-height:320px;overflow-y:auto;padding:8px}.thread-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:4px}.thread-item:hover{background:var(--accent)}.thread-content{flex:1;min-width:0}.thread-content h5{color:var(--foreground);font-size:.875rem;font-weight:600;margin:0 0 4px;font-family:Inter,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-date{color:var(--muted-foreground);font-size:.75rem;margin:0;font-family:Inter,sans-serif}.delete-thread-btn{background:none;border:none;color:var(--muted-foreground);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;opacity:0}.thread-item:hover .delete-thread-btn{opacity:1}.delete-thread-btn:hover{background:#fde8e8;color:#ef4343}.loading-threads{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;color:var(--muted-foreground)}.loading-dots{display:flex;gap:4px}.loading-dot{width:6px;height:6px;background:var(--primary);border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.no-threads{text-align:center;padding:24px;color:var(--muted-foreground)}.no-threads p:first-child{font-weight:600;margin-bottom:8px}.no-threads p:last-child{font-size:.875rem;line-height:1.4}.assistant-content{flex:1;display:flex;flex-direction:column;gap:16px;overflow:hidden;position:relative}.messages-container{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:0 8px 16px}.message-item{display:flex;align-items:flex-end;gap:12px;animation:fadeIn .3s ease-out}.message-item.user{justify-content:flex-end;flex-direction:row-reverse}.message-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.message-avatar.ai,div.message-avatar.ai{background:#f1eef6!important;color:#9779d2!important}.message-avatar.user{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.875rem}.message-bubble{max-width:85%;padding:12px 16px;border-radius:16px;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.message-bubble.ai{background:var(--card);border:1px solid var(--border);color:var(--card-foreground);border-bottom-left-radius:4px}.message-bubble.user{background:var(--primary);color:var(--primary-foreground);margin-left:auto;border-bottom-right-radius:4px}.message-bubble.error{background:#fde8e8;border-color:#ef4343;color:#bc1010}.message-bubble.loading{background:var(--card);border:1px solid var(--border);min-width:240px}.loading-content{display:flex;flex-direction:column}.loading-text-container{display:flex;align-items:center;gap:6px;min-height:24px;width:100%;justify-content:space-between}.loading-message{font-size:.875rem;color:#9779d2;font-weight:500;margin:0;animation:smoothFadeSlide .5s ease-in-out;white-space:nowrap;flex:0 1 auto}.typing-indicator{display:flex;gap:3px;align-items:center;flex-shrink:0;margin-left:auto}.typing-indicator .dot{width:4px;height:4px;border-radius:50%;background:#9779d2;animation:bounce 1.4s infinite ease-in-out}.typing-indicator .dot:nth-child(1){animation-delay:-.32s}.typing-indicator .dot:nth-child(2){animation-delay:-.16s}.typing-indicator .dot:nth-child(3){animation-delay:0s}.message-avatar.pulsing{animation:pulse 2s ease-in-out infinite}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-6px);opacity:1}}@keyframes pulse{0%,to{box-shadow:0 0 #9779d266;transform:scale(1)}50%{box-shadow:0 0 0 8px #9779d200;transform:scale(1.05)}}@keyframes smoothFadeSlide{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.message-text{font-size:.875rem;line-height:1.5;white-space:pre-line;font-weight:500;margin:0;font-family:Inter,sans-serif}.message-with-widget{width:100%}.message-with-widget .message-text{margin-bottom:16px}.widget-container{width:100%;max-width:100%;margin-top:12px}.calendly-chat-widget{width:100%;max-width:100%}.calendly-widget-container{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.calendly-inline-widget{width:100%;border:none!important;border-radius:12px!important}@media(max-width:768px){.calendly-inline-widget{min-width:100%!important;height:600px!important}}@media(max-width:480px){.calendly-inline-widget{height:500px!important}}.suggested-questions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.question-btn{height:auto;padding:10px 14px;font-size:.875rem;font-weight:500;border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;display:flex;align-items:center;gap:8px;box-shadow:0 1px 3px #0000001a;text-align:left;line-height:1.4}.question-btn:hover{border-color:var(--primary);background:var(--accent);color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 8px #0000001f}.question-btn:hover svg{color:var(--primary)}.loading-indicator{display:flex;align-items:flex-start;gap:12px;animation:fadeIn .3s ease-out}.loading-dots{background:var(--card);border:1px solid var(--border);padding:12px 16px;border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #0000001a;display:flex;gap:4px}.loading-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.loading-dot:nth-child(1){animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}.loading-dot:nth-child(3){animation-delay:0s}.assistant-input{display:flex;gap:12px;border-top:1px solid var(--border);background:var(--card);margin:0 -24px -24px;padding:16px 24px 24px}.assistant-input input{flex:1;border:1px solid var(--border);border-radius:24px;padding:12px 16px;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;background:var(--background);color:var(--foreground);transition:all .2s ease}.assistant-input input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #9779d233}.assistant-input input::placeholder{color:var(--muted-foreground)}.assistant-input input:disabled{background:var(--muted);color:var(--muted-foreground);cursor:not-allowed}.send-btn{border-radius:50%;padding:12px;height:44px;width:44px;min-width:44px;min-height:44px;background:var(--primary);border:none;color:var(--primary-foreground);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.send-btn:hover{background:#a894d1;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.button-group{display:flex;flex-direction:row;gap:10px;margin-top:16px;margin-left:16px;width:fit-content;height:36px}.send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;background:var(--muted);color:var(--muted-foreground);box-shadow:none}.send-btn:disabled:hover{background:var(--muted);transform:none;box-shadow:none}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:768px){.home-page{padding:16px}.contact-option-card{padding:14px!important;gap:14px!important}.contact-option-card>div:first-child{width:36px!important;height:36px!important;margin-left:6px!important}.contact-option-card>div:first-child svg{width:18px!important;height:18px!important}.page-header h1{font-size:2.25rem;line-height:2.5rem}.dashboard-grid{grid-template-columns:1fr;gap:16px}.assistant-section{height:28rem;margin-bottom:24px;padding:16px}.assistant-header{margin-bottom:16px;padding-bottom:12px}.assistant-header h3{font-size:1.25rem;gap:8px}.assistant-actions{gap:6px}.action-btn{padding:6px 10px;font-size:.8rem}.assistant-content{gap:12px}.assistant-input{margin:0 -16px -16px;padding:12px 16px 16px}.threads-overlay{width:280px;right:-8px}.message-bubble{max-width:90%;padding:10px 14px}.assistant-message,.suggested-questions{flex-direction:column}.question-btn{text-align:left;padding:8px 10px;font-size:.75rem}.update-item{flex-direction:column;gap:12px}.timeline{gap:16px}.timeline-item{gap:12px;padding-bottom:16px}.timeline-item:not(:last-child):after{left:16px;top:40px}}@media(max-width:600px){.assistant-section{height:auto;min-height:32rem;max-height:70vh;padding:14px}.assistant-header{flex-wrap:wrap;gap:10px}.assistant-header h3{flex:1;min-width:120px}.assistant-actions{flex-wrap:wrap;justify-content:flex-end}.threads-overlay{width:100%;max-width:280px;right:0;left:auto}.message-bubble{max-width:92%}.assistant-input{margin:0 -14px -14px;padding:10px 14px 14px}.suggested-questions{flex-wrap:wrap}}@media(max-width:480px){.dashboard-card{padding:16px}.card-value{font-size:1.5rem}.assistant-section{height:auto;min-height:28rem;max-height:75vh;margin-bottom:16px;padding:12px}.assistant-header{margin-bottom:12px;padding-bottom:8px;flex-wrap:wrap;gap:8px}.assistant-header h3{font-size:1rem;gap:6px;flex:1 1 100%}.assistant-actions{gap:6px;width:100%;justify-content:flex-start}.action-btn{padding:6px 10px;font-size:.8rem;flex:1;justify-content:center}.assistant-content{gap:10px}.assistant-input{margin:0 -12px -12px;padding:8px 12px 12px;gap:8px}.threads-overlay{width:calc(100vw - 48px);max-width:260px;right:0}.assistant-input input{padding:8px 12px;font-size:.8rem;border-radius:20px}.send-btn{padding:8px;flex-shrink:0}.message-bubble{max-width:95%;padding:8px 12px;font-size:.8rem}.question-btn{padding:8px 10px;font-size:.75rem;gap:6px}}@media(max-width:360px){.assistant-section{min-height:26rem;max-height:80vh;padding:10px}.assistant-header h3{font-size:.9rem}.assistant-icon{width:28px;height:28px}.action-btn{padding:5px 8px;font-size:.75rem}.action-btn svg{width:14px;height:14px}.message-bubble{max-width:98%;padding:6px 10px;font-size:.75rem}.question-btn{padding:6px 8px;font-size:.7rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 4px 12px #9779d233;transform:scale(1)}50%{box-shadow:0 4px 20px #9779d266;transform:scale(1.05)}}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.confetti-piece{position:absolute;width:8px;height:8px;background:var(--primary);animation:confetti-fall linear infinite;top:-150px}.confetti-piece:nth-child(odd){background:#9167e4;border-radius:50%;width:6px;height:6px;top:-120px}.confetti-piece:nth-child(2n){background:#c285e0;transform:rotate(45deg);width:4px;height:12px;border-radius:2px;top:-140px}.confetti-piece:nth-child(3n){background:#6767e4;border-radius:50%;width:5px;height:5px;top:-130px}.confetti-piece:nth-child(4n){background:#47b4eb;width:3px;height:10px;border-radius:1px;top:-160px}.confetti-piece:nth-child(5n){background:#e467bb;border-radius:50%;width:7px;height:7px;top:-110px}.confetti-piece:nth-child(6n){background:#f5f53d;width:4px;height:8px;border-radius:2px;top:-135px}@keyframes confetti-fall{0%{transform:translateY(-200px) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(calc(100vh + 200px)) rotate(360deg);opacity:0}}.calendly-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.calendly-modal{background-color:#fff;border-radius:12px;width:100%;max-width:900px;height:80vh;max-height:700px;position:relative;box-shadow:0 20px 60px #0003;overflow:hidden;animation:modalSlideIn .3s ease-out}.calendly-modal-header{padding:20px 24px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background-color:#f9fafb}.calendly-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937;font-family:Inter,sans-serif}.calendly-modal-close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.calendly-modal-close-btn:hover{background-color:#e5e7eb;color:#374151}.calendly-iframe{width:100%;height:calc(100% - 73px);border:none;display:block}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.calendly-modal-overlay{padding:10px}.calendly-modal{height:85vh;max-height:none}.calendly-modal-header{padding:16px 20px 12px}.calendly-modal-header h3{font-size:16px}}@media(max-width:480px){.calendly-modal-overlay{padding:5px}.calendly-modal{height:90vh;border-radius:8px}.calendly-modal-header{padding:12px 16px 8px}.calendly-modal-header h3{font-size:14px}.calendly-modal-close-btn{font-size:20px;width:28px;height:28px}}.contact-option-card{font-family:Inter,sans-serif!important}.contact-option-card:hover{border-color:#d1d5db!important}.booking-button{background:var(--primary);color:var(--primary-foreground);border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;font-family:Inter,sans-serif}.booking-button:hover{background:#86c;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.booking-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}@media(max-width:480px){.booking-button{padding:6px 12px;font-size:12px;gap:6px}.contact-option-card{padding:12px!important;gap:12px!important}.contact-option-card>div:first-child{width:32px!important;height:32px!important;margin-left:4px!important}.contact-option-card>div:first-child svg{width:16px!important;height:16px!important}.contact-option-card>div:last-child>div:first-child{font-size:14px!important}.contact-option-card>div:last-child>div:last-child{font-size:12px!important}}.case-loading-container,.case-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;margin:40px 0;background:var(--card);border:1px solid var(--border);border-radius:16px;min-height:300px}.case-loading-spinner{width:48px;height:48px;border:4px solid var(--muted);border-top:4px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:24px}.case-error-icon{font-size:48px;margin-bottom:24px;opacity:.8}.case-loading-title,.case-error-title{font-size:1.5rem;font-weight:600;color:var(--foreground);margin:0 0 12px;font-family:Inter,sans-serif}.case-loading-description,.case-error-description{font-size:1rem;color:var(--muted-foreground);line-height:1.5;max-width:500px;margin:0 0 32px;font-family:Inter,sans-serif}.case-error-retry-btn{background:var(--primary);color:var(--primary-foreground);border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.case-error-retry-btn:hover:not(:disabled){background:#86c;transform:translateY(-1px)}.case-error-retry-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@media(max-width:768px){.welcome-screen-container{padding:1rem .75rem!important}.welcome-grid{grid-template-columns:1fr!important}.welcome-card{padding:.875rem!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;position:relative;overflow:hidden}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.btn-sm{padding:.5rem 1rem;font-size:.875rem;min-height:2rem}.btn-md{padding:.75rem 1.5rem;font-size:1rem;min-height:2.5rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem;min-height:3rem}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4b5563}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn-outline{background-color:transparent;color:#3b82f6;border:1px solid #3b82f6}.btn-outline:hover:not(:disabled){background-color:#3b82f6;color:#fff}.btn-full-width{width:100%}.btn-loading{pointer-events:none}.btn-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;position:absolute}.btn-text-hidden{opacity:0}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed}.login-container{width:100%;max-width:480px;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e7eb;transition:all .3s ease}.login-container:hover{transform:translateY(-2px);box-shadow:0 25px 35px -5px #00000026,0 15px 15px -5px #00000014}.login-header{text-align:center;margin-bottom:2rem}.login-logo{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.login-logo .logo-image{width:200px;height:100px;object-fit:contain;transition:all .3s ease;cursor:pointer;filter:drop-shadow(0 4px 8px rgba(102,126,234,.2))}.login-logo .logo-image:hover{transform:scale(1.1);filter:drop-shadow(0 8px 16px rgba(102,126,234,.4))}.login-header h2{color:#1f2937;font-size:1.875rem;font-weight:700;margin:0 0 .5rem}.login-header p{color:#6b7280;font-size:1rem;margin:0}.login-form,.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fff;color:#1f2937;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.form-group input:hover:not(:focus){border-color:#9ca3af}.form-group input:disabled{opacity:.6;cursor:not-allowed;background-color:#f9fafb}.form-group input::placeholder{color:#9ca3af}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.checkbox-wrapper{display:flex;align-items:center;cursor:pointer;font-size:.875rem;color:#374151}.checkbox-wrapper input[type=checkbox]{width:auto;margin-right:.5rem;margin-bottom:0}.forgot-password{color:#667eea;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.forgot-password:hover{color:#4f46e5}.login-button{width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #667eea33}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.login-footer p{color:#6b7280;font-size:.875rem;margin:0}.login-footer a{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.login-footer a:hover{color:#4f46e5}@media(max-width:480px){.login-page{padding:.5rem}.login-container{padding:2rem 1.5rem;border-radius:12px;max-width:100%}.login-logo .logo-image{width:120px;height:50px}.login-header h2{font-size:1.5rem}.form-group input{padding:.875rem 1rem;font-size:1rem}.form-options{flex-direction:column;gap:1rem;align-items:flex-start}}@media(min-width:768px){.login-container{max-width:500px;padding:3.5rem}}@media(min-width:1024px){.login-container{max-width:550px;padding:4rem}.login-logo .logo-image{width:200px;height:100px}.login-header h2{font-size:2rem}}.code-input{text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.5rem;padding:1rem}.auto-verify-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:200px}.loading-message{text-align:center}.loading-message p{font-size:1.125rem;color:#374151;margin-bottom:1rem}.loading-text{color:#667eea;font-weight:500;margin-bottom:1.5rem}.loading-spinner{width:40px;height:40px;margin:0 auto;border:4px solid #e5e7eb;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;margin-bottom:1.5rem}.link-button{background:none;border:none;color:#667eea;text-decoration:none;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem;transition:color .2s ease}.link-button:hover:not(:disabled){color:#4f46e5;text-decoration:underline}.link-button:disabled{color:#9ca3af;cursor:not-allowed}.help-text{text-align:center;margin-top:1rem}.help-text p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}@media(max-width:480px){.code-input{font-size:1.25rem;letter-spacing:.25rem}.form-actions{flex-direction:column;gap:1rem}.auto-verify-container{padding:1.5rem;min-height:150px}}@media(prefers-color-scheme:dark){.login-container{background:#fff!important;border-color:#e5e7eb!important}.login-header h2{color:#1f2937!important}.login-header p{color:#6b7280!important}.form-group label{color:#374151!important}.form-group input{background:#fff!important;border-color:#d1d5db!important;color:#1f2937!important}.form-group input:focus{border-color:#667eea!important}.form-group input::placeholder{color:#9ca3af!important}.checkbox-wrapper{color:#374151!important}.forgot-password{color:#667eea!important}.forgot-password:hover{color:#4f46e5!important}.login-button{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}.login-footer{border-color:#e5e7eb!important}.login-footer p{color:#6b7280!important}.login-footer a{color:#667eea!important}.login-footer a:hover{color:#5a67d8!important}}.broker-form-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed}.broker-form-card{width:100%;max-width:600px;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e7eb;transition:all .3s ease}.broker-form-card:hover{transform:translateY(-2px);box-shadow:0 25px 35px -5px #00000026,0 15px 15px -5px #00000014}.broker-form-header{text-align:center;margin-bottom:2rem}.logos-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.broker-form-logo{width:160px;height:80px;object-fit:contain;transition:all .3s ease;cursor:pointer;filter:drop-shadow(0 4px 8px rgba(102,126,234,.2))}.broker-form-logo:hover{transform:scale(1.05);filter:drop-shadow(0 8px 16px rgba(102,126,234,.4))}.logo-separator{font-size:1.5rem;font-weight:700;color:#667eea;margin:0 .5rem}.broker-form-header h1{color:#1f2937;font-size:1.875rem;font-weight:700;margin:0 0 .5rem}.form-subtitle{color:#6b7280;font-size:1rem;margin:0}.broker-form{margin-bottom:1.5rem}.form-section{margin-bottom:2rem}.section-title{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fff;color:#1f2937;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.form-input:hover:not(:focus){border-color:#9ca3af}.form-input:disabled{opacity:.6;cursor:not-allowed;background-color:#f9fafb}.form-input::placeholder{color:#9ca3af}.form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.file-input{position:relative;display:inline-block;cursor:pointer}.file-input input[type=file]{position:absolute;opacity:0;left:0;top:0;width:140px;height:45px;cursor:pointer;z-index:10}.file-input:before{content:"Select File/s";display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;margin-right:1rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea33;position:relative;z-index:5}.file-input:hover:before{transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d;background:linear-gradient(135deg,#5a6fd8,#6b4190)}.file-input:after{content:attr(data-filename);color:#6b7280;font-size:.9rem;font-style:italic;margin-left:.5rem;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top}.file-input[data-filename=""]:after{content:"No file chosen";max-width:none;text-overflow:none;overflow:visible}.file-input-wrapper{position:relative;display:flex;align-items:center;min-height:50px;padding:.75rem;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;transition:all .3s ease;overflow:hidden;word-wrap:break-word}.file-input-wrapper:hover{border-color:#667eea;background:#667eea0d}.file-input-wrapper.has-file{border-color:#667eea;background:#667eea1a}.file-icon{width:24px;height:24px;margin-right:.75rem;opacity:.6}.file-info{display:flex;flex-direction:column;margin-left:1rem;flex:1;min-width:0}.file-name{color:#374151;font-weight:500;font-size:.9rem;word-break:break-all;line-height:1.3;max-width:100%}.file-size{color:#6b7280;font-size:.8rem;margin-top:.2rem;white-space:nowrap}.form-help-text{display:block;margin-top:.375rem;font-size:.875rem;color:#6b7280;line-height:1.4}@media(max-width:640px){.file-input-wrapper{flex-direction:column;align-items:flex-start;gap:.75rem;min-height:auto;padding:1rem}.file-info{margin-left:0;width:100%}.file-input:before{padding:.6rem 1.2rem;font-size:.9rem}.file-input:after{max-width:150px;display:block;margin-left:0;margin-top:.5rem}.file-input input[type=file]{width:120px;height:40px}.file-name{font-size:.85rem;line-height:1.4}}.checkbox-wrapper{display:flex;align-items:center;cursor:pointer;font-size:.875rem;color:#374151;font-weight:500}.checkbox-wrapper input[type=checkbox]{width:auto;margin-right:.75rem;margin-bottom:0;transform:scale(1.2)}.submit-button{width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #667eea33}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.broker-thank-you{text-align:center;padding:0rem 0}.thank-you-icon{font-size:4rem;color:#10b981;margin-bottom:1rem;font-weight:700}.broker-thank-you h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.broker-thank-you p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin:0 0 1rem}.next-steps-list{text-align:left;margin:1.5rem auto;padding:1.5rem;max-width:600px;background:#f9fafb;border-radius:12px;border-left:4px solid #667eea}.next-steps-list li{color:#374151;font-size:1rem;line-height:1.8;margin-bottom:1rem;padding-left:.5rem}.next-steps-list li:last-child{margin-bottom:0}.return-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.return-link:hover{color:#5a67d8;text-decoration:underline}@media(max-width:480px){.broker-form-container{padding:.5rem}.broker-form-card{padding:2rem 1.5rem;border-radius:12px;max-width:100%}.broker-form-logo{width:100px;height:50px}.logos-container{gap:.5rem}.logo-separator{font-size:1.2rem}.broker-form-header h1{font-size:1.5rem}.form-subtitle{font-size:.9rem}.section-title{font-size:1.125rem}.form-input{padding:.875rem 1rem;font-size:1rem}}@media(min-width:768px){.revolut-form-card{max-width:650px;padding:3.5rem}}@media(min-width:1024px){.revolut-form-card{max-width:700px;padding:4rem}.revolut-form-logo{width:180px;height:90px}.revolut-form-header h1{font-size:2rem}}@media(prefers-color-scheme:dark){.revolut-form-card{background:#fff!important;border-color:#e5e7eb!important}.revolut-form-header h1{color:#1f2937!important}.revolut-form-subtitle{color:#6b7280!important}.section-title{color:#1f2937!important;border-bottom-color:#e5e7eb!important}.form-label{color:#374151!important}.form-input{background:#fff!important;border-color:#d1d5db!important;color:#1f2937!important}.form-input:focus{border-color:#667eea!important}.form-input::placeholder{color:#9ca3af!important}.form-input:disabled{background-color:#f9fafb!important}.form-help-text{color:#6b7280!important}.checkbox-wrapper{color:#374151!important}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}.file-input-wrapper{background:#f9fafb!important;border-color:#d1d5db!important}.file-input-wrapper:hover{border-color:#667eea!important;background:#667eea0d!important}.file-input-wrapper.has-file{border-color:#667eea!important;background:#667eea1a!important}.file-name{color:#374151!important}.file-size{color:#6b7280!important}.broker-thank-you h2{color:#1f2937!important}.broker-thank-you p{color:#6b7280!important}.return-link{color:#667eea!important}.return-link:hover{color:#5a67d8!important}}.lead-capture-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px;animation:leadCaptureOverlayFadeIn .2s ease-out}@keyframes leadCaptureOverlayFadeIn{0%{opacity:0}to{opacity:1}}.lead-capture-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:leadCaptureModalSlideIn .3s ease-out}@keyframes leadCaptureModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.lead-capture-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #f3f4f6}.lead-capture-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.lead-capture-modal-close{background:none;border:none;cursor:pointer;padding:8px;color:#6b7280;transition:all .2s;border-radius:6px;display:flex;align-items:center;justify-content:center}.lead-capture-modal-close:hover:not(:disabled){color:#111827;background-color:#f3f4f6}.lead-capture-modal-close:disabled{cursor:not-allowed;opacity:.5}.lead-capture-form{padding:24px}.lead-capture-subtitle{margin:0 0 24px;font-size:.95rem;color:#6b7280;line-height:1.5}.lead-capture-form-group{margin-bottom:20px}.lead-capture-form-group label{display:block;margin-bottom:8px;font-size:.9rem;font-weight:600;color:#374151}.lead-capture-form-group .required{color:#dc2626}.lead-capture-form-group input,.lead-capture-form-group select{width:100%;padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;color:#111827;background:#fff;transition:all .2s;box-sizing:border-box}.lead-capture-form-group input:focus,.lead-capture-form-group select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.lead-capture-form-group input.error,.lead-capture-form-group select.error{border-color:#dc2626}.lead-capture-form-group input.error:focus,.lead-capture-form-group select.error:focus{box-shadow:0 0 0 3px #dc26261a}.lead-capture-form-group input:disabled,.lead-capture-form-group select:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.lead-capture-form-group input::placeholder{color:#9ca3af}.error-message{display:block;margin-top:6px;font-size:.85rem;color:#dc2626;font-weight:500}.lead-capture-modal-actions{display:flex;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid #f3f4f6}.lead-capture-btn{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.lead-capture-btn.cancel{background:#fff;color:#6b7280;border:1.5px solid #d1d5db}.lead-capture-btn.cancel:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;color:#374151}.lead-capture-btn.submit{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none}.lead-capture-btn.submit:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.lead-capture-btn:disabled{cursor:not-allowed;opacity:.6}.lead-capture-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:leadCaptureSpin .8s linear infinite}@keyframes leadCaptureSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.lead-capture-modal{max-width:100%;max-height:100vh;border-radius:0;margin:0}.lead-capture-modal-overlay{padding:0}.lead-capture-modal-header{padding:20px 16px 14px}.lead-capture-modal-header h2{font-size:1.25rem}.lead-capture-form{padding:20px 16px}.lead-capture-modal-actions{flex-direction:column-reverse;gap:10px}.lead-capture-btn{width:100%}}@media(max-width:768px)and (min-width:641px){.lead-capture-modal{max-width:90%}.lead-capture-modal-header h2{font-size:1.35rem}}@media(max-width:600px){.gs-step-container .gs-progress-bar{margin-top:1px!important;margin-bottom:48px!important;height:18px!important}.gs-step-content{margin-top:72px!important}}@media(max-width:600px){.gs-step-container .gs-progress-bar{margin-top:12px!important;margin-bottom:18px!important;position:static!important;width:100%!important;left:0!important;right:0!important;transform:none!important;flex-wrap:wrap!important;z-index:1!important}}@media(max-width:1200px){.gs-step-content{max-width:90vw;padding:48px 32px 32px}}@media(max-width:900px){.gs-step-content{max-width:98vw;padding:32px 12px 18px;border-radius:16px}.gs-step-container .gs-progress-bar{margin-bottom:24px!important}}@media(max-width:768px){.gs-step-container{padding:6px;min-height:100vh}.gs-step-content{padding:24px 6px 18px;border-radius:12px;max-width:100vw;min-width:0}.gs-step-header h1{font-size:22px;margin-bottom:10px}.gs-fee-amount{font-size:32px!important;margin:16px 0!important}.gs-benefits-list{padding:12px;margin:24px 0;border-radius:10px;font-size:14px}.gs-benefit-item{font-size:14px;gap:10px;padding:8px 0}.gs-step-header p,.gs-fee-subtitle{font-size:13px!important;margin-bottom:24px!important}.gs-step-actions{gap:12px;margin-top:24px;flex-direction:column-reverse}.gs-continue-button,.gs-submit-button,.gs-back-button{font-size:15px;padding:10px 12px;border-radius:8px;max-width:100%;width:100%}.gs-form-row{grid-template-columns:1fr;gap:12px}.gs-option-button{font-size:15px;padding:12px}}@media(max-width:600px){.gs-step-header h1{font-size:18px}.gs-fee-amount{font-size:24px!important}.gs-benefits-list{padding:8px;font-size:13px}.gs-benefit-item{font-size:13px;gap:8px;padding:6px 0}.gs-option-button{font-size:14px;padding:8px}}@media(max-width:480px){.gs-step-header h1{font-size:15px}.gs-fee-amount{font-size:18px!important}.gs-step-container .gs-progress-bar{top:20px;margin-bottom:12px!important}.gs-progress-step{width:20px;height:4px}.gs-option-button{font-size:13px;padding:6px}.gs-step-content{padding:10px 2px 8px;border-radius:8px}}@media(max-width:600px){.gs-step-content{padding:24px 6px 18px;border-radius:12px;max-width:98vw;min-width:0}.gs-fee-amount{font-size:32px!important;margin:16px 0!important}.gs-benefits-list{padding:12px;margin:24px 0;border-radius:10px;font-size:14px}.gs-benefit-item{font-size:14px;gap:10px;padding:8px 0}.gs-step-header p,.gs-fee-subtitle{font-size:13px!important;margin-bottom:24px!important}.gs-step-header h1{font-size:20px;margin-bottom:10px}.gs-step-actions{gap:12px;margin-top:24px}.gs-continue-button,.gs-submit-button,.gs-back-button{font-size:15px;padding:10px 12px;border-radius:8px;max-width:100%}}.gs-step-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.gs-close-btn{position:absolute;top:24px;right:24px;background:#ffffff1a;border:none;color:#fff;padding:12px 16px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:inherit}.gs-close-btn:hover{background:#fff3;transform:translateY(-1px)}.gs-step-container .gs-progress-bar{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:0 auto 32px!important;background:none!important;border:none!important;padding:0!important;width:fit-content!important;position:relative!important;flex-wrap:nowrap!important;z-index:1!important}.gs-step-content .gs-progress-bar{position:static;transform:none;margin:0 auto 32px;justify-content:center;background:none;border:none;padding:0;gap:8px;width:auto;display:flex;flex-wrap:nowrap}.gs-progress-step{width:60px;height:20px;background:#9e9e9e4d;border-radius:12px;transition:all .4s ease;position:relative;border:none;flex-shrink:0}.gs-progress-step.active{background:#9b7cb6;border:none;box-shadow:none}.gs-progress-step.completed{background:#9e9e9e4d;border:none;box-shadow:none}.gs-step-content{background:#fff;border-radius:24px;padding:60px 48px 48px;max-width:640px;width:100%;text-align:center;box-shadow:0 32px 80px #0000001f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);position:relative;overflow:visible}.gs-step-header h3{color:#6b7280;font-size:13px;font-weight:600;margin:0 0 12px;text-transform:uppercase;letter-spacing:1.2px;font-family:inherit}.gs-step-header h1{font-size:36px;font-weight:800;color:#111827;margin:0 0 16px;line-height:1.1;font-family:inherit;letter-spacing:-.02em}.gs-step-header p{font-size:16px;color:#6b7280;margin:0 0 48px;line-height:1.6;font-weight:400;font-family:inherit}.gs-button-group{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.gs-option-button{background:#fff;border:2px solid #E5E7EB;border-radius:16px;padding:24px;font-size:18px;font-weight:600;color:#374151;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:16px;min-height:80px;font-family:inherit;position:relative;overflow:hidden}.gs-option-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(118,75,162,.1),transparent);transition:left .5s ease}.gs-option-button:hover:before{left:100%}.gs-option-button:hover{border-color:#764ba2;transform:translateY(-2px);box-shadow:0 12px 32px #764ba226}.gs-option-button.selected{border-color:#764ba2;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px #764ba266}.gs-option-icon{display:flex;align-items:center;justify-content:center}.gs-option-icon svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.gs-fee-amount{font-size:72px!important;font-weight:900!important;color:#111827!important;margin:24px 0!important;letter-spacing:-.03em!important;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gs-fee-subtitle{font-size:15px!important;color:#6b7280!important;margin-bottom:48px!important;font-weight:500!important}.gs-benefits-list{text-align:left;margin:48px 0;background:#f9fafb;border-radius:16px;padding:24px}.gs-benefit-item{display:flex;align-items:center;gap:16px;padding:12px 0;font-size:16px;color:#374151;font-weight:500;font-family:inherit}.gs-benefit-item svg{color:#10b981;filter:drop-shadow(0 1px 2px rgba(16,185,129,.2))}.gs-form-fields{text-align:left}.gs-form-group{position:relative;margin-bottom:24px}.gs-input-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);z-index:2;color:#6b7280;display:flex;align-items:center}.gs-form-group input,.gs-form-group select{width:100%;padding:18px 18px 18px 54px;border:2px solid #E5E7EB;border-radius:12px;font-size:16px;font-weight:500;transition:all .3s ease;box-sizing:border-box;font-family:inherit;background:#fafafa}.gs-form-group input:focus,.gs-form-group select:focus{outline:none;border-color:#764ba2;background:#fff;box-shadow:0 0 0 4px #764ba21a}.gs-phone-input{display:flex;align-items:center;border:2px solid #E5E7EB;border-radius:12px;transition:all .3s ease;padding-left:54px;background:#fafafa}.gs-phone-input:focus-within{border-color:#764ba2;background:#fff;box-shadow:0 0 0 4px #764ba21a}.gs-country-code{padding:18px 12px;border-right:1px solid #E5E7EB;font-size:14px;font-weight:600;white-space:nowrap;color:#374151;font-family:inherit}.gs-phone-input input{border:none;padding:18px;flex:1;background:transparent;box-shadow:none}.gs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gs-fees-notice{font-size:14px;color:#6b7280;margin:24px 0;text-align:center;font-weight:500;padding:16px;background:#f3f4f6;border-radius:12px;font-family:inherit}.gs-checkbox-group{display:flex;align-items:flex-start;gap:12px;margin:32px 0;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #E5E7EB}.gs-checkbox-group input[type=checkbox]{width:auto;margin:0;padding:0;transform:scale(1.2)}.gs-checkbox-group label{font-size:14px;color:#374151;line-height:1.5;font-weight:500;font-family:inherit}.gs-file-upload-section{margin:32px 0}.gs-file-upload-label{display:block;font-size:16px;color:#374151;margin-bottom:16px;font-weight:600;font-family:inherit}.gs-file-upload-area{position:relative;border:2px dashed #D1D5DB;border-radius:16px;padding:48px 24px;text-align:center;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.gs-file-upload-area:hover{border-color:#764ba2;background:linear-gradient(135deg,#764ba20d,#764ba21a);transform:translateY(-2px);box-shadow:0 8px 24px #764ba226}.gs-upload-icon{font-size:40px;margin-bottom:16px;color:#9ca3af}.gs-file-upload-content p{font-size:16px;color:#6b7280;margin:0;font-weight:500;font-family:inherit}.gs-file-selected{color:#764ba2!important;font-weight:600!important;margin-top:12px!important;padding:8px 16px;background:#764ba21a;border-radius:8px;display:inline-block}.gs-scheme-section{margin:32px 0;text-align:left}.gs-scheme-section p{font-size:16px;color:#374151;margin-bottom:20px;font-weight:600;font-family:inherit}.gs-radio-group{display:flex;flex-direction:column;gap:16px}.gs-radio-option{display:flex;align-items:center;gap:14px;padding:18px 20px;border:2px solid #E5E7EB;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fafafa;font-family:inherit;font-weight:500}.gs-radio-option:hover{border-color:#764ba2;background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #764ba21a}.gs-radio-option input[type=radio]{width:auto;margin:0;transform:scale(1.2)}.gs-radio-option input[type=radio]:checked+.gs-radio-option,.gs-radio-option:has(input[type=radio]:checked){border-color:#764ba2;background:#764ba21a}.gs-step-actions{display:flex;justify-content:space-between;align-items:center;margin-top:48px;gap:24px}.gs-back-button{background:transparent;border:2px solid #E5E7EB;color:#6b7280;padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.gs-back-button:hover{border-color:#764ba2;color:#764ba2;transform:translateY(-1px);box-shadow:0 4px 12px #764ba226}.gs-continue-button,.gs-submit-button{background:linear-gradient(135deg,#764ba2,#667eea);border:none;color:#fff;padding:14px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;max-width:220px;font-family:inherit;position:relative;overflow:hidden}.gs-continue-button:before,.gs-submit-button: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}.gs-continue-button:hover:before,.gs-submit-button:hover:before{left:100%}.gs-continue-button:hover,.gs-submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #764ba266}.gs-submit-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.gs-submit-button:disabled:before{display:none}.gs-success-content{text-align:center;max-width:600px;margin:0 auto;padding:40px 20px}.gs-success-icon{margin:0 auto 30px;display:flex;justify-content:center;animation:successBounce .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes successBounce{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.1) rotate(10deg)}to{transform:scale(1) rotate(0);opacity:1}}.gs-success-logo{margin:0 auto 30px;display:flex;justify-content:center;animation:fadeInDown .8s ease-out .2s both}.gs-success-logo img{max-width:200px;height:auto}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.gs-success-content .step-header{animation:fadeInUp .8s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gs-email-badge{display:inline-flex;align-items:center;gap:12px;margin-top:32px;padding:16px 24px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10b981;border-radius:12px;font-size:15px;color:#047857;animation:fadeInUp .8s ease-out .6s both;box-shadow:0 4px 12px #10b98126}.gs-email-badge svg{flex-shrink:0}.gs-email-badge strong{color:#065f46;font-weight:600}.gs-email-notice{font-size:16px!important;color:#6b7280!important;margin-top:24px!important;font-weight:500!important;font-family:inherit!important}.gs-success-content .step-header .step-title{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:42px;font-weight:700;margin-bottom:16px}.gs-success-content .step-header .step-subtitle{color:#10b981;font-weight:700;letter-spacing:2px;font-size:14px;margin-bottom:12px}.gs-success-content .step-header .step-description{font-size:18px;line-height:1.7;color:#4b5563;max-width:500px;margin:0 auto}@media(max-width:768px){.gs-success-content{padding:30px 15px}.gs-success-icon svg{width:60px;height:60px}.gs-success-logo img{max-width:150px}.gs-success-content .step-header .step-title{font-size:32px}.gs-email-badge{flex-direction:column;gap:8px;padding:14px 18px;font-size:14px}}.gs-file-upload-section{margin:30px 0}.gs-file-upload-label{display:block;font-size:16px;color:#333;margin-bottom:15px;font-weight:500}.gs-file-upload-area{position:relative;border:2px dashed #e0e0e0;border-radius:8px;padding:40px 20px;text-align:center;transition:border-color .3s,background-color .3s;cursor:pointer}.gs-file-upload-area:hover{border-color:#764ba2;background:#764ba20d}.gs-file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.gs-file-upload-content{pointer-events:none}.gs-upload-icon{font-size:32px;margin-bottom:15px}.gs-file-upload-content p{font-size:16px;color:#666;margin:0}.gs-file-selected{color:#764ba2!important;font-weight:600!important;margin-top:10px!important}@media(max-width:768px){.gs-step-container{padding:10px}.gs-step-content{padding:40px 20px 30px}.gs-step-header h1{font-size:24px}.gs-fee-amount{font-size:48px!important}.gs-form-row{grid-template-columns:1fr}.gs-step-actions{flex-direction:column-reverse}.gs-continue-button,.gs-submit-button{max-width:none;width:100%}.gs-back-button{width:100%}}@media(max-width:480px){.gs-step-header h1{font-size:20px}.gs-option-button{font-size:16px;padding:15px}.gs-progress-step{width:30px;height:6px}}.gs-contact-options{display:flex;gap:24px;margin:32px 0;flex-wrap:wrap}.gs-contact-card{flex:1;min-width:280px;background:#f8f9fa;border-radius:12px;padding:24px;text-align:center;border:1px solid #e9ecef}.gs-contact-card h3{margin:0 0 12px;font-size:1rem;font-weight:600;color:var(--foreground, #1f2937);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.01em}.gs-contact-card p{margin:0 0 20px;color:var(--muted-foreground, #6b7280);font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.gs-contact-button{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none!important;font-weight:600;border:none;cursor:pointer;font-size:16px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.gs-phone-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff!important;text-decoration:none!important}.gs-phone-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 8px #00000026;text-decoration:none!important}.gs-phone-button:visited,.gs-phone-button:link,.gs-phone-button:active{color:#fff!important;text-decoration:none!important}.gs-book-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff!important}.gs-book-button:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.gs-book-button:focus{outline:2px solid #8b5cf6;outline-offset:2px}.gs-download-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff!important;text-decoration:none!important}.gs-download-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 8px #00000026;text-decoration:none!important}.gs-download-button:visited,.gs-download-button:link,.gs-download-button:active{color:#fff!important;text-decoration:none!important}@media(max-width:768px){.gs-contact-options{flex-direction:column;gap:16px}.gs-contact-card{min-width:unset;padding:20px}.gs-contact-button{width:100%;padding:14px 24px}}#root{min-height:100vh;background:#fff;color:#1f2937}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #667eea;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}a{text-decoration:none;color:#667eea;transition:color .2s ease}a:hover{color:#4f46e5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.p-4{padding:1rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}
