.sf-hidden{display:none!important}
:root{--bg:#f6f7f9;--card:#ffffff;--ink:#1f2937;--muted:#6b7280;--soft:#e5e7eb;--brand:#00625F;--brand-2:#008480;--success:#1a7f37;--radius:16px;--shadow-sm:0 2px 6px rgba(0,0,0,.06);--shadow-md:0 10px 28px rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:var(--bg);min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,rgba(0,98,95,.95),rgba(0,132,128,.95));padding:16px 24px;display:flex;justify-content:space-between;align-items:center;color:#fff;position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm)}.logo img{height:48px;filter:brightness(0) invert(1)}.menu-toggle{width:32px;height:22px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.menu-toggle span{height:2.5px;background:#fff;border-radius:2px}.content{flex:1;padding:32px 16px}.success-card{max-width:760px;margin:0 auto;background:var(--card);border:1px solid var(--soft);border-radius:22px;padding:32px 28px;box-shadow:var(--shadow-md)}.center{text-align:center}.success-badge{width:116px;height:116px;margin:4px auto 18px;position:relative;border-radius:50%;background:radial-gradient(rgba(0,132,128,.12),rgba(0,132,128,0));display:grid;place-items:center}.success-badge::after{content:"";position:absolute;inset:-6px;border-radius:50%;border:4px solid rgba(0,132,128,.25);animation:pulse 2s infinite ease-out}.success-icon{width:64px;height:64px;filter:brightness(0) saturate(100%) invert(34%) sepia(54%) saturate(1060%) hue-rotate(116deg) brightness(100%) contrast(95%)}@keyframes pulse{0%{transform:scale(.92);opacity:.9}70%{transform:scale(1.08);opacity:.15}100%{transform:scale(.92);opacity:.0}}h1{font-size:28px;letter-spacing:-.2px;font-weight:800;margin-bottom:8px;color:var(--brand)}.success-text{color:#475569;font-weight:600;line-height:1.55;margin-bottom:20px}.confirm{margin-top:20px;background:#fff;border:1px solid var(--soft);border-radius:14px;padding:18px 16px;box-shadow:var(--shadow-sm)}.confirm-title{font-size:16px;color:var(--brand);font-weight:900;margin-bottom:12px}.confirm-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px dashed var(--soft)}.row:last-child{border-bottom:none}.label{color:var(--muted);font-weight:700;font-size:13px}.value{font-weight:900}.value--hl{color:var(--brand-2)}.divider{height:2px;background:linear-gradient(90deg,var(--brand-2),var(--brand));border-radius:2px;margin:14px 0}.actions{display:flex;justify-content:center;margin-top:18px}.btn{padding:14px 18px;border-radius:12px;border:1.5px solid transparent;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:.18s ease}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 10px 24px rgba(0,98,95,.25)}.btn-primary:hover{filter:brightness(.96);transform:translateY(-1px)}.note{margin-top:18px;background:#f8fafc;border:1px solid var(--soft);border-radius:12px;padding:14px;color:#64748b;font-weight:600;text-align:center}.footer{background:#0c0f12;color:#e5e7eb;margin-top:auto;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{max-width:1100px;margin:0 auto;padding:28px 16px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.brand-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 0 0 4px rgba(0,98,95,.15)}.brand-text{font-weight:700;color:#fff}.footer-links{display:flex;flex-wrap:wrap;gap:14px 18px;justify-content:flex-end}.footer-links a{color:#cbd5e1;text-decoration:none;font-weight:600;font-size:14px;padding:6px 8px;border-radius:8px;transition:.18s}.footer-links a:hover{color:#fff;background:rgba(255,255,255,.06)}.footer-divider{height:1px;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(0,0,0,0),rgba(255,255,255,.06))}.footer-bottom{max-width:1100px;margin:0 auto;padding:14px 16px 22px;display:flex;gap:12px;align-items:center;justify-content:space-between}.copyright{color:#9ca3af;font-size:13px;margin:0}.social-icons{display:flex;gap:10px}.social-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#12161b;border:1px solid rgba(255,255,255,.06);color:#e5e7eb;text-decoration:none;font-weight:800;transition:.16s}.social-icon:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--brand),var(--brand-2));border-color:transparent;color:#fff}@media (max-width:760px){.success-card{padding:24px 18px}.confirm-grid{grid-template-columns:1fr}.row{padding:10px 0}h1{font-size:24px}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}}
.loading-screen{position:fixed;inset:0;background:rgba(255,255,255,.9);z-index:1000;align-items:center;justify-content:center}
