.admin-container{background-color:#f4f7f6;width:100vw;height:100vh;font-family:Pretendard,sans-serif;display:flex}.sidebar{color:#fff;background-color:#1a1c23;flex-direction:column;width:260px;display:flex}.sidebar-logo{text-align:center;border-bottom:1px solid #2d2f39;justify-content:center;align-items:center;height:60px;font-size:1.5rem;font-weight:700;display:flex}.sidebar-menu{flex:1;padding:20px 0}.menu-item{color:#94a3b8;align-items:center;gap:12px;padding:12px 24px;text-decoration:none;transition:all .3s;display:flex}.menu-item:hover,.menu-item.active{color:#fff;background-color:#2d2f39}.menu-item.active{border-left:4px solid #3b82f6}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.header{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:60px;padding:0 32px;display:flex}.header-title{font-size:20px;font-weight:700}.admin-info{color:#4a5568;justify-content:center;align-items:center;gap:10px;height:100%;padding:0 10px;font-weight:700;display:flex}.admin-info:hover{background-color:#eaeaea;transition:all .3s}.page-container{flex:1;overflow-y:auto}.app-container{background-color:#2c2e31;width:100%;height:calc(100vh - 60px);display:flex}.receipt-header{align-items:center;display:flex}.logotxt{margin-left:10px;font-size:35px;font-weight:700}.preview-pane{background-color:#3e4144;flex:6;justify-content:center;align-items:center;height:100%;padding:20px;display:flex;overflow:hidden}.document-scaler{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.a4-document{box-sizing:border-box;width:210mm;height:297mm;transform:scale(min(calc((100vh - 100px) / 297mm), calc((60vw - 100px) / 210mm)));background:#fff;flex-shrink:0;padding:20mm;position:relative;overflow:hidden;box-shadow:0 15px 40px #0006}.receipt-table,.receipt-header{z-index:1;position:relative}.receipt-table{border-spacing:0;border-collapse:separate;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1;width:100%}.receipt-table th{color:#ae7a8e;background-color:#fdf5fa;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;justify-content:center;align-items:center;width:40mm;min-height:35px;font-size:15px;font-weight:700;display:flex}.receipt-table td{border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;align-items:center;width:140mm;padding-left:10px;font-size:15px;font-weight:600}.footer{justify-content:space-between;align-items:end;width:100%;margin-top:20px;display:flex}.footerdate{flex-direction:column;display:flex}.footerqr{width:140px}.control-pane{box-sizing:border-box;background:#fff;border-left:1px solid #dee2e6;flex:4;height:100%;padding:40px;overflow-y:auto}.subtitle{color:#fff;background-color:#ff7ab8;border-radius:10px;margin-bottom:10px;padding:5px 10px}.input-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.input-field.full-width{grid-column:span 2}.input-field label{color:#000;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.input-field input{box-sizing:border-box;border:1px solid #ced4da;border-radius:6px;width:100%;padding:8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard Variable,Pretendard,-apple-system,sans-serif}
