*{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 #0000000f;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 #0000001a}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}.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-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: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[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:56px;width:auto;display:inline-block}@media(max-width:768px){.login-logo{margin-bottom:1rem}.login-logo img{height:48px}}.login-form-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:3rem}@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:56px;width:auto;display:inline-block}@media(max-width:768px){.forgot-password-logo{margin-bottom:1rem}.forgot-password-logo img{height:48px}}.forgot-password-form-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:3rem}@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}}.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:56px;width:auto;display:inline-block}@media(max-width:768px){.signup-logo{margin-bottom:1rem}.signup-logo img{height:48px}}.signup-form-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:3rem}@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}@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:48px;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__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__nav-item--logout{background:none;border:none;width:calc(100% - 2rem);text-align:left;cursor:pointer}.sidebar__logout-overlay{position:fixed;inset:0;background:#1a1a1a66;display:flex;align-items:center;justify-content:center;z-index:400}.sidebar__logout-modal{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001a;padding:2rem;width:min(360px,100% - 4rem);display:flex;flex-direction:column;gap:1.5rem}.sidebar__logout-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 .25rem}.sidebar__logout-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;color:#4a5568;margin:0}.sidebar__logout-actions{display:flex;justify-content:flex-end;gap:.5rem}.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:2rem}.topbar__credits{display:flex;align-items:center}.topbar__credits-link{background:none;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#5a8a8a;text-decoration:none;padding:0;cursor:pointer;transition:color .2s cubic-bezier(.4,0,.2,1)}.topbar__credits-link:hover,.topbar__credits-link:focus-visible{color:#7bb8b8;text-decoration:underline}.topbar__profile{display:flex;align-items:center}.topbar__profile-avatar{width:36px;height:36px;border-radius:9999px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1)}.topbar__profile-avatar:hover{transform:scale(1.05)}.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 #0000000f;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}.account-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.account-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__placeholder{background:#fff;border-radius:16px;padding:4rem;text-align:center;box-shadow:0 2px 8px #0000000f}.profile-page__placeholder h1{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.profile-page__placeholder p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.125rem;color:#4a5568;margin:0}.credits-page__placeholder{background:#fff;border-radius:16px;padding:4rem;text-align:center;box-shadow:0 2px 8px #0000000f}.credits-page__placeholder h1{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.875rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.credits-page__placeholder p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.125rem;color:#4a5568;margin:0}.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 #0000000f}.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 #0000000f;transition:box-shadow .2s ease}.brand-guide__preview-card:hover{box-shadow:0 4px 16px #0000001a}.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}
