:root{font-family:Arial,Helvetica,sans-serif;color:#fff;background:#050607}*{box-sizing:border-box}body{margin:0;overflow:hidden;background:#050607;color:#fff}button,select,input,textarea{font:inherit}.app{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#050607;color:#fff}.card{border:1px solid #3a3b41;border-radius:16px;background:#292a2e;padding:14px;margin-bottom:12px;max-width:100%}.btn{border:1px solid #3a3b41;border-radius:12px;padding:8px 10px;background:#191a1f;color:#fff;font-weight:900;font-size:12px;cursor:pointer}.app-body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.grid-two,.cert-checklist-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{border:1px solid var(--accent, #1eff00);background:#050607!important;color:#fff!important;border-radius:10px;padding:8px 10px;width:100%;box-sizing:border-box}input::placeholder,textarea::placeholder{color:#ffffff73}input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;width:18px;height:18px;min-width:18px;margin:0 8px 0 0;flex:0 0 auto;accent-color:var(--accent, #1eff00);background:transparent!important}label.row{display:flex;flex-direction:row;align-items:center;gap:10px}
