.ig_header,.ig_progress_wrapper{margin-bottom:50px}.ig_header{text-align:center}.ig_header h1{font-size:2.5rem;color:#de333b;margin-bottom:10px;font-weight:700}.ig_header p{color:#666;font-size:1.1rem}.ig_progress_steps{display:flex;justify-content:space-between;position:relative;max-width:800px;margin:0 auto}.ig_progress_line{position:absolute;top:25px;left:0;right:0;height:3px;background:#e0e0e0;z-index:1}.ig_progress_line_fill{height:100%;background:#de333b;transition:width .4s;width:0%}.ig_step_item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.ig_step_circle{width:50px;height:50px;border-radius:50%;background:#fff;border:3px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#999;transition:.3s;margin-bottom:10px}.ig_step_item.active .ig_step_circle{background:#de333b;border-color:#de333b;color:#fff;transform:scale(1.1)}.ig_step_item.completed .ig_step_circle{background:#de333b;border-color:#de333b;color:#fff}.ig_step_label{font-size:.9rem;color:#999;font-weight:600;text-align:center}.ig_step_item.active .ig_step_label{color:#de333b}.ig_content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 20px rgba(0,0,0,.08)}.ig_step_content{display:none}.ig_step_content.active{display:block;animation:.4s ig_fadeIn}@keyframes ig_fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ig_step_title{font-size:1.8rem;color:#000;margin-bottom:0;font-weight:700}.ig_template_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-top:30px}.ig_template_card{border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;cursor:pointer;transition:.3s;background:#fff}.ig_template_card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15);border-color:#de333b}.ig_template_card.selected{border-color:#de333b;border-width:3px;box-shadow:0 10px 30px rgba(222,51,59,.25)}.ig_template_preview{height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ig_form_input,.ig_form_select,.ig_form_textarea,.ig_item_input{box-shadow:initial;height:initial;line-height:inherit;width:100%}.ig_template_info{padding:20px;text-align:center}.ig_template_name{font-weight:700;font-size:1.1rem;color:#000;margin-bottom:5px}.ig_template_desc{font-size:.9rem;color:#666}.ig_form_group{margin-bottom:25px}.ig_form_row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ig_form_label{display:block;font-weight:600;color:#000;margin-bottom:8px;font-size:.95rem}.ig_form_input,.ig_form_select,.ig_form_textarea{padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:.3s;font-family:inherit;color:#000;background:initial}.ig_form_input:focus,.ig_form_select:focus,.ig_form_textarea:focus{outline:0;border-color:#de333b;box-shadow:0 0 0 3px rgba(222,51,59,.1)}.ig_form_textarea{resize:vertical;min-height:100px}.ig_logo_upload_box{border:2px dashed #e0e0e0;border-radius:12px;padding:30px;text-align:center;cursor:pointer;transition:.3s}.ig_item_row,.ig_items_header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 60px;padding:15px;border-radius:8px;margin-bottom:15px;gap:15px}.ig_logo_upload_box:hover{border-color:#de333b;background:rgba(222,51,59,.02)}.ig_logo_preview_img{max-width:200px;max-height:100px;margin-bottom:15px}.ig_logo_upload_icon{font-size:3rem;color:#de333b;margin-bottom:15px}.ig_logo_upload_text{color:#666;font-size:.95rem}.ig_items_section{margin-top:30px}.ig_items_header{background:#f5f5f5;font-weight:600;color:#000}.ig_item_row{background:#fafafa;align-items:center}.ig_btn,.ig_remove_btn{display:flex;align-items:center}.ig_item_input{background:initial;padding:10px;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem}.ig_item_input:focus{outline:0;border-color:#de333b}.ig_item_input[readonly]{background:#f5f5f5;cursor:not-allowed}.ig_remove_btn{width:40px;height:40px;border-radius:50%;border:none;background:#ff4757;color:#fff;cursor:pointer;transition:.3s;justify-content:center}.ig_add_item_btn,.ig_btn{font-size:1rem;line-height:inherit;height:inherit;letter-spacing:inherit;text-transform:inherit;box-shadow:inherit;cursor:pointer;transition:.3s;font-weight:600}.ig_remove_btn:hover{background:#ff3838;transform:scale(1.1)}.ig_add_item_btn{text-align:center;width:100%;padding:15px;border:2px dashed #de333b;background:0 0;color:#de333b;border-radius:8px;margin-top:15px}.ig_add_item_btn:hover{background:rgba(222,51,59,.05);color:#de333b}.ig_btn_primary,.ig_invoice_table th,.ig_modal_close:hover{background:#de333b;color:#fff}.ig_nav_buttons{display:flex;justify-content:space-between;margin-top:40px;gap:15px}.ig_btn{padding:14px 32px;border:none;border-radius:8px;gap:10px;text-align:inherit}.ig_btn_primary:hover{background:#c12a32;transform:translateY(-2px);box-shadow:0 5px 15px rgba(222,51,59,.3);color:#fff}.ig_btn_secondary{background:#f5f5f5;color:#000}.ig_btn_secondary:hover{background:#e0e0e0;color:#000}.ig_btn:disabled{opacity:.5;cursor:not-allowed}.ig_modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:9999;align-items:center;justify-content:center;padding:20px}.ig_modal.active{display:flex;animation:.3s ig_fadeIn}.ig_modal_content{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto}.ig_modal_header{padding:25px 30px;border-bottom:2px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center}.ig_modal_title{font-size:1.5rem;font-weight:700;color:#000}.ig_modal_close{width:40px;height:40px;border-radius:50%;border:none;background:#f5f5f5;color:#000;cursor:pointer;font-size:1.5rem;transition:.3s}.ig_modal_footer{padding:25px 30px;border-top:2px solid #f5f5f5;display:flex;gap:15px;justify-content:flex-end}.ig_invoice{background:#fff;padding:40px;font-size:14px;line-height:1.6}.ig_invoice_section,.ig_invoice_summary,.ig_notes_content{background:#f9f9f9;border-radius:8px}.ig_invoice_header{display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.ig_company_section{flex:1}.ig_company_logo_img{max-width:150px;max-height:60px;margin-bottom:15px}.ig_company_name{font-size:24px;font-weight:700;color:#000;margin-bottom:10px}.ig_invoice_title_section,.ig_text_right{text-align:right}.ig_invoice_title{font-size:36px;font-weight:800;color:#de333b;margin-bottom:10px}.ig_invoice_number{font-size:16px;color:#666;margin-bottom:5px}.ig_invoice_body{margin:30px 0;overflow-x:auto}.ig_invoice_details{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.ig_invoice_section{padding:20px}.ig_section_title{font-size:16px;font-weight:700;color:#000;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.ig_invoice_table{width:100%;border-collapse:collapse;margin:30px 0}.ig_invoice_table th{padding:12px;text-align:left;font-weight:600}.ig_invoice_table td{padding:12px;border-bottom:1px solid #e0e0e0}.ig_invoice_table tr:last-child td{border-bottom:none}.ig_invoice_summary{margin-left:auto;max-width:300px;padding:20px}.ig_summary_row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e0e0e0}.ig_summary_row.total{font-size:18px;font-weight:700;color:#de333b;border-top:2px solid #000;margin-top:10px;padding-top:15px}.ig_invoice_notes{margin-top:30px;padding-top:20px;border-top:2px solid #e0e0e0}.ig_notes_content{padding:20px}.ig_template_modern .ig_invoice_header{border-bottom:4px solid #de333b}.ig_template_modern .ig_invoice_table th{background:linear-gradient(135deg,#de333b 0,#c12a32 100%)}.ig_template_elegant .ig_invoice{border:2px solid #e0e0e0}.ig_template_elegant .ig_invoice_title{color:#000}.ig_template_elegant .ig_invoice_table th{background:#000}.ig_template_minimal .ig_invoice_header{border-bottom:1px solid #e0e0e0}.ig_template_minimal .ig_invoice_section{background:0 0;border:1px solid #e0e0e0}.ig_template_bold .ig_company_name{font-size:28px;color:#de333b}.ig_template_bold .ig_section_title{background:#de333b;color:#fff;padding:10px;border-radius:4px}.ig_template_professional .ig_invoice{box-shadow:inset 0 0 0 2px #e0e0e0;padding:50px}.ig_template_creative .ig_invoice_header{background:linear-gradient(135deg,#f9f9f9 0,#fff 100%);padding:20px;border-radius:8px;border:none}.ig_alert{padding:15px 20px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:15px;animation:.3s ig_slideDown}@keyframes ig_slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ig_alert_info{background:#e3f2fd;color:#1565c0;border-left:4px solid #1565c0}.ig_alert_icon{font-size:1.5rem}@media (max-width:768px){.ig_form_row,.ig_invoice_details,.ig_item_row,.ig_template_grid{grid-template-columns:1fr}.ig_container{padding:20px 15px}.ig_content{padding:25px 20px}.ig_items_header{display:none}.ig_item_row{gap:10px}.ig_invoice_header,.ig_nav_buttons{flex-direction:column}.ig_invoice_title_section{text-align:left;margin-top:20px}.ig_btn{width:100%;justify-content:center}.ig_progress_steps{flex-wrap:wrap}.ig_step_item{flex-basis:50%;margin-bottom:20px}}@media print{body *{visibility:hidden}.ig_invoice,.ig_invoice *{visibility:visible}.ig_invoice{position:absolute;left:0;top:0}}