:root{color:#111827;background:#f3f4f6;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer;color:#fff;background:#111827;border:0;border-radius:8px;padding:10px 16px}button:disabled{opacity:.6;cursor:not-allowed}input{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.loading{place-items:center;min-height:100vh;display:grid}.auth-page{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:32px;box-shadow:0 10px 30px #00000014}.auth-card h1{margin:0}.auth-card label{margin-top:20px;display:block}.auth-card input{width:100%;margin-top:8px}.auth-card button{width:100%;margin-top:24px}.dashboard{max-width:1100px;margin:0 auto;padding:32px 20px}.header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.header h1{margin:0 0 4px}.card{background:#fff;border-radius:12px;margin-bottom:20px;padding:24px;box-shadow:0 2px 10px #0000000d}.card h2{margin-top:0}.create-form{gap:12px;display:flex}.create-form input{flex:1}.section-header{justify-content:space-between;align-items:center;display:flex}.clients{border-top:1px solid #e5e7eb}.client-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.actions{gap:8px;display:flex}.secondary{color:#111827;background:#e5e7eb}.danger{background:#dc2626}.muted{color:#6b7280}.error{color:#991b1b;background:#fee2e2;border-radius:8px;margin:16px 0;padding:12px 16px}.download-card{border:1px solid #d1d5db}.download-link{align-items:center;gap:8px;display:flex}.download-link input{flex:1;min-width:0;font-family:monospace}.download-button{color:#fff;background:#111827;border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;text-decoration:none;display:inline-flex}.success{color:#166534;margin-top:12px}
