/* assets/style.css */
body{font-family:system-ui,Segoe UI,Roboto,Arial; background:#f7f8fb; color:#222; margin:20px;}
.ls-wrap{max-width:980px;margin:0 auto;}
.ls-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}
.ls-card{background:#fff;padding:16px;border-radius:8px;box-shadow:0 1px 6px rgba(0,0,0,0.06);margin-bottom:16px;}
.ls-card h2{margin-top:0;}
.ls-table{width:100%;border-collapse:collapse;}
.ls-table th,.ls-table td{border-bottom:1px solid #eee;padding:8px;text-align:left}
.ls-error{color:#b00;background:#fee;padding:8px;border-radius:6px;margin-bottom:8px}
input[type=text],input[type=password],textarea{padding:8px;width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:6px}
button{background:#2d6cdf;color:#fff;padding:8px 12px;border:none;border-radius:6px;cursor:pointer}
button:disabled{opacity:.6}
