@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-main:#060814;--bg-gradient:linear-gradient(135deg, #060814 0%, #0d1127 100%);--panel-bg:#0d112799;--panel-border:#ffffff12;--panel-hover:#ffffff1a;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-cyan:#06b6d4;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-success:#10b981;--accent-warning:#f59e0b;--accent-cyan-glow:#06b6d44d;--accent-blue-glow:#3b82f64d;--accent-success-glow:#10b9814d;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace;--shadow-glow:0 8px 32px 0 #0000005e;--radius-lg:16px;--radius-md:10px;--radius-sm:6px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg-main);background-image:var(--bg-gradient);color:var(--text-primary);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);width:40%;height:40%;position:absolute;top:-10%;left:-10%}body:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#06b6d41f 0%,#0000 70%);width:40%;height:40%;position:absolute;bottom:-10%;right:-10%}#app{z-index:1;flex-direction:column;flex-grow:1;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem;display:flex}header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding-bottom:1.5rem;display:flex}.brand{align-items:center;gap:.75rem;display:flex}.brand-icon{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);border-radius:var(--radius-md);justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 0 15px #06b6d466}.brand-icon svg{color:#fff;width:24px;height:24px}.brand-text h1{letter-spacing:-.025em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.brand-text p{color:var(--text-secondary);font-size:.825rem}.badge-cfdi{border:1px solid var(--accent-cyan);color:var(--accent-cyan);letter-spacing:.05em;background:#06b6d426;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;box-shadow:0 0 10px #06b6d433}.main-grid{flex-grow:1;grid-template-columns:450px 1fr;gap:1.75rem;display:grid}@media (width<=1024px){.main-grid{grid-template-columns:1fr}}.panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-glow);flex-direction:column;gap:1.5rem;padding:1.75rem;transition:border-color .3s,box-shadow .3s;display:flex}.panel:hover{border-color:#ffffff1f}.panel-title{color:var(--text-primary);border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding-bottom:.75rem;font-size:1.15rem;font-weight:600;display:flex}.panel-title svg{color:var(--accent-cyan)}#generator-form{flex-direction:column;gap:1.35rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);justify-content:space-between;margin-bottom:.25rem;font-size:.85rem;font-weight:500;display:flex}.form-group label span.value{color:var(--accent-cyan);font-family:var(--font-mono);font-weight:600}input[type=range]{-webkit-appearance:none;background:#ffffff1a;border-radius:5px;outline:none;width:100%;height:6px;transition:background .3s}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent-cyan);cursor:pointer;width:18px;height:18px;box-shadow:0 0 10px var(--accent-cyan-glow);border-radius:50%;transition:transform .1s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}select,input[type=text],input[type=number]{box-sizing:border-box;width:100%;color:var(--text-primary);border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff1a;outline:none;padding:.75rem;font-family:inherit;font-size:.9rem;transition:all .3s}select:focus,input[type=text]:focus,input[type=number]:focus{border-color:var(--accent-cyan);background:#ffffff0d;box-shadow:0 0 10px #06b6d426}select option{color:var(--text-primary);background:#0f132a}.complements-grid{flex-direction:column;gap:.75rem;display:flex}.checkbox-card{border-radius:var(--radius-md);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.checkbox-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px)}.checkbox-card input[type=checkbox],.checkbox-card input[type=radio]{width:18px;height:18px;accent-color:var(--accent-cyan);cursor:pointer;position:absolute;top:1.15rem;right:1.15rem}.checkbox-card-info{flex-direction:column;gap:.25rem;padding-right:1.5rem;display:flex}.checkbox-card-title{color:var(--text-primary);font-size:.9rem;font-weight:600}.checkbox-card-desc{color:var(--text-secondary);font-size:.75rem;line-height:1.3}.checkbox-card.active{border-color:var(--accent-cyan);background:#06b6d40a;box-shadow:0 0 15px #06b6d414}.btn-primary{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-blue) 100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:0 4px 15px var(--accent-blue-glow);border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{background:var(--text-muted);box-shadow:none;cursor:not-allowed;transform:none}.output-column{flex-direction:column;gap:1.5rem;height:100%;display:flex}.console-panel{border:1px solid var(--panel-border);border-radius:var(--radius-lg);background:#060814d9;flex-direction:column;flex-grow:1;min-height:400px;max-height:600px;display:flex;overflow:hidden;box-shadow:inset 0 0 20px #0009}.console-header{border-bottom:1px solid var(--panel-border);background:#ffffff05;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.console-dots{gap:6px;display:flex}.console-dot{border-radius:50%;width:12px;height:12px}.console-dot.red{background:#ef4444}.console-dot.yellow{background:#eab308}.console-dot.green{background:#22c55e}.console-title{font-family:var(--font-mono);color:var(--text-secondary);letter-spacing:.05em;font-size:.8rem}.console-clear{color:var(--text-muted);cursor:pointer;align-items:center;transition:color .2s;display:flex}.console-clear:hover{color:var(--text-primary)}.console-logs{font-family:var(--font-mono);scroll-behavior:smooth;flex-direction:column;flex-grow:1;gap:.5rem;padding:1.25rem;font-size:.85rem;line-height:1.6;display:flex;overflow-y:auto}.log-line{align-items:flex-start;gap:.75rem;animation:.2s ease-out forwards fadeInLog;display:flex}@keyframes fadeInLog{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.log-timestamp{color:var(--text-muted);-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:.75rem}.log-badge{text-transform:uppercase;white-space:nowrap;border-radius:3px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.log-line.info .log-badge{color:var(--accent-blue);background:#3b82f626}.log-line.success .log-badge{color:var(--accent-success);background:#10b98126}.log-line.warning .log-badge{color:var(--accent-warning);background:#f59e0b26}.log-content{color:var(--text-primary);word-break:break-all}.log-action-link{color:var(--accent-cyan);cursor:pointer;margin-left:.5rem;text-decoration:underline}.log-action-link:hover{color:#fff}.progress-panel{flex-direction:column;gap:.75rem;display:flex}.progress-header{justify-content:space-between;font-size:.85rem;font-weight:500;display:flex}.progress-status{color:var(--text-secondary)}.progress-pct{color:var(--accent-cyan);font-family:var(--font-mono);font-weight:600}.progress-track{background:#ffffff0d;border:1px solid #ffffff08;border-radius:10px;width:100%;height:8px;position:relative;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--accent-cyan) 0%, var(--accent-blue) 100%);width:0%;height:100%;box-shadow:0 0 10px var(--accent-blue-glow);border-radius:10px;transition:width .1s ease-out}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;opacity:0;pointer-events:none;background:#030409d9;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-container{border:1px solid var(--panel-border);border-radius:var(--radius-lg);background:#0a0d1d;flex-direction:column;width:90%;max-width:950px;height:85%;transition:transform .3s;display:flex;overflow:hidden;transform:translateY(20px);box-shadow:0 20px 50px #0009}.modal-overlay.open .modal-container{transform:translateY(0)}.modal-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.modal-title-area h3{font-size:1.1rem;font-weight:600}.modal-title-area p{color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono)}.modal-actions{gap:.75rem;display:flex}.btn-icon{color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.btn-icon:hover{color:var(--accent-cyan);background:#ffffff14}.modal-body{background:#060812;flex-grow:1;padding:1.5rem;overflow:auto}.xml-code-pre{font-family:var(--font-mono);color:#e2e8f0;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;font-size:.85rem;line-height:1.5}.xml-tag{color:#f43f5e}.xml-attr-name{color:#38bdf8}.xml-attr-val{color:#10b981}.xml-declaration{color:#a855f7}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}footer{border-top:1px solid var(--panel-border);margin-top:auto;padding:1.5rem 0 0}.footer-content{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;font-size:.75rem;display:flex}.donations-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:.25rem;display:flex}.coffee-btn-glass{color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #0000001a}.coffee-btn-glass i{width:14px;height:14px;color:var(--accent-cyan);transition:transform .3s}.coffee-btn-glass:hover{border-color:var(--accent-cyan);color:#fff;background:#ffffff0f;transform:translateY(-2px);box-shadow:0 6px 15px #06b6d42e}.coffee-btn-glass:hover i{transform:rotate(12deg)scale(1.1)}
