:root{--wm-primary-500: #667eea;--wm-primary-700: #764ba2;--wm-on-surface: #1d1b20;--account-size: 80px;--account-inner: 72px}.sign-in-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px}.account-circle{width:var(--account-size);height:var(--account-size);display:flex;align-items:center;justify-content:center}.account-circle img{width:var(--account-inner);height:var(--account-inner);display:block}.sign-in-header .MuiTypography-root{color:var(--wm-on-surface)}.sign-in-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.sign-in-form{animation:slideInFromLeft .5s ease-out}@keyframes focusGlow{0%{box-shadow:0 0 #667eea66}to{box-shadow:0 0 0 10px #667eea00}}.MuiOutlinedInput-root.Mui-focused{animation:focusGlow .6s ease-out}:root{--wm-primary-500: #667eea;--wm-primary-700: #764ba2;--wm-on-surface: #1e1e1e;--wm-text-secondary: #757575;--wm-text-tertiary: #b3b3b3;--wm-border-default: #d9d9d9;--wm-bg-default: #ffffff}.create-account-form{display:flex;flex-direction:column;gap:20px}.division-chip{display:inline-flex;padding:4px 12px;background-color:#f5f5f5;border-radius:8px;font-size:.875rem;color:var(--wm-on-surface);margin-right:8px;margin-bottom:8px}.add-division-section{margin-top:16px}.division-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.profile-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.profile-card{animation:slideInFromRight .5s ease-out}@keyframes avatarPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.profile-avatar{transition:all .3s ease}.profile-avatar:hover{animation:avatarPulse .6s ease-in-out}.edit-mode .profile-info{opacity:.6;pointer-events:none}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,"sans-serif";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}button{border:none;background:none;font-family:inherit}a{color:inherit;text-decoration:none}
