:root{--primary: #fbbf24;--primary-dark: #d97706;--secondary: #1e3a8a;--background: #f1f5f9;--card: #ffffff;--text: #020617;--text-muted: #475569;--radius: 20px;--shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, .15)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;font-size:1.2rem}h1,h2,h3{font-family:Outfit,sans-serif;font-weight:800;letter-spacing:-.03em;color:var(--secondary)}.app-container{max-width:650px;margin:0 auto;min-height:100%;display:flex;flex-direction:column}@media (min-width: 640px){.app-container{padding:3rem 1.5rem;justify-content:center}}.screen{flex:1;display:flex;flex-direction:column;background:var(--card);animation:slideUp .5s cubic-bezier(.16,1,.3,1);border-bottom:8px solid var(--primary)}@media (min-width: 640px){.screen{border-radius:var(--radius);box-shadow:var(--shadow-lg);flex:initial;padding:3rem;border:1px solid #e2e8f0}}@media (max-width: 639px){.screen{padding:2rem 1.5rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2rem;border-radius:var(--radius);font-weight:800;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;font-family:inherit;gap:1rem;font-size:1.2rem;margin-top:1rem}.btn-primary{background:var(--primary);color:#000;box-shadow:0 8px 16px #fbbf2466}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-primary:active{transform:scale(.96)}.btn-secondary{background:#f1f5f9;color:var(--secondary);border:2px solid #e2e8f0}.btn-large-text{font-size:1.4rem}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:800;margin-bottom:.75rem;color:var(--secondary);font-size:1.3rem}.form-group input{width:100%;padding:1.25rem;border-radius:var(--radius);border:3px solid #e2e8f0;font-size:1.3rem;background:#fbfcfd;transition:all .2s;color:var(--text)}.form-group input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 6px #fbbf2426}.document-view{background:#fff;padding:2rem;border-radius:var(--radius);border:2px solid #e2e8f0;font-size:1.25rem;line-height:1.9;color:#1e293b;margin-bottom:2rem;box-shadow:inset 0 4px 12px #00000008;text-align:justify}.document-view strong{color:#000;background:#fff7d1;padding:2px 6px;border-radius:6px;font-weight:800}.signature-pad{border:3px dashed var(--primary);border-radius:var(--radius);background:#fff;width:100%;aspect-ratio:16/9;cursor:crosshair;touch-action:none;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000000d}.selfie-camera{width:100%;aspect-ratio:3/4;background:#000;border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;border:4px solid var(--primary)}.list-item{display:flex;align-items:center;padding:1.5rem;background:#fff;border:3px solid #e2e8f0;border-radius:var(--radius);margin-bottom:1.25rem;cursor:pointer;transition:all .3s}.list-item:hover{border-color:var(--primary);background:#fffdf5;transform:translate(8px)}.step-indicator{display:flex;gap:12px;padding:1.5rem 0;justify-content:center}.step-bar{height:8px;flex:1;max-width:60px;background:#e2e8f0;border-radius:4px}.step-bar.active{background:var(--primary)}.instruction-badge{background:#eff6ff;color:#1e40af;padding:.75rem 1rem;border-radius:12px;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.logo-header{height:80px;object-fit:contain;margin:0 auto 1.5rem;display:block}
