html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1a202c;background-color:#f8fafc;min-height:100vh}.app-container{max-width:1280px;margin:0 auto;padding:20px}.app-header{display:flex;justify-content:space-between;align-items:center;background:#ffffff;padding:16px 24px;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;margin-bottom:24px;border:1px solid #e2e8f0}.logo-brand{display:flex;align-items:center;gap:16px}.brand-badge{width:44px;height:44px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;font-weight:800;font-size:22px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0f172a33}.brand-title{font-size:20px;font-weight:700;color:#0f172a;margin:0}.brand-subtitle{font-size:12px;color:#64748b;margin:2px 0 0}.nav-tabs{display:flex;gap:8px;background:#f1f5f9;padding:4px;border-radius:10px}.nav-btn{border:none;background:transparent;padding:8px 16px;border-radius:8px;font-weight:600;font-size:13px;color:#64748b;cursor:pointer;transition:all .2s ease}.nav-btn.active{background:#ffffff;color:#0f172a;box-shadow:0 2px 4px #0000000f}.preset-toolbar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;padding:14px 20px;border-radius:10px;margin-bottom:20px}.preset-info{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#1e40af;font-weight:500}.badge{background:#2563eb;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;text-transform:uppercase}.btn-sample{background:#2563eb;color:#fff;border:none;padding:9px 18px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;box-shadow:0 2px 6px #2563eb4d;transition:transform .15s ease,background-color .15s}.btn-sample:hover{background:#1d4ed8;transform:translateY(-1px)}.card{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 4px #00000005;margin-bottom:20px;overflow:hidden}.card-header{padding:14px 20px;background:#fafafa;border-bottom:1px solid #edf2f7}.card-header h3{margin:0;font-size:15px;font-weight:700;color:#1e293b}.card-body{padding:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.form-group{margin-bottom:10px}.form-group label{display:block;font-size:12px;font-weight:600;color:#475569;margin-bottom:4px}.form-control{width:100%;padding:8px 12px;font-size:13px;border:1px solid #cbd5e1;border-radius:6px;background-color:#fff;color:#0f172a;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-control.xs{font-size:11px;padding:4px 8px}.xs-num{width:50px;display:inline-block;font-size:12px;padding:2px 6px;margin:0 4px}.input-inline{display:flex;align-items:center}.address-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px}.box-title{margin:0 0 12px;font-size:13px;font-weight:700;color:#334155;border-bottom:2px solid #cbd5e1;padding-bottom:6px}.words-banner{background:#f1f5f9;border:1px solid #cbd5e1;padding:10px 14px;border-radius:8px;display:flex;align-items:center;gap:12px}.words-banner .label{font-size:12px;font-weight:700;color:#334155;white-space:nowrap}.text-blue{color:#1d4ed8}.tax-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.tax-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed #cbd5e1;font-size:13px;font-weight:600;color:#334155}.tax-row .value{font-weight:700;color:#0f172a}.tax-row.grand-row{background:#1e293b;color:#fff;padding:12px 14px;border-radius:6px;margin-top:10px;border:none}.grand-value{font-size:18px;font-weight:800;color:#60a5fa}.signature-box{text-align:right;border:1px solid #e2e8f0;background:#ffffff;padding:12px 16px;border-radius:8px}.sig-org{font-size:12px;font-weight:800;color:#0f172a;margin:0}.sig-space{height:70px}.sig-label{font-size:12px;font-weight:700;color:#475569;margin:0}.table-responsive{overflow-x:auto}.items-table{width:100%;border-collapse:collapse;font-size:13px}.items-table th{background:#f1f5f9;color:#334155;font-weight:700;padding:10px 8px;text-align:left;border:1px solid #cbd5e1;font-size:12px}.items-table td{padding:8px 6px;border:1px solid #e2e8f0;vertical-align:middle}.items-table tbody tr:hover{background-color:#f8fafc}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle!important}.align-center{align-items:center}.font-bold{font-weight:700}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:16px}.mt-3{margin-top:16px}.flex-row{display:flex;flex-direction:row}.gap-1{gap:6px}.space-between{display:flex;justify-content:space-between;align-items:center}.btn-icon{background:transparent;border:none;font-size:16px;cursor:pointer;padding:4px 8px;border-radius:4px}.btn-icon.danger{color:#ef4444}.btn-icon.danger:hover{background:#fee2e2}.form-actions{display:flex;gap:14px;margin-top:24px;margin-bottom:40px}.btn{border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:6px}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#475569;color:#fff}.btn-secondary:hover{background:#334155}.btn-light{background:#e2e8f0;color:#334155}.btn-light:hover{background:#cbd5e1}.btn-lg{padding:12px 24px;font-size:15px}.btn-sm{padding:6px 12px;font-size:12.5px}.btn-outline-primary{background:transparent;border:1px solid #2563eb;color:#2563eb}.btn-outline-primary:hover{background:#2563eb;color:#fff}.btn-outline-secondary{background:transparent;border:1px solid #64748b;color:#64748b}.btn-outline-secondary:hover{background:#64748b;color:#fff}.btn-outline-danger{background:transparent;border:1px solid #ef4444;color:#ef4444}.btn-outline-danger:hover{background:#ef4444;color:#fff}.data-table{width:100%;border-collapse:collapse;font-size:13.5px}.data-table th{background:#f8fafc;color:#475569;text-align:left;padding:12px 14px;border-bottom:2px solid #e2e8f0;font-weight:700}.data-table td{padding:12px 14px;border-bottom:1px solid #f1f5f9}.data-table tr:hover{background-color:#f8fafc}.actions-cell{display:flex;gap:6px}.text-primary{color:#2563eb}.text-success{color:#16a34a}.text-sm{font-size:12px;color:#64748b}.empty-state{text-align:center;padding:40px 20px;color:#64748b;font-size:15px}.alert{padding:12px 18px;border-radius:8px;margin-bottom:16px;font-weight:600;font-size:14px}.alert-success{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.alert-danger{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.loading-bar{background:#3b82f6;color:#fff;padding:6px 12px;font-size:12px;font-weight:700;text-align:center;border-radius:4px;margin-bottom:16px}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.7);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-window{background:white;width:90%;max-width:900px;height:90vh;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.modal-header{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-header h4{margin:0;font-size:16px;color:#0f172a}.modal-close{background:transparent;border:none;font-size:20px;cursor:pointer;color:#64748b}.modal-body{flex:1;padding:0;background:#525659}.pdf-iframe{width:100%;height:100%;border:none}.modal-footer{padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;text-align:right}.logo-dropzone{border:2px dashed #cbd5e1;background-color:#f8fafc;border-radius:10px;padding:16px 20px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;display:flex;justify-content:center;align-items:center;min-height:80px}.logo-dropzone:hover,.logo-dropzone.dragging{border-color:#2563eb;background-color:#eff6ff;box-shadow:0 0 0 4px #2563eb1a}.dropzone-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px}.dropzone-icon{font-size:24px}.dropzone-text{font-size:13px;color:#334155}.dropzone-sub{font-size:11px;color:#64748b}.dropzone-preview{display:flex;align-items:center;gap:16px;width:100%;justify-content:space-between}.logo-img-preview{max-height:60px;max-width:180px;object-fit:contain;border:1px solid #e2e8f0;border-radius:6px;padding:4px;background:white}.preview-info{display:flex;flex-direction:column;align-items:flex-end}.badge-success{background-color:#16a34a;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:12px}.sig-dropzone{border:2px dashed #cbd5e1;background-color:#f8fafc;border-radius:8px;padding:10px 14px;margin:10px 0;text-align:center;cursor:pointer;transition:all .2s ease-in-out;min-height:55px;display:flex;align-items:center;justify-content:center}.sig-dropzone:hover,.sig-dropzone.dragging{border-color:#2563eb;background-color:#eff6ff;box-shadow:0 0 0 3px #2563eb1a}.sig-placeholder{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569}.sig-icon{font-size:18px}.sig-preview{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.sig-img-preview{max-height:45px;max-width:160px;object-fit:contain;background:white;border:1px solid #e2e8f0;border-radius:4px;padding:2px}
