*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;font-size:16px;color:#1a1a1a;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fafafa;color:#1a1a1a;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:600;line-height:1.25;color:#1a1a1a;margin:0}h1{font-size:3rem}@media(max-width:768px){h1{font-size:2.25rem}}h2{font-size:2.25rem}@media(max-width:768px){h2{font-size:1.875rem}}h3{font-size:1.875rem}@media(max-width:768px){h3{font-size:1.5rem}}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin:0;color:#4a5568;line-height:1.625}a{color:#1a1a1a;text-decoration:none;transition:opacity .15s cubic-bezier(.4,0,.2,1)}a:hover{opacity:.7}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;cursor:pointer;border:none;transition:all .2s cubic-bezier(.4,0,.2,1)}button:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background-color:#000;color:#fff;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:500}.btn-primary:hover:not(:disabled){background-color:#2c2c2c;transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:#1a1a1a;padding:1rem 2rem;border-radius:12px;border:1px solid #1A1A1A;font-size:1rem;font-weight:500}.card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.card{padding:1.25rem}}.card:hover{box-shadow:0 4px 16px #00000024}input,textarea,select{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fff;border:1px solid #D1E0E0;border-radius:12px;padding:1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1)}input:focus,textarea:focus,select:focus{outline:none;border-color:#1a1a1a}input::placeholder,textarea::placeholder,select::placeholder{color:#718096}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}.text-primary{color:#1a1a1a}.text-secondary{color:#4a5568}.text-tertiary{color:#718096}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2xl{margin-bottom:3rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2xl{margin-top:3rem}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.loading-spinner--fullscreen{min-height:100vh;background-color:#f8fafa}.loading-spinner__spinner{width:48px;height:48px;border:4px solid rgba(168,213,213,.2);border-top-color:#5a8a8a;border-radius:9999px;animation:spin .8s linear infinite}.loading-spinner__message{font-size:1rem;color:#4a5568;margin:0;font-weight:400}@keyframes spin{to{transform:rotate(360deg)}}.input-wrapper{width:100%;margin-bottom:1.5rem}.input-label{display:block;font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem}@media(max-width:768px){.input-label{font-size:13px}}.input-required{color:#c84b4b}.input-container{position:relative;width:100%}.input-field{width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fff;border:1px solid #D1E0E0;border-radius:12px;padding:.75rem 1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.input-field{font-size:15px}}.input-field:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a0d}.input-field::placeholder{color:#718096}.input-field.input-error{border-color:#c84b4b}.input-field.input-error:focus{box-shadow:0 0 0 3px #c84b4b1a}.input-field:disabled{background-color:#f5f5f7;color:#4a5568;cursor:not-allowed;opacity:.6}.input-field[type=password]{padding-right:48px}.input-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.25rem;cursor:pointer;color:#4a5568;display:flex;align-items:center;justify-content:center;transition:color .15s cubic-bezier(.4,0,.2,1)}.input-toggle:hover{color:#1a1a1a}.input-toggle:focus{outline:none;color:#1a1a1a}.input-toggle svg{display:block}.input-error-message{display:block;font-size:.875rem;color:#c84b4b;margin-top:.25rem}@media(max-width:768px){.input-error-message{font-size:13px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.5}.btn:focus-visible{outline:2px solid #1A1A1A;outline-offset:2px}.btn-small{padding:.5rem .75rem;font-size:.875rem}.btn-medium{padding:.5rem 1.5rem;font-size:14px}.btn-large{padding:.75rem 2rem;font-size:1rem}.btn-full-width{width:100%}.btn-primary{background-color:#000;color:#fff}.btn-primary:hover:not(:disabled){background-color:#5a8a8a;transform:translateY(-1px);box-shadow:0 2px 4px #0000000f}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background-color:#fff;color:#1a1a1a;border:1px solid #1A1A1A}.btn-secondary:hover:not(:disabled){background-color:#f5f5f7;transform:translateY(-1px)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-accent{background-color:#a8d5d5;color:#1a1a1a}.btn-accent:hover:not(:disabled){background-color:#7bb8b8;transform:translateY(-1px);box-shadow:0 2px 4px #0000000f}.btn-accent:active:not(:disabled){transform:translateY(0)}.btn-social{background-color:#fff;color:#1a1a1a;border:1px solid #D1E0E0;font-weight:500}.btn-social:hover:not(:disabled){background-color:#f5f5f7;border-color:#d1e0e0;transform:translateY(-1px)}.btn-social:active:not(:disabled){transform:translateY(0)}.btn-icon{display:flex;align-items:center;justify-content:center}.btn-icon svg{display:block}.btn-loading{pointer-events:none;opacity:.7}.btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.login-page{display:flex;min-height:100vh;background-color:#fafafa}.login-promo{flex:1;background:linear-gradient(135deg,#b8e5e5,#a8d5d5);display:flex;align-items:center;justify-content:center;padding:4rem;position:relative}@media(max-width:1024px){.login-promo{display:none}}.login-promo-content{text-align:center;padding-bottom:4rem}.login-promo-illustration svg{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.login-promo-title{font-size:1.875rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.25;max-width:500px;margin-left:auto;margin-right:auto}.login-promo-description{font-size:1rem;color:#363636;line-height:1.5;margin:0 auto;max-width:640px}.login-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#fafafa}@media(max-width:768px){.login-form-section{padding:1.5rem}}.login-form-container{width:100%;max-width:440px}.login-logo{text-align:center;margin-bottom:1rem}.login-logo img{height:44px;width:auto;display:inline-block}@media(max-width:768px){.login-logo{margin-bottom:1rem}.login-logo img{height:40px}}.login-form-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:3rem 2rem}@media(max-width:768px){.login-form-card{padding:1.5rem}}.login-form-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;text-align:center;margin:0 0 1rem}@media(max-width:768px){.login-form-card button,.login-form-card input{font-size:.875rem}}.login-divider{display:flex;align-items:center;text-align:center;margin:1rem 0;color:#718096;font-size:.875rem}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #E2EDED}.login-divider span{padding:0 1rem}.login-footer{margin-top:2rem;text-align:center}.login-signup-text{font-size:.875rem;color:#4a5568;margin:0}.login-signup-link{color:#a8d5d5;font-weight:500;text-decoration:none;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.login-signup-link:hover{opacity:.7;text-decoration:underline}.login-forgot-password{text-align:center;margin-top:1rem}.login-forgot-link{font-size:.75rem;color:#4a5568;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.login-forgot-link:hover{color:#1a1a1a;text-decoration:underline}@media(max-width:1024px){.login-page{justify-content:center}.login-form-section{flex:none;width:100%;max-width:600px}}@media(max-width:640px){.login-form-section{padding:1rem}}.forgot-password-page{display:flex;min-height:100vh;background-color:#fafafa}.forgot-password-promo{flex:1;background:linear-gradient(135deg,#b8e5e5,#a8d5d5);display:flex;align-items:center;justify-content:center;padding:4rem;position:relative}@media(max-width:1024px){.forgot-password-promo{display:none}}.forgot-password-promo-content{text-align:center;padding-bottom:4rem}.forgot-password-promo-illustration svg{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.forgot-password-promo-title{font-size:1.875rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.25;max-width:500px;margin-left:auto;margin-right:auto}.forgot-password-promo-description{font-size:1rem;color:#363636;line-height:1.5;margin:0 auto;max-width:440px}.forgot-password-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#fafafa}@media(max-width:768px){.forgot-password-form-section{padding:1.5rem}}.forgot-password-form-container{width:100%;max-width:440px}.forgot-password-logo{text-align:center;margin-bottom:1rem}.forgot-password-logo img{height:44px;width:auto;display:inline-block}@media(max-width:768px){.forgot-password-logo{margin-bottom:1rem}.forgot-password-logo img{height:40px}}.forgot-password-form-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:3rem 2rem}@media(max-width:768px){.forgot-password-form-card{padding:1.5rem}}.forgot-password-form-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;text-align:center;margin:0 0 1rem}.forgot-password-form-subtitle{font-size:1rem;color:#4a5568;text-align:center;line-height:1.5;margin:0 0 2rem}@media(max-width:768px){.forgot-password-form-card button,.forgot-password-form-card input{font-size:.875rem}}.forgot-password-footer{margin-top:2rem;text-align:center}.forgot-password-signup-text{font-size:.875rem;color:#4a5568;margin:0}.forgot-password-signup-link{color:#a8d5d5;font-weight:500;text-decoration:none;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.forgot-password-signup-link:hover{opacity:.7;text-decoration:underline}.forgot-password-back{text-align:center;margin-top:1rem}.forgot-password-back-link{font-size:.75rem;color:#4a5568;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.forgot-password-back-link:hover{color:#1a1a1a;text-decoration:underline}@media(max-width:1024px){.forgot-password-page{justify-content:center}.forgot-password-form-section{flex:none;width:100%;max-width:600px}}@media(max-width:640px){.forgot-password-form-section{padding:1rem}}.reset-password-page{display:flex;min-height:100vh;background-color:#fafafa}.reset-password-promo{flex:1;background:linear-gradient(135deg,#b8e5e5,#a8d5d5);display:flex;align-items:center;justify-content:center;padding:4rem;position:relative}@media(max-width:1024px){.reset-password-promo{display:none}}.reset-password-promo-content{text-align:center;padding-bottom:4rem}.reset-password-promo-illustration svg{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.reset-password-promo-title{font-size:1.875rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.25;max-width:500px;margin-left:auto;margin-right:auto}.reset-password-promo-description{font-size:1rem;color:#363636;line-height:1.5;margin:0 auto;max-width:440px}.reset-password-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#fafafa}@media(max-width:768px){.reset-password-form-section{padding:1.5rem}}.reset-password-form-container{width:100%;max-width:440px}.reset-password-logo{text-align:center;margin-bottom:1rem}.reset-password-logo img{height:44px;width:auto;display:inline-block}@media(max-width:768px){.reset-password-logo img{height:40px}}.reset-password-form-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:3rem 2rem}@media(max-width:768px){.reset-password-form-card{padding:1.5rem}}.reset-password-form-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;text-align:center;margin:0 0 1rem}.error-message{padding:12px;margin-bottom:16px;background-color:#fee;color:#c33;border-radius:6px;font-size:14px}.success-message{padding:12px;margin-bottom:16px;background-color:#efe;color:#3c3;border-radius:6px;font-size:14px}@media(max-width:1024px){.reset-password-page{justify-content:center}.reset-password-form-section{flex:none;width:100%;max-width:600px}}@media(max-width:640px){.reset-password-form-section{padding:1rem}}.signup-page{display:flex;min-height:100vh;background-color:#fafafa}.signup-promo{flex:1;background:linear-gradient(135deg,#b8e5e5,#a8d5d5);display:flex;align-items:center;justify-content:center;padding:4rem;position:relative}@media(max-width:1024px){.signup-promo{display:none}}.signup-promo-content{text-align:center;padding-bottom:4rem}.signup-promo-illustration svg{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.signup-promo-title{font-size:1.875rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.25;max-width:500px;margin-left:auto;margin-right:auto}.signup-promo-description{font-size:1rem;color:#363636;line-height:1.5;margin:0 auto;max-width:640px}.signup-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#fafafa}@media(max-width:768px){.signup-form-section{padding:1.5rem}}.signup-form-container{width:100%;max-width:440px}.signup-logo{text-align:center;margin-bottom:1rem}.signup-logo img{height:44px;width:auto;display:inline-block}@media(max-width:768px){.signup-logo{margin-bottom:1rem}.signup-logo img{height:40px}}.signup-form-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:3rem 2rem}@media(max-width:768px){.signup-form-card{padding:1.5rem}}.signup-form-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;text-align:center;margin:0 0 1rem}.signup-form-row{display:flex;gap:1rem}.signup-form-row>*{flex:1;min-width:0}@media(max-width:768px){.signup-form-card button,.signup-form-card input{font-size:.875rem}}.signup-divider{display:flex;align-items:center;text-align:center;margin:1rem 0;color:#718096;font-size:.875rem}.signup-divider:before,.signup-divider:after{content:"";flex:1;border-bottom:1px solid #E2EDED}.signup-divider span{padding:0 1rem}.signup-back{text-align:center;margin-top:1rem}.signup-back-link{font-size:.75rem;color:#4a5568;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.signup-back-link:hover{color:#1a1a1a;text-decoration:underline}@media(max-width:1024px){.signup-page{justify-content:center}.signup-form-section{flex:none;width:100%;max-width:600px}}@media(max-width:640px){.signup-form-section{padding:1rem}}.sidebar{width:240px;height:100vh;background:#fff;border-right:1px solid #E2EDED;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:200}.sidebar__logo{display:flex;align-items:center;justify-content:center;padding:1rem;border-bottom:1px solid #E2EDED;height:64px}.sidebar__logo-icon{width:160px;height:auto;max-height:32px;object-fit:contain}.sidebar__logo-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:#1a1a1a}.sidebar__workspace-header{padding:1rem 1.5rem}.sidebar__workspace-badge{background:linear-gradient(135deg,#5a8a8a,#a8d5d5);color:#fff;padding:.375rem 1rem;border-radius:8px;font-weight:400;font-size:.75rem;text-align:center;box-shadow:0 2px 4px #0000000f}.sidebar__nav{display:flex;flex-direction:column;padding:1rem 0;gap:.25rem}.sidebar__nav-item{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;margin:0 1rem;border-radius:8px;color:#4a5568;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;transition:all .2s cubic-bezier(.4,0,.2,1)}.sidebar__nav-item:hover{background:#f5f5f7;color:#1a1a1a}.sidebar__nav-item--active{background:#fafafa;color:#1a1a1a;font-weight:500}.sidebar__nav-icon{font-size:.875rem;line-height:1;width:20px;text-align:center}.sidebar__nav-label{flex:1}.sidebar__footer{margin-top:auto;padding:1rem 0;border-top:1px solid rgba(0,0,0,.08)}.sidebar__footer-item{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;margin:0 1rem .25rem;border-radius:8px;color:#4a5568;text-decoration:none;transition:.2s cubic-bezier(.4,0,.2,1);font-size:14px}.sidebar__footer-item:hover{background-color:#00000014}.sidebar__footer-item--active{background-color:#0000001f;color:#000}.sidebar__footer-icon{font-size:.875rem;line-height:1;width:20px;text-align:center}.sidebar__footer-label{flex:1}.sidebar__footer-pill{background-color:#a8d5d5;color:#1a1a1a;padding:2px 8px;border-radius:9999px;font-size:.75rem;font-weight:600}.dropdown{position:relative;display:inline-block}.dropdown__trigger{cursor:pointer;-webkit-user-select:none;user-select:none}.dropdown__menu{position:absolute;top:calc(100% + 8px);min-width:200px;background-color:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001a;z-index:100;padding:.25rem 0;animation:dropdownFadeIn .15s ease-out}.dropdown__menu--left{left:0}.dropdown__menu--right{right:0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.avatar-menu__avatar{width:40px;height:40px;border-radius:9999px;background:linear-gradient(135deg,#5a8a8a,#a8d5d5);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;cursor:pointer;transition:.2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f}.avatar-menu__avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000014}.avatar-menu__header{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.avatar-menu__name{font-weight:600;font-size:.875rem;line-height:1;color:#1a1a1a;margin-bottom:.25rem}.avatar-menu__email{font-size:.875rem;color:#4a5568;word-break:break-all}.avatar-menu__divider{height:1px;background-color:#00000014;margin:.25rem 0}.avatar-menu__item{display:flex;align-items:center;gap:1rem;width:100%;padding:.5rem 1.5rem;border:none;background:none;text-align:left;font-size:.875rem;color:#1a1a1a;cursor:pointer;transition:.2s cubic-bezier(.4,0,.2,1);text-decoration:none}.avatar-menu__item:hover{background-color:#00000014}.avatar-menu__item--danger{color:#c84b4b}.avatar-menu__item--danger:hover{background-color:#c84b4b14}.avatar-menu__icon{font-size:.875rem;flex-shrink:0}.avatar-menu__label{flex:1;font-size:.875rem}.avatar-menu__overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:400;animation:fadeIn .2s ease-out}.avatar-menu__modal{background-color:#fff;border-radius:16px;padding:2rem;max-width:400px;width:90%;box-shadow:0 16px 48px #0000001f;animation:slideUp .2s ease-out}.avatar-menu__modal-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.avatar-menu__modal-text{color:#4a5568;margin:0 0 2rem;line-height:1.5}.avatar-menu__modal-actions{display:flex;gap:1rem;justify-content:flex-end}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.topbar{height:64px;background:#fff;border-bottom:1px solid #E2EDED;position:sticky;top:0;z-index:100}.topbar__content{height:100%;padding:0 2rem;display:flex;align-items:center;justify-content:flex-end}.topbar__actions{display:flex;align-items:center;gap:1rem}.topbar__notifications{width:40px;height:40px;background-color:#a8d5d54d;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5a8a8a;border-radius:9999px;transition:all .2s cubic-bezier(.4,0,.2,1)}.topbar__notifications:hover{background-color:#a8d5d5;color:#fff;transform:scale(1.05)}.topbar__notifications:active{transform:scale(.95)}.topbar__notifications svg{display:block}.layout{min-height:100vh;background:#fafafa}.layout__main{display:flex;flex-direction:column;margin-left:240px;min-height:100vh}.layout__content{flex:1;padding:2rem;overflow-y:auto}.events-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.events-list__loading{padding:4rem;text-align:center;color:#4a5568;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem}.events-list__empty{padding:4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.events-list__empty-text{color:#4a5568;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.125rem;margin:0}.events-list__table{width:100%}.events-list__header{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;padding:1rem 2rem;background:#a8d5d533;border-bottom:1px solid #D1E0E0}.events-list__header-cell{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em}.events-list__body{display:flex;flex-direction:column}.events-list__row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;padding:1rem 2rem;border-bottom:1px solid #E2EDED;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1)}.events-list__row:last-child{border-bottom:none}.events-list__row:hover{background:#f5f5f7}.events-list__cell{display:flex;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;color:#1a1a1a}.events-list__event-name{font-weight:500;color:#000}.events-list__event-name:hover{text-decoration:underline}.events-list__status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:capitalize}.events-list__status-badge--draft{background:#f5f5f7;color:#4a5568}.events-list__status-badge--active{background:#4a9b7f;color:#fff}.events-list__status-badge--completed{background:#89b8c5;color:#fff}.events-list__footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-top:1px solid #E2EDED;background:#a8d5d533}.events-list__count{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;color:#4a5568}.events-list__pagination{display:flex;align-items:center;gap:1rem}.events-list__pagination-button{padding:.5rem 1rem;background:#fff;border:1px solid #D1E0E0;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.events-list__pagination-button:hover:not(:disabled){background:#fafafa;border-color:#000}.events-list__pagination-button:disabled{opacity:.5;cursor:not-allowed}.events-list__pagination-pages{display:flex;gap:.25rem}.events-list__pagination-page{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #D1E0E0;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.events-list__pagination-page:hover{background:#fafafa;border-color:#000}.events-list__pagination-page--active{background:#000;border-color:#000;color:#fff}.events-list__pagination-page--active:hover{background:#2c2c2c}.workspace-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.workspace-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.profile-page{max-width:720px}.profile-page .input-wrapper{margin-bottom:0}.profile-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.profile-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.profile-page__cards{display:flex;flex-direction:column;gap:2rem}.profile-page__card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.profile-page__card{padding:1.5rem}}.profile-page__card-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.profile-page__card-description{font-size:.875rem;color:#4a5568;margin:0 0 1.5rem}.profile-page__form{display:flex;flex-direction:column;gap:1rem}.profile-page__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.profile-page__form-row{grid-template-columns:1fr}}.profile-page__actions{display:flex;justify-content:flex-end;padding-top:1rem}.profile-page__error{padding:12px;margin-bottom:16px;background-color:#fee;color:#c33;border-radius:6px;font-size:14px}.profile-page__success{padding:12px;margin-bottom:16px;background-color:#efe;color:#3c3;border-radius:6px;font-size:14px}.profile-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;color:#4a5568}.credits-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.credits-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.credits-page__content{padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px #0000000f}.create-event-page{max-width:720px}.create-event-page__header{margin-bottom:2rem}.create-event-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.create-event-page__form{display:flex;flex-direction:column;gap:2rem}.create-event-page__card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.create-event-page__card{padding:1.5rem}}.create-event-page__card-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.create-event-page__card-description{font-size:.875rem;color:#4a5568;margin:0 0 1.5rem}.create-event-page__fields{display:flex;flex-direction:column;gap:1.5rem}.create-event-page__fields .input-wrapper{margin-bottom:0}.create-event-page__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.create-event-page__row{grid-template-columns:1fr}}.create-event-page__field{display:flex;flex-direction:column}.create-event-page__label{font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem}.create-event-page__required{color:#c84b4b}.create-event-page__input,.create-event-page__select{width:100%;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fff;border:1px solid #D1E0E0;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1)}.create-event-page__input:hover,.create-event-page__select:hover{border-color:#a8d5d5}.create-event-page__input:focus,.create-event-page__select:focus{outline:none;border-color:#a8d5d5;box-shadow:0 0 0 3px #a8d5d533}.create-event-page__input::placeholder,.create-event-page__select::placeholder{color:#718096}.create-event-page__input::-webkit-calendar-picker-indicator,.create-event-page__select::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(57%) sepia(13%) saturate(1089%) hue-rotate(133deg) brightness(91%) contrast(87%)}.create-event-page__input::-webkit-datetime-edit-fields-wrapper,.create-event-page__select::-webkit-datetime-edit-fields-wrapper{padding:0}.create-event-page__input::-webkit-datetime-edit-text,.create-event-page__select::-webkit-datetime-edit-text{color:#4a5568;padding:0 .2em}.create-event-page__input::-webkit-datetime-edit-month-field,.create-event-page__input::-webkit-datetime-edit-day-field,.create-event-page__input::-webkit-datetime-edit-year-field,.create-event-page__input::-webkit-datetime-edit-hour-field,.create-event-page__input::-webkit-datetime-edit-minute-field,.create-event-page__input::-webkit-datetime-edit-ampm-field,.create-event-page__select::-webkit-datetime-edit-month-field,.create-event-page__select::-webkit-datetime-edit-day-field,.create-event-page__select::-webkit-datetime-edit-year-field,.create-event-page__select::-webkit-datetime-edit-hour-field,.create-event-page__select::-webkit-datetime-edit-minute-field,.create-event-page__select::-webkit-datetime-edit-ampm-field{padding:.2em .3em;border-radius:4px}.create-event-page__input::-webkit-datetime-edit-month-field:focus,.create-event-page__input::-webkit-datetime-edit-day-field:focus,.create-event-page__input::-webkit-datetime-edit-year-field:focus,.create-event-page__input::-webkit-datetime-edit-hour-field:focus,.create-event-page__input::-webkit-datetime-edit-minute-field:focus,.create-event-page__input::-webkit-datetime-edit-ampm-field:focus,.create-event-page__select::-webkit-datetime-edit-month-field:focus,.create-event-page__select::-webkit-datetime-edit-day-field:focus,.create-event-page__select::-webkit-datetime-edit-year-field:focus,.create-event-page__select::-webkit-datetime-edit-hour-field:focus,.create-event-page__select::-webkit-datetime-edit-minute-field:focus,.create-event-page__select::-webkit-datetime-edit-ampm-field:focus{background-color:#a8d5d533;color:#5a8a8a;outline:none}.create-event-page__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234A5568' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.create-event-page__hint{font-size:.75rem;color:#718096;margin-top:.25rem}.create-event-page__error{padding:12px;margin-bottom:1rem;background-color:#fee;color:#c33;border-radius:6px;font-size:14px}.create-event-page__actions{display:flex;justify-content:flex-end;padding-top:1rem}.create-event-page__actions button{min-width:200px}@media(max-width:768px){.create-event-page__actions button{width:100%}}.workspace-settings-page{max-width:720px}.workspace-settings-page .input-wrapper{margin-bottom:0}.workspace-settings-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.workspace-settings-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.workspace-settings-page__cards{display:flex;flex-direction:column;gap:2rem}.workspace-settings-page__card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.workspace-settings-page__card{padding:1.5rem}}.workspace-settings-page__card--subdomain{background-color:#5b9a9e0d}.workspace-settings-page__card-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.workspace-settings-page__card-description{font-size:.875rem;color:#4a5568;margin:0 0 1.5rem}.workspace-settings-page__form{display:flex;flex-direction:column;gap:1rem}.workspace-settings-page__actions{display:flex;justify-content:flex-end;padding-top:1rem}.workspace-settings-page__error{padding:12px;margin-bottom:16px;background-color:#fee;color:#c33;border-radius:6px;font-size:14px}.workspace-settings-page__success{padding:12px;margin-bottom:16px;background-color:#efe;color:#3c3;border-radius:6px;font-size:14px}.workspace-settings-page__subdomain-input{margin-bottom:0}.workspace-settings-page__subdomain-availability{font-size:.875rem;color:#4a5568}.workspace-settings-page__subdomain-availability strong{color:#4a9b7f;font-weight:500}.workspace-settings-page__checkbox-wrapper{margin:0}.workspace-settings-page__checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;color:#4a5568;line-height:1.5}.workspace-settings-page__checkbox-label span{flex:1}.workspace-settings-page__checkbox{margin-top:2px;width:14px;height:14px;cursor:pointer;flex-shrink:0;accent-color:#A8D5D5}.workspace-settings-page__plan-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.workspace-settings-page__plan-header .workspace-settings-page__card-description{margin-bottom:0}@media(max-width:768px){.workspace-settings-page__plan-header{flex-direction:column;align-items:stretch}}.workspace-settings-page__plan-info{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#5b9a9e0d;border-radius:8px}.workspace-settings-page__plan-label{font-size:.875rem;color:#4a5568;font-weight:500}.workspace-settings-page__plan-value{font-size:1rem;color:#1a1a1a;font-weight:600}.payment-settings-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.payment-settings-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.payment-settings-page__content{padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px #0000000f}.transaction-history-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.transaction-history-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.transaction-history-page__content{padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px #0000000f}.plan-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.plan-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.plan-page__content{padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px #0000000f}.support-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.support-page__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0}.support-page__content{padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px #0000000f}.brand-guide{padding:2rem;background:#fafafa;min-height:100vh}.brand-guide__container{max-width:1200px;margin:0 auto}.brand-guide__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:2.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.brand-guide__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.125rem;color:#4a5568;margin-bottom:4rem}.brand-guide__section{background:#fff;border-radius:16px;padding:3rem;margin-bottom:3rem;box-shadow:0 2px 8px #0000001a}.brand-guide__section-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #E2EDED}.brand-guide__typography{display:flex;flex-direction:column;gap:2rem}.brand-guide__typo-item{display:flex;flex-direction:column;gap:.5rem}.brand-guide__typo-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;color:#4a5568;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.brand-guide__color-group{margin-bottom:3rem}.brand-guide__color-group:last-child{margin-bottom:0}.brand-guide__color-group-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.brand-guide__colors{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.brand-guide__color-item{display:flex;flex-direction:column;gap:1rem}.brand-guide__color-swatch{width:100%;height:80px;border-radius:8px;box-shadow:0 2px 4px #0000000f}.brand-guide__color-info{display:flex;flex-direction:column;gap:.25rem}.brand-guide__color-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#1a1a1a}.brand-guide__color-hex{font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#4a5568}.brand-guide__color-usage{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.75rem;color:#718096;font-style:italic}.brand-guide__button-showcase{display:flex;flex-direction:column;gap:2rem}.brand-guide__button-showcase .brand-guide__color-group-title{margin-bottom:0}.brand-guide__button-size-group{display:flex;flex-direction:column;gap:.5rem}.brand-guide__button-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.brand-guide__button-group{display:flex;flex-direction:column;gap:2rem}.brand-guide__button-item{display:flex;flex-direction:column;gap:1rem}.brand-guide__button-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;color:#4a5568;font-weight:500}.brand-guide__spacing{display:flex;flex-wrap:wrap;gap:3rem}.brand-guide__spacing-item{display:flex;align-items:center;gap:1rem}.brand-guide__spacing-box{background:#000;border-radius:8px}.brand-guide__spacing-info{display:flex;flex-direction:column;gap:.25rem}.brand-guide__spacing-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a}.brand-guide__spacing-value{font-family:Monaco,Courier New,monospace;font-size:.75rem;color:#4a5568}.brand-guide__radius{display:flex;flex-wrap:wrap;gap:3rem}.brand-guide__radius-item{display:flex;align-items:center;gap:1rem}.brand-guide__radius-box{width:60px;height:60px;background:#000;box-shadow:0 2px 4px #0000000f}.brand-guide__radius-info{display:flex;flex-direction:column;gap:.25rem}.brand-guide__radius-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a}.brand-guide__radius-value{font-family:Monaco,Courier New,monospace;font-size:.75rem;color:#4a5568}.brand-guide__shadows{display:flex;flex-wrap:wrap;gap:3rem}.brand-guide__shadow-item{display:flex;flex-direction:column;gap:1rem}.brand-guide__shadow-box{width:200px;height:100px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}.brand-guide__shadow-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#1a1a1a}.brand-guide__shadow-value{font-family:Monaco,Courier New,monospace;font-size:.75rem;color:#4a5568}.brand-guide__specs{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.brand-guide__spec-item{background:#f5f5f7;padding:1.5rem;border-radius:12px}.brand-guide__spec-item h4{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.brand-guide__spec-item ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.brand-guide__spec-item li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;color:#4a5568;line-height:1.6}.brand-guide__preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.brand-guide__preview-card{box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s ease}.brand-guide__preview-card:hover{box-shadow:0 4px 16px #00000024}.brand-guide__preview-card h3,.brand-guide__preview-card p{margin:0}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#5b9a9e,#4a9b7f)}.not-found-container{text-align:center;max-width:500px;background:#fff;border-radius:12px;padding:60px 40px;box-shadow:0 10px 40px #0000001a}.not-found-container h1{margin:30px 0 20px;font-size:36px;color:#333}.not-found-container p{margin:0 0 40px;font-size:18px;color:#666;line-height:1.6}.not-found-illustration{margin-bottom:20px}.not-found-illustration svg{width:200px;height:200px}.not-found-actions{display:flex;justify-content:center;gap:16px}.not-found-actions a{text-decoration:none}#root{width:100%;min-height:100vh}
