@charset "UTF-8";.video-call-container{position:relative;width:100vw;height:100vh;background:#1a1a1a;display:flex;flex-direction:column;overflow:hidden}.video-call-container .video-grid-animate{flex:1;display:grid;gap:16px;padding:16px;width:100%;height:100%;max-height:calc(100vh - 120px);grid-template-columns:1fr;grid-template-rows:1fr}.video-call-container .video-grid-animate.has-remote-users{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-auto-rows:1fr}.video-call-container .self-float-animate{position:absolute;bottom:80px;right:16px;width:240px;height:180px;z-index:10;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.reconnecting-banner{position:fixed;top:0;left:0;width:100vw;background:#ff9800;color:#fff;text-align:center;font-weight:600;font-size:17px;padding:12px 0;z-index:3000;letter-spacing:.5px;box-shadow:0 2px 8px #0000001f}.users-in-room-badge{position:absolute;top:16px;right:24px;background:rgba(0,0,0,.6);color:#fff;border-radius:8px;padding:4px 12px;font-size:15px;font-weight:500;z-index:10}@keyframes spin{to{transform:rotate(360deg)}}.video-grid-animate{opacity:0;transform:translateY(40px)}.video-grid-animate.video-grid-animate-in{opacity:1;transform:translateY(0);transition:opacity .6s cubic-bezier(.4,2,.6,1),transform .6s cubic-bezier(.4,2,.6,1)}.self-float-animate{opacity:0;transform:translateY(40px)}.self-float-animate.self-float-animate-in{opacity:1;transform:translateY(0);transition:opacity .5s cubic-bezier(.4,2,.6,1),transform .5s cubic-bezier(.4,2,.6,1)}.video-call-controls{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px 0}.video-call-network-quality{position:absolute;top:16px;left:24px;background:rgba(0,0,0,.6);color:#fff;border-radius:8px;padding:4px 12px;font-size:15px;font-weight:500;z-index:10}.video-call-toasts{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:1000;display:flex;flex-direction:column;gap:8px}.video-lobby{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.video-lobby__container{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;max-width:500px;width:100%;box-shadow:0 20px 40px #0000001a;text-align:center}.video-lobby__header{margin-bottom:32px}.video-lobby__header h1{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.video-lobby__header p{font-size:1rem;color:#666;margin:0}.video-lobby__preview{margin-bottom:32px;position:relative}.video-lobby__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:240px;background:#f5f5f5;border-radius:16px;color:#666}.video-lobby__loading .spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.video-lobby__loading p{margin:0;font-size:.9rem}.video-lobby__error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:240px;background:#fff5f5;border:2px dashed #ff6b6b;border-radius:16px;color:#d32f2f}.video-lobby__error .error-icon{font-size:2.5rem;margin-bottom:12px}.video-lobby__error p{margin:0 0 16px;font-size:.9rem;font-weight:500}.video-lobby__error .retry-button{background:#ff6b6b;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.video-lobby__error .retry-button:hover{background:#ff5252;transform:translateY(-1px)}.video-lobby__error .retry-button:active{transform:translateY(0)}.video-lobby__video-container{position:relative;width:100%;height:240px;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 8px 24px #00000026}.video-lobby__video{width:100%;height:100%;object-fit:cover;background:#000}.video-lobby__avatar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:4rem;font-weight:600}.video-lobby__muted-indicator{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.7);border-radius:8px;padding:6px 8px;font-size:1.2rem}.video-lobby__controls{margin-bottom:32px}.video-lobby__media-controls{display:flex;justify-content:center;gap:16px;margin-bottom:24px}.video-lobby__control-button{width:56px;height:56px;border-radius:50%;border:none;font-size:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden}.video-lobby__control-button.enabled{background:#4caf50;color:#fff}.video-lobby__control-button.enabled:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.video-lobby__control-button.enabled:active{transform:translateY(-1px)}.video-lobby__control-button.disabled{background:#f44336;color:#fff}.video-lobby__control-button.disabled:hover{background:#e53935;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.video-lobby__control-button.disabled:active{transform:translateY(-1px)}.video-lobby__control-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.1);opacity:0;transition:opacity .2s ease}.video-lobby__control-button:hover:before{opacity:1}.video-lobby__name-input{margin-top:16px}.video-lobby__input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;background:white;transition:all .2s ease;outline:none}.video-lobby__input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.video-lobby__input::placeholder{color:#999}.video-lobby__actions{text-align:center}.video-lobby__join-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:160px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #667eea4d}.video-lobby__join-button.enabled:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.video-lobby__join-button.enabled:active{transform:translateY(-1px)}.video-lobby__join-button.disabled{background:#e0e0e0;color:#999;cursor:not-allowed;box-shadow:none}.video-lobby__join-button.disabled:hover{transform:none}.video-lobby__join-button .button-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.video-lobby__requirement{margin-top:16px;font-size:.875rem;color:#666;max-width:300px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.video-lobby{padding:16px}.video-lobby__container{padding:24px;border-radius:16px}.video-lobby__header{margin-bottom:24px}.video-lobby__header h1{font-size:1.5rem}.video-lobby__header p{font-size:.9rem}.video-lobby__video-container{height:200px}.video-lobby__control-button{width:48px;height:48px;font-size:1.3rem}.video-lobby__media-controls{gap:12px}.video-lobby__join-button{padding:14px 28px;font-size:1rem}}@media (max-width: 480px){.video-lobby__container{padding:20px}.video-lobby__video-container{height:160px}.video-lobby__control-button{width:44px;height:44px;font-size:1.2rem}}.video-call-banner{background:#fffde7;border-bottom:2px solid #ffe082;padding:16px 0;text-align:center;margin-bottom:18px}.video-call-banner__text{color:#f9a825;font-weight:600;font-size:18px}.camera-selector{position:relative;display:inline-block}.camera-selector .camera-selector-toggle{background:rgba(0,0,0,.5);border:none;border-radius:8px;color:#fff;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.camera-selector .camera-selector-toggle:hover{background:rgba(0,0,0,.7);transform:translateY(-1px)}.camera-selector .camera-selector-toggle .camera-count{background:#007bff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.camera-selector .camera-selector-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:rgba(0,0,0,.9);border-radius:12px;padding:16px;min-width:280px;box-shadow:0 10px 40px #0000004d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);z-index:1000}.camera-selector .camera-selector-dropdown .camera-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:#fff;font-weight:600}.camera-selector .camera-selector-dropdown .camera-selector-header .close-button{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.camera-selector .camera-selector-dropdown .camera-selector-header .close-button:hover{color:#fff;background:rgba(255,255,255,.1)}.camera-selector .camera-selector-dropdown .camera-selector-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#fffc;padding:20px}.camera-selector .camera-selector-dropdown .camera-selector-loading .spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.camera-selector .camera-selector-dropdown .camera-list{display:flex;flex-direction:column;gap:8px}.camera-selector .camera-selector-dropdown .camera-list .camera-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .2s ease;text-align:left}.camera-selector .camera-selector-dropdown .camera-list .camera-item:hover{background:rgba(255,255,255,.1);border-color:#fff3;transform:translateY(-1px)}.camera-selector .camera-selector-dropdown .camera-list .camera-item.active{background:rgba(0,123,255,.2);border-color:#007bff;color:#007bff}.camera-selector .camera-selector-dropdown .camera-list .camera-item.active .check-icon{color:#007bff}.camera-selector .camera-selector-dropdown .camera-list .camera-item span{flex:1;font-size:14px}.camera-selector .camera-selector-dropdown .camera-list .camera-item .check-icon{color:#007bff;flex-shrink:0}@media (max-width: 768px){.camera-selector .camera-selector-dropdown{min-width:250px;left:0;right:auto}}.chat-toggle-btn{position:fixed;bottom:20px;right:20px;width:56px;height:56px;background:#1976d2;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:all .2s ease;z-index:1000}.chat-toggle-btn:hover{background:#1565c0;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.chat-toggle-btn.active{background:#424242}.chat-toggle-btn svg{width:24px;height:24px}.chat-toggle-btn .unread-badge{position:absolute;top:-4px;right:-4px;background:#f44336;color:#fff;border-radius:12px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;padding:0 6px;border:2px solid white}.video-call-chat{position:fixed;bottom:90px;right:20px;width:320px;height:400px;background:white;border-radius:12px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;transition:all .3s ease;z-index:999;border:1px solid #e0e0e0}.video-call-chat.hidden{opacity:0;visibility:hidden;transform:translateY(20px) scale(.95)}.video-call-chat.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.video-call-chat .chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e0e0e0;background:#fafafa;border-radius:12px 12px 0 0}.video-call-chat .chat-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.video-call-chat .chat-header .close-btn{background:none;border:none;color:#666;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.video-call-chat .chat-header .close-btn:hover{background:#e0e0e0;color:#333}.video-call-chat .chat-header .close-btn svg{width:20px;height:20px}.video-call-chat .chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.video-call-chat .chat-messages::-webkit-scrollbar{width:6px}.video-call-chat .chat-messages::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.video-call-chat .chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.video-call-chat .chat-messages::-webkit-scrollbar-thumb:hover{background:#bbb}.video-call-chat .chat-messages .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#666}.video-call-chat .chat-messages .empty-state p{margin:4px 0}.video-call-chat .chat-messages .empty-state p.hint{font-size:14px;color:#999}.video-call-chat .chat-messages .message{display:flex;flex-direction:column;max-width:80%;word-wrap:break-word}.video-call-chat .chat-messages .message.own{align-self:flex-end}.video-call-chat .chat-messages .message.own .message-header{text-align:right}.video-call-chat .chat-messages .message.own .message-content{background:#1976d2;color:#fff;border-radius:16px 16px 4px}.video-call-chat .chat-messages .message.other{align-self:flex-start}.video-call-chat .chat-messages .message.other .message-content{background:#f5f5f5;color:#333;border-radius:16px 16px 16px 4px}.video-call-chat .chat-messages .message.system{align-self:center}.video-call-chat .chat-messages .message.system .message-content{background:#e3f2fd;color:#1565c0;border-radius:12px;font-style:italic;font-size:14px;text-align:center}.video-call-chat .chat-messages .message .message-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:12px}.video-call-chat .chat-messages .message .message-header .user-name{color:#666;font-weight:600}.video-call-chat .chat-messages .message .message-header .timestamp{color:#999}.video-call-chat .chat-messages .message .message-content{padding:8px 12px;font-size:14px;line-height:1.4}.video-call-chat .chat-input{display:flex;align-items:center;gap:8px;padding:12px;border-top:1px solid #e0e0e0;background:#fafafa;border-radius:0 0 12px 12px}.video-call-chat .chat-input input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:20px;font-size:14px;outline:none;transition:border-color .2s ease}.video-call-chat .chat-input input:focus{border-color:#1976d2}.video-call-chat .chat-input input::placeholder{color:#999}.video-call-chat .chat-input .send-btn{width:36px;height:36px;background:#1976d2;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.video-call-chat .chat-input .send-btn:hover:not(:disabled){background:#1565c0;transform:scale(1.05)}.video-call-chat .chat-input .send-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.video-call-chat .chat-input .send-btn svg{width:18px;height:18px}@media (max-width: 768px){.video-call-chat{width:calc(100vw - 40px);max-width:320px;height:350px;bottom:80px;right:20px;left:20px;margin:0 auto}.chat-toggle-btn{bottom:15px;right:15px;width:48px;height:48px}.chat-toggle-btn svg{width:20px;height:20px}}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message{animation:messageSlideIn .2s ease-out}.video-user{position:relative;background:#222;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000026}.pre-call-setup{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.setup-container{background:white;border-radius:12px;padding:32px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.setup-header{text-align:center;margin-bottom:32px}.setup-header h2{margin:0 0 8px;color:#1a73e8;font-size:24px;font-weight:600}.setup-header p{margin:0;color:#5f6368;font-size:16px}.setup-progress{display:flex;justify-content:space-between;margin-bottom:32px;position:relative}.setup-progress:before{content:"";position:absolute;top:20px;left:20px;right:20px;height:2px;background:#e8eaed;z-index:1}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.progress-step .step-number{width:40px;height:40px;border-radius:50%;background:#e8eaed;color:#5f6368;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:8px;transition:all .3s ease}.progress-step .step-label{font-size:12px;color:#5f6368;text-align:center;font-weight:500}.progress-step.completed .step-number{background:#34a853;color:#fff}.progress-step.current .step-number{background:#1a73e8;color:#fff;transform:scale(1.1)}.progress-step.current .step-label{color:#1a73e8;font-weight:600}.setup-content{min-height:300px;margin-bottom:32px}.setup-step h3{margin:0 0 20px;color:#202124;font-size:18px;font-weight:600}.check-list .check-item{display:flex;align-items:center;padding:12px 16px;border-radius:8px;margin-bottom:8px}.check-list .check-item .check-icon{margin-right:12px;font-size:18px}.check-list .check-item.success{background:#e8f5e8;color:#137333}.check-list .check-item.success .check-icon{color:#4caf50}.check-list .check-item.error{background:#fce8e6;color:#d93025}.check-list .check-item.error .check-icon{color:#f44336}.device-section{margin-bottom:20px}.device-section label{display:block;margin-bottom:8px;font-weight:500;color:#202124}.device-section select{width:100%;padding:12px;border:1px solid #dadce0;border-radius:6px;font-size:14px;background:white}.device-section select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}.media-test .video-preview{position:relative;margin-bottom:20px}.media-test .video-preview .preview-video{width:100%;max-width:400px;height:240px;border-radius:8px;background:#000;object-fit:cover}.media-test .video-preview .video-status{position:absolute;bottom:8px;left:8px;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500}.media-test .video-preview .video-status.working{background:rgba(52,168,83,.9);color:#fff}.media-test .video-preview .video-status.not-working{background:rgba(217,48,37,.9);color:#fff}.media-test .audio-test .audio-status{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-weight:500}.media-test .audio-test .audio-status.working{background:#e8f5e8;color:#137333}.media-test .audio-test .audio-status.not-working{background:#fce8e6;color:#d93025}.media-test .audio-test .audio-level{display:flex;align-items:center;gap:12px}.media-test .audio-test .audio-level .level-bar{flex:1;height:8px;background:#e8eaed;border-radius:4px;overflow:hidden}.media-test .audio-test .audio-level .level-bar .level-fill{height:100%;background:linear-gradient(90deg,#34a853,#fbbc04,#ea4335);transition:width .1s ease}.media-test .audio-test .audio-level .level-text{font-size:12px;color:#5f6368;white-space:nowrap}.connectivity-test .connection-status{display:flex;align-items:center;padding:16px;border-radius:8px;margin-bottom:16px;font-weight:500}.connectivity-test .connection-status .status-icon{margin-right:12px;font-size:18px}.connectivity-test .connection-status.good{background:#e8f5e8;color:#137333}.connectivity-test .connection-status.fair{background:#fef7e0;color:#f57c00}.connectivity-test .connection-status.poor{background:#fce8e6;color:#d93025}.connectivity-test .connection-status.unknown{background:#f1f3f4;color:#5f6368}.warning{background:#fef7e0;color:#f57c00;padding:12px 16px;border-radius:8px;margin-top:16px;font-size:14px;border-left:4px solid #fbbc04}.ready-message{background:#e8f5e8;color:#137333;padding:16px;border-radius:8px;margin-top:16px;font-weight:500;text-align:center;border-left:4px solid #34a853}.setup-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e8eaed;padding-top:20px}.setup-actions .nav-buttons{display:flex;gap:12px}.setup-actions .btn-primary,.setup-actions .btn-secondary{padding:12px 24px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:none}.setup-actions .btn-primary:disabled,.setup-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.setup-actions .btn-primary{background:#1a73e8;color:#fff}.setup-actions .btn-primary:hover:not(:disabled){background:#1557b0}.setup-actions .btn-primary:active{transform:translateY(1px)}.setup-actions .btn-secondary{background:transparent;color:#1a73e8;border:1px solid #dadce0}.setup-actions .btn-secondary:hover{background:#f8f9fa}.loading-message{padding:16px;background:#e3f2fd;border:1px solid #2196f3;border-radius:8px;color:#1976d2;text-align:center;margin-bottom:16px;font-weight:500}.error-message{padding:16px;background:#ffebee;border:1px solid #f44336;border-radius:8px;color:#d32f2f;text-align:center;margin-bottom:16px;font-weight:500}@media (max-width: 768px){.setup-container{margin:20px;padding:24px;max-height:90vh}.setup-progress .progress-step .step-number{width:32px;height:32px;font-size:12px}.setup-progress .progress-step .step-label{font-size:10px}.setup-actions{flex-direction:column;gap:16px}.setup-actions .nav-buttons{width:100%;justify-content:space-between}.setup-actions .btn-primary,.setup-actions .btn-secondary{flex:1}}.button{display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:1rem;border:.125rem solid transparent;cursor:pointer}.button.primary{background:#4a6ec6;color:#fff}.button.primary:hover{background:#2d344e}.button.primary.disabled{background:#e8e9f0;color:#acb2c7;cursor:default}.button.secondary{background:#ffffff;color:#4a6ec6;border-color:#4a6ec6}.button.secondary:hover{background:#ffffff;color:#394d94;border-color:#394d94}.button.secondary.disabled{background:#ffffff;color:#acb2c7;border-color:#e8e9f0;cursor:default}.button.subtle{background:#ffffff;color:#4a6ec6;border-color:#e2ebf7}.button.subtle:hover{color:#394d94;border-color:#394d94}.button.subtle.disabled{background:#ffffff;color:#747d9e;border-color:#c5c9d8;cursor:default}.button.link{background:#ffffff;color:#394d94;border-color:transparent}.button.link:hover{color:#4a6ec6}.button.link.disabled{color:#747d9e;cursor:default}.button.only-icon{background:none;border-color:transparent;max-height:auto}.button.nav-item{background:none;border-color:transparent;color:#47527c}.button.warning{border:2px solid #e05378;background:#ffffff;color:#e05378}.button.warning:hover{background-color:#e05378;color:#fff}.button.sm{padding:.5rem .75rem}.button.md{padding:.75rem 1rem}.button.lg{padding:1rem 1.5rem}.button.xl{padding:1.5rem 2rem}.button.xxl{padding:1.5rem 2.5rem}.button.sm-v{padding:.5rem 0}.button.md-v{padding:.75rem 0}.button.lg-v{padding:1rem 0}.button.xl-v,.button.xxl-v{padding:1.5rem 0}.button.sm-h{padding:0 .75rem}.button.md-h{padding:0 1rem}.button.lg-h{padding:0 1.5rem}.button.xl-h{padding:0 2rem}.button.xxl-h{padding:0 2.5rem}.button svg{min-width:1rem;min-height:1rem}.button .button-loading{width:1rem;height:1rem;border:.125rem solid #ffffff;border-bottom-color:transparent;border-radius:50%;display:inline-block;animation:rotation 1s linear infinite}.button .button-loading.primary{border-color:#97bae5;border-bottom-color:#fff}.button .button-loading.secondary,.button .button-loading.subtle{border-color:#4a6ec6;border-bottom-color:#fff}.button .button-loading.link{border-color:#4a6ec6;border-bottom-color:transparent}.button .button-loading.white{border-color:#fff;border-bottom-color:transparent}.button .button-loading.warning{border-color:#e05378;border-bottom-color:#fff}.button.no-padding{padding:0}.loader{margin:.5rem auto;width:2.1875rem;height:2.1875rem;border:.2rem solid #97bae5;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;position:absolute;bottom:50%;right:50%;transform:translate(-50%,-50%)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{box-shadow:0 0 .625rem #0000001a;border-radius:1rem;height:auto}.card .card-content{height:auto;box-sizing:border-box;padding:1.25rem;width:100%;background-color:#fff;border-radius:1rem}.card .card-content:has(+footer){border-bottom-left-radius:0;border-bottom-right-radius:0}.card.has-footer{padding:0}.card.has-footer>div{padding:1.25rem}.card-footer{padding:1.25rem;background-color:#fff;border-top:.0625rem solid #e8e9f0;border-radius:0 0 1rem 1rem}.form-item-layout{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;width:100%}.form-item-layout .form-item-label{text-align:left;margin-bottom:.3rem;color:#5d678d;display:flex;align-items:center;gap:.62rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:300}.form-item-layout .form-item-label.error{color:#f02e06}.form-item-layout .form-item-error{text-align:left;color:#f02e06;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.react-datepicker-wrapper{width:100%}.react-datepicker-wrapper .react-datepicker__input-container .date-input{height:2.5rem;max-height:2.5rem;border-radius:.5rem;border:.0625rem solid #c5c9d8;padding:0 .875rem;padding-right:0;width:100%;font-size:.875rem}.react-datepicker-wrapper .react-datepicker__input-container .date-input.error{border-color:#f02e06}.react-datepicker-wrapper .react-datepicker__input-container .date-input.readonly{cursor:default;outline:none;background:#f8f8fc}.react-datepicker-wrapper .react-datepicker__input-container .date-input:focus-within{outline:none;border-color:#4a6ec6}.react-datepicker-wrapper .react-datepicker__input-container .date-input:focus-within.readonly{border-color:#c5c9d8}.react-datepicker-wrapper .react-datepicker__input-container .react-datepicker__calendar-icon{top:0;bottom:0;margin:auto;padding:0 .875rem}.react-datepicker{font-family:Poppins;border-color:#e2ebf7;font-weight:300}.react-datepicker__header{background:#f8f8fc;border-bottom-color:#e2ebf7}.react-datepicker__header h2{color:#7da6dd;font-size:1.2rem;line-height:3.2rem}.react-datepicker__month-select,.react-datepicker__year-select{background:#f8f8fc;border:none}.react-datepicker__month-select:focus,.react-datepicker__year-select:focus{outline:none}.react-datepicker__triangle .react-datepicker-popper[data-placement^=top]{fill:#f8f8fc;color:#f8f8fc}.react-datepicker-popper .react-datepicker__triangle{stroke:#e2ebf7}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f8f8fc;color:#f8f8fc;stroke:#e2ebf7}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#97bae5;border-width:1.5px 1.5px 0 0;height:7px;top:24px;width:7px}.react-datepicker__year-read-view--down-arrow:hover,.react-datepicker__month-read-view--down-arrow:hover,.react-datepicker__month-year-read-view--down-arrow:hover,.react-datepicker__navigation-icon:before:hover{border-color:#e2ebf7}.react-datepicker__month-dropdown-container .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-dropdown-container .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-dropdown-container .react-datepicker__month-year-read-view--down-arrow,.react-datepicker__month-dropdown-container .react-datepicker__navigation-icon:before,.react-datepicker__year-read-view .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view .react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view .react-datepicker__navigation-icon:before{top:3px}.react-datepicker__day--selected{background:#4a6ec6}.input-container{display:flex;align-items:center;border:.0625rem solid #c5c9d8;box-sizing:border-box;border-radius:.5rem;width:100%;height:2.5rem}.input-container:focus-within{border-color:#4a6ec6}.input-container.error{border-color:#f02e06}.input-container input{padding:0 .875rem;height:100%;width:100%;border:none;border-radius:.5rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400}.input-container input:focus{outline:none}.input-container input[type=number]::-webkit-outer-spin-button,.input-container input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.input-container .input-icon{display:flex;justify-content:center;align-items:center;padding:0 .875rem;padding-right:0}.input-container .input-password-button{display:grid;place-items:center;border:none;background:none;cursor:pointer;padding-inline:.875rem}.select-container{width:100%}.select-container.error .select__control{border-color:#f02e06}.select-container .select__control{border-radius:.5rem;border:.0625rem solid #c5c9d8;height:2.5rem;cursor:pointer}.select-container .select__control.select__control--is-focused{box-shadow:none;border-color:#4a6ec6}.select-container .select__control .select__value-container{padding:0 .875rem}.select-container .select__control .select__value-container .select__single-value{color:#2d344e;text-align:left;margin-left:-.5px}.select-container .select__control .select__value-container .select__placeholder{text-align:left}.select-container .select__control .select__value-container .select__input-container{padding:0;margin:0}.select-container .select__control .select__value-container .select__input-container .select__input{margin:0 .875rem}.select-container .select__control .select__indicator{padding:.5rem 1rem}.select-container .select__menu{border-color:#e2ebf7;z-index:999;border-radius:.5rem}.select-container .select__menu .select__menu-list{padding-block:0;border-color:#e2ebf7;border-radius:.5rem}.select-container .select__menu .select__menu-list .select__option{font-size:.95rem;text-align:left;cursor:pointer}.select-container .select__menu .select__menu-list .select__option.select__option--is-selected{color:#fff;background:#4a6ec6}.select-container .select__menu .select__menu-list .select__option:first-child.select__option--is-selected{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.select-container .select__menu .select__menu-list .select__option:last-child.select__option--is-selected{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.select-container.rounded .select__control{height:3.125rem;border-radius:1rem;border:.0625rem solid #e2ebf7;color:#2d344e;font-size:1rem;cursor:pointer;box-shadow:0 2px 6px #ced2de1f}.select-container.rounded .select__control:focus{outline-color:#acb2c7}.select-container.rounded .select__control .select__value-container{padding:0 1.5rem}.select-container.rounded .select__menu,.select-container.rounded .select__menu .select__menu-list{border-radius:1rem}.select-container.rounded .select__menu .select__menu-list .select__option{padding:.875rem}.select-container.rounded .select__menu .select__menu-list .select__option:first-child.select__option--is-selected{border-top-left-radius:1rem;border-top-right-radius:1rem}.select-container.rounded .select__menu .select__menu-list .select__option:last-child.select__option--is-selected{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.profile-card-img{padding:0;flex:.276;display:flex;flex-direction:column;overflow:hidden;height:fit-content}.profile-card-img .profile-card-img-wrapper{width:100%;position:relative;flex:.284}.profile-card-img .profile-card-img-wrapper .profile-card-bg{width:100%;height:100%;object-fit:cover}.profile-card-img .profile-card-img-wrapper .profile-card-avatar{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);max-width:10.5rem;max-height:10.5rem}.profile-card-img .profile-card-img-wrapper .profile-card-avatar img{object-fit:cover;aspect-ratio:1/1;border-radius:100%}.profile-card-img .profile-card-img-wrapper .profile-card-avatar .wrapper-button-upload{position:absolute;bottom:0;right:0}.profile-card-img .profile-card-img-wrapper .profile-card-avatar .wrapper-button-upload .button{width:2.5rem;height:2.5rem;padding:0;border-radius:100%;border:solid 1px #c5c9d8}.profile-card-img .profile-card-img-wrapper .profile-card-avatar .input-file{display:none}.profile-card-img .profile-card-content{flex:.716;display:flex;flex-direction:column;align-items:center;padding-bottom:2.75rem}.profile-card-img .profile-card-content h5,.profile-card-img .profile-card-content span{text-align:center}.profile-card-img .profile-card-content h5{margin-top:5.5rem}.profile-card-img .profile-card-content span{color:#7da6dd;margin-top:.43rem}.input-switch{align-items:flex-start;display:flex;flex-direction:column}.input-switch .input-switch-label{margin-bottom:.69rem}.input-switch .input-switch-container{display:flex;align-items:center;gap:.75rem}.input-switch .input-switch-container .input-switch-wrapper{height:30px;position:relative;width:60px}.input-switch .input-switch-container span{color:#2d344e}.input-switch input[type=checkbox]{height:0;opacity:0;position:absolute;width:0;z-index:2}.input-switch .slider{background-color:#adb3c7;border-radius:2.125rem;bottom:0;cursor:pointer;position:absolute;right:0;top:0;transition:.4s;width:3.75rem}.input-switch .slider:before{content:"";position:absolute;top:0;bottom:0;margin:auto;left:4px;height:22px;width:22px;border-radius:50%;background-color:#fff;transition:.4s}.input-switch input[type=checkbox]:checked+.slider{background-color:#39c8be}.input-switch input[type=checkbox]:checked+.slider:before{transform:translate(1.625rem)}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:.625rem;padding:1.5rem 0}.pagination .pagination-dots{align-self:self-end;font-weight:500;color:#97bae5;margin-bottom:.0625rem}.pagination .button{padding:0;min-width:2.1rem;min-height:2.1rem;border-radius:.375rem;border:.0625rem solid #5e87d3;font-weight:500}.pagination .button:first-child.disabled,.pagination .button:last-child.disabled{background-color:#fff!important;border:solid 1px #e8e9f0}.pagination .button:first-child:hover,.pagination .button:last-child:hover{border-color:#97bae5;background:#e2ebf7}.pagination .pagination-button.page-selected{background:#97bae5;color:#fff;border:.0625rem solid #97bae5}.pagination .pagination-button.page-selected:hover{background:#97bae5}.sorter{background:none;border:none;cursor:pointer}.sorter .sorter-icon-up{transform:rotate(180deg)}.backdrop{background-color:#000c;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.modal{align-items:center;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;left:50%;min-width:300px;text-align:center;top:50%;transform:translate(-50%,-50%);position:fixed;z-index:9999;overflow-y:visible;max-height:calc(100% - 5rem)}.modal.modal--100{border:0;min-width:100vw;min-height:100vh;border-radius:0;left:0;top:0;max-width:100vw;max-height:100vh;position:absolute;transform:none;overflow:auto}.modal .modal-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2.5rem}.modal .modal-header.has-title{border-bottom:1px solid #e8e9f0}.modal .modal-header.not-has-title{display:flex;flex-direction:row;justify-content:flex-end}.modal .modal-title{font-weight:700;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500}.modal .modal-content{padding:2rem 2.5rem;flex:1;width:100%;height:100%;overflow:auto}.modal .modal-footer{display:flex;justify-content:flex-start;gap:.5rem;width:100%;padding:1rem 2.5rem;border-top:1px solid #e8e9f0}@media (min-width: 600px){.modal{min-width:600px}}@media (max-width: 719px){.modal{height:100vh;width:100%;border-radius:0}}.modal>*{margin:0}.table-and-pagination-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.table-and-pagination-wrapper .table-container{overflow-x:auto;max-height:100%;overflow-y:auto;box-shadow:0 .375rem 1.25rem #ced2de4d;border-radius:1rem;scroll-snap-type:both mandatory;scroll-padding-top:2.5rem;border:.0625rem solid rgba(9,30,66,.02)}.table-and-pagination-wrapper .table-container.no-scroll-snap{scroll-snap-type:none}.table-and-pagination-wrapper .table-container .table{white-space:nowrap;margin:0;border-collapse:separate;border-spacing:0;table-layout:fixed;background:#ffffff}.table-and-pagination-wrapper .table-container .table td,.table-and-pagination-wrapper .table-container .table th{text-align:left;color:#97bae5;scroll-snap-align:start}.table-and-pagination-wrapper .table-container .table th{background:#ffffff}.table-and-pagination-wrapper .table-container .table td{background:#ffffff;padding:1.2rem 1.5rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;color:#47527c}.table-and-pagination-wrapper .table-container .table thead th{position:sticky;top:0;z-index:1;width:200vw;padding:2rem 1.5rem 1.5rem}.table-and-pagination-wrapper .table-container .table thead th.fixed-first:first-child{position:sticky;left:0;z-index:2}.table-and-pagination-wrapper .table-container .table thead th.fixed-last:last-child{position:sticky;right:0;z-index:2}.table-and-pagination-wrapper .table-container .table tbody tr.table-row-hoverable{cursor:pointer}.table-and-pagination-wrapper .table-container .table tbody tr.table-row-hoverable:hover td{background-color:#e2ebf7}.table-and-pagination-wrapper .table-container .table tbody td.fixed-first:first-child{position:sticky;left:0;z-index:1}.table-and-pagination-wrapper .table-container .table tbody td.fixed-last:last-child{position:sticky;right:0;z-index:1}.table-and-pagination-wrapper .table-container .table tbody tr:last-child td{padding-bottom:1.5rem}.table-and-pagination-wrapper .table-container .table.align-right{justify-content:flex-end}.table-and-pagination-wrapper .table-container .table.align-right th:last-child,.table-and-pagination-wrapper .table-container .table.align-right td:last-child{text-align:right}.table-and-pagination-wrapper .table-container .table.align-right th:last-child .table-filteredColumns-item-wrapper,.table-and-pagination-wrapper .table-container .table.align-right td:last-child .table-filteredColumns-item-wrapper{justify-content:flex-end}.table-and-pagination-wrapper .table-container .table.align-right .table-actions,.table-and-pagination-wrapper .table-container .table.align-right .table-actions-modal{justify-content:flex-end}.table-and-pagination-wrapper .table-container .table .table-actions{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.table-and-pagination-wrapper .table-container .table .table-actions button{padding:0}.table-and-pagination-wrapper .table-container .table .table-actions button svg{width:1.56rem;height:1.5rem;min-width:1.56rem;min-height:1.5rem}.table-and-pagination-wrapper .table-container .table .table-columns .table-columns-item .table-columns-item-wrapper{display:flex;justify-content:space-between;align-items:center}.table-and-pagination-wrapper .table-container .table .table-columns .table-column-sortable{cursor:pointer}.table-and-pagination-wrapper .table-container .table-filteredColumns-item-wrapper{display:flex;align-items:flex-start}.table-and-pagination-wrapper .table-container .table-filteredColumns-item-wrapper span{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;color:#2d344e;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:10rem;padding-right:8px;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-height:3.9em}.table-and-pagination-wrapper .table-container.classic{border-radius:.375rem .375rem 0 0;border-color:#e8e9f0;box-shadow:none}.table-and-pagination-wrapper .table-container.classic .table{padding:0}.table-and-pagination-wrapper .table-container.classic .table thead th{padding:.75rem 1rem;background:#f8f8fc}.table-and-pagination-wrapper .table-container.classic .table td,.table-and-pagination-wrapper .table-container.classic .table th{padding:.5rem 1rem;border-bottom:.0625rem solid #e8e9f0;border-right:.0625rem solid #e8e9f0}.table-and-pagination-wrapper .table-container.classic .table tr:last-child td{border-bottom:none}.table-and-pagination-wrapper .table-container.classic .table thead th.fixed-last:last-child{width:fit-content;padding-right:2rem}.table-and-pagination-wrapper .table-container.classic .table tbody td{padding:2rem 1rem}.table-and-pagination-wrapper .table-container.classic .table tbody td.fixed-last:last-child{padding-right:6.5rem}.table-and-pagination-wrapper .table-container.reduced-last-column .table th:last-child,.table-and-pagination-wrapper .table-container.reduced-last-column .table td:last-child{width:10%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 719px){.table-and-pagination-wrapper .table-container{width:100%}}.table-and-pagination-wrapper .table-actions-modal{position:relative;display:grid;place-items:center}.table-empty-state{display:flex;align-items:center;justify-content:center;min-height:24rem;padding:2.5rem;text-align:center}.table-empty-state .table-empty-state-content .table-empty-state-icon{color:#acb2c7;margin-bottom:1.5rem;display:flex;justify-content:center}.table-empty-state .table-empty-state-content .table-empty-state-icon svg{width:3rem;height:3rem}.table-empty-state .table-empty-state-content .table-empty-state-title{color:#47527c;margin-bottom:.75rem}.table-empty-state .table-empty-state-content .table-empty-state-description{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;color:#747d9e;margin:0}.table-actions-modal-options{flex-direction:column;background:#ffffff;padding:0 0 1.875rem}.table-actions-modal-options .table-actions-modal-options-item{display:flex;justify-content:flex-start;align-items:center;color:#97bae5;font-size:.9375rem;font-weight:700;padding:.5rem;min-width:11.6rem;cursor:pointer}.table-actions-modal-options .table-actions-modal-options-item:last-child{border-bottom-color:transparent}.table-actions-modal-options .table-actions-modal-options-item .button svg{width:1.56rem;height:1.5rem}.table-actions-modal-options .table-actions-modal-options-item .ml-2{color:#2d344e}.auth-layout{background-image:url(/assets/auth-bg-1ed1bb37.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:3em 9.25em;overflow-y:auto;min-height:100vh;display:flex;flex-direction:column}.auth-layout .auth-layout-logo{margin-bottom:5.25em;max-width:12rem}.auth-layout .auth-layout-content{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap-reverse;gap:11.19em}.auth-layout .auth-layout-content .auth-layout-content-heading{display:flex;flex-direction:column;gap:2rem;max-width:32.275rem}.auth-layout .auth-layout-content .auth-layout-content-heading .auth-layout-img{max-width:33.4rem}.auth-layout .auth-layout-content .auth-layout-content-heading .auth-layout-title{text-align:center;color:#fff}.auth-layout .auth-layout-content .auth-layout-content-form{display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-layout .auth-layout-footer{margin-top:auto;display:flex;justify-content:center;align-items:center;gap:5px}.auth-layout .auth-layout-footer span,.auth-layout .auth-layout-footer a{text-align:center;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;text-decoration:none}@media only screen and (max-width: 1023px){.auth-layout{padding:2em 1em}.auth-layout .auth-layout-content{flex-direction:column-reverse;gap:2em}.auth-layout .auth-layout-content .auth-layout-content-heading{max-width:100%;align-items:center;text-align:center}.auth-layout .auth-layout-content .auth-layout-content-heading .auth-layout-img{max-width:100%;height:auto}.auth-layout .auth-layout-content .auth-layout-content-form{width:100%;max-width:500px}.auth-layout .auth-layout-footer{flex-direction:column;gap:0;margin-top:6.35em;text-align:center}}.form-layout{display:flex;flex-direction:column;gap:1.5rem}.forgot-password-card.card-content{padding:3.5rem;max-width:31rem}.forgot-password-card.card-content .forgot-password-submit{margin-top:2rem}.forgot-password-card .forgot-component{display:flex;flex-direction:column;gap:1.75rem;width:100%}.forgot-password-card .forgot-component h5{text-align:center}.forgot-password-card .forgot-component p{color:#47527c}.login-card{max-width:28.125rem;min-width:28.125rem}.login-card .login-component{display:flex;flex-direction:column;padding:2.75rem}.login-card .login-component .login-title{margin-bottom:2rem}.login-card .login-component .login-actions{display:flex;flex-direction:column;gap:1rem}.login-card .login-component .login-actions .login-actions-forgotten-password{display:flex;justify-content:flex-end}.recovery-pass-component .recovery-pass-cards-container{display:grid;gap:1.81rem;justify-items:center;height:100%;max-width:64rem}.recovery-pass-component .recovery-pass-separator{height:100%;width:.0625rem;background-color:#e2ebf7}.recovery-pass-component .new-password-card{padding:1.75rem 1.8rem;display:flex;flex-direction:column;gap:2rem}.recovery-pass-component .new-password-card .new-password-card-description{font-size:.85rem;line-height:1.2rem}.recovery-pass-component .new-password-card .new-password-card-button{margin-right:auto}.recovery-pass-component .new-password-card .new-password-card-badges{display:flex;align-items:center;gap:.8rem}.checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-container.error .checkbox-label{color:#f02e06}.checkbox-container .checkbox-label{color:#2d344e;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;line-height:inherit}.checkbox-container .checkbox{height:1rem;width:1rem;accent-color:#4a6ec6;cursor:pointer}.register-card{min-width:28.125rem;padding:3.5rem}.register-card .register-component{display:flex;flex-direction:column}.register-card .register-component .register-title{margin-bottom:2rem}.register-card .register-component .phone-input-container{display:flex;gap:.375rem}.register-card .register-component .phone-input-container .prefix-selector{width:6.25rem;flex-shrink:0}.register-card .register-component .phone-input-container .phone-number-input{flex-grow:1}.register-card .register-component .register-actions{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.form-phone-input-container{display:flex;width:100%;gap:.375rem}.form-phone-input-container .prefix-selector{width:6.25rem;flex-shrink:0}.form-phone-input-container .prefix-selector .prefix-select{width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;border:1px solid var(--gray-300);border-radius:4px;padding:.75rem 1rem;font-size:1rem;line-height:1.5;background-color:var(--white)}.form-phone-input-container .prefix-selector .prefix-select:focus{outline:none;border-color:var(--primary-600)}.form-phone-input-container .prefix-selector .prefix-select.error{border-color:var(--error-500)}.form-phone-input-container .prefix-selector .prefix-select:disabled{background-color:var(--gray-100);cursor:not-allowed}.form-phone-input-container .phone-input-wrapper{flex-grow:1}.calendar-wrapper{height:100%;display:flex;flex-direction:column;width:100%}.calendar-wrapper .calendar{flex:1;overflow:hidden;border-radius:.5rem}.calendar-wrapper .calendar .calendar-event-content{display:flex;flex-direction:column;line-height:1.2}.calendar-wrapper .calendar .calendar-event-content .calendar-event-time{font-weight:600;margin-bottom:2px}.calendar-wrapper .calendar .calendar-event-content .calendar-event-title{font-weight:400;white-space:normal}.calendar-wrapper .calendar .calendar-event{padding:.37rem;border-left-width:3px;overflow:hidden}.calendar-wrapper .calendar .calendar-event-content .calendar-event-content{width:100%;cursor:pointer;padding:2px}.calendar-wrapper .calendar .calendar-event-content .fc-event-main .popover-container{width:100%;height:100%}.calendar-wrapper .calendar .calendar-event-title{font-weight:500}.calendar-wrapper .calendar .calendar-event-time{font-weight:100}.calendar-wrapper .calendar .calendar-event:focus{background:#5e87d3!important}.calendar-wrapper .calendar .calendar-event:focus .fc-event-main{color:#e2ebf7!important}.calendar-wrapper .calendar .calendar-event .fc-event-main{padding:0}.calendar-wrapper .calendar .calendar-event .fc-event-main .fc-event-main-frame{flex-direction:column-reverse;height:auto}.calendar-wrapper .calendar .calendar-event .fc-event-main .fc-event-main-frame .fc-event-time{font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.calendar-wrapper .calendar .calendar-event .fc-event-main .fc-event-main-frame .fc-event-title-container{flex-grow:0}.calendar-wrapper .calendar .calendar-event .fc-event-main .fc-event-main-frame .fc-event-title-container .fc-event-title{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400}.calendar-wrapper .calendar thead tr{height:3rem}.calendar-wrapper .calendar thead tr .fc-day-today .fc-col-header-cell-cushion{color:#fff;background-color:#f099ac;border-radius:10px;padding:2px 6px}.calendar-wrapper .calendar .fc{height:100%}.calendar-wrapper .calendar .fc th{vertical-align:middle;border-color:#e2ebf7}.calendar-wrapper .calendar .fc .fc-timegrid-col.fc-day-today{background-color:transparent}.calendar-wrapper .calendar .fc .fc-view{border-radius:.625rem}.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group{gap:1rem}.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-button:not(:last-child){border-radius:.5rem}.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-button{background:transparent;color:#000;border:none;border-radius:.5rem;transition:background-color .2s ease,color .2s ease}.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-button.fc-button-active{background:#000000;color:#fff}.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-button:hover{transform:scale(1.05)}.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-button:focus{box-shadow:none}.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-timeGridDay-button:not(.fc-button-active):hover,.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-timeGridWeek-button:not(.fc-button-active):hover,.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-dayGridMonth-button:not(.fc-button-active):hover,.calendar-wrapper .calendar .fc-direction-ltr .fc-button-group .fc-listWeek-button:not(.fc-button-active):hover{background-color:#e8e9f0}.calendar-wrapper .calendar .fc-scrollgrid{border:none}.calendar-wrapper .calendar .fc-scrollgrid-section>*{border:none}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar{margin-bottom:0}.calendar-wrapper .calendar .fc .fc-timegrid,.calendar-wrapper .calendar .fc .fc-daygrid,.calendar-wrapper .calendar .fc .fc-list{background:#ffffff}.calendar-wrapper .calendar .fc .fc-timegrid-slot{height:4rem}.calendar-wrapper .calendar .fc .fc-col-header-cell-cushion{text-transform:capitalize;color:#24293f;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400}.calendar-wrapper .calendar .fc-timegrid-slot-label-cushion{color:#5e87d3;font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.calendar-wrapper .calendar .fc-theme-standard td{border-color:#e2ebf7}.calendar-wrapper .calendar .fc-timegrid-slot{border:none}.calendar-wrapper .calendar .fc-timegrid-slot-minor{border-bottom:.5px solid}.calendar-wrapper .calendar .fc-timegrid-slot-label .fc-timegrid-slot-label-cushion{font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar{margin-bottom:1rem}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title{font-size:1.25rem}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-todayButton-button{background:#ffffff;border:1px solid #e8e9f0;border-radius:.5rem}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-todayButton-button:focus{box-shadow:none;background:#ffffff}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-todayButton-button:hover{transform:scale(1.05);transition:background-color .2s ease,color .2s ease}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-prev-button,.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-next-button{color:#000;border:none;border-radius:.5rem;transition:transform .2s ease,background-color .2s ease}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-prev-button:hover,.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-next-button:hover{transform:scale(1.5)}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-prev-button:focus,.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-next-button:focus{box-shadow:none}.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-prev-button .fc-icon,.calendar-wrapper .calendar .fc-toolbar.fc-header-toolbar .fc-next-button .fc-icon{padding-left:.08rem}.calendar-wrapper .calendar .fc-highlight{background:#e2ebf7}.header .header-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header .header-container .header-right{display:flex;align-items:center}.toast{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 1rem;color:#97bae5;position:relative;width:100%}.toast .toast-close{position:absolute;top:0;right:0;background:none;border:none;cursor:pointer}.toast .toast-title{text-align:center;font-size:1.25rem}.toast .toast-description{text-align:center}.event-modal .modal-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:0;form {display: flex; flex-direction: column; align-items: center; gap: .5rem; margin-left: 2rem; label {display: flex; gap: .6rem; font-size: 1.1rem; cursor: pointer;}} .event-modal-form {display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 2rem;}}.event-modal .modal-content .event-modal-description{font-size:1.1rem}.radio-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:.75rem}.radio-container.error .radio-label{color:#f02e06}.radio-container .radio-label{margin-top:.25rem;color:#2d344e;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;line-height:inherit;font-weight:500}.radio-container .radio{accent-color:#4a6ec6;cursor:pointer}.textarea-container{display:flex;align-items:center;border:.0625rem solid #c5c9d8;box-sizing:border-box;border-radius:.5rem;width:100%}.textarea-container:focus-within{border-color:#4a6ec6}.textarea-container.error{border-color:#f02e06}.textarea-container.readonly{border-color:transparent}.textarea-container textarea{padding:1rem;min-height:6.87rem;height:100%;max-height:70vh;resize:none;width:100%;border:.18rem solid #e2ebf7;border-radius:.5rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400}.textarea-container textarea:focus{outline:none}.textarea-container textarea:read-only{cursor:default}.textarea-container .input-icon{display:flex;justify-content:center;align-items:center;padding:0 .875rem;padding-right:0}.tasks-wrapper{display:flex;max-height:40%;flex-direction:column}.tasks-container{display:flex;flex-direction:column;max-height:100%;overflow:hidden;gap:2rem;padding-right:0}ul.task-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;max-height:24rem}.task-item{position:relative;display:flex;align-items:center;padding:10px 16px;margin-bottom:8px;background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;transition:background-color .2s,opacity .2s;-webkit-user-select:none;user-select:none;touch-action:none}.task-item:first-child{margin-top:1.25rem}.task-item:hover{background-color:#f9f9f9}.task-item.dragging{opacity:.6;background-color:#f0f8ff;box-shadow:0 2px 8px #0003;cursor:grabbing}.task-item label{flex:1}.drag-handle{cursor:grab;margin-right:10px;color:#999;-webkit-user-select:none;user-select:none;touch-action:none}.task-item.completed>label{box-shadow:none;opacity:.5}.task-text{background-color:#fff;box-shadow:0 0 .625rem #0000001a;border-radius:.3125rem;padding:.625rem;word-break:break-word;flex:1}.custom-radio{display:flex;align-items:center;cursor:pointer;gap:1rem}.custom-radio input[type=radio]{display:none}.custom-radio .check-mark{width:.875rem;height:.875rem;border-radius:50%;border:.125rem solid #174a49}.custom-radio input:checked+.check-mark{background-color:#174a49;border-color:#174a49}.edit-textarea{flex:1;border:none;background-color:#f5f5f5;padding:.625rem;border-radius:.3125rem;box-shadow:0 0 .625rem #0000001a;resize:none;overflow:hidden}.edit-textarea:focus{outline:none;background-color:#fff}.new-task-container{display:flex;flex-direction:column;gap:1rem}.new-task-textarea{flex:1;border:none;background-color:#f5f5f5;padding:.625rem;border-radius:.3125rem;box-shadow:0 0 .625rem #0000001a;resize:none;overflow:hidden;height:4.8em}.new-task-textarea:focus{outline:none;background-color:#fff}.new-task-component .row{display:flex;align-items:center;gap:.5rem}.task-list-control-buttons{display:flex;gap:10px;margin-bottom:1rem}.popover-container{position:relative;display:inline-block}.popover-container .popover-trigger{cursor:pointer}.popover-container .popover-content{position:absolute;min-width:16.25rem;padding:1.62rem 1.37rem;background:#ffffff;border-radius:8px;box-shadow:0 .37rem 1.25rem #ced2de4d;z-index:999;transition:opacity .3s ease,transform .3s ease;pointer-events:none;color:#353e5d}.popover-container .popover-content h3{margin-bottom:.63rem}.popover-container .popover-right{left:calc(100% + 20px);top:50%;transform:translateY(-50%)}.popover-container .popover-left{right:calc(100% + 20px);top:50%;transform:translateY(-50%)}.popover-container .popover-top{bottom:calc(100% + 20px);left:50%;transform:translate(-50%)}.popover-container .popover-bottom{top:calc(100% + 20px);left:50%;transform:translate(-50%)}.popover-container .popover-right-enter{opacity:0;transform:translateY(10%)}.popover-container .popover-right-enter-active{opacity:1;transform:translateY(-50%);pointer-events:auto}.popover-container .popover-right-exit{opacity:1;transform:translateY(-50%)}.popover-container .popover-right-exit-active{opacity:0;transform:translateY(10%);pointer-events:none}.popover-container .popover-left-enter{opacity:0;transform:translateY(10%)}.popover-container .popover-left-enter-active{opacity:1;transform:translateY(-50%);pointer-events:auto}.popover-container .popover-left-exit{opacity:1;transform:translateY(-50%)}.popover-container .popover-left-exit-active{opacity:0;transform:translateY(10%);pointer-events:none}.popover-container .popover-top-enter{opacity:0;transform:translateY(-10%)}.popover-container .popover-top-enter-active{opacity:1;transform:translate(-50%);pointer-events:auto}.popover-container .popover-top-exit{opacity:1;transform:translate(-50%)}.popover-container .popover-top-exit-active{opacity:0;transform:translateY(-10%);transform:translate(-50%);pointer-events:none}.popover-container .popover-bottom-enter{opacity:0;transform:translateY(10%)}.popover-container .popover-bottom-enter-active{opacity:1;transform:translate(-50%);pointer-events:auto}.popover-container .popover-bottom-exit{opacity:1;transform:translate(-50%)}.popover-container .popover-bottom-exit-active{opacity:0;transform:translateY(10%);transform:translate(-50%);pointer-events:none}.subscription-card-component{display:flex;flex-direction:column;align-items:center;gap:1rem;border-radius:1rem;border:1px solid #8f224a;background:linear-gradient(0deg,rgba(143,34,74,.15) 0%,rgba(143,34,74,.15) 100%),#f8f8fc;box-shadow:0 13px 4px #75757500,0 9px 3px #75757503,0 5px 3px #7575750d,0 2px 2px #75757517,0 1px 1px #7575751a;padding:1.375rem 1.875rem 1.3125rem 1.6875rem}.subscription-card-component p{text-align:center}.subscription-card-component .subscription-card-component-header{display:flex;flex-direction:column;align-items:center;gap:.375rem}.container-app{display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(83.81% 47.84% at 10.76% 0%,rgba(240,153,172,.08) 0%,rgba(207,248,241,.08) 59.72%,rgba(249,207,152,0) 100%),var(--color-bg-screen-primary, #f8f8fc)}.container-app .dashboard-layout{display:flex;flex:1;position:relative}.container-app .dashboard-layout .header-menu{display:none;position:fixed;top:0;left:0;right:0;height:3.5rem;background-color:#fff;padding:0 1rem;z-index:1000;box-shadow:0 0 .6rem #0000000d;align-items:center;justify-content:space-between}.container-app .dashboard-layout .header-menu .header-logo{display:flex;align-items:center}.container-app .dashboard-layout .header-menu .header-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.container-app .dashboard-layout .contract-type{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0rem 1rem;border-radius:.625rem;font-size:.875rem;color:gray}.container-app .dashboard-layout .tag.active.contract-type-tag{font-size:.75rem}.container-app .dashboard-layout .icon-arrow-desktop{background:none;border:none;cursor:pointer}.container-app .dashboard-layout .icon-hamburguer{display:none}.container-app .dashboard-layout .mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:998;display:none}.container-app .dashboard-layout .sidebar{width:18rem;background-color:#fff;display:flex;flex-direction:column;padding-top:1.25rem;padding:1.25rem 1rem;gap:1.5rem;box-shadow:0 0 .6rem #0000000d;z-index:999;transition:transform .3s ease}.container-app .dashboard-layout .sidebar .mobile-menu-close{display:none;position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer}.container-app .dashboard-layout .sidebar .container-logo{display:flex;align-items:center;justify-content:center;gap:.5rem}.container-app .dashboard-layout .sidebar .app-logo{display:flex;justify-content:center;background:none;border:none;cursor:pointer}.container-app .dashboard-layout .sidebar .menu{flex:1;gap:1.25rem;display:flex;flex-direction:column}.container-app .dashboard-layout .sidebar .dashboard-subscription-card{padding:0 1.125rem}.container-app .dashboard-layout .sidebar .logged-user-info{border-top:.125rem solid #e8e9f0;padding:.75rem;display:flex;flex-direction:column;align-items:center}.container-app .dashboard-layout .sidebar .logged-user-info:hover{cursor:pointer;background-color:#e2ebf7}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content{position:relative;border-radius:.625rem;padding:.625rem;color:#5d678d;display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content.active{background-color:#e2ebf7}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content:hover{cursor:pointer}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content img{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;border-radius:100%;object-fit:cover}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content .info{display:flex;flex-direction:column;gap:.25rem}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content .info span{color:#2d344e;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content .info span.name{word-wrap:break-word}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content .info span.email{font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300;color:#47527c;word-wrap:break-word}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__content .logged-user-dropdown-button{background:none;border:none;cursor:pointer}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__options{position:absolute;background-color:#fff;top:-4rem;right:0;border:.0625rem solid #e2ebf7;border-radius:1rem}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__options .option{display:flex;align-items:center;justify-content:flex-start;padding:.625rem 1.25rem;color:#2d344e;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__options .option:hover{cursor:pointer;background-color:#f7f7f7}.container-app .dashboard-layout .sidebar .logged-user-info .logged-user-info__options .option span{flex:1}.container-app .dashboard-layout .sidebar .sidebar-item{display:flex;align-items:center;justify-content:flex-start;height:2.8125rem;color:#47527c;text-decoration:none;transition:background-color .1s,color .1s;padding:0 1.25rem;box-sizing:border-box;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:400}.container-app .dashboard-layout .sidebar .sidebar-item .sidebar-label{font-size:1.0625rem}.container-app .dashboard-layout .sidebar .sidebar-item .sidebar-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;margin-right:.9375rem;font-size:1.25rem}.container-app .dashboard-layout .sidebar .sidebar-item .sidebar-icon svg{min-width:1.5rem}.container-app .dashboard-layout .sidebar .sidebar-item .sidebar-icon svg path:first-child{fill:none}.container-app .dashboard-layout .sidebar .sidebar-item .sidebar-icon svg path:last-child{fill:#47527c}.container-app .dashboard-layout .sidebar .sidebar-item.active,.container-app .dashboard-layout .sidebar .sidebar-item:hover{background:#e2ebf7;color:#4a6ec6;transition:background-color .1s,color .1s;cursor:pointer;border-radius:.625rem}.container-app .dashboard-layout .sidebar .sidebar-item.active .sidebar-icon svg path:first-child,.container-app .dashboard-layout .sidebar .sidebar-item:hover .sidebar-icon svg path:first-child{fill:#4a6ec6}.container-app .dashboard-layout .sidebar .sidebar-item.active .sidebar-icon svg path:last-child,.container-app .dashboard-layout .sidebar .sidebar-item:hover .sidebar-icon svg path:last-child{fill:#4a6ec6}.container-app .dashboard-layout .open-desktop{position:fixed;top:0;left:0;bottom:0;transform:translate(-95%)}.container-app .dashboard-layout .content{display:flex;flex-direction:column;flex:1;height:100vh}.container-app .dashboard-layout .content .content-children{overflow-y:auto;flex:1;height:100%;padding:2.18rem 2.81rem;position:relative}.container-app .dashboard-layout .dashboard-layout-admin-banner{height:4rem;width:100%;background:#ffffff;display:flex;justify-content:flex-end;align-items:center;padding:1.5rem}@media (max-width: 991px){.container-app .dashboard-layout .header-menu{display:flex}.container-app .dashboard-layout .mobile-menu-overlay{display:block}.container-app .dashboard-layout .sidebar{position:fixed;top:0;left:0;bottom:0;transform:translate(-95%)}.container-app .dashboard-layout .sidebar.open-mobile{transform:translate(0)}.container-app .dashboard-layout .sidebar .mobile-menu-close{display:block}.container-app .dashboard-layout .icon-arrow-desktop{display:none;background:none;border:none;cursor:pointer}.container-app .dashboard-layout .icon-hamburguer{display:block}.container-app .dashboard-layout .content{margin-left:0}.container-app .dashboard-layout .content .content-children{padding:1.5rem}}.practice-dropdown{position:relative;width:100%;max-width:360px}.practice-dropdown__results-container{position:relative;max-height:300px;display:flex;flex-direction:column}.practice-dropdown__results{overflow-y:auto;max-height:252px;padding-bottom:8px}.practice-dropdown__add-option-sticky{position:sticky;bottom:0;z-index:10;background:white;border-top:1px solid rgba(0,0,0,.1);padding-top:8px;margin-top:auto}.practice-dropdown__add-option{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;display:flex;align-items:center;color:#4a6ec6;cursor:pointer;padding:10px 0}.practice-dropdown__add-option:hover{background-color:#1976d20a}.practice-dropdown__add-icon{height:20px;width:20px;margin-right:8px;fill:currentColor}.practice-dropdown__header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background-color:#fff;border-radius:8px;border:1px solid #e8e9f0;cursor:pointer;font-weight:700}.practice-dropdown__header .practice-dropdown__title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;color:#24293f}.practice-dropdown__header svg{width:24px;height:24px;fill:#5d678d}.practice-dropdown__content{position:absolute;top:calc(100% + 4px);left:0;width:100%;padding:0 1rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #ced2de4d;z-index:1000;overflow:hidden;border:1px solid #e8e9f0}.practice-dropdown__search{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #e8e9f0}.practice-dropdown__search .practice-dropdown__search-icon{width:20px;height:20px;fill:#5d678d;margin-right:8px}.practice-dropdown__search .practice-dropdown__search-input{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;flex:1;border:none;outline:none;color:#24293f}.practice-dropdown__search .practice-dropdown__search-input::placeholder{color:#adb3c7}.practice-dropdown__section{padding:8px 0}.practice-dropdown__section .practice-dropdown__section-title{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;color:#8b92af}.practice-dropdown__section .practice-dropdown__option{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;display:flex;align-items:flex-start;padding:12px 0 6px;cursor:pointer;transition:background-color .2s;color:#24293f}.practice-dropdown__section .practice-dropdown__option:hover{background-color:#f8f8fc}.practice-dropdown__section .practice-dropdown__option--disabled{cursor:default}.practice-dropdown__section .practice-dropdown__option--disabled:hover{background-color:transparent}.practice-dropdown__section .practice-dropdown__option-content{display:flex;justify-content:space-between;align-items:center;flex:1}.practice-dropdown__section .practice-dropdown__option-content span{display:block;max-width:20ch;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}.practice-dropdown__section .practice-dropdown__option__join-button{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;background-color:#4a6ec6;color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;margin-left:8px;white-space:nowrap}.practice-dropdown__section .practice-dropdown__option__join-button:hover{background-color:#405cb5}.practice-dropdown__section .practice-dropdown__option__join-button:focus{outline:none;box-shadow:0 0 0 2px #4a6ec666}.practice-dropdown__section .practice-dropdown__option-icon{width:20px;height:20px;fill:#5d678d;margin-right:12px;flex-shrink:0}.practice-dropdown__section .practice-dropdown__option .practice-dropdown__grid-icon{width:18px;height:18px}.practice-dropdown__section .practice-dropdown__option span{display:block;max-width:20ch;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}.practice-dropdown__no-results{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;display:flex;align-items:center;padding:16px;color:#adb3c7}.practice-dropdown__no-results .practice-dropdown__search-icon{width:20px;height:20px;fill:#adb3c7;margin-right:12px}.create-clinic-modal{width:100%;max-width:600px}.create-clinic-modal .modal-title{font-size:24px;font-weight:600;color:#333}.create-clinic-modal .create-clinic-form{padding:10px 0}.create-clinic-modal .create-clinic-form .form-field{margin-bottom:20px}.create-clinic-modal .create-clinic-form .form-field label{display:block;margin-bottom:8px;font-size:16px;color:#4a5568}.create-clinic-modal .modal-footer{display:flex;justify-content:flex-start;gap:12px;padding-top:16px}.create-clinic-modal .modal-footer button[type=submit]{background-color:#4a69dd;color:#fff;padding:8px 24px;border-radius:4px;font-weight:600}.create-clinic-modal .modal-footer button[type=submit]:hover{background-color:#3c56b5}.create-clinic-modal .modal-footer button[variant=link]{color:#4a5568;background:transparent}.create-clinic-modal .modal-footer button[variant=link]:hover{text-decoration:underline}.tag{padding:.375rem 1.875rem;min-width:7.5rem;border-radius:1rem;text-align:center;width:fit-content;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600}.tag.clickable{cursor:pointer}.tag.active{background-color:#a0efe4;color:#165958}.tag.inactive{background-color:#e8e9f0;color:#353e5d}.tag.disabled{background-color:#e8e9f0;color:#8b92af}.tag.completed,.tag.pending{padding:0;text-align:left}.tag.completed{color:#56c074}.tag.pending{color:#c03744}.home-wrapper{height:100%;display:flex;gap:2.5rem}@media (max-width: 1200px){.home-wrapper{flex-direction:column;height:auto}}.home-title{margin-bottom:1rem}.home-notes-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.home-calendar-wrapper{width:100%;overflow-y:hidden}@media (max-width: 1200px){.home-calendar-wrapper{margin-bottom:2.5rem}}.home-notes-wrapper{min-width:22.938rem;max-width:22.938rem}@media (max-width: 1200px){.home-notes-wrapper{min-width:100%;max-width:100%}}@media (max-width: 480px){.home-notes-wrapper{width:100%}}@media (max-width: 768px){:global(.fc){font-size:.85rem}:global(.fc) .fc-view-harness{height:auto!important;min-height:400px}:global(.fc) .fc-toolbar{flex-direction:column;gap:.375rem;margin-bottom:1rem!important}:global(.fc) .fc-toolbar .fc-toolbar-chunk{display:flex;justify-content:center;margin-bottom:.375rem}:global(.fc) .fc-toolbar-title{font-size:1.2rem}}@media (max-width: 480px){.home-title,.home-notes-header h2{font-size:1.2rem}:global(.fc){font-size:.75rem}:global(.fc) .fc-view-harness{min-height:350px}}.banner{position:fixed;top:0;left:0;width:100%;background-color:#97bae5;color:#333;padding:.375rem 2rem;display:flex;justify-content:flex-end;align-items:center;z-index:9999;box-shadow:0 2px 4px #0000001a;transition:transform .4s ease,opacity .4s ease}.banner.hide{transform:translateY(-100%);opacity:0}.banner .message{position:absolute;left:50%;transform:translate(-50%);color:#fff}.banner .close-button{cursor:pointer;margin-left:auto}.join-clinic-modal{width:100%;max-width:600px}.join-clinic-modal .modal-title{font-size:24px;font-weight:600;color:#333}.join-clinic-modal .join-clinic-form{padding:10px 0}.join-clinic-modal .join-clinic-form .form-field{margin-bottom:20px}.join-clinic-modal .modal-footer{display:flex;justify-content:flex-start;gap:12px;padding-top:16px}.join-clinic-modal .modal-footer button[type=submit]{background-color:#4a69dd;color:#fff;padding:8px 24px;border-radius:4px;font-weight:600}.join-clinic-modal .modal-footer button[type=submit]:hover{background-color:#3c56b5}.join-clinic-modal .modal-footer button[variant=link]{color:#4a5568;background:transparent}.join-clinic-modal .modal-footer button[variant=link]:hover{text-decoration:underline}.search-bar{position:relative;width:20rem}.search-bar .input-container{background-color:#fff;border-radius:1rem;border:solid .062rem #c5c9d8;height:2.93rem}.search-bar .input-container input{border-radius:inherit}.search-bar .search-selected-result{display:flex;align-items:center;justify-content:space-between;background-color:#4a6ec6;color:#fff;border-radius:1rem;padding:.5rem 1rem;min-height:2.93rem}.search-bar .search-selected-result .search-selected-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.5rem}.search-bar .search-selected-result .search-clear-button{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;border-radius:50%}.search-bar .search-selected-result .search-clear-button:hover{background-color:#fff3}.search-bar .search-results-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a;max-height:20rem;overflow-y:auto;z-index:10}.search-bar .search-results-dropdown .search-results-loading,.search-bar .search-results-dropdown .search-results-empty{padding:1rem;text-align:center;color:#747d9e}.search-bar .search-results-dropdown .search-results-list{list-style:none;margin:0;padding:0}.search-bar .search-results-dropdown .search-results-list .search-result-item{padding:1rem;cursor:pointer;color:#353e5d}.search-bar .search-results-dropdown .search-results-list .search-result-item:first-child{border-top-left-radius:1rem;border-top-right-radius:1rem}.search-bar .search-results-dropdown .search-results-list .search-result-item:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.search-bar .search-results-dropdown .search-results-list .search-result-item:hover{background:#4a6ec6;color:#fff}.invite-patient-modal .invite-patient-modal-header,.invite-patient-modal .invite-patient-modal-subheader,.invite-patient-modal .verify-code-value{text-align:left}.invite-patient-modal .invite-patient-modal-subheader{font-size:.75rem;font-weight:400;margin-bottom:1rem}.invite-patient-modal .invite-patient-container-form{position:relative;display:flex;gap:20px;background-color:#e8e9f0;border-radius:1rem;padding:20px;margin-bottom:1rem}.invite-patient-modal .invite-patient-delete-icon{position:absolute;top:.5rem;right:.5rem;cursor:pointer;z-index:10}.invite-patient-modal .invite-patient-modal-footer{display:flex;justify-content:space-between;align-items:center;width:100%}.invite-patient-modal .invite-patient-modal-footer-left-group{display:flex;gap:10px;align-items:center}.invite-patient-modal .warning-icon-container{position:relative;display:flex;align-items:center;height:100%;cursor:pointer}.invite-patient-modal .warning-icon-container .info-modal-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;color:#000}.invite-patient-modal .warning-icon-container .info-modal-text-excel-files{color:#e4626f}.info-modal{position:absolute;background-color:#f8f8fc;border:1px solid #000000;border-radius:.375rem;padding:.5rem 1rem;z-index:1000;min-width:25vw;max-width:50vw;box-shadow:0 4px 12px #f8f8fc;text-align:left;line-height:1.4;box-sizing:border-box}.info-modal .info-modal__content{display:flex;flex-direction:column;gap:10px;word-wrap:break-word;overflow-wrap:break-word}.info-modal .info-modal__arrow{position:absolute;bottom:-8px;left:50%;transform:translate(-50%) rotate(45deg);width:14px;height:14px;background-color:#f8f8fc;border-right:1px solid #000000;border-bottom:1px solid #000000}.info-modal .info-modal__content p,.info-modal .info-modal__content span{margin:0}.my-patients-component .header-container .header-right{display:flex;gap:.87rem}.my-patients-component .my-patients-control{display:grid;grid-template-columns:auto max-content;padding:.5rem 0 1.5rem}.my-patients-component .my-patients-control .my-patients-control-buttons{display:flex;align-items:center;gap:.5rem}.my-patients-component .my-patients-control .select-container .select__control{border-radius:1rem;border:solid .093rem #e2ebf7;background-color:#fff;box-shadow:0 .062rem .12rem #1018280d}.my-patients-component .table-my-patients-cell-avatar{display:flex;align-items:center;gap:.625rem;background:none;border:none}.my-patients-component .table-my-patients-cell-avatar img{width:2.5rem;height:2.5rem;border-radius:100%;aspect-ratio:1/1;object-fit:cover}.selector{display:flex;align-items:center;gap:.75rem}.selector-option{padding:1rem;border:.0625rem solid transparent;border-radius:.375rem;background:none;font-size:.875rem;cursor:pointer}.selector-option.active{border-color:#cbdbf2;box-shadow:0 .375rem .75rem #ced2de26}.selector-option.readonly{cursor:default}.selector-option.readonly:hover{border-color:transparent}.selector-option.readonly.active:hover,.selector-option:hover{border-color:#cbdbf2}.confirmation-modal.modal .modal-content{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:0}.confirmation-modal.modal .modal-content svg{min-width:2.125rem}.confirmation-modal.modal .modal-content .confirmation-modal-title{max-width:40rem}.confirmation-modal.modal .modal-content .confirmation-modal-description{max-width:30rem}.confirmation-modal .confirmation-modal-actions{display:flex;gap:.5rem;margin-top:2rem}.info-card{background-color:#fff;border-radius:1rem}.info-card .info-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem}.info-card .info-card-title{display:flex;align-items:center;gap:.5rem}.info-card .info-card-title .button{padding:0}.info-card .info-card-actions{display:flex;align-items:center;gap:.75rem}.info-card .info-card-right-elements{display:flex;align-items:center;gap:.75rem;margin-left:.375rem}.info-card .info-card-content-empty{background-color:#f8f8fc;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:6.25rem 0;text-align:center}.info-card .info-card-loading{display:flex;justify-content:center;align-items:center;padding:2em 0 4rem}@media only screen and (max-width: 1023px){.info-card .info-card-header{flex-direction:column;align-items:flex-start;gap:1.25rem}}.table-action-layout{display:grid;place-items:center;border-radius:.375rem;border:.0625rem solid #e8e9f0;padding:.375rem;color:#4a6ec6;font-weight:500}.file-input::file-selector-button{font-family:Poppins,sans-serif;padding:.5rem .75rem;border-radius:1.5rem;border:.125rem solid transparent;background:#4a6ec6;color:#fff;margin-right:1rem;cursor:pointer}.file-input::file-selector-button:hover{background:#2d344e}.file-input::file-selector-button .disabled{background:#e8e9f0;color:#acb2c7;cursor:default}.breadcrumbs{display:flex;align-items:center;gap:.5rem}.breadcrumbs .breadcrumbs-item{display:flex;align-items:center;gap:.5rem;color:#c5c9d8;font-weight:400}.breadcrumbs .breadcrumbs-item .breadcumbs-item-position{color:#fff;background:#47527c;font-weight:500;height:1.25rem;width:1.25rem;border-radius:50%;display:grid;place-items:center;font-size:.75rem}.breadcrumbs .breadcrumbs-item .breadcrumbs-item-label{font-weight:500;font-size:.875rem;font-weight:400}.breadcrumbs .breadcrumbs-item.active .breadcrumbs-item-label{color:#4a6ec6;font-weight:600}.breadcrumbs .breadcrumbs-separator{color:#c5c9d8;font-size:.75em}.tabs{display:flex;gap:1rem;flex-wrap:wrap}.tab{padding:.5rem 1rem;text-decoration:none;color:#353e5d;border-radius:1rem;transition:background-color .3s,color .3s;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}.tab:hover{background-color:#cbdbf2}.tab.active{border:1px solid #cbdbf2;background-color:#fff;color:#353e5d;box-shadow:0 .375rem 1.25rem #ced2de4d;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}.configuration-layout .configuration-layout-header{margin-bottom:3rem}.configuration-layout .configuration-layout-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.configuration-layout .configuration-layout-content .card-footer{display:flex;align-items:center}.document-viewer-modal .modal-content{position:relative;background:white;margin:5% auto;padding:2rem;width:80%;max-width:900px;z-index:10000;border-radius:10px}.document-viewer-modal .modal-header button{background:transparent;border:none;font-size:1.5rem;cursor:pointer}.signature-indicator .has-signatures{color:#1976d2;font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px}.signature-indicator .no-signatures{color:#666;font-size:12px;font-weight:400;display:flex;align-items:center;gap:4px}.document-viewer-modal{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6)}.document-viewer-modal .overlay{position:absolute;top:0;right:0;bottom:0;left:0}.document-viewer-modal .modal-content{position:relative;background:#ffffff;margin:5% auto;padding:2rem;width:80%;max-width:1023px;z-index:10000;border-radius:10px}.document-viewer-modal .modal-header{display:flex;justify-content:flex-end;margin-bottom:1rem}.document-viewer-modal .modal-header button{background:transparent;border:none;cursor:pointer}.document-viewer-modal .unsupported-doc{text-align:center}.document-viewer-modal .unsupported-doc a{display:inline-block;margin-top:1rem;background:#394d94;color:#fff;padding:.5rem 1rem;border-radius:5px;text-decoration:none}.date-limit-modal{text-align:left;color:#2d344e}.date-limit-modal .modal-content{padding-bottom:3rem}.date-limit-modal .button-add-calendar-appointment{margin-top:1.5rem}.date-limit-modal .body-small-regular{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}.info-modal-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500}.technique-card-wrapper{position:relative}.technique-card-wrapper .eye-button{position:absolute;top:.56rem;right:.81rem;padding:0;z-index:9;background-color:transparent;border:none;cursor:pointer}.technique-card-wrapper .technique-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;border-radius:1rem;box-shadow:0 .375rem 1.25rem #ced2de4d;background:#ffffff;outline:.25rem solid transparent;border:none;width:9.4rem;height:8.5rem;position:relative;background:linear-gradient(90deg,#cbdbf2 0%,#f9cf98 100%);padding:0;overflow:hidden}.technique-card-wrapper .technique-card.intervention{background:linear-gradient(90deg,#cbdbf2 0%,#f9cf98 100%)}.technique-card-wrapper .technique-card.evaluation{background:linear-gradient(1.64deg,#97bae5 0%,#54dcce 100%)}.technique-card-wrapper .technique-card.active{outline:.1875rem solid rgba(0,12,69,.2196078431);box-shadow:0 .0625rem .75rem .25rem #00209d1a}.technique-card-wrapper .technique-card.pointer{cursor:pointer}.technique-card-wrapper .technique-card svg{position:absolute;right:-1rem;bottom:2rem}.technique-card-wrapper .technique-card .technique-card-footer{display:flex;justify-content:center;align-items:center;text-align:center;padding:.75rem 2.5rem;background:#ffffff;min-width:100%}.technique-card-wrapper .technique-card .technique-card-footer .technique-card-description{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.new-session-card{display:flex;flex-direction:column;gap:2rem;border-radius:1rem;background:#f8f8fc;padding:1.5rem 2rem}.new-session-card .filter-selection-layout{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;max-width:50%}.new-session-card .new-session-card-techniques{display:flex;gap:1.5rem;margin-top:.75rem;flex-wrap:wrap}.new-session-card .new-session-card-techniques .error-not-techniques{color:#f02e06}.new-session-card .new-session-card-task{display:flex;flex-direction:column;gap:2.5rem}.new-session-card .new-session-card-task .new-session-card-created-header{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:.75rem 1rem;background:#e2ebf7;border-radius:.625rem;margin-bottom:1.5rem}.card-footer{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.dynamic-error-message{color:#f02e06;font-size:.75rem}.dynamic-form{display:flex;flex-direction:column;gap:1.5rem}.dynamic-form .dynamic-form-element{display:grid;grid-template-columns:auto 1fr;justify-items:self-end;align-items:center;margin-bottom:1rem}.dynamic-form .dynamic-form-element .multimedia-tag{display:grid;place-items:center;padding:.75rem 1.25rem;border:.0625rem solid #e2ebf7;background:#ffffff;border-radius:1rem}.dynamic-form .form-input{display:flex;flex-direction:column;gap:1rem;border:none}.dynamic-form .dynamic-fieldset{display:flex;flex-direction:column;gap:1rem;padding:0;border:none}.dynamic-form .dynamic-fieldset.nested{margin-left:2rem}.dynamic-form .dynamic-fieldset .dynamic-option-wrapper{display:grid;grid-template-columns:2rem 1fr;align-items:center;gap:1rem;width:100%}.dynamic-form .dynamic-fieldset .dynamic-option-wrapper svg{min-width:32px}.dynamic-form .dynamic-fieldset .dynamic-option-wrapper.button svg{min-width:auto}.dynamic-form .dynamic-fieldset .dynamic-option-wrapper.button .dynamic-button-add-option{margin-left:2rem}.dynamic-form .dynamic-fieldset .dynamic-option-wrapper .dynamic-form-input{gap:.5rem}.dynamic-form .dynamic-form-input{display:flex;flex-direction:column;gap:1rem}.dynamic-form .dynamic-label.small{font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.dynamic-form .dynamic-input{background:#f8f8fc;padding:1rem;border-radius:.375rem;border:0;color:#2d344e}.dynamic-form .dynamic-input::placeholder{color:#acb2c7}.dynamic-form .dynamic-input:focus{outline-color:#acb2c7}.dynamic-form .dynamic-button-add-option{width:fit-content}.dynamic-form .dynamic-button-add-option:hover svg>path{stroke:#394d94}.new-item-buttons{display:flex;justify-content:flex-start;border-radius:1rem;box-shadow:0 0 .5rem #2d344e4a;width:fit-content}.filter-selection{display:flex;flex-direction:column;gap:1rem;border-radius:1rem;background:#f8f8fc;padding:1.5rem 2rem}.filter-selection .filter-selection-layout{display:grid;grid-template-columns:1fr 1.5fr}.filter-selection .filter-selection-title{font-size:1.5rem}.card-form span.text-light{color:#c5c9d8;font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.card-form input.text-light{width:100%;color:#2d344e;border:0;outline:none;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500}.card-form input.text-light::placeholder,.card-form textarea.text-light::placeholder{color:#c5c9d8}.card-form textarea.text-light{width:100%;color:#2d344e;border:0;outline:none;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400}.card-form textarea{resize:none}.card-form .text-light.error::placeholder{color:#f02e06}.card-form .filter-selection-container{margin-top:2rem;margin-bottom:1rem}.card-single-form input.text-light{width:100%;color:#2d344e;border:0;outline:none;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500}.card-single-form input.text-light::placeholder,.card-single-form textarea.text-light::placeholder{color:#c5c9d8}.card-single-form textarea.text-light{width:100%;color:#2d344e;border:0;outline:none;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400}.card-single-form textarea{resize:none;margin-bottom:2rem}.card-single-form .text-light.error::placeholder{color:#f02e06}.card-single-form .filter-selection-container{margin-top:2rem;margin-bottom:1rem}.simple-tabs-container{width:100%;margin:20px 0}.simple-tabs-header{display:flex;margin-bottom:24px;gap:16px;flex-wrap:wrap;padding:0 4px}.simple-tab{background-color:#fff;border:1px solid #e6e8f0;border-radius:1rem;padding:.25rem 24px;cursor:pointer;font-weight:600;color:#4a6fc4;transition:all .2s ease;box-shadow:0 1px 2px #00000008;white-space:nowrap}.simple-tab:hover{background-color:#f8fafd;border-color:#d1d5db}.simple-tab.active{background-color:#4a6fc4;color:#fff;border-color:#4a6fc4;font-weight:500;box-shadow:0 2px 4px #4a6fc440}.simple-tab.active:after{display:none}.simple-tab-content{padding:5px 0;line-height:1.6}.simple-tab-content.product-tour-highlight{background-color:#fff;box-shadow:0 2px 8px #0000001a;border-radius:8px;padding:16px}.desktop-tabs{display:flex}.mobile-tabs{display:none}.simple-tabs-dropdown{position:relative;width:100%;margin-bottom:24px}.dropdown-trigger{width:100%;background-color:#fff;border:1px solid #e6e8f0;border-radius:1rem;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:#4a6fc4;transition:all .2s ease;box-shadow:0 1px 2px #00000008}.dropdown-trigger:hover{background-color:#f8fafd;border-color:#d1d5db}.active-tab-label{flex:1;text-align:left}.dropdown-arrow{transition:transform .2s ease;color:#6b7280;font-size:12px}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #e6e8f0;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;z-index:1000;margin-top:4px;overflow:hidden}.dropdown-item{width:100%;background:none;border:none;padding:12px 16px;text-align:left;cursor:pointer;color:#374151;font-weight:500;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f9fafb}.dropdown-item.active{background-color:#4a6fc4;color:#fff}.dropdown-item.active:hover{background-color:#3b5998}@media (max-width: 768px){.desktop-tabs{display:none}.mobile-tabs{display:block}.simple-tabs-header{justify-content:flex-start;overflow-x:auto;padding-bottom:5px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.simple-tabs-header::-webkit-scrollbar{display:none}.simple-tab{padding:10px 20px;font-size:14px;flex-shrink:0}}.intervention-responses-page h5{margin-bottom:1rem}.intervention-responses-page .description-patient{margin-bottom:2.5rem}.intervention-responses-page span.footnote-xs-small{color:#acb2c7}.intervention-responses-page .card{margin-top:2.875rem}.intervention-responses-page .table{table-layout:auto}.intervention-responses-page .table th:first-child,.intervention-responses-page .table td:first-child{max-width:3.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.intervention-responses-page .intervention-no-task-done{display:flex;margin-top:2.875rem}.signature-status-indicator{display:inline-flex;align-items:center}.signature-status-indicator .status-container{display:flex;align-items:center;gap:8px}.signature-status-indicator .status-icon{display:flex;align-items:center;font-size:16px}.signature-status-indicator .status-icon svg{width:16px;height:16px}.signature-status-indicator .status-icon--success{color:#56c074}.signature-status-indicator .status-icon--error{color:#e4626f}.signature-status-indicator .status-icon--warning{color:#f02e06}.signature-status-indicator .status-chip{padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid;white-space:nowrap}.signature-status-indicator .status-chip--loading{background-color:#e2ebf7;border-color:#4a6ec6;color:#405cb5}.signature-status-indicator .status-chip--success{background-color:#56c0741a;border-color:#56c074;color:#358d4e}.signature-status-indicator .status-chip--error{background-color:#e4626f1a;border-color:#e4626f;color:#c03744}.signature-status-indicator .status-chip--warning{background-color:#f02e061a;border-color:#f02e06;color:#f02e06}.signature-status-indicator.compact .status-container{gap:4px}.signature-status-indicator.compact .status-icon{font-size:14px}.signature-status-indicator.compact .status-icon svg{width:14px;height:14px}.notice-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.375rem;background:#fdeed7}.notice-card p{text-align:left;color:#943b18}.notice-card svg{min-width:1.5rem}.upload-document-modal .modal-footer{justify-content:flex-end}.upload-document-modal__template-file{margin-bottom:1rem}.upload-document-modal__template-file .form-input__label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text-primary)}.upload-document-modal__template-file-info{display:flex;flex-direction:column;padding:.75rem;background-color:var(--color-background-secondary);border:1px solid var(--color-border-primary);border-radius:.375rem;gap:.25rem}.upload-document-modal__template-file-info span:first-child{font-weight:500;color:var(--color-text-primary)}.upload-document-modal__template-file-status{font-size:.875rem;color:var(--color-text-secondary);font-style:italic}.document-template-selection-modal .document-template-selection-content .loading-state{display:flex;justify-content:center;align-items:center;padding:2rem;color:var(--color-text-secondary)}.document-template-selection-modal .document-template-selection-content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:var(--color-text-secondary)}.document-template-selection-modal .document-template-selection-content .empty-state svg{width:3rem;height:3rem;margin-bottom:1rem;opacity:.6}.document-template-selection-modal .document-template-selection-content .empty-state p{margin:0;font-size:1rem}.patient-card{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:.75rem;border-radius:1rem;width:100%}.patient-card .patient-card-avatar{width:4.25rem;height:4.25rem;border-radius:50%;aspect-ratio:1/1;object-fit:cover}.patient-card .patient-card-details{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:.625rem 0}.patient-card .patient-card-details .patient-card-details-name{color:#2d344e}.patient-card .patient-card-details .patient-card-details-info{display:flex;align-items:center}.patient-card .patient-card-details .patient-card-details-info .patient-card-details-info-age-genre{color:#165958}.patient-card .patient-card-details .patient-card-details-info .patient-card-details-info-separator{margin:0 .5rem;color:#97bae5}.patient-card .patient-card-details .patient-card-details-info .patient-card-details-info-clinic{color:#178a86}.patient-card .patient-card-status{height:fit-content;width:fit-content;justify-self:end;padding:.625rem .87rem;border-radius:1rem;text-align:center;background:#e8e9f0;color:#47527c}.patient-card .patient-card-status.active{background:#cff8f1;color:#166f6d}.patient-card .patient-card-edit{display:flex}@media only screen and (max-width: 1023px){.patient-card{flex-direction:column}}.patient-layout{display:flex;flex-direction:column}.patient-layout .session-diary-list{display:flex;flex-direction:column;gap:1.25rem;max-height:90%;overflow-y:auto}.patient-layout .patient-basic-data{display:flex;flex-direction:column;gap:1rem}.patient-layout .patient-layout-tabs{margin-top:20px;margin-bottom:54px}.patient-layout .patient-layout-content{display:flex;flex-direction:column;gap:2rem}.patient-layout .basic-data-actions{display:flex;flex-direction:row;justify-content:flex-end;gap:2rem}.table-actions{display:flex;gap:8px;justify-content:center;align-items:center}.table-action-button{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.table-action-button:hover{background-color:#0000000d}.table-action-button:focus{outline:2px solid var(--primary-color);outline-offset:2px}.signature-status{display:flex;align-items:flex-start;gap:8px;min-height:32px}.signature-status .status-icon{font-size:16px;line-height:1;margin-top:2px}.signature-status small{color:#666;font-size:12px;display:block;margin-top:2px;line-height:1.2}.signature-status--complete{color:#2d5a2d}.signature-status--complete .status-icon{color:#4caf50}.signature-status--partial{color:#8b6914}.signature-status--partial .status-icon{color:#ff9800}.signature-status--partial small{color:#8b6914;font-weight:500}.signature-status--pending{color:#1976d2}.signature-status--pending .status-icon{color:#2196f3}.signature-status--pending small{color:#1976d2;font-weight:500}.document-builder{font-family:Arial,sans-serif;max-width:1400px;margin:0 auto;padding:20px}.document-builder .header{margin-bottom:30px;border-bottom:1px solid #eee;padding-bottom:20px;position:relative}.document-builder .header .view-mode-toggle{position:absolute;right:20px;top:20px;display:flex;gap:10px}.document-builder .header .view-mode-toggle button{padding:8px 16px;border:1px solid #ddd;background:white;border-radius:4px;cursor:pointer;transition:all .3s ease}.document-builder .header .view-mode-toggle button.active{background:#4CAF50;color:#fff;border-color:#4caf50}.document-builder .header .view-mode-toggle button:hover{background:#f5f5f5}.document-builder .builder-container{display:grid;grid-template-columns:1fr 300px;gap:20px}.document-builder .builder-container .richtext-flex.richtext-items-center.richtext-justify-between.richtext-p-3.richtext-border-t .richtext-flex.richtext-flex-col .richtext-flex.richtext-justify-end.richtext-gap-3.richtext-text-sm{color:#c4c3c3;font-size:.75rem}.document-builder .builder-container .editor-section,.document-builder .builder-container .preview-section{grid-column:1;border:1px solid #ddd;padding:20px;border-radius:5px;background:white;box-shadow:0 2px 5px #0000001a;min-height:500px;position:relative}.document-builder .builder-container .editor-section .drop-indicator,.document-builder .builder-container .preview-section .drop-indicator{color:#4caf50;font-weight:700;font-size:18px;text-shadow:0 0 3px rgba(0,0,0,.3)}.document-builder .builder-container .preview-section .document-preview{font-family:Times New Roman,serif;line-height:1.6;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:4px;min-height:400px}.document-builder .builder-container .preview-section .document-preview strong{font-weight:700!important}.document-builder .builder-container .preview-section .document-preview em{font-style:italic!important}.document-builder .builder-container .preview-section .document-preview u{text-decoration:underline!important}.document-builder .builder-container .preview-section .document-preview .signature-box{font-family:Arial,sans-serif!important;border:2px dashed #666!important;width:200px!important;height:80px!important;display:inline-block!important;margin:10px!important;padding:10px!important;text-align:center!important;vertical-align:top!important;background-color:#f9f9f9!important;position:relative!important;box-sizing:border-box!important}.document-builder .builder-container .preview-section .document-preview .signature-box.signed{border:2px solid #4CAF50!important;background-color:#f0f8f0!important}.document-builder .builder-container .preview-section .document-preview .signature-box.unsigned{border:2px dashed #666!important;background-color:#f9f9f9!important}.document-builder .builder-container .preview-section .document-preview .signature-box .signature-placeholder-text{color:#666!important;font-size:12px!important;line-height:1.2!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;text-align:center!important}.document-builder .builder-container .preview-section .document-preview .signature-box .signature-status{font-size:14px!important;color:#2e7d32!important;font-weight:700!important;margin-bottom:5px!important}.document-builder .builder-container .preview-section .document-preview .signature-box .signature-label{font-size:10px!important;color:#666!important;margin-top:5px!important}.document-builder .builder-container .preview-section .document-preview h1,.document-builder .builder-container .preview-section .document-preview h2,.document-builder .builder-container .preview-section .document-preview h3,.document-builder .builder-container .preview-section .document-preview h4,.document-builder .builder-container .preview-section .document-preview h5,.document-builder .builder-container .preview-section .document-preview h6{font-weight:700!important;margin:1em 0 .5em}.document-builder .builder-container .preview-section .document-preview h1{font-size:2em}.document-builder .builder-container .preview-section .document-preview h2{font-size:1.5em}.document-builder .builder-container .preview-section .document-preview h3{font-size:1.3em}.document-builder .builder-container .preview-section .document-preview h4{font-size:1.1em}.document-builder .builder-container .preview-section .document-preview h5{font-size:1em}.document-builder .builder-container .preview-section .document-preview h6{font-size:.9em}.document-builder .builder-container .preview-section .document-preview ul,.document-builder .builder-container .preview-section .document-preview ol{margin:1em 0;padding-left:2em}.document-builder .builder-container .preview-section .document-preview blockquote{margin:1em 0;padding-left:1em;border-left:3px solid #ccc;font-style:italic}.document-builder .builder-container .preview-section .document-preview a{color:#1976d2;text-decoration:underline}.document-builder .builder-container .preview-section .document-preview table{border-collapse:collapse;width:100%;margin:1em 0}.document-builder .builder-container .preview-section .document-preview table th,.document-builder .builder-container .preview-section .document-preview table td{border:1px solid #ddd;padding:8px;text-align:left}.document-builder .builder-container .preview-section .document-preview table th{background-color:#f5f5f5;font-weight:700}.document-builder .builder-container .preview-section .document-preview .variable-value{background-color:#e3f2fd;padding:2px 4px;border-radius:3px;font-weight:700;color:#1976d2}.document-builder .builder-container .variables-panel{grid-column:2;border:1px solid #ddd;padding:20px;border-radius:5px;background:#f9f9f9}.document-builder .builder-container .variables-panel .tabs{display:flex;margin-bottom:15px;border-bottom:1px solid #ddd}.document-builder .builder-container .variables-panel .tabs button{padding:8px 15px;background:none;border:none;cursor:pointer;border-bottom:2px solid transparent}.document-builder .builder-container .variables-panel .tabs button.active{border-bottom:2px solid #4CAF50;font-weight:700}.document-builder .builder-container .variables-panel .variables-list{display:flex;flex-direction:column;gap:15px}.document-builder .builder-container .variables-panel .variables-list .variable-item{background:white;padding:10px;border-radius:4px;box-shadow:0 1px 3px #0000001a;cursor:grab;transition:transform .2s}.document-builder .builder-container .variables-panel .variables-list .variable-item:active{cursor:grabbing}.document-builder .builder-container .variables-panel .variables-list .variable-item:hover{transform:translateY(-2px);box-shadow:0 3px 6px #0000001a}.document-builder .builder-container .variables-panel .variables-list .variable-item .variable-info{margin-bottom:8px}.document-builder .builder-container .variables-panel .variables-list .variable-item .variable-info .variable-tag{background:#e0f7fa;padding:2px 6px;border-radius:3px;font-family:monospace;margin-left:10px;display:inline-block}.document-builder .builder-container .variables-panel .variables-list .variable-item input[type=text],.document-builder .builder-container .variables-panel .variables-list .variable-item input[type=date]{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}.document-builder .builder-container .variables-panel .variables-list .variable-item button{background:#4CAF50;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer}.document-builder .builder-container .variables-panel .variables-list .variable-item button:hover{background:#45a049}.signature-placeholder{border:2px dashed #666!important;width:200px!important;height:80px!important;display:inline-block!important;margin:10px!important;padding:20px!important;text-align:center!important;vertical-align:top!important;background-color:#f9f9f9!important;position:relative!important;transition:all .3s ease;cursor:pointer}.signature-placeholder:hover{background-color:#f0f0f0!important;border-color:#333!important}.signature-placeholder span{color:#666;font-size:12px;line-height:1.2;pointer-events:none}.signature-box{border:2px dashed #666;width:200px;height:80px;display:inline-block;margin:10px;padding:10px;text-align:center;vertical-align:top;background-color:#f9f9f9;position:relative;transition:all .3s ease;cursor:pointer;box-sizing:border-box}.signature-box .signature-placeholder-text{color:#666;font-size:12px;line-height:1.2;display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.signature-box .signature-status{font-size:14px;color:#2e7d32;font-weight:700;margin-bottom:5px}.signature-box .signature-label{font-size:10px;color:#666;margin-top:5px}.signature-box.signed{border:2px solid #4CAF50;background-color:#f0f8f0}.signature-box.signed .signature-status{color:#2e7d32}.signature-box.unsigned{border:2px dashed #666;background-color:#f9f9f9}.signature-box.unsigned:hover{background-color:#f0f0f0;border-color:#333}.signature-control{display:flex;flex-direction:column;gap:5px}.signature-control .signature-button{padding:8px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:all .3s ease}.signature-control .signature-button.signed{background-color:#4caf50;color:#fff}.signature-control .signature-button.signed:hover{background-color:#45a049}.signature-control .signature-button.unsigned{background-color:#f0f0f0;color:#333;border:1px solid #ddd}.signature-control .signature-button.unsigned:hover{background-color:#e0e0e0}.signature-control small{color:#666;font-size:10px;font-style:italic}.document-preview .variable-value{background-color:#fff3cd;padding:2px 4px;border-radius:3px;border:1px solid #ffeaa7}.document-preview .signature-box{font-family:Arial,sans-serif!important;border:2px dashed #666!important;width:200px!important;height:80px!important;display:inline-block!important;margin:10px!important;padding:10px!important;text-align:center!important;vertical-align:top!important;background-color:#f9f9f9!important;position:relative!important;box-sizing:border-box!important}.document-preview .signature-box.signed{border:2px solid #4CAF50!important;background-color:#f0f8f0!important}.document-preview .signature-box.unsigned{border:2px dashed #666!important;background-color:#f9f9f9!important}.document-preview .signature-box .signature-placeholder-text{color:#666!important;font-size:12px!important;line-height:1.2!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;text-align:center!important}.document-preview .signature-box .signature-status{font-size:14px!important;color:#2e7d32!important;font-weight:700!important;margin-bottom:5px!important}.document-preview .signature-box .signature-label{font-size:10px!important;color:#666!important;margin-top:5px!important}.drop-indicator{background-color:#4299e180;width:2px;height:24px;transition:all .2s ease}.variable-item{transition:transform .2s ease,box-shadow .2s ease}.variable-item[draggable=true]{cursor:grab}.variable-item[draggable=true]:active{cursor:grabbing}.variable-item.dragging{transform:scale(1.02);box-shadow:0 4px 8px #0000001a;opacity:.8}.variable-value{background-color:#e6f7ff;padding:0 4px;border-radius:3px;border:1px dashed #91d5ff}.patient-document-from-template-editor .editor-container{margin-top:1rem}.patient-document-from-template-editor .editor-container .editor-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.patient-document-from-template-editor .editor-container .editor-actions .view-mode-toggle{display:flex;gap:.5rem}.patient-document-from-template-editor .editor-container .editor-actions button{margin-left:.5rem}.patient-challenge-header{display:grid;grid-template-columns:1fr 8rem;align-items:end;gap:1.5rem;margin-bottom:2rem}.patient-challenge-header .patient-challenge-header-wrapper{display:flex;flex-direction:column;gap:1.5rem}.patient-challenge-table-wrapper{display:flex;flex-direction:column;gap:2rem}.patient-challenge-table-wrapper .patient-challenge-table-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.patient-challenge-table-wrapper .patient-challenge-table-actions-left{display:flex;align-items:center;gap:.5rem}.challenge-fieldset{display:flex;flex-direction:column;gap:.5rem;padding:0;border:none}.challenge-form-input{display:flex;flex-direction:column;gap:.75rem}.challenge-form-input label{font-size:.875rem}.challenge-input{padding:.75rem;border-radius:.375rem;border:.0625rem solid #c5c9d8;color:#2d344e;resize:none;scrollbar-width:none}.challenge-input::-webkit-scrollbar{display:none}.challenge-input::placeholder{color:#acb2c7}.challenge-input:focus{outline-color:#acb2c7}.challenge-input:read-only{border:none}.challenge-input:read-only:focus{outline:none}.challenge-input.title{border:none;padding:0;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600}.challenge-input.title:focus{outline:none}.patient-form-responses-card h5{margin-bottom:1rem}.patient-form-responses-card .table-and-pagination-wrapper{margin-top:2.5rem}.patient-profile-component .header-container{margin-bottom:2.93rem}.patient-profile-component .patient-profile-content{display:grid;grid-template-columns:18.125rem 1fr;gap:3.12rem}.patient-profile-component .patient-profile-content .patient-profile-form-wrapper{flex:.724}.patient-profile-component .patient-profile-content .patient-profile-form-wrapper .patient-profile-card-form{padding:2.375rem 3.125rem 4.68rem 2.375rem;margin-bottom:1.875rem}.patient-profile-component .patient-profile-content .patient-profile-form-wrapper .patient-profile-card-form label:last-child{text-align:left;margin-bottom:.3rem;color:#5d678d}@media only screen and (max-width: 1023px){.patient-profile-component .patient-profile-content{flex-direction:column}.patient-profile-component .patient-profile-content .profile-card-img{max-height:fit-content}}.form-row-layout{display:flex;gap:1rem;width:100%}.change-password .change-password-grid{display:grid;grid-template-columns:26.25rem 1fr;gap:3.12rem}.change-password .change-password-grid .change-password-card-form{padding:2rem 2rem 4rem}.profile-component .header-container{margin-bottom:2.93rem}.profile-component .profile-content{display:grid;grid-template-columns:18.125rem 1fr;gap:3.12rem;align-items:start}.profile-component .profile-content .profile-form-wrapper .profile-card-form{padding:2rem 2rem 4rem;margin-bottom:1.875rem}.profile-component .profile-content .profile-page-card-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.profile-component .profile-content .profile-page-card-container .profile-page-card-column{display:flex;flex-direction:column;gap:1rem}.profile-component .profile-content .profile-page-card-container .profile-page-card-column h5{margin-bottom:.5rem}.profile-component .profile-content .profile-page-card-container .profile-page-card-column .change-password-button{padding:0;justify-content:start}.profile-component .profile-content .profile-page-card-container .profile-page-card-column:nth-child(2){justify-self:end}.profile-component .profile-content .profile-page-actions{display:flex;justify-content:space-between;align-items:center}.profile-component .profile-content .profile-page-actions svg{fill:none}.profile-component .profile-content .profile-page-actions svg path{stroke:#4a6ec6}.profile-component .profile-content .profile-page-actions .profile-page-actions-form{display:flex;align-items:center;gap:.5rem}.profile-component .working-zones-table{margin-top:1rem}.profile-component .working-zones-table .table-container.classic th,.profile-component .working-zones-table .table-container.classic td{padding:.5rem 1rem}.profile-component .working-zones-table .unlink-action{color:#5e87d3;font-weight:500;cursor:pointer}.profile-component .working-zones-table .unlink-action:hover{text-decoration:underline}.psychologists-search-bar{margin:1.25rem 0}.table-cell-avatar{display:flex;align-items:center;gap:.625rem}.table-cell-avatar img{width:2.5rem;height:2.5rem;border-radius:100%;aspect-ratio:1/1;object-fit:cover}.ai-page{padding:1.5rem;max-width:1200px;margin:0 auto}.ai-page__header{margin-bottom:2rem;text-align:center}.ai-page__header h1{font-size:2rem;margin-bottom:.5rem;color:var(--color-primary)}.ai-page__header p{color:var(--color-text-secondary);max-width:700px;margin:0 auto}.ai-page__tabs-container{margin-bottom:2rem}.ai-page__section-header{margin-bottom:1.5rem}.ai-page__section-header h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--color-text-primary)}.ai-page__section-header p{color:var(--color-text-secondary)}.ai-page__form{padding:.5rem}.ai-page__form-group{margin-bottom:1.5rem}.ai-page__form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text-primary)}.ai-page__card-footer{display:flex;gap:1rem}.ai-page__optional{font-weight:400;color:var(--color-text-secondary);font-size:.875rem;margin-left:.25rem}.ai-page__textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:4px;background-color:var(--color-background-input);font-family:inherit;font-size:1rem;resize:vertical;transition:border-color .2s}.ai-page__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2)}.ai-page__error{padding:1rem;background-color:var(--color-error-bg, #feefef);color:var(--color-error, #e53e3e);border-radius:4px;margin-bottom:1.5rem;font-size:.875rem}.ai-page__result{margin-top:1.5rem;animation:fadeIn .3s ease-in-out}.ai-page__result h3{margin-bottom:.75rem;color:var(--color-text-primary);font-size:1.25rem}.ai-page__result-content{padding:1.25rem;background-color:var(--color-background-highlight, #f5f8ff);border-radius:4px;white-space:pre-wrap;line-height:1.5;font-size:.95rem;border:1px solid var(--color-border-light, #e2e8f0)}.ai-page__drop-zone{border:2px dashed #d0d5dd;border-radius:8px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;cursor:pointer;margin-bottom:1.5rem;transition:all .2s ease}.ai-page__drop-zone:hover{border-color:#98a2b3;background-color:#00000005}.ai-page__drop-zone.drag-over{border-color:#6941c6;background-color:#6941c60d}.ai-page__upload-icon{width:48px;height:48px;margin-bottom:1rem;color:#98a2b3}.ai-page__or{margin:.5rem 0;color:#667085}.ai-page__browse-button{margin-bottom:.5rem}.ai-page__supported-formats{font-size:.75rem;color:#667085}.ai-page__file-input{position:absolute;width:0;height:0;opacity:0}.ai-page__image-preview-container{display:flex;flex-direction:column;align-items:center;width:100%}.ai-page__image-preview{max-width:100%;max-height:300px;border-radius:4px;margin-bottom:.5rem;box-shadow:0 2px 4px #0000001a}.ai-page__file-name{margin:.5rem 0;font-size:.875rem;color:#101828}.ai-page__change-file{margin-top:.5rem}.ai-page__audio-preview{display:flex;flex-direction:column;align-items:center;background-color:#f9f9fb;border-radius:8px;padding:1.5rem;width:100%;max-width:300px}.ai-page__audio-icon{font-size:3rem;color:#6941c6;margin-bottom:1rem}.ai-page__file-info{margin-top:.25rem;font-size:.75rem;color:#667085}.ai-page audio{width:100%;margin:1rem 0}.ai-page__audio-mode-selector{display:flex;justify-content:center;margin-bottom:1.5rem;gap:1rem;border-bottom:1px solid #eaecf0;padding-bottom:1rem}.ai-page__mode-button{display:flex;align-items:center;gap:.5rem;min-width:140px}.ai-page__button-icon{width:18px;height:18px}.ai-page__button-icon--large{width:24px;height:24px}.ai-page__recording-zone{background-color:#f9fafb;border-radius:8px;padding:2rem;display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;min-height:200px;justify-content:center}.ai-page__start-recording{display:flex;flex-direction:column;align-items:center;text-align:center}.ai-page__recording-button{display:flex;align-items:center;gap:.5rem}.ai-page__recording-button--large{font-size:1.125rem;padding:1rem 1.5rem;margin-bottom:1rem}.ai-page__recording-note{color:#667085;font-size:.875rem;max-width:300px;text-align:center}.ai-page__recording-active{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.ai-page__recording-indicator{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ai-page__recording-pulse{height:16px;width:16px;background-color:#f04438;border-radius:50%;animation:pulse 1.5s infinite}.ai-page__recording-text{font-weight:500;color:#101828}.ai-page__recording-info{color:#667085;font-size:.875rem;margin:.5rem 0}.ai-page__recording-actions{display:flex;gap:1rem;margin-top:1rem}.ai-page__audio-preview-container{display:flex;flex-direction:column;align-items:center;width:100%}.ai-page__audio-player{width:100%;max-width:300px;margin:1rem 0}.ai-page__recording-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ai-page__time-remaining{font-size:.85em;color:#667085}.ai-page__recording-note{color:#667085;font-size:.875rem;max-width:340px;text-align:center;margin-top:1rem}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #f04438b3}70%{transform:scale(1);box-shadow:0 0 0 10px #f0443800}to{transform:scale(.95);box-shadow:0 0 #f0443800}}@media (max-width: 768px){.ai-page__recording-zone{padding:1.5rem;min-height:180px}.ai-page__audio-mode-selector{flex-direction:column;align-items:center}.ai-page__recording-actions{flex-direction:column;gap:.5rem}}@media (max-width: 768px){.ai-page__drop-zone{padding:1.5rem;min-height:200px}}@media (max-width: 480px){.ai-page__drop-zone{padding:1rem;min-height:180px}.ai-page__image-preview{max-height:200px}}@media (max-width: 768px){.ai-page{padding:1rem}.ai-page__header h1{font-size:1.75rem}.ai-page__card-footer{flex-direction:column}}.ai-page__card--emotion{padding:0;overflow:hidden}.ai-page__card--emotion .card-content{padding:0}.ai-page__emotion-container{width:100%;min-height:600px}.ai-page__emotion-container .advanced-webcam-container{margin:0;padding:1rem;background:transparent;min-height:auto;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.advanced-webcam-container{padding:20px;max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);min-height:100vh}.webcam-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:rgba(255,255,255,.1);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detector-status{display:flex;align-items:center;gap:10px}.detector-indicator{padding:8px 16px;border-radius:20px;font-weight:700;font-size:14px;border:2px solid}.detector-indicator.mediapipe{background:rgba(76,175,80,.2);border-color:#4caf50;color:#4caf50}.detector-indicator.faceapi{background:rgba(255,152,0,.2);border-color:#ff9800;color:#ff9800}.error-banner{background:rgba(244,67,54,.9);padding:15px;border-radius:10px;margin-bottom:20px;text-align:center;font-weight:700}.webcam-content{display:flex;flex-direction:column;width:100%;gap:24px}.video-container{position:relative;background:black;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d;aspect-ratio:16/9;width:100%;height:auto;min-height:300px;max-height:70vh}.webcam-video{width:100%;height:100%;object-fit:cover;display:block;visibility:hidden;opacity:0;position:absolute;top:0;left:0;z-index:-1}.webcam-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-color:#000;z-index:1;object-fit:contain}.controls-panel{background:rgba(255,255,255,.1);border-radius:15px;padding:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:fit-content}.primary-controls{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.control-btn{padding:12px 20px;border:none;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.control-btn:disabled{opacity:.5;cursor:not-allowed}.control-btn.primary{background:#4CAF50}.control-btn.primary:hover:not(:disabled){background:#45a049;transform:translateY(-2px)}.control-btn.secondary{background:#607D8B}.control-btn.secondary:hover:not(:disabled){background:#546E7A;transform:translateY(-2px)}.control-btn.success{background:#2196F3}.control-btn.success:hover:not(:disabled){background:#1976D2;transform:translateY(-2px)}.control-btn.danger{background:#f44336}.control-btn.danger:hover:not(:disabled){background:#d32f2f;transform:translateY(-2px)}.control-btn.warning{background:#ff9800}.control-btn.warning:hover:not(:disabled){background:#f57c00;transform:translateY(-2px)}.control-btn.info{background:#9c27b0}.control-btn.info:hover:not(:disabled){background:#7b1fa2;transform:translateY(-2px)}.detector-controls{margin-bottom:25px}.detector-controls h4{margin:0 0 15px;font-size:16px}.detector-switches{display:flex;gap:10px}.detector-btn{flex:1;padding:10px 15px;border:2px solid transparent;border-radius:8px;background:rgba(255,255,255,.1);font-weight:700;cursor:pointer;transition:all .3s ease}.detector-btn:hover:not(:disabled){background:rgba(255,255,255,.2)}.detector-btn.active{border-color:#4caf50;background:rgba(76,175,80,.2)}.detector-btn:disabled{opacity:.5;cursor:not-allowed}.advanced-controls{display:flex;flex-direction:column;gap:15px}.stats-panel{background:var(--neutrals-neutrals00);border-radius:12px;padding:24px;margin-bottom:20px;border:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow)}.stats-panel h3{margin:0 0 20px;font-size:18px;color:var(--text-heading);font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--neutrals-neutrals00);border-radius:8px;border:1px solid var(--border-color);box-shadow:0 1px 3px var(--shadow)}.stat-label{font-weight:500;color:var(--text-label);font-size:14px}.stat-value{font-weight:600;font-size:16px;color:var(--text-heading)}.emotion-panel{background:var(--neutrals-neutrals00);border-radius:12px;padding:24px;margin-bottom:20px;border:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow)}.emotion-panel h3{margin:0 0 20px;font-size:18px;color:var(--text-heading);font-weight:600}.emotion-history{display:flex;gap:15px;flex-wrap:wrap}.emotion-item{display:flex;flex-direction:column;align-items:center;padding:12px 16px;background:var(--neutrals-neutrals00);border-radius:8px;border:1px solid var(--primary-primary300);box-shadow:0 1px 3px var(--shadow)}.emotion-name{font-weight:600;color:var(--primary-primary600);text-transform:capitalize;font-size:14px}.emotion-confidence{font-size:12px;margin-top:4px;color:var(--text-label);font-weight:500}.gaze-panel{background:var(--neutrals-neutrals00);border-radius:12px;padding:24px;border:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow)}.gaze-panel h3{margin:0 0 20px;font-size:18px;color:var(--text-heading);font-weight:600}.gaze-info{display:flex;gap:20px;flex-wrap:wrap}.gaze-info span{padding:8px 12px;background:var(--neutrals-neutrals00);border-radius:6px;border:1px solid var(--primary-primary300);color:var(--primary-primary600);font-weight:500;font-size:14px;box-shadow:0 1px 3px var(--shadow)}.auto-status{margin-bottom:20px;padding:15px;background:rgba(76,175,80,.1);border-radius:10px;border:1px solid rgba(76,175,80,.3)}.auto-status h4{margin:0 0 10px;color:#4caf50;font-size:16px}.status-indicator{display:flex;align-items:center;gap:10px}.status{padding:6px 12px;border-radius:15px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:5px}.status.loading{background:rgba(255,193,7,.2);color:#ffc107;border:1px solid rgba(255,193,7,.3)}.status.starting{background:rgba(33,150,243,.2);color:#2196f3;border:1px solid rgba(33,150,243,.3)}.status.connecting{background:rgba(156,39,176,.2);color:#9c27b0;border:1px solid rgba(156,39,176,.3)}.status.active{background:rgba(76,175,80,.2);color:#4caf50;border:1px solid rgba(76,175,80,.3);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.analytics-panel{background:rgba(255,255,255,.1);padding:20px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:20px;border:1px solid rgba(255,255,255,.2)}.analytics-panel h3{color:#fff;margin-bottom:15px;font-size:18px;display:flex;align-items:center;gap:8px}.analytics-controls{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:15px}@media (max-width: 768px){.analytics-controls{flex-direction:column}}.analytics-info{margin-top:15px}.analytics-info .info-notice{padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.4;border-left:4px solid}.analytics-info .info-notice.success{background:rgba(76,175,80,.15);border-color:#4caf50;color:#4caf50}.analytics-info .info-notice.warning{background:rgba(255,152,0,.15);border-color:#ff9800;color:#ff9800}.analytics-info .info-notice:not(.success):not(.warning){background:rgba(33,150,243,.15);border-color:#2196f3;color:#2196f3}.eye-tracking-section{display:flex;flex-direction:column;gap:0;margin:1rem 0;max-width:100%;width:100%;background:rgba(255,255,255,.1);border-radius:8px;padding:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.eye-tracking-section>*{width:100%;margin:0}@media (max-width: 768px){.eye-tracking-section{margin:.75rem 0}}@media (max-width: 480px){.eye-tracking-section{margin:.5rem 0}}@media (max-width: 1200px){.advanced-webcam-container{max-width:100%;padding:15px}.webcam-content{grid-template-columns:1fr 300px;gap:20px}}@media (max-width: 1024px){.webcam-content{grid-template-columns:1fr;gap:20px}.controls-panel{order:-1;max-width:600px;margin:0 auto}.video-container{min-height:300px}}@media (max-width: 768px){.advanced-webcam-container{padding:10px}.webcam-header{flex-direction:column;gap:15px;text-align:center;padding:15px}.webcam-header h2{font-size:1.5rem;margin:0}.detector-status{flex-wrap:wrap;justify-content:center}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.stat-item{padding:8px}.stat-label{font-size:11px}.stat-value{font-size:14px}.detector-switches{flex-direction:column;gap:10px}.emotion-history{justify-content:center;flex-wrap:wrap}.emotion-item{min-width:100px}.gaze-info{justify-content:center;flex-wrap:wrap;gap:10px}.controls-panel{padding:15px}.primary-controls{gap:10px}.control-btn{padding:10px 15px;font-size:13px}.video-container{min-height:250px}}@media (max-width: 480px){.advanced-webcam-container{padding:5px}.webcam-header{padding:10px;margin-bottom:15px}.webcam-header h2{font-size:1.2rem}.detector-indicator{padding:6px 12px;font-size:12px}.webcam-content{gap:15px}.controls-panel{padding:12px}.control-btn{padding:8px 12px;font-size:12px}.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-item{padding:6px}.stat-label{font-size:10px}.stat-value{font-size:12px}.emotion-panel,.gaze-panel{padding:12px}.emotion-panel h3,.gaze-panel h3{font-size:14px;margin-bottom:8px}.emotion-item{padding:5px 8px;min-width:80px}.emotion-name{font-size:11px}.emotion-confidence{font-size:10px}.gaze-info span{font-size:11px;padding:3px 6px}.video-container{min-height:200px}}@media (max-width: 360px){.webcam-header h2{font-size:1rem}.detector-indicator{padding:4px 8px;font-size:11px}.control-btn{padding:6px 10px;font-size:11px}.stats-grid{grid-template-columns:1fr}.video-container{min-height:180px}}@media (max-width: 768px){.webcam-content{grid-template-columns:1fr;gap:20px}.video-container{max-height:50vh;min-height:250px}.webcam-overlay{object-fit:contain;max-width:100%;max-height:100%}}@media (max-width: 480px){.video-container{max-height:40vh;min-height:200px;margin-bottom:15px}.advanced-webcam-container{padding:10px}.webcam-header{flex-direction:column;gap:10px;text-align:center}}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;border-radius:10px}.loading-content{text-align:center;color:#fff}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-message{font-size:18px;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.spinner{width:40px;height:40px;border-width:3px;margin-bottom:15px}.loading-message{font-size:16px}}@media (max-width: 480px){.spinner{width:35px;height:35px;border-width:3px;margin-bottom:12px}.loading-message{font-size:14px}}@media (max-width: 360px){.spinner{width:30px;height:30px;border-width:2px;margin-bottom:10px}.loading-message{font-size:13px}}.compact-distance-meter{position:absolute;top:12px;left:1rem;width:120px;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:1px solid rgba(255,255,255,.1);padding:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#fff;box-shadow:0 4px 12px #0006;z-index:1000;transition:all .3s ease}.compact-distance-meter:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000080}.compact-distance-meter.optimal{border-color:#4caf5080;box-shadow:0 4px 12px #4caf5033}.compact-distance-meter.too-close{border-color:#ff572280;box-shadow:0 4px 12px #ff572233}.compact-distance-meter.too-far{border-color:#2196f380;box-shadow:0 4px 12px #2196f333}.compact-distance-meter.no-face{opacity:.6;border-color:#75757580}.meter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.meter-icon{font-size:14px;line-height:1}.arrow-indicator{font-size:12px;line-height:1;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.meter-content{display:flex;flex-direction:column;gap:4px}.distance-display{text-align:center}.distance-value{font-size:16px;font-weight:700;line-height:1;margin-bottom:2px}.optimal-range{font-size:9px;color:#fff9;line-height:1}.progress-bar{margin:4px 0}.progress-track{position:relative;height:4px;background:rgba(255,255,255,.2);border-radius:2px;overflow:hidden}.optimal-zone{position:absolute;top:0;height:100%;background:rgba(76,175,80,.4);border-radius:2px}.current-position{position:absolute;top:-2px;width:3px;height:8px;border-radius:2px;transform:translate(-1.5px);box-shadow:0 0 4px #0000004d}.quick-recommendation{text-align:center;font-size:9px;color:#fffc;font-weight:500;line-height:1;margin-top:2px}.optimal .quick-recommendation{color:#4caf50}.too-close .quick-recommendation{color:#ff5722}.too-far .quick-recommendation{color:#2196f3}.no-face .meter-text{display:flex;flex-direction:column;align-items:center;gap:2px}.no-face .distance-value{font-size:14px;color:#ffffff80}.no-face .distance-label{font-size:9px;color:#fff6}@media (max-width: 768px){.compact-distance-meter{top:8px;right:8px;width:100px;padding:6px;font-size:10px}.distance-value{font-size:14px}.meter-icon{font-size:12px}.arrow-indicator{font-size:10px}.optimal-range,.quick-recommendation{font-size:8px}}@media (max-width: 480px){.compact-distance-meter{top:5px;right:5px;width:90px;padding:5px;font-size:9px}.meter-value{font-size:16px!important}.meter-label,.status-text{font-size:9px!important}}@media (max-width: 360px){.compact-distance-meter{width:80px;padding:4px;font-size:8px}.meter-value{font-size:12px!important}.meter-label,.status-text{font-size:7px!important}}.compact-distance-meter *{transition:color .3s ease,background-color .3s ease}.too-close{animation:alert-blink 2s infinite}@keyframes alert-blink{0%,85%,to{border-color:#ff572280}90%,95%{border-color:#ff5722e6}}.blend-shapes{background:#f8f8fc;border-radius:8px;padding:16px;margin:16px 0;box-shadow:0 2px 8px #0000001a;border:1px solid #e8e9f0}.blend-shapes h3{color:#24293f;margin-bottom:16px;font-size:1.1rem;font-weight:600;text-align:center}.blend-shapes .no-data{color:#5d678d;text-align:center;padding:20px;font-style:italic}.blend-shapes .blend-shapes-list{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.blend-shapes .blend-shape-item{background:#f8f8fc;border:1px solid #e8e9f0;border-radius:6px;padding:12px;box-shadow:0 1px 4px #0000000d}.blend-shapes .blend-shape-item .shape-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.blend-shapes .blend-shape-item .shape-info .shape-name{color:#24293f;font-size:.85rem;font-weight:500;flex:1}.blend-shapes .blend-shape-item .shape-info .shape-score{font-size:.75rem;font-weight:600;margin-left:8px}.blend-shapes .blend-shape-item .shape-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}.blend-shapes .blend-shape-item .shape-bar .shape-progress{height:100%;border-radius:4px;transition:width .3s ease;min-width:2px}.blend-shapes .shape-count{color:#5d678d;font-size:.8rem;text-align:center;margin-top:12px;padding-top:12px;border-top:1px solid #e8e9f0}@media (max-width: 768px){.blend-shapes .blend-shapes-list{grid-template-columns:1fr;max-height:300px}}.blend-shapes .blend-shapes-list::-webkit-scrollbar{width:6px}.blend-shapes .blend-shapes-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.blend-shapes .blend-shapes-list::-webkit-scrollbar-thumb{background:#97bae5;border-radius:3px}.blend-shapes .blend-shapes-list::-webkit-scrollbar-thumb:hover{background:#5e87d3}.analysis-report{background:#ffffff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:24px;max-width:1200px;margin:0 auto;min-height:100vh}.analysis-report .report-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #e3f2fd;padding-bottom:20px;margin-bottom:30px}.analysis-report .report-header h1{color:#2196f3;font-size:28px;margin:0}.analysis-report .report-header .report-actions{display:flex;gap:12px}.analysis-report .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.analysis-report .stats-overview .stat-card{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);padding:20px;border-radius:10px;text-align:center;box-shadow:0 2px 10px #00000014}.analysis-report .stats-overview .stat-card .stat-value{font-size:32px;font-weight:700;color:#2196f3;margin-bottom:8px}.analysis-report .stats-overview .stat-card .stat-label{font-size:14px;color:#666;font-weight:500}.analysis-report .recording-info{background:linear-gradient(135deg,#e8f5e8 0%,#a8e6a8 100%);border-radius:10px;padding:20px;margin-bottom:30px;border-left:4px solid #4caf50}.analysis-report .recording-info h3{color:#2e7d32;margin-top:0;margin-bottom:15px;font-size:18px}.analysis-report .recording-info .recording-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.analysis-report .recording-info .recording-details .detail-item{background:rgba(255,255,255,.8);padding:10px 15px;border-radius:6px;font-size:14px;box-shadow:0 1px 3px #0000001a}.analysis-report .recording-info .recording-details .detail-item strong{color:#2e7d32}.analysis-report .no-data-message{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#fff3e0 0%,#ffcc80 100%);border-radius:12px;margin:30px 0;border-left:4px solid #ff9800}.analysis-report .no-data-message h2{color:#f57c00;margin-bottom:20px;font-size:24px}.analysis-report .no-data-message p{color:#e65100;font-size:16px;line-height:1.6;max-width:600px;margin:0 auto 15px}.analysis-report .no-data-message p strong{color:#e65100;font-weight:600}.analysis-report .chart-tabs{display:flex;border-bottom:2px solid #e0e0e0;margin-bottom:30px}.analysis-report .chart-tabs .tab-button{background:none;border:none;padding:15px 25px;font-size:16px;font-weight:500;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.analysis-report .chart-tabs .tab-button:hover{color:#2196f3;background:#f5f5f5}.analysis-report .chart-tabs .tab-button.active{color:#2196f3;border-bottom-color:#2196f3;background:#e3f2fd}.analysis-report .chart-content .chart-container{background:#fafafa;border-radius:8px;padding:20px;margin-bottom:20px}.analysis-report .chart-content .chart-container h3{color:#333;margin-bottom:20px;font-size:20px}.analysis-report .chart-content .chart-container .correlation-charts{display:grid;grid-template-columns:1fr 1fr;gap:20px}.analysis-report .chart-content .chart-container .correlation-charts .chart-half h4{color:#555;margin-bottom:15px;text-align:center}.analysis-report .emotion-summary{background:#e3f2fd;border-radius:8px;padding:20px;border-left:4px solid #2196f3;margin-top:30px}.analysis-report .emotion-summary h3{color:#1976d2;margin-bottom:15px}.analysis-report .emotion-summary .dominant-emotion{font-size:16px;line-height:1.6;color:#333}.analysis-report .emotion-summary .dominant-emotion strong{color:#1976d2}.d3-chart-wrapper{display:flex;justify-content:center;margin:20px 0}.d3-chart-wrapper svg{background:#ffffff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.d3-chart-wrapper svg .grid line{stroke:#e0e0e0;stroke-opacity:.7;shape-rendering:crispEdges}.d3-chart-wrapper svg .grid path{stroke-width:0}.d3-chart-wrapper svg text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;fill:#666}.d3-chart-wrapper svg .axis text{font-size:11px}.d3-chart-wrapper svg .legend text{font-size:12px;fill:#333}.d3-chart-wrapper svg .dot{cursor:pointer;transition:r .2s ease}.d3-chart-wrapper svg .dot:hover{r:6}.d3-chart-wrapper svg .heatmap-cell{cursor:pointer;transition:opacity .2s ease}.d3-chart-wrapper svg .heatmap-cell:hover{opacity:.8}.d3-chart-wrapper svg .bar{cursor:pointer;transition:opacity .2s ease}.d3-chart-wrapper svg .bar:hover{opacity:.8}.d3-chart-wrapper svg .stream-path{cursor:pointer;transition:fill-opacity .2s ease}.d3-chart-wrapper svg .stream-path:hover{fill-opacity:.9!important}.d3-tooltip{position:absolute;background:rgba(0,0,0,.9);color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;pointer-events:none;z-index:1000;box-shadow:0 4px 12px #0000004d;max-width:200px;line-height:1.4}.d3-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#000000e6}@media (max-width: 768px){.analysis-report{padding:16px}.analysis-report .report-header{flex-direction:column;gap:16px;text-align:center}.analysis-report .report-header h1{font-size:24px}.analysis-report .stats-overview{grid-template-columns:1fr 1fr;gap:12px}.analysis-report .stats-overview .stat-card{padding:16px}.analysis-report .stats-overview .stat-card .stat-value{font-size:24px}.analysis-report .chart-tabs{flex-wrap:wrap}.analysis-report .chart-tabs .tab-button{flex:1;min-width:120px;padding:12px 16px;font-size:14px}.analysis-report .chart-content .chart-container{padding:16px}.analysis-report .chart-content .chart-container .correlation-charts{grid-template-columns:1fr;gap:16px}}.analytics-dashboard{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;overflow-y:auto;z-index:1000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.analytics-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.analytics-dashboard .dashboard-header .header-left h1{margin:0 0 10px;font-size:28px;font-weight:700;background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.analytics-dashboard .dashboard-header .header-left .status-indicators{display:flex;gap:15px;align-items:center}.analytics-dashboard .dashboard-header .header-left .status-indicators .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.analytics-dashboard .dashboard-header .header-left .status-indicators .status-badge.real-time{background:linear-gradient(45deg,#ff4444,#ff6b6b);animation:pulse 2s infinite}.analytics-dashboard .dashboard-header .header-left .status-indicators .status-badge.analysis{background:linear-gradient(45deg,#4caf50,#66bb6a)}.analytics-dashboard .dashboard-header .header-left .status-indicators .data-points{font-size:14px;opacity:.8}.analytics-dashboard .dashboard-header .header-controls{display:flex;gap:15px;align-items:center}.analytics-dashboard .dashboard-header .header-controls .time-range-selector{padding:8px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.analytics-dashboard .dashboard-header .header-controls .time-range-selector option{background:#333;color:#fff}.analytics-dashboard .dashboard-header .header-controls .export-btn,.analytics-dashboard .dashboard-header .header-controls .close-btn{padding:10px 20px;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.analytics-dashboard .dashboard-header .header-controls .export-btn:hover,.analytics-dashboard .dashboard-header .header-controls .close-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}.analytics-dashboard .dashboard-header .header-controls .export-btn{background:linear-gradient(45deg,#2196f3,#21cbf3);color:#fff}.analytics-dashboard .dashboard-header .header-controls .export-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.analytics-dashboard .dashboard-header .header-controls .close-btn{background:rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.analytics-dashboard .alerts-banner{background:linear-gradient(90deg,rgba(255,82,82,.2),rgba(255,171,0,.2));padding:15px 30px;border-bottom:1px solid rgba(255,255,255,.1)}.analytics-dashboard .alerts-banner h3{margin:0 0 10px;font-size:16px}.analytics-dashboard .alerts-banner .alerts-list{display:flex;gap:15px;flex-wrap:wrap}.analytics-dashboard .alerts-banner .alerts-list .alert{padding:8px 15px;border-radius:8px;font-size:12px;display:flex;gap:8px;align-items:center}.analytics-dashboard .alerts-banner .alerts-list .alert.alert-critical{background:rgba(244,67,54,.3);border:1px solid rgba(244,67,54,.5)}.analytics-dashboard .alerts-banner .alerts-list .alert.alert-warning{background:rgba(255,152,0,.3);border:1px solid rgba(255,152,0,.5)}.analytics-dashboard .alerts-banner .alerts-list .alert.alert-info{background:rgba(33,150,243,.3);border:1px solid rgba(33,150,243,.5)}.analytics-dashboard .alerts-banner .alerts-list .alert .alert-metric{font-weight:700;text-transform:uppercase}.analytics-dashboard .alerts-banner .alerts-list .alert .alert-value{background:rgba(255,255,255,.2);padding:2px 6px;border-radius:4px;font-family:monospace}.analytics-dashboard .dashboard-tabs{display:flex;background:rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.1)}.analytics-dashboard .dashboard-tabs button{flex:1;padding:15px 20px;border:none;background:transparent;color:#ffffffb3;font-weight:600;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.analytics-dashboard .dashboard-tabs button:hover{background:rgba(255,255,255,.1);color:#fff}.analytics-dashboard .dashboard-tabs button.active{color:#fff;background:rgba(255,255,255,.1);border-bottom-color:#4caf50}.analytics-dashboard .dashboard-content{padding:30px;max-width:1400px;margin:0 auto}.analytics-dashboard .overview-tab .kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:25px;margin-bottom:30px}.analytics-dashboard .overview-tab .kpi-cards .kpi-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.analytics-dashboard .overview-tab .kpi-cards .kpi-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.analytics-dashboard .overview-tab .kpi-cards .kpi-card h3{margin:0 0 15px;font-size:18px;opacity:.9}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-value{font-size:48px;font-weight:700;margin:15px 0;background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-level{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-block;margin-bottom:15px}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-level.bajo{background:rgba(244,67,54,.3);border:1px solid rgba(244,67,54,.5)}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-level.medio{background:rgba(255,152,0,.3);border:1px solid rgba(255,152,0,.5)}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-level.alto{background:rgba(76,175,80,.3);border:1px solid rgba(76,175,80,.5)}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-subtitle{font-size:14px;opacity:.8;margin-bottom:15px;text-transform:capitalize}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-details{display:flex;flex-direction:column;gap:5px;font-size:12px;opacity:.8}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-chart{margin-top:20px}.analytics-dashboard .overview-tab .kpi-cards .kpi-card .kpi-chart svg{background:rgba(0,0,0,.1);border-radius:8px}.analytics-dashboard .overview-tab .kpi-cards .kpi-card.engagement{border-left:4px solid #4caf50}.analytics-dashboard .overview-tab .kpi-cards .kpi-card.variability{border-left:4px solid #ff9800}.analytics-dashboard .overview-tab .kpi-cards .kpi-card.coherence{border-left:4px solid #9c27b0}.analytics-dashboard .overview-tab .kpi-cards .kpi-card.reactivity{border-left:4px solid #2196f3}.analytics-dashboard .overview-tab .summary-radar{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;border:1px solid rgba(255,255,255,.2);text-align:center;margin-bottom:30px}.analytics-dashboard .overview-tab .summary-radar h3{margin:0 0 20px}.analytics-dashboard .overview-tab .summary-radar svg{background:rgba(0,0,0,.1);border-radius:8px}.analytics-dashboard .overview-tab .key-moments{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;border:1px solid rgba(255,255,255,.2)}.analytics-dashboard .overview-tab .key-moments h3{margin:0 0 20px}.analytics-dashboard .overview-tab .key-moments .moments-list{display:flex;flex-direction:column;gap:10px}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item{display:grid;grid-template-columns:80px 40px 1fr 80px;gap:15px;align-items:center;padding:15px;background:rgba(0,0,0,.2);border-radius:8px;border-left:4px solid #666}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item.peak{border-left-color:#f44}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item.transition{border-left-color:#4caf50}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item.anomaly{border-left-color:#ff9800}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item .moment-time{font-family:monospace;font-size:12px;opacity:.8}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item .moment-type{font-size:20px}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item .moment-description{font-size:14px}.analytics-dashboard .overview-tab .key-moments .moments-list .moment-item .moment-confidence{font-family:monospace;font-weight:600;text-align:right}.analytics-dashboard .kpis-tab .kpi-selector{display:flex;gap:10px;margin-bottom:30px}.analytics-dashboard .kpis-tab .kpi-selector button{padding:12px 24px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease}.analytics-dashboard .kpis-tab .kpi-selector button:hover{background:rgba(255,255,255,.2)}.analytics-dashboard .kpis-tab .kpi-selector button.active{background:#4caf50;border-color:#4caf50}.analytics-dashboard .kpis-tab .kpi-detail{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:30px;border:1px solid rgba(255,255,255,.2)}.analytics-dashboard .kpis-tab .kpi-detail h2{margin:0 0 20px;font-size:24px}.analytics-dashboard .kpis-tab .kpi-detail .metric-explanation{margin-bottom:25px}.analytics-dashboard .kpis-tab .kpi-detail .metric-explanation p{margin:10px 0;line-height:1.6}.analytics-dashboard .kpis-tab .kpi-detail .metric-explanation p strong{color:#4caf50}.analytics-dashboard .kpis-tab .kpi-detail .metric-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.analytics-dashboard .kpis-tab .kpi-detail .metric-breakdown .breakdown-item{display:flex;justify-content:space-between;padding:15px;background:rgba(0,0,0,.2);border-radius:8px}.analytics-dashboard .kpis-tab .kpi-detail .metric-breakdown .breakdown-item span:first-child{opacity:.8}.analytics-dashboard .kpis-tab .kpi-detail .metric-breakdown .breakdown-item span:last-child{font-weight:600;font-family:monospace}.analytics-dashboard .visualizations-tab .viz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:25px}.analytics-dashboard .visualizations-tab .viz-grid .viz-item{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;border:1px solid rgba(255,255,255,.2)}.analytics-dashboard .visualizations-tab .viz-grid .viz-item h3{margin:0 0 20px;text-align:center}.analytics-dashboard .visualizations-tab .viz-grid .viz-item svg{background:rgba(0,0,0,.1);border-radius:8px;display:block;margin:0 auto}.analytics-dashboard .alerts-tab h2{margin:0 0 30px;text-align:center}.analytics-dashboard .alerts-tab .alerts-detailed{display:flex;flex-direction:column;gap:20px}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;border:1px solid rgba(255,255,255,.2)}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card.alert-critical{border-left:4px solid #f44336}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card.alert-warning{border-left:4px solid #ff9800}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card.alert-info{border-left:4px solid #2196f3}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-header .alert-icon{font-size:24px}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-header .alert-title{font-weight:700;font-size:18px}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-header .alert-timestamp{margin-left:auto;font-family:monospace;opacity:.8;font-size:12px}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-body p{margin:0 0 15px;line-height:1.6}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-body .alert-metrics{display:flex;gap:20px}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-body .alert-metrics span{padding:8px 12px;background:rgba(0,0,0,.2);border-radius:6px;font-size:12px}.analytics-dashboard .alerts-tab .alerts-detailed .alert-card .alert-body .alert-metrics span strong{font-family:monospace}.analytics-dashboard .alerts-tab .alerts-detailed .no-alerts{text-align:center;padding:60px 20px}.analytics-dashboard .alerts-tab .alerts-detailed .no-alerts h3{font-size:24px;margin:0 0 15px}.analytics-dashboard .alerts-tab .alerts-detailed .no-alerts p{opacity:.8;font-size:16px}@keyframes pulse{0%{box-shadow:0 0 #ff4444b3}70%{box-shadow:0 0 0 10px #f440}to{box-shadow:0 0 #f440}}@media (max-width: 768px){.analytics-dashboard .dashboard-header{flex-direction:column;gap:15px}.analytics-dashboard .dashboard-header .header-controls{flex-wrap:wrap;justify-content:center}.analytics-dashboard .overview-tab .kpi-cards,.analytics-dashboard .visualizations-tab .viz-grid{grid-template-columns:1fr}.analytics-dashboard .key-moments .moments-list .moment-item{grid-template-columns:1fr;text-align:center;gap:10px}}svg .grid line{stroke:#ffffff1a;stroke-dasharray:2,2}svg .grid path{stroke-width:0}svg text{fill:#fffc;font-size:11px;font-family:Segoe UI,sans-serif}svg .axis path,svg .axis line{stroke:#ffffff4d}.eye-tracking-visualization{display:flex;gap:1rem;padding:1rem;background:rgba(0,0,0,.05);border-radius:0 0 8px 8px;margin-top:0;min-height:300px;border:1px solid #e9ecef;border-top:none}@media (max-width: 768px){.eye-tracking-visualization{flex-direction:column;gap:.5rem;padding:.5rem}}.eye-tracking-visualization .gaze-area{flex:2;position:relative;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:8px;min-height:300px;overflow:hidden;border:2px solid #dee2e6}.eye-tracking-visualization .gaze-area .focus-zone{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.eye-tracking-visualization .gaze-area .focus-zone .focus-circle{width:160px;height:160px;border:2px dashed #00bcd4;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.6;animation:pulse 2s infinite}.eye-tracking-visualization .gaze-area .focus-zone .focus-circle .focus-label{font-size:.8rem;color:#00bcd4;font-weight:500;text-align:center}.eye-tracking-visualization .gaze-area .gaze-trail-point{position:absolute;width:4px;height:4px;background:#4caf50;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;transition:opacity .3s ease}.eye-tracking-visualization .gaze-area .current-gaze-point{position:absolute;transform:translate(-50%,-50%);pointer-events:none}.eye-tracking-visualization .gaze-area .current-gaze-point .gaze-dot{width:16px;height:16px;background:var(--stability-color, #4caf50);border-radius:50%;box-shadow:0 0 10px #0000004d;animation:pulse-gaze 1s infinite}.eye-tracking-visualization .gaze-area .current-gaze-point .confidence-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border:2px solid var(--stability-color, #4caf50);border-radius:50%;opacity:.6;transition:transform .3s ease}.eye-tracking-visualization .gaze-area .current-gaze-point .gaze-info{position:absolute;top:20px;left:20px;background:rgba(255,255,255,.95);padding:.5rem;border-radius:6px;box-shadow:0 2px 8px #00000026;font-size:.75rem;min-width:180px;z-index:10}@media (max-width: 768px){.eye-tracking-visualization .gaze-area .current-gaze-point .gaze-info{font-size:.7rem;min-width:140px;padding:.3rem}}.eye-tracking-visualization .gaze-area .current-gaze-point .gaze-info .info-item{margin-bottom:.25rem;line-height:1.3}.eye-tracking-visualization .gaze-area .current-gaze-point .gaze-info .info-item:last-child{margin-bottom:0}.eye-tracking-visualization .gaze-area .current-gaze-point .gaze-info .info-item strong{color:#333}.eye-tracking-visualization .metrics-panel{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:280px}@media (max-width: 768px){.eye-tracking-visualization .metrics-panel{min-width:unset}}.eye-tracking-visualization .metrics-panel h4{margin:0 0 .5rem;color:#333;font-size:1rem;font-weight:600}.eye-tracking-visualization .metrics-panel .metric-card{background:white;padding:.75rem;border-radius:6px;box-shadow:0 1px 3px #0000001a;border:1px solid #e9ecef}.eye-tracking-visualization .metrics-panel .metric-card .metric-label{font-size:.8rem;color:#666;margin-bottom:.5rem;font-weight:500}.eye-tracking-visualization .metrics-panel .metric-card .metric-value{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#333}.eye-tracking-visualization .metrics-panel .metric-card .metric-value .progress-bar{flex:1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.eye-tracking-visualization .metrics-panel .metric-card .metric-value .progress-bar .progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.eye-tracking-visualization .metrics-panel .metric-card .metric-value .progress-bar .progress-fill.attention{background:linear-gradient(90deg,#ff6b6b 0%,#feca57 50%,#48dbfb 100%)}.eye-tracking-visualization .metrics-panel .metric-card .metric-value .progress-bar .progress-fill.confidence{background:linear-gradient(90deg,#a55eea 0%,#26de81 100%)}.eye-tracking-visualization .metrics-panel .metric-card .metric-value .metric-number{font-size:1.1rem;font-weight:700}.eye-tracking-visualization .metrics-panel .metric-card .metric-value .metric-unit{font-size:.8rem;color:#666;font-weight:400}.eye-tracking-visualization .metrics-panel .metric-card .metric-subtitle{font-size:.7rem;color:#666;margin-top:.25rem}@keyframes pulse{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.05)}}@keyframes pulse-gaze{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.professional-control-bar{background:#fff;box-shadow:0 2px 8px #0000000f;border-radius:12px;border:1px solid #e0e3e8;font-family:Inter,Segoe UI,Arial,sans-serif;color:#23272f;z-index:1000}.professional-control-bar.floating{position:fixed;top:20px;right:20px;max-width:320px}@media (max-width: 1024px){.professional-control-bar.floating{max-width:280px;top:15px;right:15px}}@media (max-width: 768px){.professional-control-bar.floating{top:10px;right:10px;left:10px;max-width:none;border-radius:8px}}@media (max-width: 480px){.professional-control-bar.floating{top:5px;right:5px;left:5px}}.professional-control-bar.floating .toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;width:48px;height:48px;border-radius:50%;background:#1a237e;color:#fff;margin-bottom:12px}.professional-control-bar.floating .toggle-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.professional-control-bar.floating .toggle-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.professional-control-bar.floating .toggle-btn:not(:disabled):active{transform:translateY(0);transition:all .15s ease}@media (max-width: 768px){.professional-control-bar.floating .toggle-btn{width:44px;height:44px;margin-bottom:8px}}.professional-control-bar.floating .toggle-btn .toggle-icon{font-size:18px}@media (max-width: 768px){.professional-control-bar.floating .toggle-btn .toggle-icon{font-size:16px}}.professional-control-bar.floating .controls-container{display:flex;flex-direction:column;gap:16px;padding:16px;max-height:80vh;overflow-y:auto}@media (max-width: 768px){.professional-control-bar.floating .controls-container{gap:12px;padding:12px;max-height:75vh}}@media (max-width: 480px){.professional-control-bar.floating .controls-container{padding:8px;gap:8px}}.professional-control-bar.toolbar{position:absolute;top:16px;right:16px;width:20vw;min-width:0;max-width:220px;margin-bottom:0;box-shadow:0 2px 8px #0000000f;z-index:20}.professional-control-bar.toolbar .toolbar-header{padding:4px 8px;display:flex}.professional-control-bar.toolbar .toolbar-header .toolbar-title{gap:4px}.professional-control-bar.toolbar .toolbar-header .toolbar-title .title-icon{font-size:14px}.professional-control-bar.toolbar .toolbar-header .toolbar-title .title-text{font-size:11px;display:none}.professional-control-bar.toolbar .toolbar-header .collapse-btn{padding:2px}.professional-control-bar.toolbar .toolbar-header .collapse-btn .collapse-icon{font-size:11px}.professional-control-bar.toolbar .toolbar-content{padding:4px 8px}.professional-control-bar.toolbar .toolbar-content .groups-horizontal{gap:6px;grid-template-columns:1fr}.professional-control-bar.toolbar .toolbar-content .group-controls{gap:3px}.professional-control-bar.toolbar .toolbar-content .control-btn{padding:3px 6px;font-size:10px;min-width:0}.professional-control-bar.toolbar .toolbar-content .control-btn .btn-icon{font-size:10px}.professional-control-bar.toolbar .toolbar-content .control-btn .btn-label{font-size:8px}.professional-control-bar.footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e3e8;box-shadow:0 -4px 8px #0000001a}.professional-control-bar.footer .footer-groups{padding:16px 20px}.professional-control-bar.footer .footer-groups .group-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.professional-control-bar.footer .footer-groups .group-tabs .tab-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;flex:1;max-width:120px;padding:10px 12px;background:transparent;color:#5a5a5a;border:1px solid #e0e3e8}.professional-control-bar.footer .footer-groups .group-tabs .tab-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.professional-control-bar.footer .footer-groups .group-tabs .tab-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.professional-control-bar.footer .footer-groups .group-tabs .tab-btn:not(:disabled):active{transform:translateY(0);transition:all .15s ease}.professional-control-bar.footer .footer-groups .group-tabs .tab-btn.active{background:#1a237e;color:#fff;border-color:#1a237e}.professional-control-bar.footer .footer-groups .group-tabs .tab-btn .tab-icon{font-size:16px}.professional-control-bar.footer .footer-groups .group-tabs .tab-btn .tab-label{font-size:11px;font-weight:500}.professional-control-bar.compact .control-btn{padding:6px 12px;font-size:12px}.professional-control-bar.compact .control-btn .btn-label{display:none}.professional-control-bar.compact .group-header{padding:8px 0}.professional-control-bar.compact .group-header .group-title{font-size:12px}@media (max-width: 768px){.professional-control-bar.mobile .control-btn .btn-label{font-size:12px}}.professional-control-bar.small-mobile .control-btn{padding:4px 8px;font-size:10px}.professional-control-bar.small-mobile .control-btn .btn-icon{font-size:12px}.professional-control-bar.small-mobile .control-btn .btn-label{font-size:9px}.professional-control-bar.small-mobile .group-header{padding:6px 0 4px;margin-bottom:6px}.professional-control-bar.small-mobile .group-header .group-title{font-size:11px}.professional-control-bar.small-mobile .group-header .group-icon{font-size:14px}.professional-control-bar.small-mobile .status-bar{gap:6px;padding:4px 0;margin-bottom:6px}.status-bar{display:flex;align-items:center;gap:16px;padding:8px 0;margin-bottom:12px;flex-wrap:wrap}@media (max-width: 768px){.status-bar{gap:12px;padding:6px 0;margin-bottom:10px}}@media (max-width: 480px){.status-bar{gap:8px;padding:4px 0;margin-bottom:8px;justify-content:space-between}}.status-bar .connection-status{display:flex;align-items:center;gap:6px}@media (max-width: 768px){.status-bar .connection-status{gap:4px}}.status-bar .connection-status .status-dot{width:8px;height:8px;border-radius:50%;background:#b0bec5;transition:all .3s ease}@media (max-width: 768px){.status-bar .connection-status .status-dot{width:6px;height:6px}}.status-bar .connection-status .status-text{font-size:12px;font-weight:500;color:#5a5a5a}@media (max-width: 768px){.status-bar .connection-status .status-text{font-size:11px}}@media (max-width: 480px){.status-bar .connection-status .status-text{font-size:10px}}.status-bar .connection-status.recording .status-dot{background:#b71c1c;animation:pulse 1s infinite}.status-bar .connection-status.recording .status-text{color:#b71c1c}.status-bar .connection-status.detecting .status-dot{background:#bfa600}.status-bar .connection-status.detecting .status-text{color:#bfa600}.status-bar .connection-status.connected .status-dot{background:#2e7d32}.status-bar .connection-status.connected .status-text{color:#2e7d32}.status-bar .data-status,.status-bar .pdf-status{display:flex;align-items:center;gap:4px;font-size:11px;color:#a0a0a0}@media (max-width: 768px){.status-bar .data-status,.status-bar .pdf-status{font-size:10px;gap:3px}}@media (max-width: 480px){.status-bar .data-status,.status-bar .pdf-status{font-size:9px}}.status-bar .data-status .data-icon,.status-bar .data-status .pdf-icon,.status-bar .pdf-status .data-icon,.status-bar .pdf-status .pdf-icon{font-size:12px}@media (max-width: 768px){.status-bar .data-status .data-icon,.status-bar .data-status .pdf-icon,.status-bar .pdf-status .data-icon,.status-bar .pdf-status .pdf-icon{font-size:11px}}@media (max-width: 480px){.status-bar .data-status .data-icon,.status-bar .data-status .pdf-icon,.status-bar .pdf-status .data-icon,.status-bar .pdf-status .pdf-icon{font-size:10px}}.control-group .group-header{display:flex;align-items:center;gap:8px;padding:12px 0 8px;border-bottom:1px solid #e0e3e8;margin-bottom:12px}@media (max-width: 768px){.control-group .group-header{padding:10px 0 6px;margin-bottom:10px;gap:6px}}@media (max-width: 480px){.control-group .group-header{padding:8px 0 4px;margin-bottom:8px}}.control-group .group-header .group-icon{font-size:18px}@media (max-width: 768px){.control-group .group-header .group-icon{font-size:16px}}.control-group .group-header .group-title{font-size:14px;font-weight:600;color:#23272f;flex:1}@media (max-width: 768px){.control-group .group-header .group-title{font-size:13px}}@media (max-width: 480px){.control-group .group-header .group-title{font-size:12px}}.control-group .group-header .recording-indicator{display:flex;align-items:center;gap:6px}@media (max-width: 768px){.control-group .group-header .recording-indicator{gap:4px}}.control-group .group-header .recording-indicator .recording-dot{width:6px;height:6px;border-radius:50%;background:#b71c1c;animation:pulse 1s infinite}@media (max-width: 768px){.control-group .group-header .recording-indicator .recording-dot{width:5px;height:5px}}.control-group .group-header .recording-indicator .duration{font-size:11px;font-weight:600;color:#b71c1c;font-family:Monaco,Menlo,monospace}@media (max-width: 768px){.control-group .group-header .recording-indicator .duration{font-size:10px}}.control-group .group-header .analysis-indicator{display:flex;align-items:center;gap:6px}@media (max-width: 768px){.control-group .group-header .analysis-indicator{gap:4px}}.control-group .group-header .analysis-indicator .streaming-dot{width:6px;height:6px;border-radius:50%;background:#1976d2;animation:pulse 1s infinite}@media (max-width: 768px){.control-group .group-header .analysis-indicator .streaming-dot{width:5px;height:5px}}.control-group .group-header .analysis-indicator .status{font-size:11px;font-weight:500;color:#1976d2}@media (max-width: 768px){.control-group .group-header .analysis-indicator .status{font-size:10px}}.control-group .group-controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media (max-width: 768px){.control-group .group-controls{gap:6px}}@media (max-width: 480px){.control-group .group-controls{gap:4px;flex-direction:column;align-items:stretch}}.control-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:8px;font-size:14px;font-weight:500;background:#f3f4f6;color:#1a237e;border:1px solid #e0e3e8;box-shadow:none;transition:background .2s,color .2s,border .2s}.control-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.control-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.control-btn:not(:disabled):active{transform:translateY(0);transition:all .15s ease}.control-btn.primary,.control-btn.success,.control-btn.warning,.control-btn.danger,.control-btn.error,.control-btn.info{background:#f3f4f6;color:#1a237e;border:1px solid #e0e3e8}.control-btn.active{background:rgb(234.2571428571,235.9857142857,239.4428571429);color:#1a237e;border:1px solid #1a237e}.control-btn:hover:not(:disabled){background:#1a237e;color:#fff;border-color:#1a237e}.control-btn.subtle{background:#f3f4f6;color:#455a64;border:1px solid #e0e3e8}.emotion-filter-container{position:relative}.emotion-filter-container .filter-btn .dropdown-arrow{font-size:10px;transition:all .3s ease}.emotion-filter-container .filter-btn:hover .dropdown-arrow{transform:translateY(-1px)}.emotion-filter-container .emotion-dropdown{position:absolute;top:100%;left:0;right:0;background:#f8f9fa;border:1px solid #e0e3e8;border-radius:8px;box-shadow:0 4px 16px #00000014;z-index:1000;max-height:200px;overflow-y:auto}@media (max-width: 768px){.emotion-filter-container .emotion-dropdown{max-height:150px;left:-25%;right:-25%}}@media (max-width: 480px){.emotion-filter-container .emotion-dropdown{position:fixed;top:auto;bottom:80px;left:10px;right:10px;max-height:40vh}}.emotion-filter-container .emotion-dropdown .emotion-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;color:#23272f;cursor:pointer;transition:all .15s ease}@media (max-width: 768px){.emotion-filter-container .emotion-dropdown .emotion-option{padding:8px 10px;gap:6px}}.emotion-filter-container .emotion-dropdown .emotion-option:hover{background:#f3f4f6!important;color:#1a237e!important}.emotion-filter-container .emotion-dropdown .emotion-option.active{background:#1a237e!important;color:#fff!important}.emotion-filter-container .emotion-dropdown .emotion-option .emotion-icon{font-size:16px}@media (max-width: 768px){.emotion-filter-container .emotion-dropdown .emotion-option .emotion-icon{font-size:14px}}.emotion-filter-container .emotion-dropdown .emotion-option .emotion-label{font-size:13px;font-weight:500}@media (max-width: 768px){.emotion-filter-container .emotion-dropdown .emotion-option .emotion-label{font-size:12px}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.professional-control-bar ::-webkit-scrollbar{width:6px;height:6px}.professional-control-bar ::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.professional-control-bar ::-webkit-scrollbar-thumb{background:#b0bec5;border-radius:3px}.professional-control-bar ::-webkit-scrollbar-thumb:hover{background:rgb(117.1824817518,141.6058394161,153.8175182482)}@media (max-width: 768px){.professional-control-bar.toolbar{margin-bottom:10px}.professional-control-bar.toolbar .toolbar-content{padding:12px 16px}.professional-control-bar.floating .controls-container{padding:12px;gap:12px}.professional-control-bar .control-group .group-controls{gap:6px}.professional-control-bar .control-btn{padding:8px 12px;font-size:12px}.professional-control-bar .control-btn .btn-icon{font-size:14px}.professional-control-bar .control-btn .btn-label{font-size:11px}}@media (max-width: 480px){.professional-control-bar.toolbar{margin-bottom:10px}.professional-control-bar.toolbar .toolbar-content .groups-tabbed .tab-headers{padding:0 4px}.professional-control-bar.toolbar .toolbar-content .groups-tabbed .tab-headers .tab-header{flex-direction:column;gap:2px;padding:6px 4px}.professional-control-bar.toolbar .toolbar-content .groups-tabbed .tab-headers .tab-header .tab-label{line-height:1}.professional-control-bar.floating .controls-container .control-group .group-controls .control-btn{padding:6px 8px}.professional-control-bar.floating .controls-container .control-group .group-controls .control-btn .btn-icon{font-size:12px}.professional-control-bar.floating .controls-container .control-group .group-controls .control-btn .btn-label{font-size:10px}}@media (max-width: 320px){.professional-control-bar.toolbar .toolbar-header{padding:6px 8px}.professional-control-bar.toolbar .toolbar-header .toolbar-title .title-text{display:none}.professional-control-bar.toolbar .toolbar-content{padding:6px 8px}.professional-control-bar.toolbar .toolbar-content .groups-tabbed .tab-headers .tab-header{min-width:50px;padding:4px 2px}.professional-control-bar.toolbar .toolbar-content .groups-tabbed .tab-headers .tab-header .tab-label{font-size:9px}.professional-control-bar .control-btn{min-height:32px;font-size:10px}.professional-control-bar .control-btn .btn-icon{font-size:11px}.professional-control-bar .control-btn .btn-label{font-size:9px}}@media (max-height: 500px) and (orientation: landscape){.professional-control-bar.toolbar .toolbar-content{padding:8px 12px}.professional-control-bar.toolbar .toolbar-content .groups-horizontal{grid-template-columns:repeat(4,1fr);gap:8px}.professional-control-bar.toolbar .toolbar-content .groups-tabbed .tab-content{min-height:80px}.professional-control-bar .control-group .group-header{padding:6px 0 4px;margin-bottom:6px}}.eye-tracking-group .group-metrics{margin-top:12px;padding:12px;background:rgba(0,150,255,.05);border-radius:8px;border:1px solid rgba(0,150,255,.1)}.eye-tracking-group .group-metrics .metric-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.eye-tracking-group .group-metrics .metric-item:last-child{margin-bottom:0}.eye-tracking-group .group-metrics .metric-item .metric-label{font-size:12px;color:#5a5a5a;font-weight:500}.eye-tracking-group .group-metrics .metric-item .metric-value{font-size:14px;font-weight:600;padding:2px 8px;border-radius:12px}.eye-tracking-group .group-metrics .metric-item .metric-value.good{color:#2e7d32;background:none}.eye-tracking-group .group-metrics .metric-item .metric-value.medium{color:#bfa600;background:none}.eye-tracking-group .group-metrics .metric-item .metric-value.poor{color:#b71c1c;background:none}.eye-tracking-group.active .group-metrics{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.eye-tracking-group .group-metrics{padding:8px}.eye-tracking-group .group-metrics .metric-item{flex-direction:column;align-items:flex-start;gap:4px}.eye-tracking-group .group-metrics .metric-item .metric-value{align-self:flex-end}}.professional-control-bar.toolbar.compact .toolbar-header{padding:6px 10px}.professional-control-bar.toolbar.compact .toolbar-header .toolbar-title{gap:4px}.professional-control-bar.toolbar.compact .toolbar-header .toolbar-title .title-icon{font-size:16px}.professional-control-bar.toolbar.compact .toolbar-header .toolbar-title .title-text{font-size:12px;display:none}.professional-control-bar.toolbar.compact .toolbar-header .collapse-btn{padding:2px}.professional-control-bar.toolbar.compact .toolbar-header .collapse-btn .collapse-icon{font-size:12px}.professional-control-bar.toolbar.compact .toolbar-content{padding:6px 10px}.professional-control-bar.toolbar.compact .toolbar-content .groups-horizontal{gap:8px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.professional-control-bar.toolbar.compact .toolbar-content .group-controls{gap:4px}.professional-control-bar.toolbar.compact .toolbar-content .control-btn{padding:4px 8px;font-size:10px;min-width:0}.professional-control-bar.toolbar.compact .toolbar-content .control-btn .btn-icon{font-size:12px}.professional-control-bar.toolbar.compact .toolbar-content .control-btn .btn-label{font-size:9px}.professional-control-bar.toolbar.compact .group-header{padding:4px 0}.professional-control-bar.toolbar.compact .group-header .group-title{font-size:10px}.professional-control-bar.toolbar.compact .group-header .group-icon{font-size:12px}.professional-control-bar.toolbar .toolbar-header{padding:8px 14px}.professional-control-bar.toolbar .toolbar-header .toolbar-title{gap:6px}.professional-control-bar.toolbar .toolbar-header .toolbar-title .title-icon{font-size:18px}.professional-control-bar.toolbar .toolbar-header .toolbar-title .title-text{font-size:13px}.professional-control-bar.toolbar .toolbar-header .collapse-btn{padding:4px}.professional-control-bar.toolbar .toolbar-header .collapse-btn .collapse-icon{font-size:13px}.professional-control-bar.toolbar .toolbar-content{padding:10px 14px}.professional-control-bar.toolbar .toolbar-content .groups-horizontal{gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.professional-control-bar.toolbar .toolbar-content .group-controls{gap:6px}.professional-control-bar.toolbar .toolbar-content .control-btn{padding:6px 12px;font-size:12px;min-width:0}.professional-control-bar.toolbar .toolbar-content .control-btn .btn-icon{font-size:13px}.professional-control-bar.toolbar .toolbar-content .control-btn .btn-label{font-size:10px}.professional-control-bar.toolbar .group-header{padding:6px 0}.professional-control-bar.toolbar .group-header .group-title{font-size:12px}.professional-control-bar.toolbar .group-header .group-icon{font-size:14px}.audio-recorder-mic.audio-recorder-mic-ru{box-sizing:content-box;cursor:pointer;height:16px;color:#000;padding:12px 0 12px 12px}._wrap_5y04w_1{display:flex;height:100%;max-width:100%;overflow:hidden;line-height:0;flex-direction:column;border:1px dashed hsl(var(--richtext-border))!important;border-radius:6px}._wrap_5y04w_1 ._handlerWrap_5y04w_11{display:flex;padding:10px}._wrap_5y04w_1 ._innerWrap_5y04w_15{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--richtext-border-radius);flex:1}._wrap_5y04w_1 ._emptyWrap_5y04w_23{display:flex;height:100%;justify-content:center;align-items:center}._wrap_5y04w_1 iframe{width:100%;height:100%;border:0;border:none!important}:root{--richtext-border-spacing-x: 0;--richtext-border-spacing-y: 0;--richtext-translate-x: 0;--richtext-translate-y: 0;--richtext-rotate: 0;--richtext-skew-x: 0;--richtext-skew-y: 0;--richtext-scale-x: 1;--richtext-scale-y: 1;--richtext-pan-x: ;--richtext-pan-y: ;--richtext-pinch-zoom: ;--richtext-scroll-snap-strictness: proximity;--richtext-gradient-from-position: ;--richtext-gradient-via-position: ;--richtext-gradient-to-position: ;--richtext-ordinal: ;--richtext-slashed-zero: ;--richtext-numeric-figure: ;--richtext-numeric-spacing: ;--richtext-numeric-fraction: ;--richtext-ring-inset: ;--richtext-ring-offset-width: 0px;--richtext-ring-offset-color: #fff;--richtext-ring-color: rgb(59 130 246 / .5);--richtext-ring-offset-shadow: 0 0 #0000;--richtext-ring-shadow: 0 0 #0000;--richtext-shadow: 0 0 #0000;--richtext-shadow-colored: 0 0 #0000;--richtext-blur: ;--richtext-brightness: ;--richtext-contrast: ;--richtext-grayscale: ;--richtext-hue-rotate: ;--richtext-invert: ;--richtext-saturate: ;--richtext-sepia: ;--richtext-drop-shadow: ;--richtext-backdrop-blur: ;--richtext-backdrop-brightness: ;--richtext-backdrop-contrast: ;--richtext-backdrop-grayscale: ;--richtext-backdrop-hue-rotate: ;--richtext-backdrop-invert: ;--richtext-backdrop-opacity: ;--richtext-backdrop-saturate: ;--richtext-backdrop-sepia: ;--richtext-contain-size: ;--richtext-contain-layout: ;--richtext-contain-paint: ;--richtext-contain-style: }::backdrop{--richtext-border-spacing-x: 0;--richtext-border-spacing-y: 0;--richtext-translate-x: 0;--richtext-translate-y: 0;--richtext-rotate: 0;--richtext-skew-x: 0;--richtext-skew-y: 0;--richtext-scale-x: 1;--richtext-scale-y: 1;--richtext-pan-x: ;--richtext-pan-y: ;--richtext-pinch-zoom: ;--richtext-scroll-snap-strictness: proximity;--richtext-gradient-from-position: ;--richtext-gradient-via-position: ;--richtext-gradient-to-position: ;--richtext-ordinal: ;--richtext-slashed-zero: ;--richtext-numeric-figure: ;--richtext-numeric-spacing: ;--richtext-numeric-fraction: ;--richtext-ring-inset: ;--richtext-ring-offset-width: 0px;--richtext-ring-offset-color: #fff;--richtext-ring-color: rgb(59 130 246 / .5);--richtext-ring-offset-shadow: 0 0 #0000;--richtext-ring-shadow: 0 0 #0000;--richtext-shadow: 0 0 #0000;--richtext-shadow-colored: 0 0 #0000;--richtext-blur: ;--richtext-brightness: ;--richtext-contrast: ;--richtext-grayscale: ;--richtext-hue-rotate: ;--richtext-invert: ;--richtext-saturate: ;--richtext-sepia: ;--richtext-drop-shadow: ;--richtext-backdrop-blur: ;--richtext-backdrop-brightness: ;--richtext-backdrop-contrast: ;--richtext-backdrop-grayscale: ;--richtext-backdrop-hue-rotate: ;--richtext-backdrop-invert: ;--richtext-backdrop-opacity: ;--richtext-backdrop-saturate: ;--richtext-backdrop-sepia: ;--richtext-contain-size: ;--richtext-contain-layout: ;--richtext-contain-paint: ;--richtext-contain-style: }:root{--richtext-background: 0 0% 100%;--richtext-foreground: 240 10% 3.9%;--richtext-muted: 240 4.8% 95.9%;--richtext-muted-foreground: 240 3.8% 46.1%;--richtext-popover: 0 0% 100%;--richtext-popover-foreground: 240 10% 3.9%;--richtext-card: 0 0% 100%;--richtext-card-foreground: 240 10% 3.9%;--richtext-border: 240 5.9% 90%;--richtext-input: 240 5.9% 90%;--richtext-primary: 240 5.9% 10%;--richtext-primary-foreground: 0 0% 98%;--richtext-secondary: 240 4.8% 95.9%;--richtext-secondary-foreground: 240 5.9% 10%;--richtext-accent: 0 0% 88.24%;--richtext-accent-foreground: 240 5.9% 10%;--richtext-destructive: 0 84.2% 60.2%;--richtext-destructive-foreground: 0 0% 98%;--richtext-ring: 240 10% 3.9%;--richtext-radius: .5rem;--red: #FF5C33}.dark{--richtext-background: 240 10% 3.9%;--richtext-foreground: 0 0% 98%;--richtext-muted: 240 3.7% 15.9%;--richtext-muted-foreground: 240 5% 64.9%;--richtext-popover: 240 10% 3.9%;--richtext-popover-foreground: 0 0% 98%;--richtext-card: 240 10% 3.9%;--richtext-card-foreground: 0 0% 98%;--richtext-border: 240 3.7% 15.9%;--richtext-input: 240 3.7% 15.9%;--richtext-primary: 0 0% 98%;--richtext-primary-foreground: 240 5.9% 10%;--richtext-secondary: 240 3.7% 15.9%;--richtext-secondary-foreground: 0 0% 98%;--richtext-accent: 240 3.7% 15.9%;--richtext-accent-foreground: 0 0% 98%;--richtext-destructive: 0 62.8% 30.6%;--richtext-destructive-foreground: 0 0% 98%;--richtext-ring: 240 4.9% 83.9%;--red: #FF5C33}.richtext-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.richtext-pointer-events-none{pointer-events:none}.richtext-pointer-events-auto{pointer-events:auto}.richtext-fixed{position:fixed}.richtext-absolute{position:absolute}.richtext-relative{position:relative}.richtext-inset-0{top:0;right:0;bottom:0;left:0}.richtext-inset-y-0{top:0;bottom:0}.-richtext-top-px{top:-1px}.richtext-left-0{left:0}.richtext-left-2{left:.5rem}.richtext-left-\[50\%\]{left:50%}.richtext-left-px{left:1px}.richtext-right-2{right:.5rem}.richtext-right-4{right:1rem}.richtext-start-0{inset-inline-start:0px}.richtext-top-0{top:0}.richtext-top-2{top:.5rem}.richtext-top-4{top:1rem}.richtext-top-\[50\%\]{top:50%}.richtext-isolate{isolation:isolate}.richtext-z-0{z-index:0}.richtext-z-50{z-index:50}.richtext-z-\[100\]{z-index:100}.richtext-z-\[1\]{z-index:1}.richtext-z-\[99999\]{z-index:99999}.richtext-col-\[1\/-1\]{grid-column:1/-1}.\!richtext-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.\!richtext-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.\!richtext-mx-\[10px\]{margin-left:10px!important;margin-right:10px!important}.\!richtext-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.\!richtext-my-\[10px\]{margin-top:10px!important;margin-bottom:10px!important}.richtext--mx-1{margin-left:-.25rem;margin-right:-.25rem}.richtext-mx-2{margin-left:.5rem;margin-right:.5rem}.richtext-mx-auto{margin-left:auto;margin-right:auto}.richtext-my-1{margin-top:.25rem;margin-bottom:.25rem}.richtext-my-\[10px\]{margin-top:10px;margin-bottom:10px}.richtext-my-\[12px\]{margin-top:12px;margin-bottom:12px}.richtext-my-\[5px\]{margin-top:5px;margin-bottom:5px}.\!richtext-mr-1{margin-right:.25rem!important}.richtext-mb-8{margin-bottom:2rem}.richtext-mb-\[10px\]{margin-bottom:10px}.richtext-mb-\[16px\]{margin-bottom:16px}.richtext-mb-\[5px\]{margin-bottom:5px}.richtext-mb-\[6px\]{margin-bottom:6px}.richtext-mb-\[8px\]{margin-bottom:8px}.richtext-ml-1{margin-left:.25rem}.richtext-ml-1\.5{margin-left:.375rem}.richtext-ml-\[4px\]{margin-left:4px}.richtext-ml-auto{margin-left:auto}.richtext-mt-1{margin-top:.25rem}.richtext-mt-2{margin-top:.5rem}.richtext-mt-\[8px\]{margin-top:8px}.richtext-box-border{box-sizing:border-box}.richtext-block{display:block}.richtext-inline-block{display:inline-block}.\!richtext-flex{display:flex!important}.richtext-flex{display:flex}.richtext-inline-flex{display:inline-flex}.richtext-grid{display:grid}.\!richtext-size-7{width:1.75rem!important;height:1.75rem!important}.richtext-size-3{width:.75rem;height:.75rem}.richtext-size-4{width:1rem;height:1rem}.richtext-size-5{width:1.25rem;height:1.25rem}.richtext-size-6{width:1.5rem;height:1.5rem}.richtext-size-7{width:1.75rem;height:1.75rem}.richtext-size-\[18px\]{width:18px;height:18px}.richtext-size-\[1em\]{width:1em;height:1em}.richtext-size-\[28px\]{width:28px;height:28px}.richtext-size-full{width:100%;height:100%}.\!richtext-h-3{height:.75rem!important}.\!richtext-h-4{height:1rem!important}.\!richtext-h-\[16px\]{height:16px!important}.\!richtext-h-\[32px\]{height:32px!important}.\!richtext-h-\[342px\]{height:342px!important}.\!richtext-h-auto{height:auto!important}.richtext-h-10{height:2.5rem}.richtext-h-11{height:2.75rem}.richtext-h-12{height:3rem}.richtext-h-2{height:.5rem}.richtext-h-3\.5{height:.875rem}.richtext-h-4{height:1rem}.richtext-h-5{height:1.25rem}.richtext-h-6{height:1.5rem}.richtext-h-7{height:1.75rem}.richtext-h-8{height:2rem}.richtext-h-9{height:2.25rem}.richtext-h-\[1px\]{height:1px}.richtext-h-\[26px\]{height:26px}.richtext-h-\[32px\]{height:32px}.richtext-h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.richtext-h-auto{height:auto}.richtext-h-full{height:100%}.richtext-h-px{height:1px}.richtext-max-h-60{max-height:15rem}.richtext-max-h-96{max-height:24rem}.richtext-max-h-\[280px\]{max-height:280px}.richtext-max-h-\[320px\]{max-height:320px}.richtext-max-h-\[min\(80vh\,24rem\)\]{max-height:min(80vh,24rem)}.richtext-max-h-full{max-height:100%}.richtext-max-h-screen{max-height:100vh}.richtext-min-h-\[80px\]{min-height:80px}.\!richtext-w-12{width:3rem!important}.\!richtext-w-3{width:.75rem!important}.\!richtext-w-4{width:1rem!important}.richtext-w-10{width:2.5rem}.richtext-w-11{width:2.75rem}.richtext-w-2{width:.5rem}.richtext-w-3{width:.75rem}.richtext-w-3\.5{width:.875rem}.richtext-w-32{width:8rem}.richtext-w-4{width:1rem}.richtext-w-48{width:12rem}.richtext-w-5{width:1.25rem}.richtext-w-72{width:18rem}.richtext-w-80{width:20rem}.richtext-w-\[160px\]{width:160px}.richtext-w-\[1px\]{width:1px}.richtext-w-\[200px\]{width:200px}.richtext-w-\[32px\]{width:32px}.richtext-w-\[60px\]{width:60px}.richtext-w-auto{width:auto}.richtext-w-fit{width:fit-content}.richtext-w-full{width:100%}.richtext-min-w-0{min-width:0px}.richtext-min-w-24{min-width:6rem}.richtext-min-w-32{min-width:8rem}.richtext-min-w-4{min-width:1rem}.richtext-min-w-48{min-width:12rem}.richtext-min-w-\[8rem\]{min-width:8rem}.richtext-min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.\!richtext-max-w-\[1300px\]{max-width:1300px!important}.richtext-max-w-24{max-width:6rem}.richtext-max-w-\[286px\]{max-width:286px}.richtext-max-w-\[600px\]{max-width:600px}.richtext-max-w-lg{max-width:32rem}.richtext-max-w-sm{max-width:24rem}.richtext-flex-1{flex:1 1 0%}.richtext-flex-\[0_0_auto\]{flex:0 0 auto}.richtext-flex-none{flex:none}.\!richtext-shrink-0{flex-shrink:0!important}.richtext-shrink-0{flex-shrink:0}.richtext-grow{flex-grow:1}.richtext-translate-x-\[-50\%\]{--richtext-translate-x: -50%;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.richtext-translate-y-\[-50\%\]{--richtext-translate-y: -50%;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.richtext-animate-spin{animation:richtext-spin 1s linear infinite}.richtext-cursor-default{cursor:default}.richtext-cursor-grab{cursor:grab}.richtext-cursor-pointer{cursor:pointer}.richtext-select-none{-webkit-user-select:none;user-select:none}.richtext-scroll-my-1{scroll-margin-top:.25rem;scroll-margin-bottom:.25rem}.richtext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.richtext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.richtext-flex-row{flex-direction:row}.richtext-flex-col{flex-direction:column}.richtext-flex-col-reverse{flex-direction:column-reverse}.richtext-flex-wrap{flex-wrap:wrap}.richtext-flex-nowrap{flex-wrap:nowrap}.\!richtext-items-center{align-items:center!important}.richtext-items-center{align-items:center}.richtext-justify-start{justify-content:flex-start}.richtext-justify-end{justify-content:flex-end}.\!richtext-justify-center{justify-content:center!important}.richtext-justify-center{justify-content:center}.richtext-justify-between{justify-content:space-between}.richtext-gap-0\.5{gap:.125rem}.richtext-gap-1{gap:.25rem}.richtext-gap-1\.5{gap:.375rem}.richtext-gap-2{gap:.5rem}.richtext-gap-3{gap:.75rem}.richtext-gap-4{gap:1rem}.richtext-gap-\[10px\]{gap:10px}.richtext-gap-\[4px\]{gap:4px}.richtext-gap-\[6px\]{gap:6px}.richtext-gap-x-1{column-gap:.25rem}.richtext-gap-y-1{row-gap:.25rem}.richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse: 0;margin-right:calc(.5rem * var(--richtext-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--richtext-space-x-reverse)))}.richtext-space-x-4>:not([hidden])~:not([hidden]){--richtext-space-x-reverse: 0;margin-right:calc(1rem * var(--richtext-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--richtext-space-x-reverse)))}.richtext-space-y-1\.5>:not([hidden])~:not([hidden]){--richtext-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--richtext-space-y-reverse)));margin-bottom:calc(.375rem * var(--richtext-space-y-reverse))}.richtext-self-end{align-self:flex-end}.richtext-overflow-auto{overflow:auto}.richtext-overflow-hidden{overflow:hidden}.richtext-overflow-y-auto{overflow-y:auto}.richtext-overflow-x-hidden{overflow-x:hidden}.richtext-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.richtext-whitespace-nowrap{white-space:nowrap}.richtext-break-all{word-break:break-all}.\!richtext-rounded-sm{border-radius:calc(var(--richtext-radius) - 4px)!important}.richtext-rounded-\[0\.5rem\]{border-radius:.5rem}.richtext-rounded-\[10px\]{border-radius:10px}.richtext-rounded-\[12px\]{border-radius:12px}.richtext-rounded-\[2px\]{border-radius:2px}.richtext-rounded-\[6px\]{border-radius:6px}.richtext-rounded-full{border-radius:9999px}.richtext-rounded-lg{border-radius:var(--richtext-radius)}.richtext-rounded-md{border-radius:calc(var(--richtext-radius) - 2px)}.richtext-rounded-sm{border-radius:calc(var(--richtext-radius) - 4px)}.\!richtext-border{border-width:1px!important}.richtext-border{border-width:1px}.richtext-border-2{border-width:2px}.\!richtext-border-b{border-bottom-width:1px!important}.richtext-border-b{border-bottom-width:1px}.richtext-border-t{border-top-width:1px}.richtext-border-solid{border-style:solid}.richtext-border-none{border-style:none}.\!richtext-border-border{border-color:hsl(var(--richtext-border))!important}.\!richtext-border-neutral-200{--richtext-border-opacity: 1 !important;border-color:rgb(229 229 229 / var(--richtext-border-opacity, 1))!important}.\!richtext-border-primary{border-color:hsl(var(--richtext-primary))!important}.richtext-border-\[\#3a3f4b\]{--richtext-border-opacity: 1;border-color:rgb(58 63 75 / var(--richtext-border-opacity, 1))}.richtext-border-\[\#ccc\]{--richtext-border-opacity: 1;border-color:rgb(204 204 204 / var(--richtext-border-opacity, 1))}.richtext-border-border{border-color:hsl(var(--richtext-border))}.richtext-border-destructive{border-color:hsl(var(--richtext-destructive))}.richtext-border-input{border-color:hsl(var(--richtext-input))}.richtext-border-neutral-200{--richtext-border-opacity: 1;border-color:rgb(229 229 229 / var(--richtext-border-opacity, 1))}.richtext-border-transparent{border-color:transparent}.\!richtext-bg-foreground{background-color:hsl(var(--richtext-foreground))!important}.\!richtext-bg-primary{background-color:hsl(var(--richtext-primary))!important}.\!richtext-bg-transparent{background-color:transparent!important}.\!richtext-bg-white{--richtext-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--richtext-bg-opacity, 1))!important}.richtext-bg-\[\#21252b\]{--richtext-bg-opacity: 1;background-color:rgb(33 37 43 / var(--richtext-bg-opacity, 1))}.richtext-bg-\[\#5a5d5e4f\]{background-color:#5a5d5e4f}.richtext-bg-background{background-color:hsl(var(--richtext-background))}.richtext-bg-black\/80{background-color:#000c}.richtext-bg-border{background-color:hsl(var(--richtext-border))}.richtext-bg-destructive{background-color:hsl(var(--richtext-destructive))}.richtext-bg-muted{background-color:hsl(var(--richtext-muted))}.richtext-bg-popover{background-color:hsl(var(--richtext-popover))}.richtext-bg-secondary{background-color:hsl(var(--richtext-secondary))}.richtext-bg-transparent{background-color:transparent}.richtext-bg-white{--richtext-bg-opacity: 1;background-color:rgb(255 255 255 / var(--richtext-bg-opacity, 1))}.richtext-bg-opacity-10{--richtext-bg-opacity: .1}.richtext-fill-current{fill:currentColor}.\!richtext-p-0{padding:0!important}.\!richtext-p-2{padding:.5rem!important}.\!richtext-p-\[4px\]{padding:4px!important}.richtext-p-0{padding:0}.richtext-p-0\.5{padding:.125rem}.richtext-p-1{padding:.25rem}.richtext-p-1\.5{padding:.375rem}.richtext-p-2{padding:.5rem}.richtext-p-3{padding:.75rem}.richtext-p-4{padding:1rem}.richtext-p-6{padding:1.5rem}.richtext-p-\[10px\]{padding:10px}.richtext-px-1{padding-left:.25rem;padding-right:.25rem}.richtext-px-1\.5{padding-left:.375rem;padding-right:.375rem}.richtext-px-2{padding-left:.5rem;padding-right:.5rem}.richtext-px-3{padding-left:.75rem;padding-right:.75rem}.richtext-px-4{padding-left:1rem;padding-right:1rem}.richtext-px-5{padding-left:1.25rem;padding-right:1.25rem}.richtext-px-8{padding-left:2rem;padding-right:2rem}.richtext-px-\[5px\]{padding-left:5px;padding-right:5px}.richtext-py-0{padding-top:0;padding-bottom:0}.richtext-py-1{padding-top:.25rem;padding-bottom:.25rem}.richtext-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.richtext-py-2{padding-top:.5rem;padding-bottom:.5rem}.richtext-py-3{padding-top:.75rem;padding-bottom:.75rem}.richtext-pb-1{padding-bottom:.25rem}.richtext-pb-2{padding-bottom:.5rem}.richtext-pl-10{padding-left:2.5rem}.richtext-pl-4{padding-left:1rem}.richtext-pl-8{padding-left:2rem}.richtext-pr-2{padding-right:.5rem}.richtext-pr-8{padding-right:2rem}.richtext-pt-3\.5{padding-top:.875rem}.richtext-text-left{text-align:left}.richtext-text-center{text-align:center}.\!richtext-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.richtext-text-\[0\.65rem\]{font-size:.65rem}.richtext-text-base{font-size:1rem;line-height:1.5rem}.richtext-text-lg{font-size:1.125rem;line-height:1.75rem}.richtext-text-sm{font-size:.875rem;line-height:1.25rem}.richtext-text-xs{font-size:.75rem;line-height:1rem}.richtext-font-medium{font-weight:500}.richtext-font-normal{font-weight:400}.richtext-font-semibold{font-weight:600}.richtext-uppercase{text-transform:uppercase}.richtext-leading-none{line-height:1}.richtext-tracking-tight{letter-spacing:-.025em}.richtext-tracking-wider{letter-spacing:.05em}.richtext-tracking-widest{letter-spacing:.1em}.\!richtext-text-black{--richtext-text-opacity: 1 !important;color:rgb(0 0 0 / var(--richtext-text-opacity, 1))!important}.\!richtext-text-current{color:currentColor!important}.\!richtext-text-neutral-500{--richtext-text-opacity: 1 !important;color:rgb(115 115 115 / var(--richtext-text-opacity, 1))!important}.\!richtext-text-neutral-800{--richtext-text-opacity: 1 !important;color:rgb(38 38 38 / var(--richtext-text-opacity, 1))!important}.\!richtext-text-primary-foreground{color:hsl(var(--richtext-primary-foreground))!important}.richtext-text-\[\#ccc\]{--richtext-text-opacity: 1;color:rgb(204 204 204 / var(--richtext-text-opacity, 1))}.richtext-text-destructive-foreground{color:hsl(var(--richtext-destructive-foreground))}.richtext-text-foreground{color:hsl(var(--richtext-foreground))}.richtext-text-foreground\/50{color:hsl(var(--richtext-foreground) / .5)}.richtext-text-gray-500{--richtext-text-opacity: 1;color:rgb(107 114 128 / var(--richtext-text-opacity, 1))}.richtext-text-gray-800{--richtext-text-opacity: 1;color:rgb(31 41 55 / var(--richtext-text-opacity, 1))}.richtext-text-muted-foreground{color:hsl(var(--richtext-muted-foreground))}.richtext-text-neutral-600{--richtext-text-opacity: 1;color:rgb(82 82 82 / var(--richtext-text-opacity, 1))}.richtext-text-popover-foreground{color:hsl(var(--richtext-popover-foreground))}.richtext-text-primary{color:hsl(var(--richtext-primary))}.richtext-text-red-500{--richtext-text-opacity: 1;color:rgb(239 68 68 / var(--richtext-text-opacity, 1))}.richtext-text-secondary-foreground{color:hsl(var(--richtext-secondary-foreground))}.richtext-text-zinc-500{--richtext-text-opacity: 1;color:rgb(113 113 122 / var(--richtext-text-opacity, 1))}.richtext-text-zinc-600{--richtext-text-opacity: 1;color:rgb(82 82 91 / var(--richtext-text-opacity, 1))}.richtext-underline{text-decoration-line:underline}.richtext-underline-offset-4{text-underline-offset:4px}.richtext-opacity-0{opacity:0}.richtext-opacity-50{opacity:.5}.richtext-opacity-60{opacity:.6}.richtext-opacity-70{opacity:.7}.richtext-opacity-90{opacity:.9}.richtext-shadow{--richtext-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--richtext-shadow-colored: 0 1px 3px 0 var(--richtext-shadow-color), 0 1px 2px -1px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.richtext-shadow-lg{--richtext-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--richtext-shadow-colored: 0 10px 15px -3px var(--richtext-shadow-color), 0 4px 6px -4px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.richtext-shadow-md{--richtext-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--richtext-shadow-colored: 0 4px 6px -1px var(--richtext-shadow-color), 0 2px 4px -2px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.richtext-shadow-sm{--richtext-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--richtext-shadow-colored: 0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.richtext-outline-none{outline:2px solid transparent;outline-offset:2px}.richtext-outline{outline-style:solid}.richtext-outline-1{outline-width:1px}.richtext-ring-0{--richtext-ring-offset-shadow: var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow: var(--richtext-ring-inset) 0 0 0 calc(0px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow, 0 0 #0000)}.\!richtext-ring-offset-background{--richtext-ring-offset-color: hsl(var(--richtext-background)) !important}.richtext-ring-offset-background{--richtext-ring-offset-color: hsl(var(--richtext-background))}.richtext-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.richtext-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.richtext-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.richtext-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.richtext-duration-200{transition-duration:.2s}.richtext-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes aenter{0%{opacity:var(--richtext-enter-opacity, 1);transform:translate3d(var(--richtext-enter-translate-x, 0),var(--richtext-enter-translate-y, 0),0) scale3d(var(--richtext-enter-scale, 1),var(--richtext-enter-scale, 1),var(--richtext-enter-scale, 1)) rotate(var(--richtext-enter-rotate, 0))}}@keyframes aexit{to{opacity:var(--richtext-exit-opacity, 1);transform:translate3d(var(--richtext-exit-translate-x, 0),var(--richtext-exit-translate-y, 0),0) scale3d(var(--richtext-exit-scale, 1),var(--richtext-exit-scale, 1),var(--richtext-exit-scale, 1)) rotate(var(--richtext-exit-rotate, 0))}}.richtext-animate-in{animation-name:aenter;animation-duration:.15s;--richtext-enter-opacity: initial;--richtext-enter-scale: initial;--richtext-enter-rotate: initial;--richtext-enter-translate-x: initial;--richtext-enter-translate-y: initial}.richtext-fade-in-0{--richtext-enter-opacity: 0}.richtext-zoom-in-95{--richtext-enter-scale: .95}.richtext-duration-200{animation-duration:.2s}.richtext-ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.\[transition-property\:top\,_left\]{transition-property:top,left}html body[data-scroll-locked]{--removed-body-scroll-bar-size: 0 !important;position:initial!important}.character-count--warning{color:var(--red)!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{z-index:0;padding:4rem 2rem 4rem 5rem;caret-color:#000;outline-width:0px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror:is([class~=dark] *){caret-color:#fff}@media (min-width: 1024px){.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{padding-left:2rem;padding-right:2rem}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{min-height:180px;padding:32px 80px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder{width:fit-content;position:relative;background-color:#ffffff4d;--richtext-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia);backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;display:inline-block}@keyframes richtext-spin{to{transform:rotate(360deg)}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{animation:richtext-spin 1s linear infinite;border-radius:9999px;border-width:3px;border-color:currentColor;border-top-color:transparent}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper{margin:1em 0;overflow-x:auto}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table{overflow:hidden;display:table;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .column-resize-handle{pointer-events:none;position:absolute;bottom:-2px;right:-2px;top:0;z-index:10;width:.25rem;background-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .resize-cursor{cursor:"col-resize"}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell{border-style:double;border-color:#0003;background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell:is([class~=dark] *){border-color:#fff3;background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]{cursor:pointer;transition-property:all;transition-duration:.1s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.1s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode{background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode:is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr{border-top-color:#0000004d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr:is([class~=dark] *){border-top-color:#ffffff4d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode){background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode):is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view){background-color:#0000001a;--richtext-shadow: 0 0 #0000;--richtext-shadow-colored: 0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow);outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view):is([class~=dark] *){background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view),.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror *:not(.image-view)::selection{background-color:#0000001a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view):is([class~=dark] *),.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror *:not(.image-view):is([class~=dark] *)::selection{background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-empty:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;width:100%;height:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .columns.is-empty:before{display:none!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;width:100%;height:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror p.is-editor-empty:first-child:before{float:left;height:0;color:#adb5bd;pointer-events:none;width:100%;content:attr(data-placeholder)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:42rem}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:after{top:-1.5em;left:0;right:0;margin-left:auto;margin-right:auto;width:100%;max-width:42rem;border-top-color:#0006}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:is([class~=dark] *):after{border-top-color:#fff6}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view{display:inline-block;float:none;max-width:100%;line-height:0;vertical-align:baseline;-webkit-user-select:none;user-select:none}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body{position:relative;display:inline-block;max-width:100%;clear:both;outline:transparent solid 2px;transition:all .2s ease-in}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__button-wrap{display:none;justify-content:center;align-items:center;position:absolute;top:9px;right:9px;background:#26262699;border-radius:8px;z-index:4}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover{outline-color:#ffc83d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover .image-view__body__button-wrap{display:block}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--focused:hover,.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--resizing:hover{outline-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__placeholder{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__image{margin:0;cursor:pointer!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view .image-view__body--focused{outline-color:hsl(var(--richtext-primary))!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view.focus img{outline-style:solid;outline-width:2px;outline-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view img{display:inline;vertical-align:baseline}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;border-width:1px!important;border-color:hsl(var(--richtext-border))!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler{position:absolute;z-index:2;box-sizing:border-box;display:block;width:12px;height:12px;border:1px solid #fff;border-radius:2px;background-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tl{top:-6px;left:-6px;cursor:nw-resize}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tr{top:-6px;right:-6px;cursor:ne-resize}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--bl{bottom:-6px;left:-6px;cursor:sw-resize}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--br{right:-6px;bottom:-6px;cursor:se-resize}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense .ProseMirror{min-height:32px;padding:6px 12px}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense p{padding:0;line-height:1.2rem}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror[contenteditable=true].resize-cursor{cursor:col-resize}.slash-command-active.slash-command-active{background-color:hsl(var(--richtext-accent))!important}[data-dui-1-3-5~=dui-tooltip-wrapper]{display:inline-block;position:relative}.heading-0{font-weight:700;font-size:16px}.heading-1{font-weight:700;font-size:28px;line-height:1.6}.heading-2{font-weight:700;font-size:24px;line-height:1.6}.heading-3{font-size:20px;font-weight:700;line-height:1.6}.heading-4{font-size:16px;font-weight:700;line-height:1.6}.heading-5,.heading-6{font-size:14px;font-weight:700;line-height:1.6}.tableCellActive{border-radius:2px!important;transition:all .1s ease-in-out}.tableCellActive>div{border:unset!important}.node-tableOfContents.focus{border-width:1px;border-radius:6px}div[data-twitter]>div{margin:10px auto}.react-renderer.node-twitter.focus{border-width:1px;border-radius:6px}.ProseMirror p{margin-bottom:.375rem;line-height:1.625}.ProseMirror p:first-child{margin-top:0}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror>p{margin-bottom:.375rem}.ProseMirror>p:first-child{margin-top:0}.ProseMirror>p:last-child{margin-bottom:0}.ProseMirror h1{font-size:1.875rem;line-height:2.25rem}.ProseMirror h2{font-size:1.5rem;line-height:2rem}.ProseMirror h3{font-size:1.25rem;line-height:1.75rem}.ProseMirror h4{font-size:1.125rem;line-height:1.75rem}.ProseMirror h5{font-size:1rem;line-height:1.5rem}.ProseMirror h6{font-size:.875rem;line-height:1.25rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{font-weight:700}.ProseMirror h1:first-child,.ProseMirror h2:first-child,.ProseMirror h3:first-child,.ProseMirror h4:first-child,.ProseMirror h5:first-child,.ProseMirror h6:first-child{margin-top:0}.ProseMirror h1:last-child,.ProseMirror h2:last-child,.ProseMirror h3:last-child,.ProseMirror h4:last-child,.ProseMirror h5:last-child,.ProseMirror h6:last-child{margin-bottom:0}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{margin-top:3rem}.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{margin-top:2rem}.ProseMirror a.link{font-weight:800;--richtext-text-opacity: 1;color:rgb(59 130 246 / var(--richtext-text-opacity, 1))}.ProseMirror a.link:is([class~=dark] *){--richtext-text-opacity: 1;color:rgb(96 165 250 / var(--richtext-text-opacity, 1))}.ProseMirror mark{border-radius:calc(var(--richtext-radius) - 4px);--richtext-bg-opacity: 1;background-color:rgb(239 68 68 / var(--richtext-bg-opacity, 1));-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:.25rem;padding-bottom:.25rem;padding-left:0;padding-right:0;color:inherit}.ProseMirror mark:is([class~=dark] *){--richtext-bg-opacity: 1;background-color:rgb(248 113 113 / var(--richtext-bg-opacity, 1))}.ProseMirror img{height:auto;max-width:100%}.ProseMirror *[data-indent="1"]{text-indent:2em!important}.ProseMirror *[data-indent="2"]{text-indent:4em!important}.ProseMirror *[data-indent="3"]{text-indent:6em!important}.ProseMirror *[data-indent="4"]{text-indent:8em!important}.ProseMirror *[data-indent="5"]{text-indent:10em!important}.ProseMirror *[data-indent="6"]{text-indent:12em!important}.ProseMirror *[data-indent="7"]{text-indent:14em!important}.ProseMirror iframe{border-width:1px!important;margin-top:.5rem;height:400px;width:100%;border-radius:calc(var(--richtext-radius) - 4px);border-color:hsl(var(--richtext-border))}.ProseMirror [data-type=horizontalRule]{margin-top:2rem;margin-bottom:2rem;padding-top:1rem;padding-bottom:1rem}.ProseMirror [data-type=horizontalRule] hr{border-width:0px;border-top-width:1px;border-color:#0003;background-color:#000c}.ProseMirror [data-type=horizontalRule] hr:is([class~=dark] *){border-color:#fff3;background-color:#fffc}.ProseMirror .blockquote{border-radius:var(--richtext-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:4px;--richtext-border-opacity: 1;border-left-color:rgb(64 64 64 / var(--richtext-border-opacity, 1));--richtext-bg-opacity: .8;padding:.5rem 1rem;--richtext-text-opacity: 1;color:rgb(0 0 0 / var(--richtext-text-opacity, 1))}.ProseMirror .blockquote:is([class~=dark] *){--richtext-border-opacity: 1;border-left-color:rgb(212 212 212 / var(--richtext-border-opacity, 1));--richtext-text-opacity: 1;color:rgb(255 255 255 / var(--richtext-text-opacity, 1))}.ProseMirror code{border-radius:calc(var(--richtext-radius) - 4px);--richtext-bg-opacity: 1;background-color:rgb(23 23 23 / var(--richtext-bg-opacity, 1));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;--richtext-text-opacity: 1;color:rgb(255 255 255 / var(--richtext-text-opacity, 1));caret-color:#fff;--richtext-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--richtext-shadow-colored: 0 10px 15px -3px var(--richtext-shadow-color), 0 4px 6px -4px var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.ProseMirror code::selection{background-color:#ffffff4d}.ProseMirror pre{margin-top:3rem;margin-bottom:3rem;border-radius:.25rem;border-width:1px!important;--richtext-border-opacity: 1;border-color:rgb(0 0 0 / var(--richtext-border-opacity, 1));--richtext-bg-opacity: 1;background-color:rgb(64 64 64 / var(--richtext-bg-opacity, 1));padding:1rem;--richtext-text-opacity: 1;color:rgb(255 255 255 / var(--richtext-text-opacity, 1));caret-color:#fff}.ProseMirror pre:is([class~=dark] *){--richtext-border-opacity: 1;border-color:rgb(38 38 38 / var(--richtext-border-opacity, 1));--richtext-bg-opacity: 1;background-color:rgb(23 23 23 / var(--richtext-bg-opacity, 1))}.ProseMirror pre *::selection{background-color:#fff3}.ProseMirror pre code{background-color:inherit;padding:0;color:inherit;--richtext-shadow: 0 0 #0000;--richtext-shadow-colored: 0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.ProseMirror ol{list-style-type:decimal}.ProseMirror ul{list-style-type:disc}.ProseMirror ul,.ProseMirror ol{margin-top:1.5rem;margin-bottom:1.5rem;padding-top:0;padding-bottom:0;padding-left:2rem;padding-right:2rem}.ProseMirror ul:first-child,.ProseMirror ol:first-child{margin-top:0}.ProseMirror ul:last-child,.ProseMirror ol:last-child{margin-bottom:0}.ProseMirror ul ul,.ProseMirror ul ol,.ProseMirror ul li,.ProseMirror ol ul,.ProseMirror ol ol,.ProseMirror ol li{margin-top:.25rem;margin-bottom:.25rem}.ProseMirror ul p,.ProseMirror ol p{margin-top:0;margin-bottom:.25rem}.ProseMirror>ul,.ProseMirror>ol{margin-top:2rem;margin-bottom:2rem}.ProseMirror>ul:first-child,.ProseMirror>ol:first-child{margin-top:0}.ProseMirror>ul:last-child,.ProseMirror>ol:last-child{margin-bottom:0}.ProseMirror ul[data-type=taskList]{list-style-type:none;padding:0}.ProseMirror ul[data-type=taskList] p{margin:0}.ProseMirror ul[data-type=taskList] li{display:flex}.ProseMirror ul[data-type=taskList] li>label{margin-right:.5rem;display:inline;flex:1 1 auto;flex-shrink:0;flex-grow:0;-webkit-user-select:none;user-select:none}.ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.ProseMirror ul[data-type=taskList] li[data-checked=true]{text-decoration-line:line-through}.ProseMirror table{border:1px solid;box-sizing:border-box;display:block;table-layout:fixed;border-collapse:collapse;overflow-x:auto;overflow-y:hidden;border-color:#0000001a}.ProseMirror table:is([class~=dark] *){border-color:#fff3}.ProseMirror table td,.ProseMirror table th{border:1px solid;border-width:1px!important;position:relative;box-sizing:border-box;min-width:1em;border-color:#0000001a;padding:.5rem;text-align:left;vertical-align:top}.ProseMirror table td:is([class~=dark] *),.ProseMirror table th:is([class~=dark] *){border-color:#fff3}.ProseMirror table td:first-of-type:not(a),.ProseMirror table th:first-of-type:not(a){margin-top:0}.ProseMirror table td p,.ProseMirror table th p{margin:0}.ProseMirror table td p+p,.ProseMirror table th p+p{margin-top:.75rem}.ProseMirror table th{text-align:left;font-weight:700}.ProseMirror .search-result{background:#c4eed0}.ProseMirror .search-result-current{background:#6cd58b}.columns{display:flex;width:100%;gap:8px;margin-top:.75em}.columns .column{min-width:0;padding:12px;border-width:1px;border-style:solid;border-color:hsl(var(--richtext-border));border-radius:2px;flex:1 1 0%;box-sizing:border-box}.columns .column p:first-of-type{margin-top:0}.mention{padding:2px 6px;color:#fff;background-color:#666e76;border-radius:6px}.file\:richtext-border-0::file-selector-button{border-width:0px}.file\:richtext-bg-transparent::file-selector-button{background-color:transparent}.file\:richtext-text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:richtext-font-medium::file-selector-button{font-weight:500}.placeholder\:richtext-text-muted-foreground::placeholder{color:hsl(var(--richtext-muted-foreground))}.first\:richtext-mt-0\.5:first-child{margin-top:.125rem}.last\:richtext-pb-2:last-child{padding-bottom:.5rem}.hover\:richtext-cursor-pointer:hover{cursor:pointer}.hover\:richtext-border-border:hover{border-color:hsl(var(--richtext-border))}.hover\:\!richtext-bg-accent:hover{background-color:hsl(var(--richtext-accent))!important}.hover\:\!richtext-bg-primary\/90:hover{background-color:hsl(var(--richtext-primary) / .9)!important}.hover\:richtext-bg-\[\#5a5d5e4f\]:hover{background-color:#5a5d5e4f}.hover\:richtext-bg-accent:hover{background-color:hsl(var(--richtext-accent))}.hover\:richtext-bg-destructive\/90:hover{background-color:hsl(var(--richtext-destructive) / .9)}.hover\:richtext-bg-muted:hover{background-color:hsl(var(--richtext-muted))}.hover\:richtext-bg-red-400:hover{--richtext-bg-opacity: 1;background-color:rgb(248 113 113 / var(--richtext-bg-opacity, 1))}.hover\:richtext-bg-secondary:hover{background-color:hsl(var(--richtext-secondary))}.hover\:richtext-bg-secondary\/80:hover{background-color:hsl(var(--richtext-secondary) / .8)}.hover\:richtext-bg-opacity-20:hover{--richtext-bg-opacity: .2}.hover\:richtext-text-accent-foreground:hover{color:hsl(var(--richtext-accent-foreground))}.hover\:richtext-text-foreground:hover{color:hsl(var(--richtext-foreground))}.hover\:richtext-text-muted-foreground:hover{color:hsl(var(--richtext-muted-foreground))}.hover\:richtext-underline:hover{text-decoration-line:underline}.hover\:richtext-opacity-100:hover{opacity:1}.hover\:richtext-shadow-sm:hover{--richtext-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--richtext-shadow-colored: 0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.focus\:richtext-bg-accent:focus{background-color:hsl(var(--richtext-accent))}.focus\:richtext-bg-red-400:focus{--richtext-bg-opacity: 1;background-color:rgb(248 113 113 / var(--richtext-bg-opacity, 1))}.focus\:richtext-bg-opacity-30:focus{--richtext-bg-opacity: .3}.focus\:richtext-text-accent-foreground:focus{color:hsl(var(--richtext-accent-foreground))}.focus\:richtext-text-red-500:focus{--richtext-text-opacity: 1;color:rgb(239 68 68 / var(--richtext-text-opacity, 1))}.focus\:richtext-opacity-100:focus{opacity:1}.focus\:richtext-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:richtext-ring-2:focus{--richtext-ring-offset-shadow: var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow: var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow, 0 0 #0000)}.focus\:richtext-ring-ring:focus{--richtext-ring-color: hsl(var(--richtext-ring))}.focus\:richtext-ring-offset-2:focus{--richtext-ring-offset-width: 2px}.focus-visible\:\!richtext-outline-none:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.focus-visible\:richtext-outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:\!richtext-ring-2:focus-visible{--richtext-ring-offset-shadow: var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color) !important;--richtext-ring-shadow: var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color) !important;box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow, 0 0 #0000)!important}.focus-visible\:richtext-ring-2:focus-visible{--richtext-ring-offset-shadow: var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow: var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow, 0 0 #0000)}.focus-visible\:\!richtext-ring-ring:focus-visible{--richtext-ring-color: hsl(var(--richtext-ring)) !important}.focus-visible\:richtext-ring-ring:focus-visible{--richtext-ring-color: hsl(var(--richtext-ring))}.focus-visible\:\!richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width: 2px !important}.focus-visible\:richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width: 2px}.focus-visible\:richtext-ring-offset-background:focus-visible{--richtext-ring-offset-color: hsl(var(--richtext-background))}.disabled\:richtext-pointer-events-none:disabled{pointer-events:none}.disabled\:\!richtext-cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:richtext-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:\!richtext-opacity-50:disabled{opacity:.5!important}.disabled\:richtext-opacity-50:disabled{opacity:.5}.richtext-group:hover .group-hover\:richtext-opacity-100{opacity:1}.richtext-group.destructive .group-\[\.destructive\]\:richtext-border-muted\/40{border-color:hsl(var(--richtext-muted) / .4)}.richtext-group.destructive .group-\[\.destructive\]\:richtext-text-red-300{--richtext-text-opacity: 1;color:rgb(252 165 165 / var(--richtext-text-opacity, 1))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-border-destructive\/30:hover{border-color:hsl(var(--richtext-destructive) / .3)}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-bg-destructive:hover{background-color:hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-destructive-foreground:hover{color:hsl(var(--richtext-destructive-foreground))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-red-50:hover{--richtext-text-opacity: 1;color:rgb(254 242 242 / var(--richtext-text-opacity, 1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-destructive:focus{--richtext-ring-color: hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-red-400:focus{--richtext-ring-opacity: 1;--richtext-ring-color: rgb(248 113 113 / var(--richtext-ring-opacity, 1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-offset-red-600:focus{--richtext-ring-offset-color: #dc2626}.richtext-peer:disabled~.peer-disabled\:richtext-cursor-not-allowed{cursor:not-allowed}.richtext-peer:disabled~.peer-disabled\:richtext-opacity-70{opacity:.7}.data-\[disabled\]\:richtext-pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:richtext-translate-y-1[data-side=bottom]{--richtext-translate-y: .25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=left\]\:richtext--translate-x-1[data-side=left]{--richtext-translate-x: -.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=right\]\:richtext-translate-x-1[data-side=right]{--richtext-translate-x: .25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=top\]\:richtext--translate-y-1[data-side=top]{--richtext-translate-y: -.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[state\=checked\]\:richtext-translate-x-5[data-state=checked]{--richtext-translate-x: 1.25rem;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[state\=unchecked\]\:richtext-translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:richtext-translate-x-0[data-swipe=cancel]{--richtext-translate-x: 0px;transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[swipe\=end\]\:richtext-translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--richtext-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[swipe\=move\]\:richtext-translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--richtext-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[active\]\:richtext-bg-accent[data-active]{background-color:hsl(var(--richtext-accent))}.data-\[state\=active\]\:richtext-bg-background[data-state=active]{background-color:hsl(var(--richtext-background))}.data-\[state\=checked\]\:\!richtext-bg-primary[data-state=checked]{background-color:hsl(var(--richtext-primary))!important}.data-\[state\=checked\]\:richtext-bg-primary[data-state=checked]{background-color:hsl(var(--richtext-primary))}.data-\[state\=on\]\:richtext-bg-accent[data-state=on],.data-\[state\=open\]\:richtext-bg-accent[data-state=open]{background-color:hsl(var(--richtext-accent))}.data-\[state\=unchecked\]\:richtext-bg-input[data-state=unchecked]{background-color:hsl(var(--richtext-input))}.data-\[state\=active\]\:richtext-text-foreground[data-state=active]{color:hsl(var(--richtext-foreground))}.data-\[state\=checked\]\:\!richtext-text-primary-foreground[data-state=checked]{color:hsl(var(--richtext-primary-foreground))!important}.data-\[state\=on\]\:richtext-text-accent-foreground[data-state=on]{color:hsl(var(--richtext-accent-foreground))}.data-\[state\=open\]\:richtext-text-muted-foreground[data-state=open]{color:hsl(var(--richtext-muted-foreground))}.data-\[disabled\]\:richtext-opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:richtext-shadow-sm[data-state=active]{--richtext-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--richtext-shadow-colored: 0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow, 0 0 #0000),var(--richtext-ring-shadow, 0 0 #0000),var(--richtext-shadow)}.data-\[swipe\=move\]\:richtext-transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:richtext-animate-in[data-state=open]{animation-name:aenter;animation-duration:.15s;--richtext-enter-opacity: initial;--richtext-enter-scale: initial;--richtext-enter-rotate: initial;--richtext-enter-translate-x: initial;--richtext-enter-translate-y: initial}.data-\[state\=closed\]\:richtext-animate-out[data-state=closed],.data-\[swipe\=end\]\:richtext-animate-out[data-swipe=end]{animation-name:aexit;animation-duration:.15s;--richtext-exit-opacity: initial;--richtext-exit-scale: initial;--richtext-exit-rotate: initial;--richtext-exit-translate-x: initial;--richtext-exit-translate-y: initial}.data-\[state\=closed\]\:richtext-fade-out-0[data-state=closed]{--richtext-exit-opacity: 0}.data-\[state\=closed\]\:richtext-fade-out-80[data-state=closed]{--richtext-exit-opacity: .8}.data-\[state\=open\]\:richtext-fade-in-0[data-state=open]{--richtext-enter-opacity: 0}.data-\[state\=closed\]\:richtext-zoom-out-95[data-state=closed]{--richtext-exit-scale: .95}.data-\[state\=open\]\:richtext-zoom-in-95[data-state=open]{--richtext-enter-scale: .95}.data-\[side\=bottom\]\:richtext-slide-in-from-top-2[data-side=bottom]{--richtext-enter-translate-y: -.5rem}.data-\[side\=left\]\:richtext-slide-in-from-right-2[data-side=left]{--richtext-enter-translate-x: .5rem}.data-\[side\=right\]\:richtext-slide-in-from-left-2[data-side=right]{--richtext-enter-translate-x: -.5rem}.data-\[side\=top\]\:richtext-slide-in-from-bottom-2[data-side=top]{--richtext-enter-translate-y: .5rem}.data-\[state\=closed\]\:richtext-slide-out-to-left-1\/2[data-state=closed]{--richtext-exit-translate-x: -50%}.data-\[state\=closed\]\:richtext-slide-out-to-right-full[data-state=closed]{--richtext-exit-translate-x: 100%}.data-\[state\=closed\]\:richtext-slide-out-to-top-\[48\%\][data-state=closed]{--richtext-exit-translate-y: -48%}.data-\[state\=open\]\:richtext-slide-in-from-left-1\/2[data-state=open]{--richtext-enter-translate-x: -50%}.data-\[state\=open\]\:richtext-slide-in-from-top-\[48\%\][data-state=open]{--richtext-enter-translate-y: -48%}.data-\[state\=open\]\:richtext-slide-in-from-top-full[data-state=open]{--richtext-enter-translate-y: -100%}.dark\:\!richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity: 1 !important;border-color:rgb(38 38 38 / var(--richtext-border-opacity, 1))!important}.dark\:richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity: 1;border-color:rgb(38 38 38 / var(--richtext-border-opacity, 1))}.dark\:\!richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--richtext-bg-opacity, 1))!important}.dark\:richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity: 1;background-color:rgb(0 0 0 / var(--richtext-bg-opacity, 1))}.dark\:\!richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity: 1 !important;color:rgb(229 229 229 / var(--richtext-text-opacity, 1))!important}.dark\:richtext-text-gray-100:is([class~=dark] *){--richtext-text-opacity: 1;color:rgb(243 244 246 / var(--richtext-text-opacity, 1))}.dark\:richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity: 1;color:rgb(229 229 229 / var(--richtext-text-opacity, 1))}.dark\:hover\:richtext-bg-opacity-20:hover:is([class~=dark] *){--richtext-bg-opacity: .2}.dark\:hover\:richtext-text-red-500:hover:is([class~=dark] *){--richtext-text-opacity: 1;color:rgb(239 68 68 / var(--richtext-text-opacity, 1))}@media (min-width: 640px){.sm\:richtext-bottom-0{bottom:0}.sm\:richtext-right-0{right:0}.sm\:richtext-top-auto{top:auto}.sm\:richtext-flex-row{flex-direction:row}.sm\:richtext-flex-col{flex-direction:column}.sm\:richtext-justify-end{justify-content:flex-end}.sm\:richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse: 0;margin-right:calc(.5rem * var(--richtext-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--richtext-space-x-reverse)))}.sm\:richtext-rounded-lg{border-radius:var(--richtext-radius)}.sm\:richtext-text-left{text-align:left}.data-\[state\=open\]\:sm\:richtext-slide-in-from-bottom-full[data-state=open]{--richtext-enter-translate-y: 100%}}@media (min-width: 768px){.md\:richtext-max-w-\[420px\]{max-width:420px}}.\[\&\>span\]\:richtext-line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}._listUsers_en3pm_1{width:160px;max-height:320px;overflow-x:hidden;overflow-y:auto;border-radius:4px;box-shadow:#091e424f 0 0 1px,#091e4240 0 4px 8px -2px}._itemUser_en3pm_10{display:flex;width:100%;padding:12px 12px 11px;color:#091e42;text-decoration:none;cursor:pointer;background-color:#fff;border:0;border-radius:0;flex:0 0 auto;align-items:center}._itemUser_en3pm_10:hover{background-color:#f4f5f7}._itemUser_en3pm_10 img{width:1em;height:1em}._selectedUser_en3pm_31{color:#0052cc;text-decoration:none;background-color:#deebff;fill:#deebff}._attachment_1x1ms_1,._wrap_1x1ms_2{border-width:1px!important;border-radius:4px;padding:10px;display:flex;align-items:center;justify-content:space-between;margin:10px 0}._attachment_1x1ms_1 .attachment__icon,._wrap_1x1ms_2 .attachment__icon{width:32px;text-align:center}._attachment_1x1ms_1 .attachment__icon svg,._wrap_1x1ms_2 .attachment__icon svg{width:32px;display:inline-block}._toc_aag8a_1{width:max-content;max-width:100%;border-radius:.5rem;opacity:.75}._toc_aag8a_1._visible_aag8a_7{padding:.75rem;margin:.75em 0}._toc_aag8a_1 ._list_aag8a_11{padding:0;margin:0 0 12px;list-style:none}._toc_aag8a_1 ._item_aag8a_16 a:hover{opacity:.5}._toc_aag8a_1 ._item--3_aag8a_19{padding-left:1rem}._toc_aag8a_1 ._item--4_aag8a_22{padding-left:2rem}._toc_aag8a_1 ._item--5_aag8a_25{padding-left:3rem}._toc_aag8a_1 ._item--6_aag8a_28{padding-left:4rem}._wrap_15k3c_1{position:relative;max-width:100%;overflow:visible;line-height:0}._wrap_15k3c_1 ._renderWrap_15k3c_7{border:1px dashed hsl(var(--richtext-border))!important;border-radius:6px}._wrap_15k3c_1 ._renderWrap_15k3c_7:after{background-color:transparent!important}._wrap_15k3c_1 ._title_15k3c_14{position:absolute;top:10px;left:10px;z-index:2}._wrap_15k3c_1 ._title_15k3c_14 ._icon_15k3c_20{display:flex;width:18px;height:18px;color:#fff;background-color:#f80;border-radius:2px;justify-content:center;align-items:center}._wrap_15k3c_1 ._handlerWrap_15k3c_30{position:absolute;right:10px;bottom:10px;z-index:2;padding:2px 4px;border:1px solid hsl(var(--richtext-border));border-radius:6px}._verified_lvyh0_1{margin-left:.125rem;max-width:20px;max-height:20px;height:1.25em;fill:currentColor;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}._root_98iqw_1{width:100%;min-width:250px;max-width:550px;overflow:hidden;color:var(--richtexteet-font-color);font-family:var(--richtexteet-font-family);font-weight:400;box-sizing:border-box;border:var(--richtexteet-border);border-radius:12px;margin:var(--richtexteet-container-margin);background-color:var(--richtexteet-bg-color);transition-property:background-color,box-shadow;transition-duration:.2s}._root_98iqw_1:hover{background-color:var(--richtexteet-bg-color-hover)}._article_98iqw_21{position:relative;box-sizing:inherit;padding:.75rem 1rem}.react-tweet-theme{--richtexteet-container-margin: 1.5rem 0;--richtexteet-header-font-size: .9375rem;--richtexteet-header-line-height: 1.25rem;--richtexteet-body-font-size: 1.25rem;--richtexteet-body-font-weight: 400;--richtexteet-body-line-height: 1.5rem;--richtexteet-body-margin: 0;--richtexteet-quoted-container-margin: .75rem 0;--richtexteet-quoted-body-font-size: .938rem;--richtexteet-quoted-body-font-weight: 400;--richtexteet-quoted-body-line-height: 1.25rem;--richtexteet-quoted-body-margin: .25rem 0 .75rem 0;--richtexteet-info-font-size: .9375rem;--richtexteet-info-line-height: 1.25rem;--richtexteet-actions-font-size: .875rem;--richtexteet-actions-line-height: 1rem;--richtexteet-actions-font-weight: 700;--richtexteet-actions-icon-size: 1.25em;--richtexteet-actions-icon-wrapper-size: calc( var(--richtexteet-actions-icon-size) + .75em );--richtexteet-replies-font-size: .875rem;--richtexteet-replies-line-height: 1rem;--richtexteet-replies-font-weight: 700}:where(.react-tweet-theme) *{margin:0;padding:0;box-sizing:border-box}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--richtexteet-skeleton-gradient: linear-gradient( 270deg, #fafafa, #eaeaea, #eaeaea, #fafafa );--richtexteet-border: 1px solid rgb(207, 217, 222);--richtexteet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--richtexteet-font-color: rgb(15, 20, 25);--richtexteet-font-color-secondary: rgb(83, 100, 113);--richtexteet-bg-color: #fff;--richtexteet-bg-color-hover: rgb(247, 249, 249);--richtexteet-quoted-bg-color-hover: rgba(0, 0, 0, .03);--richtexteet-color-blue-primary: rgb(29, 155, 240);--richtexteet-color-blue-primary-hover: rgb(26, 140, 216);--richtexteet-color-blue-secondary: rgb(0, 111, 214);--richtexteet-color-blue-secondary-hover: rgba(0, 111, 214, .1);--richtexteet-color-red-primary: rgb(249, 24, 128);--richtexteet-color-red-primary-hover: rgba(249, 24, 128, .1);--richtexteet-color-green-primary: rgb(0, 186, 124);--richtexteet-color-green-primary-hover: rgba(0, 186, 124, .1);--richtexteet-twitter-icon-color: var(--richtexteet-font-color);--richtexteet-verified-old-color: rgb(130, 154, 171);--richtexteet-verified-blue-color: var(--richtexteet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--richtexteet-skeleton-gradient: linear-gradient( 270deg, #15202b, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--richtexteet-border: 1px solid rgb(66, 83, 100);--richtexteet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--richtexteet-font-color: rgb(247, 249, 249);--richtexteet-font-color-secondary: rgb(139, 152, 165);--richtexteet-bg-color: rgb(21, 32, 43);--richtexteet-bg-color-hover: rgb(30, 39, 50);--richtexteet-quoted-bg-color-hover: rgba(255, 255, 255, .03);--richtexteet-color-blue-primary: rgb(29, 155, 240);--richtexteet-color-blue-primary-hover: rgb(26, 140, 216);--richtexteet-color-blue-secondary: rgb(107, 201, 251);--richtexteet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--richtexteet-color-red-primary: rgb(249, 24, 128);--richtexteet-color-red-primary-hover: rgba(249, 24, 128, .1);--richtexteet-color-green-primary: rgb(0, 186, 124);--richtexteet-color-green-primary-hover: rgba(0, 186, 124, .1);--richtexteet-twitter-icon-color: var(--richtexteet-font-color);--richtexteet-verified-old-color: rgb(130, 154, 171);--richtexteet-verified-blue-color: #fff}@media (prefers-color-scheme: dark){:where(.react-tweet-theme){--richtexteet-skeleton-gradient: linear-gradient( 270deg, #15202b, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--richtexteet-border: 1px solid rgb(66, 83, 100);--richtexteet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--richtexteet-font-color: rgb(247, 249, 249);--richtexteet-font-color-secondary: rgb(139, 152, 165);--richtexteet-bg-color: rgb(21, 32, 43);--richtexteet-bg-color-hover: rgb(30, 39, 50);--richtexteet-color-blue-primary: rgb(29, 155, 240);--richtexteet-color-blue-primary-hover: rgb(26, 140, 216);--richtexteet-color-blue-secondary: rgb(107, 201, 251);--richtexteet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--richtexteet-color-red-primary: rgb(249, 24, 128);--richtexteet-color-red-primary-hover: rgba(249, 24, 128, .1);--richtexteet-color-green-primary: rgb(0, 186, 124);--richtexteet-color-green-primary-hover: rgba(0, 186, 124, .1);--richtexteet-twitter-icon-color: var(--richtexteet-font-color);--richtexteet-verified-old-color: rgb(130, 154, 171);--richtexteet-verified-blue-color: #fff}}._header_nqq4j_1{display:flex;padding-bottom:.75rem;line-height:var(--richtexteet-header-line-height);font-size:var(--richtexteet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_nqq4j_11{position:relative;height:48px;width:48px}._avatarOverflow_nqq4j_16{height:100%;width:100%;position:absolute;overflow:hidden;border-radius:9999px}._avatarSquare_nqq4j_23{border-radius:4px}._avatarShadow_nqq4j_26{height:100%;width:100%;transition-property:background-color;transition-duration:.2s;box-shadow:#00000008 0 0 2px inset}._avatarShadow_nqq4j_26:hover{background-color:#1a1a1a26}._author_nqq4j_37{max-width:calc(100% - 84px);display:flex;flex-direction:column;justify-content:center;margin:0 .5rem}._authorLink_nqq4j_44{text-decoration:none;color:inherit;display:flex;align-items:center}._authorLink_nqq4j_44:hover{text-decoration-line:underline}._authorVerified_nqq4j_53{display:inline-flex}._authorLinkText_nqq4j_56{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._authorMeta_nqq4j_63,._authorFollow_nqq4j_66{display:flex}._username_nqq4j_69{color:var(--richtexteet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}._follow_nqq4j_74{color:var(--richtexteet-color-blue-secondary);text-decoration:none;font-weight:700}._follow_nqq4j_74:hover{text-decoration-line:underline}._separator_nqq4j_82{padding:0 .25rem}._brand_nqq4j_86{margin-inline-start:auto}._twitterIcon_nqq4j_90{width:23.75px;height:23.75px;color:var(--richtexteet-twitter-icon-color);fill:currentColor;-webkit-user-select:none;user-select:none}._verifiedOld_lcna5_1{color:var(--richtexteet-verified-old-color)}._verifiedBlue_lcna5_4{color:var(--richtexteet-verified-blue-color)}._verifiedGovernment_lcna5_7{color:#829aab}._root_1ec15_1{text-decoration:none;color:var(--richtexteet-font-color-secondary);font-size:.9375rem;line-height:1.25rem;margin-bottom:.25rem;overflow-wrap:break-word;white-space:pre-wrap}._root_1ec15_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._root_eihfa_1{font-weight:inherit;color:var(--richtexteet-color-blue-secondary);text-decoration:none;cursor:pointer}._root_eihfa_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._root_1xq52_1{font-size:var(--richtexteet-body-font-size);font-weight:var(--richtexteet-body-font-weight);line-height:var(--richtexteet-body-line-height);margin:var(--richtexteet-body-margin);overflow-wrap:break-word;white-space:pre-wrap}._root_g9tkv_1{margin-top:.75rem;overflow:hidden;position:relative}._rounded_g9tkv_6{border:var(--richtexteet-border);border-radius:12px}._mediaWrapper_g9tkv_10{display:grid;grid-auto-rows:1fr;gap:2px;height:100%;width:100%}._grid2Columns_g9tkv_17{grid-template-columns:repeat(2,1fr)}._grid3_g9tkv_20>a:first-child{grid-row:span 2}._grid2x2_g9tkv_23{grid-template-rows:repeat(2,1fr)}._mediaContainer_g9tkv_26{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}._mediaLink_g9tkv_34{text-decoration:none;outline-style:none}._skeleton_g9tkv_38{padding-bottom:56.25%;width:100%;display:block}._image_g9tkv_43{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;margin:0;object-fit:cover;object-position:center}._anchor_fp31d_1{display:flex;align-items:center;color:#fff;padding:0 1rem;border:1px solid transparent;border-radius:9999px;font-weight:700;transition:background-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none;outline-style:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}._videoButton_fp31d_17{position:relative;height:67px;width:67px;display:flex;align-items:center;justify-content:center;background-color:var(--richtexteet-color-blue-primary);transition-property:background-color;transition-duration:.2s;border:4px solid #fff;border-radius:9999px;cursor:pointer}._videoButton_fp31d_17:hover,._videoButton_fp31d_17:focus-visible{background-color:var(--richtexteet-color-blue-primary-hover)}._videoButtonIcon_fp31d_35{margin-left:3px;width:calc(50% + 4px);height:calc(50% + 4px);max-width:100%;color:#fff;fill:currentColor;-webkit-user-select:none;user-select:none}._watchOnTwitter_fp31d_44{position:absolute;top:12px;right:8px}._watchOnTwitter_fp31d_44>a{min-width:2rem;min-height:2rem;font-size:.875rem;line-height:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf}._watchOnTwitter_fp31d_44>a:hover{background-color:#272c30bf}._viewReplies_fp31d_60{position:relative;min-height:2rem;background-color:var(--richtexteet-color-blue-primary);border-color:var(--richtexteet-color-blue-primary);font-size:.9375rem;line-height:1.25rem}._viewReplies_fp31d_60:hover{background-color:var(--richtexteet-color-blue-primary-hover)}._root_i24yn_1{color:inherit;text-decoration:none;font-size:var(--richtexteet-info-font-size);line-height:var(--richtexteet-info-line-height)}._root_i24yn_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._info_19qcj_1{display:flex;align-items:center;color:var(--richtexteet-font-color-secondary);margin-top:.125rem;overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis}._infoLink_19qcj_10{color:inherit;text-decoration:none;height:var(--richtexteet-actions-icon-wrapper-size);width:var(--richtexteet-actions-icon-wrapper-size);font:inherit;margin-left:auto;display:flex;justify-content:center;align-items:center;margin-right:-4px;border-radius:9999px;transition-property:background-color;transition-duration:.2s}._infoLink_19qcj_10:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._infoIcon_19qcj_30{color:inherit;fill:currentColor;height:var(--richtexteet-actions-icon-size);-webkit-user-select:none;user-select:none}._infoLink_19qcj_10:hover>._infoIcon_19qcj_30{color:var(--richtexteet-color-blue-secondary)}._actions_n2anf_1{display:flex;align-items:center;color:var(--richtexteet-font-color-secondary);padding-top:.25rem;margin-top:.25rem;border-top:var(--richtexteet-border);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis}._like_n2anf_13,._reply_n2anf_14,._copy_n2anf_15{text-decoration:none;color:inherit;display:flex;align-items:center;margin-right:1.25rem}._like_n2anf_13:hover,._reply_n2anf_14:hover,._copy_n2anf_15:hover{background-color:#0000}._like_n2anf_13:hover>._likeIconWrapper_n2anf_27{background-color:var(--richtexteet-color-red-primary-hover)}._like_n2anf_13:hover>._likeCount_n2anf_30{color:var(--richtexteet-color-red-primary);text-decoration-line:underline}._likeIconWrapper_n2anf_27,._replyIconWrapper_n2anf_35,._copyIconWrapper_n2anf_36{width:var(--richtexteet-actions-icon-wrapper-size);height:var(--richtexteet-actions-icon-wrapper-size);display:flex;justify-content:center;align-items:center;margin-left:-.25rem;border-radius:9999px}._likeIcon_n2anf_27,._replyIcon_n2anf_35,._copyIcon_n2anf_36{height:var(--richtexteet-actions-icon-size);fill:currentColor;-webkit-user-select:none;user-select:none}._likeIcon_n2anf_27{color:var(--richtexteet-color-red-primary)}._likeCount_n2anf_30,._replyText_n2anf_56,._copyText_n2anf_57{font-size:var(--richtexteet-actions-font-size);font-weight:var(--richtexteet-actions-font-weight);line-height:var(--richtexteet-actions-line-height);margin-left:.25rem}._reply_n2anf_14:hover>._replyIconWrapper_n2anf_35{background-color:var(--richtexteet-color-blue-secondary-hover)}._reply_n2anf_14:hover>._replyText_n2anf_56{color:var(--richtexteet-color-blue-secondary);text-decoration-line:underline}._replyIcon_n2anf_35{color:var(--richtexteet-color-blue-primary)}._copy_n2anf_15{font:inherit;background:none;border:none;cursor:pointer}._copy_n2anf_15:hover>._copyIconWrapper_n2anf_36{background-color:var(--richtexteet-color-green-primary-hover)}._copy_n2anf_15:hover ._copyIcon_n2anf_36{color:var(--richtexteet-color-green-primary)}._copy_n2anf_15:hover>._copyText_n2anf_57{color:var(--richtexteet-color-green-primary);text-decoration-line:underline}._replies_1cutb_1{padding:.25rem 0}._link_1cutb_4{text-decoration:none;color:var(--richtexteet-color-blue-secondary);display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;-webkit-user-select:none;user-select:none;outline-style:none;transition-property:background-color;transition-duration:.2s;padding:0 1rem;border:var(--richtexteet-border);border-radius:9999px}._link_1cutb_4:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._text_1cutb_23{font-weight:var(--richtexteet-replies-font-weight);font-size:var(--richtexteet-replies-font-size);line-height:var(--richtexteet-replies-line-height);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._root_q5799_1{width:100%;overflow:hidden;border:var(--richtexteet-border);border-radius:12px;margin:var(--richtexteet-quoted-container-margin);transition-property:background-color,box-shadow;transition-duration:.2s;cursor:pointer}._root_q5799_1:hover{background-color:var(--richtexteet-quoted-bg-color-hover)}._article_q5799_16{position:relative;box-sizing:inherit}._header_r31i5_1{display:flex;padding:.75rem .75rem 0;line-height:var(--richtexteet-header-line-height);font-size:var(--richtexteet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_r31i5_11{position:relative;height:20px;width:20px}._avatarSquare_r31i5_17{border-radius:4px}._author_r31i5_21{display:flex;margin:0 .5rem}._authorText_r31i5_26{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._username_r31i5_33{color:var(--richtexteet-font-color-secondary);text-decoration:none;text-overflow:ellipsis;margin-left:.125rem}._root_175ot_1{font-size:var(--richtexteet-quoted-body-font-size);font-weight:var(--richtexteet-quoted-body-font-weight);line-height:var(--richtexteet-quoted-body-line-height);margin:var(--richtexteet-quoted-body-margin);overflow-wrap:break-word;white-space:pre-wrap;padding:0 .75rem}._root_16yxa_1{display:flex;flex-direction:column;align-items:center;padding-bottom:.75rem}._root_16yxa_1>h3{font-size:1.25rem;margin-bottom:.5rem}._skeleton_oi7hr_1{display:block;width:100%;border-radius:5px;background-image:var(--richtexteet-skeleton-gradient);background-size:400% 100%;animation:_loading_oi7hr_1 8s ease-in-out infinite}@media (prefers-reduced-motion: reduce){._skeleton_oi7hr_1{animation:none;background-position:200% 0}}@keyframes _loading_oi7hr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._root_17qqv_1{pointer-events:none;padding-bottom:.25rem}._wrapper_rraz2_1{background-color:#fff;cursor:pointer;position:absolute;top:0;left:0;padding:10px;gap:10px;z-index:100;border:1px solid #eeeeee;box-shadow:0 0 10px #0000001a;border-radius:10px}._tool_rraz2_17{outline:none;border:none;background-color:#fff;border-radius:5px;padding:5px;cursor:pointer;transition:all .3s;color:#595353!important}._tool_rraz2_17 svg{width:20px;height:20px}._tool_rraz2_17:hover{background-color:#f5f5f5}._active_rraz2_37{background-color:#eee!important}._pen_rraz2_41{display:flex;gap:4px;align-items:center;flex-wrap:wrap}._line_rraz2_48{height:20px;width:1px;background-color:#bcb9b9;margin:0 6px;transform:rotate(18deg)}._options_rraz2_56{margin-top:10px;padding:10px 0 0;border-top:1px dashed #eeeeee;display:flex;gap:4px;align-items:center;flex-wrap:wrap}._colorWrap_rraz2_66{display:flex;gap:8px;align-items:center;margin:4px 0}._color_rraz2_66{outline:none!important;border:none!important;border-radius:4px;cursor:pointer;width:20px;height:20px;border:1px solid #eeeeee}._colorActive_rraz2_83{outline:2px solid #2576B9!important}._wrap_1x3wi_1{--editor__bg: #292c33;--widget__border: #3a3f4b;--widget__color: #ccc}._wrap_1x3wi_1 .richtext-node-code-block{width:100%;outline:solid 1px black;overflow:hidden;border-radius:4px;position:relative}._wrap_1x3wi_1 .richtext-code-block-toolbar{display:flex;align-items:center;gap:8px;z-index:10;padding:4px;background-color:var(--editor__bg);color:var(--widget__color);border-bottom:1px solid var(--widget__border)}._wrap_1x3wi_1 .richtext-code-block-toolbar .toolbar-divider{width:1px;height:16px;background-color:var(--widget__border);margin:0 4px}._blockInfoEditable_1x3wi_30{pointer-events:none}.session-diary-component .session-diary-content .form-item-layout{gap:1.68rem}.session-diary-component .session-diary-content .session-diary-wrapper-buttons{margin-top:2.5rem;display:flex;align-items:center;gap:20px}.session-diary-component .summary-past-sessions-text,.session-diary-component .session-diary-card{margin-top:2.5rem}.note-task{display:flex;box-shadow:0 0 .625rem #ced2de4d;border-radius:1rem;cursor:pointer}.note-task--unstyled{box-shadow:none;border-radius:0;cursor:auto}.note-task .note-task-date{background-color:#e2ebf7;flex:.2;padding:1rem;display:flex;align-items:center;border-top-left-radius:inherit;border-bottom-left-radius:inherit;color:#24293f}.note-task .note-task-date--unstyled{padding:0}.note-task .note-task-body{display:flex;flex-direction:column;flex:1;padding:1rem}.note-task .note-task-body .note-task-text p{color:#47527c}.note-task .note-task-body .note-task-text.collapsed p{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.note-task .note-task-body .note-task-read-more{color:#405cb5;margin-top:.25rem;cursor:pointer;align-self:flex-start;text-decoration:underline}@media only screen and (max-width: 1023px){.note-task .note-task-date{flex:.7}}.billing-modal-description{text-align:left}.checkout-form-modal-description{text-align:left;margin-bottom:2.5rem;max-width:40rem}.checkout-form-modal-form{display:flex;flex-direction:column;gap:2rem}.checkout-form-modal-form .validate-coupon-button{height:2.5rem;border-radius:.75rem}.checkout-form-modal-form .checkout-form-modal-input-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.checkout-form-modal-form .checkout-form-modal-input-wrapper.success{color:#56c074}.checkout-form-modal-form .checkout-form-modal-input-wrapper.success .input-container{border:1.5px solid #56c074}.checkout-form-modal-form .checkout-form-modal-input-wrapper.error{color:#e4626f}.checkout-form-modal-form .checkout-form-modal-input-wrapper.error .input-container{border:1.5px solid #e4626f}.subscription-component.card-content{padding:2.3rem}@media (min-width: 768px){.subscription-component.card-content{padding:2.3rem 3.3rem}}@media (max-width: 480px){.subscription-component.card-content{padding:1.5rem}}.subscription-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.subscription-header .subscription-settings-button{position:relative}.subscription-header .subscription-settings-button .subscription-cancel-button{position:absolute;bottom:2rem;right:0;border-radius:1rem;border:.0625rem solid #e2ebf7;background:#ffffff;box-shadow:2px 2px 5px #ced2de29;padding:.75rem;font-weight:400;font-size:1rem;font-style:normal;color:#2d344e;text-wrap:nowrap;cursor:pointer}@media (max-width: 480px){.subscription-header .subscription-settings-button .subscription-cancel-button{right:auto;left:0}}.subscription-description{max-width:50rem;margin-top:1.5rem;margin-bottom:2.5rem}@media (max-width: 768px){.subscription-description{margin-top:1rem;margin-bottom:2rem}}.subscription-cards{display:flex;justify-content:flex-start;align-items:stretch;gap:1.5rem;flex-wrap:wrap}@media (max-width: 1200px){.subscription-cards{justify-content:center}}@media (max-width: 480px){.subscription-cards{gap:1rem}}.subscription-card{background-color:#e8e9f0;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.625rem;border-radius:.5rem;border:.0625rem solid #c5c9d8;background:#e2ebf7;box-shadow:0 1px 13px 5px #00209d40;flex:1;min-width:12rem;max-width:20rem}.subscription-card p{color:#232a48}.subscription-card .pricing{font-size:2.5rem;font-weight:600}@media (max-width: 768px){.subscription-card .pricing{font-size:2rem}}@media (max-width: 480px){.subscription-card .pricing{font-size:1.75rem}}.subscription-card .pricing .pricing-small{font-size:.875rem}.subscription-card.premium{border:.0625rem solid #c5c9d8;background:#97bae5;box-shadow:none}@media (min-width: 768px){.subscription-card.premium{min-width:18.5rem}}.subscription-card.premium.yearly{background:#f9cf98}.subscription-card .discount-tag{background:#324276;border-radius:1.0625rem;padding:.3125rem .625rem;width:fit-content;box-shadow:0 1px 13px 5px #00209d1a}.subscription-card .discount-tag p{color:#f8f8fc;font-size:.75rem}@media (min-width: 768px){.subscription-card .discount-tag p{font-size:.875rem}}.subscription-card .subscription-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.subscription-card .subscription-card-description{max-width:50rem}.subscription-card button{margin-top:auto}@media (max-width: 480px){.subscription-card button{padding:.375rem .5rem;font-size:.875rem}}.premium-subscription{display:flex;flex-direction:column;gap:1.875rem}.premium-subscription .premium-subscription-billing-history-button{margin-top:2.5rem}@media (max-width: 768px){.premium-subscription .premium-subscription-billing-history-button{margin-top:2rem}}.premium-subscription .billing-items-layout{display:grid;grid-template-columns:repeat(2,1fr);row-gap:1rem;column-gap:2.5rem}@media (max-width: 768px){.premium-subscription .billing-items-layout{grid-template-columns:1fr;column-gap:0}}.premium-subscription .billing-items-layout .billing-item{display:flex;flex-direction:column;gap:.375rem}.premium-subscription .billing-items-layout .billing-item-label{font-size:.875rem;font-weight:300;color:#5d678d}.premium-subscription .billing-items-layout .billing-item-input{height:2.5625rem;border-radius:.5rem;border:.0625rem solid #c5c9d8;background:#f8f8fc;padding:.625rem .875rem;font-weight:300}.premium-subscription .billing-items-layout .billing-item-input:focus{outline:none}@media (max-width: 360px){.subscription-card{min-width:100%}}.question-container{display:flex;flex-direction:column;gap:1.2rem}.question-container .wrapper-input-box{display:flex;flex-direction:column;gap:.35rem}.question-container .wrapper-input-box label{color:#5d678d;font-size:.875rem;font-style:normal;font-weight:300;line-height:1.25rem}.question-container .wrapper-input-box .question-input-box{background:#f8f8fc;display:flex;align-items:center;padding:.875rem;border-radius:.5rem;min-height:2.56rem}.question-container .question-answer-list{margin-left:3.937rem}.question-container .question-answer-list .question-answer-list-item label{color:#2d344e;font-size:.625rem;font-style:normal;font-weight:300;line-height:.75rem}.question-container .question-answer-list .question-answer-list-item .question-input-box{border:.062rem solid #c5c9d8;background:#ffffff;display:flex;padding:.875rem;border-radius:.5rem;min-height:2.56rem;align-items:center}.technique-preview{display:flex;flex-direction:column;gap:2rem;text-align:left}.technique-preview .technique-preview-description p{margin-top:.5rem}.technique-preview span.text-light{color:#c5c9d8;font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.technique-preview .input-box,.technique-preview .input-box-label{border-radius:8px;border:1px solid #c5c9d8;background:#ffffff;padding:0 .875rem;border-radius:.5rem;height:2.56rem;display:flex;align-items:center}.technique-preview .input-box-label{width:fit-content}.technique-preview .filter-selection-container{margin-bottom:1rem}.technique-preview .filter-selection-container .filter-selection{display:flex;flex-direction:column;gap:1rem;border-radius:1rem;background:#f8f8fc;padding:1.5rem 2rem}.technique-preview .filter-selection-container .filter-selection .filter-selection-layout{display:flex;flex-direction:column;gap:.31rem}.technique-preview .filter-selection-container .filter-selection .filter-selection-title{font-size:1.5rem}.technique-preview .question-card{padding:1.75rem .875rem}.technique-preview .question-card .input-box-type{margin-bottom:1.75rem;display:flex;padding:.875rem 2rem;justify-content:center;align-items:center;width:fit-content;border-radius:1rem;border:1px solid #e2ebf7;background:#ffffff;box-shadow:0 .125rem .375rem #ced2de1f}.error-fallback-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background-color:var(--background-default)}.error-fallback-card{max-width:480px;width:100%;text-align:center;padding:2rem}.error-fallback-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.error-fallback-icon{width:64px;height:64px;color:var(--error);margin-bottom:.5rem}.error-fallback-icon svg{width:100%;height:100%}.error-fallback-actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px;margin-top:.5rem}@media (min-width: 480px){.error-fallback-actions{flex-direction:row;justify-content:center}}.error-fallback-support{color:var(--text-secondary);margin-top:1rem}.error-fallback-support .support-link{color:var(--primary);text-decoration:none;margin-left:.5rem}.error-fallback-support .support-link:hover{text-decoration:underline}.error-details{background-color:var(--background-muted);padding:1rem;border-radius:8px;width:100%;text-align:left;font-family:monospace;margin:.5rem 0}.error-details .error-name{color:var(--error);font-weight:700;margin-bottom:.5rem}.error-details .error-message{color:var(--text-primary);word-break:break-word}.my-resources-component .header-container .header-right{display:flex;gap:.87rem}.my-resources-component .my-resources-control{display:grid;max-width:65vh;grid-template-columns:auto max-content;padding:.5rem 0 1.5rem}.my-resources-component .my-resources-control .my-resources-control-buttons{display:flex;align-items:center;gap:.5rem}.my-resources-component .my-resources-control .select-container .select__control{border-radius:1rem;border:solid .093rem #e2ebf7;background-color:#fff;box-shadow:0 .062rem .12rem #1018280d}.my-resources-component .table-my-resources-cell-avatar{display:flex;align-items:center;gap:.625rem;background:none;border:none;cursor:pointer}.my-resources-component .table-my-resources-cell-avatar img{width:2.5rem;height:2.5rem;border-radius:100%;aspect-ratio:1/1;object-fit:cover}.my-resources-component .table-my-resources-cell-avatar:hover span{text-decoration:underline}@media only screen and (max-width: 1023px){.my-resources-component .header-container{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.my-resources-component .header-container .header-right{flex-direction:column-reverse;align-items:flex-start;width:100%}.my-resources-component .header-container .header-right .search-bar,.my-resources-component .header-container .header-right .button{width:100%}.my-resources-component .my-resources-control{flex-direction:column;align-items:flex-start;gap:1rem;padding:0 0 1rem}.my-resources-component .my-resources-control .my-resources-control-buttons{width:100%}.my-resources-component .my-resources-control .my-resources-control-buttons .button{flex:1}.my-resources-component .my-resources-control .select-container{max-width:100%}}.table-intervention-date-limit-container{display:flex;align-items:center}.table-intervention-status-container{display:flex;align-items:center;gap:.5rem}.table-intervention-status-container .table-intervention-completed-tag{border-radius:1rem;background:#6be681;box-shadow:0 1px 2px #1018280d;color:#045413;padding:.5rem .75rem}.table-intervention-status-container .table-intervention-completed-tag .table-intervention-completed-tag-label{line-height:1}.evaluation-chart{font-size:.75rem}.levels{display:flex;flex-direction:column;align-items:center;gap:3rem}.levels .levels-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;max-width:40rem}.levels .levels-button{background:#ffffff;border-radius:2rem;border:.09375rem solid #e8e9f0;box-shadow:0 1px 13px 5px #00209d0d;padding:.5rem 1rem;font-size:.75rem;cursor:pointer}.levels .levels-button:hover,.levels .levels-button.active{background:#5e87d3;color:#fff}.session-diary-evolution-container{display:flex;gap:.75rem;margin-bottom:.75rem}@media (max-width: 992px){.session-diary-evolution-container{gap:.375rem}}@media (max-width: 768px){.session-diary-evolution-container{flex-direction:column;gap:.375rem}}@media (max-width: 480px){.session-diary-evolution-container{gap:.375rem;margin-bottom:.375rem}}.session-diary-evolution-container .info-card-wrapper{flex:1;min-width:0;display:flex;flex-direction:column}.session-diary-evolution-container .info-card-wrapper>article{flex:1;display:flex;flex-direction:column}.session-diary-evolution-container .info-card-wrapper>article>section{flex:1;display:flex;flex-direction:column}.session-diary-evolution-container .info-card-wrapper :global(.info-card){height:100%}@media (max-width: 768px){.session-diary-evolution-container .info-card-wrapper :global(.info-card){margin-bottom:.375rem}}@media (max-width: 768px){.session-diary-evolution-container .info-card-wrapper:not(:last-child){margin-bottom:.375rem}}.info-card+.info-card{margin-top:.75rem}@media (max-width: 480px){.info-card+.info-card{margin-top:.375rem}}.goals{display:flex;flex-direction:column;gap:2.5rem}.goals .form-layout{gap:.687rem}.goals .form-layout .form-item-layout label{font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.goals .form-layout .goals-form-button{width:fit-content}.goals .goals-list{max-height:16.25rem;overflow-y:auto}.goals .goals-list .goal-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.goals .goals-list .goal-item .goal-item-content{padding-right:1rem;flex:1}.goals .goals-list .goal-item .goal-item-actions{display:flex;gap:.375rem}.goals .goals-list .goal-item.goal-item-input .form-layout{flex:1}.goals .goals-list .goal-item.goal-item-input .goals-edit-button-container{display:flex;align-items:center;gap:.5rem}.goals .goals-list .goal-item.goal-item-input .goals-edit-button-container .goals-edit-button{height:2rem;border-radius:.75rem;padding:0rem .5rem}.tab-info-card{width:100%;display:flex;flex-direction:column}.tab-info-card .tab-info-card-header{display:flex;justify-content:space-between;align-items:center}.tab-info-card .tab-info-card-header .tab-info-card-title{display:flex;align-items:center;gap:.375rem}.tab-info-card .tab-info-card-header .tab-info-card-title h3{margin:0;color:#24293f}.tab-info-card .tab-info-card-header .tab-info-card-actions{display:flex;align-items:center;gap:.75rem}.tab-info-card .tab-info-card-header .tab-info-card-actions button{margin:0}.tab-info-card .tab-info-card-tabs{flex:1}.tab-info-card .tab-info-card-tabs .simple-tabs-header{padding:.75rem 1.5rem 0}.tab-info-card .tab-info-card-tabs .simple-tab-content{padding:1.5rem;flex:1;overflow:auto}.tab-info-card .tab-info-card-content-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;text-align:center;color:#5d678d;gap:.75rem}.tab-info-card .tab-info-card-content-empty svg{width:40px;height:40px}.tab-info-card .tab-info-card-loading{display:flex;justify-content:center;align-items:center;padding:2.5rem}.lifelines-container{height:100%;display:flex;flex-direction:column}.lifelines-view-toggle{display:flex;gap:.375rem;margin-bottom:1rem;justify-content:flex-end}.lifelines-view-toggle .view-toggle-btn{padding:.375rem;border:1px solid #e8e9f0;background-color:#fff;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#47527c}.lifelines-view-toggle .view-toggle-btn:hover{background-color:#f8f8fc;border-color:#5e87d3}.lifelines-view-toggle .view-toggle-btn.active{background-color:#5e87d3;border-color:#5e87d3;color:#fff}.lifelines-view-toggle .view-toggle-btn svg{width:20px;height:20px}.lifelines-timeline{flex:1;overflow-y:auto;max-height:60vh}.lifelines-timeline :global(.timeline-event-details){font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}.lifelines-timeline :global(.timeline-event-details) p{margin-bottom:.375rem;color:#47527c}.lifelines-timeline :global(.timeline-event-details) p strong{color:#2d344e}.lifelines-timeline :global(.timeline-event-details) .timeline-actions{display:flex;gap:.375rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e8e9f0}.lifelines-timeline :global(.timeline-event-details) .timeline-actions .timeline-action-btn{padding:.375rem .5rem;border-radius:.375rem;border:1px solid;cursor:pointer;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s ease}.lifelines-timeline :global(.timeline-event-details) .timeline-actions .timeline-action-btn.edit-btn{background-color:#fff;border-color:#5e87d3;color:#5e87d3}.lifelines-timeline :global(.timeline-event-details) .timeline-actions .timeline-action-btn.edit-btn:hover{background-color:#5e87d3;color:#fff}.lifelines-timeline :global(.timeline-event-details) .timeline-actions .timeline-action-btn.delete-btn{background-color:#fff;border-color:#e4626f;color:#e4626f}.lifelines-timeline :global(.timeline-event-details) .timeline-actions .timeline-action-btn.delete-btn:hover{background-color:#e4626f;color:#fff}@media only screen and (max-width: 1023px){.lifelines-view-toggle{justify-content:center}.lifelines-timeline :global(.timeline-event-details) .timeline-actions{flex-direction:column}.lifelines-timeline :global(.timeline-event-details) .timeline-actions .timeline-action-btn{width:100%;text-align:center}}.patient-basic-data-card{display:flex;flex-direction:column;gap:1.5rem;border-radius:1rem;border:.0625rem solid #e2ebf7;padding:1.5rem 2rem}.patient-basic-data-card header{border-radius:1.1875rem;background:#e2ebf7;padding:.5rem 1.5rem}.patient-basic-data-card .patient-basic-data-card-content{display:flex;flex-direction:column;gap:2rem}.basic-data-actions{display:flex;justify-content:end;gap:1rem}.basic-data-actions.product-tour-visible{justify-content:start}.assign-form-modal{min-height:21.31rem}.assign-form-modal .assign-form-modal-option{display:flex;justify-content:space-between}.notFoundPageContainer{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f7f7fa}.notFoundPageContent{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:500px;padding:2rem;text-align:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.notFoundPageIcon{color:#394d94;margin-bottom:1.5rem}.notFoundPageErrorCode{font-size:4rem;font-weight:700;color:#394d94;margin:0 0 1rem}.notFoundPageMessage{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .5rem}.notFoundPageSubMessage{color:#6b7280;margin-bottom:2rem;line-height:1.5}.notFoundPageButton{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#4263eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s;text-decoration:none}.notFoundPageButton:hover{background-color:#3b5bdb}.notFoundPageButton:active{background-color:#364fc7}.clinic-collaborators-component .header .header-container .header-right{display:flex;gap:1rem}.clinic-collaborators-component .my-patients-control{display:grid;grid-template-columns:auto max-content;padding:.5rem 0 1.5rem}.clinic-collaborators-component .my-patients-control .my-patients-control-buttons{display:flex;align-items:center;gap:.5rem}.clinic-collaborators-component .my-patients-control .select-container .select__control{border-radius:1rem;border:solid .093rem #e2ebf7;background-color:#fff;box-shadow:0 .062rem .12rem #1018280d}.clinic-collaborators-component .table-my-patients-cell-avatar{display:flex;align-items:center;gap:.625rem;background:none;border:none;cursor:pointer}.clinic-collaborators-component .table-my-patients-cell-avatar img{width:2.5rem;height:2.5rem;border-radius:100%;aspect-ratio:1/1;object-fit:cover}.clinic-collaborators-component .table-my-patients-cell-avatar:hover span{text-decoration:underline}.actions-container{display:flex}.action-tooltip{position:absolute;background-color:#fff;color:#000;padding:.25rem .5rem;border-radius:4px;font-size:12px;z-index:1000}.action-icon.revoke-icon{color:#dc3545}.action-icon.revoke-icon:hover{color:#b02a37}.action-icon.refresh-icon{color:#0d6efd}.action-icon.cancel-icon{color:#6c757d}.table-my-patients-cell-avatar{display:flex;align-items:center;gap:.625rem;background:none;border:none;cursor:pointer}.table-my-patients-cell-avatar img{width:2.5rem;height:2.5rem;border-radius:100%;aspect-ratio:1/1;object-fit:cover}.table-my-patients-cell-avatar:hover span{text-decoration:underline}.invitation-status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:14px}.invitation-status.pending{background-color:#f9a8251a;color:#f9a825}.action-icon{font-size:18px}.action-icon.refresh-icon{color:#4a86e8}.action-icon.refresh-icon:hover{color:#1d68e2}.action-icon.cancel-icon{color:#e57373}.action-icon.cancel-icon:hover{color:#dd4848}@media only screen and (max-width: 1023px){.my-patients-component .header-container{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.my-patients-component .header-container .header-right{flex-direction:column-reverse;align-items:flex-start;width:100%}.my-patients-component .header-container .header-right .search-bar,.my-patients-component .header-container .header-right .button{width:100%}.my-patients-component .my-patients-control{flex-direction:column;align-items:flex-start;gap:1rem;padding:0 0 1rem}.my-patients-component .my-patients-control .my-patients-control-buttons{width:100%}.my-patients-component .my-patients-control .my-patients-control-buttons .button{flex:1}.my-patients-component .my-patients-control .select-container{max-width:100%}}.collaboration-handler-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f7f9fc;padding:20px}.collaboration-handler-page .collaboration-container{max-width:600px;width:100%;background-color:#fff;border-radius:8px;padding:40px;box-shadow:0 4px 20px #00000014;text-align:center}.collaboration-handler-page .collaboration-container h1{margin-bottom:30px;font-size:24px;color:#333}.collaboration-handler-page .collaboration-container .state-container{display:flex;flex-direction:column;align-items:center}.collaboration-handler-page .collaboration-container .state-container.success{color:#2e7d32}.collaboration-handler-page .collaboration-container .state-container.error{color:#d32f2f}.collaboration-handler-page .collaboration-container .state-container .icon-container{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:40px}.collaboration-handler-page .collaboration-container .state-container .icon-container .success-icon{background-color:#e8f5e9;border-radius:50%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#2e7d32}.collaboration-handler-page .collaboration-container .state-container .icon-container .error-icon{background-color:#ffebee;border-radius:50%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d32f2f}.collaboration-handler-page .collaboration-container .state-container .icon-container .info-icon{background-color:#e3f2fd;border-radius:50%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#1976d2}.collaboration-handler-page .collaboration-container .state-container h2{margin-bottom:15px;font-size:20px}.collaboration-handler-page .collaboration-container .state-container p{margin-bottom:20px;color:#666;font-size:16px}.collaboration-handler-page .collaboration-container .state-container .error-message{color:#d32f2f;padding:10px;background-color:#ffebee;border-radius:4px;margin:10px 0 20px;max-width:100%;overflow-wrap:break-word}.collaboration-handler-page .collaboration-container .buttons-container{display:flex;gap:15px;justify-content:center;margin-top:20px}.collaboration-handler-page .collaboration-container .primary-button{padding:12px 24px;background-color:#4a6bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .2s}.collaboration-handler-page .collaboration-container .primary-button:hover{background-color:#1741ff}.collaboration-handler-page .collaboration-container .primary-button.danger{background-color:#d32f2f}.collaboration-handler-page .collaboration-container .primary-button.danger:hover{background-color:#ab2424}.collaboration-handler-page .collaboration-container .secondary-button{padding:12px 24px;background-color:#f5f5f5;color:#333;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .2s}.collaboration-handler-page .collaboration-container .secondary-button:hover{background-color:#e8e8e8}.collaboration-handler-page .collaboration-container .form-group{width:100%;margin-bottom:20px;text-align:left}.collaboration-handler-page .collaboration-container .form-group label{display:block;margin-bottom:8px;font-size:14px;color:#666}.collaboration-handler-page .collaboration-container .form-group .rejection-reason{width:100%;min-height:100px;padding:12px;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit}.collaboration-handler-page .collaboration-container .form-group .rejection-reason:focus{border-color:#4a6bff;outline:none}.clinic-collaborators-component .clinics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding:1rem 0}@media (max-width: 768px){.clinic-collaborators-component .clinics-grid{grid-template-columns:1fr;gap:1rem}}@media (min-width: 769px) and (max-width: 1024px){.clinic-collaborators-component .clinics-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}}@media (min-width: 1025px){.clinic-collaborators-component .clinics-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}}@media (min-width: 1440px){.clinic-collaborators-component .clinics-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}}.id-card{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 .25rem .5rem #ced2de4d;font-family:Poppins,sans-serif;color:#47527c;max-width:500px;margin:1rem}.id-card .id-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.id-card .id-card-header .id-card-header-main .id-card-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;margin:0 0 .25rem;color:#2d344e}.id-card .id-card-header .id-card-header-main .id-card-subtitle{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400;color:#5d678d;margin:0}.id-card .id-card-header .id-card-header-actions{display:flex;align-items:center;gap:.5rem}.id-card .id-card-header .id-card-header-actions .id-card-tag{background-color:#cbdbf2;color:#405cb5;padding:.25rem .5rem;border-radius:.375rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400}.id-card .id-card-header .id-card-header-actions .id-card-edit-button{background:none;border:none;cursor:pointer;padding:.25rem;color:#4a6ec6}.id-card .id-card-header .id-card-header-actions .id-card-edit-button svg{width:1.25rem;height:1.25rem}.id-card .id-card-header .id-card-header-actions .id-card-edit-button:hover{color:#394d94}.id-card .id-card-details .id-card-details-title{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;color:#5d678d;margin-bottom:1rem;text-transform:uppercase}.id-card .id-card-details .id-card-detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e8e9f0}.id-card .id-card-details .id-card-detail-item:last-child{border-bottom:none}.id-card .id-card-details .id-card-detail-item .id-card-detail-label,.id-card .id-card-details .id-card-detail-item .id-card-detail-value{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;color:#47527c}@media only screen and (max-width: 1023px){.id-card{padding:1rem}.id-card .id-card-header{flex-direction:column;align-items:stretch;gap:1rem}.id-card .id-card-header .id-card-header-actions{align-self:flex-start}.id-card .id-card-details-title{margin-bottom:.5rem}.id-card .id-card-detail-item{padding:.375rem 0}}.psychologist-profile-component .header-container{margin-bottom:3.75rem}.psychologist-profile-component .profile-content{display:grid;grid-template-columns:18.125rem 1fr;gap:3.12rem;align-items:start}.psychologist-profile-component .profile-content .profile-form-wrapper .profile-card-form{padding:2rem 2rem 3.75rem;margin-bottom:2rem}.psychologist-profile-component .profile-content .profile-page-card-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.psychologist-profile-component .profile-content .profile-page-card-container .profile-page-card-column{display:flex;flex-direction:column;gap:1rem}.psychologist-profile-component .profile-content .profile-page-card-container .profile-page-card-column h5{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;color:#2d344e;margin-bottom:.5rem}.psychologist-profile-component .profile-content .profile-page-card-container .profile-page-card-column:nth-child(2){justify-self:end}.psychologist-profile-component .working-zones-table{margin-top:1rem}.psychologist-profile-component .working-zones-table .table-container.classic th,.psychologist-profile-component .working-zones-table .table-container.classic td{padding:.5rem 1rem}.psychologist-profile-component .working-zones-table .unlink-action{color:#5e87d3;font-weight:500;cursor:pointer}.psychologist-profile-component .working-zones-table .unlink-action:hover{text-decoration:underline}.psychologist-profile-component .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;text-align:center}.psychologist-profile-component .error-state h3{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;color:#2d344e;margin-bottom:1rem}.psychologist-profile-component .error-state p{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;color:#47527c;margin-bottom:2rem}.clinic-psychologist-dashboard{padding:1rem 0}.clinic-psychologist-dashboard .dashboard-header{display:flex;flex-direction:column;margin-bottom:1rem}.clinic-psychologist-dashboard .dashboard-header .header-back{margin-bottom:1rem}.clinic-psychologist-dashboard .dashboard-header .header-back button{padding-left:0}.clinic-psychologist-dashboard .dashboard-header .header-title{margin-bottom:2rem}.clinic-psychologist-dashboard .dashboard-header .header-title h1{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:400;color:#2d344e;margin:0}.clinic-psychologist-dashboard .dashboard-header .psychologist-info{display:flex;align-items:center;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-avatar{margin-right:1rem}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-avatar img{width:60px;height:60px;border-radius:50%;object-fit:cover}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-details h2{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 .375rem;color:#2d344e}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-details .psychologist-role{display:flex;align-items:center}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-details .psychologist-role span{color:#47527c}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-details .psychologist-role .role-tag{border-radius:4px;color:#47527c;font-weight:500}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-details .psychologist-role .status-tag{margin-left:.5rem;padding:.375rem .5rem;border-radius:4px;font-weight:500}.clinic-psychologist-dashboard .dashboard-header .psychologist-info .psychologist-details .psychologist-role .status-tag.active{background-color:#e3f8ef;color:#00a875}.clinic-psychologist-dashboard .psychologist-tabs{border-radius:8px;overflow:hidden}.clinic-psychologist-dashboard .psychologist-tabs .simple-tabs-header{padding:0 1rem}.clinic-psychologist-dashboard .psychologist-tabs .simple-tabs-content{padding:1rem}.clinic-psychologist-dashboard .tab-placeholder{padding:2rem;text-align:center;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.clinic-psychologist-dashboard .tab-placeholder h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;color:#2d344e;margin-bottom:1rem}.clinic-psychologist-dashboard .tab-placeholder p{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;color:#47527c}.template-document-editor{display:flex;flex-direction:column;height:100%;gap:1rem}.template-document-editor .editor-layout{display:flex;gap:1.5rem;height:calc(100vh - 200px);min-height:600px;overflow:hidden}.template-document-editor .editor-layout .form-sidebar{width:350px;flex-shrink:0;overflow-y:auto}.template-document-editor .editor-layout .form-sidebar .template-form-card{height:fit-content;position:sticky;top:0;margin:0;width:100%}.template-document-editor .editor-layout .editor-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.template-document-editor .editor-layout .editor-main .builder-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--color-background-secondary);border-bottom:1px solid var(--color-border);border-radius:.5rem .5rem 0 0;gap:1rem;flex-shrink:0}.template-document-editor .editor-layout .editor-main .builder-header .view-mode-controls{display:flex;align-items:center;gap:1rem}.template-document-editor .editor-layout .editor-main .builder-header .view-mode-controls .view-mode-toggle{display:flex;gap:.25rem;border:1px solid var(--color-border);border-radius:.375rem;padding:.125rem;background-color:var(--color-secondary)}.template-document-editor .editor-layout .editor-main .builder-header .view-mode-controls .view-mode-toggle .btn{padding:.375rem .75rem;border:none;border-radius:.25rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;background-color:transparent;color:var(--color-text-secondary)}.template-document-editor .editor-layout .editor-main .builder-header .view-mode-controls .view-mode-toggle .btn.btn-primary{background-color:#fff;border:1px solid var(--color-text-tertiary)}.template-document-editor .editor-layout .editor-main .builder-header .view-mode-controls .view-mode-toggle .btn.btn-secondary{background-color:transparent;color:var(--color-text-secondary)}.template-document-editor .editor-layout .editor-main .builder-header .view-mode-controls .view-mode-toggle .btn.btn-secondary:hover{background-color:var(--color-secondary-dark)}.template-document-editor .editor-layout .editor-main .builder-header .builder-actions{display:flex;gap:.5rem}.template-document-editor .editor-layout .editor-main .builder-header .builder-actions .btn{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;display:flex;align-items:center;gap:.5rem}.template-document-editor .editor-layout .editor-main .builder-header .builder-actions .btn.btn-primary{background-color:var(--color-primary);color:#fff}.template-document-editor .editor-layout .editor-main .builder-header .builder-actions .btn.btn-primary:hover:not(:disabled){background-color:var(--color-primary-dark)}.template-document-editor .editor-layout .editor-main .builder-header .builder-actions .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.template-document-editor .editor-layout .editor-main .document-builder-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;border:1px solid var(--color-border);border-top:none;border-radius:0 0 .5rem .5rem;background-color:#fff;height:0;min-height:400px;scroll-behavior:smooth}.template-document-editor .editor-layout .editor-main .document-builder-wrapper::-webkit-scrollbar{width:8px}.template-document-editor .editor-layout .editor-main .document-builder-wrapper::-webkit-scrollbar-track{background:var(--color-secondary);border-radius:4px}.template-document-editor .editor-layout .editor-main .document-builder-wrapper::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.template-document-editor .editor-layout .editor-main .document-builder-wrapper::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.template-document-editor .template-form-container{padding:1.5rem}.template-document-editor .template-form-container .form-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-primary)}.template-document-editor .template-form-container .form-description{color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.4;font-size:.875rem}.template-document-editor .template-form-container .template-form{display:flex;flex-direction:column;gap:1.25rem}.template-document-editor .template-form-container .template-form .form-group{display:flex;flex-direction:column;gap:.5rem}.template-document-editor .template-form-container .template-form .form-group .form-label{font-weight:500;color:var(--color-text-primary);font-size:.875rem}.template-document-editor .template-form-container .template-form .form-group .form-label .required{color:var(--color-error);margin-left:.25rem}.template-document-editor .template-form-container .template-form .form-group .form-input,.template-document-editor .template-form-container .template-form .form-group .form-textarea{padding:.75rem;border:1px solid var(--color-border);border-radius:.375rem;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-color:#fff}.template-document-editor .template-form-container .template-form .form-group .form-input:focus,.template-document-editor .template-form-container .template-form .form-group .form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a}.template-document-editor .template-form-container .template-form .form-group .form-input.has-error,.template-document-editor .template-form-container .template-form .form-group .form-textarea.has-error{border-color:var(--color-error)}.template-document-editor .template-form-container .template-form .form-group .form-input::placeholder,.template-document-editor .template-form-container .template-form .form-group .form-textarea::placeholder{color:var(--color-text-tertiary)}.template-document-editor .template-form-container .template-form .form-group .form-textarea{resize:vertical;min-height:80px}.template-document-editor .template-form-container .template-form .form-group .error-message{color:var(--color-error);font-size:.75rem;margin-top:.25rem}.template-document-editor .template-form-container .template-form .form-actions{display:flex;gap:.75rem;margin-top:1rem}.template-document-editor .template-form-container .template-form .form-actions .btn{padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;min-height:44px}.template-document-editor .template-form-container .template-form .form-actions .btn.btn-primary{background-color:var(--color-primary);color:#fff}.template-document-editor .template-form-container .template-form .form-actions .btn.btn-primary:hover:not(:disabled){background-color:var(--color-primary-dark)}.template-document-editor .template-form-container .template-form .form-actions .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.template-document-editor .template-form-container .template-form .form-actions .btn.btn-secondary{background-color:var(--color-secondary);color:var(--color-text-primary);border:1px solid var(--color-border)}.template-document-editor .template-form-container .template-form .form-actions .btn.btn-secondary:hover{background-color:var(--color-secondary-dark)}@media (max-width: 768px){.template-document-editor .editor-layout{flex-direction:column;height:auto;min-height:auto;overflow:visible}.template-document-editor .editor-layout .form-sidebar{width:100%;order:1;max-height:none;overflow-y:visible}.template-document-editor .editor-layout .form-sidebar .template-form-card{position:static}.template-document-editor .editor-layout .editor-main{order:2;min-height:500px;height:auto;overflow:visible}.template-document-editor .editor-layout .editor-main .document-builder-wrapper{height:auto;min-height:500px;overflow-y:auto}.template-document-editor .editor-layout .editor-main .builder-header{flex-direction:column;align-items:flex-start;gap:1rem}.template-document-editor .editor-layout .editor-main .builder-header .view-mode-controls,.template-document-editor .editor-layout .editor-main .builder-header .builder-actions{width:100%;justify-content:center}}:root{--color-primary: #3b82f6;--color-primary-dark: #2563eb;--color-secondary: #f8fafc;--color-secondary-dark: #e2e8f0;--color-background-secondary: #f8fafc;--color-border: #e2e8f0;--color-text-primary: #1f2937;--color-text-secondary: #6b7280;--color-text-tertiary: #9ca3af;--color-error: #ef4444}.digital-signature-modal .modal__content{max-width:600px;padding:0}.digital-signature-modal__content{padding:24px;display:flex;flex-direction:column;gap:20px}.digital-signature-modal__loading-header{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;background-color:#f8f8fc;border-radius:8px;margin-bottom:16px}.digital-signature-modal__progress-bar{width:100%;height:4px;background-color:#e8e9f0;border-radius:2px;overflow:hidden}.digital-signature-modal__progress-bar .progress-bar-fill{height:100%;background:linear-gradient(90deg,#4a6ec6,#97bae5);background-size:200% 100%;animation:progressAnimation 2s infinite}.digital-signature-modal__document-info{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:6px}.digital-signature-modal__document-info .document-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.digital-signature-modal__document-info .document-title{font-size:14px;font-weight:500;color:#2d344e}.digital-signature-modal__divider{height:1px;background-color:#e8e9f0;margin:8px 0}.digital-signature-modal__field{display:flex;flex-direction:column;gap:8px}.digital-signature-modal__field .field-label{font-size:14px;font-weight:600;color:#2d344e;display:flex;align-items:center;gap:4px}.digital-signature-modal__field .field-label:after{content:"";width:4px;height:4px;background-color:#e4626f;border-radius:50%;margin-left:2px}.digital-signature-modal__field .password-strength-indicator{display:flex;align-items:center;gap:8px;margin-top:4px}.digital-signature-modal__field .password-strength-indicator .strength-label{font-size:12px;color:#5d678d}.digital-signature-modal__field .password-strength-indicator .strength-chip{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.digital-signature-modal__field .password-strength-indicator .strength-chip--weak{background-color:#e4626f1a;color:#e4626f;border:1px solid rgba(228,98,111,.3)}.digital-signature-modal__field .password-strength-indicator .strength-chip--medium{background-color:#f02e061a;color:#f02e06;border:1px solid rgba(240,46,6,.3)}.digital-signature-modal__field .password-strength-indicator .strength-chip--strong{background-color:#56c0741a;color:#56c074;border:1px solid rgba(86,192,116,.3)}.digital-signature-modal .signature-container{position:relative;border:2px dashed #c5c9d8;border-radius:8px;padding:8px;background-color:#f8f8fc;transition:all .3s ease}.digital-signature-modal .signature-container--filled{border-color:#56c074;border-style:solid;background-color:#56c0740d}.digital-signature-modal .signature-container:before{content:"Sign here";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#acb2c7;font-size:14px;pointer-events:none;z-index:1}.digital-signature-modal .signature-container--filled:before{display:none}.digital-signature-modal .signature-container .signature-canvas{position:relative;z-index:2;display:block;touch-action:none;width:100%!important;height:200px!important;background-color:#fff!important;border:1px solid #c5c9d8;border-radius:4px;cursor:crosshair}.digital-signature-modal .signature-container.disabled .signature-canvas{cursor:not-allowed;opacity:.6}.digital-signature-modal .signature-captured-indicator{display:flex;align-items:center;gap:6px;color:#56c074;font-size:12px;font-weight:500;margin-top:4px}.digital-signature-modal .signature-captured-indicator svg{width:16px;height:16px}.digital-signature-modal__error{display:flex;align-items:flex-start;gap:8px;padding:12px;background-color:#e4626f1a;border:1px solid rgba(228,98,111,.3);border-radius:6px;color:#e4626f;font-size:14px;line-height:1.4}.digital-signature-modal__error svg{width:20px;height:20px;flex-shrink:0;margin-top:1px}.digital-signature-modal__notice{background-color:#e2ebf7;border:1px solid #cbdbf2;border-radius:8px;padding:16px}.digital-signature-modal__notice .notice-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.digital-signature-modal__notice .notice-header svg{width:18px;height:18px;color:#4a6ec6}.digital-signature-modal__notice .notice-header .notice-title{font-weight:600;color:#4a6ec6;font-size:14px}.digital-signature-modal__notice .notice-text{font-size:12px;line-height:1.5;color:#405cb5;margin:0}.digital-signature-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 24px;border-top:1px solid #e8e9f0;background-color:#f8f8fc}.digital-signature-modal .clear-signature-btn{margin-top:12px;align-self:flex-start}@keyframes progressAnimation{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){.digital-signature-modal .modal__content{max-width:95vw;margin:10px}.digital-signature-modal__content{padding:16px;gap:16px}.digital-signature-modal__footer{flex-direction:column-reverse;gap:8px;padding:16px}.digital-signature-modal__footer button{width:100%;justify-content:center}.digital-signature-modal .signature-container .signature-canvas{height:150px!important}}.patient-document-viewer .document-viewer__container{margin-bottom:20px;padding:0;overflow:hidden}.patient-document-viewer .document-viewer__header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.patient-document-viewer .document-viewer__header .document-info{flex:1}.patient-document-viewer .document-viewer__header .document-info .document-title{font-size:24px;font-weight:600;color:#2c3e50;margin:0 0 8px}.patient-document-viewer .document-viewer__header .document-info .document-date{font-size:14px;color:#6c757d;margin:0}.patient-document-viewer .document-viewer__header .document-actions{display:flex;gap:12px;align-items:center}.patient-document-viewer .document-viewer__header .document-actions .btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.patient-document-viewer .document-viewer__header .document-actions .btn:disabled{opacity:.6;cursor:not-allowed}.patient-document-viewer .document-viewer__header .document-actions .btn.btn-secondary{background-color:#6c757d;color:#fff}.patient-document-viewer .document-viewer__header .document-actions .btn.btn-secondary:hover:not(:disabled){background-color:#5a6268}.patient-document-viewer .document-viewer__header .document-actions .btn.btn-primary{background-color:#007bff;color:#fff}.patient-document-viewer .document-viewer__header .document-actions .btn.btn-primary:hover:not(:disabled){background-color:#0056b3}.patient-document-viewer .document-viewer__content{padding:0;min-height:600px}.patient-document-viewer .document-viewer__content .document-builder{border:none;border-radius:0;box-shadow:none}.patient-document-viewer .document-viewer__content .document-builder__preview{padding:40px;background-color:#fff;min-height:600px;font-family:Times New Roman,serif;line-height:1.6;color:#333}.patient-document-viewer .document-viewer__content .document-builder__preview h1,.patient-document-viewer .document-viewer__content .document-builder__preview h2,.patient-document-viewer .document-viewer__content .document-builder__preview h3,.patient-document-viewer .document-viewer__content .document-builder__preview h4,.patient-document-viewer .document-viewer__content .document-builder__preview h5,.patient-document-viewer .document-viewer__content .document-builder__preview h6{margin:20px 0 10px;color:#2c3e50}.patient-document-viewer .document-viewer__content .document-builder__preview p{margin:10px 0;text-align:justify}.patient-document-viewer .document-viewer__content .document-builder__preview .signature-placeholder{border:2px dashed #007bff;background-color:#f8f9ff;padding:20px;margin:20px 0;text-align:center;border-radius:8px;color:#007bff;font-weight:500}.patient-document-viewer .document-viewer__empty{text-align:center;padding:60px 20px}.patient-document-viewer .document-viewer__empty h3{color:#2c3e50;margin-bottom:16px}.patient-document-viewer .document-viewer__empty p{color:#6c757d;margin-bottom:24px;font-size:16px}.patient-document-viewer .document-viewer__signature-section{margin-top:30px;padding:24px;background-color:#f8f9ff;border-top:3px solid #007bff;border-radius:0 0 8px 8px}.patient-document-viewer .document-viewer__signature-section .signature-section-header{margin-bottom:24px}.patient-document-viewer .document-viewer__signature-section .signature-section-header h3{font-size:20px;font-weight:600;color:#2c3e50;margin:0 0 8px;display:flex;align-items:center;gap:8px}.patient-document-viewer .document-viewer__signature-section .signature-section-header h3:before{content:"✍️";font-size:18px}.patient-document-viewer .document-viewer__signature-section .signature-section-header p{color:#6c757d;margin:0;font-size:14px}.patient-document-viewer .document-viewer__signature-section .signature-actions{display:flex;justify-content:center;gap:16px}.patient-document-viewer .document-viewer__signature-section .signature-actions .btn{min-width:180px;padding:12px 24px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.patient-document-viewer .document-viewer__signature-section .signature-actions .btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.patient-document-viewer .document-viewer__signature-section .signature-actions .btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #0000001a}.patient-document-viewer .document-viewer__signature-section .signature-actions .btn.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.patient-document-viewer .document-viewer__signature-section .signature-actions .btn.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#004085)}.patient-document-viewer .document-viewer__signature-section .signature-actions .btn svg{width:18px;height:18px}@media (max-width: 768px){.patient-document-viewer .document-viewer .document-viewer__header{flex-direction:column;align-items:stretch;gap:20px}.patient-document-viewer .document-viewer .document-viewer__header .document-actions{justify-content:center}.patient-document-viewer .document-viewer .document-viewer__content .document-builder__preview{padding:20px;font-size:14px}}.patient-document-viewer .document-viewer__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.patient-document-viewer .document-viewer__error{text-align:center;padding:40px 20px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin:20px 0}.product-tour-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;pointer-events:auto}.product-tour-overlay-highlight{position:relative;z-index:1001;pointer-events:auto;overflow:auto}.product-tour{border-radius:16px;box-shadow:0 4px 12px #0000001a;overflow:hidden;width:100%;max-width:400px;background-color:#fff;position:fixed;bottom:24px;right:24px;z-index:1100;pointer-events:auto;box-shadow:0 8px 24px #00000026;animation:slide-in .5s ease-out}.product-tour__header{background-color:#97bae5;padding:16px 24px 12px}.product-tour__header-top{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:12px}.product-tour__header-content{color:#fff}.product-tour__progress-container{height:6px;background-color:#ffffff4d;border-radius:3px;position:relative;width:100%;margin-top:4px}.product-tour__progress-bar{height:100%;background-color:#fff;border-radius:3px;transition:width .3s ease}.product-tour__progress-text{position:absolute;right:0;top:-18px;color:#fff;font-size:12px}.product-tour__title{font-size:1.5rem;font-weight:600;margin:0;color:#fff;display:flex;align-items:center}.product-tour__wave-icon{font-size:1.5rem}.product-tour__subtitle{margin:4px 0 0;color:#fff;font-size:1rem}.product-tour__toggle-button{background:none;border:none;cursor:pointer;padding:0}.product-tour__progress-container{height:8px;background-color:#3b499399;border-radius:4px;position:relative;width:100%;margin-top:4px}.product-tour__progress-bar{height:100%;background-color:#475d8c;border-radius:.25rem;transition:width .3s ease}.product-tour__progress-text{position:absolute;right:0;top:-18px;color:#fff;font-size:.875rem;font-weight:500}.product-tour__steps{padding:0}.product-tour__step{display:flex;padding:1.5rem;border-bottom:.0625rem solid #E5E9F0}.product-tour__step:last-child{border-bottom:none}.product-tour__step.completed .product-tour__step-title,.product-tour__step.completed .product-tour__step-subtitle,.product-tour__step.locked .product-tour__step-title{color:#a0a0a0}.product-tour__step.locked .product-tour__step-circle{border-color:#e5e9f0;background-color:#f5f5f5}.product-tour__step-indicator{flex-shrink:0;width:1.5rem;height:1.5rem;margin-right:1rem;margin-top:.125rem}.product-tour__step-circle{width:1.5rem;height:1.5rem;border:.125rem solid #E5E9F0;border-radius:50%;background-color:#fff}.product-tour__step-check{width:1.5rem;height:1.5rem;border-radius:50%;background-color:#4caf50;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.product-tour__step-content{flex-grow:1}.product-tour__step-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#333}.product-tour__step-subtitle{font-size:1rem;margin:0;color:#666;margin-bottom:1rem}.product-tour__cta-button{background-color:#fff;border:.0625rem solid #475D8C;color:#475d8c;border-radius:3.125rem;padding:.5rem 1.25rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product-tour__cta-button:hover{background-color:#f5f7fa}.product-tour__footer{padding:1rem 1.5rem;text-align:right}.product-tour__skip-button{background:none;border:none;color:#666;font-size:1rem;cursor:pointer;padding:.5rem 1rem}.product-tour__skip-button:hover{text-decoration:underline}.product-tour.collapsed .product-tour__steps,.product-tour.collapsed .product-tour__footer{display:none}.product-tour.collapsed .product-tour__header{border-radius:0 0 16px 16px}.product-tour.expanded .product-tour__header{border-radius:0}@keyframes slide-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 48rem){.product-tour{max-width:calc(100% - 2.5rem);left:1.25rem;right:1.25rem;width:auto}}.product-tour-highlight-container{pointer-events:none;z-index:1000;background:transparent;border:none;box-sizing:border-box}.product-tour-instruction{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0000001a;max-width:360px}.product-tour-instruction__title{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 8px}.product-tour-instruction__subtitle{font-size:16px;color:#4a5568;margin:0 0 20px;line-height:1.5}.product-tour-instruction__steps{display:flex;align-items:center;gap:8px;margin-top:16px}.product-tour-instruction__step{width:8px;height:8px;border-radius:50%;background-color:#e2e8f0;transition:background-color .3s ease}.product-tour-instruction__step.active{background-color:#4763e4;width:10px;height:10px}:root{--primary: #97bae5}@font-face{font-family:Poppins;src:url(/assets/Poppins-Thin-95875f9e.ttf);font-weight:100}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLight-60c4bb1b.ttf);font-weight:200}@font-face{font-family:Poppins;src:url(/assets/Poppins-Light-647f014d.ttf);font-weight:300}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-707fdc5c.ttf);font-weight:400}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-8d909883.ttf);font-weight:500}@font-face{font-family:Poppins;src:url(/assets/Poppins-SemiBold-248c0244.ttf);font-weight:600}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold-7219547e.ttf);font-weight:700}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraBold-94a215f8.ttf);font-weight:800}@font-face{font-family:Poppins;src:url(/assets/Poppins-Black-291e4388.ttf);font-weight:900}*,*:before,*:after{box-sizing:border-box;min-width:0;font:inherit}img,video,svg{display:block;height:auto;max-width:100%}body{margin:0;min-height:100dvh;font-family:Poppins;color:#47527c}h1,h2,h3,h4,h5,h6{text-wrap:balance;margin:0}p{text-wrap:pretty;margin:0}h1,h2,h3,h4,h5,h6{color:#2d344e}h1{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:500}h1.display1{font-family:Poppins,sans-serif;font-size:9rem;font-weight:400}h1.display2{font-family:Poppins,sans-serif;font-size:6rem;font-weight:400}h1.display3{font-family:Poppins,sans-serif;font-size:4rem;font-weight:400}h2{font-family:Poppins,sans-serif;font-size:3rem;font-weight:400}h3{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:400}h4{font-family:Poppins,sans-serif;font-size:2rem;font-weight:600}h5{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500}.hero-bold,.hero-accent,.hero-emphasis{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:400}.hero-standard{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500}.feature-bold,.feature-accent,.feature-emphasis,.feature-standard{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:400}.highlight-bold{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600}.feature-emphasis{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:400}.highlight-accent{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600}.highlight-emphasis{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:500}.highlight-standard{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:400}.content-bold{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}.content-accent{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600}.content-emphasis,.content-regular{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}.caption-bold{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500}.caption-accent{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600}.caption-emphasis,.caption-regular{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400}.body-medium-light{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:300}.body-small-regular{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400}.footnote-regular{font-family:Poppins,sans-serif;font-size:.625rem;font-weight:400}.footnote-light{font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:300}.footnote-xs-small{font-family:Poppins,sans-serif;font-size:.625rem;font-weight:300}.caption-light{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:300}.button,.text-button{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600}.outlined{text-decoration:underline}.input-text,.label-text,.helper-text{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:300}.tag{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400}.label{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:300}.error-message-global{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400;color:#f02e06}::-webkit-scrollbar{width:.625rem}::-webkit-scrollbar-track{background:rgb(228,228,228)}::-webkit-scrollbar-thumb{background:rgb(192,192,192);border-radius:.625rem}::-webkit-scrollbar-thumb:hover{background:rgb(170,170,170)}html{font-size:.875rem}#ki-m3r243539{position:absolute;top:50vh;right:0;z-index:999;writing-mode:sideways-lr;background-color:#1870d5;color:#fff;padding:.5rem;cursor:pointer}
