@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap";:root{--primary-color:#0f172a;--primary:#2563eb;--primary-light:#eff6ff;--secondary-color:#3b82f6;--accent-color:#2563eb;--bg-color:#f8fafc;--surface-color:#ffffffd9;--text-dark:#1e293b;--text-light:#64748b;--border-color:#e2e8f0;--focus-ring:#3b82f680}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#100f150d 0,#0000 50%),radial-gradient(at 50% 0,#2f3e6a0d 0,#0000 50%),radial-gradient(at 100% 0,#7227410d 0,#0000 50%);min-height:100vh;font-family:Inter,sans-serif}input,textarea,select{color:var(--text-dark);font-family:inherit}@media print{body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:0 0}@page{margin:12mm;size:A4 portrait}}.app-container{flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-navigation{border-bottom:1px solid var(--border-color);background-color:#fff;padding:0 1rem;display:flex}.nav-tab{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.nav-tab:hover{color:var(--primary-color);background-color:var(--bg-color)}.app-content{flex:1;display:flex;overflow:hidden}.sidebar-form::-webkit-scrollbar{width:8px}.preview-area::-webkit-scrollbar{width:8px}.sidebar-form::-webkit-scrollbar-track{background:0 0}.preview-area::-webkit-scrollbar-track{background:0 0}.sidebar-form::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.preview-area::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.sidebar-form{background-color:var(--surface-color);-webkit-backdrop-filter:blur(16px);border-right:1px solid var(--border-color);z-index:10;flex-direction:column;gap:2.5rem;width:500px;min-width:500px;padding:2.5rem;display:flex;overflow-y:auto;box-shadow:4px 0 24px #0000000d}.preview-area{background-color:#0000;flex-direction:column;flex:1;align-items:center;padding:2rem;display:flex;overflow-y:auto}.top-bar{justify-content:flex-end;width:100%;max-width:210mm;margin-bottom:2rem;display:flex}.header h1{color:var(--primary-color);align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:flex}.header p{color:var(--text-light);font-size:.95rem;line-height:1.5}.form-section{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-dark);font-size:.9rem;font-weight:500}.form-control{border:1px solid var(--border-color);background-color:#ffffffe6;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-control:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--focus-ring);background-color:#fff;outline:none}textarea.form-control{resize:vertical;min-height:100px}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 12px #2563eb33}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}.btn-secondary{color:var(--text-dark);border:1px solid var(--border-color);background-color:#fff;box-shadow:0 2px 4px #0000000d}.btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1}.a4-document{color:#000;text-align:justify;box-sizing:border-box;background-color:#fff;border-radius:8px;width:210mm;min-height:297mm;font-family:Times New Roman,Times,serif;line-height:1.5;box-shadow:0 10px 40px #00000014;padding:3cm 2cm 2cm 3cm!important}.font-arial{font-family:Arial,Helvetica,sans-serif!important}.font-times{font-family:Times New Roman,Times,serif!important}.a4-document h1{text-align:center;text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.a4-document p{text-indent:2.5cm;margin-bottom:1rem;font-size:12pt;line-height:1.3}.a4-document .long-citation{text-indent:0;margin-bottom:1rem;margin-left:4cm;font-size:10pt;line-height:1.2}.doc-signature-container{page-break-inside:avoid;flex-direction:column;margin-top:3rem;display:flex}.doc-date{text-align:right;margin-bottom:2rem}.signature-flex{justify-content:space-between;gap:2rem;margin-top:4rem;display:flex}.signature-block{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.signature-block p{margin-top:0;line-height:1.2;text-indent:0!important}.signature-block strong{letter-spacing:.05em;color:#111827;margin-top:.6rem;font-size:.95rem;font-weight:700;display:block}.hero-container{background:radial-gradient(circle at 100% 0,#6366f10d 0%,#0000 40%),radial-gradient(circle at 0 100%,#10b9810d 0%,#0000 40%);justify-content:space-between;align-items:center;gap:3rem;min-height:calc(100svh - 100px);padding:4rem 2rem;display:flex;overflow:hidden}.hero-content{flex:1.2;max-width:650px}.hero-access-panel{z-index:10;flex:.8;max-width:400px;position:relative}.login-card{-webkit-backdrop-filter:blur(24px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:32px;width:100%;padding:3rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px -12px #00000026}.login-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -12px #0000002e}.login-header{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.icon-badge{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;display:flex;box-shadow:0 8px 16px #6366f140}.login-header h2{color:#111827;letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.login-header p{color:#6b7280;max-width:320px;margin:0;font-size:.95rem;line-height:1.5}.password-input-relative{width:100%;position:relative}.password-input{padding-right:48px!important}.btn-toggle-password-overlay{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.btn-toggle-password-overlay:hover{color:#6366f1}.btn-block{width:100%}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.mt-2{margin-top:.5rem}.tool-card.bonus{border-color:#6366f1;position:relative;overflow:hidden}.badge-bonus{color:#fff;background:#6366f1;padding:4px 30px;font-size:.6rem;font-weight:800;position:absolute;top:12px;right:-25px;transform:rotate(45deg);box-shadow:0 2px 4px #0000001a}.restricted-access-card{text-align:center;background:#fff;border:2px dashed #e5e7eb;border-radius:24px;margin-bottom:3rem;padding:2.5rem}.lock-icon-container{color:#f59e0b;background:#fff7ed;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.restricted-access-card h3{color:#111827;margin-bottom:.5rem;font-size:1.5rem}.restricted-actions{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.whatsapp-btn{justify-content:center;align-items:center;gap:10px;display:flex;background:#25d366!important;border-color:#25d366!important}.contact-info{color:#9ca3af;margin-top:1.5rem;font-size:.8rem;display:block}.hero-badge{color:#4f46e5;background:#6366f114;border-radius:99px;align-items:center;gap:8px;margin-bottom:2rem;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{color:#111827;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title .highlight{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#4b5563;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.hero-actions{justify-content:flex-start;gap:1rem;margin-bottom:3rem;display:flex}.hero-tools{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-bottom:3rem;display:grid}.tool-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.tool-card:hover{border-color:#6366f1;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.tool-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.tool-icon.proc{color:#6366f1;background:#eef2ff}.tool-icon.ata{color:#10b981;background:#ecfdf5}.tool-icon.edit{color:#f59e0b;background:#fff7ed}.tool-card h3{color:#111827;letter-spacing:.05em;margin:0;font-size:1.1rem;font-weight:800}.tool-card p{color:#6b7280;margin:0;font-size:.85rem;line-height:1.4;text-indent:0!important}.hero-features{border-top:1px solid #f3f4f6;flex-direction:row;gap:2rem;padding-top:2rem;display:flex}.feature-item{align-items:center;gap:16px;display:flex}.feature-icon{color:#6366f1;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 6px -1px #0000001a}.feature-text strong{color:#111827;font-size:1rem;display:block}.feature-text span{color:#6b7280;font-size:.85rem}.hero-visual{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.visual-card-blob{filter:blur(60px);z-index:1;background:linear-gradient(135deg,#6366f133 0%,#a855f733 100%);border-radius:50%;width:400px;height:400px;position:absolute}.visual-card{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #fff6;border-radius:16px;width:100%;max-width:450px;position:relative;overflow:hidden}.visual-card .card-header{background:#f8fafc;gap:6px;padding:12px 16px;display:flex}.visual-card .dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ff5f57}.dot.yellow{background:#ffbd2e}.dot.green{background:#28c940}.card-body-mock{padding:2rem}.mock-line-long{background:#f1f5f9;border-radius:4px;width:100%;height:8px;margin-bottom:12px}.mock-line-mid{background:#e2e8f0;border-radius:4px;width:60%;height:8px;margin-bottom:24px}.mock-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mock-square{aspect-ratio:1;background:#f1f5f9;border-radius:8px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.hero-container{text-align:center;flex-direction:column;gap:2rem;height:auto;min-height:auto;padding:2rem 1rem}.hero-content{order:1;max-width:100%}.hero-access-panel{order:2;width:100%;max-width:500px}.hero-title{font-size:2.8rem}.hero-actions{justify-content:center}.hero-tools{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.feature-item{justify-content:center}}@media (width<=600px){.hero-container{padding:1.5rem 1rem}.hero-title{margin-bottom:1rem;font-size:2rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.hero-tools{grid-template-columns:1fr;gap:.75rem}.tool-card{padding:1.25rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.hero-features{text-align:left;flex-direction:column;align-items:flex-start;gap:1.25rem}.login-card{border-radius:20px;padding:1.5rem 1.25rem}.hero-user-card{padding:1.5rem}}.signature-block .role{color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:.7rem;font-weight:600;display:block}.doc-signature-line{border-top:1px solid #111827;width:100%;max-width:280px;margin:0 auto}@media print{.sidebar-form,.top-bar{display:none!important}.app-container,.app-content{height:auto;display:block;overflow:visible}.no-print{display:none!important}.preview-area{background:0 0;margin:0;padding:0;display:block}@page{size:A4 portrait;margin:3cm 2cm 2cm 3cm}.a4-document{box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:0;width:100%;max-width:none;min-height:0;font-size:12pt;line-height:1.5;position:relative;margin:0!important;padding:0!important}.edital-header{height:25mm;position:fixed;top:10mm;left:20mm;right:20mm}.edital-footer{page-break-inside:avoid;break-inside:avoid;border-top:1px solid #ddd;height:20mm;position:fixed;bottom:10mm;left:20mm;right:20mm}.edital-main{margin-top:30mm;margin-bottom:25mm}table{page-break-inside:avoid}}.setup-container{max-width:900px;margin:4rem auto;padding:2rem;animation:.6s ease-out fadeIn}.setup-header{text-align:center;margin-bottom:3rem}.setup-badge{background:var(--primary-light);color:var(--primary);border-radius:20px;align-items:center;gap:6px;margin-bottom:1rem;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.setup-header h1{color:var(--text-dark);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.setup-header p{color:#6b7280;font-size:1.1rem}.setup-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.setup-card{background:#fff;border:1px solid #0000000d;border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 25px #00000008}.setup-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000000f}.card-icon{background:var(--primary-light);width:50px;height:50px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.setup-card h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.3rem}.setup-card p{color:#6b7280;font-size:.95rem;line-height:1.5}.setup-summary{border:2px solid var(--primary-light);background:#fff;border-radius:20px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 30px #2563eb1a}.summary-info{align-items:center;gap:1rem;display:flex}.summary-info strong{color:var(--text-dark);font-size:1.1rem;display:block}.summary-info p{color:#6b7280;margin:0;font-size:.9rem}.setup-footer{text-align:center;color:#9ca3af;margin-top:2rem;font-size:.9rem}.form-control{background:#fcfcfd;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;transition:all .2s cubic-bezier(.4,0,.2,1)}.form-control:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #2563eb1a}.form-title{color:var(--primary);border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;font-size:1.1rem;font-weight:700;display:flex}.nav-tab{padding:12px 24px;transition:all .3s}.nav-tab.active{background:var(--primary);color:#fff;box-shadow:0 10px 20px #2563eb33}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.5s ease-out forwards fadeIn}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@media (width<=768px){.app-navigation{white-space:nowrap;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding:0 .5rem;overflow-x:auto}.nav-tab{flex-shrink:0;padding:.8rem 1rem;font-size:.9rem}.app-container{height:auto;min-height:100vh;overflow:visible}.app-content{flex-direction:column;overflow:visible}.sidebar-form{border-right:none;border-bottom:2px solid var(--border-color);width:100%;min-width:100%;padding:1.25rem}.preview-area{padding:1rem .5rem;overflow:visible}.top-bar{justify-content:center}.a4-document{width:100%;max-width:100%;min-height:auto;padding:20px!important}.setup-header h1{line-height:1.3;font-size:1.6rem!important}.setup-grid{gap:1.5rem;grid-template-columns:1fr!important}.setup-container{margin:1.5rem auto;padding:1rem}.setup-summary{text-align:center;flex-direction:column;gap:1rem}}
