*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #1D9E75;--green-dark: #0F6E56;--green-light: #E1F5EE;--green-mid: #9FE1CB;--slate: #1a1f2e;--text: #1a1f2e;--text-mid: #4a5568;--text-muted: #8896a5;--bg: #f8fafb;--surface: #ffffff;--border: #e2e8f0;--border-mid: #cbd5e0;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 10px 30px rgba(0,0,0,.1);font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1{font-size:1.5rem;font-weight:600}h2{font-size:1.125rem;font-weight:600}h3{font-size:.9375rem;font-weight:500}p{color:var(--text-mid)}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .15s;white-space:nowrap;text-decoration:none}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-primary:hover{background:var(--green-dark)}.btn-primary:disabled{background:var(--border-mid);cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-mid)}.btn-secondary:hover{background:var(--bg)}.btn-ghost{background:none;color:var(--text-mid);border-color:transparent}.btn-ghost:hover{background:var(--bg);color:var(--text)}.btn-sm{padding:6px 12px;font-size:13px}.btn-lg{padding:12px 24px;font-size:15px}.btn-full{width:100%;justify-content:center}input,select,textarea{width:100%;padding:9px 12px;border:1px solid var(--border-mid);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--text);background:var(--surface);transition:border-color .15s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #1d9e751f}label{font-size:13px;font-weight:500;color:var(--text-mid);display:block;margin-bottom:5px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;box-shadow:var(--shadow-sm)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:99px;font-size:11px;font-weight:500}.badge-green{background:var(--green-light);color:var(--green-dark)}.badge-amber{background:#faeeda;color:#633806}.badge-gray{background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.text-muted{color:var(--text-muted);font-size:13px}.text-green{color:var(--green)}.divider{height:1px;background:var(--border);margin:16px 0}.soc-bar{height:6px;background:var(--border);border-radius:99px;overflow:hidden}.soc-fill{height:100%;border-radius:99px;transition:width .4s ease}
