*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body,html{margin:0;padding:0}.container-register{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.register-container{display:flex;flex-direction:column;align-items:center;background-color:#fff;margin-top:1rem;flex:1;padding:2rem 0;justify-content:center;min-height:70vh}.register-card{width:100%;max-width:800px;background:#fff;margin:auto}.register-logo{display:flex;justify-content:center;margin-bottom:20px}.register-logo img{width:125px;height:auto}.register-title{font-size:3.3rem;font-weight:800;color:#1d1c1d;text-align:center;line-height:1.2;margin-bottom:1rem}.register-subtitle{font-size:.9375rem;color:#616061;font-weight:500;margin-bottom:2rem;text-align:center;padding:0 1rem}.register-form{display:flex;flex-direction:column;gap:1.25rem;padding-left:12rem;padding-right:12rem}.form-input-register{width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.5;color:#1d1c1d;background-color:#fff;border:1px solid #868686;border-radius:8px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-input-register:hover{border-color:#1d1c1d}.form-input-register:focus{outline:none;border-color:#1264a3;box-shadow:0 0 0 4px #1264a31a}.submit-button-register{width:100%;padding:.6rem 1.25rem;font-size:1.1rem;font-weight:700;color:#fff;background-color:#611f69;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease-in-out;margin-top:.5rem}.submit-button-register:hover:not(:disabled){background-color:#4a154b}.submit-button-register:disabled{background-color:#868686;cursor:not-allowed}.submit-button-register.success{background-color:#007a5a}.submit-button-register.success:hover{background-color:#064}.register-footer{margin-top:2rem;text-align:center;font-size:.9375rem;color:#616061;padding:0 1rem}.register-footer a{color:#1264a3;text-decoration:none;font-weight:600}.register-footer a:hover{text-decoration:underline}.register-footers{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem 0;margin-top:auto;width:100%}.register-footers-links{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;color:#616061}@media (max-width: 1024px) and (min-width: 769px){.container-register{justify-content:flex-start}.register-container{margin-top:0;padding:1rem 0;justify-content:center;min-height:calc(100vh - 100px)}.register-card{padding:0 1rem;max-width:100%;margin:auto 0}.register-title{font-size:3.3rem;line-height:1.1;margin-bottom:1rem}.register-subtitle{font-size:.875rem;margin-bottom:2rem;padding:0 .5rem;line-height:1.4}.register-form{display:flex;flex-direction:column;gap:1.25rem;padding-left:4rem;padding-right:4rem}.form-input-register{padding:.8rem 1rem;font-size:1rem}.submit-button-register{padding:.8rem 1rem;font-size:1rem;margin-top:1rem}.register-logo{margin-bottom:2rem}.register-logo img{width:100px}.register-footer{margin-top:2.5rem;font-size:.875rem;padding:0 .5rem}.register-footers{padding:1.5rem 0;background-color:#f8f8f8}}@media (max-width: 768px){.container-register{justify-content:flex-start}.register-container{margin-top:0;padding:1rem 0;justify-content:center;min-height:calc(100vh - 100px)}.register-card{padding:0 1rem;max-width:100%;margin:auto 0}.register-title{font-size:2rem;line-height:1.1;margin-bottom:1rem}.register-subtitle{font-size:.875rem;margin-bottom:2rem;padding:0 .5rem;line-height:1.4}.register-form{padding-left:6.5rem;padding-right:6.5rem;gap:1.5rem}.form-input-register{padding:.8rem 1rem;font-size:1rem}.submit-button-register{padding:.8rem 1rem;font-size:1rem;margin-top:1rem}.register-logo{margin-bottom:2rem}.register-logo img{width:100px}.register-footer{margin-top:2.5rem;font-size:.875rem;padding:0 .5rem}.register-footers{padding:1.5rem 0;background-color:#f8f8f8}}@media (max-width: 480px){.register-container{padding:1.5rem 0;min-height:calc(100vh - 80px)}.register-card{padding:0 .5rem}.register-title{font-size:1.8rem;margin-bottom:1.5rem}.register-subtitle{font-size:.85rem;margin-bottom:2.5rem;line-height:1.5}.register-form{gap:1.8rem;padding:.5rem}.form-input-register{padding:.9rem 1rem;font-size:1rem}.submit-button-register{padding:.9rem 1rem;font-size:1rem;margin-top:1.5rem}.register-logo{margin-bottom:2.5rem}.register-logo img{width:90px}.register-footer{margin-top:3rem}.register-footers-links{flex-direction:column;gap:.8rem}.register-footers-links p{margin:0;font-size:.8rem}}.container-login{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.login-container{display:flex;flex-direction:column;align-items:center;background-color:#fff;margin-top:1rem;flex:1;padding:2rem 0;justify-content:center;min-height:70vh}.login-card{width:100%;max-width:550px;background:#fff;margin:auto}.login-logo{display:flex;justify-content:center;margin-bottom:20px}.login-logo img{width:125px;height:auto}.login-title{font-size:3.3rem;font-weight:800;color:#1d1c1d;text-align:center;line-height:1.2;margin-bottom:1rem}.login-subtitle{font-size:.9375rem;color:#616061;font-weight:500;margin-bottom:2rem;text-align:center;padding:0 1rem}.login-form{display:flex;flex-direction:column;gap:1.25rem;padding-left:5rem;padding-right:5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-input-login{width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.5;color:#1d1c1d;background-color:#fff;border:1px solid #868686;border-radius:8px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-input-login:hover{border-color:#1d1c1d}.form-input-login:focus{outline:none;border-color:#1264a3;box-shadow:0 0 0 4px #1264a31a}.submit-button-login{width:100%;padding:.7rem 1.25rem;font-size:1.1rem;font-weight:700;color:#fff;background-color:#611f69;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease-in-out;margin-top:.5rem}.submit-button-login:hover:not(:disabled){background-color:#4a154b}.submit-button-login:disabled{background-color:#868686;cursor:not-allowed}.submit-button-login.success{background-color:#007a5a}.submit-button-login.success:hover{background-color:#064}.message{margin-top:1rem;padding:.75rem;border-radius:4px;font-size:.9375rem;text-align:center}.message.success{color:#007a5a;background-color:#e8f5e9;border:1px solid #007a5a}.message.error{color:#e01e5a;background-color:#fdecea;border:1px solid #e01e5a}.login-footer{margin-top:2rem;text-align:center;font-size:.9375rem;color:#616061;padding:0 1rem}.login-footer a{color:#1264a3;text-decoration:none;font-weight:600}.login-footer a:hover{text-decoration:underline}.login-footers{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem 0;margin-top:auto;width:100%}.login-footers-links{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;color:#616061}@media (max-width: 768px){.container-login{justify-content:flex-start}.login-container{margin-top:0;padding:1rem 0;justify-content:center;min-height:calc(100vh - 100px)}.login-card{padding:0 1rem;max-width:100%;margin:auto 0}.login-title{font-size:2rem;line-height:1.1;margin-bottom:1rem}.login-subtitle{font-size:.875rem;margin-bottom:2rem;padding:0 .5rem;line-height:1.4}.login-form{padding-left:.5rem;padding-right:.5rem;gap:1.5rem}.form-input-login{padding:.8rem 1rem;font-size:1rem}.submit-button-login{padding:.8rem 1rem;font-size:1rem;margin-top:1rem}.login-logo{margin-bottom:2rem}.login-logo img{width:100px}.login-footer{margin-top:2.5rem;font-size:.875rem;padding:0 .5rem}.login-footers{padding:1.5rem 0;background-color:#f8f8f8}}@media (max-width: 480px){.login-container{padding:1.5rem 0;min-height:calc(100vh - 80px)}.login-card{padding:0 .5rem}.login-title{font-size:1.8rem;margin-bottom:1.5rem}.login-subtitle{font-size:.85rem;margin-bottom:2.5rem;line-height:1.5}.login-form{gap:1.8rem}.form-input-login{padding:.9rem 1rem;font-size:1rem}.submit-button-login{padding:.9rem 1rem;font-size:1rem;margin-top:1.5rem}.login-logo{margin-bottom:2.5rem}.login-logo img{width:90px}.login-footer{margin-top:3rem}.login-footers-links{flex-direction:column;gap:.8rem}.login-footers-links p{margin:0;font-size:.8rem}}@media (max-width: 1024px) and (min-width: 769px){.login-container{justify-content:center;padding:2rem 0}.login-card{max-width:420px;margin:auto 0}.login-title{font-size:2.5rem}}.home-container{min-height:100vh;background:linear-gradient(135deg,#4a154b,#36184c,#1a0b2e);padding:1rem}.home-header{max-width:800px;margin:0 auto 2rem;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.slack-white-logo{width:150px;height:auto}.create-workspace-button-header{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#611f69;background-color:#fff;border:none;border-radius:4px;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 1px 3px #0003}.create-workspace-button-header:hover{background-color:#f8f8f8;box-shadow:0 2px 6px #00000040;transform:translateY(-1px)}.create-workspace-button-header:active{transform:translateY(0);box-shadow:0 1px 3px #0003}.home-content{max-width:800px;margin:0 auto}.workspaces-card{background-color:#fff;border:1px solid #dddddd;border-radius:8px;overflow:hidden}.workspaces-card-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid #e8e8e8;background-color:#f9f0ff}.workspaces-card-title{font-size:1.375rem;font-weight:500;color:#1d1c1d;line-height:1.3}.workspaces-list{display:flex;flex-direction:column}.workspace-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e8e8e8;transition:background-color .2s ease;gap:1.5rem}.workspace-item:last-child{border-bottom:none}.workspace-item:hover{background-color:#f8f8f8}.workspace-left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.workspace-icon{width:48px;height:48px;position:relative;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.icon-square{width:100%;height:100%}.icon-square:first-child{grid-column:1;grid-row:1}.icon-square:nth-child(2){grid-column:2;grid-row:1}.icon-bar{grid-column:1 / -1;grid-row:2;height:100%}.workspace-details{flex:1;min-width:0}.workspace-name{font-size:1.125rem;font-weight:700;color:#1d1c1d;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-button{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:700;color:#fff;background-color:#611f69;border:none;border-radius:4px;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.workspace-button:hover{background-color:#4a154b;box-shadow:0 2px 8px #0003}.show-more-button{display:block;width:100%;padding:1rem 2rem;font-size:.9375rem;font-weight:600;color:#1264a3;background-color:transparent;border:none;border-top:1px solid #e8e8e8;cursor:pointer;transition:all .2s ease;text-align:center}.show-more-button:hover{background-color:#f8f8f8;color:#0b4c8c}.create-workspace-card-bottom{background-color:#fff;border:1px solid #dddddd;border-radius:12px;margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 20px 0 0;overflow:visible;position:relative;margin-bottom:80px}.create-workspace-illustration{flex-shrink:0;width:170px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5e6d3,#e8d4bb);position:relative;overflow:visible;border-radius:10px 40px 40px 10px;z-index:2}.illustration-image{width:200%;height:200%;object-fit:contain;position:absolute;left:-55%;top:10%;transform:translateY(-14%);line-height:0;font-size:0;display:block;padding:0;margin:0}.create-card-title{flex:1;font-size:1.25rem;font-weight:400;color:#1d1c1d;line-height:1.4;margin:0;text-align:left}.create-workspace-button-bottom{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:.875rem;font-weight:700;color:#611f69;background-color:transparent;border:1.5px solid #611f69;border-radius:4px;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;letter-spacing:.5px}.create-workspace-button-bottom:hover{background-color:#611f69;color:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#611f69;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:1.125rem;color:#616061;font-weight:500}.error-container{display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;text-align:center}.error-icon{font-size:3rem;margin-bottom:1rem}.error-title{font-size:1.5rem;font-weight:700;color:#1d1c1d;margin-bottom:.5rem}.error-message{font-size:1rem;color:#e01e5a;font-weight:500}.empty-state{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;text-align:center}.empty-icon{width:80px;height:80px;margin-bottom:1.5rem;color:#868686}.empty-icon svg{width:100%;height:100%}.empty-title{font-size:1.75rem;font-weight:700;color:#1d1c1d;margin-bottom:.75rem}.empty-description{font-size:1.125rem;color:#616061;margin-bottom:2rem;max-width:500px;line-height:1.6}.empty-action-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1.125rem;font-weight:600;color:#fff;background-color:#611f69;border:none;border-radius:4px;text-decoration:none;cursor:pointer;transition:all .2s ease}.empty-action-button:hover{background-color:#4a154b}@media (max-width: 768px){.home-container{padding:1.5rem 1rem 2rem}.home-header{flex-direction:column;align-items:flex-start;gap:1rem}.slack-white-logo{width:100px}.create-workspace-button-header{width:100%;text-align:center;padding:.75rem 1.25rem}.workspaces-card-header{padding:1.5rem 1.5rem 1rem}.workspaces-card-title{font-size:1.125rem}.workspace-item{padding:1.25rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.workspace-left{width:100%}.workspace-button{width:100%;padding:.75rem 1.5rem}.create-workspace-card-bottom{flex-direction:column;text-align:center;padding:2rem 1.5rem}.create-card-title{text-align:center}.create-workspace-button-bottom{width:100%}.create-workspace-illustration{width:150px;height:100px}}@media (max-width: 480px){.home-container{padding:0rem 2rem 1.5rem}.home-header{padding:0rem}.slack-white-logo{width:100px}.create-workspace-button-header{font-size:.875rem;padding:.625rem 1rem}.workspaces-card{border-radius:6px}.workspaces-card-header{padding:1.25rem 1rem .875rem}.workspaces-card-title{font-size:1.2rem}.workspace-item{padding:1rem}.workspace-icon{width:44px;height:44px}.workspace-name{font-size:1rem}.workspace-button{font-size:1rem;padding:1rem 1.25rem}.create-workspace-card-bottom{padding:1.5rem 1rem}.create-workspace-illustration{width:120px;height:80px}.create-card-title{font-size:1rem}.create-workspace-button-bottom{font-size:.8125rem;padding:.75rem 1.25rem}}.channel-chat-container{display:flex;flex-direction:column;height:100%;min-height:0}.channel-chat-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid #444}.channel-chat-title{color:#fff}.channel-chat-title-button-ctn{display:flex;justify-content:center;align-items:center;margin-right:.5rem;cursor:pointer;border-radius:4px;transition:background-color .2s}.channel-chat-title-button{color:#fff}.channel-menu-dropdown{position:absolute;top:20px;right:25px;background-color:#1a1d21;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 4px 12px #0000004d;min-width:200px;z-index:1000;overflow:hidden}.channel-menu-item{padding:12px 16px;color:#d5d3d3;cursor:pointer;transition:background-color .2s;font-size:14px}.channel-menu-item:hover{background-color:#b71f59}.channel-menu-item:first-child{border-radius:8px 8px 0 0}.channel-menu-item:last-child{border-radius:0 0 8px 8px}.channel-chat-messages{flex:1;overflow-y:auto;padding:15px 0}.channel-chat-form{display:flex;gap:10px;border-top:1px solid #444;padding-top:15px}.channel-chat-input{flex:1;padding:10px;background:#1a1d21;border:1px solid #444;border-radius:6px;color:#fff}.channel-chat-button{padding:10px 20px;background:#1164a3;color:#fff;border:none;border-radius:6px;cursor:pointer}.channel-chat-button:hover{background:#0e5189}@media (max-width: 768px){.channel-chat-header{padding-bottom:12px}.channel-chat-title{font-size:1.1rem}.channel-menu-dropdown{top:40px;right:5px;min-width:180px}.channel-menu-item{padding:10px 14px;font-size:13px}.channel-chat-messages{padding:12px 0}.channel-chat-form{gap:8px;padding-top:12px}.channel-chat-input{padding:9px;font-size:14px}.channel-chat-button{padding:9px 16px;font-size:14px}}@media (max-width: 480px){.channel-chat-header{padding-bottom:10px}.channel-chat-title{font-size:1rem}.channel-chat-title-button-ctn{width:1.5rem;height:1.5rem;margin-right:.5rem}.channel-menu-dropdown{top:38px;right:0;min-width:160px;max-width:calc(100vw - 20px)}.channel-menu-item{padding:10px 12px;font-size:13px}.channel-chat-messages{padding:10px 0}.channel-chat-form{gap:6px;padding-top:10px;flex-wrap:wrap}.channel-chat-input{padding:8px;font-size:13px;min-width:100%}.channel-chat-button{padding:8px 14px;font-size:13px;width:100%}}@media (max-width: 360px){.channel-chat-title{font-size:.95rem}.channel-chat-title-button-ctn{width:1.3rem;height:1.3rem}.channel-menu-dropdown{top:35px;right:0;min-width:150px;font-size:12px}.channel-menu-item{padding:9px 10px;font-size:12px}.channel-chat-input{padding:7px;font-size:12px}.channel-chat-button{padding:7px 12px;font-size:12px}}.channel-chat-messages::-webkit-scrollbar{width:8px}.channel-chat-messages::-webkit-scrollbar-track{background:transparent}.channel-chat-messages::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.channel-chat-messages:hover::-webkit-scrollbar-thumb{background:#888}.channel-chat-messages::-webkit-scrollbar-thumb:hover{background:#555}.channel-chat-messages::-webkit-scrollbar-button{display:none}.channel-chat-messages{scrollbar-width:thin;scrollbar-color:#888 transparent}.workspace-detail-container{background:linear-gradient(135deg,#4a154b,#36184c,#1a0b2e);min-height:100vh;padding:20px 20px 20px 0}.cards-container{display:flex;margin-top:20px}.ws-detail-title{color:#fff;font-size:1.2rem}.icons-sidebar{flex:0 0 70px;display:flex;flex-direction:column;align-items:center;padding-top:1rem;gap:2rem}.card{background:#ffffff26;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:90vh;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px #0000001a,inset 0 1px #ffffff1a,inset 0 -1px #ffffff1a}.left-card{flex:0 0 450px;background-color:#350d36f5;border-top-left-radius:10px;border-bottom-left-radius:10px;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.left-card-content{flex:1;overflow-y:auto}.left-title-name{border-bottom:1px solid #4a1a4b;padding-bottom:1rem}.left-card-footer{border-top:1px solid #4a1a4b;padding:0;margin-top:auto}.footer-text{color:#d1bdd6;font-size:1rem;padding-top:1rem;padding-bottom:1rem;text-align:left}.invite-button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding-top:.3rem;padding-bottom:.3rem;background:#1a1d21;border:1px solid #9d6e9d71;color:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.invite-button svg{display:block;flex-shrink:0}.left-card-footer .invite-button:hover{background:#2a2d31!important;box-shadow:0 2px 8px #0000004d}.right-card{flex:1;background-color:#1a1d21cc;border-top-right-radius:10px;border-bottom-right-radius:10px;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden}.empty-chat-message{display:flex;align-items:center;justify-content:center;height:100%;color:#ccc;padding:20px;text-align:center}@media (max-width: 1024px){.workspace-detail-container{padding:15px}.left-card{flex:0 0 280px}.card{padding:15px}.ws-detail-title{font-size:1.1rem}}@media (max-width: 768px){.workspace-detail-container{padding:10px}.cards-container{flex-direction:column;margin-top:10px}.icons-sidebar{display:none}.card{min-height:auto;border-radius:10px!important;margin-bottom:10px}.left-card{flex:1;border-radius:10px;border-right:1px solid rgba(255,255,255,.1);max-height:70vh}.right-card{flex:1;border-radius:10px;border-left:1px solid rgba(255,255,255,.1);height:75vh;max-height:75vh}.left-card-footer{padding:10px 0}.footer-text{font-size:.9rem}.invite-button{font-size:13px;padding:8px}}@media (max-width: 480px){.workspace-detail-container{padding:8px}.card{padding:12px;margin-bottom:8px}.ws-detail-title{font-size:1rem}.left-card{max-height:60vh}.right-card{height:70vh;max-height:70vh}.footer-text{font-size:.85rem;margin-bottom:8px}.invite-button{font-size:12px;padding:8px}.empty-chat-message{font-size:.9rem;padding:15px}}@media (max-width: 360px){.workspace-detail-container{padding:5px}.card{padding:10px}.ws-detail-title{font-size:.95rem}.left-card-content{padding:0}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#1a1d21;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 20px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #444}.modal-header h2{margin:0;color:#fff;font-size:20px}.modal-close{background:transparent;border:none;color:#ccc;font-size:32px;cursor:pointer;line-height:1;padding:0;width:32px;height:32px}.modal-close:hover{color:#fff}.modal-body{padding:20px;color:#ccc}.modal-form{display:flex;flex-direction:column;gap:15px}.modal-input{padding:10px;background:#2c2d30;border:1px solid #444;border-radius:6px;color:#fff;font-size:14px}.modal-input:focus{outline:none;border-color:#1164a3}.modal-submit{padding:10px 20px;background:#1164a3;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.modal-submit:hover{background:#0d5a94}.create-workspace{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:80vh;padding:40px;padding-top:5rem;max-width:600px;margin:0 auto;box-sizing:border-box}.create-workspace h2{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;text-align:left;line-height:1.2}.form-description{font-size:1rem;color:#e0e0e0;text-align:left;margin-bottom:2rem}.create-workspace{width:100%;display:flex;flex-direction:column;gap:1.5rem}.input-wrapper{position:relative;width:100%}.input-wrapper input{width:100%;padding:1rem;font-size:1rem;color:#fff;background-color:#2c2d30;border:1.5px solid #1d9bd1;border-radius:8px;outline:none;transition:border-color .2s;box-sizing:border-box}.input-wrapper input:focus{border-color:#1d9bd1;box-shadow:0 0 0 3px #1d9bd133}.input-wrapper input::placeholder{color:#868686}.error-message{color:#ff6b6b;font-size:.9rem}.submit-button{width:fit-content;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:#4a4a4a;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#5a5a5a}.submit-button:active{background-color:#3a3a3a}.submit-button:disabled{background-color:#2a2a2a;cursor:not-allowed}@media (max-width: 768px){.create-workspace{padding:30px}.create-workspace h2{font-size:2.5rem}.form-description{font-size:.95rem}}@media (max-width: 480px){.create-workspace{padding:20px}.create-workspace h2{font-size:2rem}.form-description{font-size:.9rem}.input-wrapper input{padding:.9rem;font-size:.95rem}.submit-button{padding:.75rem 1.3rem;font-size:.95rem}}.user-icon-menu-container{position:relative;padding-bottom:1rem}.user-icon{width:43px;height:43px;border-radius:8px;background-color:#fff;display:flex;justify-content:center;align-items:center;color:#1a1d21;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.user-icon:hover{background-color:#f8f8f8;transform:scale(1.05);box-shadow:0 3px 6px #00000026}.user-icon:active{transform:scale(.95)}.user-menu-dropdown{position:absolute;left:50px;bottom:-4rem;min-width:250px;background-color:#1a1d21;border-radius:8px;padding:8px 0;animation:slideIn .2s ease;z-index:1000;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #00000026}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-menu-dropdown-fullname{display:flex;flex-direction:row;padding:1rem;border-bottom:1px solid rgba(255,255,255,.108)}.user-menu-dropdown-name{display:flex;flex-direction:column}.logout-button{width:100%;background:none;border:none;text-align:left;color:#fff;cursor:pointer;transition:background-color .2s ease;font-size:1rem;padding-top:1rem;padding-bottom:1rem;padding-left:1rem}.logout-button:hover{background-color:#ffffff1a}.workspace-container{position:relative}.workspace-main{width:45px;height:45px;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.workspace-initials{font-size:1.5rem;font-weight:700;color:#fff;-webkit-user-select:none;user-select:none}.workspace-main:hover{transform:scale(1.05);box-shadow:0 3px 6px #00000026}.workspace-main:active{transform:scale(.95)}.workspace-current-section{padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.workspace-current-name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px}.workspace-delete-link{font-size:.875rem;color:#e01e5a;cursor:pointer;transition:color .2s ease;display:inline-block}.workspace-delete-link:hover{color:#ff4d6d;text-decoration:underline}.workspace-menu-dropdown{position:absolute;left:55px;top:0;min-width:300px;max-height:500px;overflow-y:auto;background-color:#1a1d21;border-radius:8px;box-shadow:0 8px 24px #0006;animation:slideIn .2s ease;z-index:1000;padding-bottom:.2rem}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.workspace-dropdown-header{padding:16px 16px 12px;background-color:#1a1d21;font-size:1rem;font-weight:700;color:#fff;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.108)}.workspace-list{padding-top:8px}.workspaceDetail-item{display:flex;align-items:center;gap:12px;padding:8px 16px;cursor:pointer;transition:background-color .15s ease;position:relative}.workspaceDetail-item:hover{background-color:#ffffff1a}.workspaceDetail-item.current{background-color:#ffffff0f}.workspaceDetail-item.current:hover{background-color:#ffffff1a}.workspace-item-icon{width:36px;height:36px;border-radius:8px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.workspace-item-name{flex:1;font-size:1rem;font-weight:400;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-menu-dropdown::-webkit-scrollbar{width:8px}.workspace-menu-dropdown::-webkit-scrollbar-track{background:transparent}.workspace-menu-dropdown::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.workspace-menu-dropdown::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.createNewWorkspace-container{display:flex;flex-direction:column;height:100vh;align-items:center;justify-content:flex-start;padding:25px 40px 20px;gap:3rem}.createNewWorkspace-logo{display:flex;justify-content:center}.createNewWorkspace-logo img{width:125px;height:auto}.createNewWorkspace-title-subtitle{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.createNewWorkspace-title{font-size:3rem;margin:0;font-weight:700}.createNewWorkspace-subtitle{font-size:1.1rem;color:#616061;margin:0}.createNewWorkspace--button{width:100vw;display:flex;justify-content:center;align-items:center}.createNewWorkspace-button{width:600px;height:5rem;background-color:#f8f4f0;border:1px solid #e8e4e0;border-radius:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 1.5rem;cursor:pointer;transition:background-color .2s;font-size:1rem;color:#1d1c1d}.createNewWorkspace-button:hover{background-color:#f0ebe5}.button-icon{font-size:1.5rem;font-weight:300;margin-right:1rem}.button-text{flex:1;text-align:left;font-weight:400}.button-arrow{font-size:1.5rem;font-weight:300}@media (max-width: 768px){.createNewWorkspace-container{gap:2rem;padding:1.5rem}.createNewWorkspace-logo img{width:100px}.createNewWorkspace-title{font-size:2.5rem}.createNewWorkspace-subtitle{font-size:1rem}.createNewWorkspace--button{max-width:500px}.createNewWorkspace-button{height:4.5rem;font-size:.95rem}}@media (max-width: 480px){.createNewWorkspace-container{gap:1.5rem;padding:1rem;justify-content:center}.createNewWorkspace-logo img{width:80px}.createNewWorkspace-title{font-size:2rem}.createNewWorkspace-subtitle{font-size:.9rem}.createNewWorkspace--button{max-width:100%}.createNewWorkspace-button{height:4rem;font-size:.9rem;padding:0 1rem}.button-icon{font-size:1.3rem;margin-right:.8rem}.button-arrow{font-size:1.3rem}}.new-workspace-container{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:20px;background-color:#f0f2f5;box-sizing:border-box}.new-workspace-form-card{background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:500px;width:100%;transition:all .3s ease;text-align:center}.new-workspace-form-card h1{font-size:2em;font-weight:700;color:#1e293b;margin-bottom:20px}.form-field-group{margin-bottom:25px;text-align:left}.form-field-group label{display:block;margin-bottom:8px;font-weight:600;color:#475569;font-size:.95em}.form-field-group input[type=text]{width:100%;padding:12px 15px;border:1px solid #cbd5e1;border-radius:8px;font-size:1em;box-sizing:border-box;transition:border-color .3s,box-shadow .3s}.form-field-group input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.status-messsage-container{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:30px}.submit-button,.status-messsage-container button{width:100%;padding:12px 20px;background-color:#3b82f6;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;font-size:1.05em;transition:background-color .3s,opacity .3s,transform .1s}.submit-button:hover:not(:disabled){background-color:#2563eb}.submit-button:disabled,.status-messsage-container button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.8}.status-messsage-container span{font-size:.9em;font-weight:500}@media (max-width: 640px){.new-workspace-container{padding:10px}.new-workspace-form-card{padding:25px 20px;box-shadow:none;border:none;border-radius:0}.new-workspace-form-card h1{font-size:1.7em;margin-bottom:15px}.submit-button,.status-messsage-container button{padding:14px}}@media (min-width: 641px) and (max-width: 1024px){.new-workspace-form-card{max-width:400px;padding:30px}}
