.header{background:var(--color-section);padding:var(--space-5)0;box-shadow:none;border-bottom:1px solid var(--color-border)}.header h1{color:var(--color-h1)}.header button{max-height:30px}.header-container{max-width:1200px;padding:0 var(--space-4);flex-direction:row;justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header-left{align-items:center;gap:var(--space-3);flex:1;display:flex}.header-logo{width:40px;height:40px}.header-title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--color-text);line-height:var(--line-height-tight);font-family:var(--font-courgette);text-transform:uppercase;margin:0}.header-right{align-items:center;gap:var(--space-3);display:flex}.header-user{margin-right:var(--space-3);flex-direction:column;align-items:flex-end;display:flex}.header-user-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text)}.header-user-email{font-size:var(--font-size-xs);color:var(--color-muted)}.header-button-primary{border-radius:var(--radius-full);padding:var(--space-2)var(--space-5)}@media (max-width:768px){.header{padding:var(--space-3)0;justify-content:space-between;align-items:center;min-height:70px;display:flex}.header-container{gap:var(--space-2);padding:0 var(--space-3);flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.header-left{gap:var(--space-2)}.header-logo{width:32px;height:32px}.header-title{white-space:nowrap;background-color:#0000!important;font-size:18px!important}.header-right{justify-content:flex-end;align-items:flex-end;gap:var(--space-2)}.header-user{display:none}.header-button-primary{padding:var(--space-2)var(--space-3);justify-content:center}.header-button-secondary{padding:var(--space-2)var(--space-3);justify-content:center;margin-right:5px}}
