*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}a{text-decoration:none;color:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;color:#333}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#666;transition:color .3s}.nav-links a:hover{color:#333}.content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.page{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.page h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.page p{font-size:1.1rem;color:#666}
