*{margin:0;padding:0;box-sizing:border-box}app-root{display:flex;flex-direction:column;min-height:100vh}router-outlet{flex:1}a{color:#667eea;text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font-family:inherit}html,body{height:100%}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f5f5;color:#333}app-root{display:block}router-outlet+*{display:block;min-height:calc(100vh - 80px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
