/*
WARNING:
This website's styles, UI design, and assets are protected under copyright law.
Unauthorized copying or redistribution is strictly prohibited.
Legal action may be taken against violators.
*/
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 18px;border-radius:10px;border:1px solid var(--line);
  background:#fff;color:#000;font-weight:600;cursor:pointer;transition:.15s;width:100%}
.btn:hover{transform:translateY(-1px)}
.btn.ghost{background:transparent;color:#fff;border-color:var(--line)}
.btn.ghost:hover{background:#161618}
.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}
