@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-app:#fcfcfd;--bg-card:#fff;--text-primary:#111;--text-secondary:#666;--accent:#000;--border-color:#eee;--success:#111;--error:#df1b1b;--card-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--card-shadow-hover:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}.app-container{background-image:radial-gradient(#e5e7eb 1px,#0000 1px);background-size:40px 40px;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.card-watermark{opacity:.18;pointer-events:none;z-index:1;object-fit:contain;width:auto;max-width:90%;height:85%;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)rotate(-10deg)}.main-card{background:var(--bg-card);width:100%;max-width:520px;min-height:auto;box-shadow:var(--card-shadow);border:1px solid var(--border-color);z-index:10;border-radius:24px;flex-direction:column;transition:box-shadow .4s;animation:.8s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:relative;overflow:hidden}.main-card:hover{box-shadow:var(--card-shadow-hover)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card-header{z-index:10;background:0 0;justify-content:center;align-items:center;gap:2.5rem;padding:3rem 2rem 2rem;display:flex;position:relative}.card-header img{object-fit:contain;filter:grayscale(.2);height:42px;transition:filter .3s}.card-header img:hover{filter:grayscale(0)}.card-header .logo-center{height:34px}.card-body{text-align:center;z-index:10;flex-direction:column;flex:1;justify-content:center;padding:0 3rem 4rem;display:flex;position:relative}.card-body h1{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:.95rem;font-weight:400}.form-container{flex-direction:column;gap:1rem;display:flex}.input-group{border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.styled-input,.styled-select{width:100%;color:var(--text-primary);background:#fff;border:none;padding:.875rem 1rem;font-family:inherit;font-size:.95rem}.styled-input{border-bottom:1px solid var(--border-color)}.styled-input:focus,.styled-select:focus{width:100%;color:var(--text-primary);background:0 0;outline:none}.styled-input::placeholder{color:#a1a1a1}.submit-btn{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:1.15rem;font-size:1rem;font-weight:500;transition:transform .2s,opacity .2s;display:flex}.submit-btn:hover{opacity:.9;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.page-footer{text-align:center;color:var(--text-secondary);margin-top:4rem;font-size:.825rem}.page-footer p{margin-bottom:.4rem}.page-footer a:hover{text-decoration:underline}.status-icon.success{color:var(--success);background:#10b9811a}.status-icon.error{color:var(--error);background:#ef44441a}.verify-details{border:1px solid var(--border-color);text-align:left;border-radius:12px;margin:1.5rem 0;padding:1.25rem}.row{margin-bottom:1rem}.row:last-child{margin-bottom:0}.label{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.val{color:var(--text-primary);font-size:.95rem;font-weight:500}.page-footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.75rem;line-height:1.6}.page-footer a{color:var(--text-primary);font-weight:600;text-decoration:none}.share-card{border:1px dashed var(--border-color);background:#f8fafc;border-radius:12px;margin-top:2rem;padding:1.5rem;animation:.4s ease-out fadeIn}.success-view{flex-direction:column;align-items:center;padding:1rem 0;display:flex}.share-highlight{border:1px solid var(--border-color);background:#f8fafc;border-radius:12px;width:100%;padding:2rem}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.share-btn-primary{color:#fff;cursor:pointer;background:#0077b5;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .2s}.share-btn-primary:hover{background:#005582}.share-btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:6px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.share-btn-secondary:hover{border-color:var(--text-secondary);background:#f1f5f9}.loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=600px){.app-container{background:#fff;padding:1rem}.main-card{border:1px solid var(--border-color);border-radius:12px;max-width:100%;min-height:auto;box-shadow:0 4px 12px #0000000d}.card-header{gap:1rem;padding:2rem 1rem 1rem}.card-header img{height:36px}.card-body{padding:1rem 1.25rem 3rem}.card-body h1{font-size:1.5rem}.subtitle{margin-bottom:2rem;font-size:.8rem}.card-watermark{opacity:.08;height:60%}.submit-btn{padding:1rem;font-size:1rem}}
