:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#18202a;background:#f3f5f7;color-scheme:light}*{box-sizing:border-box}body{margin:0;padding:24px}main{max-width:980px;margin:0 auto}.narrow{max-width:420px;margin-top:10vh}.muted{color:#65717e}header{display:flex;align-items:center;justify-content:space-between;gap:24px}h1{margin-bottom:.2rem}h2{font-size:1.15rem}.card{background:white;padding:20px;border:1px solid #dce2e7;border-radius:12px;margin:24px 0}form{display:grid;gap:10px}header form{display:block}input[type=password],input[type=file]{width:100%;padding:12px;border:1px solid #aeb8c2;border-radius:8px;background:white}button,.button{display:inline-block;border:0;border-radius:8px;padding:10px 16px;background:#1557c0;color:#fff;font-weight:650;text-decoration:none;cursor:pointer}.secondary{background:#e4e9ee;color:#17202a}.error,.success{padding:12px;border-radius:8px}.error{background:#fee4e2;color:#8a1c15}.success{background:#dcf5e7;color:#145c36}.table-wrap{overflow-x:auto;background:white;border:1px solid #dce2e7;border-radius:12px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px;border-bottom:1px solid #e7ebef}tr:last-child td{border-bottom:0}.directory{color:#1557c0;font-weight:600;text-decoration:none}@media(max-width:600px){body{padding:14px}th:nth-child(2),td:nth-child(2){display:none}.button{padding:8px 10px}}

