:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#f1f5f9}#root{width:100%}*{box-sizing:border-box;margin:0;padding:0}.container-main{display:flex;height:100vh;background-color:#0f172a}.editor-sidebar{width:420px;min-width:420px;background-color:#1e293b;color:#fff;padding:1.5rem;overflow-y:auto;border-right:2px solid #334155}.editor-sidebar h2{color:#10b981;margin-bottom:1rem}.editor-sidebar label{display:block;font-size:.7rem;font-weight:700;color:#94a3b8;margin-top:12px;text-transform:uppercase}.editor-sidebar input,.editor-sidebar textarea{width:100%;background:#0f172a;border:1px solid #334155;border-radius:6px;padding:10px;color:#fff;margin-top:5px;font-family:inherit}.grid-inputs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn-save-pdf{width:100%;background-color:#10b981;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:700;margin-top:25px;cursor:pointer;font-size:1rem;transition:background .2s}.btn-save-pdf:hover{background-color:#059669}.pdf-viewer{flex:1;background-color:#475569;display:flex;justify-content:center;align-items:flex-start;padding:2rem;overflow:auto}.a4-page{background-color:#fff;width:210mm;min-width:210mm;min-height:297mm;padding:15mm;color:#000;font-family:Times New Roman,serif;display:flex;flex-direction:column;box-shadow:0 0 30px #00000080;line-height:1.3}.pdf-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid black;padding-bottom:5px;margin-bottom:10px}.empresa-nombre{font-size:1.3rem;text-decoration:underline;font-weight:700}.logo-pdf{width:75px}.pdf-titulo-proyecto{font-size:1.05rem;text-decoration:underline;font-weight:700;margin:12px 0}.lista-items{white-space:pre-wrap;font-family:inherit;font-size:.95rem;margin-top:5px}.pdf-detalles{margin:15px 0;font-weight:700}.pdf-footer{margin-top:auto;text-align:center}.firma-linea{border-top:1px solid black;width:280px;margin:0 auto 5px}@media(max-width:1024px){.container-main{flex-direction:column;overflow-y:auto}.editor-sidebar{width:100%;min-width:100%;height:auto;border-bottom:4px solid #10b981}.pdf-viewer{justify-content:flex-start;padding:1rem;display:block}}.App{width:100%;margin:0;padding:0}
