:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:#f4f5f7;color:#1a1a1a}.loading{padding:2rem;text-align:center;color:#666}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #00000014;width:320px}.auth-form h1{font-size:1.25rem;margin:0 0 1.5rem}.auth-form label{display:block;margin-bottom:1rem;font-size:.85rem;color:#444}.auth-form input{display:block;width:100%;margin-top:.35rem;padding:.6rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.auth-form button,button{cursor:pointer;background:#2d3fe0;color:#fff;border:none;border-radius:6px;padding:.6rem 1.1rem;font-size:.9rem}.auth-form button{width:100%;padding:.7rem}.error{color:#c62828;font-size:.85rem;margin-bottom:1rem}.page{max-width:960px;margin:0 auto;padding:2rem 1.5rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.inline-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.inline-form input{flex:1;padding:.6rem;border:1px solid #ccc;border-radius:6px}.api-key-box{background:#fff8e1;border:1px solid #ffca28;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.api-key-box code{display:block;margin:.5rem 0;padding:.5rem;background:#fff;border-radius:4px;word-break:break-all}table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}th,td{text-align:left;padding:.6rem .8rem;border-bottom:1px solid #eee;font-size:.9rem}th{background:#fafafa;font-weight:600}section{margin-top:2rem}section h2{font-size:1rem}ul{list-style:none;padding:0}li{padding:.4rem 0;font-size:.9rem;display:flex;align-items:center;gap:.75rem}
