.banner-module__X5sl0a__banner{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;transition:all .2s;display:flex}.banner-module__X5sl0a__banner_content{flex:1}.banner-module__X5sl0a__banner_default{background-color:var(--card);color:var(--foreground)}.banner-module__X5sl0a__banner_warning{color:#fbbf24;background-color:#eab3081a;border-bottom-color:#eab3084d}.banner-module__X5sl0a__banner_danger{color:#f87171;background-color:#ef44441a;border-bottom-color:#ef44444d}.banner-module__X5sl0a__banner_button{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.banner-module__X5sl0a__banner_button:hover{opacity:1;background-color:#0000001a}.banner-module__X5sl0a__banner_button:focus{outline:2px solid var(--ring);outline-offset:2px}.banner-module__X5sl0a__banner_button:active{opacity:.8}.banner-module__X5sl0a__banner_actions{align-items:center;gap:.75rem;display:flex}.banner-module__X5sl0a__banner_action_button{cursor:pointer;color:inherit;white-space:nowrap;background:0 0;border:1px solid;border-radius:.375rem;justify-content:center;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.banner-module__X5sl0a__banner_action_button:hover{opacity:.9;background-color:#0000001a}.banner-module__X5sl0a__banner_action_button:focus{outline:2px solid var(--ring);outline-offset:2px}.banner-module__X5sl0a__banner_action_button:active{opacity:.8}.banner-module__X5sl0a__banner_icon{width:1rem;height:1rem}
.welcome-modal-module__oYn9oG__modal_overlay{z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:16px;animation:.3s welcome-modal-module__oYn9oG__fadeIn;display:flex;position:fixed;inset:0}@keyframes welcome-modal-module__oYn9oG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes welcome-modal-module__oYn9oG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-modal-module__oYn9oG__modal_container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1a30;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;padding:32px;animation:.4s welcome-modal-module__oYn9oG__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.welcome-modal-module__oYn9oG__close_button{cursor:pointer;color:#ffffffb3;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.welcome-modal-module__oYn9oG__close_button:hover{color:#fff;background:#fff3}.welcome-modal-module__oYn9oG__close_button svg{width:20px;height:20px}.welcome-modal-module__oYn9oG__title{color:#fff;margin-bottom:20px;padding-right:40px;font-size:24px;font-weight:700;line-height:1.2}.welcome-modal-module__oYn9oG__image_wrapper{border-radius:12px;flex-shrink:0;width:100%;height:250px;margin-bottom:20px;position:relative;overflow:hidden}.welcome-modal-module__oYn9oG__modal_image{object-fit:cover;object-position:top}.welcome-modal-module__oYn9oG__content_text{color:#ffffffd9;flex:1;margin-bottom:24px;padding-right:8px;font-size:14px;line-height:1.7;overflow-y:auto}.welcome-modal-module__oYn9oG__content_text::-webkit-scrollbar{width:4px}.welcome-modal-module__oYn9oG__content_text::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.welcome-modal-module__oYn9oG__content_text::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.welcome-modal-module__oYn9oG__content_text::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.welcome-modal-module__oYn9oG__content_text p{margin-bottom:12px}.welcome-modal-module__oYn9oG__content_text p:last-child{margin-bottom:0}.welcome-modal-module__oYn9oG__action_button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6644f2 0%,#5129f0 100%);border:1px solid #fff3;border-radius:30px;flex-shrink:0;align-self:center;padding:14px 28px;font-size:15px;font-weight:500;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #6644f24d}.welcome-modal-module__oYn9oG__action_button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.welcome-modal-module__oYn9oG__action_button:hover:before{left:100%}.welcome-modal-module__oYn9oG__action_button:hover{background:linear-gradient(135deg,#5129f0 0%,#3d1fef 100%);border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #6644f266}.welcome-modal-module__oYn9oG__action_button:active{transform:translateY(-1px);box-shadow:0 4px 15px #6644f24d}@media screen and (max-width:768px){.welcome-modal-module__oYn9oG__modal_container{max-height:95vh;padding:24px}.welcome-modal-module__oYn9oG__title{margin-bottom:16px;font-size:20px}.welcome-modal-module__oYn9oG__image_wrapper{height:200px;margin-bottom:16px}.welcome-modal-module__oYn9oG__content_text{margin-bottom:20px;font-size:13px}.welcome-modal-module__oYn9oG__action_button{text-align:center;justify-content:center;width:100%;display:flex}}@media screen and (max-width:480px){.welcome-modal-module__oYn9oG__modal_overlay{padding:8px}.welcome-modal-module__oYn9oG__modal_container{padding:20px}.welcome-modal-module__oYn9oG__title{font-size:18px}.welcome-modal-module__oYn9oG__image_wrapper{height:140px}.welcome-modal-module__oYn9oG__content_text{font-size:12px;line-height:1.6}.welcome-modal-module__oYn9oG__content_text p{margin-bottom:10px}.welcome-modal-module__oYn9oG__action_button{padding:12px 24px;font-size:14px}}
.layout-module__00o8MW__background_grain{background-image:url(/grain-bg.svg);position:absolute;inset:0}.layout-module__00o8MW__background_grid{background-image:url(/grid-bg.svg);background-repeat:repeat-x;position:absolute;inset:0}
.button-module__Vm2cWW__button-text{color:#f5f5f5;font-family:Inter,Arial,sans-serif;font-size:17px;font-weight:400}.button-module__Vm2cWW__button-text-primary{color:#f5f5f5;font-size:14px;font-weight:400}.button-module__Vm2cWW__button-styles{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6644f2 0%,#5129f0 100%);border:1px solid #fff3;border-radius:30px;justify-content:center;align-items:center;padding:20px 30px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #6644f24d}.button-module__Vm2cWW__button-styles:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.button-module__Vm2cWW__button-styles:hover:before{left:100%}.button-module__Vm2cWW__button-styles:disabled{opacity:.3;cursor:default;box-shadow:none;background:linear-gradient(135deg,#8e75ef 0%,#7a5fef 100%)}.button-module__Vm2cWW__button-styles:disabled:hover{cursor:default;opacity:.3;box-shadow:none;background:linear-gradient(135deg,#8e75ef 0%,#7a5fef 100%);transform:none}.button-module__Vm2cWW__button-styles:hover{cursor:pointer;background:linear-gradient(135deg,#5129f0 0%,#3d1fef 100%);border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 8px 25px #6644f266}.button-module__Vm2cWW__button-styles:active{transform:translateY(-1px);box-shadow:0 4px 15px #6644f24d}.button-module__Vm2cWW__button-styles-primary{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6644f2 0%,#5129f0 100%);border:1px solid #fff3;border-radius:30px;justify-content:center;align-items:center;padding:10px 20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.button-module__Vm2cWW__button-styles-primary:disabled{opacity:.3;cursor:default;box-shadow:none;background:linear-gradient(135deg,#8e75ef 0%,#7a5fef 100%)}.button-module__Vm2cWW__button-styles-primary:disabled:hover{cursor:default;opacity:.3;box-shadow:none;background:linear-gradient(135deg,#8e75ef 0%,#7a5fef 100%);transform:none}.button-module__Vm2cWW__button-styles-primary:hover{cursor:pointer;background:linear-gradient(135deg,#5129f0 0%,#3d1fef 100%);border-color:#ffffff4d;box-shadow:0 8px 25px #6644f266}.button-module__Vm2cWW__button-styles-primary:active{transform:translateY(-1px);box-shadow:0 4px 15px #6644f24d}@media screen and (max-width:550px){.button-module__Vm2cWW__button-text-primary{font-size:14px}.button-module__Vm2cWW__button-styles-primary{padding:16px 32px}.button-module__Vm2cWW__button-text{font-size:14px}.button-module__Vm2cWW__button-styles{padding:16px 32px}}
@keyframes loading-spinner-module__IxkVhG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner-module__IxkVhG__spinner{border-style:solid;border-width:2px;border-radius:50%;animation:1s linear infinite loading-spinner-module__IxkVhG__spin}.loading-spinner-module__IxkVhG__small{border-width:2px;width:16px;height:16px}.loading-spinner-module__IxkVhG__medium{border-width:3px;width:24px;height:24px}.loading-spinner-module__IxkVhG__large{border-width:4px;width:32px;height:32px}
.modal-module__hASgMa__modal_overlay{z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:16px;animation:.3s modal-module__hASgMa__fadeIn;display:flex;position:fixed;inset:0}@keyframes modal-module__hASgMa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modal-module__hASgMa__slideUp{0%{opacity:0;transform:translate(-50%,-48%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.modal-module__hASgMa__modal_container{z-index:101;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1a30;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;max-height:90vh;animation:.4s forwards modal-module__hASgMa__slideUp;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 50px -12px #00000080}.modal-module__hASgMa__content_section{flex-direction:column;flex:1;min-width:0;padding:32px;display:flex;position:relative;overflow:hidden}.modal-module__hASgMa__close_button{cursor:pointer;color:#ffffffb3;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-module__hASgMa__close_button:hover{color:#fff;background:#fff3}.modal-module__hASgMa__close_button svg{width:20px;height:20px}.modal-module__hASgMa__title{color:#fff;margin-bottom:8px;padding-right:40px;font-size:20px;font-weight:600;line-height:1.2}.modal-module__hASgMa__description{color:#ffffffb3;margin-bottom:24px;font-size:14px;line-height:1.5}.modal-module__hASgMa__content{color:#ffffffd9;flex:1;padding-right:8px;font-size:14px;line-height:1.7;overflow-y:auto}.modal-module__hASgMa__content::-webkit-scrollbar{width:4px}.modal-module__hASgMa__content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.modal-module__hASgMa__content::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.modal-module__hASgMa__content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.modal-module__hASgMa__footer{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}.modal-module__hASgMa__cancel_button{color:#fffc;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.modal-module__hASgMa__cancel_button:hover{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.modal-module__hASgMa__action_button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6644f2 0%,#5129f0 100%);border:1px solid #fff3;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #6644f24d}.modal-module__hASgMa__action_button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.modal-module__hASgMa__action_button:hover:before{left:100%}.modal-module__hASgMa__action_button:hover{background:linear-gradient(135deg,#5129f0 0%,#3d1fef 100%);border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #6644f266}.modal-module__hASgMa__action_button:active{transform:translateY(-1px);box-shadow:0 4px 15px #6644f24d}.modal-module__hASgMa__action_button:disabled{opacity:.5;cursor:not-allowed;transform:none}.modal-module__hASgMa__action_button:disabled:hover{transform:none;box-shadow:0 4px 15px #6644f24d}@media screen and (max-width:768px){.modal-module__hASgMa__modal_container{max-width:calc(100% - 32px);max-height:95vh}.modal-module__hASgMa__content_section{padding:24px}.modal-module__hASgMa__title{padding-right:40px;font-size:18px}.modal-module__hASgMa__description{margin-bottom:20px;font-size:13px}.modal-module__hASgMa__content{font-size:13px}.modal-module__hASgMa__footer{flex-direction:column-reverse;gap:8px}.modal-module__hASgMa__cancel_button,.modal-module__hASgMa__action_button{text-align:center;justify-content:center;width:100%}}@media screen and (max-width:480px){.modal-module__hASgMa__modal_overlay{padding:8px}.modal-module__hASgMa__modal_container{max-width:calc(100% - 16px)}.modal-module__hASgMa__content_section{padding:20px}.modal-module__hASgMa__title{font-size:16px}.modal-module__hASgMa__content{font-size:12px;line-height:1.6}.modal-module__hASgMa__cancel_button,.modal-module__hASgMa__action_button{padding:10px 20px;font-size:13px}}
.card-module__kms4-q__card_background{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c1c1c;border:1px solid #ffffff1a;border-radius:24px;overflow:hidden}
.abertura-content-module__f_cqHW__container{width:100%;max-width:800px;margin:0 auto}.abertura-content-module__f_cqHW__title{color:var(--foreground);letter-spacing:-.02em;margin:0 0 2rem;font-size:28px;font-weight:700;line-height:1.2}.abertura-content-module__f_cqHW__subtitle{color:var(--muted-foreground);margin:0 0 3rem;font-size:14px;font-weight:400;line-height:1.6}.abertura-content-module__f_cqHW__stepsSection{margin-top:0}.abertura-content-module__f_cqHW__stepsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.abertura-content-module__f_cqHW__stepsLabel{color:var(--foreground);font-size:14px;font-weight:500}.abertura-content-module__f_cqHW__stepsCounter{color:var(--muted-foreground);font-size:14px;font-weight:400}.abertura-content-module__f_cqHW__progressBarContainer{background-color:#2a2a2a;border-radius:4px;width:100%;height:8px;position:relative;overflow:hidden}.abertura-content-module__f_cqHW__progressBarFill{background:linear-gradient(135deg,#8e75ef 0%,#7a5fef 100%);border-radius:4px;height:100%;transition:width .3s}.abertura-content-module__f_cqHW__formSection{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.abertura-content-module__f_cqHW__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.abertura-content-module__f_cqHW__formField{width:100%}.abertura-content-module__f_cqHW__documentsTitle{color:var(--foreground);margin:3rem 0 0;font-size:20px;font-weight:600;line-height:1.2}@media (max-width:768px){.abertura-content-module__f_cqHW__title{font-size:24px}.abertura-content-module__f_cqHW__subtitle,.abertura-content-module__f_cqHW__stepsLabel,.abertura-content-module__f_cqHW__stepsCounter{font-size:14px}.abertura-content-module__f_cqHW__formRow{grid-template-columns:1fr;gap:1.5rem}}
.visitors-chart-module__v_kmHq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:250px;padding:2rem;display:flex}.visitors-chart-module__v_kmHq__emptyIcon{width:64px;height:64px;color:var(--muted-foreground);opacity:.5;margin-bottom:1rem}.visitors-chart-module__v_kmHq__emptyText{color:var(--foreground);margin:0 0 .5rem;font-size:16px;font-weight:600}.visitors-chart-module__v_kmHq__emptySubtext{color:var(--muted-foreground);max-width:300px;margin:0;font-size:14px}
.create-password-form-module__6ujflW__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c1c1c;border:1px solid #ffffff1a;border-radius:24px;overflow:hidden}
.login-form-module__CRxmgG__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c1c1c;border:1px solid #ffffff1a;border-radius:24px;overflow:hidden}
.documents-table-module__VjPwtq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.documents-table-module__VjPwtq__emptyIcon{width:64px;height:64px;color:var(--muted-foreground);opacity:.5;margin-bottom:1rem}.documents-table-module__VjPwtq__emptyText{color:var(--foreground);margin:0 0 .5rem;font-size:16px;font-weight:600}.documents-table-module__VjPwtq__emptySubtext{color:var(--muted-foreground);max-width:300px;margin:0;font-size:14px}
.drag-drop-media-module__OszeOG__container{width:100%}.drag-drop-media-module__OszeOG__title{color:var(--foreground);margin:0 0 .5rem;font-size:16px;font-weight:600}.drag-drop-media-module__OszeOG__description{color:var(--muted-foreground);margin:0 0 1rem;font-size:13px;font-weight:400;line-height:1.4}.drag-drop-media-module__OszeOG__dropZone{border:2px dashed var(--border);background:var(--card);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:150px;transition:all .2s;display:flex;position:relative}.drag-drop-media-module__OszeOG__dropZone:hover{background:#8e75ef1a;border-color:#8e75ef}.drag-drop-media-module__OszeOG__dropZone:hover .drag-drop-media-module__OszeOG__uploadIcon{color:#8e75ef}.drag-drop-media-module__OszeOG__dropZoneActive{background:#8e75ef26;border-color:#8e75ef}.drag-drop-media-module__OszeOG__dropZoneError{border-color:var(--destructive);background:#dc26260d}.drag-drop-media-module__OszeOG__dropZoneError:hover{border-color:var(--destructive);background:#dc26261a}.drag-drop-media-module__OszeOG__dropZoneLoading{cursor:not-allowed;opacity:.7;pointer-events:none}.drag-drop-media-module__OszeOG__dropZoneLoading:hover{border-color:var(--border);background:var(--card)}.drag-drop-media-module__OszeOG__fileInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.drag-drop-media-module__OszeOG__dropZoneContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.drag-drop-media-module__OszeOG__uploadIcon{width:48px;height:48px;color:var(--muted-foreground);stroke-width:1.5px}.drag-drop-media-module__OszeOG__loadingIcon{color:#8e75ef;stroke-width:1.5px;width:48px;height:48px;animation:1s linear infinite drag-drop-media-module__OszeOG__spin}@keyframes drag-drop-media-module__OszeOG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drag-drop-media-module__OszeOG__dropZoneText{color:var(--foreground);margin:0;font-size:14px;font-weight:500}.drag-drop-media-module__OszeOG__dropZoneHint{color:var(--muted-foreground);margin:0;font-size:12px}.drag-drop-media-module__OszeOG__filePreview{border:1px solid var(--border);background:var(--card);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.drag-drop-media-module__OszeOG__fileInfo{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.drag-drop-media-module__OszeOG__fileIcon{width:40px;height:40px;color:var(--foreground);flex-shrink:0}.drag-drop-media-module__OszeOG__fileIconLoading{color:#8e75ef;flex-shrink:0;width:40px;height:40px;animation:1s linear infinite drag-drop-media-module__OszeOG__spin}.drag-drop-media-module__OszeOG__fileDetails{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.drag-drop-media-module__OszeOG__fileName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:500;overflow:hidden}.drag-drop-media-module__OszeOG__fileSize{color:var(--muted-foreground);margin:0;font-size:12px}.drag-drop-media-module__OszeOG__fileActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.drag-drop-media-module__OszeOG__downloadButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.drag-drop-media-module__OszeOG__downloadButton:hover:not(:disabled){color:#8e75ef;background:#8e75ef1a;border-color:#8e75ef}.drag-drop-media-module__OszeOG__downloadButton:disabled{opacity:.5;cursor:not-allowed}.drag-drop-media-module__OszeOG__removeButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:.5rem 1rem;font-size:14px;font-weight:500;transition:all .2s}.drag-drop-media-module__OszeOG__removeButton:hover:not(:disabled){background:var(--muted);border-color:var(--muted-foreground)}.drag-drop-media-module__OszeOG__removeButton:disabled{opacity:.5;cursor:not-allowed}.drag-drop-media-module__OszeOG__errorMessage{border:1px solid var(--destructive);color:var(--destructive-foreground);background:#dc26261a;border-radius:8px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;font-size:14px;display:flex}.drag-drop-media-module__OszeOG__errorIcon{width:18px;height:18px;color:var(--destructive);flex-shrink:0}.drag-drop-media-module__OszeOG__previewOverlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.drag-drop-media-module__OszeOG__previewModal{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;overflow:hidden}.drag-drop-media-module__OszeOG__previewHeader{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.drag-drop-media-module__OszeOG__previewTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:600;overflow:hidden}.drag-drop-media-module__OszeOG__previewCloseButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.drag-drop-media-module__OszeOG__previewCloseButton:hover{background:var(--muted);color:var(--foreground)}.drag-drop-media-module__OszeOG__previewContent{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;overflow:auto}.drag-drop-media-module__OszeOG__previewImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:70vh}.drag-drop-media-module__OszeOG__previewPdf{border:none;border-radius:8px;width:100%;height:70vh}.drag-drop-media-module__OszeOG__previewText{width:100%;height:70vh;color:var(--foreground);white-space:pre-wrap;word-wrap:break-word;background:#111;border-radius:8px;margin:0;padding:1rem;font-size:14px;line-height:1.6;overflow:auto}.drag-drop-media-module__OszeOG__previewUnsupported{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem;display:flex}.drag-drop-media-module__OszeOG__previewUnsupported p{margin:0;font-size:16px}.drag-drop-media-module__OszeOG__previewDownloadButton{color:#fff;cursor:pointer;background:#8e75ef;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:14px;font-weight:500;transition:all .2s;display:flex}.drag-drop-media-module__OszeOG__previewDownloadButton:hover{background:#7a5fef}@media (max-width:768px){.drag-drop-media-module__OszeOG__dropZone{min-height:120px}.drag-drop-media-module__OszeOG__dropZoneContent{padding:1.5rem}.drag-drop-media-module__OszeOG__uploadIcon{width:40px;height:40px}.drag-drop-media-module__OszeOG__filePreview{flex-direction:column;align-items:flex-start}.drag-drop-media-module__OszeOG__fileActions{justify-content:flex-end;width:100%}.drag-drop-media-module__OszeOG__removeButton{flex:1}.drag-drop-media-module__OszeOG__previewOverlay{padding:1rem}.drag-drop-media-module__OszeOG__previewModal{max-height:95vh}.drag-drop-media-module__OszeOG__previewContent{padding:1rem}.drag-drop-media-module__OszeOG__previewImage{max-height:60vh}.drag-drop-media-module__OszeOG__previewPdf,.drag-drop-media-module__OszeOG__previewText{height:60vh}}
.dashboard-module__empkiW__background_grain{background-image:url(/grain-bg.svg);position:absolute;inset:0}.dashboard-module__empkiW__background_grid{background-image:url(/grid-bg.svg);background-repeat:repeat-x;position:absolute;inset:0}.dashboard-module__empkiW__table_background{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c1c1c;border:1px solid #ffffff1a;border-radius:24px;overflow:hidden}
.debounced-input-module__nuZ-JW__container{width:100%}.debounced-input-module__nuZ-JW__inputWrapper{width:100%;position:relative}.debounced-input-module__nuZ-JW__inputDisabled{opacity:.6;cursor:not-allowed}.debounced-input-module__nuZ-JW__loadingIndicator{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.debounced-input-module__nuZ-JW__loadingIcon{color:#8e75ef;width:20px;height:20px;animation:1s linear infinite debounced-input-module__nuZ-JW__spin}@keyframes debounced-input-module__nuZ-JW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.login-page-module__nmGhZa__background{background-color:#1a1a1a;position:relative}.login-page-module__nmGhZa__background_grain{background-image:url(/grain-bg.svg);position:absolute;inset:0}.login-page-module__nmGhZa__background_grid{background-image:url(/grid-bg.svg);position:absolute;inset:0}.login-page-module__nmGhZa__background_blur{background-image:url(/grain-blur.svg);background-repeat:no-repeat;position:absolute;inset:-220px 0 0}
.sign-contract-module__jaKUXG__background{background-color:#1a1a1a;padding:2rem;position:relative}.sign-contract-module__jaKUXG__background_grain{pointer-events:none;background-image:url(/grain-bg.svg);position:absolute;inset:0}.sign-contract-module__jaKUXG__background_grid{pointer-events:none;background-image:url(/grid-bg.svg);position:absolute;inset:0}.sign-contract-module__jaKUXG__background_blur{pointer-events:none;background-image:url(/grain-blur.svg);background-repeat:no-repeat;position:absolute;inset:-220px 0 0}.sign-contract-module__jaKUXG__modal{z-index:10;background:linear-gradient(135deg,#1c1c1c 0%,#0d0d10 100%);border:1px solid #2a2a2a;border-radius:20px;width:100%;max-width:700px;padding:2.5rem;position:relative;box-shadow:0 20px 60px #00000080}.sign-contract-module__jaKUXG__header{margin-bottom:2rem}.sign-contract-module__jaKUXG__title{color:#fff;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:700;line-height:1.3}.sign-contract-module__jaKUXG__termsContainer{background:#0d0d10;border:1px solid #2a2a2a;border-radius:12px;max-height:400px;margin-bottom:1.5rem;padding-right:1rem;position:relative;overflow-y:auto}.sign-contract-module__jaKUXG__termsContainer::-webkit-scrollbar{width:8px}.sign-contract-module__jaKUXG__termsContainer::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.sign-contract-module__jaKUXG__termsContainer::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}.sign-contract-module__jaKUXG__termsContainer::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.sign-contract-module__jaKUXG__termsList{padding:1.5rem}.sign-contract-module__jaKUXG__termsLoading{justify-content:center;align-items:center;min-height:400px;padding:1.5rem;display:flex}.sign-contract-module__jaKUXG__termItem{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.sign-contract-module__jaKUXG__termItem:last-child{margin-bottom:0}.sign-contract-module__jaKUXG__termNumber{color:#fff;background:linear-gradient(135deg,#8e75ef 0%,#7a5fef 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex}.sign-contract-module__jaKUXG__termText{color:#e5e5e5;margin:0;padding-top:4px;font-size:14px;line-height:1.6}.sign-contract-module__jaKUXG__scrollIndicator{text-align:center;pointer-events:none;background:linear-gradient(#0000 0%,#0d0d10 50%);padding:2rem 1rem 1rem;position:sticky;bottom:0;left:0;right:0}.sign-contract-module__jaKUXG__scrollIndicator p{color:#8e75ef;margin:0;font-size:13px;font-weight:600;animation:2s ease-in-out infinite sign-contract-module__jaKUXG__pulse}@keyframes sign-contract-module__jaKUXG__pulse{0%,to{opacity:1}50%{opacity:.5}}.sign-contract-module__jaKUXG__agreementSection{background:#0d0d10;border:1px solid #2a2a2a;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.sign-contract-module__jaKUXG__checkboxLabel{cursor:pointer;align-items:center;gap:.75rem;display:flex}.sign-contract-module__jaKUXG__checkbox{cursor:pointer;accent-color:#8e75ef;width:20px;height:20px}.sign-contract-module__jaKUXG__checkbox:disabled{cursor:not-allowed;opacity:.5}.sign-contract-module__jaKUXG__checkboxText{color:#fff;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500}.sign-contract-module__jaKUXG__actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.sign-contract-module__jaKUXG__signedDateText{color:#a1a1a1;text-align:center;flex-grow:1;font-size:14px;font-weight:600}.sign-contract-module__jaKUXG__backButton{align-items:center;display:flex;color:#fff!important;background:0 0!important;border:1px solid #2a2a2a!important;padding:.75rem 1.5rem!important}.sign-contract-module__jaKUXG__backButton:hover{background:#1a1a1a!important}.sign-contract-module__jaKUXG__finishButton{align-items:center;display:flex;padding:.75rem 2rem!important}.sign-contract-module__jaKUXG__finishButton:hover:not(:disabled){background:linear-gradient(135deg,#9e85ff 0%,#8a6fff 100%)!important}@media (max-width:768px){.sign-contract-module__jaKUXG__background{padding:1rem}.sign-contract-module__jaKUXG__modal{padding:1.5rem}.sign-contract-module__jaKUXG__title{font-size:22px}.sign-contract-module__jaKUXG__termsContainer{max-height:300px}.sign-contract-module__jaKUXG__actions{flex-direction:column-reverse}.sign-contract-module__jaKUXG__backButton,.sign-contract-module__jaKUXG__finishButton{justify-content:center;width:100%}}
