*{margin:0;padding:0;box-sizing:border-box}body.layout{min-height:100vh;display:flex;flex-direction:column;font-family:Segoe UI,Roboto,Arial,sans-serif;background:#f7f9fc;color:#1f2937}.app-header{justify-content:space-between;background:#1c344f;color:white;padding:.8rem 1.5rem}.app-header,.header-left{display:flex;align-items:center}.header-left{gap:1rem}.logo{font-size:1.2rem;font-weight:700;color:#57c4e5}.logo-accent{color:white}.app-title{font-size:.95rem;opacity:.9}.header-right{display:flex;align-items:center;gap:.8rem}.user-name{font-size:.9rem}.avatar{background:#57c4e5;color:white;border-radius:50%;width:34px;height:34px;align-items:center;font-weight:700}.app-main,.avatar{display:flex;justify-content:center}.app-main{flex:1;background:#f3f7fa}.app-main>*{width:100%}